/****************************
-- 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_wrap{
    text-align: center;
}


.rounded_slider_icons {
  margin-bottom: 22px;
  position: relative;
}

.rounded_slider_icons_item {
  display: none;
  vertical-align: top;
}

.rounded_slider_icons_item.active {
/*  display: block;*/
  display: inline-block;
  text-align: center;
}

.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%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.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;
  }
}

/* IE10+ Hack */
@media screen and (min-width: 1024px), (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .features_slider .bx-wrapper .bx-viewport {
    overflow: hidden !important;
  }
}

/****************************
-- 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;
  }
}
