﻿/****************************
-- Header Mobile --
****************************/
.hh #header {
  height: 50px;
}

.mobile_header {
  background-color: #fff;
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
  display: none;
  height: 50px;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 100;
}

#header.unfixed .mobile_header {
  position: absolute;
}

.hh .mobile_header {
  display: block;
}

.mobile_header > .container {
  background-color: #fff;
  height: 100%;
  z-index: 2;
}

.mobile_header_products_toggle {
  color: #6B6B6B;
  font-size: 10px;
  font-weight: 700;
  left: 20px;
  line-height: 50px;
  padding-right: 13px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}

.mobile_header_products_toggle.active {
  color: #06a84e;
}

.mobile_header_products_toggle:after {
  content: '\f107';
  font-family: 'arloicons';
  font-size: 12px;
  position: absolute;
  right: 0;
}

.mobile_header_products_toggle.active:after {
  content: '\f106';
}

.mobile_header_logo {
  height: 50px;
  left: 50%;
  padding: 11px 0;
  position: absolute;
  transform: translateX(-50%);
}

.mobile_header_logo img {
  max-height: 100%;
}

.mobile_header_menu_toggle {
  font-size: 0;
  height: 50px;
  position: absolute;
  right: 20px;
  width: 18px;
}

.mobile_header_menu_toggle span,
.mobile_header_menu_toggle span:before,
.mobile_header_menu_toggle span:after {
  background: #6B6B6B;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}

.mobile_header_menu_toggle span {
  top: 25px;

  -webkit-transition: background 0s 300ms;
  transition: background 0s 300ms;
}

.mobile_header_menu_toggle span:before,
.mobile_header_menu_toggle span:after {
  -webkit-transition-duration: 300ms, 300ms;
  transition-duration: 300ms, 300ms;
  -webkit-transition-delay: 300ms, 0s;
  transition-delay: 300ms, 0s;
}

.mobile_header_menu_toggle span:before {
  top: -5px;

  -webkit-transition-property: top, -webkit-transform;
  -ms-transition-property: top, -ms-transform;
  transition-property: top, transform;
}

.mobile_header_menu_toggle span:after {
  bottom: -5px;

  -webkit-transition-property: bottom, -webkit-transform;
  -ms-transition-property: bottom, -ms-transform;
  transition-property: bottom, transform;
}

.mobile_header_menu_toggle.active span {
  background: 0;
}

.mobile_header_menu_toggle.active span:before,
.mobile_header_menu_toggle.active span:after {
  -webkit-transition-delay: 0s, 300ms;
  transition-delay: 0s, 300ms;
}

.mobile_header_menu_toggle.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile_header_menu_toggle.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Shared Menu Styles */
.mobile_header_menu_nav,
.mobile_header_products_nav {
  background-color: #fff;
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 50px;
  visibility: hidden;
  z-index: 1;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 450ms ease, transform 450ms ease, visibility 0ms linear 300ms;
  transition: opacity 450ms ease, transform 450ms ease, visibility 0ms linear 300ms;
}

#header.unfixed .mobile_header_menu_nav,
#header.unfixed .mobile_header_products_nav {
  position: absolute;
}

.mobile_header_menu_nav.active,
.mobile_header_products_nav.active {
  opacity: 1;
  visibility: visible;

  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.mobile_header_menu_nav .overlay,
.mobile_header_products_nav .overlay {
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 0;

  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

/* Mobile Menu */
.mobile_header_menu_nav ul {
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
  list-style-type: none;
  margin: 0;
  padding: 35px 0 25px;
  position: relative;
  z-index: 1;
}

.mobile_header_menu_nav li {
  margin-bottom: 12px;
  text-align: center;
}

.mobile_header_menu_nav li a {
  color: rgba(51,51,51,0.8);
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}

.mobile_header_country {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.mobile_header_country_cta {
  display: block;
}

.mobile_header_country_cta img {
  height: 15px;
  margin-right: 7px;
  width: 15px;
}

.mobile_header_country_cta span {
  color: rgba(51,51,51,0.6);
  font-size: 15px;
  line-height: 1;
  padding: 13px 13px 13px 0;
  position: relative;
}

.mobile_header_country_cta span: after {
  content: '\f107';
  font-family: 'arloicons';
  font-size: 12px;
  position: absolute;
  right: 0;
}

.mobile_header_country_select {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* Mobile Product Nav */
.mobile_header_products_nav ul {
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 16px 0 20px;
  position: relative;
  z-index: 1;
}

.mobile_header_products_nav li {
  margin-bottom: 11px;
}

.mobile_header_products_nav li a {
  display: block;
}

.mobile_header_products_nav a .img-wrap {
  float: left;
  height: 50px;
  margin-right: 5px;
  padding: 0;
  width: 50px;
}

.mobile_header_products_nav a .img-wrap img {
  max-height: 80%;
  max-width: 80%;
}

.mobile_header_products_nav a span {
  color: rgba(51,51,51,0.6);
  float: left;
  font-size: 11px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .mobile_header_products_toggle {
    left: 30px;
  }

  .mobile_header_menu_toggle {
    right: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .mobile_header_products_toggle {
    left: 40px;
  }

  .mobile_header_menu_toggle {
    right: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .mobile_header_products_toggle {
    left: 0;
  }

  .mobile_header_menu_toggle {
    right: 0;
  }
}

/****************************
-- Header Desktop --
****************************/
.desktop #header {
  height: 80px;
}

.desktop_header {
  display: none;
  height: 80px;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 100;

  -webkit-transition: height 300ms ease;
  transition: height 300ms ease;
}

#header.unfixed .desktop_header {
  position: absolute;
}

.desktop .desktop_header {
  display: block;
}

.desktop_header .container {
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
  background-color: #fff;
  padding: 0 30px 0 0;
  max-width: 1440px;
}

@media screen and (min-width: 1280px) {
  .desktop_header .container {
    padding: 0 40px;
  }
}

/* First */
.desktop_header_first {
  float: left;
}

.desktop_header_logo {
  float: left;
  padding: 0 3px 0 8px;
}

.desktop_header_logo img {
  height: 80px;
  padding: 16px 0;

  -webkit-transition: height 300ms ease, padding 300ms ease;
  transition: height 300ms ease, padding 300ms ease;
}

.desktop_header_nav {
  float: left;
}

.desktop_header_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.desktop_header_nav_item {
  float: left;
  margin-left: 30px;
}

.desktop_header_nav_item > a {
  color: rgba(51,51,51,0.8);
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding: 32px 0;
  text-transform: uppercase;

  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
}

.desktop_header_nav_item:hover > a {
  color: #06a84e;
}

/* Products Nav */
.desktop_header_products_nav {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity 450ms ease, transform 450ms ease, visibility 0ms linear 300ms;
  transition: opacity 450ms ease, transform 450ms ease, visibility 0ms linear 300ms;
}

.desktop_header_products_toggle:hover .desktop_header_products_nav {
  opacity: 1;
  visibility: visible;

  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.desktop_header_products_nav .container:after {
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 0;

  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}

.desktop_header_nav .desktop_header_products_nav_list {
  padding-bottom: 30px;
  text-align: center;
  width: 100%;
}

.desktop_header_products_nav_list li {
  display: inline-block;
  max-width: 185px;
  padding: 0 1%;
  width: 16.66%;
}

.desktop_header_products_nav_list a {
  color: rgba(51,51,51,0.8);
  display: block;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.desktop_header_products_nav_list a:hover {
  color: #06a84e;
}

.desktop_header_products_nav_list .img-wrap {
  margin: 20px 0;
}

.desktop_header_products_nav_list .img-wrap img {
  top: auto;
}

.desktop_header_products_bottom {
  border-top: 1px solid #e1e1e1;
  padding: 23px 0 0;
}

.desktop_header_products_bottom .inner {
  margin: 0 auto;
  max-width: 790px;
  text-align: center;
}

.desktop_header_products_bottom a {
  margin-bottom: 23px;
}

.desktop_header_products_bottom a + a {
  margin-left: 70px;
}

/* Last */
.desktop_header_last {
  float: right;
}

.desktop_header_last > a {
  color: rgba(51,51,51,0.8);
  float: left;
  font-size: 16px;
  line-height: 20px;
  margin: 30px 30px 30px 0;

  -webkit-transition: margin 300ms ease;
  transition: margin 300ms ease;
}

.desktop_header_last > a:hover {
  color: rgba(51,51,51,1);
}

/* Country Select */
.desktop_header .countryselector {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  float: left;
  margin: 22px 0 21px;
  position: relative;
  z-index: 1;

  -webkit-transition: margin 300ms ease;
  transition: margin 300ms ease;
}

 #country-selector {
  border-radius: 22px;
  top: 18px;
}

#country-default {
  color: #868686;
  cursor: pointer;
  float: right;
  height: 35px;
  padding: 8px 21px 8px 10px;
  text-align: left;
  transition: all 200ms ease 0s;
}

.countryselector .country-name {
  color: #06a84e;
  float: left;
  font-size: 15px;
  line-height: 19px;
  padding: 0 16px 0 6px;
  position: relative;
  vertical-align: middle;
}

#country-selector.inactive #country-default .country-name {
  color: rgba(33,33,33,0.8);
}

#country-selector.inactive #country-default:hover .country-name {
  color: rgba(33,33,33,1);
}

.countryselector .country-name:after {
  content: '\f106';
  font-family: arloicons;
  font-size: 15px;
  position: absolute;
  right: 0;
}

#country-selector.inactive .country-name:after {
  content: '\f107';
}

#country-default .round-icon {
  box-sizing: content-box;
  float: left;
  height: 15px;
  padding: 2px 0;
  vertical-align: middle;
  transition: padding 200ms ease;
  width: auto;
}

#country-list-wrap {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  clear: both;
  color: #828282;
  margin: 18px 0 0;
  position: absolute;
  right: 0;
  top: 100%;
  transition: margin 200ms ease;
  width: 242px;
}

#country-list-wrap:after {
  background-color: #fff;
  border-color: #e1e1e1;
  border-style: solid;
  border-radius: 4px 0 0 0;
  border-width: 1px 0 0 1px;
  content: '';
  height: 14px;
  position: absolute;
  right: 59px;
  top: -8px;
  width: 14px;
  z-index: 2;

  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#country-selector.inactive #country-list-wrap:before,
#country-selector.inactive #country-list-wrap:after {
  display: none;
}

#country-selector.inactive #country-list-wrap {
  border: 0;
  margin: 0;
}

#country-selector.active #country-list-wrap {
  border: 1px solid #e1e1e1;
}

#country-list-wrap .inner {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

#country-list-wrap .inner:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
  border-radius: 0 0 7px 7px;
  bottom: 0;
  color: rgba(33,33,33,0.3);
  content: ''; /* Arrow: \f107 */
  font-family: arloicons;
  font-size: 30px;
  height: 78px;
  left: 0;
  line-height: 1;
  padding: 45px 0 3px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 200ms ease;
}

#country-selector.inactive #country-list-wrap .inner:after {
  display: none;
}

#country-list-wrap.at-bottom .inner:after {
  border-radius: 0 0 6px 6px;
  height: 0;
  opacity: 0;
  padding: 0 0 10px;
}

#country-list {
  background-color: #fff;
  border-radius: 6px;
  margin: 0;
  max-height: 220px;
  overflow: auto;
  padding: 3px 0 8px;
  position: relative;
  transition: all 200ms ease;
}

#country-selector.inactive #country-list {
  border-bottom: 0;
  margin: 0;
  max-height: 0;
  padding: 0;
}

#country-selector.active #country-list {
  height: 220px;
  max-height: none;
  padding: 3px 0 8px;
}

#country-list.empty {
  border-color: #fff;
  border-bottom: 0;
  border-top: 0;
}

#country-list li {
  color: #06A94E;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  overflow: hidden;
}

#country-list li.hover {
  background-color: #f6f6f6;
}

#country-list li:first-child { /* This was originally a padding: 5px 0; on the <ul> but the padding bottom didn't show on some browsers */
  margin-top: 5px;
}

#country-list li:last-child {
}

#country-list li a {
  color: #06A94E;
  display:inline-block;
  padding: 7px 16px;
  position: relative;
  text-align: left;
  width:100%;
}

#country-list li a img {
  height: 15px;
  left: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  width: 15px;
}

