/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/ 

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
  


/*****************************************/
/* Start your style declarations here    */ 
/*****************************************/

body.nw-blog-page {
  background-color: #f6f6f6;
  width: 100%;
  font-family: 'proxima-nova', sans-serif;
}
.nw-blog-banner-left {
  float: left;
  width: 100%;
  max-width: 50%;
}
.nw-blog-page .nw-blog-banner-left :where(h1, h2) {
  float: left;
  width: 100%;
  font-size: 44px;
  line-height: 54px;
  color: #000;
  font-weight: 700;
  padding: 57px 0 23px;
  transition: padding .4s ease;
  -moz-transition: padding .4s ease;
  -webkit-transition: padding .4s ease;
  -o-transition: padding .4s ease;
}
.nw-blog-banner-right {
  float: right;
  width: 100%;
  max-width: 50%;
}
.nw-blog-page .nw-search-section {
  float: right;
  width: 100%;
  padding: 0;
  margin: 0 0 28px;
  position: relative;
}
.nw-search-section span.nw-search-button {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #ffffff;
  display: block;
  float: right;
  cursor: pointer;
  text-align: center;
  padding: 4px 0 0 0;
  position: relative;
  z-index: 1;
}
.nw-search-section form {
  float: left;
  width: 100%;
  position: absolute;
  max-width: 50px;
  display: block;
  background-color: #fff;
  min-width: 288px;
  right: 0;
  border: 0;
}
.nw-blog-page .search-wrap form input.st-default-search-input {
  border-radius: 0;
  padding: 5px 40px 5px 10px;
  height: 40px;
  background: #fff;
  font-weight: normal;
  font-family: arial;
  font-size: 16px;
  color: #434957;
  border: none;
}
.nw-search-section.opened input.st-default-search-input {
  opacity: 1;
  width: 335px;
  display: block;
  -webkit-transform: translateX(-345px);
  -moz-transform: translateX(-345px);
  -ms-transform: translateX(-345px);
  transform: translateX(-345px);
}

