/****************************
-- Hero Slider --
****************************/
#business .hero_slider_item_media {
  background-position: left center;
}

/****************************
-- Products Slider --
****************************/
.business_products {
  padding: 35px 0 ;
}

.business_products .container {
  max-width: none;
}

.business_products h2 {
  margin: 0 0 25px;
}

.business_products_list_item {
  text-align: center;
}

.business_products_list_item_image {
  margin: 0 auto 15px;
  max-width: 195px;
}

.business_products_list_item_image .img-wrap {
    padding-bottom: 67.5%;
}

.business_products_list_item_image .img-wrap img {
  top: auto;
}

.business_products_list_caption {
  margin: 0 auto;
  max-width: 310px;
}

.business_products_list_caption h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  margin: 0 0 10px;
}

.business_products_list_caption h3 a {
    color: #333;
}

.business_products_list_caption p {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 10px;
}

.business_products_list_caption .price {
  color: #b2b2b2;
  margin-bottom: 0;
}

.business_products_bottom {
  margin-top: 25px;
  text-align: center;
}

.business_products_bottom p {
  color: #b2b2b2;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .business_products {
    padding: 45px 0;
  }

  .business_products_bottom {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .business_products {
    padding: 60px 0;
  }

  .business_products h2 {
    margin-bottom: 25px;
  }

  .business_products .bx-viewport {
    overflow: visible !important;
  }

  .business_products_list_item {
    opacity: 0.5;

    -webkit-transition: opacity 600ms ease;
    transition: opacity 600ms ease;
  }

  .business_products_list_item.active {
    opacity: 1;
  }

  .business_products_list_item_image {
    margin-bottom: 20px;
  }

  .business_products_list_caption h3 {
    font-size: 17px;
    line-height: 25px;
  }

  .business_products_bottom {
    margin-top: 60px;
  }

  .business_products_bottom p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media screen and (min-width:1280px) {
  .business_products_list_caption h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .business_products_list_caption p {
    font-size: 15px;
    line-height: 25px;
  }
}

/* IE10+ Hack */
@media screen and (min-width: 1024px), (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .business_products .bx-viewport {
    overflow: hidden !important;
  }
}

/****************************
-- Cloud --
****************************/
.cloud_storage_cta {
  margin: 0 auto;
  max-width: 300px;
}

.cloud_storage_cta p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
 
}

@media screen and (min-width:768px) {
  .cloud_storage_cta {
    max-width: 510px;
  }

  .cloud_storage_cta p {
   /*margin-bottom: 15px;*/
  }

  .cloud_storage_cta p + .btn {
    margin: 0 0 0 15px;
    vertical-align: middle;
  }
}

@media screen and (min-width:1024px) {
  .cloud_storage_features_item {
    margin-bottom: 50px;
  }

  .cloud_storage_cta {
    max-width: 600px;
  }
}

/****************************
-- Resources --
****************************/
.resources .container {
  padding-bottom: 20px;
  padding-top: 40px;
}

.resources h2 {
  margin-bottom: 25px;
}

.resources_list {
  list-style-type: none;
  margin: 0 -8px;;
  padding: 0;
  text-align: left;
}

.resources_list_item {
  margin-bottom: 16px;
  padding: 0 8px;
  width: 100%;
}

.resources_box {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  display: block;
  height: 70px;
  overflow: hidden;
}

.resources_box_image {
  border-right: 1px solid #e1e1e1;
  float: left;
  height: 100%;
  position: relative;
  width: 53px;
  z-index: 0;
}

.resources_box_image:after {
  color: #06a84e;
  font-family: arloicons;
  font-size: 22px;
  left: 50%;
  line-height: 26px;
  margin-left: -13px;
  margin-top: -13px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 26px;
  z-index: 1;
}

.resources_box_image.pdf:after {
  content: '\f1c1';
}

.resources_box_image.doc:after {
  content: '\f1c2';
}

.resources_box_image.xls:after {
  content: '\f1c3';
}

.resources_box_image.ppt:after {
  content: '\f1c4';
}

.resources_box_image.img:after {
  content: '\f1c5';
}

.resources_box_image.zip:after {
  content: '\f1c6';
}

.resources_box_image.audio:after {
  content: '\f1c7';
}

.resources_box_image.video:after {
  content: '\f1c8';
}

.resources_box_image.code:after {
  content: '\f1c9';
}

.resources_box_image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.resource_box_caption {
  overflow: hidden;
  padding: 13px 15px;
  text-align: left;
}

.resource_box_caption h3 {
  color: #333;
  font-size: 14px;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resource_box_caption p {
  color: #b2b2b2;
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width:480px) {
  .resources_list_item {
    width: 50%;
  }
}

@media screen and (min-width:768px) {
  .resources .container {
    padding-bottom: 25px;
    padding-top: 50px;
  }

  .resources h2 {
    margin-bottom: 35px;
  }

  .resources_list {
    margin: 0 auto;
    max-width: 616px;
  }

  .resources_list_item {
    margin-bottom: 28px;
    padding: 0 14px;
  }
}

@media screen and (min-width:960px) {
  .resources .container {
    padding-bottom: 45px;
    padding-top: 55px;
}

  .resources_list {
    max-width: 924px;
  }

  .resources_list_item {
    width: 33.33%;
  }

  .resource_box_caption h3 {
    font-size: 15px;
  }

  .resource_box_caption p {
    font-size: 15px;
  }
}

/****************************
-- Form --
****************************/
.business_certify_image {
  display: none;
}

.business_form {
  background-color: #f5f5f5;
  padding: 40px 0 45px;
}

.business_form .container {
  max-width: 650px;
  padding: 0 20px;
}

.business_form h2 {
  margin-bottom: 20px;
}

.business_form p {
  color: #6b6b6b;
  margin: 0 auto 20px;
  max-width: 470px;
  text-align: center;
}

.business_form_field {
  margin-bottom: 18px;
  width: 100%;
}

.business_form_field input {
  border-radius: 4px;
  height: 50px;
  padding: 14px;
  width: 100%;
}

.business_form_field textarea {
  border-radius: 4px;
  height: 75px;
  padding: 14px;
  width: 100%;
}

.business_form_bottom {
  text-align: center;
}

@media screen and (min-width:640px) {
  .business_form {
    padding: 50px 0 60px;
  }

  .business_form h2 {
    margin-bottom: 12px;
  }

  .business_form p {
    margin-bottom: 30px;
  }

  .business_form_fields {
    margin: 0 -10px 10px;
  }

  .business_form_field {
    padding: 0 10px;
  }

  .business_form_field.short {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .business_certify {
    padding-left: 41.5%;
    position: relative;
  }

  .business_certify_image {
    background-position: center;
    background-size: cover;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 41.5%;
  }

  .business_form {
    padding: 60px 0 70px;
  }

  .business_form p {
    margin-bottom: 40px;
  }
}