.countryselector .countrynamelist {
  color: rgba(51,51,51,1);
  display: block;
  font-size: 15px;
  line-height: 19px;
  padding-left: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

/* Slim */
.slim .desktop_header {
  height: 65px;
}

.slim .desktop_header_logo img {
  height: 65px;
  padding: 14px 0;
}

.slim .desktop_header_nav_item > a {
  padding: 25px 0 24px;
}

.slim .desktop_header_last > a {
  margin-bottom: 22px;
  margin-top: 23px;
}

.slim .desktop_header .countryselector {
  margin: 14px 0;
}

@media screen and (min-width: 1280px) {
  .desktop_header_nav_item > a {
    font-size: 15px;
  }
}

/****************************
-- Forms --
****************************/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  color: rgba(51,51,51,1);
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  outline: 0;
  padding: 9px 17px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-wrapper {
  position: relative;
}

.select-wrapper {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 21px;
  position: relative;
  z-index: 0;
}

.select-wrapper:after {
  background-color: #fff;
  border-radius: 0 21px 21px 0;
  color: #969696;
  content: '\f107';
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 43px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 33px;
  z-index: -1;
}

.select-wrapper select {
  background: transparent;
  border: 0;
  color: #969696;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  height: 43px;
  padding: 0 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-wrapper select::-ms-expand {
  display: none; /* to ie 10 */
}

/* little trick for custom select elements in mozilla firefox  17/06/2014 @rodrigoludgero */
:-moz-any(.select-wrapper):before {
  background-color: #fff; /* this is necessary for overcome the caret default browser */
  bottom: -1px;
  content: '';
  pointer-events: none; /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
  position: absolute;
  right: -1px;
  top: -1px;
  width: 34px;
  z-index: 1; /* this is necessary for overcome the pseudo element */
}

:-moz-any(.select-wrapper):after {
  background-color: #f6f6f6; /* this is necessary for overcome the caret default browser */
  border: 1px solid #e5e5e5;
  border-left: 0;
  pointer-events: none; /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
  right: -1px;
  top: -1px;
  width: 34px;
  z-index: 2; /* this is necessary for overcome the pseudo element */
}

/****************************
-- Search --
****************************/

.search input {
  padding-right: 40px;
  width: 100%;
}

.search .submit {
  bottom: 0;
  border-radius: 0 20px 20px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}

.search .submit:after {
  color: #06a94e;
  content: '\f002';
  font-family: arloicons;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  left: 5px;
  position: absolute;
  top: 0;
  width: 15px;
}

.search .submit input {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

/****************************
-- Sign Up --
****************************/
.signup input {
  padding-right: 35px;
  width: 100%;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.signup .submit {
  bottom: 1px;
  border-radius: 0 21px 21px 0;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 34px;
}

.signup .submit:after {
  color: #06a94e;
  content: '\f105';
  font-family: arloicons;
  font-size: 14px;
  font-weight: 700;
  line-height: 41px;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.signup .input-wrapper:hover .submit:after {
  -webkit-animation: shakeLeft 200ms;
  animation: shakeLeft 200ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.signup .na {
  border-color: #ff4646;
}

/* Highlight */
.signup.highlight input {
  background-color: #0f6d35;
}

.signup.highlight .submit:after {
  color: #0f6d35;
}

/****************************
-- Placeholders --
****************************/
/* General */
.placeholder {
  color: rgba(51,51,51,0.8);
}

/* Search and Signup (white bg) */
/*.search .placeholder,*/
.signup .placeholder {
  color: rgba(51,51,51,0.8);
}
/*.search ::-webkit-input-placeholder,*/
.signup ::-webkit-input-placeholder {
  color: rgba(51,51,51,0.8);
}
/*.search ::-moz-placeholder,*/
.signup ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(51,51,51,0.8);
}
/*.search :-ms-input-placeholder,*/
.signup :-ms-input-placeholder {
  color: rgba(51,51,51,0.8);
}
/*.search :-moz-placeholder,*/
.signup :-moz-placeholder { /* Firefox 18- */
  color: rgba(51,51,51,0.8);
}

/* Top Search (white bg) */
.top-green .main-title .top .search .placeholder {
  color: #40b973;
}
.top-green .main-title .top .search ::-webkit-input-placeholder {
  color: #06a94e;
}
.top-green .main-title .top .search ::-moz-placeholder { /* Firefox 19+ */
  color: #06a94e;
}
.top-green .main-title .top .search :-ms-input-placeholder {
  color: #06a94e;
}
.top-green .main-title .top .search :-moz-placeholder { /* Firefox 18- */
  color: #06a94e;
}

/****************************
-- Media Queries --
****************************/
@media screen and (min-width: 64em) {
  /*---------------------
  Search
  ---------------------*/
  .search input {
    border-radius: 23px;
    font-size: 15px;
    height: 45px;
    line-height: 25px;
    padding: 9px 50px 9px 24px;
  }

  .search .submit {
    border-radius: 0 23px 23px 0;
    width: 50px;
  }

  .search .submit:after {
    left: 20px;
    line-height: 44px;
  }
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Community --
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.community_content {
  background-color: #f5f5f5;
  padding: 30px 0 10px;
}

.community_content .container {
  max-width: none;
}

.community_box {
  background-color: #fff;
  border-radius: 6px;
  /*margin-bottom: 20px;*/
  overflow: hidden;
}

.community_box_hero {
  background-position: center center;
  background-size: cover;
  height: 85px;
  width: 100%;
}

.community_box_content {
  padding: 13px 20px 25px;
}

.community_box_content.community_has_bottom_link {
  padding-bottom: 75px;
  position: relative;
}

.community_content h2 {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  text-align: left;
}

.community_content h2 ~ p {
  color: #6b6b6b;
  margin-top: 10px;
}

.community_content .btn {
  margin-top: 20px;
}

.community_content .btn:last-child {
  margin-bottom: 10px;
}

.community_box_content.community_has_bottom_link .community_box_bottom_link {
  bottom: 25px;
  left: 20px;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .community_content h2 {
    font-size: 20px;
  }

  .community_row {
    display: table;
    margin: 0 -15px 20px;
  }

  .community_column {
    display: table-cell;
    padding: 0 15px;
    position: relative;
    vertical-align: top;
    width: 50%;
  }

  .community_column:after {
    background-color: #fff;
    border-radius: 6px;
    bottom: 0;
    content: '';
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: -1;
  }

  .community_column .community_box {
    margin: 0;
  }

  .community_box_content.community_has_bottom_link {
    position: static;
  }

  .community_box_content.community_has_bottom_link .community_box_bottom_link {
    bottom: 30px;
    left: 35px;
  }

  .community_box_hero {
    height: 130px;
  }
}

@media screen and (min-width: 1024px) {
  .community_content {
    padding: 40px 0 0;
  }

  .community_main {
    padding-left: 330px;
    width: 100%;
  }

  .community_sidebar {
    left: 30px;
    position: absolute;
    top: 0;
    width: 300px;
  }

  .community_row {
    margin-bottom: 30px;
  }

  /*.community_box {
    margin-bottom: 30px;
  }*/

  .community_box_content {
    padding: 25px 30px 30px;
  }

  .community_box_content.community_has_bottom_link .community_box_bottom_link {
    left: 45px;
  }

  .community_content h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .community_content h2 + p {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .community_sidebar {
    left: 40px;
  }

  .community_box_hero {
    height: 150px;
  }

  .community_box_content.community_has_bottom_link .community_box_bottom_link {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Main Content --
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/****************************
-- Mobile Category Select --
****************************/
.community_category_mobile {
  display: block;
  margin: 0 auto 25px;
  max-width: 445px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.community_category_mobile_cta {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 23px;
  color: rgba(0,0,0,0.5);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  line-height: 18px;
  overflow: hidden;
  padding: 13px 30px 13px 22px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.community_category_mobile_cta:after {
  content: '\f107';
  font-family: arloicons;
  font-size: 16px;
  line-height: 44px;
  position: absolute;
  right: 15px;
  top: 0;
}

.community_category_mobile_select {
  border: 0;
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .community_category_mobile {
    display: none;
  }
}

/****************************
-- Products --
****************************/
.community_products .community_box_content {
  padding-bottom: 0;
}

.community_products h2 {
  margin-bottom: 12px;
}

.community_products ul {
  list-style-type: none;
  margin: 0 -20px;
  padding: 0;
}

.community_products li {
  margin-bottom: 25px;
  padding: 0 20px;
  vertical-align: top;
  width: 50%;
}

.community_products_item {
  display: block;
  width: 100%;
  text-align: center;
}

.community_products_item_image {
  margin: 0 auto 5px;
  max-width: 84px;
}

.community_products_item_image .img-wrap img {
  top: auto;
}

.community_products_item span {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

@media screen and (min-width: 480px) {
  .community_products li {
    width: 33.33%;
  }
}

@media screen and (min-width: 600px) {
  .community_products li {
    width: 25%;
  }
}

@media screen and (min-width: 800px) {
  .community_products li {
    width: 16.66%;
  }
}

@media screen and (min-width: 1024px) {
  .community_products h2 {
    margin-bottom: 35px;
  }

  .community_products ul {
    margin: 0;
  }

  .community_products li {
    margin-bottom: 35px;
    padding: 0 1.5%;
    width: 25%;
  }

  .community_products_item_image {
    max-width: 110px;
  }
}

@media screen and (min-width: 1200px) {
  .community_products li {
    width: 16.66%;
  }
}

@media screen and (min-width: 1280px) {
  .community_products li {
    padding: 0 1%;
  }

  .community_products_item_image {
    max-width: 125px;
  }

  .community_products_item span {
    font-size: 14px;
    line-height: 22px;
  }
}

/****************************
-- Tree list --
****************************/
.community_discussion_tree {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.community_discussion_tree ul {
  list-style-type: none;
  margin: 0;
  padding-left: 25px;
}

.community_discussion_tree li {
  margin-top: 15px;
}

.community_discussion_tree li a {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.community_content .community_discussion_tree + p {
  border-top: 1px solid #e1e1e1;
  margin-top: 20px;
  padding-top: 15px
}

/****************************
-- Icons list --
****************************/
.community_icons_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.community_icons_list ul li {
  margin-top: 15px;
}

.community_icons_list ul a {
  display: inline-block;
  line-height: inherit;
  padding-left: 25px;
  position: relative;
  text-decoration: underline;
}

.community_icons_list ul a .img-wrap {
  left: 0;
  height: 21px;
  position: absolute;
  top: 0;
  width: 20px;
}

.community_icons_list ul a .img-wrap img {
  max-height: 20px;
  max-width: 20px;
}

.community_icons_list ul a span {
  display: block;
}

@media screen and (min-width: 1024px) {
  .community_icons_list ul li {
    margin-top: 20px;
  }

  .community_icons_list ul a .img-wrap {
    height: 25px;
  }
}

@media screen and (min-width: 1280px) {
  .community_icons_list ul a .img-wrap {
    height: 28px;
  }

  .community_discussion_tree li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
  }
}

/****************************
-- Tabs --
****************************/
.community_tabs {
  margin-bottom: 20px;
}

.community_tabs_mobile {
  display: block;
  margin: 0 auto 10px;
  max-width: 320px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.community_tabs_mobile_cta {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 23px;
  color: #06a84e;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  line-height: 18px;
  overflow: hidden;
  padding: 13px 30px 13px 22px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  z-index: 0;
}

.community_tabs_mobile_cta:after {
  content: '\f107';
  font-family: arloicons;
  font-size: 16px;
  line-height: 44px;
  position: absolute;
  right: 15px;
  top: 0;
}

.community_tabs_mobile_select {
  border: 0;
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.community_tabs_nav {
  display: none;
  list-style-type: none;
  margin: 0 -5px -1px;
  padding: 0;
}

.community_tabs_nav li {
  float: left;
  padding: 0 5px;
}

.community_tabs_nav a {
  background-color: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 12px 12px 0 0;
  color: rgba(51,51,51,0.4);
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  min-width: 210px;
  padding: 9px 30px;
  text-align: center;
  text-transform: uppercase;
}

.community_tabs_nav a.active {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #06a84e;
}

.community_tabs_panel {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  display: none;
  padding: 0 20px 25px;
}

.community_tabs_panel.active {
  display: block;
}

@media screen and (min-width: 768px) {
  .community_tabs_mobile {
    display: none;
  }

  .community_tabs_nav {
    display: block;
  }

  .community_tabs_panel {
    border-top-left-radius: 0;
    padding: 10px 30px 35px;
  }
}

@media screen and (min-width: 1024px) {
  .community_tabs {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .community_tabs_nav a {
    font-size: 15px;
  }
}

/****************************
-- Discussion table --
****************************/
.community_discussion_table {
  list-style-type: none;
  margin: 0;
  padding: 0 0 6px;
}

.community_discussion_table_item {
  border-top: 1px solid #e1e1e1;
  padding: 12px 0;
  position: relative;
}

.community_discussion_table_item:first-child {
  border: 0;
}

.community_discussion_table_item h3 {
  font-size: 15px;
  line-height: 27px;
}

.community_discussion_table_item h3 a {
  color: inherit;
}

.community_discussion_table_item p {
  color: #b2b2b2;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
}

.community_discussion_table_item p a {
  color: inherit;
  text-decoration: underline;
}

.community_discussion_table_item_user {
  display: none;
  max-width: 120px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.community_discussion_table_item_user span {
  color: #b2b2b2;
  display: block;
  font-size: 15px;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community_discussion_table_item_user img {
  float: right;
  height: 16px;
  margin-left: 7px;
}

@media screen and (min-width: 768px) {
  .community_discussion_table {
    padding-bottom: 28px;
  }

  .community_discussion_table_item {
    padding-right: 120px;
  }

  .community_discussion_table_item:last-child {
    border-bottom: 1px solid #e1e1e1;
  }

  .community_discussion_table_item_user {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .community_discussion_table_item {
    padding-right: 170px;
  }

  .community_discussion_table_item h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .community_discussion_table_item p {
    font-size: 17px;
    line-height: 27px;
  }

  .community_discussion_table_item_user {
    max-width: 170px;
  }

  .community_discussion_table + .shift {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
  }
}

/****************************
-- Swimlane --
****************************/
.community_swimlane {
  text-align: center;
}

.community_swimlane_image {
  background-position: center center;
  background-size: cover;
  height: 175px;
  width: 100%;
}

.community_swimlane h2 {
  text-align: center;
}

.community_swimlane h2 + p {
  margin-top: 10px;
}

@media screen and (min-width: 640px) {
  .community_swimlane {
    position: relative;
  }

  .community_swimlane_image {
    height: 100%;
    position: absolute;
    width: 40%;
  }

  .community_swimlane .community_box_content {
    float: right;
    padding: 35px 6.5%;
    width: 60%;
  }
}

/****************************
-- Column Highlights --
****************************/
.community_column_highlights {
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
}

.community_column_highlights li {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0 18px;
  vertical-align: top;
  width: 100%;
}

.community_column_highlights li:last-child {
  border: 0;
  padding-bottom: 0;
}

.community_column_highlights a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .community_column_highlights {
    margin: 30px -25px 0;
    padding: 0;
    position: relative;
  }

  .community_column_highlights li {
    border: 0;
    padding: 0 25px 10px;
    width: 33.33%;
  }

  .community_column_highlights li:before {
    border-left: 1px solid #e1e1e1;
    bottom: 4px;
    content: '';
    margin-left: -25px;
    position: absolute;
    top: 4px;
    width: 1px;
  }

  .community_column_highlights li:first-child:before {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .community_column_highlights {
    margin-bottom: 5px;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-- Sidebar --
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/****************************
-- Desktop Category --
****************************/
.community_category_desktop {
  background-color: #06a84e;
  display: none;
}

.community_category_desktop h2 {
  color: #fff;
}

.community_category_desktop ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.community_category_desktop ul li {
  margin-top: 20px;
}

.community_category_desktop ul a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .community_category_desktop {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .community_category_desktop ul li {
    margin-top: 15px;
  }

  .community_category_desktop ul a {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
  }
}

/****************************
-- Top Contributors --
****************************/
.community_contributors ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.community_contributors_item {
  margin-top: 18px;
  padding-right: 35px;
  position: relative;
}

.community_contributors_item a {
  display: inline-block;
  max-width: 100%;
  padding: 0 65px 0 35px;
  position: relative;
  right: 0;
}

.community_contributors_item_avatar {
  border-radius: 50%;
  height: 22px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 22px;
}

.community_contributors_item_name {
  color: #6b6b6b;
  display: block;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community_contributors_item_type {
  height: 22px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

.community_contributors_item_type img {
  right: auto;
}

.community_contributors_item_count {
  color: #6b6b6b;
  display: block;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: right;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
  width: 35px;
}

@media screen and (min-width: 1280px) {
  .community_contributors_item_name {
    font-size: 15px;
  }
}

/****************************
-- Rounded Content --
****************************/
.community_rounded_content {
  overflow: hidden;
  text-align: center;
}

.community_rounded_content .community_box_hero {
  height: 140px;
  overflow: hidden;
  position: relative;
}

.community_rounded_content .community_box_hero:after {
  background-color: #06a84e;
  border-radius: 50%;
  bottom: -30px;
  content: '';
  height: 40px;
  left: -10%;
  position: absolute;
  width: 120%;
}

.community_rounded_content .community_box_content {
  background-color: #06a84e;
  padding-bottom: 30px;
  padding-top: 18px;
}

.community_rounded_content h2 {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.community_rounded_content h2 ~ p {
  color: #fff;
  margin-top: 12px;
}

.community_rounded_content .btn {
  margin-top: 20px;
}

.community_rounded_content .btn:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .community_rounded_content .community_box_hero {
    height: 155px;
  }

  .community_rounded_content h2 {
    font-size: 17px;
    line-height: 27px;
  }
}

@media screen and (min-width: 1280px) {
  .community_rounded_content h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .community_rounded_content h2 ~ p {
    font-size: 17px;
    line-height: 27px;
  }
}

/****************************
-- Rounded Content --
****************************/
.community_icon_box {
  text-align: center;
}

.community_icon_box .community_box_content {
  background-color: #06a84e;
  padding-bottom: 25px;
  padding-top: 25px;
}

.community_icon_box_icon {
  height: 60px;
}

.community_icon_box p {
  color: #fff;
  margin-top: 15px;
}

.community_icon_box .btn {
  margin-top: 20px;
}

.community_icon_box .btn:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .community_icon_box .community_box_content {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .community_icon_box p {
    margin-top: 22px;
  }
}

@media screen and (min-width: 1280px) {
  .community_icon_box p {
    font-size: 17px;
    line-height: 27px;
  }
}
/****************************
-- Centered Featured CTAs --
****************************/
.centered_featured_ctas {
  background-color: #06a84e;
  padding: 30px 0 40px;
  text-align: center;
}

.centered_featured_ctas h3 {
  color: #fff;
  margin: 0 0 5px;
}

.centered_featured_ctas .btn {
  margin: 15px 6px 0;
}

@media screen and (min-width: 768px) {
  .centered_featured_ctas {
    padding: 30px 0 35px;
  }

  .centered_featured_ctas h3 {
    line-height: 34px;
  }
}

@media screen and (min-width: 1024px) {
  .centered_featured_ctas {
    padding: 35px 0;
  }

  .centered_featured_ctas h3 {
    display: inline-block;
    line-height: 44px;
    margin: 0;
    vertical-align: middle;
  }

  .centered_featured_ctas .btn {
    margin: 0 0 0 15px;
    vertical-align: middle;
  }
}

/****************************
-- Tabs --
****************************/
.tabs > .panel {
  display: none;
}

.tabs > .panel.active {
  display: block;
}

/****************************
-- Rounded Slider --
****************************/
.rounded_slider .container {
    max-width: none;
}

.rounded_slider_wrap {
  position: relative;
  z-index: 0;
}

.rounded_slider h2 {
  padding: 23px 30px;
  text-align: center;
}

.rounded_slider_medias {
  display: none;
}

@media screen and (min-width: 768px) {
  .rounded_slider .container {
    padding: 0;
  }

  .rounded_slider h2 {
    padding: 35px 0;
  }
}

@media screen and (min-width: 1024px) {
  .rounded_slider h2 {
    padding: 35px 0;
  }
}

/* Shows */
.rounded_slider_shows {
  height: 0;
  margin: 0 -20px;
  padding-bottom: 52.5%;
  overflow: hidden;
  position: relative;
}

.rounded_slider_shows:before,
.rounded_slider_shows:after {
  border: 4px solid #fff;
  content: '';
  position: absolute;
  border-radius: 50%;
  bottom: -4px;
  left: 0;
  margin: -40% auto;
  padding: 40% 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -4px;
  width: 82.5%;
}

.rounded_slider_shows:before {
  background: #fff;
  z-index: 1;
}

.rounded_slider_shows:after {
  z-index: 5;
}

.rounded_slider_shows_item {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.rounded_slider_shows_item_current {
  border: 4px solid transparent;
  border-radius: 50%;
  bottom: -4px;
  left: 0;
  margin: -40% auto;
  padding: 40% 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -4px;
  width: 82.5%;
  z-index: 2;
}

.rounded_slider_shows_item_current_wrap {
  height: 100%;
  opacity: 0;
  position: relative;
  visibility: hidden;

  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: visibility 0ms linear 1200ms, transform 1200ms ease, opacity 1200ms ease;
  transition: visibility 0ms linear 1200ms, transform 1200ms ease, opacity 1200ms ease;
}

.rounded_slider_shows_item.active .rounded_slider_shows_item_current_wrap {
  opacity: 1;
  visibility: visible;

  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

.rounded_slider_shows_item_current_wrap img,
.rounded_slider_shows_item_current_wrap video {
  height: 100%;
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hh .rounded_slider_shows_item_current video {
  display: none;
}

.desktop .rounded_slider_shows_item_current video + img {
  display: none;
}

.rounded_slider_shows_item_prev,
.rounded_slider_shows_item_next {
  height: 100%;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: auto;
  z-index: 0;
  -webkit-transition: opacity 1200ms ease, visibility 0ms linear 1200ms;
  transition: opacity 1200ms ease, visibility 0ms linear 1200ms;
}

.rounded_slider_shows_item.active .rounded_slider_shows_item_prev,
.rounded_slider_shows_item.active .rounded_slider_shows_item_next {
  opacity: 1;
  visibility: visible;

  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

.rounded_slider_shows_item_prev {
  right: 88%
}

.rounded_slider_shows_item_next {
  left: 88%;
}

.rounded_slider_shows_item_prev:before,
.rounded_slider_shows_item_next:before {
  background-color: rgba(0,0,0,0.15);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index:0;
}

.rounded_slider_shows_item_prev img,
.rounded_slider_shows_item_next img {
  height: 100%;
  max-width: none;
}

.rounded_slider_shows_item_prev img {
  float: right;
}

.rounded_slider_shows_item_next img {
  float: left;
}

.rounded_slider_shows .rounded_slider_prevbtn,
.rounded_slider_shows .rounded_slider_nextbtn {
  display: none;
}

@media screen and (min-width: 768px) {
  .rounded_slider_shows {
    margin: 0;
    padding-bottom: 39%;
  }

  .rounded_slider_shows:after {
    background-color: rgba(0,0,0,0.45);
  }

  .rounded_slider_shows_item_current_wrap img,
  .rounded_slider_shows_item_current_wrap video {
    height: auto;
    width: 100%;
  }

  .rounded_slider_shows .rounded_slider_prevbtn,
  .rounded_slider_shows .rounded_slider_nextbtn {
    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;
  }

  .rounded_slider_shows .rounded_slider_prevbtn:hover,
  .rounded_slider_shows .rounded_slider_nextbtn:hover {
    background-color: rgba(0,0,0,0.65);
  }

  .rounded_slider_shows .rounded_slider_prevbtn {
    border-radius: 0 48px 48px 0;
    left: 0;
    text-align: left;
  }

  .rounded_slider_shows .rounded_slider_nextbtn {
    border-radius: 48px 0 0 48px;
    right: 0;
    text-align: right;
  }

  .rounded_slider_shows .rounded_slider_prevbtn:before,
  .rounded_slider_shows .rounded_slider_nextbtn:before {
    color: #fff;
    font-size: 27px;
  }

  .rounded_slider_shows .rounded_slider_prevbtn:before {
    margin-left: 12px;
  }

  .rounded_slider_shows .rounded_slider_nextbtn:before {
    margin-right: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .rounded_slider_shows {
    padding-bottom: 36.11%;
  }

  .rounded_slider_shows:after {
    background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
  }
}

/* Captions */
.rounded_slider_captions_item {
  display: none;
  padding: 20px 0;
  text-align: center;
}

.rounded_slider_captions_item.active {
  display: block;
}

.rounded_slider_captions_item h3 {
  margin: 0 0 16px;
}

.rounded_slider_captions_item p {
  color:#6b6b6b;
}

@media screen and (min-width: 768px) {
  .rounded_slider_captions {
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 82.5%;
    z-index: 5;
  }

  .rounded_slider_captions_item {
    display: block;
    left: 50%;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 460px;
    visibility: hidden;

    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity 1200ms ease, visibility 0ms linear 1200ms;
    transition: opacity 1200ms ease, visibility 0ms linear 1200ms;
  }

  .rounded_slider_captions_item.active {
    opacity: 1;
    visibility: visible;

    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .rounded_slider_captions_item h3 {
    color: #fff;
    margin-bottom: 10px;
  }

  .rounded_slider_captions_item p {
    color: #fff;
  }
}

@media screen and (min-width: 1024px) {
  .rounded_slider_captions_item {
    left: 10.75%;
    text-align: left;
    width: 29.5%;

    -webkit-transform: translate(50px,-50%);
    -ms-transform: translate(50px,-50%);
    transform: translate(50px,-50%);
    -webkit-transition: opacity 1200ms ease, -webkit-transform 1200ms ease, visibility 0ms linear 1200ms;
    transition: opacity 1200ms ease, transform 1200ms ease, visibility 0ms linear 1200ms;
  }

  .rounded_slider_captions_item.active {
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);

    -webkit-transition: opacity 800ms ease 400ms, -webkit-transform 0ms ease, visibility 0ms linear 0ms;
    transition: opacity 800ms ease 400ms, transform 0ms ease, visibility 0ms linear 0ms;
  }

  .rounded_slider_captions_item h3 {
    margin-bottom: 10px;
  }
}

/* Icons */
.rounded_slider_icons {
  margin-bottom: 22px;
  position: relative;
}

.rounded_slider_icons_item {
  display: none;
  text-align: center;
}

.rounded_slider_icons_item.active {
  display: block;
}

.rounded_slider_icons_item a {
  color: #06a84e;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding-top: 50px;
  position: relative;
  text-transform: uppercase;
}

.rounded_slider_icons_item span {
  font-size: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}

.rounded_slider_icons .rounded_slider_prevbtn,
.rounded_slider_icons .rounded_slider_nextbtn {
  background-color: #fff;
  border-color: #e1e1e1;
  border-style: solid;
  color: rgba(163,163,163,0.8);
  display: block;
  font: 0/0 a;
  height: 72px;
  line-height: 72px;
  margin-top: -36px;
  opacity: 1;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 50%;
  visibility: visible;
  width: 36px;
  -webkit-transition: opacity 300ms ease, visibility 0ms linear 0ms;
  transition: opacity 300ms ease, visibility 0ms linear 0ms;
}

.rounded_slider_icons .rounded_slider_prevbtn {
  border-radius: 0 36px 36px 0;
  border-width: 1px 1px 1px 0;
  left: -20px;
  text-align: left;
}

.rounded_slider_icons .rounded_slider_nextbtn {
  border-radius: 36px 0 0 36px;
  border-width: 1px 0 1px 1px;
  right: -20px;
  text-align: right;
}

.rounded_slider_icons .rounded_slider_prevbtn:before,
.rounded_slider_icons .rounded_slider_nextbtn:before {
  color: #c6c6c6;
  font-size: 18px;
}

.rounded_slider_icons .rounded_slider_prevbtn:before {
  margin-left: 9px;
}

.rounded_slider_icons .rounded_slider_nextbtn:before {
  margin-right: 9px;
}

@media screen and (min-width: 768px) {
  .rounded_slider_icons .rounded_slider_prevbtn,
  .rounded_slider_icons .rounded_slider_nextbtn {
    display: none;
  }

  .rounded_slider_icons {
    margin: 0;
    padding: 25px 0 35px;
    text-align: center;
  }

  .rounded_slider_icons_item {
    display: inline-block;
    width: 130px;
  }

  .rounded_slider_icons_item.active {
    display: inline-block;
  }

  .rounded_slider_icons_item a {
    color: rgba(51,51,51,0.6);
    padding-top: 47px;

    -webkit-transition: color 1200ms ease;
    transition: color 1200ms ease;
  }

  .rounded_slider_icons_item.active a {
    color: #06a84e;
  }

  .rounded_slider_icons_item span {
    font-size: 34px;
  }
}

@media screen and (min-width: 1280px) {
  .rounded_slider_icons_item a {
    font-size: 15px;
  }
}

/****************************
-- Features Slider --
****************************/
.features_slider {
  background-color: #f8f8f8;
}

.features_slider .container {
  max-width: none;
}

.features_slider h2 {
  padding: 30px 30px 23px;
}

@media screen and (min-width: 768px) {
  .features_slider h2 {
    padding: 45px 0 35px;
  }
}

@media screen and (min-width: 1024px) {
  .features_slider h2 {
    padding: 45px 0 25px;
  }
}

/* Slider */
.features_slider .bx-wrapper {
  margin: 0 -20px;
}

.features_slider_list {
  margin: 0;
}

.features_slider_list_item {
  padding-left: 20px;
}

.features_slider_list_item_wrap {
  background: #fff;
  text-align: center;
}

.features_slider_list_item_icon {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: -32px 0 5px;
  padding: 12px;
}

.features_slider_list_item_image {
  margin: 0;
}

.features_slider_list_item_icon img {
  height: 48px;
  width: 48px;
}

.features_slider_list_item_description {
  height: 130px;
  overflow: hidden;
  padding: 0 20px 20px;
}

.features_slider_list_item h3 {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 10px;
}

.features_slider_list_item p {
  color: #6b6b6b;
}

@media screen and (max-width: 767px) {
  .features_slider .bx-wrapper {
    margin: 0 -20px;
    max-width: none !important;
  }
}

@media screen and (min-width: 768px) {
  .features_slider .bx-wrapper {
    padding-bottom: 44px;
  }

  .features_slider_list_item {
    padding-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .features_slider .bx-wrapper .bx-viewport {
    overflow: visible !important;
  }

  .features_slider_list_item {
    opacity: 0;
    visibility: hidden;

    -webkit-transition: opacity 800ms ease, visibility 0ms linear 800ms;
    transition: opacity 800ms ease, visibility 0ms linear 800ms;
  }

  .features_slider_list_item.active {
    opacity: 1;
    visibility: visible;

    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .features_slider_list_item h3 {
    color: #000;
    font-weight: 700;
  }

  .features_slider_list_item p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media screen and (min-width:1280px) {
  .features_slider_list_item h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 6px;
  }
}

/****************************
-- Mobile Slider --
****************************/
.mobile_slider {
  padding: 30px 0 0;
  position: relative;
  text-align: center;
}

.mobile_slider .container {
  max-width: 520px;
  padding: 0 20px;
}

.mobile_slider_title {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 12px;
  text-align: center;
}

.mobile_slider_description {
  color: #333;
  font-size: 15px;
  line-height: 23px;
  margin: 0 0 12px;
}

@media screen and (min-width: 768px) {
  .mobile_slider {
    padding-top: 55px;
  }

  .mobile_slider_title {
    color: #000;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .mobile_slider_description {
    color: #000;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .mobile_slider {
    height: 760px;
    text-align: left;
  }

  .mobile_slider .container {
    max-width: 540px;
    padding: 0 35px;
    position: absolute;
    right: 50%;
    width: 50%;
  }

  .mobile_slider_title {
    font-size: 36px;
    line-height: 40px;
    margin: 0;
    padding: 45px 0 20px;
    text-align: left;
  }

  .mobile_slider_description {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1280px) {
  .mobile_slider_description {
    font-size: 18px;
    line-height: 28px;
  }
}

/* List */
.mobile_slider_list {
  counter-reset: mobile_slider_list_counter;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mobile_slider_list_item {
  counter-increment: mobile_slider_list_counter;
  padding-top: 45px;
  position: relative;
}

.mobile_slider_list_item.bx-clone {
  counter-increment: none;
}

.mobile_slider_list_item:before {
  border: 1px solid #06a84e;
  border-radius: 50%;
  color: #06a84e;
  content: counter(mobile_slider_list_counter);
  font-size: 13px;
  font-weight: 700;
  height: 33px;
  left: 50%;
  line-height: 31px;
  margin-left: -17px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 33px;
}

.mobile_slider_list_item h3 {
  color: #06a84e;
  font-size: 15px;
  line-height: 19px;
  margin: 0 0 8px;
}

.mobile_slider_list_item p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .mobile_slider .bx-wrapper .bx-pager {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  .mobile_slider_list_item {
    cursor: pointer;
    margin-top: 20px;
    padding: 0 0 0 45px;
  }

  .mobile_slider_list_item:before {
    border-color: rgba(51,51,51,0.6);
    color: rgba(51,51,51,0.6);
    left: 0;
    margin-left: 0;
    top: 4px;

    -webkit-transition: color 800ms ease, border 800ms ease;
    transition: color 800ms ease, border 800ms ease;
  }

  .mobile_slider_list_item:hover:before,
  .mobile_slider_list_item.active:before {
    border-color: #06a84e;
    color: #06a84e;
  }

  .mobile_slider_list_item h3 {
    color: rgba(51,51,51,0.6);
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    margin: 0;
    padding: 8px 0;

    -webkit-transition: color 800ms ease;
    transition: color 800ms ease;
  }

  .mobile_slider_list_item:hover h3,
  .mobile_slider_list_item.active h3 {
    color: #06a84e;
  }

  .mobile_slider_list_item p {
    height: 0;
    opacity: 0;

    -webkit-transition: height 800ms ease, opacity 800ms ease;
    transition: height 800ms ease, opacity 800ms ease;
  }

  .mobile_slider_list_item  p.show {
    height: auto;
  }

  .mobile_slider_list_item.active  p {
    opacity: 1;
  }
}

@media screen and (min-width: 1280px) {
  .mobile_slider_list_item:before {
    top: 6px;
  }

  .mobile_slider_list_item h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .mobile_slider_list_item p {
    font-size: 17px;
    line-height: 27px;
  }
}

/* Phone */
.mobile_slider_phone {
  height: 340px;
  overflow: hidden;
  position: relative;
}

.mobile_slider_phone_wrap {
  bottom: 0;
  left: 50%;
  margin-left: -113px;
  position: absolute;
  width: 330px;
}

.mobile_slider_phone_background {
  height: 100%;
  width: 100%;
}

.mobile_slider_phone_screen {
  height: auto;
  left: 13.4375%;
  opacity: 0;
  position: absolute;
  top: 10.6221%;
  visibility: hidden;
  width: 40.65%;
  z-index: 1;

  -webkit-transition: opacity 800ms ease, visibility 0ms linear 800ms;
  transition: opacity 800ms ease, visibility 0ms linear 800ms;
}

.mobile_slider_phone_screen.active {
  opacity: 1;
  visibility: visible;

  transition-delay: 0ms;
  transition-delay: 0ms;
}

@media screen and (min-width: 768px) {
  .mobile_slider_phone {
    height: 460px;
  }

  .mobile_slider_phone_wrap {
    bottom: 0;
    height: 460px;
    left: 50%;
    margin-left: -153px;
    position: absolute;
    width: 447px;
  }
}

@media screen and (min-width: 992px) {
  .mobile_slider_phone {
    height: auto;
    position: static;
  }

  .mobile_slider_phone_wrap {
    bottom: 0;
    height: 659px;
    left: 50%;
    margin-left: 70px;
    position: absolute;
    width: 640px;
  }
}

/* For Product Page */
.rounded_slider + .mobile_slider:before {
  border-top: 1px solid #e1e1e1;
  content: '';
  left: 20px;
  margin: auto;
  max-width: 480px;
  position: absolute;
  right: 20px;
  top: 0;
}

@media screen and (min-width: 992px) {
  .rounded_slider + .mobile_slider:before {
    left: 35px;
    max-width: 1010px;
    right: 35px;
  }
}

/****************************
-- Cloud Storage --
****************************/
.cloud_storage {
  background-color: #06a84e;
  padding: 40px 0 50px;
  position: relative;
  text-align: center;
}

.cloud_storage h2 {
  color: #fff;
  margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
  .cloud_storage {
    padding: 45px 0 55px;
  }
}

@media screen and (min-width: 1024px) {
  .cloud_storage {
    padding: 55px 0 65px;
  }
}

/* Background */
.cloud_storage_background {
  background-image: url('../images/cloudsloop.svg');
  background-position: 0px center;
  background-size: 1942px 724px;
  background-repeat: repeat;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;

  -webkit-animation: animatedClouds 40s linear infinite;
  animation: animatedClouds 40s linear infinite;
}

/* Features */
.cloud_storage_features_item {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 20px;
  width: 240px;
}

.cloud_storage_features_item .img-wrap {
  margin-bottom: 12px;
}

.cloud_storage_features_item img {
  top: auto;
}

.cloud_storage_features_item p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}

@media screen and (min-width: 1024px) {
  .cloud_storage_features_item {
    padding: 0 50px;
    width: 300px;
  }

  .cloud_storage_features_item .img-wrap {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .cloud_storage_features_item {
    padding: 0 75px;
    width: 345px;
  }

  .cloud_storage_features_item .img-wrap {
    margin-bottom: 25px;
  }

  .cloud_storage_features_item p {
    font-size: 18px;
    line-height: 28px;
  }
}

/* CTA */
.cloud_storage_cta p {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
  .cloud_storage_cta {
    margin-top: 15px;
  }

  .cloud_storage_cta p {
    display: inline-block;
    margin: 0;
  }

  .cloud_storage_cta p + .btn {
    margin-left: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .cloud_storage_cta {
    margin-top: 25px;
  }
}

@media screen and (min-width: 1280px) {
  .cloud_storage_cta p {
    font-size: 18px;
    line-height: 28px;
  }
}

/****************************
-- Image Slider --
****************************/
.image_slider {
  background-color: #f1f1f1;
  padding-top: 45px;
}

.image_slider h2 {
  margin: 0 0 30px;
  text-align: center;
}

.image_slider .bx-wrapper {
  position: relative;
}

.image_slider .bx-wrapper .bx-controls-direction a {
  margin-top: 28.125%;
  top: -36px;
}

.image_slider_item_wrap {
  margin: auto;
  max-height: 610px;
  max-width: 1085px;
}

.image_slider_item_caption {
  padding: 20px 50px 30px;
  text-align: center;
}

.image_slider_item_caption h3 {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.image_slider_item_caption p {
  color: #6b6b6b;
}

.image_slider_item_caption h3 + p {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .image_slider {
    padding-top: 40px;
  }

  .image_slider .bx-wrapper .bx-controls-direction a {
    top: -48px;
  }

  .image_slider_item_caption {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media screen and (min-width: 1024px) {
  .image_slider {
    padding: 55px 0 75px;
  }

  .image_slider .bx-wrapper .bx-viewport {
    overflow: visible !important;
  }

  .image_slider h2 {
    margin-bottom: 40px;
  }

  .image_slider_item.has_caption {
    padding-bottom: 50px;
  }

  .image_slider_item_caption {
    bottom: -25px;
    left: 0;
    margin: auto;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    width: 570px;
  }

  .image_slider_item_caption h3 {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .image_slider_item_caption p {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .image_slider_item_caption h3 + p {
    margin-top: 8px;
  }
}

@media screen and (min-width: 1085px) {
  .image_slider.arrows-t2 .bx-wrapper .bx-controls-direction a {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: rgba(163,163,163,0.8);
    margin-top: -88px;
    top: 50%;
  }

  .image_slider.arrows-t2 .bx-wrapper .bx-controls-direction a:hover {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    color: #2b2b2b;
  }
}

@media screen and (min-width: 1024px) {
  .image_slider_item.has_caption {
    padding-bottom: 60px;
  }

  .image_slider_item_caption h3 {
    font-size: 18px;
  }
}

/****************************
-- Secondary Header Nav --
****************************/
.secondary_header_nav {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;

  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}

.secondary_header_nav.show {
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.secondary_header_nav .container {
  max-width: 1440px;
  padding-bottom: 8px;
  padding-top: 8px;
}

.secondary_header_nav_sections {
  display: none;
}

.secondary_header_nav_buy {
  text-align: center;
}

.secondary_header_nav_name,
.secondary_header_nav_sections_cta {
  line-height: 20px;
  padding: 12px 0;
}

.secondary_header_nav_name {
  color: #333;
  display: inline-block;
  font-size: 15px;
  margin: 0 25px 0 0;
}

@media screen and (max-width: 767px) {
  .secondary_header_nav_buy .btn {
    font-size: 15px;
    line-height: 19px;
    min-width: 0;
    padding: 7px 22px 8px 23px;
  }
}

@media screen and (min-width: 768px) {
  .secondary_header_nav .container {
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .secondary_header_nav_sections {
    display: block;
    float: left;
  }

  .secondary_header_nav_sections_cta {
    color: #333;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin-left: 35px;
    text-transform: uppercase;
  }

  .secondary_header_nav_sections_cta:first-child {
    margin: 0;
  }

  .secondary_header_nav_buy {
    float: right;
  }

  .secondary_header_nav_name {
    font-size: 17px;
  }
}
/****************************
-- Utilities --
****************************/
/* For modern browsers */
.cf:before,
.cf:after {
  content: "\0020";
  display: table;
  position: static;
}

.cf:after {
  clear: both;
}

.first {
  float: left;
}

.last {
  float: right;
}

.center {
  margin: 0 auto;
  text-align: center;
}

/* Hide */
.hidden {
  display: none !important;
}

/* Image Replacement */
.ir,
#footer .legal .ir {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

/* Inline Block fix - Children need font-family re set */
.ibp {
  font-family: arloicons;
}

.ibp > * {
  display: inline-block;
  vertical-align: middle;
}

/****************************
-- Buttons --
****************************/
.btn {
  border-radius: 22px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  min-width: 155px;
  padding: 12px 35px;
  position: relative;
  text-align: center;
  -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
}

.btn.t1 {
  background-color: #06a84e;
  color: #fff;
}

.btn.t1:hover {
  background-color: #0f6d35;
}

.btn.t2 {
  background-color: #fff;
  color: #06a84e;
}

.btn.t2:hover {
  background-color: #0f6d35;
  color: #fff;
}

.btn.t3 {
  background-color: rgba(255,255,255,0.15);
  color: #fff;
}

.btn.t3:hover {
  background-color: rgba(255,255,255,1);
  color: #0f6d35;
}

.btn.t4 {
  background-color: #fff;
  border: 1px solid #06a84e;;
  color: #06a84e;
  padding-bottom: 11px;
  padding-top: 11px;
}

.btn.t4:hover {
  background-color: #06a84e;
  color: #fff;
}

/* Play Video */
.btn.video {
  padding-right: 55px;
}

.btn.video:after {
  bottom: 0;
  color: #fff;
  content: '\e900';
  font-family: arloicons;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 23px;
  top: 50%;
}

/****************************
-- Replay --
****************************/
.replay {
  font-size: 16px;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}

.replay:hover {
  text-decoration: none;
}

.replay:after {
  color: #000;
  content: 'k';
  font-family: arloicons;
  font-size: 16px;
  font-size: 1.6rem;
  left: 0;
  line-height: 1.5;
  margin-top: -0.75em;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  width: auto;
  transition: all .3s ease;
}

.replay:hover:after {
  opacity: 1;
  transform: rotate(360deg);
}

/****************************
-- Separators --
****************************/
.sep {
  margin-top: 1.25em;
  padding-top: 1.25em;
  position: relative;
}

.sep:after {
  border-top: 1px solid #e5e5e5;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 37px;
}

/* Bottom Center */
.sep.bot {
  margin-bottom: 1em;
  margin-top: 0;
  padding-bottom: 1em;
  padding-top: 0;
  position: relative;
}

.sep.bot:after {
  bottom: 0;
  top: auto;
}

.sep.center:after {
  left: 50%;
  margin-left: -18px;
}

/****************************
-- Text Shift --
****************************/
.shift {
  color: #06a84e;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  padding-right: 15px;
  position: relative;
  text-transform: uppercase;
}

.shift.long {
  padding-right: 36px;
}

.shift:after {
  content: '\f105';
  font-family: arloicons;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-top: -8px;
  position: absolute;
  right: 0;
  top: 50%;

  -webkit-transition: right 200ms ease;
  transition: right 200ms ease;
}

.shift:hover:after {
  right: -5px;
}

/****************************
-- Cover Simulate --
****************************/
.media-cover {
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%;
}

.media-cover > img,
.media-cover > video {
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  min-height: 50%;
  min-width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

/****************************
-- Vertical Middle --
****************************/
.vertical-wrap {
  font-family: arloicons;
  height: 100%;
  left: 0;
  margin: auto;
  right: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}

.vertical-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.vertical-wrap > .middle {
  display: inline-block;
  vertical-align: middle;
}

/****************************
-- Vertical Children --
****************************/
.vertical-children > * {
  display: inline-block;
  vertical-align: middle;
}

/****************************
-- Youtube Video Player --
****************************/
.player .wrap {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.player .wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/****************************
-- Grayscale Filter --
****************************/
.grayhov {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url('../images/grayscale.svg');
  filter: grayscale(100%);
  opacity: 0.75;
  transition: all 200ms ease;
}

.grayhov:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

/****************************
-- Play video Icon --
****************************/
.video.play-icon {
  position: relative;
}

.video.play-icon:before {
  background-color: #000;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;

  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.video.play-icon:hover:before {
  opacity: 0.2
}

.video.play-icon:after {
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  box-sizing: content-box;
  color: #06a84e;
  content: '\e907';
  font-family: 'arloicons';
  font-size: 18px;
  height: 46px;
  left: 50%;
  line-height: 46px;
  margin: -23px 0 0 -23px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 46px;
  z-index: 2;

  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
}

.video.play-icon.md:after {
  height: 56px;
  font-size: 22px;
  line-height: 56px;
  margin: -28px 0 0 -28px;
  width: 56px;
}

.video.play-icon:hover:after {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

/****************************
-- Keyframes --
****************************/
.fade {
  opacity: 0;
}

/* Fade in */
.fade-in {
  -webkit-animation: fadeIn 1s both;
  animation: fadeIn 1s both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Fade in From Left */
.fade-in-from-left {
  -webkit-animation: fadeInFromLeft 1s both;
  animation: fadeInFromLeft 1s both;
}

@-webkit-keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Fade in From Right */
.fade-in-from-right {
  -webkit-animation: fadeInFromRight 1s both;
  animation: fadeInFromRight 1s both;
}

@-webkit-keyframes fadeInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(65%);
    transform: translateX(65%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(65%);
    transform: translateX(65%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Fade In From Top */
.fade-in-from-top {
  -webkit-animation: fadeInFromTop 1s both;
  animation: fadeInFromTop 1s both;
}

@-webkit-keyframes fadeInFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade In From Top */
.fade-in-from-bottom {
  -webkit-animation: fadeInFromBottom 1s both;
  animation: fadeInFromBottom 1s both;
}

@-webkit-keyframes fadeInFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade Out */
.fade-out {
  -webkit-animation: fadeOut 1s both;
  animation: fadeOut 1s both;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Fade out To Left */
.fade-out-to-left {
  -webkit-animation: fadeOutToLeft 1s both;
  animation: fadeOutToLeft 1s both;
}

@-webkit-keyframes fadeOutToLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
  }
}

@keyframes fadeOutToLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
  }
}

/* Fade out To Right */
.fade-out-to-right {
  -webkit-animation: fadeOutToRight 1s both;
  animation: fadeOutToRight 1s both;
}

@-webkit-keyframes fadeOutToRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(65%);
    transform: translateX(65%);
  }
}

@keyframes fadeOutToRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(65%);
    transform: translateX(65%);
  }
}

/* Fly */
@-webkit-keyframes fly {
  0% {
    font-size: 23px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    font-size: 29px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    font-size: 23px;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes fly {
  0% {
    font-size: 23px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    font-size: 29px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    font-size: 23px;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* Fade In From None To Top */
@-webkit-keyframes fadeInFromNoneToTop {
  0% {
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    height: 100%;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInFromNoneToTop {
  0% {
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    height: 100%;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Rotate */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Go slightly to the left and back */
.shake-left {
  -webkit-animation: shakeLeft 200ms both;
  animation: shakeLeft 200ms both;
}

@-webkit-keyframes shakeLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes shakeLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Background Animations */
.animated-clouds {
  -webkit-animation: animatedBackground 40s linear infinite;;
  animation: animatedBackground 40s linear infinite;;
}

@-webkit-keyframes animatedClouds {
	0% {
    background-position: 0 center;
  }
	100% {
    background-position: -1942px center;
  }
}

@keyframes animatedClouds {
	0% {
    background-position: 0 center;
  }
	100% {
    background-position: -1942px center;
  }
}

/****************************
-- General CSS Transitions --
****************************/
.tr100 {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.tr200 {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.tr300 {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.tr400 {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.tr600 {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.tr800 {
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
/****************************
-- Video Background Hero --
****************************/
.hero_videobg_media {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.hero_videobg .container {
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}

.hero_videobg p {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}

.hero_videobg h1 {
  margin: 10px 0 0;
}

.hero_videobg h1 span {
  display: block;
}

.hero_videobg .btn {
  margin: 22px 9px 0;
}

@media screen and (min-width: 768px) {
  .hero_videobg {
    overflow: hidden;
    position: relative;
  }

  .hero_videobg_media {
    height: 500px;
    padding: 0;
  }

  .hero_videobg .container {
    position: absolute;
    left: 50%;
    max-width: 1050px;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .hero_videobg p {
    color: #fff;
    font-size: 15px;
  }

  .hero_videobg h1 {
    color: #fff;
  }
}

@media screen and (min-width: 1280px) {
  .hero_videobg p {
    font-size: 22px;
  }
}

@media screen and (min-width: 1440px) {
  .hero_videobg_media {
    height: 650px;
  }

  /*.hero_videobg .container {
    max-width: 950px;
  }*/
}

/****************************
-- Rounded Hero --
****************************/
.hero_round {
  text-align: center;
}

.hero_round_background {
  display: none;
}

.hero_round_nav {
  padding: 25px 10px 0;
  text-align: center;
}

.hero_round_nav a {
  font-size: 14px;
  margin: 0 10px;
  text-decoration: underline;
}

.hero_round_nav .btn {
  display: none;
}

.hero_round .container {
  max-width: 485px;
  padding: 30px 20px 40px;
}

.hero_round h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  margin: 0 0 15px;
}

.hero_round p {
  color: #6b6b6b;
  margin: 0 0 25px;
}

.hero_round .hero_round_search + p {
  margin: 10px 0 0;
}

.hero_round p a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .hero_round .container {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .hero_round h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

@media screen and (min-width: 1024px) {
  .hero_round {
    height: 395px;
    position: relative;
  }

  .hero_round_wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 52%;
    z-index: 1;
  }

  .hero_round .container {
    left: 50%;
    max-width: 555px;
    position: absolute;
    top: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .hero_round .container form {
    margin: 0 auto;
    width: 475px;
  }

  .hero_round h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .hero_round .hero_round_search + p {
    margin-top: 15px;
  }

  .hero_round_nav {
    padding: 0;
    position: absolute;
    right: 20px;
    top: 17px;
    z-index: 1;
  }

  .hero_round_nav a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 0 12px;
    text-decoration: none;
    vertical-align: middle;
  }

  .hero_round_nav .btn {
    display: inline-block;
  }

  .hero_round_background {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

/****************************
-- Hero Slider --
****************************/
.hero_slider .bx-controls-direction {
  height: 0;
  padding-bottom: 56.25%;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero_slider_item_media {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.hero_slider .container {
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}

.hero_slider h1 {
  color: #6B6B6B;
}

.hero_slider h1 span {
  display: block;
}

.hero_slider p {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 23px;
  margin: 10px 0 0;
}

.hero_slider .btn {
  margin: 22px 9px 0;
}

@media screen and (min-width: 768px) {
  .hero_slider .bx-controls-direction {
    padding: 0;
    position: static;
  }

  .hero_slider {
    overflow: hidden;
    position: relative;
  }

  .hero_slider_item_media {
    height: 500px;
    padding: 0;
  }

  .hero_slider .container {
    position: absolute;
    left: 50%;
    max-width: 590px;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .hero_slider h1 {
    color: #fff;
  }

  .hero_slider p {
    color: #fff;
  }
}

@media screen and (min-width: 1280px) {
  .hero_slider p {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1440px) {
  .hero_slider_item_media {
    height: 650px;
  }

  /*.hero_slider .container {
    max-width: 950px;
  }*/
}

/****************************
-- Sub Hero Links --
****************************/
.sub_hero_links {
  display: none;
  position: relative;
}

.sub_hero_links_box {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  display: inline-block;
  left: 50%;
  padding: 20px;
  position: relative;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sub_hero_links_box:after {
  background-color: #fff;
  border-color: #e1e1e1;
  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);
}

.sub_hero_links_box h4 {
  color: #b2b2b2;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 6px;
}

.sub_hero_links_active {
  color: #06A84E;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 30px;
  margin-top: 2px;
}

.sub_hero_links_cta {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.sub_hero_links_cta.shift {
  color: #06a84e;
}

/* Type 2 */
.sub_hero_links.t2 {
  display: block;
}

.sub_hero_links.t2 .sub_hero_links_box:after {
  display: none;
}

.sub_hero_links.t2 .sub_hero_links_box h4 {
  color: #6b6b6b;
}

@media screen and (min-width: 768px) {
  .sub_hero_links {
    display: block;
    height: 30px;
  }

  .sub_hero_links_box {
    padding: 18px 0 18px 30px;
    top: -30px;
  }

  .sub_hero_links_box h4 {
    float: left;
    margin: 0 40px 0 0;
  }

  .sub_hero_links_active {
    float: left;
  }

  .sub_hero_links_cta {
    float: left;
    margin: 2px 30px 0;
  }

  .sub_hero_links_cta:before {
    border-left: 1px solid #e1e1e1;
    content: '';
    height: 100%;
    left: -30px;
    position: absolute;
    top: 0;
  }

  /* Type 2 */
  .sub_hero_links.t2 {
    height: 35px;
  }

  .sub_hero_links.t2 .sub_hero_links_box {
    padding: 23px 30px;
    top: -35px;
  }

  .sub_hero_links.t2 .sub_hero_links_box h4 {
    color: #333;
    margin: 0;
  }

  .sub_hero_links.t2 .sub_hero_links_cta {
    margin: 0 0 0 20px;
  }

  .sub_hero_links.t2 .sub_hero_links_cta:before {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  /* Type 2 */
  .sub_hero_links.t2 .sub_hero_links_box h4 {
    font-size: 17px;
  }

  .sub_hero_links.t2 .sub_hero_links_cta {
    line-height: 18px;
    margin-top: 4px;
  }
}
/****************************
-- Footer --
****************************/
#footer .container {
  background-color: #fff;
  max-width: 1440px;
  text-align: center;
}

#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1280px) {
  #footer .container {
    padding: 45px 40px 110px;
    text-align: left;
  }
}

/****************************
-- Footer Logo --
****************************/
.footer_logo {
  margin: 26px auto 16px;
  width: 73px;
}

@media screen and (min-width: 768px) {
  .footer_logo {
    margin: 36px auto 22px;
  }
}

@media screen and (min-width: 1280px) {
  .footer_logo {
    float: left;
  }
}

/****************************
-- Footer Social --
****************************/
/* NL Signup */
.foter_social_signup {
  padding-bottom: 22px;
}

.foter_social_signup h3 {
  margin: 0 0 15px;
}

.foter_social_signup .input-wrapper {
  margin: 0 auto;
  max-width: 290px;
}

.foter_social_signup .nl-signup-iframe,
.foter_social_signup .after-signup {
  display: none;
}

.foter_social_signup .after-signup p {
  color: rgba(51,51,51,0.6);
}

/* Social Share */
.foter_social_share {
  margin-bottom: 10px;
}

.foter_social_share li {
  margin-left: 18px;
}

.foter_social_share li:first-child {
  margin: 0;
}

.foter_social_share a {
  display: block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
}

.foter_social_share a:before {
  color: #06a84e;
  font-size: 20px;
}

.foter_social_share a:hover:before {
  color: #0f6d35;
}

@media screen and (min-width: 1024px) {
  .foter_social_signup h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1280px) {
  .footer_social {
    float: left;
    margin-left: 30px;
    width: 290px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .footer_social {
    margin-left: 45px;
  }
}

/****************************
-- Footer Links --
****************************/
.footer_links .col {
  border-bottom: 1px solid #e1e1e1;
  padding: 28px 0;
}

.footer_links h3 {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.footer_links li {
  margin-bottom: 8px;
}

.footer_links li:last-child {
  margin: 0;
}

.footer_links li a {
  color: rgba(51,51,51,0.6);
  font-size: 15px;
  line-height: 17px;
}

.footer_links li a:hover {
  color: rgba(51,51,51,1);
}


@media screen and (min-width: 768px) {
  .footer_links {
    padding-top: 25px;
  }

  .footer_links .col {
    border: 0;
    display: inline-block;
    padding: 0 8px 30px;
    vertical-align: top;
    width: 175px;
  }

  .footer_links li.extra {
    margin-top: 22px;
    padding-top: 23px;
    position: relative;
  }

  .footer_links .extra:before {
    border-top: 1px solid #e1e1e1;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    top: 0;
    width: 35px;
  }
}

@media screen and (min-width: 1024px) {
  .ibp .footer_links {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  .ibp .footer_links {
    float: left;
    margin-left: 45px;
    padding: 0;
    width: auto;
  }

  .footer_links .col {
    padding: 0 20px 0 0;
    width: 180px;
  }

  .footer_links h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .footer_links .extra:before {
    left: 0;
    margin: 0;
  }
}

@media screen and (min-width: 1440px) {
  .ibp .footer_links {
    float: left;
    margin-left: 65px;
    padding: 0;
  }
}

/****************************
-- Footer Twitter Feed --
****************************/
.ibp .footer_twitter {
  display: none;
  vertical-align: top;
  width: 50%;
}

@media screen and (min-width: 1024px) {
  .ibp .footer_twitter {
    display: inline-block;
    min-height: 200px;
    padding-top: 25px;
    position: relative;
  }

  .footer_twitter h3 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 15px;
  }

  .footer_twitter .follow {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .footer_twitter .tweet a {
    color: rgba(51,51,51,0.6);
    font-size: 15px;
    line-height: 25px;
  }

  .footer_twitter .tweet a:hover {
    color: rgba(51,51,51,1);
  }
}

@media screen and (min-width: 1280px) {
  .ibp .footer_twitter {
    border-left: 1px solid #e1e1e1;
    bottom: 0;
    padding: 45px 40px;
/*  position: absolute; */
    right: 0;
    top: 0;
    width: 440px;
  }

  .footer_twitter .follow {
    bottom: 25px;
    line-height: 16px;
    left: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/****************************
-- Footer Bottom --
****************************/
.footer_bottom {
  padding: 26px 0;
}

.bottom_netgear {
  color: #06a84e;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 17px;
}

.bottom_legal_privacy {
  color: #999999;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 7px;
}

.ibp .bottom_legal_copy {
  color: #999999;
  display: block;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .footer_bottom {
    border-top: 1px solid #e1e1e1;
    padding: 25px 0;
  }

  .bottom_netgear {
    margin-bottom: 10px;
  }

  .ibp .bottom_legal_copy {
    display: inline-block;
    margin-left: 20px;
  }

  .bottom_legal_privacy {
    margin: 0;
  }

  .bottom_legal_privacy:hover {
    color: rgba(51,51,51,1);
  }
}

@media screen and (min-width: 1280px) {
  .footer_bottom {
    border: 0;
    bottom: 25px;
    left: 40px;
    padding: 0;
    position: absolute;
  }

  .bottom_netgear {
    float: left;
    margin: 0;
  }

  .bottom_legal {
    float: left;
    margin-left: 48px;
  }

  .bottom_legal_privacy {
    font-size: 14px;
    line-height: 16px;
  }

  .bottom_legal_copy {
    font-size: 14px;
    line-height: 16px;
  }
}
/****************************
-- Text Generals --
****************************/
/*body,
input,
select,
textarea,
.grid > *,
.ibp > *,
.product_slideshow_item_title {
  font-family: Arial, Helvetica, sans-serif;
}*/

body,
input,
select,
textarea,
.grid > *,
.ibp > * {
  font-family: morebirounded, 'Palatino Linotype', 'Book Antiqua', Palatino, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック','MS PGothic', serif;
}

strong {
	font-weight: 700;
}

em {
  font-style: italic;
}

a {
  color: #06a84e;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
}

a:hover {
  color: #0f6d35;
}

p a:hover {
  text-decoration: underline;
}

sup,
sub {
  font-size: .35em;
  line-height: 1;
  position: relative;
  top: -1em;
  vertical-align: baseline;
}

sub {
  top: 0.4em;
}

/****************************
-- Titles --
****************************/
/*h1,
h2,
h3,
h4,
h5,
.btn,
blockquote p {
  font-family: morebirounded, 'Palatino Linotype', 'Book Antiqua', Palatino, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック','MS PGothic', serif;
}*/

h1 {
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}

h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  text-align: center;
}

h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 62px;
  }

  h2 {
    color: #000;
    font-size: 26px;
    line-height: 32px;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
  }

  h4 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 63px;
    line-height: 72px;
  }

  h2 {
    color: #333;
    font-size: 36px;
    line-height: 46px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

/****************************
-- Paragraphs --
****************************/
p {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}

p.large {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

blockquote p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  blockquote p {
    font-size: 20px;
    line-height: 34px;
  }
}

@media screen and (min-width: 1024px) {
  p {
    font-size: 15px;
    line-height: 25px;
  }

  p.large {
    font-size: 17px;
    line-height: 27px;
  }

  blockquote p {
    font-size: 28px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1280px) {
  p {
    font-size: 18px;
    line-height: 28px;
  }
}


/****************************
-- Highlight Sections --
****************************/
.highlight h1,
.highlight h2,
.highlight h3,
.highlight h4,
.highlight h5,
.highlight h6,
.highlight p,
.highlight a {
  color: #fff;
}

p.med {
  color: #06a94e;
}

/****************************
-- Icons --
****************************/
[class^='icon-'], [class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'arloicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\f002";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-facebook-f:before {
    content: "\f09a";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-youtube:before {
    content: "\f167";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-weibo:before {
    content: "\f18a";
}
.icon-file-pdf-o:before {
    content: "\f1c1";
}
.icon-triangle-play:before {
    content: "\e907";
}
.icon-nighttime:before {
    content: "\e904";
}
.icon-visitors:before {
    content: "\e906";
}
.icon-kitchen:before {
    content: "\e903";
}
.icon-onthego:before {
    content: "\e905";
}
.icon-yard:before {
    content: "\e90b";
}
.icon-slide-left:before {
    content: "\e901";
}
.icon-slide-right:before {
    content: "\e902";
}
.icon-circle-play:before {
    content: "\e900";
}
.icon-blank:before {
    content: "\20";
}
.icon-arlo-logo:before {
    content: "\61";
}
.icon-close:before {
    content: "\78";
}
/****************************
-- PriceSpider --
****************************/
.pswidget .ps_LoadingPanelStyle {
  background: transparent;
  margin: 0 auto 15px;
}

.pswidget .ps_ResponsiveContainerStyle.ps_MobileLayoutStyle .ps_OnlineStoresStyle div.ps_ContainerStyle .ps_SellerContainerStyle.ps_BoxStyle {
  border-top: 1px solid #e1e1e1;
  height: 80px;
  min-height: 0;
  max-height: none;
}

.pswidget .ps_OnlineStoresStyle div.ps_ContainerStyle .ps_SellerContainerStyle.ps_BoxStyle table.ps_NestedSellerContainerStyle {
  height: 100%;
}

.pswidget .ps_OnlineStoresStyle div.ps_ContainerStyle .ps_SellerContainerStyle.ps_BoxStyle table.ps_NestedSellerContainerStyle td.ps_GroupStyle {
  height: 100%;
  max-height: none;
  padding: 0;
}

.pswidget .ps_ResponsiveContainerStyle.ps_MobileLayoutStyle .ps_OnlineStoresStyle .ps_ElementStyle.ps_SellerNameStyle {
  height: 100%;
  margin-right: 10%;
  width: 30%;
}

.pswidget .ps_ResponsiveContainerStyle.ps_MobileLayoutStyle .ps_OnlineStoresStyle .ps_ElementStyle.ps_BuyStyle {
  margin-right: 10%;
  text-align: right;
  width: 50%;
}

.pswidget .ps_ElementStyle.ps_SellerNameStyle a.ps_LinkStyle {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.pswidget .ps_ResponsiveContainerStyle.ps_MobileLayoutStyle img.ps_SellerLogoStyle {
  border-radius: 0;
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 90%;
  max-width: 90%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.pswidget .ps_ResponsiveContainerStyle.ps_MobileLayoutStyle .ps_OnlineStoresStyle a.ps_BuyButtonStyle {
  background: transparent;
  border-radius: 0;
  color: #06a84e;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  width: auto;
}

.pswidget .ps_OnlineStoresStyle a.ps_BuyButtonStyle:after {
  content: '\f105';
  font-family: arloicons;
  font-size: 16px;
  font-weight: 400;
  margin-left: 15px;
  margin-top: -6px;
  width: auto;
}

.pswidget .ps_OnlineStoresStyle a.ps_BuyButtonStyle:hover:after {
  margin-left: 15px;
  margin-top: -6px;
  width: auto;
}

.pswidget .ps_ResponsiveContainerStyle.ps_TabletLayoutStyle .ps_FooterStyle,
.pswidget .ps_ResponsiveContainerStyle.ps_MobileLayoutStyle .ps_FooterStyle {
  margin: 0;
  padding-top: 20px;
}

.pswidget .ps_ResponsiveContainerStyle.ps_TabletLayoutStyle .ps_FooterStyle td.ps_FooterCellStyle,
.pswidget .ps_ResponsiveContainerStyle.ps_MobileLayoutStyle .ps_FooterStyle td.ps_FooterCellStyle {
  color: #b2b2b2;
  font-size: 14px;
  line-height: 22px;
}

.pswidget .ps_ResponsiveContainerStyle.ps_TabletLayoutStyle .ps_FooterStyle td.ps_FooterCellStyle br,
.pswidget .ps_ResponsiveContainerStyle.ps_MobileLayoutStyle .ps_FooterStyle td.ps_FooterCellStyle br {
  display: none;
}

.pswidget .ps_ResponsiveContainerStyle.ps_TabletLayoutStyle .ps_FooterStyle td.ps_FooterCellStyle a,
.pswidget .ps_ResponsiveContainerStyle.ps_MobileLayoutStyle .ps_FooterStyle td.ps_FooterCellStyle a {
  color: #b2b2b2;
  text-decoration: underline;
}

.pswidget .ps_ResponsiveContainerStyle.ps_TabletLayoutStyle .ps_FooterStyle td.ps_FooterCellStyle + td.ps_FooterCellStyle,
.pswidget .ps_ResponsiveContainerStyle.ps_MobileLayoutStyle .ps_FooterStyle td.ps_FooterCellStyle + td.ps_FooterCellStyle {
  padding-top: 20px;
}

@media screen and (min-width: 641px) {
  .pswidget .ps_OnlineStoresStyle div.ps_ListStyle {
    padding-bottom: 40px;
  }

  .pswidget .ps_OnlineStoresStyle div.ps_ListStyle .ps_ContainerStyle {
    margin: 0 -15px;
  }

  .pswidget .ps_OnlineStoresStyle div.ps_ContainerStyle .ps_SellerContainerStyle.ps_BoxStyle {
    height: auto;
    padding: 15px 15px 0;
    width: 33.33%;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pswidget .ps_OnlineStoresStyle div.ps_ContainerStyle .ps_SellerContainerStyle.ps_BoxStyle table.ps_NestedSellerContainerStyle td.ps_GroupStyle.ps_SellerNameStyle {
    max-width: none;
    width: 100%;
  }

  .pswidget .ps_ElementStyle.ps_SellerNameStyle a.ps_LinkStyle {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    height: 115px;
  }

  .pswidget .ps_ElementStyle.ps_SellerNameStyle a.ps_LinkStyle:hover {
    border-color: #06a84e;
  }

  .pswidget img.ps_SellerLogoImageStyle,
  .pswidget img.ps_SellerLogoStyle, img.ps_SellerStyle {
    border: 0;
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }

  .pswidget img.ps_SellerLogoStyle:hover {
    border: 0;
  }

  .pswidget .ps_OnlineStoresStyle .ps_ElementStyle.ps_BuyStyle {
    margin-top: 10px;
  }

  .pswidget .ps_OnlineStoresStyle a.ps_BuyButtonStyle {
    background: transparent;
    border-radius: 0;
    color: #06a84e;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    height: auto;
    margin: 0;
    padding: 0 15px 0 0;
    position: relative;
    text-transform: uppercase;
    width: auto;
  }

  .pswidget .ps_OnlineStoresStyle a.ps_BuyButtonStyle:hover,
  .ps_OnlineStoresStyle a.ps_BuyButtonStyle:active {
    background: transparent;
    color: #0f6d35;
  }

  .pswidget .ps_OnlineStoresStyle a.ps_BuyButtonStyle:after {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: right 200ms ease;
    transition: right 200ms ease;
  }

  .pswidget .ps_OnlineStoresStyle a.ps_BuyButtonStyle:hover:after {
    margin: 0;
    right: -4px;
  }

  .pswidget .ps_FooterStyle {
    border: 0;
    margin: 0 auto;
    max-width: 485px;
    padding: 0;
  }

  .pswidget .ps_FooterStyle td.ps_FooterCellStyle {
    color: #b2b2b2;
    float: none;
    font-size: 14px;
    line-height: 22px;
    min-width: 0;
    text-align: center;
    width: 100% !important;
  }

  .pswidget .ps_FooterStyle td.ps_FooterCellStyle br {
    display: none;
  }

  .pswidget .ps_FooterStyle td.ps_FooterCellStyle a {
    color: #b2b2b2;
    text-decoration: underline;
  }

  .pswidget .ps_FooterStyle td.ps_FooterCellStyle + td.ps_FooterCellStyle {
    float: none;
    text-align: center;
  }

  .pswidget td.ps_FooterCellStyle.ps_Logo img {
    float: none;
  }
}

@media screen and (min-width: 720px) {
  .pswidget .ps_OnlineStoresStyle div.ps_ContainerStyle .ps_SellerContainerStyle.ps_BoxStyle {
    width: 25%;
  }
}

@media screen and (min-width: 800px) {
  .pswidget .ps_OnlineStoresStyle div.ps_ContainerStyle .ps_SellerContainerStyle.ps_BoxStyle {
    width: 20%;
  }
}
/****************************
-- Slider Mods / Fixes --
****************************/
.bx-wrapper {
  position: static;
}

.bx-wrapper,
.bx-viewport {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.bx-wrapper .bx-viewport {
  background: transparent;
  border: 0;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*---------------------
Controls
---------------------*/
.bx-wrapper .bx-controls-direction a {
  background: none;
  color: #c6c6c6;
  font: 0/0 a;
  height: 72px;
  line-height: 72px;
  margin-top: -36px;
  opacity: 1;
  text-align: center;
  text-indent: 0;
  visibility: visible;
  width: 36px;

  -webkit-transition: opacity 300ms ease, visibility 0ms linear 0ms;
  transition: opacity 300ms ease, visibility 0ms linear 0ms;
}

.bx-wrapper .bx-controls-direction a:after {
  font-family: arloicons;
  font-size: 18px;
  text-indent: 0;
}

.bx-wrapper .bx-controls-direction .bx-prev {
  border-radius: 0 36px 36px 0;
  left: 0;
  text-align: left;
}

.bx-wrapper .bx-controls-direction .bx-prev:after {
  content: '\e901';
  margin-left: 9px;
}

.bx-wrapper .bx-controls-direction .bx-next {
  border-radius: 36px 0 0 36px;
  right: 0;
  text-align: right;
}

.bx-wrapper .bx-controls-direction .bx-next:after {
  content: '\e902';
  margin-right: 9px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: block;
  opacity: 0;
  visibility: hidden;

  -webkit-transition: opacity 300ms ease, visibility 0ms linear 300ms;
  transition: opacity 300ms ease, visibility 0ms linear 300ms;
}

/* Type 1 */
.arrows-t1 .bx-wrapper .bx-controls-direction a {
  background-color: #fff;
  border-color: #e1e1e1;
  border-style: solid;
  color: rgba(163,163,163,0.8);
}

.arrows-t1 .bx-wrapper .bx-controls-direction a:hover {
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  color: #2b2b2b;
}

.arrows-t1 .bx-wrapper .bx-controls-direction .bx-prev {
  border-width: 1px 1px 1px 0;
}

.arrows-t1 .bx-wrapper .bx-controls-direction .bx-next {
  border-width: 1px 0 1px 1px;
}

/* Type 2 */
.arrows-t2 .bx-wrapper .bx-controls-direction a {
  color: #fff;
  background-color: rgba(0,0,0,0.45);
}

.arrows-t2 .bx-wrapper .bx-controls-direction a:hover {
  background-color: rgba(0,0,0,0.65);
}

@media screen and (min-width: 768px) {
  .bx-wrapper .bx-controls-direction a {
    height: 96px;
    line-height: 96px;
    margin-top: -48px;
    width: 48px;
  }

  .bx-wrapper .bx-controls-direction a:after {
    font-size: 27px;
  }

  .bx-wrapper .bx-controls-direction .bx-prev {
    border-radius: 0 48px 48px 0;
    text-align: left;
  }

  .bx-wrapper .bx-controls-direction .bx-prev:after {
    margin-left: 12px;
  }

  .bx-wrapper .bx-controls-direction .bx-next {
    border-radius: 48px 0 0 48px;
    text-align: right;
  }

  .bx-wrapper .bx-controls-direction .bx-next:after {
    margin-right: 12px;
  }
}

/*---------------------
Pager
---------------------*/
.bx-wrapper .bx-pager {
  padding: 28px 0;
  position: static;
}

.bx-wrapper .bx-pager .bx-pager-item {
  vertical-align: middle;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border: 1px solid #cbcbcb;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #06a14e;
  border-color: #06a14e;
}

/*---------------------
Basic Slider
---------------------*/
.basic-slider .image-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 46.875%;
  position: relative;
  width: 100%;
}

.basic-slider .image-wrapper img {
  bottom: 0;
  left: auto;
  margin: auto;
  max-height: none;
  max-width: 1125.5%;
  position: absolute;
  right: 0;
  top: 0;
  width: 112.5%;
}

/****************************
-- Media Queries --
****************************/
@media screen and (min-width: 40.0625em) {
  /*---------------------
  Basic Slider
  ---------------------*/
  .basic-slider .image-wrapper {
    padding-bottom: 41.6667%;
  }

  .basic-slider .image-wrapper img {
    left: auto;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 48em) {
  /*---------------------
  Basic Slider
  ---------------------*/
  .basic-slider .image-wrapper {
    padding-bottom: 27.7778%;
  }

  .basic-slider .image-wrapper img {
    bottom: -100%;
    top: -100%;
  }
}
/****************************
-- General --
****************************/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-y: visible;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.wf-loading {
  position: relative;
}

.wf-arloicons-n4-active.wf-loading:before {
  color: #00a84f;
  content: '\61';
  font-family: arloicons;
  font-size: 23px;
  left: 50%;
  line-height: 29px;
  margin-left: -25px;
  margin-top: -14px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 50px;
  -webkit-animation: fly 1s linear infinite;
  animation: fly 1s linear infinite;
  -webkit-backface-visibility: hidden;
}

body {
  background-color: #e5e5e5;
  color: #333;
  height: 100%;
  -webkit-backface-visibility: hidden;
}

.wf-loading body {
  opacity: 0;
}

.wf-active body {
  opacity: 1;
}

#container {
  background-color: #fff;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

main {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
/****************************
-- Overlay --
****************************/
.overlay {
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1000;

  -webkit-transition: visibility 0ms linear 800ms;
  transition: visibility 0ms linear 800ms;
}

.overlay.active {
  visibility: visible;

  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

.overlay_bg {
  background-color: rgba(0,0,0,0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;

  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}

.overlay.active .overlay_bg {
  opacity: 1;
}

.overlay_outer {
  left: 50%;
  max-width: 1440px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;

  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
}

.overlay.active .overlay_outer {
  opacity: 1;
}

.overlay_close {
  color: #b4b4b4;
  font-size: 14px;
  line-height: 16px;
  pointer-events: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -30px;
  width: 16px;
}

.overlay_close:hover {
  color: #fff;
}

.overlay_close:after {
  content: '\78';
  font-family: arloicons;
}

.overlay_inner {
  position: relative;

  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 800ms ease;
  transition: transform 800ms ease;
}

.overlay.active .overlay_inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.overlay_target {
  background-color: #fff;
  border-radius: 6px;
  display: none;
  margin: 0 auto;
  max-height: 100%;
  max-width: 1440px;
  overflow-y: scroll;
  padding: 20px 12px;
  pointer-events: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.overlay .overlay_target {
  display: block;
}

/* For Html */
.html_overlay .overlay_outer {
  height: 100%;
}

.html_overlay .overlay_inner {
  height: 100%;
  padding: 40px 0;
}

.html_overlay .overlay_close {
  right: 15px;
  top: 15px;
}

.html_overlay .overlay_close:hover {
  color: #333;
}

@media screen and (min-width: 800px){
  .html_overlay .overlay_close {
    right: 24px;
    top: 24px;
  }
}

/* For Videos */
.video_overlay .overlay_inner {
  background-color: #000;
  height: 0;
  padding-bottom: 56.25%;
}

.video_overlay .overlay_inner iframe {
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
}
/****************************
-- 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;
}
/****************************
-- Layout --
****************************/
.container {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 20px;
/* position: relative; */
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    padding: 0 40px;
  }
}

.grid {
  font-family: arloicons;
}

.grid > .col {
  display: inline-block;
  font-size: 10px;
  vertical-align: top;
}
/****************************
-- Fonts --
****************************/
/* arlo Icons */
@font-face {
  font-family: 'arloicons';
  src: url('/html/assets/arloicons.ttf?q78con') format('truetype'),
       url('/html/assets/arloicons.woff?q78con') format('woff'),
       url('/html/assets/arloicons.svg?q78con#arloiconsv2') format('svg');
  font-weight: 400;
  font-style: normal;
}

/* Morebi Rounded */
@font-face {
  font-family: 'morebirounded';
  src: url('/html/assets/gt-canary_-_morebirounded-thin-webfont.eot');
  src: url('/html/assets/gt-canary_-_morebirounded-thin-webfont.eot?#iefix') format('embedded-opentype'),
       url('/html/assets/gt-canary_-_morebirounded-thin-webfont.woff') format('woff'),
       url('/html/assets/gt-canary_-_morebirounded-thin-webfont.ttf') format('truetype'),
       url('/html/assets/gt-canary_-_morebirounded-thin-webfont.svg#morebi_roundedthin') format('svg');
  font-weight: 100;
  font-style: normal;
}

/**@font-face {
  font-family: 'morebirounded';
  src: url('/fonts/morebirounded/gt-canary_-_morebirounded-thinitalic-webfont.eot');
  src: url('/fonts/morebirounded/gt-canary_-_morebirounded-thinitalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-thinitalic-webfont.woff2') format('woff2'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-thinitalic-webfont.woff') format('woff'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-thinitalic-webfont.ttf') format('truetype'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-thinitalic-webfont.svg#morebi_roundedthin_italic') format('svg');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'morebirounded';
  src: url('/fonts/morebirounded/gt-canary_-_morebirounded-light-webfont.eot');
  src: url('/fonts/morebirounded/gt-canary_-_morebirounded-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-light-webfont.woff2') format('woff2'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-light-webfont.woff') format('woff'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-light-webfont.ttf') format('truetype'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-light-webfont.svg#morebi_roundedlight') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'morebirounded';
  src: url('/fonts/morebirounded/gt-canary_-_morebirounded-lightitalic-webfont.eot');
  src: url('/fonts/morebirounded/gt-canary_-_morebirounded-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-lightitalic-webfont.woff2') format('woff2'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-lightitalic-webfont.woff') format('woff'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-lightitalic-webfont.ttf') format('truetype'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-lightitalic-webfont.svg#morebi_roundedlight_italic') format('svg');
  font-weight: 300;
  font-style: italic;
}*/

@font-face {
  font-family: 'morebirounded';
  src: url('/html/assets/gt-canary_-_morebirounded-regular-webfont.eot');
  src: url('/html/assets/gt-canary_-_morebirounded-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('/html/assets/gt-canary_-_morebirounded-regular-webfont.woff') format('woff'),
       url('/html/assets/gt-canary_-_morebirounded-regular-webfont.ttf') format('truetype'),
       url('/html/assets/gt-canary_-_morebirounded-regular-webfont.svg#morebi_roundedregular') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'morebirounded';
  src: url('/html/assets/gt-canary_-_morebirounded-italic-webfont.eot');
  src: url('/html/assets/gt-canary_-_morebirounded-italic-webfont.eot?#iefix') format('embedded-opentype'),
       url('/html/assets/gt-canary_-_morebirounded-italic-webfont.woff') format('woff'),
       url('/html/assets/gt-canary_-_morebirounded-italic-webfont.ttf') format('truetype'),
       url('/html/assets/gt-canary_-_morebirounded-italic-webfont.svg#morebi_roundeditalic') format('svg');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'morebirounded';
  src: url('/html/assets/gt-canary_-_morebirounded-medium-webfont.eot');
  src: url('/html/assets/gt-canary_-_morebirounded-medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('/html/assets/gt-canary_-_morebirounded-medium-webfont.woff') format('woff'),
       url('/html/assets/gt-canary_-_morebirounded-medium-webfont.ttf') format('truetype'),
       url('/html/assets/gt-canary_-_morebirounded-medium-webfont.svg#morebi_roundedmedium') format('svg');
  font-weight: 500;
  font-style: normal;
}

/*@font-face {
  font-family: 'morebirounded';
  src: url('/fonts/morebirounded/gt-canary_-_morebirounded-mediumitalic-webfont.eot');
  src: url('/fonts/morebirounded/gt-canary_-_morebirounded-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-mediumitalic-webfont.woff2') format('woff2'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-mediumitalic-webfont.woff') format('woff'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-mediumitalic-webfont.ttf') format('truetype'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-mediumitalic-webfont.svg#morebi_roundedmedium_italic') format('svg');
  font-weight: 500;
  font-style: italic;
}*/

@font-face {
  font-family: 'morebirounded';
  src: url('/html/assets/gt-canary_-_morebirounded-bold-webfont.eot');
  src: url('/html/assets/gt-canary_-_morebirounded-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('/html/assets/gt-canary_-_morebirounded-bold-webfont.woff') format('woff'),
       url('/html/assets/gt-canary_-_morebirounded-bold-webfont.ttf') format('truetype'),
       url('/html/assets/gt-canary_-_morebirounded-bold-webfont.svg#morebi_roundedbold') format('svg');
  font-weight: 700;
  font-style: normal;
}

/*@font-face {
  font-family: 'morebirounded';
  src: url('/fonts/morebirounded/gt-canary_-_morebirounded-bolditalic-webfont.eot');
  src: url('/fonts/morebirounded/gt-canary_-_morebirounded-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-bolditalic-webfont.woff2') format('woff2'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-bolditalic-webfont.woff') format('woff'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-bolditalic-webfont.ttf') format('truetype'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-bolditalic-webfont.svg#morebi_roundedbold_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'morebirounded';
  src: url('/fonts/morebirounded/gt-canary_-_morebirounded-black-webfont.eot');
  src: url('/fonts/morebirounded/gt-canary_-_morebirounded-black-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-black-webfont.woff2') format('woff2'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-black-webfont.woff') format('woff'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-black-webfont.ttf') format('truetype'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-black-webfont.svg#morebi_roundedblack') format('svg');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'morebirounded';
  src: url('/fonts/morebirounded/gt-canary_-_morebirounded-blackitalic-webfont.eot');
  src: url('/fonts/morebirounded/gt-canary_-_morebirounded-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-blackitalic-webfont.woff2') format('woff2'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-blackitalic-webfont.woff') format('woff'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-blackitalic-webfont.ttf') format('truetype'),
       url('/fonts/morebirounded/gt-canary_-_morebirounded-blackitalic-webfont.svg#morebi_roundedblack_italic') format('svg');
  font-weight: 900;
  font-style: italic;
}*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