.nw-search-section.opened input.st-default-search-input::-webkit-input-placeholder {
  font-size: 15px;
  color: #b8b8b8;
}
.nw-search-section.opened input.st-default-search-input::-moz-placeholder {
  font-size: 15px;
  color: #b8b8b8;
}
.nw-search-section.opened input.st-default-search-input:-ms-input-placeholder { 
  font-size: 15px;
  color: #b8b8b8;
}
.nw-search-section.opened input.st-default-search-input:-moz-placeholder { 
  font-size: 15px;
  color: #b8b8b8;
}
.nw-search-section.opened input.custom-search-submit {
  display:block;
}
.nw-blog-section .blog-listing-outer .hs-topic {
  padding: 0 12px;
  margin-top: -20px;
  margin-bottom: 10px;
}
.nw-blog-section .blog-listing-outer .hs-topic h1,
.nw-blog-section .blog-listing-outer .hs-topic h2 {
  color: #1e4a93;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .9px;
  padding-bottom: 20px;
  float: left;
  width: 100%;
  padding: 0 0 10px;
  text-transform: uppercase;
}
.nw-blog-section .blog-listing-outer .hs-topic-description p{
  padding-bottom: 15px; 
}
.nw-blog-section .blog-listing-outer .hs-topic-description p strong {
  color:#1e4a93;
}
.nw-blog-section .blog-listing-outer .post-listing {
  float: left;
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nw-blog-section .blog-listing-outer . {
  float: left;
  width: 33.33%;
  padding: 0 12px 60px;
  margin-bottom: 0;
  max-width: 382px;
}
.nw-blog-section .blog-listing-outer .single-post-item .post-item-inner {
  float: left;
  width: 100%;
  box-shadow: 2px 2px 6px 0 rgba(187, 187, 187, 0.5);
  background-color: #fbfbfb;
  height: 100%;
  position: relative;
  /*padding-bottom: 110px;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nw-blog-section .blog-listing-outer .single-post-item .post-item-inner:hover {
  -webkit-box-shadow: 4px 6px 15px 0 rgba(187, 187, 187, 0.9);
  box-shadow: 4px 6px 15px 0 rgba(187, 187, 187, 0.9);
}
.nw-blog-section .blog-listing-outer .single-post-item .post-body-inner{
  float:left;
  width:100%;
  padding:20px 30px;
}
.nw-blog-section .blog-listing-outer .post-header {
  padding-bottom:72px;
  float: left;
}
.nw-blog-section .blog-listing-outer .post-header h2 {
  padding: 7px 0 15px;
  float: left;
}
.nw-blog-section .blog-listing-outer .hs-featured-image-wrapper {
  box-shadow: none;
  margin:0;
  max-height: 200px;
  overflow: hidden;
  min-height: 200px;
  background: #e9e9ea;
  position: relative;
}
.nw-blog-section .blog-listing-outer .hs-featured-image-wrapper a {
  float:left;
  display:block;
  width:100%;
}
.nw-blog-section .blog-listing-outer .hs-featured-image-wrapper img {
  width: 100%;
  object-fit: cover;
  min-height: 200px;
  display: flex;
}
.nw-blog-section .blog-listing-outer .est-read-time {
  position: absolute;
  top: 22px;
  left: 30px;
  z-index: 1;
}
.nw-blog-section .blog-listing-outer .est-read-time .est-topics {
  display: none;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  border: 1px solid #6b6b6b;
  border-radius: 8px;
  padding: 0 10px;
  background-color: rgba(0,0,0,0.4);
  margin-bottom: 10px;
}
.nw-blog-section .blog-listing-outer .est-read-time span.est-read-data {
  display: inline-block;
}
.nw-blog-section .blog-listing-outer .post-header h2 a {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #000;
  font-family: proxima-nova, sans-serif;
  line-height: 30px;
  display: block;
  font-weight: 500;
}
.nw-blog-section .blog-listing-outer .post-header h2 a br {display:none}
.nw-blog-section .blog-listing-outer .post-header .hubspot-editable a {
  font-size: 13px;
  color: #979797;
  line-height: 18px;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}
.nw-blog-page #portal-iframe ~ .body-container-wrapper .blog-section .blog-pagination ul li {
  opacity: 1; 
  padding-right: 0;
}
.nw-blog-page #portal-iframe ~ .body-container-wrapper .blog-section .blog-pagination ul span.pg {
  margin: 0 18px 0 20px;
}
.nw-blog-page #portal-iframe ~ .body-container-wrapper .blog-section .blog-pagination ul li a {
  color: #3d84ff;
  font-family: 'Opensans-Regular';
  font-size: 14px;
}
.nw-blog-page #portal-iframe ~ .body-container-wrapper .blog-section .blog-pagination ul li.next-posts-link a,
.nw-blog-page #portal-iframe ~ .body-container-wrapper .blog-section .blog-pagination ul li.last-posts-link a, 
.nw-blog-page #portal-iframe ~ .body-container-wrapper .blog-section .blog-pagination ul li.previous-posts-link a,
.nw-blog-page #portal-iframe ~ .body-container-wrapper .blog-section .blog-pagination ul li.previous-posts-link a{
  background: none;
}
.nw-blog-page #portal-iframe ~ .body-container-wrapper .blog-section .blog-pagination ul li.previous-posts-link a {
  display: inline-block;
  width: 30px;
  height: 15px;
  background: none;
  transform: rotate(0) translateY(0);
  -webkit-transform: rotate(0) translateY(0);
  -moz-transform: rotate(0) translateY(0);
  -ms-transform: rotate(0) translateY(0);
  -o-transform: rotate(0) translateY(0);  
}
.nw-blog-page #portal-iframe ~ .body-container-wrapper .blog-section .blog-pagination ul li.hide a {
  color:#b8b8b8 !important;  
}

.nw-blog-page .blog-listing-outer .post-header .hubspot-editable{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 20px;
}
.nw-blog-page .blog-listing-page-wrapper {
  max-width: 1150px;
  padding: 0 15px;
  display: flex;
  margin: 0 auto;
  width: 100%;
  float: none;
  overflow: visible;
  position: relative;
}
.nw-blog-page .blog_featurelist {
  float:left;
  width:100%;
  margin:0;
  padding:0;
}
.nw-blog-page .blog_featurelist_img {
  float:left;
  width:147px;
  height:84px;
  margin:0 40px 0 0;
  padding:0;  
  overflow: hidden;
}
.nw-blog-page .blog_featurelist_img img {
  width: auto;
  min-height: 84px;
  max-width: 205px;
  -moz-transform: translateX(-29px);
  -webkit-transform: translateX(-29px);
  -o-transform: translateX(-29px);
  -ms-transform: translateX(-29px);
  transform: translateX(-29px);
  min-width: 205px;
}
.nw-blog-page .blog_featurelist li {
  float:left;
  width:100%;
  margin:0;
  padding:0;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(187, 187, 187, 0.5);
  box-shadow: 2px 2px 6px 0 rgba(187, 187, 187, 0.5);
  background-color: #fbfbfb;
  margin-bottom:15px;
}
.nw-blog-page .blog_featurelist li a {
  display: flex;
  align-items: center;
  padding: 18px 20px;
}
.nw-blog-page .blog_featurelist li a,
.nw-blog-page .blog_featurelist li a h3 {
  font-size: 18px;
  line-height: 32px;
  color: #434957;
}
.nw-blog-page .blog_featurelist h2, .nw-blog-page .blog_type_header h2 {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.9px;
  padding-bottom: 20px;
  float:left;
  width:100%;
  margin:50px 0 25px;
  padding:50px 0 0;
  border-top:1px solid #000;
  text-transform:uppercase;
}
.nw-blog-page .blog-listing-outer {
  padding: 60px 0 80px;
}
.nw-webinar-page.nw-blog-page .blog-section {
  padding-bottom: 150px;
}
.nw-blog-page .blog_featurelist li a {
  box-shadow: 2px 2px 6px 0 rgba(187, 187, 187, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nw-blog-page .blog_featurelist li a:hover {
  box-shadow: 4px 6px 15px 0 rgba(187, 187, 187, 0.9);
}
.webinar-subscribe-form-wrap.active .submitted-message {
  padding: 10px 0 0;
}
.nw-webinar-page .clear-tag-link {
  display: block;
  float: right;
  margin-right: 30px;
  padding-top: 10px;
}
.nw-webinar-page .clear-tag-link a {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: normal;
  color: #000;
}
.mktoForm .mktoRequiredField label.mktoLabel+.mktoGutter, .webinar-top-section-right-part label.mktoLabel+.mktoGutter {
  display: none;
}
.blog-author-hold .hs-author-profile{width: 100%; padding: 0 12px 20px;}
.blog-author-hold h3.hs-author-listing-header {width: 100%; padding: 20px 12px 0; font-weight: 700;}
.blog-author-hold h2.hs-author-name {font-size: 17px;color: #1e4a93;font-weight: bold;}
.blog-author-hold span.hs-author-avatar {display: inline-block;height: 50px;width: 50px;overflow: hidden;vertical-align: middle;border-radius: 50%;background: #fdfdfd;margin-right: 10px;}
.blog-author-hold span.hs-author-avatar img {display: inline-block;}
.blog-author-hold .author-website-url {text-align: left;}
@media(max-width: 991px) {
  .nw-blog-section .blog-listing-outer .single-post-item {
    width: 50%;
  }
  .nw-blog-section .blog-listing-outer .post-listing {
    float: none;
    max-width: 890px;
    margin: 0 auto;
    width: 100%;
  }
}
@media(max-width: 768px) {
  .nw-blog-section .blog-listing-outer .single-post-item {
    width: 50%;
  }
  .nw-blog-page .blog-listing-outer {
    padding: 60px 0 0px;
  }
}
@media(max-width: 600px){
  .nw-blog-section .blog-listing-outer .single-post-item {
    width: 100%;
    padding-inline: 0;
  }
  .nw-blog-section .blog-listing-outer .single-post-item .post-item-inner {
    padding-bottom: 0px;
  }
  .nw-blog-page .blog-listing-outer .post-header .hubspot-editable {
    position: relative;
    padding: 0;
  }
  .nw-blog-page .blog_featurelist h2, .nw-blog-page .blog_type_header h2 {
    margin: 0px 0 25px;
  }
  .nw-blog-page .blog_featurelist_img {
    margin-right:0;
    margin-bottom:10px
  }
  .nw-blog-page .blog_featurelist li a,
  .nw-blog-page .blog_featurelist li a h3 {
    font-size: 15px;
    line-height: 20px;
    display: block;
    clear:both;
  }
}
@media(max-width: 399px){
  .nw-blog-page .blog_featurelist li img {
    width:100%;
    max-width: inherit;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .nw-blog-page .blog_featurelist_img {
    width:100%
  }
}

/* Test Blog 'Filter By Topic' header CSS and more */
/*
.nw-blog-page {
  padding-top: 35px;
} */
/*.nw-blog-page .sync-top-menu-wrapper .row-fluid>div {
width: 100%;
}*/
.nw-blog-section .blog-listing-outer .post-listing {
  justify-content: flex-start;
}
.nw-blog-section .blog-listing-outer .post-listing .hs-topic {
  width: 100%;
}
.nw-blog-page .filter-and-subscribe {
  display: flex;
  flex-direction: row-reverse;
  float: right;
  width: 100%;
}
.nw-blog-page .single-post-item {
  width: 33.33%;
  padding: 0 12px 20px;
}
.nw-blog-page .select-tags-wrap {
  margin: 2px 0 0 0;
  position: relative;
  z-index: 11;
  max-width: 45%;
  width: auto;
  float: right;
  text-align: right;
}
.nw-blog-page .select-tags-wrap #select1 {
  max-width: 140px;
}
.nw-blog-page .nw-blog-banner-wrapper {
  float: left;
  width: 100%;
  box-shadow: 2px 2px 6px 0 rgb(187 187 187 / 50%);
  background: #fff !important;
  height: inherit;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 35px;
  left: 0;
  z-index: 1;
}
.nw-blog-page .nw-blog-banner-inner {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1156px;
  padding: 90px 20px 0;
  transition: padding .4s ease;
  -moz-transition: padding .4s ease;
  -webkit-transition: padding .4s ease;
  -o-transition: padding .4s ease;
  position: relative;
}
.nw-blog-page .select-tags-wrap .styledSelect {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px 0 0;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  text-align: right;
  padding-right: 26px;
  position: relative;
  line-height: 38px;
}
.nw-blog-page .select-tags-wrap .styledSelect:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 19px;
  height: 16px;
  background: url(https://cloud.netapp.com/hubfs/ic-arrow-dropdown-black.svg);
  border: none;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.nw-webinar-page .filters-wrapper .options {
  width: 290px;
  left: inherit;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: #fbfbfb;
  -webkit-box-shadow: 6px 6px 35px 0 rgb(187 187 187 / 60%);
  box-shadow: 6px 6px 35px 0 rgb(187 187 187 / 60%);
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  margin: 0;
  list-style: none;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.filters-wrapper .options li {
  width: 100%;
  box-sizing: border-box;
  clear: both;
  margin: 0!important;
  padding: 10px 30px!important;
  font-size: 16px!important;
  font-weight: 500;
  line-height: 23px;
  border-bottom: none;
}
.filters-wrapper .options li:hover {
  background-color: #3d84ff;
  color: white;
}
.nw-blog-page .filter-choice {
  float: right;
  padding: 0;
  width: auto;
  color: #1e4a93;
  margin: 2px 15px 0 15px;
}
.nw-blog-page .filter-choice p {
  font-size: 17px;
  line-height: 38px;
  text-align: center;
  color: #b8b8b8;
  padding: 0;
}
.nw-blog-page .nw-blog-section.blog-section {
  padding-bottom: 70px;
}
.nw-blog-page .select-topics-wrap {
  float: right;
  padding: 0;
  width: auto;
  max-width: 45%;
  color: #1e4a93;
  margin: 2px 20px 0px 0;
}
.webinar-subscribe-form-wrap {
  display: none;
}
.nw-blog-page .clear-tag-link.hide-sm {
  display: block;
  margin-right: 0;
  margin-left: 20px;
}
.nw-blog-page .topic-filters-wrapper .t-hidden, .nw-blog-page .filters-wrapper .s-hidden {
  padding: 0 !important;
  height: 37px;
  visibility: hidden;
  position: absolute;
}
.nw-blog-page .topics-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #6c6f78;
  min-height: 38px;
  border-radius: 5px;
  width: 100%;
  border: none;
  min-width: 170px;
  max-width: inherit;
  text-align: left;
}
.nw-blog-page .topic-filters-wrapper .newStyledSelect {
  color: #000;
  font-size: 16px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  text-align: right;
  padding-right: 35px;
  padding-left: 0;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px 0 10px;
  font-weight: 500;
  line-height: 38px;
  background-color: transparent;
}
.nw-blog-page .topic-filters-wrapper .newStyledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #838383 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  background: url(https://cloud.netapp.com/hubfs/ic-arrow-dropdown-black.svg);
  border: none;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  width: 19px;
  height: 16px
}
.nw-blog-page .topic-filters-wrapper ul.topicOptions {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  margin: 0 0;
  list-style: none;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 290px;
  left: inherit;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: #fbfbfb;
  -webkit-box-shadow: 6px 6px 35px 0 rgba(187, 187, 187, 0.6);
  box-shadow: 6px 6px 35px 0 rgba(187, 187, 187, 0.6);
}
.nw-blog-page .topic-filters-wrapper ul.topicOptions li {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 10px 30px !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 23px;
  border-bottom: none;
}
.nw-blog-page .topic-filters-wrapper ul.topicOptions li:hover {
  background-color: #ebebeb;
  color: #000;
}
.nw-blog-section .blog-listing-outer .post-date {
  background: none;
  padding: 0 10px 0 0;
  width: auto;
  float: left;
  position: relative;
}
.nw-blog-section .blog-listing-outer .post-date span {
  color: #565656;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  display: inline-block;
  float: left;
}
.nw-blog-section .blog-listing-outer .post-date span:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  border-right: 1px solid #565656;
  height: 13px;
  transform: translateY(-50%);
}
.nw-blog-section .blog-listing-outer .post-author {
  display: block;
  float: left;
  width: auto;
  padding-left: 10px;
}
.nw-blog-section .blog-listing-outer .post-author a {
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  color: #565656;
  vertical-align: top;
}
.nw-blog-section .blog-listing-outer .post-author a span {
  font-size: 13px;
  line-height: 23px;
  color: #565656;
  font-weight: 600;
  vertical-align: middle;
}
.nw-blog-section .blog-listing-outer span.hubspot-topic_data {
  display: block;
  float: left;
  width: calc(100% - 60px);
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.nw-blog-section .blog-listing-outer span.hubspot-topic_data a.topic-link {
  font-size: 13px;
  line-height: 23px;
  /* color: #979797; */
  color:#979797;
  font-weight: 600;
  position: relative;
  padding-right: 5px;
  /* text-decoration: underline;*/
}
.nw-blog-section .blog-listing-outer span.hubspot-topic_data a.topic-link:after {
  position: absolute;
  content: ",";
}
.nw-blog-section .blog-listing-outer span.hubspot-topic_data a.topic-link:last-child:after {
  content: none;
}
.nw-blog-section .blog-listing-outer span.hubspot-topic_data a.topic-link:hover {
  /* color: #1d4a93;*/
  color:#00246a;
}
.nw-blog-section .blog-listing-outer span.hubspot-topic_data span {
  color: #979797;
}
.load-more-link {
  margin: 0 auto 70px;
  float: none;
  width: 120px;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  display: block;
  padding: 3px 0;
  text-align: center;
  line-height: 32px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  clear: both;
  cursor: pointer;
}
/*.nw-blog-page .single-post-item .hs-featured-image-wrapper img {
transform: none;
max-width: 100%;
min-width: inherit;
}*/
.load-more-link:hover {
  background: #000;
  color: #fff;
}
.nw-blog-page .blog_featurelist, .nw-blog-page .blog_type_header {
  margin: 10px 0 0;
  float: left;
  width: 100%;
}
.nw-blog-page .blog_featurelist h2, .nw-blog-page .blog_type_header h2 {
  text-align: center;
  margin: 0 0 60px 0;
  padding: 0;
  border: none;
  font-size: 21px;
  line-height: 42px;
  letter-spacing: 0.87px;
  position: relative;
}
.nw-blog-page .blog_featurelist h2:after,
.nw-blog-page .blog_featurelist h2:before,
.nw-blog-page .blog_type_header h2:after,
.nw-blog-page .blog_type_header h2:before{
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #8ba0c5;
  width: calc(50% - 137px);
}
.nw-blog-page .blog_featurelist h2:before,
.nw-blog-page .blog_type_header h2:before{
  left: 0;
}
.nw-blog-page .blog_featurelist h2:after,
.nw-blog-page .blog_type_header h2:after{
  right: 0;
}
.nw-blog-page .blog_featurelist .est-read-time {
  top: 17px;
}
.nw-blog-page .blog_featurelist .est-read-time .est-read-data span {
  margin-bottom: 0;
}
.nw-blog-page .blog_featurelist ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 5px;
  float: left;
}
.nw-blog-page .blog_featurelist ul li {
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(187,187,187,.5);
  box-shadow: 2px 2px 6px 0 rgba(187,187,187,.5);
  background-size: cover;
  padding: 0;
  min-height: 366px;
  margin-bottom: 1%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.nw-blog-page .blog_featurelist ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background-color: rgba(0,0,0,.5);
}
.nw-blog-page .blog_featurelist ul li:hover:before {
  opacity: 1;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.nw-blog-page .blog_featurelist ul li:nth-child(1), .nw-blog-page .blog_featurelist ul li:nth-child(4), .nw-blog-page .blog_featurelist ul li:nth-child(5) {
  width: 63.56%;
}
.nw-blog-page .blog_featurelist ul li:nth-child(2), .nw-blog-page .blog_featurelist ul li:nth-child(3), .nw-blog-page .blog_featurelist ul li:nth-child(6) {
  width: 35.18%;
}
.nw-blog-page .blog_featurelist ul li a {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: flex-end;
}
.nw-blog-page .blog_featurelist ul li>span {
  display: inline-block;
}
.nw-blog-page .single-post-portal-wrapper .hubspot-editable .topic_names a {
  display:none;
}
.nw-blog-page .single-post-portal-wrapper .hubspot-editable .topic_names a:not(:last-child):after {
  content: ',';
  color: #6c6f78;
}
.nw-blog-page .blog_featurelist ul li a .blog_featurelist_img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(51 51 51 / 0.7);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.nw-blog-page .blog_featurelist ul li a .blog_featurelist_img img {
  height: 100%;
  max-width: inherit;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.nw-blog-page .blog_featurelist ul li:hover a .blog_featurelist_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.nw-blog-page .blog_featurelist ul li a .blog-detail-section {
  line-height: 34px;
  font-size: 24px;
  font-weight: 700;
  max-width: 640px;
  position: relative;
  z-index: 2;
  padding: 40px;
  color: #fff;
}
.nw-blog-page .blog_featurelist ul li a .blog-detail-section h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.nw-blog-page .blog_featurelist ul li a .blog-detail-section p {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  padding-bottom: 0;
}
.nw-blog-page .blog_featurelist ul li a .blog-detail-section p:after {
  content: '';
  margin-left: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 5px;
  width: 5px;
  display: inline-block;
  -moz-transform: rotate(-45deg) translateY(-1px);
  -webkit-transform: rotate(-45deg) translateY(-1px);
  -o-transform: rotate(-45deg) translateY(-1px);
  -ms-transform: rotate(-45deg) translateY(-1px);
  transform: rotate(-45deg) translateY(-1px);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.nw-blog-page .blog_featurelist ul li:hover a .blog-detail-section p:after {
  margin-left: 10px;
}
body.nw-blog-page.st-ui-overlay-active {
  position: fixed;
  overflow-y: scroll;
}
.nw-blog-section .blog-listing-outer .est-read-time .est-topics.elementary,
.nw-blog-section .blog-listing-outer .est-read-time .est-topics.advanced,
.nw-blog-section .blog-listing-outer .est-read-time .est-topics.master {display: block;background-repeat: no-repeat;background-position: 10px center;padding-left: 30px !important;}
.est-topics.elementary {background-image:url('https://cloud.netapp.com/hubfs/elementary.svg')}
.est-topics.advanced {background-image:url('https://cloud.netapp.com/hubfs/advanced.svg')}
.est-topics.master {background-image:url('https://cloud.netapp.com/hubfs/master.svg')}

.nw-blog-page .JapaneseFlag {
  display: flex;
}
.nw-blog-page .nw-blog-banner-wrapper.blog-fixed {
  position: fixed !important;
  width: 100%;
  /* top: 0; */
  left: 0;
  z-index: 10000;
}
.nw-blog-page .compensate {
  margin-top: 148px;
}
.nw-blog-page .nw-blog-banner-wrapper.blog-fixed .nw-blog-banner-inner {
  display: flex;
  align-items: center;
  padding: 0 20px;
  flex-wrap: wrap;
}
.nw-blog-page .nw-blog-banner-wrapper.blog-fixed .nw-blog-banner-left h1,
.nw-blog-page .nw-blog-banner-wrapper.blog-fixed .nw-blog-banner-left h2 {
  padding: 20px 0 23px;
}
.nw-blog-page .nw-blog-banner-wrapper.blog-fixed .nw-search-section {
  width: auto;
  margin: 0 0 0 15px;
}
.filters-wrapper .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #6c6f78;
  min-height: 38px;
  border-radius: 5px;
  width: 100%;
  text-align: left;
}
.nw-webinar-page .search-wrap {
  float: right;
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 6px 0 rgb(187 187 187 / 50%);
  box-shadow: 2px 2px 6px 0 rgb(187 187 187 / 50%);
  background-color: #fff;
  border-radius: 4px;
}




@media(min-width: 769px) {
  .nw-blog-page .topics-select {
    min-width: unset;
    max-width: inherit;
  }
  .nw-blog-page .nw-blog-banner-right .select {
    min-width: unset;
    max-width: inherit;
  }
}
@media (min-width: 601px) {
  .blog-listing-outer .single-post-item {margin-bottom: 30px;}
}
@media(max-width: 1024px) {
  /*.nw-blog-page .nw-blog-banner-left {
  max-width: 100%;
}*/
  .nw-blog-page .nw-blog-banner-left h1, .nw-blog-page .nw-blog-banner-left h2 {
    padding: 0;
  }
  /*.nw-blog-page .nw-blog-banner-right {
  max-width: 100%;
}
  .nw-blog-page .nw-blog-banner-right .nw-search-section {
  margin: 0 0 15px !important;
}
  .nw-blog-page .filter-and-subscribe {
  justify-content: flex-end;
}*/
  .nw-blog-page .filters-wrapper .options {
    left: 0;
  }
  .nw-blog-page .topic-filters-wrapper ul.topicOptions {
    left: 0;
  }
}
@media(max-width: 992px) {
  .nw-blog-page .clear-tag-link.hide-sm {
    margin-right: 0 !important;
  }
  .nw-blog-page .blog_featurelist ul li span {
    top: 20px;
    left: 20px;
  }
  .nw-blog-page .blog_featurelist ul li:nth-child(1), .nw-blog-page .blog_featurelist ul li:nth-child(4), .nw-blog-page .blog_featurelist ul li:nth-child(5) {
    width: 49.37%;
  }
  .nw-blog-page .blog_featurelist ul li:nth-child(2), .nw-blog-page .blog_featurelist ul li:nth-child(3), .nw-blog-page .blog_featurelist ul li:nth-child(6) {
    width: 49.37%;
  }
  .nw-blog-page .blog_featurelist ul li a .blog-detail-section {
    padding: 20px;
    font-size: 19px;
    line-height: 28px;
  }
  .nw-blog-page .filter-and-subscribe {
    justify-content: flex-end;
  }
  .nw-blog-page .filter-and-subscribe .nw-search-section {
    margin: 0 0 0 15px !important;
  }
  .nw-blog-page .nw-blog-banner-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nw-blog-page .nw-blog-banner-left, .nw-blog-page .nw-blog-banner-right {
    max-width: 100%;
  }
  .nw-blog-page .nw-blog-banner-left h1 {
    width: auto;
  }
}
@media(max-width: 768px) {
  .nw-blog-page .nw-blog-banner-left :where(h1, h2) {
    font-size: 28px;
    line-height: 38px;
  }
  .nw-blog-page .nw-blog-banner-wrapper.blog-fixed .nw-blog-banner-left h1 {
    padding: 5px 0 0;
  }
  .nw-blog-page .nw-blog-banner-wrapper.blog-fixed .nw-search-section {
    top: 3px;
  }
  .nw-blog-page .nw-blog-banner-left .nw-search-section div.search-wrap {
    width: 38px;
    height: 38px;
  }
  .nw-blog-page .nw-blog-banner-left .nw-search-section div.search-wrap > span {
    width: 38px;
    height: 38px;
  }
  .nw-blog-page .nw-blog-banner-right .nw-search-section {
    top: 61px;
  }
  .nw-blog-page .filter-and-subscribe {
    padding-top: 15px !important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .nw-blog-page .clear-tag-link.hide-sm {
    display: none;
  }
  .nw-blog-page .filters-wrapper,
  .nw-blog-page .topic-filters-wrapper {
    max-height: 30px;
  }
  .nw-blog-page .filters-wrapper .select {
    width: 153px;
    min-height: 30px;
    float: left;
  }
  .nw-blog-page .select-tags-wrap #select1,
  .nw-blog-page .select-tags-wrap #select2 {
    height: 30px;
  }
  .nw-blog-page .select-tags-wrap {
    width: 100%;
  }
  .nw-blog-page .select-tags-wrap .styledSelect {
    width: fit-content;
    line-height: 30px;
  }
  .nw-blog-page .filter-choice {
    float: left;
    -moz-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    width: 100%;
    display: none;
  }
  .nw-blog-page .filter-choice p {
    text-align: left;
  }
  .nw-blog-page .select-tags-wrap {
    -moz-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .nw-blog-page .select-topics-wrap {
    -moz-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    float: left;
    z-index: 11;
    width: 100%;
  }
  .nw-blog-page .select-topics-wrap .newStyledSelect {
    width: fit-content;
    padding: 0 20px 0 0;
    line-height: 30px;
  }
  .nw-blog-page .topics-select {
    min-width: inherit;
    width: 130px;
    min-height: 30px;
  }
  .nw-blog-page .clear-tag-link.visible-sm {
    display: none !important;
  }
  .nw-blog-page .nw-blog-banner-left .nw-search-section {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
  }
  .nw-blog-page .nw-blog-banner-wrapper.blog-fixed .nw-blog-banner-right .nw-search-section {
    top: 21px;
  }
  .nw-blog-page .filter-and-subscribe {
    padding-top: 0;
  }
}
@media(max-width: 650px) {
  .nw-blog-page .blog_featurelist h2:before {
    content: none;
  }
  .nw-blog-page .blog_featurelist h2:after {
    content: none;
  }
  .nw-blog-page .blog_featurelist ul li a .blog-detail-section {
    padding: 60px 20px 20px;
  }
  .nw-blog-page .blog_featurelist ul li:nth-child(1), .nw-blog-page .blog_featurelist ul li:nth-child(4), .nw-blog-page .blog_featurelist ul li:nth-child(5) {
    width: 100%;
    min-height: inherit;
    margin-bottom: 2%;
  }
  .nw-blog-page .blog_featurelist ul li:nth-child(2), .nw-blog-page .blog_featurelist ul li:nth-child(3), .nw-blog-page .blog_featurelist ul li:nth-child(6) {
    width: 100%;
    min-height: inherit;
    margin-bottom: 2%;
  }
  .nw-blog-page .blog_featurelist ul li a .blog-detail-section {
    font-size: 18px;
    line-height: 22px;
  }
  .nw-blog-page .blog_featurelist ul li a .blog-detail-section h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .nw-blog-page .blog_featurelist ul li a .blog_featurelist_img img {height:auto;width: auto}
}
@media(max-width: 600px) {
  .nw-blog-section .blog-listing-outer .hs-featured-image-wrapper {min-height: auto;}
  /*.nw-blog-section .blog-listing-outer .hs-featured-image-wrapper img {
  transform: none;
  max-width: 100%;
  min-width: inherit;
  min-height: auto;
  float: none;
}*/
}
@media(max-width: 480px) {
  .nw-blog-page .search-wrap.active {
    max-width: calc(100vw - 125px);
  }
  .nw-blog-page .search-wrap.active form {
    min-width: inherit;
    max-width: inherit;
  }
  .nw-blog-page .select-topics-wrap {
    width: 100%;
  }
  .nw-blog-page .filter-choice {
    margin: 2px 15px 0 15px;
  }
  .nw-blog-page .topic-filters-wrapper ul.topicOptions {
    left: 0;
    width: 220px;
  }
  .nw-blog-page .topic-filters-wrapper ul.topicOptions li {
    padding: 10px 15px !important;
  }
  .nw-blog-page .filters-wrapper .options {
    width: 220px;
  }
  .nw-blog-page .filters-wrapper .options li {
    padding: 10px 15px !important;
  }
  .nw-blog-section .blog-listing-outer .est-read-time {
    left: 15px;
  }
  .nw-blog-section .blog-listing-outer .single-post-item {
    padding: 0 0 30px;
    margin-bottom: 0;
  }
  .nw-blog-section .blog-listing-outer .single-post-item .post-body-inner {
    padding: 20px 15px;
  }
  .nw-blog-section .blog-listing-outer .post-header h2 a {
    font-size: 18px;
    line-height: 27px;
  }
  .nw-blog-section .blog-listing-outer span.hubspot-topic_data {
    width: calc(100% - 30px);
    left: 15px;
  }
  .nw-blog-page .blog_featurelist ul li a .blog-detail-section {
    padding: 80px 20px 20px;
  }
  .nw-blog-page .blog_featurelist ul li a .blog-detail-section h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .nw-blog-section .blog-listing-outer .est-read-time .est-topics {
    font-size: 14px;
  }
  .nw-blog-section .blog-listing-outer .est-read-time .est-topics.elementary,
  .nw-blog-section .blog-listing-outer .est-read-time .est-topics.advanced,
  .nw-blog-section .blog-listing-outer .est-read-time .est-topics.master {
    display: inline-block;
  }
}

/* Test Blog 'Filter By Topic' header CSS */

.related-posts {position: absolute;top: 330px;width: 255px;z-index: 99;right: calc((100vw - 1400px)/2);padding: 15px 25px 25px;border: 1px solid #979797;}
.related-posts h3 {font-family: Proxima-Nova;font-size: 21px;font-weight: 600;line-height: 32.5px;color: #0167c5;text-align: center; padding-bottom: 20px;}
/* Related Blog Sidebar */
.post-listing li a {
  position: relative;
  left: -6px;color:#3d84ff;
}
.post-listing li a:hover{color:#326CD1;}
.post-listing li {
  /*text-indent: -23px;*/
  margin-left: 16px;
  list-style: disc;
}
/**/
.sidebar-form.marketo-sidebar-form {min-height: 171px;}
.sidebar-form.marketo-sidebar-form #confirmform {position: absolute;width: 150px;bottom: 0;left: 0;}
.sidebar-form.marketo-sidebar-form #confirmform p {padding: 0;float: left;width: 100%;font-size: 14px;line-height: 1.3;font-weight: 500;color: #3477ff;text-align: center;}
.sidebar-form.marketo-sidebar-form form {padding:0 5px;}
.sidebar-form.marketo-sidebar-form form .mktoFormCol {width: 100%;}
.sidebar-form.marketo-sidebar-form, .sidebar-form.marketo-sidebar-form form, .sidebar-form.marketo-sidebar-form .mktoFieldWrap { max-width: 100%;}
.sidebar-form.marketo-sidebar-form .mktoFieldWrap input#Email[type="email"]::placeholder {text-align: center;} 
.sidebar-form.marketo-sidebar-form .mktoFieldWrap input#Email[type="email"]:-ms-input-placeholder {text-align: center;} 
.sidebar-form.marketo-sidebar-form .mktoFieldWrap input#Email[type="email"]::-ms-input-placeholder {text-align: center;}
.sidebar-form.marketo-sidebar-form .mktoFieldWrap input#Email {width: 100% !important; background: none !important; border: none; border-bottom: 1px solid #949494; line-height: 30px; font-size: 14px;box-shadow: none; font-family: proxima-nova,sans-serif;}
.sidebar-form.marketo-sidebar-form form .mktoCheckboxList { width: 100% !important; font-size: 9px;}
.sidebar-form.marketo-sidebar-form form .mktoButtonWrap {margin-left: 0 !important;}
.sidebar-form.marketo-sidebar-form button.mktoButton { font-weight: 600 !important; font-family: proxima-nova,sans-serif !important; background: #3d84ff url(https://cloud.netapp.com/hubfs/arrow-1.svg) no-repeat 85% center !important; color: #fff !important; line-height: 30px; padding: 2px 38px 2px 16px !important; font-size: 16px !important; border: 0 !important; margin: 16px 0 0 !important; cursor: pointer !important; border-radius: 2px !important; background-size: 33px !important; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; min-width: inherit !important; max-width: inherit !important; width: 100% !important; min-width: 140px !important; box-shadow: none !important;}
.sidebar-form.marketo-sidebar-form .mktoFieldWrap label#LblEmail, .sidebar-form.marketo-sidebar-form label#LblmktoexplicitOptin {display: none;}
.hs-sidebar-panel.withform + .related-posts {top: 410px;}
.hs-sidebar-panel.withform {padding: 15px 20px 25px;}
.hs-sidebar-panel .sidebar-form.marketo-sidebar-form {padding: 0px;}
.hs-sidebar-panel .sidebar-form.marketo-sidebar-form a.rss-feeds {background: #f8991d;right: 5px;width: 36px;text-align: center;}
.sidebar-form.marketo-sidebar-form .mktoButtonRow {width: calc(100% - 39px);}
.sidebar-form.marketo-sidebar-form .mktoForm .mktoCheckboxList > label { margin-left: 20px;}
.sidebar-form.marketo-sidebar-form .mktoFieldWrap {width: 100%;}
.sidebar-form.marketo-sidebar-form .mktoFieldDescriptor.mktoFormCol {margin-bottom: 0px !important;}
.sidebar-form.marketo-sidebar-form .mktoOffset {display: none;}


/* ----- Listing page sideform fixed start ----- */
.nw-blog-page .blog-listing-outer {padding: 32px 0 80px;}
.sideform-fixed {display: block;float: left;margin-bottom:24px;width: 100%;right: -999px;top: 50%;z-index:99;-webkit-transition: right 1s ease;transition: right 1s ease;min-height:40px;}
.sideform-fixed .subscription-box-inner.design-feb21.m21 {display:flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:end;background:transparent;width: 100%;position:relative;float:left;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-heading {background-image:url(https://525875.fs1.hubspotusercontent-na1.net/hubfs/525875/form_sidebar_listing.png);background-repeat:no-repeat;background-size:66px 40px;background-position: right center;padding:5px 59px 5px 15px;background-color:#8ab8ff;text-align:center;max-width:229px;border:none;box-shadow:2px 2px 6px 0 rgba(187, 187, 187, 0.5);position:absolute;white-space:nowrap;z-index:10;cursor:pointer;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-heading h3.new-heading {font-size:16px;line-height:30px;color:#000;font-weight:600;}
.sideform-fixed .form-heading h3.new-heading:after {content:none;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content {height:auto;display:block;background:#fff;border:none;opacity:0;visibility:hidden;transition:all 0.3s ease-in;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content form {padding: 0;display:flex;flex-wrap:wrap;box-shadow:2px 2px 6px 0 rgba(187, 187, 187, 0.5);background:#f6f6f6;width: 100% !important;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content form div {width: 100%;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content form .mktoOffset {width: 0 !important;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content form label {display: none;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content form div.mktoFormRow:nth-child(2) {width:calc(100% - 119px);margin-right:auto;margin-bottom:0 !important;max-width:205px;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content form div.mktoFormRow:nth-child(2) > div {margin-bottom:0 !important;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content form div.mktoFormRow:not(:nth-child(2)) {display:none;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content form input#Email {width:205px !important;height:40px;border:none;padding:5px 16px;box-shadow: none;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content form input#Email::-webkit-input-placeholder {font-style:normal;font-size: 15px;line-height: 30px;color: #a8a8a8;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content form .mktoButtonRow {width:auto;margin-left:auto;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content form .mktoButtonRow span {margin-left: 0 !important;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content form button[type="submit"] {padding:6px 24px;background:#000;font-size: 16px;line-height: 28px;font-weight: 600;color: #fff;width: 100%;appearance: none;font-family: "proxima-nova", sans-serif;box-shadow: none;border: none;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content #confirmform {all:unset;width:100%;float:left;display:block;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content #confirmform p {background:#f6f6f6;position: absolute;left: 0;right: 0;bottom: 0;top: 0;font-size:16px;line-height:28px;font-weight:600;text-align:right;color:#000;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content form div.mktoError {right:0 !important;min-width: 175px;left:0;}
.sideform-fixed .subscription-box-inner.design-feb21 .form-content form div.mktoError .mktoErrorArrowWrap {width: 16px !important;} 

@media only screen and (max-width: 1480px) {
  .sideform-fixed .subscription-box-inner.design-feb21.m21 {right: 0;}
}

/* ----- Listing page sideform fixed end ----- */


/* ----- All page Started ----- */
.post-listing-simple ~ .load-more-link {display: none;}
.post-listing-simple .loader_div {display: none;}
.post-listing-simple .single-post-item {width: 100%;padding: 0;}
.nw-blog-section .blog-listing-outer .post-listing-simple .single-post-item .post-item-inner {box-shadow: none;background: none;padding-left: 15px;display: block;position: relative;}
.nw-blog-section .blog-listing-outer .post-listing-simple .single-post-item .post-item-inner a {color: #000;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.nw-blog-section .blog-listing-outer .post-listing-simple .single-post-item .post-item-inner a:hover {padding-left: 4px;}
.nw-blog-section .blog-listing-outer .post-listing-simple .single-post-item .post-item-inner a:before {display: inline-block;position: absolute;left: 0;top: 7px;background: url('https://525875.fs1.hubspotusercontent-na1.net/hubfs/525875/ic-arrow-grey.svg');background-size:contain;background-repeat:no-repeat;content: '';height: 10px;width: 10px;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.nw-blog-section .blog-listing-outer .post-listing-simple .single-post-item .post-item-inner a:hover:before {left:4px}
.blog-archive-link {display:block;transform: translateY(10px);float: none;overflow: hidden;width: 100%;}
.blog-archive-link, .blog-archive-link a {font-size: 13px;line-height: 23px;color: #979797;font-weight: 600;position: relative;padding-right: 5px;}
.blog-archive-link a {text-decoration: underline;padding: 0 5px;}
.blog-archive-link a:hover{color: #00246a;}
/* ----- All page END ----- */

.loader_div {position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.70);height: 100vh;width: 100vw;z-index: 100000;text-align: center;}
.loader_div img {top: 50%;position: relative;}
/* blog pagnation */
/*
.blog-pagination {margin-top: 50px;}
.blog-pagination .previous-posts-link {float: none;}
.blog-pagination ul {text-align: center;margin: 30px 0;}
.blog-pagination ul span.pg {margin: 0 20px;}
.blog-pagination ul li {display: inline-block;}
.blog-pagination ul li a i,
.blog-pagination ul li {zoom: 1.2;}
.blog-pagination ul li.hide {visibility: hidden;}
.blog-pagination ul li a {padding: 5px 8px !important;text-decoration: none;line-height: 20px;}
.blog-pagination ul li:hover,
.blog-pagination ul li:hover a,
.blog-pagination ul li.active a {color: #000;}
.blog-pagination .next-posts-link {float: none;}
.scrolltotop {display: block;width: 52px;height: 52px;position: fixed;bottom: 93px;right: 24px;background: url(https://cloud.netapp.com/hubfs/scroll-up.png);z-index: 99999;cursor: pointer;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-moz-transform: scale(0);-webkit-transform: scale3d(0);-o-transform: scale(0);-ms-transform: scale(0);transform: scale(0);}
.scrolltotop.visibleBackToTop {-webkit-animation-name: pulse;animation-name: pulse;-webkit-animation-duration: .5s;animation-duration: .5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-transform: scale3d(1,1,1);transform: scale3d(1,1,1)}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }

  50% {
    -webkit-transform: scale3d(1.2,1.2,1.2);
    transform: scale3d(1.2,1.2,1.2)
  }

  100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }

  50% {
    -webkit-transform: scale3d(1.2,1.2,1.2);
    transform: scale3d(1.2,1.2,1.2)
  }

  100% {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
*/

/* Header and Footer CSS Starts */
/*
.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#workloads-menu-item>.portal-submenu ul:nth-child(5){
  max-width: 16%;
}
img {
  max-width: 100%;
}
*:focus {
  outline: none !important;
}
@media(max-width: 1200px) {
  .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu ul.azure-column {
    max-width: 19%!important;
  }
  .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu ul {
    max-width: 27%!important;
  }
}
@media(max-width: 768px) {
  .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu ul.azure-column {
    max-width: inherit!important;
  }

  .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#workloads-menu-item>.portal-submenu ul,
  .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu ul {
    max-width: 100%!important;
  }
}
*/
/*header_new.css*/
/*
.header-container-wrapper{position:fixed!important;width:100%;top:0;left:0;z-index:10000;box-shadow:none}.header-container-wrapper .header-container{float:left;width:100%;background-color:transparent}#portal-iframe~.body-container-wrapper{padding-top:0!important;float:left;width:100%}.menu-active-overflow-hidden{position:fixed;overflow-y:scroll;width:100%}.menu-active-overflow-hidden:after{content:"";left:0;right:0;bottom:0;top:0;background-color:rgba(0,0,0,.3);position:fixed;z-index:1}.new-cloud-sync-header-wrapper{float:left;width:100%}.new-cloud-sync-header-wrapper .sync-top-menu-wrapper{float:left!important;width:100%!important;background-color:#000;padding-left:60px;position:relative}.new-cloud-sync-header-wrapper .sync-top-logo{float:left;width:100%;max-width:180px;padding:11px 0 10px}.new-cloud-sync-header-wrapper .sync-top-logo a img{float:left}.new-cloud-sync-header-wrapper .sync-top-menu{float:left!important;width:calc(100% - 180px)!important}.new-cloud-sync-header-wrapper .sync-top-menu ul{float:left;width:100%}.new-cloud-sync-header-wrapper .sync-top-menu ul li{float:left !important;display:inline-block;width:auto;padding-right:50px}.new-cloud-sync-header-wrapper .sync-top-menu ul li a{float:left;width:100%;display:inline-block;font-size:13px;line-height:24px;font-weight:600;letter-spacing:.4px;color:#fff;padding:6px 0 5px 0 !important;}.new-cloud-sync-header-wrapper .main-menu-wrapper{float:left!important;width:100%!important;padding:0;position:relative;background:0 0;background-image:linear-gradient(to top,rgba(0,0,0,0),#00000066);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.new-cloud-sync-header-wrapper .main-menu-wrapper.submenu-opened{background-image:linear-gradient(to top,#fff,#fff);box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.new-cloud-sync-header-wrapper .main-menu-wrapper.submenu-opened>.row-fluid-wrapper{float:left;width:100%;position:relative;z-index:1;background-color:#fff}.new-cloud-sync-header-wrapper .main-menu-wrapper{float:left!important;width:100%!important;padding:0;position:relative;background:0 0;/*background-image:linear-gradient(to top,rgba(0,0,0,0),#00000066);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out*/}.header-container-wrapper.fixed .new-cloud-sync-header-wrapper .main-menu-wrapper{background-image:linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,0));background-color:transparent;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.header-background-animation{width:100%;position:absolute;top:0;left:0;bottom:0;right:0;background-color:#fff;transform:translate3d(0,-65%,0);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;box-shadow:0 2px 4px 0 rgba(0,0,0,.2)}.header-container-wrapper.fixed .header-background-animation{transform:translate3d(0,0,0);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.new-cloud-sync-header-wrapper .header-left-section{float:left;width:calc(100% - 312px)!important;padding-left:60px;position:relative}.new-cloud-sync-header-wrapper .header-right-section{float:left;width:100%!important;max-width:312px;padding:0;display:none}.new-cloud-sync-header-wrapper .header-right-section img{float:left}.new-cloud-sync-header-wrapper>.row-fluid-wrapper:first-child{z-index:1;position:relative}.new-cloud-sync-header-wrapper .main-menu-section{float:left!important;width:calc(100% - 180px)}.new-cloud-sync-header-wrapper .cloud-central-text-logo{float:left!important;width:100%!important;max-width:180px;font-size:20px;color:#fff;padding:18px 0 0;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.new-cloud-sync-header-wrapper .cloud-central-text-logo a{font-size:20px;color:#000}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu{float:left;width:100%}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li{float:left;width:auto;display:inline-block;padding:20px 45px 15px 0}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li:last-child{padding-right:0}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>a{float:left;width:auto;display:inline-block;font-size:16px;font-weight:500;color:#000;letter-spacing:0.4px;cursor:pointer;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>a.has-child-menu:after{content:"\f105";font-size:14px;font-family:FontAwesome;transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);display:inline-block;position:absolute;top:1px;right:-1px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li.parent-submenu.active-submenu>a.has-child-menu:after{content:"\f104"}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>a:hover{color:#fff;-webkit-transition:color .3s linear;-moz-transition:color .3s linear;-ms-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>a.has-child-menu{position:relative;padding-right:13px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu{display:none;background-color:#fff;position:absolute;top:59px;left:0;width:100%;padding:0 60px 0}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu .portal-submenu-inner{float:right;width:calc(100% - 180px);display:flex}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu .portal-submenu-inner.no-submenu-title{padding-top:20px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu:before{content:"";width:100%;float:left;height:2px;background-color:#d7d7d7;margin-bottom:30px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu:before{margin-bottom:40px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul{float:left;width:auto;display:inline-block;padding-right:40px;padding-bottom:40px;max-width:25%}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu ul{max-width:29%}.portal-submenu-inner.nolinks ul li{cursor:pointer}#clouds-menu-item>.portal-submenu .nolinks ul li{margin-bottom:5px;color:#989898;font-size:14px}#clouds-menu-item>.portal-submenu ul li.link-image{margin-bottom:25px}#clouds-menu-item>.portal-submenu ul li.link-image a, .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a.resource-head-link{position:relative}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu ul li>a>img{width:inherit!important;height:inherit!important}#clouds-menu-item>.portal-submenu ul li.link-image a:after, .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a.resource-head-link:after{content:"";width:6px;height:9px;display:block;position:absolute;right:-12px;top:9px;padding:0;background-image:url(https://cloud.netapp.com/hubfs/ic-arrow-right-drak-grey.svg?t=1543576016270);background-repeat:no-repeat;background-position:right center;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}#clouds-menu-item>.portal-submenu ul li.link-image a:hover:after, .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a.resource-head-link:hover:after{right:-17px!important;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}#clouds-menu-item>.portal-submenu ul li.link-image.google-arrow a:after{top:11px}#clouds-menu-item>.portal-submenu ul li.link-image.aws-arrow a:after{top:10px}#clouds-menu-item>.portal-submenu ul.become_partner li{margin-bottom:20px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu ul.azure-column{max-width:23%}#clouds-menu-item>.portal-submenu ul.google-column li.link-image a:after {top: 11px;}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li{float:left;width:100%;margin-bottom:20px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>span, .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a.resource-head-link{color:#989898;font-size:12px;text-transform:uppercase;font-weight:600;display:block;letter-spacing:.8px;padding-bottom:5px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a{float:left;width:auto;display:flex;align-items:center;font-size:16px;line-height:22px;color:#434957;font-weight:400;-webkit-transition:color .3s linear;-moz-transition:color .3s linear;-ms-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a:hover{color:#3d84ff;-webkit-transition:color .3s linear;-moz-transition:color .3s linear;-ms-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a>img{float:left;margin-right:10px}
.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li.active-submenu>.portal-submenu{display:block}.new-menu{float:left;width:100%;font-size:15px;line-height:25px;color:#3d84ff;font-weight:600;padding-bottom:15px;position:relative}.new-menu a{font-size:15px;line-height:25px;color:#3d84ff;font-weight:600}.new-menu:after{content:"";position:absolute;width:20px;height:20px;border-radius:100%;bottom:20px;transform:translateX(23px);-webkit-transform:translateX(23px);-moz-transform:translateX(23px);-ms-transform:translateX(23px);background:url(https://cloud.netapp.com/hubfs/ic-arrow-1.png) 7px 5px no-repeat #3d84ff}.header-container-wrapper.fixed .new-cloud-sync-header-wrapper .cloud-central-text-logo,.header-container-wrapper.fixed .new-cloud-sync-header-wrapper .cloud-central-text-logo a,.header-container-wrapper.fixed .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>a{color:#000;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.new-cloud-sync-header-wrapper .main-menu-wrapper.submenu-opened .cloud-central-text-logo,.new-cloud-sync-header-wrapper .main-menu-wrapper.submenu-opened .cloud-central-text-logo a,.new-cloud-sync-header-wrapper .main-menu-wrapper.submenu-opened .main-menu-section ul.portal-menu>li>a{color:#000;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;-ms-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.new-cloud-sync-header-wrapper .main-menu-wrapper.submenu-opened .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a:hover,.new-cloud-sync-header-wrapper .main-menu-wrapper.submenu-opened .main-menu-section ul.portal-menu>li>a:hover{color:#3d84ff}.new-cloud-sync-header-wrapper .main-menu-wrapper.submenu-opened .main-menu-section ul.portal-menu>li.parent-submenu.active-submenu>a{color:#3d84ff}.hamburger-icon-wrap{display:none;width:40px;float:right;position:relative;border-bottom:2px solid #000;height:25px;margin:15px 20px;cursor:pointer;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.hamburger-icon-wrap span {font-size: 0;line-height: 0;display: inherit;}.hamburger-icon-wrap:before{content:"";width:100%;height:2px;background-color:#000;display:block;transform:translateY(12px);-webkit-transform:translateY(12px);-moz-transform:translateY(12px);-ms-transform:translateY(12px);-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.hamburger-icon-wrap:after{content:"";width:100%;height:2px;background-color:#000;display:block;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.contact-us-page .hamburger-icon-wrap:after,.contact-us-page .hamburger-icon-wrap:before{background-color:#fff}.contact-us-page .hamburger-icon-wrap{border-bottom:2px solid #fff}.contact-us-page .hamburger-icon-wrap.active:after,.contact-us-page .hamburger-icon-wrap.active:before{background-color:#3d84ff}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#partners-menu-item>.portal-submenu ul{width:100%}#clouds-menu-item>.portal-submenu ul.private-cloud li a{margin-bottom: 5px;color: #989898; font-size: 14px;}#clouds-menu-item>.portal-submenu ul li.link-image.private-cloud-arrow{margin-bottom: 17px;} 
body .new-cloud-sync-header-wrapper .sync-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:nth-child(4) {padding-right: 0;}
body .new-cloud-sync-header-wrapper .sync-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:nth-child(4)>a {border-radius: 8px;box-shadow: 2px 2px 6px 0 #143875;background-color: #fff;line-height: 1;margin-top: 9px;padding: 2px 10px !important;color: #000;letter-spacing: 0.43px;font-weight: 600;}
.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#blog-menu-item>.portal-submenu .portal-submenu-inner {float: right;width: 100%;display: flex;}
.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#blog-menu-item>.portal-submenu ul:first-child {min-width: 180px;}
.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#blog-menu-item>.portal-submenu ul:first-child li a.view-all-blogs {border-radius: 8px;box-shadow: 2px 2px 6px 0 #143875;background-color: #b3dfff;line-height: 1;margin-top: 9px;padding: 5px 10px;color: #034c90;letter-spacing: .43px;font-weight: 600;}
.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#blog-menu-item>.portal-submenu .portal-submenu-inner {flex-wrap:wrap;}
.go-to-blog-strip {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
a.go-to-blog-cta {
  min-width: 200px;
  border-radius: 2px;
  background-color: #3d84ff;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 10px 10px;
  text-align: center;
}
.cvsgc--testimonials.pushDown-quote .content-wrap .text--left .wrap h4:before, .cvsgc--new--testimonials.pushDown-quote .content-wrap .text--left .wrap h4:before, .testimonial.pushDown-quote-sol .vo-text--section blockquote p:before {top: 23px;}
.testimonial.pushDown-quote-sol .vo-text--section blockquote p:after{bottom: 22px;}
.cvsgc--new--testimonials.pushDown-quote .content-wrap .text--left .wrap h4:after {top: calc(100% - 36px);}
.pushDown-quote-home .customers-words-inner>:last-child::after {bottom: inherit;}
.pushDown-quote-home .customers-words-inner>:first-child::before {top: 18px;position: relative;}

@media(min-width:767px) {
  .go-to-blog-strip {
    margin-bottom: 20px;
  }
}
@media (min-width: 1241px) {
  li.hs-menu-item.hs-menu-depth-1.reduce-spacing,
  li.hs-menu-item.hs-menu-depth-1.reduce-spacing-es,
  li.hs-menu-item.hs-menu-depth-1.reduce-spacing-ja {padding-right: 35px;}
  .footer-nav li.reduce-spacing {padding: 0 11px;}
}
@media (min-width: 1561px) {
  .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#blog-menu-item.blog-parent-submenu>.portal-submenu .portal-submenu-inner {
    width: calc(100% - 180px);
  }
  .pushDown-quote.cvsgc--testimonials .content-wrap .content-right .wrap h4:before, .cvsgc--new--testimonials.pushDown-quote .content-wrap .text--left .wrap h4:before {top: 32px;}
  .cvsgc--new--testimonials.pushDown-quote .content-wrap .text--left .wrap h4:after {top: calc(100% - 43px);}
}
@media(min-width:1920px){
  .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#products-menu-item>.portal-submenu ul:nth-child(1){max-width:21%}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#products-menu-item>.portal-submenu ul:nth-child(2){max-width:31%}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#products-menu-item>.portal-submenu ul:nth-child(3){max-width:24%}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu ul.azure-column{max-width:21%}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu ul{max-width:27%} 
}
@media(max-width:1600px){ 
  .footer-nav li.reduce-spacing-es {padding: 0 9px;}
}
@media(max-width:1560px){ 
  .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu .portal-submenu-inner{float:right;width:100%;padding-left:20px}.new-cloud-sync-header-wrapper .main-menu-wrapper{padding:0}.new-cloud-sync-header-wrapper .sync-top-menu-wrapper{padding-left:20px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu{padding:0 0 30px}.new-cloud-sync-header-wrapper .header-left-section{padding-left:20px}
  .footer-nav li.reduce-spacing-de {padding: 0 10px;} 
}
@media(max-width:1366px){ 
  .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul{padding-right:15px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu ul.azure-column{max-width:20%}#clouds-menu-item>.portal-submenu ul li.link-image a:after{right:-5px}#clouds-menu-item>.portal-submenu ul.azure-column li.link-image a:after{right: -8px;}#clouds-menu-item>.portal-submenu ul li.link-image a:hover:after{right:-9px!important}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu ul{max-width:29%;padding-right:15px} 
  .footer-nav li.reduce-spacing-de {padding: 0 7px;} 
  .pushDown-quote.cvsgc--testimonials .content-wrap .content-right .wrap h4:before, .cvsgc--new--testimonials.pushDown-quote .content-wrap .text--left .wrap h4:before {top: 24px;}
  .cvsgc--new--testimonials.pushDown-quote .content-wrap .text--left .wrap h4:after {top: calc(100% - 33px);}
}
@media(max-width:1240px){
  .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>span{color:#989898;font-size:12px;text-transform:uppercase;font-weight:700;display:block;padding:2px 5px;background-color:#f7f7f7}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#products-menu-item>.portal-submenu ul{max-width:25%}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#resources-menu-item>.portal-submenu ul{max-width:25%}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>a{font-size:15px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a{font-size:15px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#products-menu-item>.portal-submenu .portal-submenu-inner{display:block}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li{padding:20px 24px 15px 0}       
  body .new-cloud-sync-header-wrapper .sync-top-menu.cloud-story-ui {width: 353px !important;}
  .new-cloud-sync-header-wrapper.reduce-size-ja .main-menu-section ul.portal-menu>li{padding-right:16px}
  li.hs-menu-item.hs-menu-depth-1.reduce-spacing-es,
  li.hs-menu-item.hs-menu-depth-1.reduce-spacing-ja {padding-right: 13px;}
  .new-cloud-sync-header-wrapper .sync-top-menu ul li.reduce-spacing-es a,
  .new-cloud-sync-header-wrapper .sync-top-menu ul li.reduce-spacing-ja a{font-size: 11px;}
  .footer-nav li.reduce-spacing-es {padding: 0 7px;}
}
@media(max-width: 1200px){
  .new-cloud-sync-header-wrapper .header-left-section {width: calc(100% - 265px) !important;}.new-cloud-sync-header-wrapper .header-right-section {max-width: 265px;}
  .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu ul.private-cloud{max-width: 27%;}
  .pushDown-quote.cvsgc--testimonials .content-wrap .content-right .wrap h4:before, .cvsgc--new--testimonials.pushDown-quote .content-wrap .text--left .wrap h4:before {top: 18px;}
  .cvsgc--new--testimonials.pushDown-quote .content-wrap .text--left .wrap h4:after {top: calc(100% - 30px);}
  .new-cloud-sync-header-wrapper .reduce-spacing-nav-fr .main-menu-section ul.portal-menu>li>a.has-child-menu {padding-right: 12px;}
  .footer-nav li.reduce-spacing-es {padding: 0 5px;}
}
@media(max-width:1024px){
  .new-cloud-sync-header-wrapper .sync-top-logo{max-width:148px}.hamburger-icon-wrap{display:block}.new-cloud-sync-header-wrapper .header-left-section{width:100%!important}.new-cloud-sync-header-wrapper .header-right-section{max-width:inherit;display:none!important}.new-cloud-sync-header-wrapper .main-menu-wrapper{padding:0}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu{float:left;width:100%;position:absolute;top:100%;left:0;padding:0 20px;background-color:#fff;border-top:1px solid #d7d7d7;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);display:none;margin:0}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#products-menu-item>.portal-submenu ul{padding:0 10px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu{padding:0 20px 20px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);border-top:2px solid #d7d7d7}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu:before{background-color:#fff}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu .portal-submenu-inner{padding-left:0}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu .portal-submenu-inner.no-submenu-title{padding-top:0}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu:before{margin-bottom:35px}.hamburger-icon-wrap.active{width:25px;border-bottom:2px solid transparent;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.hamburger-icon-wrap.active:before{transform:translateY(12px) rotate(-45deg) translateX(0);-webkit-transform:translateY(12px) rotate(-45deg) translateX(0);-moz-transform:translateY(12px) rotate(-45deg) translateX(0);-ms-transform:translateY(12px) rotate(-45deg) translateX(0);-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.hamburger-icon-wrap.active:after{transform:rotate(40deg) translateY(8px) translateX(6px);-webkit-transform:rotate(40deg) translateY(8px) translateX(6px);-moz-transform:rotate(40deg) translateY(8px) translateX(6px);-ms-transform:rotate(40deg) translateY(8px) translateX(6px);-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}/*.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li{padding:20px 25px 15px 0}
}

@media(max-width:768px){
  .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#products-menu-item>.portal-submenu ul{max-width:100%;padding:0}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu:before{margin-bottom:8px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a{font-size:14px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li{margin-bottom:18px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a>img{width:23px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#resources-menu-item>.portal-submenu ul li>a>img.inside-image{width: 100%;}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu .portal-submenu-inner.no-submenu-title{padding-top:15px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu:before{margin-bottom:30px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu ul{max-width:100%;padding:0 0 20px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li.active-submenu>.portal-submenu{max-height:calc(100vh - 200px);overflow-y:scroll}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#resources-menu-item>.portal-submenu ul{max-width:100%}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul{width:100%;max-width:inherit;padding-bottom:0}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu .portal-submenu-inner{display:block;padding-bottom:50px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a br{display:none}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li#clouds-menu-item>.portal-submenu ul.azure-column{max-width:inherit}  
}
@media(max-width:600px){
.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>a{font-size:14px}.new-cloud-sync-header-wrapper .sync-top-logo{max-width:85px}.new-cloud-sync-header-wrapper .sync-top-menu{float:right!important;width:calc(100% - 85px)!important;padding-left:30px}.new-cloud-sync-header-wrapper .sync-top-menu ul{float:right;width:auto}.new-cloud-sync-header-wrapper .sync-top-menu ul li{padding-right:20px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>a.has-child-menu:after{display:none}
}
@media(max-width:480px){
.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>a.has-child-menu{position:relative;padding-right:0}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>a.has-child-menu:after{top:15px;right:48%}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li{padding:20px 12px 15px 0}.new-cloud-sync-header-wrapper .sync-top-menu{padding-left:15px}.new-cloud-sync-header-wrapper .sync-top-menu ul li{padding-right:6px}.new-cloud-sync-header-wrapper .sync-top-menu ul li a{letter-spacing:0}
}
*/
/*
@media(max-width:380px){
  .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li{padding:20px 10px 15px 0}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>a{font-size:3.3vw}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a{font-size:13px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu{padding:0 10px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu{padding:0 10px 20px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li{margin-bottom:10px}  
  .reduce-size-ja.new-cloud-sync-header-wrapper .sync-top-menu ul li a, .reduce-size-ja.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>a {font-size: 3vw;}
  .new-cloud-sync-header-wrapper .sync-top-menu ul li.reduce-spacing-es a{font-size: 10px;}
  li.hs-menu-item.hs-menu-depth-1.reduce-spacing-ja {padding-right: 10px;}
  body .new-cloud-sync-header-wrapper .sync-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.reduce-spacing-es:nth-child(4)>a{letter-spacing:0;padding: 2px 6px !important;}
  body .new-cloud-sync-header-wrapper .sync-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.reduce-spacing-ja:nth-child(4)>a{letter-spacing:0;padding: 2px 4px !important;}
}
.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a>img.menu-azure-icon{width:88px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a>img.menu-google-icon{width:166px}.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a>img.menu-aws-icon{width:42px}
*/
/*Remove this when live and all relatted to .cloud-story-ui move in main css*/
/*
@media (max-width: 827px) and (min-width: 768px){
  body .new-cloud-sync-header-wrapper .sync-top-logo {max-width: 110px !important;}
}
@media(max-width:767px){
  body .new-cloud-sync-header-wrapper .sync-top-menu.cloud-story-ui {width: 100% !important;}
}
*/
/*header_new.css*/

/*custom_staging_July_2018.css*/
/****Japanese site****/  
/*
.new-cloud-sync-header-wrapper .sync-top-menu ul li a{font-family: proxima-nova,sans-serif;}
body .new-cloud-sync-header-wrapper .sync-top-menu {width: 470px !important;}
.JapaneseFlag{display: inline-block;padding: 10px 0 2px 0;}
.JapaneseFlag img{display: block;}
body .new-cloud-sync-header-wrapper .main-menu-wrapper>div {min-height: 59px;}
@media(min-width: 768px) and (max-width: 827px){body .new-cloud-sync-header-wrapper .sync-top-logo{max-width: 120px;}}
@media(max-width:1240px){body .new-cloud-sync-header-wrapper .sync-top-menu {width: 363px !important;}body .new-cloud-sync-header-wrapper .sync-top-menu ul li {padding-right: 16px;}body .new-cloud-sync-header-wrapper .sync-top-menu {width: 335px !important;}}
@media (max-width: 767px){div.new-cloud-sync-header-wrapper .sync-top-logo{max-width: 100%;}.netapp-japan {position: absolute;right: 20px;top:0;}body .new-cloud-sync-header-wrapper .sync-top-menu{width: 100% !important;padding: 0;}body .new-cloud-sync-header-wrapper .sync-top-menu ul {float: left;}body .new-cloud-sync-header-wrapper .sync-top-menu ul li a{padding:0 0 2px !important;}body .new-cloud-sync-header-wrapper .sync-top-logo{padding: 10px 0 6px;}body .new-cloud-sync-header-wrapper .sync-top-menu ul{line-height: 18px;}body .new-cloud-sync-header-wrapper .sync-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:nth-child(4)>a {margin-top: 3px;}}
@media (max-width: 479px){body .new-cloud-sync-header-wrapper .sync-top-menu ul li {padding-right: 9px;}}
*/
/*custom_staging_July_2018.css*/
/*
.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>.portal-submenu ul li>a.resource-head-link:after {top: 7px;}
*/
/*******************/
/*
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: proxima-nova,sans-serif;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 400;
}
sup {vertical-align: super;font-size: smaller;}
body {
  padding-top:34px;
  line-height: 24px;
  color: #000;
  -webkit-overflow-scrolling: touch;
}
.row-fluid [class*=span] {
  min-height: inherit!important;
  margin: 0;
}
.header-widgets .login-signup-container a.login-signup, .header-widgets .login-signup-container button.login-signup {
  height: 100%;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 20px;
  background-color: transparent;
  float: right;
  border: none;
  line-height: 35px;
  padding: 0;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.header-widgets .login-signup-container .divider {
  display: inline-block;
  width: 1px;
  background-color: #fff;
  height: 7px;
  float: right;
  margin-top: 14px;
}
.header-widgets {
  position: absolute;
  top: 0;
  right: 0;
}
#loggedin {
  display: none;
}
*/
/*body .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li>a.has-child-menu {line-height: 24px;}*/
/*
.about-img.active { position: fixed; background: rgb(0 0 0 / 0.80) !important; height: 100%; width: 100% !important; left: 0; top: 0; z-index: 999999;overflow:auto}
.about-img.active img.large-image { background: rgba(232, 245, 255, 1.0);display: block; margin: 0 auto;}
@media screen and (max-width: 767px){
  #loggedin {
    display: none !important;
  } 
 body .new-cloud-sync-header-wrapper .sync-top-menu ul {
    float: left;
  }  
  body .new-cloud-sync-header-wrapper .sync-top-menu {
    width: 100% !important;
    padding: 0;
  }  */
/*
  iframe#portal-iframe {
    background-color: #fff;
    top: 96px!important;
    border-bottom: 1px solid #e2e2e2!important;
    width: 100%!important;
    display: none;
  }  
}
*/
/*
@media (max-width: 479px){
  body .new-cloud-sync-header-wrapper .sync-top-menu ul li {
    padding-right: 9px;
  }
}
*/
/* footer css */ 
/*
ul.footer-social-btn-wrapper li svg {height: 14px;line-height: 1;vertical-align: middle;}body ul.footer-social-btn-wrapper li svg path {fill:#000}ul.footer-social-btn-wrapper li a:hover svg path {fill:#0d5cab}ul.footer-social-btn-wrapper li.fi-facebook svg{height: 15px;margin-left: 0px;}ul.footer-social-btn-wrapper li.fi-twitter svg{height: 12px;margin-left: 1px;}ul.footer-social-btn-wrapper li.fi-linkedin svg{margin-top: -3px;}ul.footer-social-btn-wrapper li.fi-instagram svg{margin-top: -1px;}.footer-container-wrapper{float:left;width:100%}.cloud-sync-footer-wrapper{float:left!important;width:100%!important;background-color:#f8f8f8;padding:20px 15px 16px;border-top:solid 4px #eaeaea}.footer-left{float:left;width:50%}.footer-right{float:right;width:50%}.footer-right ul{width:auto;float:right;padding:4px 0 0;margin:0}.footer-right ul li{float:left;display:inline-block;padding:0 10px;border-right:1px solid #757575;line-height:14px}.footer-right ul li:last-child{padding-right:0;border-right:none}.footer-right ul li a{float:left;width:100%;display:inline-block;font-size:14px;color:#636363;text-decoration:underline;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.footer-right ul li a:hover{text-decoration:none;color:#3c84ff;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.n-footer__copyright{border-right:solid 1px #686868;color:#686868;font-size:12px;margin-right:12px;padding-right:12px;display:inline-block;vertical-align:middle;line-height:18px}.n-footer__bottom .n-footer__social-link,.n-footer__bottom a{padding:0;font-family:'Gotham Narrow SSm A','Gotham Narrow SSm B',Helvetica,Arial,sans-serif;font-weight:400;font-style:normal;color:#0067c5;text-decoration:none}.n-footer__social-links{display:inline-block;vertical-align:middle}.n-footer__social-link-list{font-size:0;list-style:none;line-height:18px;float:left;height:18px}.n-footer__social-link-list-item{display:inline-block}.n-footer__social-link-text{display:inline-block;text-indent:-10000px}.n-footer__social-link-icon{fill:#686868;height:15px;margin-right:6px;width:15px}.n-footer__bottom-right{width:49.15254%;float:right;margin-right:0;text-align:right;padding-right:15px;box-sizing:border-box}.n-footer__fine-print{color:#686868;font-size:12px;line-height:16px;margin-bottom:6px;font-weight:300;font-style:normal;font-family:'Gotham Narrow SSm A','Gotham Narrow SSm B',Helvetica,Arial,sans-serif;padding:5px 0 0;margin:0}.n-footer__fine-print a:hover{text-decoration:underline}.widget-type-page_footer{float:left;width:100%;padding:15px 0;font-size:14px;text-align:center}@media(max-width:990px){.footer-left{float:left;width:100%;padding:0 0 15px;text-align:center}.footer-right{float:left;width:100%;padding:0;text-align:center}.footer-left ul{float:none;width:100%;margin:0 auto;padding:0;max-width:230px}.footer-right ul{width:100%;float:left;padding:0;margin:0;text-align:center}.footer-right ul li{float:none}.n-footer__bottom-right{width:100%;float:right;margin-right:0;text-align:center;padding-right:15px;box-sizing:border-box}.cloud-sync-footer-wrapper .page-wrapper-small{padding:0}}@media(max-width:600px){.footer-left ul li{padding-right:5px}}@media(max-width:340px){.n-footer__copyright{border-right:none;margin-bottom:18px}}
.footer-wrapper-black{float:left;width:100%;padding:0}.footer-nav{float:left;width:100%;margin:0;padding:30px 0 0}.footer-wrapper-black .row-fluid .span3{float:right}.footer-nav li{cursor: pointer;display:inline-block;float:left;padding:0 10px;border-right:1px solid #e4e4e4;line-height:12px;color:#e4e4e4;font-size:12px;margin-bottom:15px}.footer-nav li:first-child{padding-left:0}.footer-nav li:last-child{border-right:none;padding-right:0 !important}.footer-nav li a{color:#ebeff1;font-size:13px;display:inline-block;font-family:proxima-nova,sans-serif;font-style:normal}.footer-nav li a:hover{color:#fff;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}ul.footer-social-btn-wrapper{float:left;width:100%;text-align:right;margin:0;padding:22px 0 20px}ul.footer-social-btn-wrapper li{display:inline-block;padding:0 12px}ul.footer-social-btn-wrapper li:last-child{padding-right:0}ul.footer-social-btn-wrapper li a{display:inline-block;width:28px;height:28px;background-color:#e4e4e4;border-radius:50%;line-height:28px;text-align:center;color:#434957;position:relative;z-index:1}ul.footer-social-btn-wrapper li a:hover{color:#0d5cab;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}ul.footer-social-btn-wrapper li a:after{content:"";width:28px;height:28px;background-color:rgba(228,228,228,.5);border-radius:50%;display:inline-block;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);z-index:-1}ul.footer-social-btn-wrapper li a:before{content:"";width:28px;height:28px;background-color:rgba(228,228,228,.2);border-radius:50%;display:inline-block;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);z-index:-1}ul.footer-social-btn-wrapper li a:hover:after{-webkit-animation-name:example;-webkit-animation-duration:1.5s;animation-name:example;animation-duration:1.5s;animation-timing-function:ease-out}ul.footer-social-btn-wrapper li a:hover:before{-webkit-animation-name:before-ani;-webkit-animation-duration:1s;animation-name:before-ani;animation-duration:1s;animation-timing-function:ease-out}
.page-wrapper-medium {width: 100%; padding: 0 240px;}
.portal-submenu-inner>ul>li {display: block;}
.footer-container-wrapper .footer-wrapper-black {background: #000 !important;}
.page-wrapper, .inner-page-wrapper, .page-wrapper-medium {padding: 0 12.5%;}
@media (max-width: 1366px){
  .page-wrapper, .inner-page-wrapper, .page-wrapper-medium {
    padding: 0 8.78%;
  }
}

@media (max-width: 991px){
  .page-wrapper, .inner-page-wrapper, .page-wrapper-medium {
    padding: 0 20px;
  }
}
.inner-page-template .top-brand {background: #000;}

@media (max-width: 480px){
  .footer-nav li:first-child {padding-right: 0;}
  .footer-nav li {float: none;border: none;clear: both;width: 100%;padding-bottom: 15px;margin-bottom: 0;}
}
@media (max-width: 1440px) {
  .footer-nav li {padding: 0 6px;}
}
@media (max-width: 1170px) {
  .footer-nav {text-align: center;}
  .footer-nav li {float: none;padding: 0 15px;}
  .footer-wrapper-black .widget-span {float: left !important;clear: both;width: 100%;}
  .footer-wrapper-black .page-wrapper-medium {padding: 0 30px;}
  ul.footer-social-btn-wrapper {padding: 30px 0;text-align: center;}
  ul.footer-social-btn-wrapper li {float: none;}
}

@media (max-width: 1600px) {
  .footer-nav li.reduce-spacing-fr {padding:0 6px}
  .footer-nav li:last-child {padding-right:0}
}
*/
/*body iframe#portal-iframe {position: absolute !important;}  */


/*to fix old migrated pages*/
body.cloud-tiering-product-page p {font-size: 17px;line-height: 30px;float: left;width: 100%;clear: both;padding-bottom: 30px;}
body.cloud-tiering-product-page .custom-blogs-single-text-wrap p {line-height: 26px;color: #1e4a93;padding-bottom: 20px;font-weight: 500;}
body.cloud-tiering-product-page img {max-width: 100%;border: 0;-ms-interpolation-mode: bicubic;vertical-align: bottom;}
/*to fix old migrated pages*/


body.project-astra .header-container-wrapper {position: absolute !important;}
body.project-astra .header-container-wrapper.fixed .header-background-animation {transform: translate3d(0,-65%,0);}
a.animate-anchor{font-size: 18px;line-height: 22px;color: #3d84ff;font-weight: 700;background-image: url(https://525875.fs1.hubspotusercontent-na1.net/hubfs/525875/cvs-for-gc-blue-arrow-right.svg);background-position: right;background-repeat: no-repeat;padding-right: 20px;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;display: inline-block;text-decoration:none !important}
a.animate-anchor:hover{padding-right: 25px;}
a.animate-anchor.black{color: #000;background-image: url(https://525875.fs1.hubspotusercontent-na1.net/hubfs/525875/cvs-for-gc-black-arrow-right.svg)}
a.animate-anchor.white{color: #fff;background-image: url(https://525875.fs1.hubspotusercontent-na1.net/hubfs/525875/cvs-for-gc-white-arrow-right-1.svg)}
a.animate-anchor-after, .animate-anchor-after{font-size: 18px;line-height: 26px;color: #3d84ff;font-weight: 700;display: inline-block;text-decoration:none !important}
a.animate-anchor-after:after, .animate-anchor-after:after{background-image: url(https://525875.fs1.hubspotusercontent-na1.net/hubfs/525875/cvs-for-gc-blue-arrow-right.svg);background-position: right;background-repeat: no-repeat;content:'';display: inline-block;width: 12px;height: 10px;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;padding-right: 5px;}
a.animate-anchor-after:hover:after, .animate-anchor-after:hover:after{padding-right: 9px;}
.no-arrow-btn:before {display:none !important;}
.section-navigation-wrapper.fixed .HeroBanner a.watch-now-btn {padding: 3px 40px !important;margin-bottom: 4px;min-width: inherit;margin-right: 0 !important;}

.blue-btn-21{cursor: pointer;display: inline-block;font-weight: 600;text-align: center;text-decoration: none;font-family: proxima-nova, sans-serif;background-color: #3d84ff;color: #fff;transition: all .4s ease;-moz-transition: all .4s ease;webkit-transition: all .4s ease;-o-transition: all .4s ease;line-height: 32px;padding: 6px 20px;font-size: 16px;}
.blue-btn-21:hover {background: rgb(67,145,255);}

.arrow-btn-21{display: inline-block;font-weight: 600;text-decoration: none;font-family: proxima-nova, sans-serif;color: #000;transition: all .4s ease;-moz-transition: all .4s ease;webkit-transition: all .4s ease;-o-transition: all .4s ease;line-height: 32px;padding-right: 27px;font-size: 16px; background: url(https://cloud.netapp.com/hubfs/np_arrow.svg) no-repeat center right 5px;}
.arrow-btn-21:hover{background: url(https://cloud.netapp.com/hubfs/np_arrow.svg) no-repeat center right 0px;}

.white-arrow-btn-21{display: inline-block;font-weight: 600;text-decoration: none;font-family: proxima-nova, sans-serif;color: #fff;transition: all .4s ease;-moz-transition: all .4s ease;webkit-transition: all .4s ease;-o-transition: all .4s ease;line-height: 32px;padding-right: 27px;font-size: 16px; background: url(https://525875.fs1.hubspotusercontent-na1.net/hubfs/525875/np_arrow-white.svg) no-repeat center right 5px;}
.white-arrow-btn-21:hover{background: url(https://525875.fs1.hubspotusercontent-na1.net/hubfs/525875/np_arrow-white.svg) no-repeat center right 0px;}



/*Project Astra page*/
@media only screen and (min-width: 1441px) {
  .project-astra .coc--banner{background-position: -120px 30px!important}

}
/*Project Astra page END*/
/*
#header-main-inner .globe_class {background-image: url(https://525875.fs1.hubspotusercontent-na1.net/hubfs/525875/ic_language.svg);padding: 17px 17px 18px;background-size: 16px;background-position: center; border-radius: 0;}
#header-main-inner .hs_cos_wrapper_type_language_switcher, #header-main-inner .lang_switcher_class {display: block;}
#header-main-inner .lang_list_class:after, #header-main-inner .lang_list_class:before {display: none;}
#header-main-inner ul.lang_list_class {padding: 20px 0px 0px 0px;box-shadow: 4px 4px 24px 0 rgba(187, 187, 187, 0.5);border: solid 2px #ededed;background: #fff;top: 35px;min-width: 218px;left: 0px;-webkit-transform:none;transform:none;}
#header-main-inner .lang_list_class li, #header-main-inner .lang_list_class li:first-child, #header-main-inner .lang_list_class li:last-child {border: none;background: #fff;text-align: left;padding: 0;}
#header-main-inner .lang_list_class li a {padding: 12px 40px;display: block;font-size: 17px;}
#header-main-inner .lang_list_class li a:hover {background: #f2f2f2;color:#000}
#header-main-inner ul.lang_list_class:before {content: 'Language';display: block;border: none;position: relative;margin: 0;left: 0;width: 100%;height: auto;text-align: left;padding: 0 40px;color: #707070;letter-spacing: 1.54px;font-weight: 600;font-size: 11px;font-family: proxima-nova,sans-serif;text-transform: uppercase;}
#header-main-inner .lang_list_class li:first-child a:before {content: '';display: inline-block;position: absolute;left: 0;height: 100%;top: 0;width: 4px;background: #000;}
#header-main-inner .lang_list_class li:first-child a {font-weight: 700;}
.header-top-right .row-fluid {display: flex;flex-wrap: nowrap;justify-content: flex-end;align-items: center;align-content: flex-end;}
.header-top-right .row-fluid>div {width: auto;}
.header-top-right .span1 {min-width: 210px;}
*/
/*.language-switcher-area {position: absolute;right: 200px;top: 0;width: auto !important;}*/
/*
@media(min-width:768px) {
  iframe#portal-iframe+.header-container-wrapper .language-switcher-area {right: 411px;}
}
@media(max-width:767px) {
  .span1.widget-span.widget-type-custom_widget.language-switcher-area {position: absolute;right: 0;}
  #header-main-inner ul.lang_list_class {left: inherit;right: 0;}
}
*/
/** start new blog menu ***/
/*
.blog-submenu-large ul{list-style: none;}
.new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul:not(.all-menu-item){display:none;}
.new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item+div.blog-menu-list-mob+ul{display:block;}
.new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item{border-right: 1px solid #d7d7d7;padding-right: 32px;max-width: 21%;margin-right: 100px;margin-top: -70px;}
.new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large ul.portal-menu>li>.portal-submenu:before{margin-bottom: 20px;}
.new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item li {position: relative; margin-bottom: 5px;padding-right: 65px;}
.new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item li>span{background-color: transparent;padding-left:0px;padding-right:0px;font-weight: 700;}
.new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item li:not(:first-child)>span{display: inline-block;color: #000000;font-size: 16px;padding: 11px 0px;text-transform: capitalize;}
.new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item li.active:not(:first-child)>span:after{content: "\f105";font-size: 14px;font-family: FontAwesome;display: inline-block;position: absolute;padding-left: 20px;}
.new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item li:first-child{padding-top: 26px; margin-bottom: 25px; color: #b8b8b8;}
.new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item li:not(:first-child):hover{}
.new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item li.active:not(:first-child):before {content: '';width: 100%;height: 100%;position: absolute;left: -28px;background-color: rgb(61 132 255 / 17%);border-radius: 10px;}
.new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner .go-to-blog-strip .go-to-all-blog-cta{text-align: right;}
.new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner .go-to-blog-strip .go-to-all-blog-cta a{font-weight: 600;min-width: 140px;background-color: #000000;padding: 3px 10px;border-radius: 4px;}
.new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner .go-to-blog-strip .custom-blog-text{margin-left: calc(21% + 100px);text-align: left;}
.new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner .go-to-blog-strip .custom-blog-text p:not(:first-child){display:none;}
.new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner .go-to-blog-strip .custom-blog-text p{font-size: 16px;line-height: 26px;color: #000000;font-weight: 600;}
.new-cloud-sync-header-wrapper .main-menu-section  ul.portal-menu>li.blog-submenu-large>.portal-submenu ul:not(.all-menu-item) {max-width: calc(79% - 100px);padding-right:0px;padding-top: 20px;}
.new-cloud-sync-header-wrapper .main-menu-section  ul.portal-menu>li.blog-submenu-large>.portal-submenu ul:not(.all-menu-item)>ul {float: left;width: auto;display: inline-block;padding-right: 40px;padding-top: 0px;max-width: 33.33%;}
.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li.blog-submenu-large>.portal-submenu:before{margin-bottom: 20px;}
.blog-menu-list-mob{display:none;}
.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li.blog-submenu-large>.portal-submenu ul:not(.all-menu-item) li:not(:last-child){margin-bottom: 26px;}
.new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li.blog-submenu-large>.portal-submenu ul:not(.all-menu-item) li>a{font-weight: 500;color:#000000;}
@media (max-width: 1750px){
  .new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item{padding-right: 0px;}
}
@media (max-width: 1560px){
  .new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner .go-to-blog-strip .go-to-all-blog-cta,
  .new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner .go-to-blog-strip .custom-blog-text{padding-right:20px;}
  .new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item li{padding-right:45px;}
  .new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item li.active:not(:first-child):before{left: -15px;}  

  .new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item{margin-right: 40px;padding-right: 25px;}
  .new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner .go-to-blog-strip .custom-blog-text {margin-left: calc(21% + 40px);}
}
@media (max-width: 1350px){
  .new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item{max-width: 25%;}
  .new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner .go-to-blog-strip .custom-blog-text {margin-left: calc(25% + 40px);}
  .new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item li.active:not(:first-child)>span:after{padding-left:12px;}
}
@media (max-width: 1150px){
  .new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item{padding-right:0px;}
}
@media (max-width: 1024px){
  .new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner .go-to-blog-strip .custom-blog-text,
  .new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner>ul.all-menu-item{display:none;}
  .new-cloud-sync-header-wrapper .main-menu-section .blog-submenu-large .portal-submenu-inner .go-to-blog-strip .go-to-all-blog-cta{text-align: center;padding-right: 0px}
  .new-cloud-sync-header-wrapper .main-menu-section  ul.portal-menu>li.blog-submenu-large>.portal-submenu ul:not(.all-menu-item){display:block !important;}
  .new-cloud-sync-header-wrapper .main-menu-section ul.portal-menu>li.blog-submenu-large>.portal-submenu ul{width:100% !important;max-width:100% !important;}
  .blog-menu-list-mob{display:block;width: calc(100% + 40px);margin-left: -20px;margin-right: -20px;}
  .blog-menu-list-mob a{pointer-events: auto;background: rgb(61 132 255 / 17%);color: #000000;display: block;font-size: 15px;font-weight: 700;letter-spacing: 0;padding: 10px 20px;position: relative;text-decoration: none;text-transform: uppercase;}
}
*/
/** end new blog menu ***/