/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'custom/styles/default/hs_default_custom_style.css'                      */
/****************************************************************************/
/***************** Blog Filter ******************/

ol li::marker {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #34495e;
    font-size: 18px;
}
ol.blog-detail-lists {
    margin: 10px 0px !important;
    float: left;
    width: 100%;
    padding: 0px;
}
ol.blog-detail-lists li {
    padding: 0;
    color: #000;
    text-indent: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 18px;
    float: left;
    clear: both;
    margin-left: 22px;
}

.mix p {
font-size: 16px !important;
    font-weight: normal;
    text-align: left;
    padding: 0px 15px;
    line-height: 23px !important;
}
.address-blog-city {
    font-style:italic;
}
.boothno {
font-weight: bold !important;
    font-style: italic;
    padding: 10px;
    background: darkred;
    color: #ffffff !important;
    width: 110px !important;
    margin-left: 20px !important;
    border-radius: 4px;
    height: 27px;
    text-align: center !important;
    position: absolute;
    bottom: 10px;
}
.cd-gallery ul li img {
    padding:0px 10px;
}
.cd-gallery ul li {
    width: 30% !important;
    float: left;
    margin-right: 24px;
    background: #ffffff;
    height: 400px;
    position:relative;
}
.cd-gallery ul li.mix:before {
    display:none;
}
.cd-gallery ul {
    margin:0px;
    padding:0px !important;
}

@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
}

.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.cd-main-content.is-fixed .cd-filter {
  position: relative;
}

.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}

/* -------------------------------- 

xtab-filter 

-------------------------------- */
.cd-tab-filter-wrapper {
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
p.block-box-3-ecommerce-blg, p.block-box-4-ecommerce-blg {
    width:100%;
    display:block;
}
p.block-box-3-ecommerce-blg img {
    float:left;
    width:33%;
}
p.block-box-4-ecommerce-blg img {
    float:left;
    width:24%;
}
p.block-box-2-2-blg img {
    float:left;
    width:50%;
}
.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #41307c;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: #41307c;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3rem;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #41307c;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #41307c;
    /* create border bottom using box-shadow property */
    box-shadow: inset 0 -2px 0 #41307c;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */

.cd-gallery li {
  margin-bottom: 1.6em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  display: none;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}


.two-block-blg {
    float:left;
    width:100%;
}
.two-block-blg p {
    float:left;
    width: 70% !important;
}
.two-block-blg img {
    float:right;
    width: 25% !important;
    margin-top: 20px;
} 

@media only screen and (min-width: 768px) {
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 48%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1170px) {

  .cd-gallery li {
    width: 23%;
  }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 100%;
  }
}

/* -------------------------------- 

xfilter 

-------------------------------- */



.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 40%;
    margin:0 auto;
  }
}

.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #41307c;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
  color: #41307c;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #41307c;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Blogs/Navigating%20FSTEC%202019%20-%20Exhibitor%20Guide%20by%20Solution%20Category/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
    cursor: pointer;
    font-size: 1.4rem;
    padding: 0px 10px;
    height: 50px;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-check.svg") no-repeat center center;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #41307c;
  background-color: #41307c;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}



/***************** End Blog Filter ******************/

/*@import url('https://fonts.googleapis.com/css?family=Exo:100,300,700');*/
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,600');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
.hs_cos_wrapper_type_rich_text ul ol li:before {
    content:"\f1ce";
    font-size: 12px;
}
p.logo_text_adjust_sal {
    background: #ffffff;
    padding: 20px;
    border: 1px solid #eeeeee;
}
.logo_text_adjust_sal img {
    width:25%;
    float:left;
    margin-right:20px;
}
.logo_text_adjust_sal.adjust-margin_sal img {
    margin-top:25px;
}
.logo_text_adjust_sal span {
    width: 70%;
    display: block;
    float: right;
}
.short-p-ebook {
    width:60%;
    margin:0 auto;
}

.home-insights-card p {
    min-height: 70px;
} 
p.pov-short-desc {
    font-size: 24px; font-weight: normal; margin-bottom: 20px; margin-top: 0px; padding: 0px 100px;
}
.pov-short-desc-box {
    font-size: 20px; font-weight: normal; margin-bottom: 20px; margin-top: 0px; padding: 0px 10px;
}
p.pov-short-desc-ebook {
    font-size: 20px; font-weight: normal; margin-bottom: 10px; margin-top: 0px; padding: 0px 100px;
}

/** All Icons **/
.social-share-icn-rplce .cell-wrapper .hs_cos_wrapper a:first-child {
    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Icons/linkedin-share-btn.png");
    background-repeat: no-repeat;
    background-size: 68px;
    width: 70px !important;
    float: left;
}
.social-share-icn-rplce .cell-wrapper .hs_cos_wrapper a:last-child {
    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Icons/twitter-share-btn.png");
    background-repeat: no-repeat;
    background-size: 68px;
    width: 70px !important;
    float:left;
}
.social-share-icn-rplce {
    margin-left: -35px !important;
    margin-top: 1px;
}
.social-share-icn-rplce .cell-wrapper .hs_cos_wrapper a img {
    visibility: hidden !important;
}
.top-golf-form .cell-wrapper form fieldset div.hs_are_you_a_>label {
    display:none !important;
}
.top-golf-form .cell-wrapper form fieldset div.hs_are_you_a_ div.input ul li label input[type="radio"] {
    height: auto;
    margin-bottom: 10px;
    margin-right: 20px;
}


/**ebook PoV Style **/
.covid-3column-box span.covid-3-int {
    width: 32%;
    display: inline-block;
    text-align: center;
    line-height: normal;
    padding: 20px 20px;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 0px 1px 1px #dddddd;
    margin-right:7px;
}
.incisiv-blog-keep-reading {
    display:block;
    margin-top:20px;
    float:left;
    width:100%;
}
.incisiv-blog-keep-reading h3 {
    text-align:center;
    display:block;
}
.incisiv-blog-keep-reading div {
    float:left;
    width:49%;
    margin-right:2%;
    margin-bottom:20px;
    padding:20px;
    background:#ffffff;
    box-shadow: 1px 1px 1px 2px #eeeeee;
}
.incisiv-blog-keep-reading div span {
    display: block;
    text-align: left;
    margin: 0px;
    font-size: .9em;
    margin-bottom: 10px;
}
.incisiv-blog-keep-reading div h3 a, .incisiv-blog-keep-reading div h3 a:hover {
    color:#111111;
    text-decoration:none;
    background:none;
    padding:0px;
    width:100%;
}
.incisiv-blog-keep-reading div h3 {
    margin: 0px;
    text-align: left;
    font-size: 1.2em;
    height: 130px;
    line-height: normal;
}
.incisiv-blog-keep-reading div a.read-more-link, .incisiv-blog-keep-reading div a.read-more-link:hover {
    color: #ffffff;
    text-decoration: none;
    font-size: .8em;
    font-weight: bold;
    background: #007ab9;
    display: block;
    float: left;
    padding: 5px;
    width: 32%;
    text-align: center;
    border-radius: 100px;
}
.incisiv-blog-keep-reading div:last-child {
    margin-right:0px;
}
.covid-3column-box span.covid-3-int img {
    height: 50px;
    width: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.covid-3column-box span.covid-3-int span {
    clear: both;
    display: block;
}
.incisiv-custom-content-styling-text p img+span {
  font-size:16px;
  text-align:Center;
  font-style:italic;
}
.blog-term-table {
    background: #ffffff;
    display: block;
    float: left;
    width: 100%;
    padding: 20px 30px;
    border-radius: 2px;
    box-shadow: 0px 0px 6px 2px #dddddd;
}
.btn-readmore {
		display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: #007ab9;
    color: #fff;
    text-shadow: none;
    line-height: 1.2em;
    padding: 10px 16px;
    border-radius: 2px;
    font-size: 16px;
    margin-top: 15px;
    border: 0px;
}
.btn-readmore:hover {
		color:#ffffff !important;
}
.webinar-text-styling {
    font-size:22px;
    color:#000000;
    padding:0px 20px;
}
.webinar-text-styling p {
    margin-bottom:20px;
}
.webinar-text-styling ul {
    padding-left: 24px;
}
.webinar-text-styling ul li {
    margin: 0px;
    margin-bottom: 10px;
}
.webinar-text-styling ul li:before {
    margin-left: -24px;
}
.twitter-icon-blog img {
    width: 30px !important;
    height: auto;
}
img.thumb-author-blog {
   width:30px;
   margin-right: 5px;
}
span.des-author-blog {
    display:block;
    font-size:14px;
}
.twitter-icon-blog {
    display:block;
    clear:both;
    margin-top:5px;
}
.blog-legends-authors.adjust-fireside-members {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    float: left;
    margin-top: -10px;
    width: 100%;
} 
.blog-legends-authors.adjust-fireside-members .sub-con-legends{
        width: 240px;
}
.blog-legends-authors {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
} 
.blog-legends-authors .sub-con-legends {
    margin-right: 20px;
    display: inline-block;
    color: #000;
    text-align: center;
    width: 180px;
    vertical-align: top;
}
.hp-incisiv-blogs {
    background: url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Blogs/HP%20blogs/CTA_bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    width: 100%;
    padding: 20px;
    display: block;
    float: left;
    text-align: center;
    line-height: normal;
}
.hp-incisiv-blogs p {
    font-size: 1.2em !important;
    color: #fff !important;
    margin: 0px !important;
}
.hp-incisiv-blogs p a {
    font-size: 1.6em !important;
    color: #f1c232 !important;
    text-decoration: none;
    line-height: normal !important;
    margin-top:10px !important;
    font-weight:bold !important;
    display:block !important;
}
.blog-legends-authors .sub-con-legends:last-child {
    margin-right:0px;
}
.blog-legends-authors .sub-con-legends img {
    width: 80px;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.chef-wayfarer img {
    border-radius: 50%;
    border: 1px solid #dddddd !important;
}

.wi940lr {
    margin:0 auto;
    width:800px !important;
}
.card-items {
    height:450px !important;
}
/*Modern Retail Workforce Landing Page*/
.mrw-form-custom form .hs_modern_retail_workforce_options div.input ul li label input {
    width: auto;
    height: auto;
    margin-right: 15px;
}
.mrw-form-custom form .hs_modern_retail_workforce_options div.input ul li {
    margin-bottom:10px;
}
.mrw-form-custom form .hs_modern_retail_workforce_options div.input ul li:last-child {
    margin-bottom:0px;
}

.blue-line-heading {
    width: 12%;
    display: block;
    height: 4px;
    background: #12afaf;
    margin: 0 auto;
}
.para-style-left {
    font-size:22px;
    color:#000000;
    text-align:left;
    margin:0px;
}
.para-style-center {
    font-size:22px;
    text-align:center;
    color:#000000;
    margin:0px;
}
.para-style-other {
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    padding: 0px 120px;
}
.five-style {
    text-align:center;
    font-size:20px;
    color:#000000;
    margin-bottom: 30px;
}
.five-style img {
    width:25%;
}
ul.mrw-five-style li span {
    display: block;
    float: left;
    width: 90%;
    vertical-align: middle;
}
ul.mrw-five-style {
    margin: 0px;
    text-align: left;
    color: #000000;
    font-size: 20px;
    margin-top: 40px;
    padding: 0px;
}
ul.mrw-five-style li:before {
    display:none !important;
}
ul.mrw-five-style li {
    margin-bottom: 30px;
    display: block;
    float: left;
    width: 100%;
    line-height: normal;
}
ul.mrw-five-style li:last-child {
    margin-bottom:0px;
}
ul.mrw-five-style li img {
    width: 4%;
    display: block;
    float: left;
    margin-right: 15px;
}




/** Top Golf Splash Page **/
.top-golf-featured {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Top%20Golf%20Splash%20Page/top-golf-bg.jpg") !important;
    background:color:#000000 !important;
}
.top-golf-featured-sponsor {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Top%20Golf%20Splash%20Page/top-golf-splash-sponsors-bg.png") !important;
    background:color:#000000 !important;
}
.shoptalk-featured-sponsor {
    background-image: url("https://www.incisiv.io/hubfs/Events/UnConference%20Shoptalk%202019/bg.png") !important;
    background:color:#000000 !important;
}




/** Los Angeles Invite **/
.sfo-invite-featured {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/sfo-bg.png") !important;
    background:color:#000000 !important;
}
.la-invite-featured {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/LA-bg.png") !important;
    background:color:#000000 !important;
}
.bn-invite-featured {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg-bentonville.png") !important;
    background:color:#000000 !important;
    background-position:top center !important; 
}
.bg-webinar-microsoft-avanade {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/webinar-microsoft-avanade-bg.jpg") !important;
    background:color:#000000 !important;
    background-position:top center !important; 
}
.bg-webinar-radial {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Events/Radial%20webinar/bg-radial.png") !important;
    background:color:#000000 !important;
    background-position:top center !important; 
}
.nobs-1 img, .nobs-2 img {
    width:60%;
}
.incisiv-custom-sidebar-contact-form label+legend {
    color:#666666;
    font-size:14px;
}
.incisiv-custom-sidebar-contact-form .hs_mobilephone label+legend {
    visibility:hidden;
}
.ebook-2-pov-invite-featured {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/featured-ebook-cover-bg-2.png") !important;
    background:color:#000000 !important;
    background-position:center center !important; 
}
.ebook-2019-jda-cxo {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/ebook/2019%20Retail%20CXO%20Viewpoint/jda_cxo_bg.png") !important;
    background:color:#000000 !important;
    background-position:center center !important; 
}
.ebook-online-ordering-grocery h1 {
    margin-bottom:0px !important;
    line-height:normal; 
}
.att-para {
    font-size:18px;
    margin-top:0px;
    margin-bottom:30px;
}
.big-num {
    font-size: 42px;
    font-weight: bold;
    text-align: Center;
    color: #fff;
    margin-bottom: 0px;
}
.adjust_width-att-pov {
    width:70% !important;
    margin:0 auto;
}
.att-chapters {
    color:#999999;
    font-size:14px;
    font-weight:normal;
}
.big-num-txt {
    font-size: 24px;
    font-weight: bold;
    color: #970f52;
    margin-bottom: 20px;
    line-height: normal;
}
.att-para2 {
    font-weight:normal;
    color:#333333;
    font-size:18px;
}
.adjust_width-att-pov .span4 {
    padding: 0px 30px !important;
}
.second-title {
    font-size:2.8em;
}
.ebook-online-ordering-grocery {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/ebook/Online%20Ordering%20in%20Grocery/bg_hero.png") !important;
    background:color:#000000 !important;
    background-position:center center !important; 
}
.ebook-nobs-pov-invite-featured {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/ebook/The%20No%20BS%20Retail%20Outlook%202019/bg.png") !important;
    background:color:#000000 !important;
    background-position:center center !important; 
}
.ebook-4-pov-invite-featured {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/ebook/Optimizing%20Store%20Operations%20in%20the%20Age%20of%20Digital%20Transformation/bg.png") !important;
    background:color:#000000 !important;
    background-position:center center !important; 
}
.ebook-3-pov-invite-featured {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/ebook/Future%20of%20Stores/featured-future-of-stores.jpg") !important;
    background:color:#000000 !important;
    background-position:center center !important; 
}
.ebook-5-pov-invite-featured {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/ebook/Optimizing%20Store%20Operations%20in%20the%20Age%20of%20Digital%20Transformation/bg.png") !important;
    background:color:#000000 !important;
    background-position:center center !important; 
}
.ebook-6-pov-invite-featured {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/ebook/Digital%20Dining%20-%20The%20Race%20to%20Meet%20Guest%20Expectations/head_bg.png") !important;
    background:color:#000000 !important;
    background-position:center center !important; 
}
.modern-retail-workforce-header {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/mrw-bg.png") !important;
    background-color:#000000 !important;
    background-position:top center !important; 
    background-size:cover;
}
.modern-enterprise-network-header {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/menetwork.png") !important;
    background-color:#000000 !important;
    background-position:top center !important; 
    background-size:cover;
}
.topic-flight-featured {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/topic-flight-featured.png") !important;
    background-color:#000000 !important;
    background-position:top center !important; 
    background-size:cover;
}
.patina-restaurant-block {
    padding-left:6%;
    padding-right:6%;
}
.the-speakers-la-1.the-speakers-la {
    background:none;
    color:#000000;
}
.the-speakers-la {
    text-align: center;
    color: #ffffff;
    background:#111111;
}
.the-speakers-la img {
    width:200px;
    margin-bottom:20px;
}
.the-speakers-la h4 {
    margin:0px;
    font-size:20px;
    font-weight:normal;
}
.the-speakers-la p {
    padding:0px;
    font-size:20px;
}
.hosted-by-invite img {
    display: inline-block !important;
    -webkit-filter: none !important;
    filter: none !important;
    width: 300px !important;
}
.hosted-by-invite {
    margin-left: 100px;
    text-align:center !important;
}
.hosted-by-invite:first-child {
    margin-left: 0px;
}
.hosted-by-invite h4 {
    margin-bottom:20px;
}

/*Big Show NRF*/
/*.copyright-footer-bigshow .back-to-top {
    display:block;
}*/
.nrf-supercharger {
    padding: 120PX 60px 50px 60px;
    background: #3a4364;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.nrf-supercharger.blog-no-sidebar-heading {
    width:800px;
}
.kick-off-dinner-nrf {
        background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/MD-W-19.jpg") !important;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
    text-align:center;
    color:#ffffff;
}
.bigshow-banner-nrf {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/nrf-bigshow-bg.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    text-align:center;
    color:#ffffff;
}
.nrf-bigshow-style p:first-child {
    margin-top:0px;
}
.infographic-big-show {
    width: 1000px !important;
    margin: 0 auto;
}
.nrf-bigshow-style p {
    font-size: 20px;
    color: #333333;
    width: 1000px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.nrf-bigshow-style ul {
    padding-left: 25px;
    width: 1000px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.nrf-bigshow-style ul li:before {
    font-size:18px;
    margin-left: -25px;
}
.nrf-bigshow-style a {
    color:#007ab9;
}
.nrf-bigshow-style ul li {
    font-size:20px;
    color:#333333;
    margin-bottom:20px;
}
.bs-style a.cta_button  {
    width:92%;
}
.bs-box ul li a, .bs-free-consultation p a {
    color:#007ab9;
}
.bs-other-content {
    color:#000000;
    margin:0px;
}
.bs-other-content ul {
    margin:0px;
    padding:0px; 
}
.bs-other-content ul li {
    padding: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}
.bs-other-content ul li:last-child {
    margin:0px;
    border:0px;
    padding-bottom: 3px;
}
.bs-other-content ul li:before {
    font-size:15px;
}
.bs-soc-cal-container {
    margin: 0px;
    color: #000000;
}
.bs-soc-cal ul {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    font-size: 16px;
}
.bs-soc-cal p {
    margin: 0px;
    padding: 0px;
}
.bs-soc-cal ul li:before {
    font-size: 15px;
}
.bs-soc-cal {
    color: #000000;
    font-size: 20px;
    margin-bottom: -1px;
    display: inline-block;
    width: 50%;
    border: 1px solid #dddddd;
    padding: 20px;
    margin-right: -1px;
    float: left;
    background: #f7f7f7;
}

.bs-free-consultation {
    color:#000000;
    font-size:20px;
    margin:0px;
    padding:0px;
}
.bs-free-consultation a.bs-cons-btn {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: rgb(0,122,185);
    color: rgb(255, 255, 255);
    border-radius: 6px;
    border-width: 0px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5em;
    padding: 6px 18px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: #007ab9;
    color: #fff;
    border: 2px solid #003d5c;
    text-shadow: 0 -1px #002437;
    line-height: 1.5em;
    padding: 10px 20px;
    border: 0;
    border-radius: 2px;
    text-shadow: 0;
    box-shadow: 0;
    text-shadow: none;
    font-size: 18px;
    width:100%;
}
.bs-box iframe {
    border:0px;
}
.bs-box {
    z-index: 9;
    position: relative;
    background: #fff;
    padding: 0;
    border: 0;
    box-shadow: 0 1px 2px #ccc;
    padding: 20px;
    margin-bottom:20px;
}
.bs-style {
    color:#000000;
}
.bs-style h2 {
    font-size: 36px;
    margin-bottom: 40px;
    border-bottom: 8px solid #000000;
    padding-bottom: 30px;
    line-height: normal;
}
.bs-style p {
    font-size:20px;
    margin-bottom:20px;
    margin-top:0px;
    padding:0px;
}
.bs-soc-cal p span {
    float: right;
    margin-top: -10px;
    font-size: 14px;
}
.bs-style ul {
    margin: 0px;
    margin-bottom: 172px;
    margin-top: 25px;
    display: block;
    padding: 0;
}
.bs-style ul li {
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px;
    display: block;
    clear: both;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}
.bs-style ul li:before {
    display:none !important;
    border:0px;
}
.bs-style ul li strong {
    float: left;
    display: block;
    height: 40px;
    margin-right: 12px;
    font-weight:bold;
}

/*UnConference Key Takeaways Brief*/
.mob-title .cell-wrapper span.hs_cos_wrapper h1 {
        font-size:30px !important;
    }
.Unconference-featured-header {
    margin:0px;
    background-image: url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/featured-nyc-unconference-bg.jpg?t=1504942713263);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    color:#ffffff;
}
.unconference-text-p, .unconference-section2 {
    width:975px !important;
}
.unconference-box {
    padding: 30px;
    color: #000;
    z-index: 9;
    position: relative;
    background: #fff;
    border: 0;
    box-shadow: 0 1px 2px #ccc;
}
.unconference-box-img img {
    padding: 0px;
    color: #000;
    z-index: 9;
    position: relative;
    background: #fff;
    border: 0;
    box-shadow: 0 1px 2px #ccc;
    border-radius: 10px;
}

.unconference-box h4 {
    font-weight:normal;
}
.unconference-box p {
    font-size:20px;
}
.unconference-text-p p {
    font-size:20px;
    padding:0px;
    color:#333333;
}
.section-header-unconference {
    color:#000000;
}

/*Password Protected Page*/
.custom_error_message h1 {
    color:#000000;
}
.custom_error_message p {
    color: #000000;
    margin-top: 20px;
}
.custom_error_message form input[type="password"] {
    margin-top: 0px !important;
    border-radius: 2px;
    padding: 10px;
    color: #000000;
    margin-bottom: 20px;
}
.custom_error_message form input[type="submit"], .custom_error_message form input[type="submit"]:hover {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: #007ab9;
    color: #fff;
    border: 2px solid #003d5c;
    text-shadow: 0 -1px #002437;
    line-height: 1.5em;
    padding: 8px 20px;
    border: 0;
    border-radius: 2px;
    text-shadow: 0;
    box-shadow: 0;
    text-shadow: none;
    font-size: 18px;
}

Body.under-maintenance-page .header-container, Body.under-maintenance-page {
    border:0px !important;
    background:#000000;
    color:#ffffff;
}
.custom-leadership-team-card
{
    margin-bottom:20px;
}
.custom-offering-icon
{
    text-align:center; 
}
.custom-offering-icon img
{
    width:60px !important;
    margin-bottom: 15px;
}
.micro-pilot-nav
{
    margin-top:20px;
    clear:both;
}
.back-to-top a
{
    color:#ffffff;
}
.container-fluid .row-fluid .back-to-top
{
    background: #007ab9;
    z-index:999999;
}
.micro-pilot-nav a, .micro-pilot-nav a:hover 
{
    float: left;
    text-decoration: none !important;
    background: #fff;
    color: #000 !important;
    padding: 8px 15px;
    margin-right: 10px;
    border-radius: 50px
}
.micro-pilot-nav a:last-child
{
    margin-right:0px;
}
.incisiv-logo div.cell-wrapper .hs_cos_wrapper_type_logo a img
{
    width: 160px !important;
    border-width: 0px;
    border: 0px;
    margin: 0px;
    margin-top:3px; 
}
.small-header .header-container .hs_cos_wrapper_type_logo a img
{
    max-width: 56px !important;
}
.video-hero 
{
    height: 74vh;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: right;
    background: #0d0e35;
}
.home-hero-learnmore 
{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    top: 420px;
    text-align: center;
}
.home-services-replacement{
    width: 125px !important;
    text-align: center;
    border: 1px solid #f1f1f1;
    padding: 10px 10px 0px 10px;
    height: 130px;
    font-size: 14px;
    margin-top: -60px;
    z-index: 99;
    position: relative;
    background: #ffffff;
    margin-left: 10px !important;
}
.incisiv-services 
{
    margin-top:-130px !important;
}
.container-fluid .row-fluid .page-center.incisiv-services
{
    max-width:1100px;
    padding-bottom:0px;
    margin-bottom:0px;
}
.incisiv-custom-background-grey 
{
    background:#f9f9f9;
}
.incisiv-custom-header
{
    margin-top:0px;
    padding:0px;
}
.incisiv-custom-page-center 
{
    padding:0px 40px;
}
.incisiv-custom-card 
{
    width:17.94% !important;
}
.incisiv-custom-card-title 
{
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 50px;
}
.incisiv-custom-card-title.title-bottom-margin {
    margin-bottom: 24px;
}
.incisiv-custom-card-title-industries 
{
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom:30px;
}
.incisiv-custom-card-title-team 
{
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 10px;
}
.incisiv-custom-aboutus
{
    font-size:1.2rem;
    font-family:'Opensans', Sans-serif;
}
.incisiv-custom-leader-team
{
    margin-bottom:50px !important;
}

.incisiv-designation
{
    font-size:1.0rem;
}
img.us-flag {
    margin-top: -4px;
    margin-right: 5px;
}
.incisiv-custom-footer
{
    background: #2b1423 !important;
    color: #ffffff !important;
}
.incisiv-custom-footer-subscription 
{
    background: #401b31 !important;
    padding: 30px 40px !important;
    width:88% !important;
}
.incisiv-custom-footer-subscription .layout-widget-wrapper form div.input input
{
    border:0px !important;
    border-radius:0px !important;
    margin:0px;
    text-align:left !important;
}
.incisiv-custom-footer-subscription .layout-widget-wrapper form div.actions input
{
    border-radius:50px !important;
    text-align:left !important;
    border: 0px !important;
    margin: 0px;
}
.incisiv-custom-footer-subscription .layout-widget-wrapper form .actions input[type="submit"]
{
    border: 0 !important;
    padding: 8px 20px;
    margin-left: 15px;
    background: #a65a8b;
    color: #fff;
}
.incisiv-footer-social-links a
{
    font-size: 12px !important;
}
.incisiv-footer-footnav
{
    color:#ffffff;
    margin-top: 12px;
}
.incisiv-footer-footnav ul
{
    margin:0px;
    padding:0px;
}
.incisiv-footer-footnav ul li
{
    list-style:none;
    margin:0px;
}
.incisiv-footer-footnav ul li a
{
    color: #fff !important;
    margin-bottom: 24px !important;
    float: left;
    width: 100%;
    font-size:18px;
}
.incisiv-footer-footnav ul li:before
{
    content:none !important;
}
.incisiv-custom-content-styling
{
    width: 70%;
    margin: 0 auto;
}
.download-sample-pdf, .download-sample-pdf:hover
{
    background:#a65a8b;
    padding:20px 40px;
    font-size:1.2rem;
    font-weight:normal;
    color:#ffffff;
}
.custom-menu-primary ul li.active
{
    background:#a65a8b;
}
.custom-menu-primary ul li ul li.hs-menu-item a:hover, .custom-menu-primary ul li ul li.hs-menu-item a:focus
{
    background: #a65a8b !important;
    color:#ffffff !important;
}
a, a:focus
{
    -webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;transition:all .1s ease-in-out !important;
}
.team-member-headshot img
{
    border-radius:0px !important;
    border:5px solid #ffffff !important;
    box-shadow: 1px 1px 1px #ccc;
}
.incisiv-custom-offerings-listing
{
    margin-bottom:40px;
}
.box-blog-1 img {
    width:45px;
}
.box-blog-1:nth-child(2n) {
    margin-right:0px;
}
.box-blog-1 { 
    float: left;
    display: block;
    width: 49%;
    margin-right: 2%;
    padding: 20px;
    background: #ffffff;
    height: 220px;
    margin-bottom: 14px;
}
.box-blog-1 h5 {
    color: #000000;
    font-size: .8em;
}
.box-blog-1 span {
    font-size: 17px;
    color: #000000;
}
.incisiv-custom-offerings-listing span.text-center  
{
    vertical-align: bottom !important;
    margin: 0;
    padding: 0;
    line-height:normal;   
}
.incisiv-custom-content-styling-text
{
    font-size:1.2rem;
    margin: 0 auto;
    margin-top:10px;
}
.incisiv-custom-content-styling-text h4 {
    font-size: 1em;
    font-weight: bold;
    line-height: 30px;
    float: left;
    margin-top: 20px;
    width: 100%;
    color: #000000;
}
.incisiv-custom-three-box 
{
    padding: 30px;
    margin-top: 15px;
    border: 5px solid #f9f9f9;
    min-height: 500px !important;
}
.incisiv-custom-three-box-about
{
    padding: 30px;
    margin-top: 15px;
    border: 5px solid #f9f9f9;
    min-height: 270px !important;
    margin-top:30px;
}
.incisiv-custom-three-box-about h3
{
    line-height:normal;
    margin:0px;
}
.incisiv-custom-four-box
{
    margin-bottom:60px !important;
}
.incisiv-custom-offering-cards-detail-page a
{
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 10px !important;
    float: left;
    line-height: normal;
}
.incisiv-custom-background-black
{
    background:black !important;
    color:#ffffff !important;
}
.incisiv-custom-page-center-bc
{
    padding:0px 0px;
}
.incisiv-custom-industries-cards-bc
{
    background:#000000 url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/TS.png) center center no-repeat;
    padding:0px;
    background-size:100%;
    width:100%;
}
.incisiv-custom-industries-cards-bc-2
{
    background:#000000 url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/23183386_MTA-2.jpg) center center no-repeat;
    padding:0px;
    background-size:100%;
    width:100%;
}
.incisiv-custom-industries-cards-bc-3
{
    background:#000000 url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/pricing%20an%20overview-1.jpg) center center no-repeat;
    padding:0px;
    background-size:100%;
    width:100%;
}
.incisiv-custom-page-center-bc .row-fluid .span4
{
    margin:0px !important;
    width:33.33%;
}
/*.incisiv-custom-paddingtb
{
    padding-top:0px;
    padding-bottom:0px;
}
*/
.incisiv-custom-industries-cards-overlay
{
    background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.14) 14%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(14%, rgba(0,0,0,0.14)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.14) 14%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.14) 14%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.14) 14%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.14) 14%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    padding: 10px 20px 10px 20px;
    color: #fff !important;
    padding-top: 100px;
    border: 5px solid #fff !important;
    box-shadow: 1px 1px 1px #ccc;
}
.incisiv-custom-industries-cards-overlay .incisiv-custom-card-title a
{
    color:#ffffff !important;
}
/*.custom-menu-primary ul li:last-child {
    position:relative; 
    padding-left: 20px;
}
.custom-menu-primary ul li:last-child a:before
{
    background-image: url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/ios9.png);
    background-position: 0px 0px;
    font-size: 16px;
    position: absolute;
    content: ".";
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 22px;
    margin-left: -30px;
    color: #ffffff;
    text-indent: 999999999999px;
}*/
.row-number-83 .incisiv-custom-offerings-link
{
    margin-bottom:0px;
}
.incisiv-custom-offerings-link
{
    margin-bottom:50px;
    font-weight:normal;
}
.incisiv-custom-anchor-link
{
    font-size: 16px;
/*    color: #cd607f;*/
    color:#000000;
    width: 100%;
    float: left;
    display: block;
    text-align:center;
}
a.incisiv-custom-anchor-link:hover
{
    color:#2b1423;
}

.incisiv-custom-industries-section
{
    padding-top:0px !important;
}
.incisiv-custom-four-box .layout-widget-wrapper h1
{
    color: #000;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
a.incisiv-custom-micro-pilot-btn, a.incisiv-custom-micro-pilot-btn:hover
{
    padding: 7px 20px;
    background: #a65a8b;
    color: #fff;
    border-radius: 50px;
    margin-top: 7px;
    float: right;
    text-align: center;
    line-height: normal;
    font-size: 14px;
}
.custom-menu-primary .hs-menu-wrapper>ul
{
    padding-top: 4px !important;
}
.container-fluid .row-fluid .page-center
{
    max-width:1200px !important;
}
.incisiv-custom-blog-button
{
    margin-top:10px;
}
a.incisiv-custom-anchor-link-inactive
{
    color:#666666;
    pointer-events: none;
    cursor: default;
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}
a.incisiv-custom-anchor-link-inactive:before
{
    content:"\00a0 \00a0 \00a0 ";
}
a.incisiv-custom-anchor-link:before
{
    content:"> ";
}
.incisiv-custom-more-industries-listing
{
    width:17.90% !important;
}
.incisiv-custom-heading-black
{
    color:#000000;
}
.incisiv-custom-more-business-function-listing
{
    width:14.49% !important;
}
.incisiv-custom-more-industries-listing h3, .incisiv-custom-more-business-function-listing h3
{
    margin-top: 20px !important;
    line-height: normal;
    font-weight:normal;
    font-size:18px;
}
.incisiv-custom-more-business-functions-padding20b
{
    padding-bottom:40px !important;
}
.incisiv-custom-breadcrumb ul.hs-breadcrumb-menu
{
    font-size:13px;
}
.small-header .header-container
{
    padding:10px 0px !important;
}
.small-header .header-container .hs_cos_wrapper_type_logo a img
{
    max-width: 71px !important;
}
.small-header .custom-menu-primary .hs-menu-wrapper>ul
{
    padding-top:14px !important;
}
.incisiv-custom-cta-blog-contact
{
    float:right;
}
.incisiv-custom-cta-blog-contact a
{
    color: #fff;
    font-size: 14px;
    background: #a65a8b;
    padding: 10px 7px;
    border-radius:50px;
}
.incisiv-custom-cta-blog-contact a:hover
{
    color:#ffffff !important;
}
.incisiv-custom-cta-blog-contact
{
    padding-top:26px; 
}
.custom-menu-primary ul.active-branch li.active
{
    background:none !important;
}

.incisiv-offering-box-cta-email-call
{
    margin-top:0px;
}
.incisiv-offering-box-cta-email-call a, .incisiv-offering-box-cta-email-call a:hover
{
    padding: 6px 18px;
    background: #fff;
    width: 100%;
    float: left;
    text-align: center;
    border: 1px solid #cd607f;
    color: #cd607f;
    font-weight: bold;
    border-radius:50px;
}
.incisiv-custom-more-offerings-list a
{
    margin-bottom:20px;
}
.incisiv-custom-call-to-action-module img
{
    margin-bottom:0px !important;
}
.incisiv-custom-sidebar-contact-form .hs-error-msgs label
{
    color:red !important;
}
.incisiv-custom-sidebar-contact-form ul.hs-error-msgs
{
    margin-top:0px;
}
.incisiv-custom-pricing-analytics-section
{
    margin-bottom: 40px !important;
}
.incisiv-custom-spend-analytics-section
{
    margin-bottom: 40px !important;
}
/*.incisiv-custom-block-design-offerings .incisiv-custom-offerings-link .cell-wrapper span .incisiv-custom-offerings-link-inline
{
    display:table;
    width: 100%;
    padding: 5px 15px;
    height: 60px;
    border: 2px dashed #ffc4d5;
}
*/
.incisiv-custom-block-design-offerings .incisiv-custom-offerings-link .cell-wrapper span .incisiv-custom-offerings-link-inline a.incisiv-custom-anchor-link-inactive:before
{
    content:"" !important;
}
/*.incisiv-custom-block-design-offerings .incisiv-custom-offerings-link span .incisiv-custom-offerings-link-inline a.incisiv-custom-anchor-link, .incisiv-custom-block-design-offerings .incisiv-custom-offerings-link span .incisiv-custom-offerings-link-inline a.incisiv-custom-anchor-link-inactive
{
    vertical-align: middle;
    display: table-cell;
    float:none;
    font-size:18px;
    font-weight:bold;
}
*/

/*Monzilla only browser css goes here*/

@-moz-document url-prefix() { 
  .featured-home-card {
    margin-top: -82px;
}
}

/*Home Page Single Parallex*/
.home-single-services .home-services
{
    margin-top:20px;
}
.home-single-page-about
{
    margin-top:40px;
    padding: 0px 10px;
}
.home-single-page-about h3
{
    font-size:20px !important;
}
.home-single-page-about .incisiv-custom-content-styling-text
{
    font-size:16px !important;
}
.grey-background-section
{
    background:#f9f9f9;
}



/*Phase - 1 Incisiv*/

.body-container-wrapper {
    padding-top: 0px !important;
}
a {
    cursor:pointer;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color:#000000;
}


/*Sidebar Subscribe to email update*/
.incisiv-custom-call-to-action-module {
    padding:0px;
    color:#333333;
}


/*Buttons & CTAs*/
.hs_submit .actions input[type="submit"]
{
    border: 0 !important;
    cursor:pointer;
    background: #007ab9;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: none;
    font-family:'Opensans', Sans-serif;
}
.incisiv-custom-sidebar-contact-form .layout-widget-wrapper form .actions input[type="submit"]
{
    border: 0 !important;
    background: #007ab9;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
}
.contact-action {
    background: #000 url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/contact-bg.png?t=1491277752670) no-repeat top center;
    background-size: 100%;
}
.contact-action p {
    margin:0px !important; 
}


/*Contact page*/
.incisiv-contact-bg {
    background:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/contact-bg.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:#000000;
}
.incisiv-custom-sidebar-contact-form .input input, .incisiv-custom-sidebar-contact-form .input textarea {
    background-color: #fff;
    background: rgba(255,255,255,.05);
    zoom: 1;
    color: #fff;
    height: 60px;
    font-size: 15px;
    border: 1px solid #444;
    border-radius:0px;
}
.incisiv-custom-sidebar-contact-form label {
    color:#ffffff !important;
    display:block;
}
.incisiv-custom-sidebar-contact-form form fieldset div.hs-richtext {
    margin-top: 10px;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: bold;
}
.incisiv-custom-sidebar-contact-form form fieldset div.hs-richtext+.hs_benchmarking_ {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.incisiv-custom-sidebar-contact-form form fieldset div.hs_innovation_emerging_tech_discovery_ ul li:first-child {
    margin-bottom:30px;
}
.incisiv-custom-sidebar-contact-form form fieldset div.hs-richtext+.hs_benchmarking_ .input ul, .incisiv-custom-sidebar-contact-form form fieldset div.hs_research_analytics_ .input ul, .incisiv-custom-sidebar-contact-form form fieldset div.hs_innovation_emerging_tech_discovery_ ul {
    margin: 0px;
    padding: 0px;
}
.incisiv-custom-sidebar-contact-form form fieldset div.hs-richtext+.hs_benchmarking_ .input ul li, .incisiv-custom-sidebar-contact-form form fieldset div.hs_research_analytics_ .input ul li, .incisiv-custom-sidebar-contact-form form fieldset div.hs_innovation_emerging_tech_discovery_ ul li {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    float:left;
}
.incisiv-custom-sidebar-contact-form form fieldset div.hs-richtext+.hs_benchmarking_ .input ul li label input, .incisiv-custom-sidebar-contact-form form fieldset div.hs_research_analytics_ .input ul li label input, .incisiv-custom-sidebar-contact-form form fieldset div.hs_innovation_emerging_tech_discovery_ ul li label input {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-right: 10px;
    height: auto;
    margin-top: 7px;
}
.incisiv-custom-sidebar-contact-form form fieldset div.hs-richtext+.hs_benchmarking_ .input ul li label, .incisiv-custom-sidebar-contact-form form fieldset div.hs_research_analytics_ .input ul li label, .incisiv-custom-sidebar-contact-form form fieldset div.hs_innovation_emerging_tech_discovery_ ul li label {
    float: left;
    margin: 0px;
    padding: 0px;
}
.incisiv-custom-sidebar-contact-form form fieldset div.hs-richtext+.hs_benchmarking_ .input ul li label:first-child, .incisiv-custom-sidebar-contact-form form fieldset div.hs_research_analytics_ .input ul li label:first-child, .incisiv-custom-sidebar-contact-form form fieldset div.hs_innovation_emerging_tech_discovery_ ul li:first-child {
    margin-right:20px;
    font-weight:normal;
}
.incisiv-custom-sidebar-contact-form form fieldset div.hs_research_analytics_, .incisiv-custom-sidebar-contact-form form fieldset div.hs_innovation_emerging_tech_discovery_ {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    margin-top: 30px;
}
body.thank-you-ebook .incisiv-custom-sidebar-contact-form label {
    color:#000000 !important;
}
.landing-form form .hs_lastname, .landing-form form .hs_email, .landing-form form .hs_mobilephone, .landing-form form .hs_jobtitle, .landing-form form .hs_company {
    padding-right:0px !important;
}

/*Footer*/
.footer-copyright{
    background-color:#ffffff !important;
    color: #000000 !important;
}
.footer-copyright a{
    color: #000000 !important;
}.
.more-links p span a
{
    font-size: 20px;
    margin-right: 7px !important;
    vertical-align: middle;
}
.footer-copyright .more-links {
    margin-left:-15px !important;
}
.footer-container-wrapper .more-links a {
    margin:10px 10px;
}
.incisiv-custom-more-industries-padding20b{
    background:#ffffff !important;
    padding:20px 0px;
}
.india-office .india-details, .us-office .us-details {
    color:#000000;
    font-size:17px;
}
.us-details {
    float:right;
    color:#000000;
    margin-top:15px;
}
.us-details h3 {
    font-size: 18px;
    font-weight: bold;
}
.us-details ul {
    margin:0px !important;
    padding:0px !important;
}
.us-details ul li {
    margin:0px !important;
    padding:0px !important;
}
.us-details ul li:before {
    display:none !important;
}
.us-details ul li a {
    color:#000000 !important;
    font-size:15px;
}
p.address {
    float: left;
    width: 100%;
}
.address img {
    width:38px;
    float:left;
    margin-top: 5px !important;
}
.address span {
    float:left;
}
.phone img, .email img {
    width: 20px;
    margin-left: 18px;
    margin-right: 10px;
    vertical-align: text-bottom;
    float: left;
    margin-top: 7px;
}
.footer-social a{
    margin-right: 10px;
}
.footer-social a img{
    width:35px;
}
.follow-incisiv {
    margin-top: 15px;
}
span.incisiv-footer-social-links {
    float: left;
}
.custom-copyright-class{
    margin-top:10px;
}
.landing-form {
    border-radius: 0 !important;
    margin:0px;
}
.landing-form form label {
    font-size:18px;
    margin-bottom:5px;
    font-weight:700 !important;
    color: #000000;
}
.landing-form form .input input {
    background-color: #fff;
    zoom: 1;
    color: #000000;
    height: 60px;
    font-size: 15px;
    border: 1px solid #aaaaaa;
    border-radius: 0;
}
.landing-form form .actions input:hover {
    color:#ffffff;
}
.landing-form form .hs_subscription_preference .input ul {
    margin:0px;
    padding:0px;
}
.landing-form form .hs_subscription_preference .input ul li {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.landing-form form .hs_subscription_preference .input ul li:last-child {
    margin-bottom:20px;
}
.landing-form form .hs_subscription_preference .input ul li label {
    float: left;
    width: 100%;
    clear: both;
    display: block;
}
.landing-form form .hs_subscription_preference .input ul li label input {
    width: auto;
    height: auto;
    margin-right: 15px;
}
.landing-form form .hs_subscription_preference .input ul li label span {
    font-weight: normal !important;
}
.landing-form form fieldset ul.hs-error-msgs {
    margin:0px;
    padding:0px;
}
.landing-form form fieldset ul.hs-error-msgs li label {
    font-weight: normal !important;
    font-size: 16px;
    color: red;
    line-height: normal;
    margin: 0px;
    padding: 0px;
}

/*Blog detail page*/

.shoporg-logos {
    width:180px;
}
.recent-blog-post-blog  {
    margin:0px;
    padding:0px;
}
.recent-blog-post-blog .row-fluid-wrapper .hs-rss-module .hs-with-featured-image:last-child {
    margin-right:0px;
}
.recent-blog-post-blog .row-fluid-wrapper .hs-rss-module .hs-with-featured-image {
    text-align: center;
    z-index: 9;
    position: relative;
    background: #ffffff;
    padding: 0px;
    border: 0px;
    box-shadow: 0px 1px 2px #ccc;
    float: left;
    width: 30%;
    margin-right: 4%;
    position:relative;
}
.recent-blog-post-blog .row-fluid-wrapper .hs-rss-module .hs-with-featured-image .hs-rss-item-text {
    margin: 0px;
    width: 100%;
    padding: 20px 20px;
    font-size: 18px;
    text-align: left;
    position:relative;
    margin-top: 200px;
}
.recent-blog-post-blog .row-fluid-wrapper .hs-rss-module .hs-with-featured-image .hs-rss-byline {
    position: absolute;
    top: 25px;
}
.recent-blog-post-blog .row-fluid-wrapper .hs-rss-module .hs-with-featured-image .hs-rss-item-text a {
    margin: 0px;
    height: 85px;
    display: block;
    overflow: hidden;
    margin-top: 35px;
}
.recent-blog-post-blog .row-fluid-wrapper .hs-rss-module .hs-with-featured-image .hs-rss-item-image-wrapper {
    height: 200px;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0px;
}
.recent-blog-post-blog .row-fluid-wrapper .hs-rss-module .hs-with-featured-image .hs-rss-item-image-wrapper img {
    height:auto;
}
.twitter-share-links {
    background: rgba(0, 122, 185, .1);
    color: #00496f !important;
}
.twitter-share-links:hover {
    background: rgba(0, 122, 185, .6) !important;
    color: #ffffff !important;
}
.subscribe-us-container {
    position: fixed;
    margin: 0px;
    padding: 20px 0px;
    width: 100%;
    bottom: 0px;
    left: 0;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 30px 100px 0px #333333;
    border-top: 1px solid #dddddd;
    font-size: 20px;
    color: #000000;
    z-index:999;
}
.subscribe-us-container a {
    background: #ff8400;
    color: #ffffff;
    margin-left: 20px;
    font-size: 18px;
    padding: 8px 40px;
    border-radius: 3px;
    font-weight: bold;
}
.author-profile-blog-img {
    float:left;
    margin:0px;
    padding:0px;
}
.author-profile-blog-img img {
    border-radius: 100%;
    width: 70px;
    margin-right: 20px;
}

.blog-custom-no-sidebar {
    width:800px !important;
    margin:0 auto !important;
}
.blog-custom-no-sidebar .row-fluid .span11.blog-content {
    width:100%;
}
.blog-detail-background {
    background-color:#f7f7f7;
}
#comments-listing {
    border:0px !important;
}
.blog-subscription-form {
    background: #ffffff;
    padding: 20px 20px;
    border: 1px solid #ddd;
}
.incisiv-ebook-sidebar-cta {
    margin-top:42px;
    margin-bottom:40px;
}
.blog-main-heading h1{
    color: #000000 !important;
    margin: 20px 0px;
    margin:0px;
    margin-top: 10px !important;
    padding: 0px;
    line-height: 46px;
}
.incisiv-blog-subscribe-links {
    background:#ffffff;
    border: 1px solid #dddddd;
}
.incisiv-blog-subscribe-links ul li a {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    font-weight: bold;
    color: #000000;
    font-size: 18px;
}
.incisiv-blog-subscribe-links ul li a:hover {
    background:#f7f7f7;
}
.incisiv-blog-subscribe-links ul li:last-child a {
    border:none;
}
.incisiv-blog-subscribe-links ul {
    margin:0px;
    padding:0px;
}
.incisiv-blog-subscribe-links ul li:before {
    display:none;
}
.incisiv-blog-subscribe-links ul li {
    list-style:none;
    margin:0px;
    padding:0px;
}
.incisiv-blog-subscribe-sidebar-cta {
    margin-top:40px;
    background:#ffffff;
    border:1px solid #dddddd;
    padding:20px;
}
.incisiv-blog-subscribe-sidebar-cta .widget-module ul {
    margin:0px;
    padding:0px;
}
.incisiv-blog-subscribe-sidebar-cta .widget-module ul li {
    margin: 15px 2px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    list-style: none;
}
.incisiv-blog-subscribe-sidebar-cta .widget-module ul li a {
    font-size:16px;
    color:#007ab9;
}
.incisiv-blog-subscribe-sidebar-cta .widget-module ul li:last-child {
    border:0px;
    padding-bottom:0px;
    margin:0px;
}
.spacer {
    width:2% !important;
}
.incisiv-blog-content{
    font-style:italic;
    font-size: 18px;
    margin: 30px 0px;
    color: #000;
    line-height: 26px;
}
.incisiv-custom-text-industries p {
    font-size: 18px;
    margin: 10px 0;
    color: #000;
    line-height: 28px;
    float: left;
    clear: both;
    display: block;
    width:100%;
}

p.incisiv-margin-set {
    margin-top:10px;
    color:#000000;
}
p.incisiv-margin-set span {
    margin-top:10px;
}
.incisiv-custom-content-styling-text h2 {
    color:#000000;
    line-height:40px;
}
.incisiv-blog-detail-image {
    margin-top:30px;
}
.author-details {
    margin-bottom: 20px;
}
.widget-type-blog_subscribe h3 {
    line-height: 34px;
    margin: 0px;
    padding: 0px;
}
.widget-type-blog_subscribe .input input {
    background-color: #fff;
    zoom: 1;
    height: 50px;
    font-size: 15px;
    border: 2px solid #999;
    width: 100%;
    border-radius: 0px;
    color: #000000;
    margin-bottom: 20px;
    text-align:left !important;
}


/*Menu - header*/
.header-container {
    border-bottom:1px solid #f0f0f0;
}
.custom-menu-primary ul.active-branch li.active a
{
    color:#007ab9 !important;
    font-weight:bold !important;
}
.homepage .header-container-wrapper .custom-menu-primary .cell-wrapper span ul li a {
    color:#ffffff !important;
}
.header-container-wrapper {
    position:relative !important;
}

/*.homepage.small-header .header-container-wrapper {
    background:#ffffff;
}
.homepage.small-header .header-container-wrapper .custom-menu-primary .cell-wrapper span ul li a {
    color:#000000 !important;
}*/



/*Home Page*/
.homepage .body-container-wrapper {
    padding-top: 0px !important;
    margin-top:-84px;
    position:absolute;
}
.homepage .incisiv-logo a img {
    -webkit-filter:invert(100%); /* Safari 6.0 - 9.0 */
    filter:invert(100%);
}
.homepage .header-container {
    background:none;
    border:0px;
    margin:0px;
}
.home-hero-content-wrap  {
    z-index: 2;
    width: 100%;
    text-align: center;
    margin-top: 180px;
}
.home-hero-content-note {
    z-index: 9;
    width: 720px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    color: #ffffff;
    line-height:30px;
    margin-top:20px;
}
.featured-home-card {
    background-image: url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg-the-speakeasy.png?t=1499592368363);
    background-position:fixed;
    background-size: cover;
    padding-bottom:80px;
    background-color:#000000;
}
.incisiv-custom-home-page-cta {
    z-index: 99;
    margin: 0 auto;
    text-align: center;
    width: 100% !important;
    margin-top: 30px;
}
#banner-background-image {
    min-height:auto !important;
}
#banner-background-image h1 {
    max-width: 70% !important;
    text-shadow: none !important;
    background: transparent !important;
    margin: 0 auto;
    font-size: 52px;
    font-weight: bold;
    line-height: 62px;
    margin-top: 0 !important;
    text-shadow: 0 1px 1px #000 !important;
}
.incisiv-custom-header h2
{
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin: 0;
}
.home-services {
    text-align: center;
    z-index: 9;
    position: relative;
    background: #ffffff;
    padding: 0px;
    border: 0px;
    box-shadow: 0px 1px 2px #ccc;
}
.blog-thumb-desc {
    padding: 20px 20px;
    text-align: left;
    color:#000000;
    min-height:305px !important;
}
.blog-thumb-desc h3, .quiz-detail h2 {
    color:#000000;
}
.blog-thumb-desc h3 {
    height: 90px;
    line-height: 30px;
    overflow:hidden;
    letter-spacing: -.5px;
}
.blog-thumb-desc .card-date-label, .quiz-detail .card-date-label {
    color:#909090;
}
.blog-thumb-desc p {
    color:#333333;
}
.quiz-detail p {
    color:#333333;
    font-size:18px;
}
.quiz-desc {
    margin-right:5%;  
    margin-top: 100px;
}
.quiz-thumb-home {
    width: 50% !important;
}
ul.blog-detail-lists {
    margin:10px 0px !important;
    float:left;
    width:100%;
    padding:0px;
}
ul.blog-detail-lists li {
    padding: 0;
    color: #000;
    text-indent: -12px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size:18px;
    float:left;
    clear: both;
    margin-left: 22px;
}
ul.blog-detail-lists li:last-child, ol.blog-detail-lists li:last-child {
    margin-bottom: 0px;
}
.incisiv-custom-content-styling-text h2 {
    color:#000000;
    line-height:30px;
    margin-bottom:0px;
    float:left;
    width:100%;
    margin-top:30px;
    display:block;
    font-size:24px;
}
.incisiv-custom-content-styling-text h3 {
    color: #000000;
    line-height: 30px;
    float: left;
    display:block;
    width:100%;
    margin-top: 30px;
    margin-bottom:20px;
}
a.download-ebook-btn, a.download-ebook-btn:hover {
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: rgb(0,122,185);
    color: #ffffff !important;
    line-height: 1.5em;
    padding: 10px 20px;
    border-radius: 2px;
    text-shadow: none;
    font-size: 18px;   
}
.incisiv-custom-content-styling-text a, .author-details a, .incisiv-custom-content-styling-text a:hover {
    color:#007ab9;
}
.blog-subscription-form label {
    font-size: 22px;
    margin:0px;
    margin-bottom: 5px;
    display: block;
    clear: both;
    font-weight: bold;
    font-family: 'Montserrat',sans-serif;
    line-height: 30px;
}
.blog-subscription-form ul.hs-error-msgs li label {
    font-size: 14px;
    color: red;
    line-height: normal;
    font-weight: normal;
}
.blog-subscription-form label span.hs-form-required  {
    display:none;
}
.container-fluid .row-fluid .back-to-top {
    background:#007ab9 !important;
}
.container-fluid .row-fluid .back-to-top a {
    color:#ffffff !important;
}
.blog-subscription-form label+legend.hs-field-desc {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 15px;
    color: #666666;
}

/*.blog-subscription-form .hs_blog_default_hubspot_blog_subscription .input label{
    display: block !important;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}
.blog-subscription-form .hs_blog_default_hubspot_blog_subscription .input label input {
    margin-right:10px
}
*/
.blog-subscription-form .input input {
    background-color: #fff;
    zoom: 1;
    height: 50px;
    font-size: 15px;
    border: 2px solid #999;
    width: 100%;
    border-radius: 0;
    color: #000;
    margin-bottom: 20px;
    text-align: left !important;
}



/*Insights Detail Page*/
.b2b-tech-virtual-happy-hour-series-blog-cta {
    font-size: 2em !important;
    font-weight: bold !important;
    padding: 30px 20px !important;
    text-align: center;
    width: 100% !important;
    background: #007ab9;
    color: #fff !important;
    display: block;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 1px #c1c1c1;
}
.b2b-tech-virtual-happy-hour-series-blog-cta p { 
    margin-bottom: 36px !important;
    font-size: 1em !important;
    font-weight: bold;
    color:#ffffff !important;
    margin-top: 0px !important;
}
.b2b-tech-virtual-happy-hour-series-blog-cta a, .b2b-tech-virtual-happy-hour-series-blog-cta a:hover {
    background: #fff;
    color: #007ab9;
    padding: 10px 20px;
    font-size: .8em !important;
    border-radius: 2px;
}
.incisiv-custom-page-title-bg
{
    background:#000000 url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/insight-banner.png") center center no-repeat !important;
    color:#ffffff;
    text-align:center;
    background-size:cover !important;
}
.insights-blogs-listing {
    padding-bottom:60px;
}


/**Honey dew theme css for Landing pages**/
body.landing-page-custom .header-container {
    padding:0px !important;
}
body.landing-page-custom #header {
    padding:10px 0px !important;
}
#hero-banner {
    padding-top: 80px !important;
    background: #f7f7f7 !important;
    padding-bottom: 80px !important;
}
#footer {
    background:black !important;
    padding: 30px !important;
}
.social-links li a {
    color:#007ab9 !important;
}
.social-links {
    text-align:right;
}
.landing-form form legend.hs-field-desc {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #000000;
}

/*Thank you page*/
body.thank-you-ebook .body-container-wrapper {
    background:#f7f7f7;
}
.thank-you-boxes {
    background:#ffffff;
    padding:20px;
    border:1px solid #dddddd;
    box-shadow: 0 1px 2px #ccc;
    margin-top: 30px;
    color:#000000;
    height:385px;
}
.thank-you-boxes-container h3 {
    margin-bottom:10px;
    clear:both;
}
.thank-you-boxes-container img {
    float: left;
    margin-bottom: 20px;
    width: 30%;
    margin-right: 5%;
}
.thank-you-boxes-container p {
    font-size: 18px;
    float: left;
    clear: both;
    display: block;
}
.ebook-im-interested-click form div.hs_email label {
    display:none;
}
.ebook-im-interested-click form div.hs_email .input input {
    background-color: #fff;
    zoom: 1;
    height: 50px;
    font-size: 15px;
    border: 2px solid #999;
    width: 100%;
    border-radius: 0;
    color: #000;
    margin-bottom: 20px;
    text-align: left !important;
    display:none;
}
.landing-hero-banner-adjustment .page-center .row-fluid {
    display:block !important;
}
#my_typeform {
display: inline-block;
width: 100%;
height: 500px;
}

/** Web Blog **/
body.long-term-content .header-container .top-header-blog {
    background:#000000 url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/featured-ebook-cover-bg-2.png") no-repeat top center;
    background-size:cover;
}

/* Web Publishing Report*/

body.long-term-content .header-container .top-header.ebook-2 {
    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/featured-ebook-cover-bg.png") !important;
    background-color:#000000;
    background-repeat:no-repeat;
    background-size:cover;
}

body.long-term-content .header-container .top-header {
    background:#000000 url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/long-term-ebook1.png") no-repeat top center;
    background-size:cover;
}
body.long-term-content .header-container .top-header .cell-wrapper {
    background:rgba(0,0,0,.7);
}
body.long-term-content .header-container {
    margin:0px; padding:0px;
}
body.long-term-content .header-container-wrapper .row-fluid-wrapper div.span3 div.span12 .cell-wrapper span ul#sticky {
    background:#f2f2f2;
}
#sticky-anchor+.navigation {
    width:100%;
}
ul#sticky {
    margin: 0px;
    /*padding: 40px 20px 20px 20px;*/
    height:100vh;
    padding-top:110px;
    width: 292px;
    padding-left:15px;
}
ul#sticky li {
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
    font-size: 16px;
    padding-right: 20px;
}
ul#sticky li a {
    color:#222222;
    display: block;
}
ul#sticky li.active {
    padding-right:0px;
    margin-left: -15px;
}
ul#sticky li:before {
    display:none;
}
ul#sticky li.active a {
    background: lightcoral;
    padding: 5px 14px;
    color: #fff;
}
ul#sticky li.active a:hover {
    color:#ffffff !important;
}
ul#sticky li.active a:before, ul#sticky li:hover a:before {
    /*content: '\25BA';
    font-size: 0.6em;*/
    background: darkred;
    color:#ffffff;
    /*float: left;
    line-height: 26px;
    margin-left: -14px;*/
}
ul#sticky li a:hover {
    color: darkred;
}
#sticky {
    font-size: 16px;
    line-height:24px;
}
#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0px;
    z-index: 10000;
    height: 100vh;
}
.web-report-main-title {
    text-align: center;
    color: #ffffff;
    width: 80%;
    clear: both;
    display: block;
    padding: 5% 0% 4% 0%;
    margin: 0 auto;
}
.web-report-main-title span:first-child {
    margin-top:40px;
}
.web-report-main-title span {
    margin: 20px 0px;
    display: block;
    font-size: 24px;
}
.web-report-main-title span:last-child {
    margin:0px;
    clear:both;
}
.web-report-main-title span a {
    color:#ffffff;
}
.web-report-main-title span a img {
    width: 40px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#section-main {
    padding-left: 5%;
    margin-left: 0%;
}
#section-2.section-1-report, #section-3.section-1-report, #section-4.section-1-report, #section-5.section-1-report, #section-6.section-1-report{
    margin-top:0px;
}
#section-1.section-1-report {
    padding-top:100px;
}
.section-1-report {
    margin-top: 0px;
    color: dimgrey;
    display: block;
    clear: both;
    float: left;
    margin-bottom: 0px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 80px;
}
.section-1-report h1 {
    color:darkred;
    margin-top:0px;
    padding-top:0px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight:400;
    margin-right:10%;
    clear:both;
    line-height:normal;
    font-size:36px;
}
.section-1-report p a:hover {
    background: rgba(0, 122, 185, .6);
    color: #ffffff;
}
.section-1-report p a {
    background: rgba(0, 122, 185, .1);
    color: #00496f;
}
.section-1-report p {
    margin-right: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    clear:both;
}
.section-1-report p.highlight-text a {
    font-size: 26px;
    background:none;
    font-weight: 300;
    color: darkgoldenrod;
    clear:both;
}
.section-1-report p.highlight-text a:hover {
    border-bottom: 1px solid #ffedc2;
}
.section-1-report p.highlight-text {
    font-size: 26px;
    font-weight: 300;
    color: darkgoldenrod;
    clear:both;
}
.section-1-report h3 {
    color:#333333;
    margin-top:40px;
    font-family: 'Libre Franklin', sans-serif;
    font-weight:bold;
    margin-right:10%;
    clear:both;
}
.section-1-report h3 a {
    color:#333333;
}
.case-studies {
    
}
.case-studies .case-study-1 {
    float: left;
    width: 30%;
    color: #ffffff;
    background: #000000;
    padding: 3%;
    margin-right: 2%;
    border-top: 5px solid darkred;
    height: 390px;
}
.case-studies .case-study-1 img.zully-logo {
    width:30%;
    margin:0 auto;
    margin-bottom:20px;
}
.case-studies .case-study-1 img.tjmax-logo {
    width: 50%;
    margin:0 auto;
    margin-bottom: 30px;
    margin-top: 29px;
}
.case-studies .case-study-1 img.apple-logo {
    width: 17%;
    margin:0 auto;
    margin-bottom: 15px;
}
.case-studies .case-study-1 p {
    margin: 0px;
    padding: 0px;
}

.case-studies .case-study-2 {
    float: left;
    width: 100%;
    color: #555555;
    background: #eeeeee;
    padding: 3%;
    margin-bottom: 1%;
}
.case-studies .case-study-2 img.starbucks-logo {
    width:10%;
    margin:0 auto;
    margin-bottom:20px;
}
.case-studies .case-study-2 img.macy-logo {
    width: 20%;
    margin:0 auto;
    margin-bottom: 30px;
}
.case-studies .case-study-2 img.sears-logo {
    width: 20%;
    margin:0 auto;
    margin-bottom: 30px;
}
.case-studies .case-study-2 p {
    margin: 0px;
    padding: 0px;
}
.chart-5 {
    margin-bottom:40px;
}
.chart-5 div {
    /*border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;*/
}
.chart-5 span {
    font-style: italic;
    font-size: 14px;
    line-height: normal;
    display:block;
    margin-right:10%;
}
.nordstrom-case-study {
    margin: 0;
    background-image: url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/nordstrom-featured-1.jpg?t=1493087686548);
    background-size:cover;
    clear: both;
    padding: 0;
    height: 460px;
    width: 50%;
    background-position: -360px 0px;
    float: left;
}
.nordstrom-case-study-1 {
    float: left;
    display: inline-block;
    width: 50%;
    height: 460px;
    background: #000;
}
.nordstrom-case-study-1 p {
    padding: 50px;
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: normal;
    width: auto;
    clear: none;
}
.nordstorm-highlighted-quote {
    font-size: 40px;
    color: darkgoldenrod;
    font-weight: 300;
    clear: both;
    margin-top: 40px;
    float: left;
    text-align: center;
    padding: 0px 100px;
}
.nordstorm-president-name {
    margin: 0px;
    font-size: 26px;
    clear: both;
    display: block;
    margin-top: 20px;
    line-height: normal;
}
h1.heading-adjustment {
    margin-top: 100px;
}
div.swing > a.web-report-download-btn {
    background:#007ab8;
    padding:10px 20px;
    font-size:18px;
    font-weight:normal;
    color:#ffffff;
}
@-webkit-keyframes swing
        {
            15%
            {
                -webkit-transform: translateX(5px);
                transform: translateX(5px);
            }
            
            30%
            {
                -webkit-transform: translateX(-5px);
                transform: translateX(-5px);
            }
            
            50%
            {
                -webkit-transform: translateX(3px);
                transform: translateX(3px);
            }
            
            65%
            {
                -webkit-transform: translateX(-3px);
                transform: translateX(-3px);
            }
            
            80%
            {
                -webkit-transform: translateX(2px);
                transform: translateX(2px);
            }
            
            100%
            {
                -webkit-transform: translateX(0);
                transform: translateX(0);
            }
        }
        
        @keyframes swing
        {
            15%
            {
                -webkit-transform: translateX(5px);
                transform: translateX(5px);
            }
            
            30%
            {
                -webkit-transform: translateX(-5px);
                transform: translateX(-5px);
            }
            
            50%
            {
                -webkit-transform: translateX(3px);
                transform: translateX(3px);
            }
            
            65%
            {
                -webkit-transform: translateX(-3px);
                transform: translateX(-3px);
            }
            
            80%
            {
                -webkit-transform: translateX(2px);
                transform: translateX(2px);
            }
            
            100%
            {
                -webkit-transform: translateX(0);
                transform: translateX(0);
            }
        }
        
        .swing:hover
        {
            -webkit-animation: swing 1s ease !important;
            animation: swing 1s ease !important;
            -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
        }



.web-report-hint {
    width: 100%;
    font-size: 14px !important;
    clear: both !important;
    display: block;
    margin-top: 30px !important;
}
.web-report-hint a {
    color:#007ab8;
}
.web-report-footer .footer-copyright {
    display:none;
}
.chart-1 {
    margin-top: 30px;
}
.chart-1_visual1 span, .chart-1_visual7 span {
    text-align: center;
    display: block;
    line-height: normal;
    margin-top: 10px;
    font-size: 1.08em;
    width:100%;
}
.chart-1_visual1 {
    float:left;
    display:block;
    width: 8%;
    margin-right: 50px;
}
.chart-1_visual7 {
    float:left;
    display:block;
    width: 8%;
}
.chart-1_visual1 img {
    width:100%;
}
.chart-2-box-1 {
    margin: 0;
    width: 45%;
    float: left;
    margin-right: 1%;
    margin-bottom: 30px;
    margin-top: 10px;
}
.chart-2-box-1 img {
    margin: 0;
    padding: 0px;
    float: left;
    width: 35%;
}
.chart-2-box-1 p {
    margin: 0;
    padding: 0px;
    float: left;
    width: 50%;
    clear: none;
    margin-top: 18px;
    margin-left: 3%;
}
.chart-3_visual1 span, .chart-3_visual4 span {
    text-align: center;
    display: block;
    line-height: normal;
    margin-top: 10px;
    font-size: 1.08em;
    width: 100%;
}
.chart-3_visual1 {
    float:left;
    display:block;
    width: 12%;
    margin-right: 70px;
    margin-top:20px;
    margin-bottom:40px;
    text-align:Center;
}
.chart-3_visual4 {
    float:left;
    display:block;
    width: 12%;
    margin-top:20px;
    margin-bottom:40px;
    text-align:Center;
}
.chart-3_visual1 img, .chart-3_visual4 img {
    width:80%;
}
.chart-4_visual1 {
    float:left;
    display:block;
    width: 12%;
    margin-right: 70px;
    margin-top:20px;
    margin-bottom:40px;
    text-align:Center;
}
.chart-4_visual3 {
    float:left;
    display:block;
    width: 12%;
    margin-right: 50px;
    margin-top:20px;
    margin-bottom:40px;
    text-align:Center;
}
.chart-4_visual1 span, .chart-4_visual3 span {
    text-align: center;
    display: block;
    line-height: normal;
    margin-top: 10px;
    font-size: 1.08em;
    width: 100%;
}
.chart-4_visual1 img, .chart-4_visual3 img {
    width:80%;
}




/*Coming soon page*/

/*body.coming-soon-page
{
    background:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/coming-soon-incisiv.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.coming-soon-page .coming-soon-incisiv {
    left: 0;
    position: absolute;
    text-align: center;
    top: 25%;
    width: 100%;
}
body.coming-soon-page .body-container-wrapper {
    margin:0px !important;
    padding:0px !important;
}
body.coming-soon-page .header-container-wrapper {
    display:none;
}
body.coming-soon-page .coming-soon-social-icon {
    margin: 0 auto;
    display: block;
    clear: both;
    text-align: center;
}
body.coming-soon-page .coming-soon-social-icon a {
    margin-right: 10px;
    width: 25px;
    display: inline-block;
}
body.coming-soon-page .coming-soon-social-icon a:last-child{
    margin-right:0px;
}*/



/** tabs case studies **/
a.move-to-top {
    font-size:16px;
    background:#000000;
    color:#ffffff;
    position:fixed;
    bottom:10px;
    right:10px;
}
@import url("http://fonts.googleapis.com/css?family=Lato");
.tabs {
    width: 95%;
    float: none;
    list-style: none;
    position: relative;
    text-align: left;
    padding: 0px !important;
    margin: 0px;
    height:365px;
}
.tabs li:before {
    display:none !important;
}
.tabs li {
  float: left;
  display: block;
  margin:0px;
  padding:0px;
  list-style:none;
  margin-right:2px;
}
.tabs input[type="radio"] {
  position: absolute;
  top: 0;
  left: -9999px;
}
.tabs label {
  display: block;
  padding: 17px 36px;
  border-radius: 2px 2px 0 0;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  background: #f9f9f9;
  cursor: pointer;
  position: relative;
  top: 0px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color:#777777;
}
.tabs label:hover {
  background: darkred;
  color:#ffffff;
}
.tabs .tab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  padding: 25px;
  position: absolute;
  top: 64px;
  left: 0;
  background: #eeeeee;
}
.tabs [id^="tab"]:checked + label {
  top: 0;
  padding-top: 17px;
  background: #eeeeee;
  color:darkred;
  font-weight:bold;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  display: block;
}

p.link {
  clear: both;
  margin: 380px 0 0 15px;
}
p.link a {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px;
  background-color: #612e76;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
p.link a:hover {
  background-color: #522764;
}

/* accordian table */
/*.ac-container{
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	padding: 10px 20px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #777777;
	font-size: 20px;
	background: #eeeeee;
    margin:0px;
    font-weight:normal;
    border-bottom: 2px solid #ffffff;
}
.ac-container label:hover{
	background: darkred;
    color:#ffffff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: darkred;
	color: #ffffff;
    font-weight:bold;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/web-report%20%28Me-too-Omnichannel%29/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/web-report%20%28Me-too-Omnichannel%29/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
    color: dimgrey;
    padding: 20px 0px 0px 20px;
    width: 100%;
    margin: 0;
    background: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/web-report%20%28Me-too-Omnichannel%29/checked.svg") no-repeat;
    background-size: 18px 66px;
    text-indent: 10px;
    margin-left: 20px;
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
.ac-container input:checked ~ article.ac-small{
	height: 180px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 250px;
}
.ac-container input:checked ~ article.ac-large{
	height: 350px;
}
.accordian-table {
    margin-right:5%;
}
.at4-count, .at4-title {
    color: #ffffff !important;
}*/
/** end accordian table **/
/** second accordian table starts here **/

.half-accordian {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding:0px;
}
/* Acordeon styles */
.tab-accordian {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
input.accordian-click {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label.accordian-touch {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}
.blue label.accordian-touch {
    background: #999999;
    line-height: normal;
    padding: 16px;
    padding-right: 50px;
    font-size: 1.2em;
}
.tab-content-accordian-ios {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.blue .tab-content-accordian-ios {
  background: #ffffff;
}
.tab-content-accordian-ios p {
    color: dimgrey;
    background: url(//www.incisiv.io/hubfs/web-report%20%28Me-too-Omnichannel%29/checked.svg?t=1497273231689) no-repeat;
    background-size: 18px 25px;
    text-indent: 30px;
    margin: 20px;
    margin-left: 20px;
}
/* :checked */
input.accordian-click:checked ~ .tab-content-accordian-ios {
    max-height: none;
}
input.accordian-click[type=radio]:checked + label.accordian-touch {
    background:darkred;
}
/* Icon */
label.accordian-touch::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input.accordian-click[type=checkbox] + label::after {
  content: "+";
  background:black;
}
input.accordian-click[type=radio] + label::after {
  content: "\25BC";
}
input.accordian-click[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
input.accordian-click[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
/** end second accordian table **/


.gated-form {
    background: rgba(255,255,255,.9);
/*    padding-top: 300px;
    margin-top: -350px;*/
    z-index: 9999999999;
    width: 95% !important;
    position: relative;
}
.gated-content-blur:after {
    content: "";
    position: absolute;
    top: 340px;
    left: 0;
    right: 0;
    height: 500px;
    background: rgba(255,255,255,.2);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
    z-index: 999999999999;
}

/** Unconference **/
.unconference-black-logo-incisiv {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 20px;
    left: 40px;
}
.author-profile-detail img {
    -webkit-filter: invert(0%) !important;
    filter: invert(0%) !important;
    width: 50px !important;
    border: 1px solid #ffffff;
    border-radius: 50px;
    margin-right: 10px;
    vertical-align: middle;
}
.unconference-black-logo-sponsor-by {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 20px;
    right: 40px;
}
.unconference-black-logo-sponsor-by.pov-partnerships img {
    width:auto;
    height:30px;
}
.unconference-black-logo-sponsor-by.pov-partnerships-brp img {
    width:auto;
    height:40px;
}
.unconference-black-logo-sponsor-by.pov-partnerships .google-cloud img {
    width:auto;
    height:30px;
}
.unconference-black-logo-sponsor-by.pov-partnerships .jda-logo img {
    width: 100px !important;
    height: auto !important;
}
.unconference-black-logo-sponsor-by img {
    width:120px;
    margin-top:10px;
}
.unconference-black-logo-sponsor-by span {
    color:#ffffff;
    display:block;
}
.unconference-black-logo-incisiv a.ensembleiq-logo img {
    -webkit-filter: none;
    filter: none;
    width: 120px;
    margin-left: 30px;
}
.unconference-black-logo-incisiv img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width:160px;
}
body.unconference-body .header-container {
    margin:0px;
    padding:0px;
}
.unconference-content div.unconference-q1-register {
    display: block;
    margin-top: 10px;
    text-align: center;
}
.unconference-content div.unconference-register {
    display: block;
    margin-top: 40px;
    text-align: center;
}
.unconference-register a, .unconference-q1-register a {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: #007ab9;
    color: #fff;
    border: 2px solid #003d5c;
    text-shadow: 0 -1px #002437;
    line-height: 1.5em;
    padding: 10px 20px;
    border: 0;
    border-radius: 2px;
    text-shadow: 0;
    box-shadow: 0;
    text-shadow: none;
    font-size: 18px;
}
.unconference-q1-register a.red-btn {
    background:#EB5757 !important;
}
/*.column-1, .column-2, .column-3, .column-4, .column-5 {
    background:#3f3f3f;
    color:#ffffff;
}
.q1 p {
    margin-top: 0px;
    font-size: 24px;
}
.column-1 {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Events/UnConference%20Q1%202018/la-bg.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
.column-2 {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Events/UnConference%20Q1%202018/dallas-bg.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
.column-3 {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Events/UnConference%20Q1%202018/chicago-bg.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
.column-4 {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Events/UnConference%20Q1%202018/columbus-bg.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
.column-5 {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Events/UnConference%20Q1%202018/nyc-bg.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}
.q1 {
    float: left !important;
    width: 20% !important;
    display: block;
    padding: 0px;
    margin: 0px !important;
}*/
.event-locations h3 {
    color:#000000;
    margin:0px;
    font-size:22px;
}
.event-locations p {
    color:#333333;
    margin:0px;
    height:120px;
}
.unconference-form .span12 form fieldset .hs_mobilephone label+legend.hs-field-desc {
		font-size: 12px;
    display: inline !important;
    width: auto;
    clear: none;
    box-sizing: inherit;
    float: right;
}
.event-locations .city-names p {
    height:auto;
}
p.unconference-june-txt {
    font-size: 20px;
    margin-bottom: 40px;
    padding: 0px 80px;
    margin-top: 0px;
    color: #000000;
    text-align: center;
}
p.unconference-june-txt-1 {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0px 80px;
    margin-top: 0px;
    color: #000000;
    text-align: center;
}
.unconference-h1 {
    line-height:normal;
}
p.uncoference-small-txt {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 0px 100px;  
}
p.uncoference-small-txt-list {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 30px;
}
p.uncoference-small-txt-list img {
    width: 15px;
    height: auto;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 5px;
}
/*p.dotted-circle-yellow, p.dotted-circle-orange, p.dotted-circle-green {
    text-align: center;
}
.dotted-circle-yellow span {
    display: block;
    width: 20px;
    height: 20px;
    background: #dbae00;
    margin: 0 auto;
    border-radius: 100px;
}
.dotted-circle-orange span {
    display: block;
    width: 20px;
    height: 20px;
    background: #f48609;
    margin: 0 auto;
    border-radius: 100px;
}
.dotted-circle-green span {
    display: block;
    width: 20px;
    height: 20px;
    background: #33a58b;
    margin: 0 auto;
    border-radius: 100px;
}*/
#agenda-event .section-head-june-2018 span.hs_cos_wrapper .page-header.section-header h1 {
    font-size: 20px;
    display: block;
    padding: 0px 10px;
    border-radius: 120px;
    background: #34495E;
    color: #ffffff !important;
    width: 200px;
    margin: 0 auto;
}
.june-2018-box-white .section-head-june-2018 p {
    padding: 0px 0px;
    margin-bottom: 10px;
    line-height: normal;
    margin-top: 15px;
}
.june-2018-box-white {
    background: #ffffff;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 1px 3px #cccccc;
    height:295px;
}
.panelist-card {
    line-height:normal;
    color:#000000;
    margin-bottom:30px;
}
.panelist-card h3 {
    color:#000000;
    margin:0px;
    font-size: 20px;
}
.panelist-card p {
    margin:0px;
    margin-top:5px;
}
.section-head-june-2018 p {
    color:#000000;
    text-align:center;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.unconference-june.unconference-banner-nyc {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Events/Unconference%20June%202018/Sponsors/bg.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    text-align:center;
    color:#ffffff;
}
.unconference-june-chicago.unconference-banner-nyc {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Events/Unconference%20June%202018/Chicago/Hero-image.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    text-align:center;
    color:#ffffff;
}
.unconference-june-dallas.unconference-banner-nyc {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Events/Unconference%20June%202018/Dallas/Hero_Dallas.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    text-align:center;
    color:#ffffff;
}
.fall-boston-2018.unconference-banner-nyc {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Events/Fall%202018%20UnConference/bg-hero.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    text-align:center;
    color:#ffffff;
}
.unconference-june-columbus.unconference-banner-nyc {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Events/Unconference%20June%202018/Columbus/Hero_Columbus.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    text-align:center;
    color:#ffffff;
}
.unconference-june-sfo.unconference-banner-nyc {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Events/Unconference%20June%202018/San%20Francisco/Hero_SFO.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    text-align:center;
    color:#ffffff;
}
.unconference-q1.unconference-banner-nyc {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Events/UnConference%20Q1%202018/unconference-bg-q1.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    text-align:center;
    color:#ffffff;
}
.unconference-banner-nyc {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/featured-nyc-unconference-bg.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    text-align:center;
    color:#ffffff;
}
.unconference-container {
    width:70%;
    margin:0 auto;
}
.unconference-label {
    padding:0px;
    margin:0px;
    color: #ffffff;
}
.social-icon-author a img {
    display: inline-block;
    -webkit-filter: invert(0%);
    filter: invert(0%);
    width: 2em;
    border-radius: 2px;
}
.unconference-banner-nyc h1 {
    font-size:52px;
    margin:15px 0px;
    text-shadow: 0px 2px 2px #000000;
    padding:0px;
}
.unconference-content img {
    display: inline-block;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 5.2em;
}
.unconference-content div {
    display:inline-block;
    text-align: left;
}
.unconference-content p {   
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    margin:0px;
    padding:0px;
}
.unconference-content span {
    margin:0px;
    display:inline-block;
}


.unique-learning h1 {
    width:80%;
    margin:0 auto;
}
.unique-learning.heading-adjust h1 {
    width:90%;
}
.unique-learning .learning-box {
    text-align:center;
    color:#000000;
}
.unique-learning .learning-box:first-child h1 {
    color:#688e26;
}
.unique-learning .learning-box:nth-child(2) h1 {
    color:#3d2645;
}
.unique-learning .learning-box:last-child h1 {
    color:#b20136;
}
.unique-learning .learning-box.adjust-p p {
    padding:0px 20px;
}
.unique-learning .learning-box p {
    margin-top:10px;
    font-size:18px;
    padding:0px 35px;
}
.unique-learning .learning-box p a {
    color:#007ab9;
} 
.unique-learning.o-txt .learning-box p {
    font-size: 20px;
    padding: 40px 5px;
    font-weight: bold;
    margin: 0px;
    color: #ffffff;
}

.agenda {
/*    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg-agenda-taste-of-ny-1.png"); 
    background-size:cover;
    background-attachment:fixed;
    background-color:#000000;
    color:#ffffff;
    background-position:center center;*/
    color:#000000;
}
.agenda .agenda-1 {
    margin-bottom:30px;
}
.agenda .agenda-1 h3 {
    font-size:22px;
}
.agenda .agenda-1 p {
    font-size:18px;
    margin: 5px 0px;
    padding:0px;
    line-height:normal;
}
.agenda-1-box {
    display:block;
    text-align:center;
}
.agenda-1-box span {
    background: #34495e;
    border-radius: 50px;
    padding: 2px 15px;
    margin-top: 5px;
    display: inline-block;
    font-size:14px;
}
.agenda .agenda-1 ul {
    margin:0px;
    padding:0px;
    margin-top:20px;
}
.agenda .agenda-1 ul li {
    margin:0px;
    padding:0px;
    margin-top:15px;
    font-size:18px;
}
.agenda .agenda-1 ul li:before {
    font-size:16px;
    position:relative;
    color:#000000;
    font-size:16px;    
}
.agenda-box-1-container {
    /*border-bottom:1px dashed #333333;
    padding-bottom:40px;*/
}
.agenda-box-1-container p {
    font-size: 18px;
}
.box-agenda-p p:last-child {
    width:90%;
}
.box-agenda-border {
    border-bottom:1px solid #333333;
}
.box-agenda-border-right {
    border-bottom:1px solid #333333;
    border-left:1px solid #333333;
}
.box-agenda-border-left {
    border-left:1px solid #333333;
}
.box-agenda-p h3 {
    font-size: 22px;
}
/*.technology-showcase {
    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg-technology-showcase.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:right center;
    color:#000000;
}*/
.technology-showcase {
    color:#000000;
}
.tech-showcase-img {
    text-align:right;
}
.technology-showcase p.time-label {
    background: #34495e;
    border-radius: 50px;
    padding: 2px 15px;
    margin-top: 5px;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
}
.technology-showcase h3 {
    font-size:22px;
}
.technology-showcase p {
    font-size:18px;
}
.list-showcase {
    margin-top: 20px;
    font-size: 16px !important;
    line-height: 30px;
    font-weight:bold;
}
.exp-showcase {
    text-align:center;
}
.experience-showcase {
    color:#000000;
    background:#f7f7f7;
}
/*.experience-showcase {
    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg-experience-showcase.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:left center;
    color:#000000;
}*/
p.time-label {
    background: #34495e;
    border-radius: 50px;
    padding: 2px 15px !important;
    margin-top: 5px;
    display: inline-block;
    font-size: 14px !important;
    color: #ffffff;
}
.experience-showcase h3 {
    font-size:22px;
}
.experience-showcase p {
    font-size:18px;
}
.drink-dinner {
    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg-dinner-drinks.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:right center;
    color:#ffffff;
    width: 50% !important;
    margin: 0px !important;
}
.graveyard {
    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg-graveyard.png");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:right center;
    color:#ffffff;
    width: 50% !important;
    margin: 0px !important;
}
.drink-yard {
    padding:0px 60px;
}
.drink-yard p {
    font-size:18px;
}
.contact-us-block {
    padding:0px 20px 0px 100px;
}
.Attendes {
    padding:0px 100px 0px 20px;
}
.contact-us-block label {
    color:#000000;
}
.contact-us-attendes {
    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg-tower.png");
    background-repeat:no-repeat;
    background-position:right bottom;
    background-color:#f7f7f7;
    background-size: 25%;
}
.unconference-q1-form form fieldset .hs_select_city ul.hs-error-msgs {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    margin-top: -20px;
}
.unconference-q1-form form fieldset .hs_select_city div.input ul li label input {
    height:auto;
    margin-right:10px;
    margin-top:0px;
}
.unconference-q1-form form fieldset .hs_select_city div.input ul li {
    float:left;
    margin-right:20px;
    margin-bottom: 30px;
}
.unconference-q1-form form fieldset .hs_select_city div.input ul li:last-child {
    margin:0px;
}

.unconference-form fieldset .hs_message {
    display:none;
}
.unconference-form-edit fieldset .hs_please_select_your_registration_type_ legend+div.input ul li label input {
    float: left;
    padding: 0px;
    height: 20px;
    margin-right: 20px;
}
.unconference-form-edit fieldset .hs_please_select_your_registration_type_ legend+div.input ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}


/** About Us **/
.about-us-page {
    margin: 0 auto;
    padding: 80px 0px;
    width:82%;
}
.about-us-page .short-summary-incisiv {
    margin:0px;
    padding:0px;
}
.the-speakeasy-section {
    background:#f7f7f7;
    margin:0px;
}
.the-speakeasy-main-container {
    text-align:center;
    color:#000000;
}
.the-speakeasy-main-container p {
    font-size: 20px;
    margin: 0px auto;
    padding: 0px;
    width: 90%;
}
.the-three-speakeasy {
    margin-top:40px;
    float:left;
    display:block;
    clear:both;
}
.box-speakeasy {
    float:left;
    width:31%;
    margin-right:2%;
}
.box-speakeasy:nth-child(2) {
    margin-left:2%;
}
.box-speakeasy:last-child {
    margin-right:0%;
}
.box-speakeasy img {
    width:100px;
    margin-bottom:10px;
}
.box-speakeasy p {
    width:90%;
    font-size:18px;
    margin:0 auto;
}
.the-speakeasy-part2 {
    clear: both;
    display: block;
    text-align: center;
    margin-top: 60px;
    padding: 0px;
    color: #000000;
}
.the-speakeasy-part2 h3 {
    margin-bottom: 20px;
}
.the-speakeasy-executives-logo {
    float: left;
    margin: 0px;
    margin-bottom: 15px;
}
.the-speakeasy-executives-logo span {
    margin: 0;
    float: left;
    width: 24%;
    margin-right: 1%;
}
.the-speakeasy-executives-logo span:last-child {
    margin-right:0px;
}
.the-speakeasy-executives-logo span img {
    margin:0px;
    padding:0px;
}
.learn-more-btn {
    text-align: center;
    margin: 0px;
    display: block;
}
a.speakeasy-learn-more-btn {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: rgb(0,122,185);
    color: rgb(255, 255, 255);
    border: 2px solid rgb(0,61,92);
    text-shadow: 0px -1px rgb(0,36,55);
    line-height: 1.5em;
    padding: 10px 20px;
    border: 0px;
    border-radius: 2px;
    text-shadow: 0px;
    box-shadow: 0px;
    text-shadow: none;
    font-size: 18px;
    margin-top:20px;
}
.beyond-speakeasy {
    background-image: url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg-bynd-speakeasy.png);
    background-size: cover;
    background-attachment: fixed;
}
.beyond-container {
    color:#ffffff;
    text-align:center;
}
.beyond-container p {
    font-size:20px;
    width:90%;
    margin:0 auto;
}
.beyond-the-speakeasy-boxes {
    margin-top:40px;
}
.box-beyond-1 {
    float: left;
    width: 27%;
    background: #ffffff;
    color: #000000;
    padding: 20px;
    border-top: 5px solid #ab5900;
}
.box-beyond-ug {
    float:left;
    width:31%;
    margin-right:2%;
}
.box-beyond-ug:last-child {
    margin-right:0px;
}
.box-beyond-ug h3 {
    font-size:20px;
    height:55px;
}
.box-beyond-ug p {
    margin-bottom:0px !important;
    height:155px;
}
.blue {
    border-top: 5px solid #007ab9;
}
.pink {
    border-top: 5px solid #ff003c;
}
a.browse-insight-btn {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: #ab5900;
    color: #fff;
    border: 2px solid #003d5c;
    text-shadow: 0 -1px #002437;
    line-height: normal;
    padding: 10px 20px;
    border: 0;
    border-radius: 2px;
    text-shadow: 0;
    box-shadow: 0;
    text-shadow: none;
    font-size: 16px;
}
.box-beyond-1 p {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 68px;
}
.box-beyond-2 {
    float: right;
    background: #ffffff;
    color: #000000;
    padding: 20px;
    width: 70%;
    border-top: 5px solid #ff003c;
}
.newsletter-beyond {
    float: left;
    width: 50%;
    border-right: 1px solid #eeeeee;
    margin-top: 10px;
}
.newsletter-beyond p {
    font-size: 18px;
    margin-bottom: 53px;
    width: 80%;
}
.podcast-beyond p {
    font-size: 18px;
    margin-bottom: 26px;
    width: 80%;
}
.the-ingredients {
    background:#f7f7f7;
}
.the-ingredients {
    text-align: center;
    color: #000000;
}
.the-ingredients-container {
    margin: 0px;
}
.the-ingredients-container p {
    font-size: 20px;
}
.the-four-ingredients {
    margin-top: 40px;
}
.box-ingredient-1, .box-ingredient-2, .box-ingredient-3 {
    float: left;
    width: 22%;
    margin-right: 3%;
    word-wrap: break-word;
}
.box-ingredient-4 {
    float:left;
    width:23%;
}
.box-ingredient-1 p, .box-ingredient-2 p, .box-ingredient-3 p, .box-ingredient-4 p {
    font-size:18px;
    clear: both;
    display: block;
}
.box-ingredient-1 h4 {
    float: left;
    display: block;
    width: 60%;
    color: #688e26;
    font-size:22px;
    text-align:left;
}
.box-ingredient-1 span.green-circle {
    background: #688e26;
    width: 20px;
    clear: both;
    display: block;
    border-radius: 50px;
    float: left;
    margin-top: 17px;
    height: 20px;
    margin-left: 40px;
}
.box-ingredient-2 h4 {
    float: left;
    display: block;
    width: 41%;
    color: #3d2645;
    text-align: left;
    font-size: 22px;
}
.box-ingredient-2 span.darkbrown-circle {
    background: #3d2645;
    width: 20px;
    clear: both;
    display: block;
    border-radius: 50px;
    float: left;
    margin-top: 17px;
    height: 20px;
    margin-left: 60px; 
}
.box-ingredient-3 h4 {
    float: left;
    display: block;
    width: 67%;
    color: #b20136;
    font-size:22px;
    text-align:left;
}
.box-ingredient-3 span.red {
    background: #b20136;
    width: 20px;
    clear: both;
    display: block;
    border-radius: 50px;
    float: left;
    margin-top: 17px;
    height: 20px;
    margin-left: 30px;
    margin-right: 15px;
}
.box-ingredient-4 h4 {
    float: left;
    display: block;
    width: 40%;
    color: #ec9f05;
    font-size: 22px;
    text-align: left;
}
.box-ingredient-4 span.yellow {
    background: #ec9f05;
    width: 20px;
    clear: both;
    display: block;
    border-radius: 50px;
    float: left;
    margin-top: 17px;
    height: 20px;
    margin-left: 70px;
    margin-right:15px;
}
.the-mixologist {
    background-image: url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg-mixologist.png);
    background-size: cover;
    background-attachment: fixed;
}
.the-mixologist-container {
    color:#ffffff;
    text-align:center;
}
.the-mixologist-container p {
    font-size:20px;
}
.the-mixologist-boxes {
    margin-top: 100px;
}
.box-mixologist {
    float: left;
    width: 49%;
    margin-right: 1%;
    background: #ffffff;
    padding: 20px;
    padding-top: 0px;
    color: #000000;
    margin-bottom: 100px;
    height:320px;
}
.box-mixologist:nth-child(2) {
    margin-right:0px;
}
.box-mixologist:nth-child(3) {
    margin-bottom:0px;
}
.box-mixologist:last-child {
    margin-bottom:0px;
    margin-right:0px;
}
.box-mixologist img {
    border-radius: 100%;
    border: 5px solid #ffffff;
    margin-top: -60px;
    width: 120px;
}
.box-mixologist h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.box-mixologist ul {
    padding:0px;
}
.box-mixologist ul li {
    display: inline;
    margin-right: 10px;
    list-style: circle;
}
.box-mixologist ul li:before {
    font-size:14px;
    color:#007ab9;
}
.social-icons-mixologist {
    margin:0px;
    padding:0px;
    text-align:center;
}
.social-icons-mixologist a {
    margin:0px;
}
.social-icons-mixologist a img {
    margin: 0px;
    width: 40px;
}
.who-we-serve {
    color:#000000;
    text-align:Center;
    background:#ffffff;
}
.who-we-serve-container {
    margin:0px;
    padding:0px;
    display:block;
}
.who-we-serve-container p {
    font-size:20px;
    font-weight:normal;
}
.who-we-serve-container span.note-who-we-serve {
    font-size:18px;
    font-weight:600;
    margin-bottom:40px;
    display:block;
    clear:both;
}
.we-seperate-us {
    background:#f7f7f7;
    text-align:Center;
    color:#000000;
}
.we-seperate-us-container { 
    margin:0px;
    padding:0px; 
} 
.who-seperate-us-boxes .we-seperate-us-box { 
    margin-top:40px;
}
.who-seperate-us-boxes .we-seperate-us-box h3 {
    color: #007ab9;
    line-height: normal;
    height: 60px;
    text-align: left;
}
.who-seperate-us-boxes .we-seperate-us-box p {
    font-size:18px;
    text-align:left;
}
a.subscribe-btn {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: #007ab9;
    color: #fff;
    border: 2px solid #003d5c;
    text-shadow: 0 -1px #002437;
    line-height: normal;
    padding: 10px 20px;
    border: 0;
    border-radius: 2px;
    text-shadow: 0;
    box-shadow: 0;
    text-shadow: none;
    font-size: 16px;
}
a.subscribe-btn img {
    width: 18px;
    float: left;
    margin-right: 8px;
    margin-top: -1px;
}
a.tune-in-btn img{
    width: 20px;
    float: left;
    margin-right: 8px;
}
a.tune-in-btn {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: #ff003c;
    color: #fff;
    border: 2px solid #003d5c;
    text-shadow: 0 -1px #002437;
    line-height: normal;
    padding: 10px 20px;
    border: 0;
    border-radius: 2px;
    text-shadow: 0;
    box-shadow: 0;
    text-shadow: none;
    font-size: 16px;
}
.podcast-beyond {
    float: right;
    width: 50%;
    margin-top: 10px;
}
.about-us-page .short-summary-incisiv p {
    margin: 0;
    padding: 0 0 0px 0;
    font-size: 2em;
    width: 100%;
    line-height: 40px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-top:20px;
}
.about-us-page .short-summary-incisiv .about-box-1:last-child {
    margin-right:0px;
}
.about-us-page .short-summary-incisiv .about-box-1 {
    margin: 0;
    padding: 0px;
    float: left;
    width: 49%;
    margin-right: 20px;
    margin-bottom: 40px;
    height: auto;
}
.about-us-page .short-summary-incisiv .about-box-1 img {
    margin: 0px;
    padding: 0;
    width: 40px;
    float: left;
}
.about-us-page .short-summary-incisiv .about-box-1 span {
    margin: 0;
    padding: 0;
    width: 90%;
    float: right;
    font-size: 24px;
    margin-bottom: 5px;
    color: #ffffff;
}
.about-us-page .short-summary-incisiv .about-box-1 span+span {
    margin: 0;
    width: 90%;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    float: right;
    margin-top: 5px;
    padding-right: 50px;
}
.about-us-page .short-summary-incisiv .about-box-1 ul {
    margin: 0;
    padding: 0px;
    width: 90%;
    float: right;
    margin-top: 10px;
    padding-left: 25px;
}
.about-us-page .short-summary-incisiv .about-box-1 ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 3px;
    color: #fff;
    font-size: 18px;
}
.about-us-page .short-summary-incisiv .about-box-1 ul li:before {
    margin: 0;
    color: #fff;
    font-size: 15px;
    text-indent: -25px;
}
.question-about {
    width: 100%;
    padding: 30px 40px;
    float: left;
    font-size: 28px;
    font-weight: bold;
    background: #111111;
    margin-top: 0;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
}
.dynamic-content {
    float:left;
    width:100%;
    background: #ffffff;
}
.dynamic-content label.dynamic-label {
    margin: 0;
    padding: 0px;
    /*float: left;
    width: 16.65%;
    text-align: center;
    border-right: 1px solid #ddd;*/
}
.dynamic-content label.dynamic-label:last-child input[type="radio"]+span {
    border-right:0px;
    float:left;
}
.dynamic-content label.dynamic-label input[type="radio"]+span {
    margin: 0;
    padding: 15px 15px;
    float: left;
    width: 11.1%;
    text-align: center;
    border-right: 1px solid #dddddd;
    font-weight: normal;
    cursor: pointer;
    text-transform:uppercase;
    color:#000000;
    height:112px;
    font-size:14px;
    border-bottom:1px solid #dddddd;
    background:#ffffff;
}
.dynamic-content label.dynamic-label input[type="radio"] {
    display: none;
}
.dynamic-content label.dynamic-label input[type="radio"]:checked+span {
    font-weight: bold;
    background: darkred;
    color: #ffffff;
}
.dynamic-content.stick label.dynamic-label input[type="radio"]:checked+span {
    border-bottom:0px !important;
}
body.about-us-incisiv .dynamic-content select {
    margin: 0;
    padding: 20px 20px !important;
    border-radius: 0px !important;
    height: 50px;
    box-shadow: none;
    border: 1px solid #000000;
    background: #ffffff;
    color: #333333;
    margin-bottom:40px;
}
.red.box, .green.box, .blue.box, .yellow.box, .orange.box, .black.box {
    font-size: 40px;
    font-weight: 300;
    color: #333;
    float: left;
    margin-top:-101px;
    z-index: 999;
    position: relative;
}
.red.box p.background, .green.box p.background, .blue.box p.background, .yellow.box p.background, .orange.box p.background, .black.box p.background {
    margin: 0;
    padding: 12% 100px;
    background: #000;
    text-shadow: 0 1px 1px #000;
    line-height: 50px;
}
.red.box p.background, .green.box p.background, .blue.box p.background, .black.box p.background {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg-about-industry.jpg");
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}
.yellow.box p.background, .orange.box p.background {
    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/technology-bg-box.jpg");
    background-size:cover;
    color:#ffffff;
    background-attachment: fixed;
}
.red.box p strong, .green.box p strong, .blue.box p strong, .yellow.box p strong, .orange.box p strong, .black.box p strong {
    color:#ffffff;
}
h3.sub-heading-about {
    font-size:30px;
    color:#000000;
    margin-top:40px;
    font-family: 'Montserrat',sans-serif;
    text-rendering: optimizelegibility;
}
.how-we-different-container h3.sub-heading-about {
    font-size:36px;
    color:#ffffff;
    margin-top:40px;
    font-family: 'Montserrat',sans-serif;
    text-rendering: optimizelegibility;
    text-align:center;
}
#section-1-redbox h3.sub-heading-about {
    color:#000000;
    font-family: 'Montserrat',sans-serif;
    text-rendering: optimizelegibility;
    font-size:36px;
    text-align:center;
}
#section-2-greenbox h3.sub-heading-about, #section-3-bluebox h3.sub-heading-about, #section-3-yellowbox h3.sub-heading-about, #section-3-orangebox h3.sub-heading-about, #section-3-blackbox h3.sub-heading-about {
    color:#000000;
    margin-top:0px;
    font-family: 'Montserrat',sans-serif;
    text-rendering: optimizelegibility;
    text-align:center;
    font-size:36px;
}
.whats-next-container h3.sub-heading-about {
    color:#ffffff;
    font-family: 'Montserrat',sans-serif;
    text-rendering: optimizelegibility;
    text-align:center;
    font-size:36px;
}
.red-box1 {
    margin: 0;
    float: left;
    width: 23%;
    margin-right: 30px;
    background: #ffffff;
    padding: 15px 20px;
    font-size: 18px;
    border: 1px solid #000000;
    font-weight: normal;
    height: 230px;
    margin-top: 10px;
    color: #000000;
    text-align:center;
    border-radius:1px;
}
.red-box1 img {
    margin: 0 auto;
    width: 60px;
    clear: both;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
}
.red-box1 span {
    margin:0px;
}
.red-box1 span strong {
    font-size: 22px;
    clear: both;
    display: block;
    color: #000000;
}
.red-box1:last-child {
    margin-right:0px;
}
#section-1-redbox, #section-2-greenbox, #section-3-bluebox, #section-3-yellowbox, #section-3-orangebox {
    background: #ffffff;
    padding: 90px 100px;
    float: left;
}
.consumer-industries {
    margin:20px 0px;
    float:left;
    width:100%;
    margin-bottom:50px;
}
.consumer-industries .consumer-industries-box1:last-child {
    margin-right:0px;
}
.consumer-industries .consumer-industries-box1 {
    margin: 0;
    float: left;
    width: 14.4%;
    margin-right: 30px;
    text-align: center;
    padding: 120px 0px 0px 0px;
}
.bg-retail {
    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg_retail.jpg");
    background-size:cover;
    background-position: center top;
}
.bg-restaurant {
    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg_restaurant.jpeg");
    background-size:cover;
    background-position: center top;
}
.bg-lodging {
    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg_lodging.jpeg");
    background-size:cover;
    background-position: center top;
}
.bg-airlines {
    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg_airplane.jpeg");
    background-size:cover;
}
.bg-banking {
    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg_banking.jpeg");
    background-size:cover;
    background-position: center top;
}
.bg-healthcare {
    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg_healthcare.jpeg");
    background-size:cover;
    background-position: center top;
}
.consumer-industries .consumer-industries-box1 img {
    margin: 0px auto;
    width: 60px;
    padding: 0px;
    margin-bottom: 10px;
    clear: both;
    display: block;
}
.consumer-industries .consumer-industries-box1 span {
    margin: 0px;
    font-size: 18px;
    clear: both;
    display: block;
    font-weight: normal;
    color: #ffffff;
    background: rgba(0,0,0,.8);
    padding: 3px 0px 3px 0px;
    text-transform: uppercase;
}
.red-box1-short-desc {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    float: left;
    font-family: 'Montserrat',sans-serif;
    text-rendering: optimizelegibility;
    width: 100%;
    text-align:center;
}
.how-we-different-container {
    float: left;
    display: block;
    clear: both;
    margin-top: 0px;
    font-size: 18px;
    font-weight: normal;
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg-about-how-we-different.png");
    background-size:cover;
    background-attachment:fixed;
    padding: 90px 100px;
    color:#ffffff;
}
ul.how-we-different {
    margin:0px;
    float:left;
    padding:0px;
    margin-top: 30px;
}
ul.how-we-different li {
    margin: 0;
    padding: 0;
    text-indent: -19px;
    margin-left: 40px;
    word-wrap: break-word;
    margin-bottom: 30px;
}
ul.how-we-different li:before {
    margin: 0;
    padding: 0;
    margin-right: 20px;
    color:#ffffff;
}
/*.hs_cos_wrapper_type_rich_text ul li:before {
    color:#000000 !important;
}*/
ul.how-we-different li strong {
    color:#ffffff;
}
.who-we-are-container {
    float: left;
    display: block;
    clear: both;
    font-size: 18px;
    font-weight: normal;
    background: #f9f9f9;
    padding: 90px 100px;
}
.who-we-are {
    margin:0px;
}
.who-we-are p {
    margin:0px;
    text-align:center;
}
.who-we-are p a {
    margin:0px;
    color:#007ab9;
    font-weight:normal;
}
.who-we-are .team-member {
    margin: 0;
    float: left;
    width: 31.5%;
    margin-right: 30px;
    margin-top: 30px;
    text-align:center;
}
.who-we-are .team-member:last-child {
    margin-right:0px;
}
.who-we-are .team-member img {
    margin: 0;
    width: 50%;
    border-radius: 50%;
}
.who-we-are .team-member h4 {
    margin: 0;
    padding: 20px 20px 0px 20px;
    font-size: 26px;
    color: #000000;
}
.who-we-are-container h3.sub-heading-about {
    margin-top:0px;
    text-align:center;
    font-size:36px;
}
.who-we-are .team-member .team-member-designation {
    margin: 0;
    clear: both;
    display: block;
    width: 100%;
    padding: 0px 10px 10px 20px;
    font-size: 18px;
    font-style: italic;
}
.who-we-are .team-member .team-member-about {
    margin: 0;
    width: 100%;
    padding: 0 30px;
    float: left;
    font-size: 16px;
    line-height: 24px;
}
.who-we-are .team-member .team-member-social {
    margin: 0px auto;
    float: left;
    width: 100%;
    padding: 0px 0px;
    text-align: center;
}
.who-we-are .team-member .team-member-social a {
    margin: 0;
    display: inline-block;
    margin-right: 10px;
    padding: 0;
}
.who-we-are .team-member .team-member-social a:last-child {
    margin-right:0px;
}
.who-we-are .team-member .team-member-social a img {
    margin: 0;
    padding: 0px;
    width: 30px;
}
.whats-next-container {
    margin: 0;
    float: left;
    font-size: 18px;
    width: 100%;
    margin-top: 0px;
    padding: 50px 120px 0px 120px;
    background: #000000;
}
.whats-next-container .whats-next-box1 {
    margin: 0;
    float: left;
    width: 24.3%;
    margin-right:10px;
    margin-top: 10px;
}
.whats-next-container .whats-next-box1 a.contact-us-about-box {
    margin:0px;
}
.whats-next-container .whats-next-box1 a {
    margin:0px;
}
.whats-next-container .whats-next-box1 a img {
    margin:0px;
}
.whats-next-box1-text {
    margin: 0;
    float: left;
    width: 24.3%;
    padding: 30px;
    height: 267px;
    color: #fff;
    margin-top: 10px;
    margin-right: 10px;
    line-height:28px;
    background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/contact-bg.png");
    background-size:cover;
    background:position:center center;
}
.whats-next-box1-text:first-child {
}
.whats-next-box1-text:last-child {
    margin-right:0px;
    background:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/social-sharing-about-block.png");
    background-size:cover;
    background-position:bottom right;
}
.whats-next-box1-text a {
    margin: 0px;
    font-size: 22px;
    color: #ffffff;
    margin-right:10px;
}
.whats-next-box1-text a:hover strong {
    color:#007ab9;
}
.whats-next-box1-text .whats-next-follow-us {
    margin: 0px;
    clear: both;
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight:bold;
}
.whats-next-box1-text a img {
    width:35px;
}
/*Green Box Investors in Technology Firm*/
.green-box1 {
    margin: 0;
    float: left;
    width: 23%;
    margin-right: 30px;
    background: #ffffff;
    padding: 15px 20px;
    font-size: 18px;
    border: 1px solid #000000;
    font-weight: normal;
    height: 290px;
    margin-top: 20px;
    text-align: center;
    color: #000000;
    border-radius:1px;
}
.green-box1 img {
    margin: 0 auto;
    width: 60px;
    clear: both;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
}
.green-box1 span {
    margin:0px;
}
.green-box1 span strong {
    font-size: 24px;
    clear: both;
    display: block;
    color: #000000;
}
.green-box1:last-child {
    margin-right:0px;
}
/*.sub-small-heading {
    float:left;
    clear:both;
    display:block;
    font-size:20px;
    font-weight:normal;
}*/
/*Blue Box Investors in Consumer Industries*/
.blue-box1 {
    margin: 0;
    float: left;
    width: 31.5%;
    margin-right: 30px;
    background: #ffffff;
    padding: 15px 20px;
    font-size: 18px;
    border: 1px solid #000000;
    font-weight: normal;
    height: 220px;
    margin-top: 20px;
    color: #000000;
    text-align:center;
    border-radius:1px;
}
.blue-box1 img {
    margin: 0 auto;
    width: 60px;
    clear: both;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
}
.blue-box1 span {
    margin:0px;
}
.blue-box1 span strong {
    font-size: 22px;
    color: #000000;
}
.blue-box1:last-child {
    margin-right:0px;
}
/*Yellow Box*/
.yellow-box1 {
    margin: 0px;
    float: left;
    width: 23%;
    margin-right: 30px;
    background: #ffffff;
    padding: 15px 20px;
    font-size: 18px;
    border: 1px solid #000000;
    font-weight: normal;
    height: 300px;
    margin-top:20px;
    text-align:center;
    color:#000000;
    border-radius:1px;
}
.yellow-box1 img {
    margin: 0 auto;
    width: 60px;
    clear: both;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
}
.yellow-box1 span {
    margin:0px;
}
.yellow-box1 span strong {
    font-size: 22px;
    color: #000000;
}
.yellow-box1:last-child {
    margin-right:0px;
}
.yellow-adjust-3boxes {
    width: 32.5% !important;
    height: 270px !important;
}
/*Orange Box*/
.orange-box1 {
    margin: 0px;
    float: left;
    width: 23%;
    margin-right: 30px;
    background: #ffffff;
    padding: 15px 20px;
    font-size: 18px;
    border: 1px solid #000000;
    font-weight: normal;
    height: 350px;
    margin-top:20px;
    text-align:center;
    color:#000000;
    border-radius:1px;
}
.orange-box1 img {
    margin: 0 auto;
    width: 60px;
    clear: both;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
}
.orange-box1 span {
    margin:0px;
}
.orange-box1 span strong {
    font-size: 22px;
    color: #000000;
}
.orange-box1:last-child {
    margin-right:0px;
}
/** Technology Firm **/
.tech-firm-box { 
    text-align:Center;
    color:#000000;
}
.tech-firm-box p {
    font-size:22px;
    width:80%;
    margin:0 auto;
}
.tech-firm-box img {
    width:100px;
    margin-bottom:15px;
}
/** Service Listing **/
.incisiv-custom-sidebar-contact-form select {
    background-color: #fff;
    background: rgba(255,255,255,.05);
    zoom: 1;
    color: #fff;
    height: 60px;
    font-size: 15px;
    border: 1px solid #444;
    border-radius: 0;
    -webkit-appearance: none;
}
.incisiv-custom-sidebar-contact-form select option {
    color:#000000;
}
.consumer-industry-1 img {
    float: left;
    width: 50px;
    margin-right: 15px;
    margin-left: 60px;
}
.consumer-industry-2 img {
    float: left;
    width: 50px;
    margin-right: 15px;
    margin-left: 80px;
}
.consumer-industry-3 img {
    float: left;
    width: 50px;
    margin-right: 15px;
    margin-left: 20px;
}
.box-speakeasy.consumer-industry-1 h4 {
    text-align: left;
    width: 50%;
    margin-top: 0px;
    float: left;
    line-height:normal;
    font-size:22px;
}
.box-speakeasy.consumer-industry-2 h4 {
    text-align: left;
    width: 35%;
    margin-top: 0px;
    float: left;
    font-size:22px;
    line-height:normal;
}
.box-speakeasy.consumer-industry-3 h4 {
    text-align: left;
    width: 70%;
    margin-top: 0px;
    float: left;
    font-size:22px;
    line-height:normal;
}
.box-speakeasy.consumer-industry p {
    clear:both;
}
.box-speakeasy.consumer-industry-1.tech-industry-1 img {
    margin-left: 35px;
    margin-right: 15px;
}
.box-speakeasy.consumer-industry-1.tech-industry-1 h4 {
    width:70%;
}
.box-speakeasy.consumer-industry-2.tech-industry-2 img {
    margin-left: 70px;
    margin-right: 15px;
}
.box-speakeasy.consumer-industry-2.tech-industry-2 h4 {
    width:50%;
}
.box-speakeasy.consumer-industry-3.tech-industry-3 img {
    margin-left: 45px;
    margin-right: 15px;
}
.box-speakeasy.consumer-industry-3.tech-industry-3 h4 {
    width:60%;
}

.learn-more-industry {
    clear: both;
    display: block;
    margin-top: 40px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.learn-more-industry span {
    clear: both;
    display: block;
    margin-bottom: 20px;
}
.learn-more-industry a {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: #007ab9;
    color: #fff;
    border: 2px solid #003d5c;
    text-shadow: 0 -1px #002437;
    line-height: normal;
    padding: 10px 20px;
    border: 0;
    border-radius: 2px;
    text-shadow: 0;
    box-shadow: 0;
    text-shadow: none;
    font-size: 16px;
    margin-right: 5px;
}
/** The Digital Speakeasy **/
.digital-speakeasy-bg {
    background-image: url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg-the-digital-speakeasy.png");
    background-size: cover;
    color: #fff;
    background-position: center;
}
.the-digital-speakeasy-page {
    margin: 0;
    padding-right: 30%;
}
.the-digital-speakeasy-page h2 {
    font-size: 46px;
}
.the-digital-speakeasy-page p {
    font-size: 20px;
}
.digital-speakeasy-box-2 {
    margin:0px;
}
.digital-speakeasy-box-2 h2 {
    font-size:36px;
}
.podcast-sharing {
    text-align: center;
    color: #000000;
    background:#f7f7f7;
}
.podcast-sharing h2 {
    margin-bottom:0px;
}
.podcast-sharing p {
    margin-top: 0px;
    font-size: 20px;
}
.podcast-sharing-container {
    margin-top:30px;
}
.podcast-sharing-container a {
    padding:0px;
    margin-right:10px;
}
.podcast-sharing-container a img {
    height: 50px;
    width: auto;
    margin: 0px;
    padding: 0px;
}
.podcast-listing .home-services .blog-thumb-desc {
    min-height:200px !important;
}
.blog-thumb-desc audio {
    margin-bottom: 15px;
    width: 111.5%;
    clear: both;
    float: left;
    display: block;
    margin-top: -20px;
    margin-left: -20px;
}
.podcast-listing .home-services .blog-thumb-desc h3 {
    height:30px;
}
/** service detail page **/
.tabs-service-detail {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.tabs-service-detail ul {
    margin:0px;
    padding:0px;
}
.tabs-service-detail ul li {
    margin: 0;
    padding: 0;
    width: 33.33%;
    float: left;
    opacity:.5;
}
.tabs-service-detail ul li.active {
    opacity:1;
}
.tabs-service-detail ul li:before {
    display:none;
}
.tabs-service-detail a {
    margin: 0;
    padding: 20px 10px;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 18px;
}
.fixed_top {
    position: fixed;
    top: 0;
    line-height: normal !important;
    font-size: initial !important;
    width: 100%;
    left: 0;
    z-index: 999999;
    margin:0px;
}
.service-detail-box p {
    font-size: 18px;
    width: 90%;
}
.service-detail-box ul {
    margin: 0px;
    padding: 0px;
}
.service-detail-box ul li {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    font-size: 18px;
}
.service-detail-box ul li:before {
    color:#688e26;
    font-size:12px;
}
.custom-benchmarking {
    text-align:center;
    margin-top:60px !important;
}
.custom-benchmarking p {
    width:80%;
    margin:0 auto;
    font-size:22px;
    color:#000000;
}
span.green-circle {
    background: #688e26;
    width: 20px;
    clear: both;
    display: block;
    border-radius: 50px;
    float: left;
    margin-top: 13px;
    height: 20px;
}
span.green-circle {
    background: #688e26;
    width: 15px;
    clear: both;
    display: block;
    border-radius: 50px;
    float: left;
    margin-top: 11px;
    height: 15px;
    margin-right: 15px;
}
span.darkbrown-circle {
    background: #3d2645;
    width: 15px;
    clear: both;
    display: block;
    border-radius: 50px;
    float: left;
    margin-top: 11px;
    height: 15px;
    margin-right: 15px;
}
span.red-circle {
    background: #b20136;
    width: 15px;
    clear: both;
    display: block;
    border-radius: 50px;
    float: left;
    margin-top: 11px;
    height: 15px;
    margin-right: 15px;
}
.service-detail-box {
    color:#000000;
    margin-bottom:20px;
}
.main-container-digital-iq {
    margin:0px;
    text-align: center;
    color: #000000;
    margin-bottom:40px !important;
    width:100%;
}
.nice_margin h2#digital-iq-id-1, .nice_margin h2#research-and-analytics-id-1, .nice_margin h2#innovation-tech-discovery-id {
    padding-top: 100px !important;
}
.main-container-digital-iq h2 {
    padding:0px;
    color:#688e26;
}
.main-container-digital-iq p {
    font-size:22px;
    margin:0px auto;
    padding:0px;
    width:80%;
    margin-top:10px;
}
.benchmarking-tab {
    background:#6c912c;
}
.research-analytics-tab {
    background:#3d2645;
}
.tech-discovery-tab {
    background:#b20136;
}
.tabs-service-detail a img {
    margin: 0;
    height: 20px;
    margin-right: 10px;
}

/** The Speakeasy **/
.the-speakeasy-bg {
    background-image:url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg-the-speakeasy.png);
    background-size:cover;
    background-position:fixed;
}
.the-speakeasy-bg-container {
    color:#ffffff;
    text-align:center;
}
.about-us-page.the-speakeasy-page {
    width:92%;
    padding-bottom:40px;
}
.learn-more-request-btn {
    text-align:Center;
    color:#ffffff;
    margin-bottom:40px;
}
.learn-more-request-btn a {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: sans-serif;
    background: #007ab9;
    color: #fff;
    border: 2px solid #003d5c;
    text-shadow: 0 -1px #002437;
    line-height: 1.5em;
    padding: 10px 20px;
    border: 0;
    border-radius: 2px;
    text-shadow: 0;
    box-shadow: 0;
    text-shadow: none;
    font-size: 18px;
    border: 2px solid #007ab9;
    margin-right:10px;
}
.learn-more-request-btn a.request-btn {
    background:transparent;
    border: 2px solid #007ab9;
    margin-right:0px;
}
.the-speakeasy-patron {
    background:#f7f7f7;
    color:#000000;
    text-align:Center;
}
.the-speakeasy-patron h2 {
    margin-bottom:0px;
}
.patron-consumer-industries {
    margin:0px;
}
.apparel-fashion {
    color:#000000;
    float:left;
    width:100%;
    clear:both;
    display:block;
    margin-top:40px;
}
.apparel-fashion h3 {
    text-align:left;
    margin-bottom:10px;
}
.apparel-fashion img {
    float: left;
    width: 190px;
    margin-right: 10px;
    margin-bottom:10px;
}
.apparel-fashion img:nth-child(6n+6), {
    margin-right:0px;
}
.the-speakeasy-offers {
    background:#f7f7f7;
}

/** Executive Agenda Speakeasy **/
.executive-agenda {
    margin:0px;
    text-align:center;
    color:#000000;
    background:#ffffff;
    /*background-image:url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg-executive-agenda.png);
    background-size:cover;
    background-position:fixed;*/
}
.executive-agenda-container {
    margin:0px;
}
.box-executive-agenda {
    color:#000000;
    float:left;
    background:#f7f7f7;
    margin-top:30px;
}
.box-executive-agenda.green-card-1 h3 {
    background:#688e26;
}
.box-executive-agenda.brown-card-1 h3 {
    background:#3d2645;
}
.box-executive-agenda.red-card-1 h3 {
    background:#b20136;
}
.box-executive-agenda h3 {
    color:#ffffff;
    padding:15px 25px;
}
.box-executive-agenda .digital-disruption:last-child {
    border-bottom:0px;
}
.box-executive-agenda h3+img {
    width: 50px;
    display: block;
    margin: 0 auto;
    margin-top: -10px;
}
.box-executive-agenda .digital-disruption {
    float: left;
    text-align: left;
    clear: both;
    color: #000;
    padding: 25px;
    border-bottom: 1px solid #eee;
    margin: 0px;
    min-height: 170px;
}
.digital-disruption span {
    font-size:18px;
}
.the-testimonials {
    background:#f7f7f7;
    color:#000000;
    text-align:center;
}
.the-testimonials-container p {
    font-size:36px;
    font-weight:300;
    padding:0px 100px;
    margin:0px;
}
.the-testimonials-container span {
    font-size: 24px;
    margin-top: 30px;
    clear: both;
    display: block;
} 
/** Retail page **/
.main-container-retail {
    background:#f7f7f7;
}

/* Subscribe Form */
#subscribe_div{
    /*padding: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 9999999999999999;*/
}
#Subscrption_form{
	/*width:400px;
	margin:100px auto;*/
}

.custom-gated-content-form {
    margin: 0px auto !important;
    padding: 40px;
    width: 80% !important;
    display: block !important;
    float:none !important;
    padding-bottom: 70px !important;
}
.custom-gated-content-form form fieldset div>label {
    font-size:18px;
    color:#000000;
    margin-bottom:5px;
    float:left;
}
.custom-gated-content-form form fieldset div.input input  {
    border-radius: 0px;
    padding: 10px 10px;
    box-shadow: none;
    height: auto;
}
.custom-gated-content-form form fieldset ul.hs-error-msgs {
    margin-top: 3px;
    padding: 0px;
    margin-bottom: 0px;
}
.custom-gated-content-form form fieldset ul.hs-error-msgs li label {
    color:red !important;
    font-weight:normal !important;
    font-size:14px !important;
}
.about-us-bg {
    background: url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/backgroud-about-banner.png);
    background-size: cover;
    background-attachment: fixed;
}
.about-us-page .short-summary-incisiv h2 {
    font-weight: normal;
    color: #ffffff;
    font-size: 52px;
    text-align: center;
    line-height: normal;
}
.box-about{
    display:none;
}
.adjust-social-icons-team {
    margin-top:40px;
}
.custom-aboutus-footer {
    padding: 20px 100px;
    float: left;
    width: 100%;
}
.custom-aboutus-footer .us-office {
    float:left;
    margin-right:120px;
}
.custom-aboutus-footer .india-office {
    float:left;
}
.footer-social-media-aboutus {
    float:right;
    margin-right:20px;
}
.main-footer-bar-aboutus {
    float: left;
    width: 100%;
    clear: both;
    background: #e0e0e0;
    padding: 15px 100px;
    font-size: 16px;
}
.main-footer-bar-aboutus a {
    font-size:12px;
    color:#000000;
}
.main-footer-bar-aboutus a.copyright-aboutus {
    float:left;
}
.main-footer-bar-aboutus a.privacy-aboutus {
    float:right;
}
.title-related-content {
    background: darkred;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 100px;
    text-align: center;
    position:relative;
}
div.title-related-content::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid darkred;
    clear: both;
    position: absolute;
    display:block;
    top: 50px;
    left: 50%;
    z-index: 999;
}
#sticky.dynamic-content.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    height:auto;
}
body.about-us-incisiv div#sticky{
    padding-bottom:100px;
    position:relative;
    background-image:url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/bg-about-1.jpg?t=1493901035334);
    background-size:cover;
    background-attachment:fixed;
    background-position:bottom center;
}
body.about-us-incisiv div.dynamic-content.stick {
    padding-bottom:0px !important;
}
body.about-us-incisiv div.dynamic-content.stick+.box-about .red.box, body.about-us-incisiv div.dynamic-content.stick+.box-about .green.box, body.about-us-incisiv div.dynamic-content.stick+.box-about .blue.box, body.about-us-incisiv div.dynamic-content.stick+.box-about .yellow.box, body.about-us-incisiv div.dynamic-content.stick+.box-about .orange.box, body.about-us-incisiv div.dynamic-content.stick+.box-about .black.box {
    font-size: 40px;
    font-weight: 300;
    color: #333;
    float: left;
    margin-top:0px !important;
}
.label-web-ebook {
    font-size:18px;
}
.logo-web-ebook {
    margin: 0px;
    display: block;
    float: left;
}
.logo-web-ebook a img {
    -webkit-filter:invert(100%); /* Safari 6.0 - 9.0 */
    filter:invert(100%);
    width: 160px;
}
.web-report-fixed-header {
    position: static;
    width: 100%;
    display: block;
    padding: 15px 40px;
    /*background: rgba(17, 17, 17, 0.7);*/
    z-index: 9999999999;
}
.buttons-download-next {
    float:right;
    color:#ffffff; 
}
.buttons-download-next a {
    margin: 0px;
    color: #ffffff;
    text-decoration: none;
    margin-right: 10px;
}
.buttons-download-next a:last-child {
    margin-right: 0px;
    margin-left: 10px;
}
.buttons-download-next a img {
    margin: 0;
    width: 25px;
    margin-top: 10px;
    margin-right: 5px;
}
.web-hide-not-logged-in {
    display:none !important;
}
.web-subscribe-popup-active-text {
    margin:0px;
    padding:0px;
}
.web-preview-subscribe-container {
    margin: 0;
    color: #111111;
    font-size: 24px;
    padding: 40px 180px;
    text-align: left;
    width: 100%;
    font-weight: normal;
    background:#f1f1f1;
    margin-bottom:10px;
    float:left;
}
p.web-preview-text {
    margin:0px;
}
.web-preview-listing {
    margin:0px;
    padding-left: 0px !important;
}
.web-preview-listing li {
    margin:0px;
    padding:0px;
    margin-bottom:15px;
    padding-left:30px;
    font-size:22px;
}
.web-preview-listing li:before {
    display: block !important;
    font-size: 20px !important;
    color: darkred !important;
    float: left !important;
    margin-top: 8px !important;
    margin-left: -30px !important;
}

.web-subscribe-popup-active-text a {
    color:#007ab9;
}
span#popup-close {
    color: white;
    background: red;
    padding: 5px 12px;
    border-radius: 50px;
    right: 24%;
    position: absolute;
    top: 60px;
    cursor: pointer;
    z-index: 9999999999;
}
.web-thank-you-boxes {
/*    height: auto !important;
    background: none !important;
    padding: 0 !important;
    border-left: none !important;
    box-shadow: none !important;
    margin-top: 0 !important;*/
}
.web-thank-you-boxes:last-child {
    border-right:0px !important;
    padding-right:0px !important;
}
.web-thank-you-boxes .thank-you-boxes-container h3 {
    font-size: 30px !important;
    line-height: normal !important;
    margin-bottom: 15px;
    text-align:center;
}
.web-thank-you-boxes .thank-you-boxes-container img {
    width: 10% !important;
    clear: both;
    display: block;
    margin: 0px auto !important;
    float: none !important;
    border-radius: 50%;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}
.web-thank-you-boxes .thank-you-boxes-container p {
    font-size: 22px !important;
    float: none;
    clear: both;
    margin: 0px auto;
    display: block;
    font-weight: 300;
    width: 80%;
}
.web-thank-you-boxes ul {
    margin:0px;
    padding-left: 20px;
}
.web-thank-you-boxes ul li {
    margin:0px;
    margin-top:18px;
}
.web-thank-you-boxes ul li a {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-size: 15px;
}
.web-thank-you-boxes ul li a:hover {
    text-decoration:underline;
}
.scroll-fixed-report {
    position:fixed;
    background: rgba(0,0,0,.9);
    top:-75px;
    z-index:9999999999;
}
.scroll-fixed-report.pov-scroll-fixed-report {
    top:-115px;
}
.fixed-header-title-report {
    margin: 0px auto;
    color: #ffffff;
    font-weight: bold;
    font-size: 28px;
    margin-left: 26%;
}
 .thank-you-boxes-container .web-subscribe-btn {
    border: 0 !important;
    cursor: pointer;
    background: #007ab9;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: none;
    margin-top: 60px;
    font-family: 'Opensans',Sans-serif;
    clear: both;
    display: block;
    width: 10%;
    margin: 0 auto;
}
.web-report-footer-sub {
    margin:0px;
    background:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/web-footer-bg.jpg") bottom center no-repeat;
    padding:0px;
    background-size:cover;
}
.web-report-footer-main {
    margin:0px;
}
.web-report-footer-main p {
    margin: 0px !important;
    padding: 20px;
    background: #000000;
    color: #ffffff;
    text-align: center;
}
a.web-read-more-btn {
    border: 0 !important;
    cursor: pointer;
    background: #007ab9;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: none;
    font-family: 'Opensans', Sans-serif;
    display: block;
    width: 10%;
    margin: 0 auto;
    margin-top: 20px;
}   
.gaurav-profile-live-walkthrough {
    background: #ffffff;
    width: 100% !important;
    padding: 60px 0px;
    color: #000000;
    height: auto !important;
    margin: 0px !important;
    border:0px !important;
    box-shadow:none !important;
    text-align:Center;
}
.gaurav-profile-live-walkthrough .row-number-3 .ebook-im-interested-click form .hs_submit .actions {
    margin: 0px;
}
.newsletter-web-report {
    margin: 0px;
    background: none !important;
    padding: 60px 0px;
    border: 0px !important;
    box-shadow:none !important;
    height:auto !important;
    color:#ffffff !important;
    text-align:Center;
}
/*.web-thank-you-boxes.newsletter-web-report .thank-you-boxes-container p {
    margin: 0px;
    width: 100%;
    text-align: center;
}*/
.web-report-post-listing {
    margin: 0px;
    padding: 60px 0px;
    border: 0px !important;
    box-shadow:none !important;
    height:auto !important;
    text-align:Center;
}
.web-preview-listing-container {
    margin:0px;
    float:left;
    width:46%;
    font-size:18px;
}
.web-preview-text-container {
    margin: 0;
    float: right;
    width: 46%;
    font-size: 36px;
    font-weight: 300;
    color: darkgoldenrod;
}
.preview-main-heading {
    margin: 0px;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    padding: 0px;
    margin-bottom: 5px;
    color:darkred;
}
.preview-main-heading-underline {
    margin:0px auto;
    height:3px;
    width:10%;
    margin-bottom:40px;
    padding:0px;
    clear:both;
    display:block;
    background:#58A4B0;
}
.web-preview-listing-box-1 {
    float:left;
    width:100%;
    margin-bottom:30px;
}
.web-preview-listing-box-1 h2 {
    margin: 0px;
    padding: 0px;
    font-size: 23px;
    margin-bottom: 10px;
    color: darkslateblue;
}
.web-preview-listing-box-1 p {
    margin:0px;
    padding:0px;
    color:#444444;
    font-family: 'Open Sans', sans-serif;
}
#subscribe_div form .hs_submit div.actions input.hs-button {
    width: 100%;
    margin-top: 10px;
    padding: 15px;
}
#subscribe_div form fieldset div.input input{
    margin: 0px;
    border-radius: 5px;
    border: 2px solid #dddddd;
    padding: 15px;
}
#subscribe_div form fieldset div.hs_firstname {
    padding-right:10px !important;
}
#subscribe_div form fieldset div.hs-form-field {
    padding:0px;
}
.web-preview-listing-box-1 h2 img {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 32px;
    margin-left: -45px;
    margin-top:1px;
}
.web-preview-listing-box-1:last-child h2 img {
    width:30px;
}
.web-preview-listing-box-1:nth-child(2) h2 img {
    width:30px;
}
.form-head {
    margin: 0px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding: 0px 25%;
}
.premium-heading {
    margin: 0px;
    color: darkred;
    font-size: 1.6em;
}
.form-head h2 {
    padding: 0px;
    margin: 0px;
    font-size: 2em;
} 
.form-head h2:after {
    content: '\00a0';
    margin: 0px auto;
    position: relative;
    height: 3px;
    width: 15%;
    margin-bottom:10px;
    padding: 0px;
    clear: both;
    display: block;
    background: #58A4B0;
    margin-top: 5px;
}
.form-head p {
    margin: 0px;
    font-size: 1.2em;
}
.email-unsubscribe-pages {
    margin:0px;
}
.mob-issue-tree { display:none; }
.web-issue-tree { display:block; }

/*Navigation mobile code adjust*/
.navigation header {
    display:none;
}
/***************** NAVIGATION ********************/
nav ul{
	display: flex; 
	flex-wrap: wrap; 
	max-width: 1080px; 
	margin: 0 auto;		
	color:#ffffff;
    background: rgba(0,0,0,.9)
}
nav ul,
nav li{
	flex: 1;	
}
nav li:last-child{border-bottom: none;}
nav a{
    text-decoration: none;
    color: inherit;
    display: block;
    font-size: 1.0em;
    line-height: normal;
    padding: 14px 10px;
    color:#ffffff;
}
nav ul li.active a{
	background: darkred;
	color: #fff;
}
nav a:hover, nav a:focus{
	background: darkred;
	color: #fff;
}
nav li{
	position: relative;
	line-height: 50px;
	color: #fff;
	text-align: center;
}  
nav input,
nav label{
	display: none;
	width: 36px; 
	height: 36px; 
	background: darkred; 
	color: #fff; 
	text-align: center; 
	line-height: 36px;
	font-size: 1.6rem;
	border-radius: 4px;
} 
nav label{position: fixed; top: 48px; right: 8px; transition: .4s; z-index: 9999999999;}
nav label:hover{cursor:pointer;}
nav label:before{
	font-family: FontAwesome;
	font-size: 24px;
	content: "\f0c9";
	text-align: center;
}
.attendees-nrf-2019 a {
	width:200px;
}
.blog-img-set img {
		display:inline-table;
  	height:175px;
}
  .pos_text_adjust {
      font-size:1.4em;
  }
  .sub-text-thankyou {
      line-height:normal;
      font-weight:normal;
      font-size:1.4em;
      line-height:1.5;
      font-family: 'Lato',arial,sans-serif;
  }

.box-dnvb-blog {
    width: 30%;
    float: left;
    margin-right: 3%;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #e1e1e1;
    box-shadow: 0px 0px 4px #eeeeee;
    text-align:Center;
}
.box-dnvb-blog img {
    width:80%;
}
.blog-thumb-desc-card {
    font-family: 'Lato',arial,sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
}
.home-service .media-box-container {
    box-shadow:0px 1px 2px #ccc !important;
}
.blog-term-table p {
    border-radius:2px;
}
.blog-term-table p.immedte {
    width: 100%;
    background: #222222;
    padding: 10px 20px;
    margin-top: 0px;
    color: #ffffff;
}
.blog-term-table p.short {
    width: 100%;
    background: #791314;
    padding: 10px 20px;
    margin-top: 0px;
    color: #ffffff;
}
.blog-term-table p.int {
    width: 100%;
    background: #2a5b7f;
    padding: 10px 20px;
    margin-top: 0px;
    color: #ffffff;
}
.blog-term-table p.long {
    width: 100%;
    background: #1e6432;
    padding: 10px 20px;
    margin-top: 0px;
    color: #ffffff;
}
.hp-about-speakers {
    padding: 30px;
    width: 100%;
    display: block;
    float: left;
    background: #333333;
    margin-top: 30px;
}
.hp-about-speakers h2 {
    text-align: center;
    color: #FFE59A;
    font-size: 1.6em;
}
.hp-about-speakers .hp-speaker_box:last-child {
    margin-right:0px;
}
.hp-speaker_box {
    float: left;
    width: 47%;
    margin-right: 30px;
    margin-top: 20px;
}
.hp-speaker_box img {
    width: 100px;
    float: left;
    height: auto;
    margin-right: 20px;
}
.speaker-details {
    font-size: .9em;
    float: left;
    width: 65%;
    color:#ffffff;
}
.speaker-details h3 {
    font-size: 1.3em;
    margin-bottom: 5px;
    margin-top: 0px;
    color:#ffffff;
}
.speaker-details span {
    margin:0px;
    line-height:normal;
}

/* Mobile Friendly Style goes here*/ 

@media (max-width: 767px)
{
    .two-block-blg p {
    float:left;
    width: 100% !important;
}
.two-block-blg img {
    float:right;
    width: 100% !important;
    margin-top: 10px;
} 
  .incisiv-blog-keep-reading div h3 a, .incisiv-blog-keep-reading div h3 a:hover {
    color:#111111;
    text-decoration:none;
    background:none;
    padding:0px;
    width:100%;
    font-size:.9em;
}
  .incisiv-blog-keep-reading div {
    float:left;
    width:100%;
    margin-right:0%;
    margin-bottom:20px;
    padding:20px;
    background:#ffffff;
    box-shadow:0px 0px 1px 1px #eeeeee;
}
  .incisiv-blog-keep-reading div h3 {
     height:auto;
    margin-bottom: 20px;
  }
  p.block-box-3-ecommerce-blg, p.block-box-4-ecommerce-blg {
      text-align:center;
  }
  p.block-box-2-2-blg img {
    float:none;
    display:block;
    margin:0 auto;
    width:90%;
  }
  p.block-box-3-ecommerce-blg img, p.block-box-4-ecommerce-blg img {
    float: none;
    width: 80%;
    margin:0 auto;
}
  .hp-speaker_box {
      width:100%;
  }
  .b2b-tech-virtual-happy-hour-series-blog-cta p {
    margin-bottom: 36px !important;
    font-size: .8em !important;
    font-weight: bold;
    color: #fff !important;
    margin-top: 0px !important;
}
  .covid-3column-box span.covid-3-int img {
    height: 30px;
    width: auto;
    display: block;
    text-align: left;
    margin: 0px;
    margin-bottom: 10px;
    margin-top:10px;
}
  .covid-3column-box span.covid-3-int {
    width: 100%;
    display: block;
    text-align: left;
    line-height: normal;
    padding: 10px 20px;
    margin-bottom:10px;
    margin-right:0px;
}
.b2b-tech-virtual-happy-hour-series-blog-cta p { 
    line-height: 40px;
}
.body-container-wrapper {
    padding-top: 60px !important;
}
  .custom-menu-primary .hs-menu-wrapper>ul li a {
      padding-right:60px;
  }
  .cd-gallery ul li img {
    padding: 0px 10px;
    width:60%;
    margin:0 auto;
   }
  .boothno {
    font-weight: bold !important;
    font-style: italic;
    padding: 10px;
    background: darkred;
    color: #fff !important;
    width: 110px !important;
    margin-left: 20px !important;
    border-radius: 4px;
    height: 27px;
    text-align: center !important;
    position: relative;
    bottom: 10px;
  }
  .cd-gallery ul li {
    width: 100% !important;
    float: left;
    margin-right: 24px;
    background: #fff;
    height: auto;
    position: relative;
  }
  .adjust_width-att-pov .span4 {
      margin-bottom:30px;
  }
  .adjust_width-att-pov .span4:last-child {
      margin-bottom:0px;
  }
  .second-title {
      font-size:1.5em;
      margin-top:20px !important;
  }
  p.logo_text_adjust_sal {
    background: #ffffff;
    padding: 20px;
    border: 1px solid #eeeeee;
}
  .logo_text_adjust_sal.adjust-margin_sal img {
    margin-top:0px;
  }
  .logo_text_adjust_sal img {
    width:60%;
    float:none;
    margin-right:0px;
    margin-bottom:10px;
}
.logo_text_adjust_sal span {
    width: 100%;
    display: block;
    float: none;
}
  .box-dnvb-blog img {
    width:50% !important;
}
  .box-dnvb-blog {
    width: 100%;
    float: left;
    margin-right: 0%;
    background: #ffffff;
    margin-bottom:10px;
    padding: 20px;
    border: 1px solid #e1e1e1;
    box-shadow: 0px 0px 4px #eeeeee;
}
  .pos_text_adjust {
      font-size:1.2em;
  }
  .tip_text-ebook {
      font-size:22px;
  }
  .main-text-thankyou {
      line-height:normal;
      font-size:28px;
  }
  .sub-text-thankyou {
      line-height:normal;
      font-weight:normal;
      font-size:1.2em;
      font-family: 'Lato',arial,sans-serif;
  }
.thank-you-dcma h1 {
      font-size:24px !important;
  }
  .thank-you-dcma h2 {
      line-height:24px;
  }
  .home-insights-card p {
     min-height: 70px;
  } 
  .title-adjust-jda .cell-wrapper.layout-widget-wrapper span#hs_cos_wrapper_module_150064055204525 {
    margin-top:0px !important;
  }
  .short-p-ebook {
    width:90%;
    margin:0 auto;
  }
  .incisiv-custom-sidebar-contact-form .hs_mobilephone label+legend {
    display:none !important;
  }
  .nobs-1 img, .nobs-2 img {
    width:100%;
  }
  .blog-img-set {
  	text-align:center;
  }
  .blog-img-set img {
    height:auto;
		width:80%;
    margin:0 auto;
    margin-bottom:2px;
	}
  .mob-video {
  	height:200px !important;
  }
  .blog-cta a {
  	width:100%;
  }
  .nrf-3-box {
  	margin-bottom:30px;
  }
  .attendees-nrf-2019 a {
			width:auto;
}
  .unconference-form .span12 form fieldset .hs_mobilephone label+legend.hs-field-desc {
      font-size: 12px;
      display: inline !important;
      width: auto;
      clear: none;
      box-sizing: inherit;
      float: left;
}
    .event-locations p {
        color:#333333;
        margin:0px;
        height:auto;
    }
    .june-2018-box-white {
        background: #ffffff;
        padding: 30px;
        text-align: center;
        box-shadow: 0px 1px 3px #cccccc;
        height:auto;
    }   
    .box-beyond-ug h3 {
        font-size: 20px;
        height: auto;
    }
    .box-beyond-ug p {
        margin-bottom:30px !important;
        height:auto;
    }
    .blue {
        border-top: 5px solid #007ab9 !important;
    }
    .pink {
        border-top: 5px solid #ff003c !important;
    }
    .space-btm {
        margin-bottom:40px;
    }
    .mob-title .cell-wrapper span.hs_cos_wrapper h1 {
        font-size:26px !important;
    }
    .unique-learning.o-txt .learning-box p {
        padding:20px 30px;
    }
    p.unconference-june-txt-1 {
        padding: 0px 10px;
    }
    .unique-learning .learning-box {
        padding-bottom:0px;
    }
    .unique-learning .learning-box p {
        padding: 0px 20px;
    }
    .unconference-banner-nyc h1 {
        font-size:34px;
    }
    .event-locations h3  {
        margin-top:40px;
    }
    p.unconference-june-txt {
        padding:0px;
    }
    p.uncoference-small-txt {
        padding:0px;
    }
    p.pov-short-desc {
        font-size: 20px; font-weight: normal; margin-bottom: 20px; margin-top: 0px; padding: 0px 0px;
    }
    p.pov-short-desc-ebook {
        font-size: 20px; font-weight: normal; margin-bottom: 15px; margin-top: 0px; padding: 0px 0px;
    }
    .unconference-q1-form form fieldset .hs_select_city div.input ul li {
        float:left;
        margin-right:20px;
        margin-bottom: 10px;
    }
    .unconference-q1-form form fieldset .hs_select_city div.input ul li:last-child {
        float:left;
        margin-right:0px;
        margin-bottom: 30px;
    }
    .incisiv-custom-text-industries p strong {
        font-weight:bold;
        font-family:'Opensans', Sans-serif;
    }
    .video-adjust {
        width:100%;
        height: 250px;
    }
    /** Top Golf Splash Page**/
    .top-golf-featured-sponsor .unconference-container .widget-type-header h1 {
        font-size:36px;
        line-height:normal;
    }
    .section-sponsors {
        margin-top:40px;
    }
    .location-map iframe {
        width:100%;
    }
    /** End Top Golf Page **/
    .blog-legends-authors .sub-con-legends {
        margin-right: 0px;
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .ebook-2-pov-invite-featured h1 {
        font-size:32px;
        line-height:normal;
        margin:30px 0px !important;
    }
    .box-blog-1 { 
        float: left;
        display: block;
        width: 100%;
        margin-right: 0px;
        padding: 20px;
        background: #ffffff;
        height: auto;
        margin-bottom: 10px;
    }
    .transportation-logo { 
        margin-bottom:60px !important;
    }
     .jda-logo-sponsor { 
        margin-bottom:30px;
    }
    .media-boxes-drop-down {
        width:90% !important;
        margin:0px;
    }
    .recent-blog-post-blog .row-fluid-wrapper .hs-rss-module .hs-with-featured-image .hs-rss-item-image-wrapper img {
        height:auto;
    }
    .the-speakers-la, .learning-box {
        padding-bottom:50px;
    }
    .unconference-black-logo-sponsor-by {
        position: relative;
        margin: 0px;
        padding: 0px;
        top: 20px;
        right: auto;
        margin-bottom: 50px;    
    }
    .patina-restaurant-walt-disney-location iframe {
        width:100% !important;
    }
    .recent-blog-post-blog .row-fluid-wrapper .hs-rss-module .hs-with-featured-image {
        text-align: center;
        z-index: 9;
        position: relative;
        background: #ffffff;
        padding: 0px;
        border: 0px;
        box-shadow: 0px 1px 2px #ccc;
        float: left;
        width: 100%;
        margin-right: 0px;
        position:relative;
    }
    .subscribe-us-container span {
        clear: both;
        display: block;
        text-align: center;
        margin-bottom: 10px;
        padding:0px 20px;
    }
    .blog-custom-no-sidebar {
        width:100% !important;
        margin:0 auto !important;
    }
    .nrf-supercharger.blog-no-sidebar-heading {
        width:100%;
    }
    .nrf-supercharger {
        padding: 80PX 20px 20px 20px;
        background: #3a4364;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .infographic-big-show {
        width: 100% !important;
        margin: 0 auto;
    }
    .nrf-bigshow-style p, .nrf-bigshow-style ul {
        width:100%;
    }
    .bs-style ul li strong {
    float: left;
    display: block;
    height: auto;
    margin-right: 0px;
    font-weight: bold;
    }
    .bs-style a.cta_button {
    width: 90%;
    }
    .bs-soc-cal {
    color: #000000;
    font-size: 20px;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 20px;
    margin-right: 0px;
    float: none;
    background: #f7f7f7;
    }
    .unconference-box-img img {
        margin-bottom:20px;
        width:100% !important;
        text-align:center;
    }
    .unconference-text-p, .unconference-section2 {
        width: 100% !important;
    }
    .unconference-section2 .span3:first-child .box-mixologist {
        margin-top:0px;
    }
    .tabs-service-detail.fixed_top ul li {
        display:none;
    }
    .tabs-service-detail.fixed_top ul li.active {
        display:block;
    }
    .mob-agenda {
        margin:0px;
        padding-left:20px;
        padding-right:20px;
    }
    .tech-showcase-img img, .exp-showcase-img img, .agenda img {
        width:100% !important;
    }
    .box-agenda-border, .box-agenda-border-right, .box-agenda-border-left {
        border:0px;
        padding-left: 20px !important;
    }
    .mob-4box .mob-box-agenda {
        padding: 20px !important;
        padding-top: 0px;
        padding-bottom: 0px !important;
    }
    .mob-tech-showcase {
        padding:20px 20px !important;
    }
    .mob-exp-showcase {
        padding:40px 20px !important;
    }
    .unconference-black-logo-incisiv {
        position: relative;
        margin: 0px;
        padding: 0px;
        top: 0;
        left: 0;
        margin-bottom: 20px;
        margin-top: -40px;
    }
    .unconference-black-logo-incisiv img {
        -webkit-filter: invert(100%);
        filter: invert(100%);
        width: 180px;
    }
    .unique-learning h1 {
        width:100%;
    }
    .agenda-1-box {
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }   
    .technology-showcase {
        padding:40px 0px;
        color:#000000;
        padding-bottom:0px !important;
    }
    .experience-showcase {
        background-position: left center;
        color: #000000;
        padding:40px 0px;
        padding-top:0px !important;
    }
    .Attendes {
        padding:20px;
        padding-top:60px;
        text-align:left;
    }
    .Attendes h1 {
        text-align:left !important;
        font-size:22px;
    }
    .drink-dinner, .graveyard {
        width:100% !important;
    }
    .drink-yard {
        padding: 0px 20px;
    }
    .contact-us-block {
        padding: 0px 20px;
    }
    a.digital-execution-btn-learnmore {
        width:70%;
    }
    .box-speakeasy img {
        width: 50px;
        margin-bottom: 10px;
    }
    .about-us-bg {
        background-image: url(//www.incisiv.io/hubfs/backgroud-about-banner.png?t=1499838246529);
        background-size: cover;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: inherit;
    }
    .incisiv-custom-header h2 {
        padding-top:60px;
    }
    .incisiv-logo div.cell-wrapper .hs_cos_wrapper_type_logo a img
    {
        width: auto !important;
        border-width: 0;
        border: 0;
        margin: 0;
        margin-top: 4px;
        margin-left: 5px;
    }
    /*.custom-menu-primary ul li:last-child a:before{
        background-position: 4px 7px;
        margin-top: 2px;
        margin-left: -35px;
    }*/
    .the-digital-speakeasy-page h2 {
        font-size: 36px;
        line-height: normal;
    }
    .about-us-page .short-summary-incisiv h2 {
        font-weight: normal;
        color: #fff;
        font-size: 2.2em;
        text-align: center;
        line-height: normal;
    }
    .about-us-bg .about-us-page { 
        width:100%;
    }
    .the-speakeasy-executives-logo span {
        margin: 0;
        float: left;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .box-beyond-1 {
        float: left;
        width: 100%;
        background: #fff;
        color: #000;
        padding: 20px;
        border-top: 5px solid #ab5900;
    }
    .box-beyond-2 {
        float: right;
        background: #fff;
        color: #000;
        padding: 20px;
        width: 100%;
        border-top: 5px solid #ff003c;
    }
    .newsletter-beyond {
        float: left;
        width: 100%;
        border-bottom: 1px solid #eeeeee;
        margin-top: 10px;
        border-right: 0px;
        padding-bottom: 20px;
    }
    .podcast-beyond {
        float: right;
        width: 100%;
        margin-top: 30px;
    }
    .podcast-beyond p {
        font-size: 18px;
        margin-bottom: 20px;
        width: 100%;
    }
    .box-ingredient-1, .box-ingredient-2, .box-ingredient-3 {
        float: left;
        width: 100%;
        margin-right: 3%;
        word-wrap: break-word;
        margin-bottom:30px;
    }
    .box-ingredient-4 {
        float: left;
        width: 100%;
    }
    .about-us-page .short-summary-incisiv p {
        margin: 0;
        padding: 0;
        font-size: 1.6em;
        width: 100%;
        line-height: 36px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        margin-top: 20px;
    }
    .learn-more-request-btn a.request-btn {
        background: transparent;
        border: 2px solid #007ab9;
        margin-right: 0;
        margin-top: 20px;
    }
    .box-speakeasy {
        float: left;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 40px;
        margin-right:0px;
    }
    .apparel-fashion img {
        float: left;
        width: 48%;
        margin-right: 5px;
    }
    .the-speakeasy-offers.we-seperate-us h2 {
        padding: 0px !important;
    }
    .the-testimonials-container p {
        font-size: 36px;
        font-weight: 300;
        padding: 0px;
        margin: 0;
    }
    .incisiv-contact-bg p {
        padding:0px !important;
    }
    .incisiv-custom-more-industries-padding20b {
        text-align:Center;
    }
    .us-details {
        float: left;
        color: #000000;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .about-us-page {
        margin: 0 auto;
        padding: 0px 0px;
        width: 82%;
    }
    .podcast-sharing-container a {
        margin-right: 0px;
        width: 100%;
        float: left;
        display: block;
        clear: both;
        margin-bottom: 20px;
        text-align: center;
        padding:0px;
    }
    .box-mixologist {
        float: left;
        width: 100%;
        margin-right: 1%;
        background: #fff;
        padding: 20px;
        padding-top: 0;
        color: #000;
        margin-bottom: 100px;
        height: auto;
    }
    .box-mixologist:last-child {
    margin-bottom: 0px;
    margin-right: 0;
    margin-top: 100px;
    }
    .who-we-serve img {
        margin-bottom:10px;   
    }
    .blue label.accordian-touch {
        padding: 10px;
        padding-right: 50px;
    }
    .web-issue-tree { display:none; }
    .mob-issue-tree { display:block; }
    /*Navigation Hamburger*/
    nav ul{
		transform: translateY(-150%);
		box-shadow: 0 0 5px rgba(0,0,0, .7);
        transition: all .5s;
        position:fixed;
        top:40px;
        margin: 0px;
        padding-left: 0px !important;
        width: 100%;
        z-index: 9999999999;
	}
	nav li{
		flex: none; 
		width: 100%;
		border-bottom: solid 1px #111111;
		text-align:left;
	} 
	nav li:nth-child(8){
	    background: rgba(0, 139, 139, .8);
	    border-bottom: 0px;
	}
	nav li:nth-child(9) {
	    background: rgba(255, 99, 71, .8);
	}
	
	nav li:before {
	    position:relative;
	    display:none !important;   
	}
	nav input[type="checkbox"]:checked + ul{
		transform: translateY(0);
		width: 100%;
		color:#ffffff;
		background: rgba(0,0,0,.9);
        transition: all .5s;
	}
	nav label{display: block;}  
	/*nav input[type="checkbox"]:checked + ul li:nth-child(1){
		background: darkred; 
		color: #fff;
	} */ 
    /*End Hamburger Navigation*/
    
    .ac-container label {
        font-size:1.2em;
    }
    #section-gaurav {
        padding-top:40px !important;
    }
    .top-header {
        margin-top:40px;
    }
    .addthis-smartlayers-mobile {
        border:0px;
    }
    .scroll-fixed-report  {
        top:-240px;
    }
    .label-web-ebook {
        font-size: 1.2em;
    }
    .logo-web-ebook {
        margin:0 auto;
        width:100%;
        text-align:center;
    }
    .web-report-main-title span a img {
        width: 30px;
    }
    .web-report-main-title .label-web-ebook+h1 {
        font-size: 2.1em !important;
        line-height: normal !important;
        word-wrap: break-word;
    }
    .web-report-main-title span {
        margin: 20px 0;
        display: block;
        font-size: 1.2em;
    }
    .preview-main-heading {
        margin: 0;
        text-align: center;
        font-size: 1.4em;
        font-weight: bold;
        padding: 0;
        margin-bottom: 5px;
        color: darkred;
    }
    .web-preview-subscribe-container {
        float: left;
        width: 100%;
        margin-bottom: 30px;
        padding: 40px 25px;
    }
    .web-preview-listing-box-1 {
        padding-left:40px;
    }
    .web-preview-listing-container {
        width:100%;
        float:left;
        display:block;
        margin-bottom:40px;
    }
    .web-preview-text-container {
        width:100%;
        float:left;
        display:block;
        font-size:1.4em;
        text-align: center;
    }
    #section-1.section-1-report {
        padding-top: 0px;
    }
    .form-head {
        padding:0px 25px;
    }
    .web-report-fixed-header:first-child .logo-web-ebook {
        display:none;
    }
    .web-report-fixed-header:first-child {
        display:none;
    }
    .fixed-header-title-report {
        width: 100%;
        text-align: center;
        display: block;
        margin: 0px;
        padding: 0px;
        font-size: 1.6em;
        line-height: normal;
        margin-bottom: 10px;
    }
    .buttons-download-next {
        float: none;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    #sticky-anchor, #sticky-anchor+.navigation ul#sticky{
        display:none;
    }
    .navigation header {
        display:block;
    }
    .section-1-report {
        margin-top: 62px;
        padding: 0px 25px;
        width: 100%;
        padding-bottom: 40px;
    }
    .section-1-report h1, .section-1-report p, .section-1-report h3 {
        margin-right:0px;
    }
    .chart-1_visual1, .chart-1_visual7 {
        float: left;
        display: block;
        width: 50%;
        margin-right: 0;
        clear: right;
        margin-bottom: 30px;
        height:150px;
    }
    .chart-1_visual1 img, .chart-1_visual7 img {
        width: 40% !important;
        margin: 0 auto;
        display: block;   
    }
    .chart-1_visual1 span, .chart-1_visual7 span {
        text-align: center;
        display: block;
        line-height: normal;
        margin-top: 10px;
        font-size: 1.1em;
        width: 100%;
    }
    h1.heading-adjustment {
        margin-top:62px;    
    }
    .chart-2-box-1 {
        margin: 0;
        width: 50%;
        float: left;
        margin-right: 0px;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .chart-2-box-1 img {
        margin: 0;
        padding: 0;
        float: left;
        width: 50% !important;
    }
    .chart-2-box-1 p {
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
        clear: none;
        margin-top: 10px;
        margin-left: 0px;
        padding-right: 30px;
        font-size:1.1em;
    }
    .case-studies .case-study-1 {
        float: left;
        width: 100%;
        color: #ffffff;
        background: #000000;
        margin-right: 0px;
        border-top: 5px solid darkred;
        height: auto;
        padding: 30px;
        margin-bottom: 20px;
    }
    .tabs label {
        display: block;
        padding: 15px 10px;
        border-radius: 2px 2px 0 0;
        font-size: 1.2em;
        font-weight: normal;
        text-transform: uppercase;
        background: #f9f9f9;
        cursor: pointer;
        position: relative;
        top: 0px;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #777777;
    }
    .tabs [id^="tab"]:checked + label {
        top: 0;
        padding: 15px 10px;
        background: #eeeeee;
        color: darkred;
        font-weight: bold;
    }
    .tabs .tab-content {
        z-index: 2;
        display: none;
        overflow: hidden;
        width: 100%;
        font-size: 17px;
        line-height: 25px;
        padding: 25px;
        position: absolute;
        top: 58px;
        left: 0;
        background: #eeeeee;
    }
    .case-studies .case-study-2 img.starbucks-logo {
        width: 100px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .case-studies .case-study-2 img.sears-logo {
        width: 150px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .case-studies .case-study-2 img.macy-logo {
        width: 150px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .tabs {
        width: 100%;
        float: left;
        list-style: none;
        position: relative;
        text-align: left;
        padding: 0 !important;
        margin: 0;
        height:710px;
    }
    .chart-3_visual1 {
        float: left;
        display: block;
        width: 50%;
        margin-right: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: Center;
    }
    .chart-3_visual4 {
        float: left;
        display: block;
        width: 50%;
        margin-top: 20px;
        margin-bottom: 60px;
        text-align: Center;
    }
    .chart-3_visual1 span, .chart-3_visual4 span {
        text-align: center;
        display: block;
        line-height: normal;
        margin-top: 10px;
        font-size: 1.1em;
        width: 100%;
    }
    .chart-3_visual1 img, .chart-3_visual4 img {
        width: 40%;
    }
    .chart-4_visual1 {
        float: left;
        display: block;
        width: 50%;
        margin-right: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: Center;
        height:150px;
    }
    .chart-4_visual1 span, .chart-4_visual3 span {
        text-align: center;
        display: block;
        line-height: normal;
        margin-top: 10px;
        font-size: 1.1em;
        width: 100%;
    }
    .chart-4_visual3 {
        float: left;
        display: block;
        width: 50%;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 40px;
        text-align: Center;
    }
    .chart-4_visual1 img, .chart-4_visual3 img {
        width: 40%;
    }
    li.table-of-content-mob a {
        cursor:none;
        font-weight:bold;
        font-size:1.2em;
    }
    li.table-of-content-mob, li.table-of-content-mob:hover {
        background:gray;
    }
    .nordstrom-case-study {
        margin: 0;
        background-image: url(//www.incisiv.io/hubfs/nordstrom-featured-1.jpg?t=1496310242619);
        background-size: cover;
        clear: both;
        padding: 0;
        height: 310px;
        width: 100%;
        background-position: -260px 0px;
        float: left;
    }
    .nordstrom-case-study-1 {
        float: left;
        display: block;
        width: 100%;
        height: auto;
        background: #000;
    }
    .nordstrom-case-study-1 p {
        padding: 30px;
        margin: 0;
        color: #fff;
        font-size: 22px;
        line-height: normal;
        width: 100%;
        clear: both;
        float: left;
        height: auto;
        display: block;
    }
    .nordstorm-highlighted-quote {
        font-size: 3em;
        color: darkgoldenrod;
        font-weight: 300;
        clear: both;
        margin-top: 20px;
        float: left;
        text-align: center;
        padding: 0px;
        line-height: normal;
    }
    .ac-container input:checked ~ article.ac-small {
        height: 400px;
    }
    .ac-container article p {
        color: dimgrey;
        padding: 20px 0px 0px 20px;
        width: 90%;
        margin: 0;
        background: url(//www.incisiv.io/hubfs/web-report%20%28Me-too-Omnichannel%29/checked.svg?t=1496310242619) no-repeat;
        background-size: 18px 70px;
        text-indent: 0px;
        margin-left: 20px;
        padding-left: 30px;
    }
    .thank-you-boxes {
        background: #ffffff;
        padding: 20px 20px;
        border: 1px solid #dddddd;
        box-shadow: 0 1px 2px #ccc;
        margin-top: 20px;
        color: #000000;
        height: auto !important;
    }
    .thank-you-boxes-container .web-subscribe-btn {
        width: 80%;
    }
    .gaurav-profile-live-walkthrough, .newsletter-web-report, .web-report-post-listing {
        padding: 40px 0px !important;
    }
    #section-6.section-1-report {
        border-bottom:0px;
        padding-bottom: 0px;
    }
    .box-ingredient-1 h4{
        width: auto;
        color: #688e26;
        font-size: 22px;
        text-align: left;
        display: inline-block;
        float: none;
        clear: none;
        margin-bottom: 0px;
    }
    .box-ingredient-2 h4{
        width: auto;
        color: #3d2645;
        font-size: 22px;
        text-align: left;
        display: inline-block;
        float: none;
        clear: none;
        margin-bottom: 0px;
    }
    .box-ingredient-3 h4 {
        width: auto;
        color: #b20136;
        font-size: 22px;
        text-align: left;
        display: inline-block;
        float: none;
        clear: none;
        margin-bottom: 0px;
    }
    .box-ingredient-4 h4 {
        width: auto;
        color: #ec9f05;
        font-size: 22px;
        text-align: left;
        display: inline-block;
        float: none;
        clear: none;
        margin-bottom: 0px;
    }
    .box-ingredient-1 span.green-circle {
        background: #688e26;
        width: 20px;
        display: inline-block;
        border-radius: 50px;
        margin-top: 17px;
        height: 20px;
        margin: 0 auto !important;
        float: none;
        clear: none;
        margin-right: 10px !important;
    }
    .box-ingredient-2 span.darkbrown-circle {
        background: #3d2645;
        width: 20px;
        display: inline-block;
        border-radius: 50px;
        margin-top: 17px;
        height: 20px;
        margin: 0 auto !important;
        float: none;
        clear: none;
        margin-right: 10px !important;
    }
    .box-ingredient-3 span.red {
        background: #b20136;
        width: 20px;
        display: inline-block;
        border-radius: 50px;
        margin-top: 17px;
        height: 20px;
        margin: 0 auto !important;
        float: none;
        clear: none;
        margin-right: 10px !important;
    }
    .box-ingredient-4 span.yellow {
        background: #ec9f05;
        width: 20px;
        display: inline-block;
        border-radius: 50px;
        margin-top: 17px;
        height: 20px;
        margin: 0 auto !important;
        float: none;
        clear: none;
        margin-right: 10px !important;
    }
    .the-digital-speakeasy-page {
        padding-right:0%;
    }
    .digital-speakeasy-bg {
        background-size:10000px;
    }
    .learn-more-industry a {
        margin-bottom:10px;
        width:100%;
    }
    .consumer-industry-1 img {
        float: none;
        width: 50px;
        clear: both;
        display: block;
        margin: 0 auto;
    }
    .box-speakeasy.consumer-industry-1 h4 {
        text-align: center;
        width: 100%;
        float: none;
        line-height: normal;
        font-size: 22px;
        margin-top: 20px;
    }
    .consumer-industry-2 img {
        float: none;
        width: 50px;
        margin: 0 auto;
        clear: both;
        display: block;
    }
    .box-speakeasy.consumer-industry-2 h4 {
        text-align: center;
        width: 100%;
        float: none;
        font-size: 22px;
        line-height: normal;
        margin-top: 20px;
    }
    .consumer-industry-3 img {
        float: none;
        width: 50px;
        margin: 0 auto;
        clear: both;
        display: block;
    }
    .box-speakeasy.consumer-industry-3 h4 {
        text-align: center;
        width: 100%;
        margin-top: 20px;
        float: none;
        font-size: 22px;
        line-height: normal;
    }
    .mobile-trigger.cta_border_button, .mobile-trigger.cta_border_button:hover {
        background-image: url(https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/menu-ham.png?t=1499838246529);
        background-repeat: no-repeat;
        background-size: 40px;
        font-size: 0px;
        padding: 20px;
        border: 0px;
        background-color:#ffffff;
    }
    .box-speakeasy.consumer-industry-1.tech-industry-1 img, .box-speakeasy.consumer-industry-2.tech-industry-2 img, .box-speakeasy.consumer-industry-3.tech-industry-3 img {
        margin: 0 auto;
    }
    .box-speakeasy.consumer-industry-1.tech-industry-1 h4, .box-speakeasy.consumer-industry-2.tech-industry-2 h4, .box-speakeasy.consumer-industry-3.tech-industry-3 h4 {
        width: 100%;
    }
    .tabs-service-detail ul li {
        width:100%;
    }
    .main-container-digital-iq p, .custom-benchmarking p, .custom-benchmarking p {
        width:100%;
    }
    .custom-menu-primary .mobile-trigger+.hs-menu-wrapper>ul {
        padding-top:0px !important;
        background:#000000;
    }
    
    .custom-menu-primary .mobile-trigger+.hs-menu-wrapper>ul>li a {
        font-size:16px;
        line-height:40px;
        text-align:right;
    }
    .logo {
        text-align:left !important;
    }
    span.incisiv-footer-social-links {
        float: none !important;
    }
    .home-hero-content-wrap {
        position:relative;
    }
    .home-hero-content-note
    {
        width:90%;
        position:relative;
        top:0px;
    }
    .homepage .body-container-wrapper {
        position:absolute;
        top:0px;
    }
    .box-beyond-1 p {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .beyond-container p {
        width:100%;
    }
    .newsletter-beyond p {
        font-size: 18px;
        margin-bottom: 20px;
        width: 100%;
    }
    #banner-background-image h1
    {
        font-size: 36px !important;
        margin-bottom: 0px !important;
        margin-top: 5px !important;
        line-height: normal !important;
        max-width:90% !important;
    }
    #banner-background-image
    {
        background:#0d0e35 !important;
    }
    .incisiv-custom-card
    {
        width:100% !important;
    }
    .incisiv-services
    {
        padding-top: 40px !important;
        margin:0px !important;
    }
    .home-services
    {
        height: auto;
        width: 100% !important;
        margin-bottom:20px;
    }
    .home-hero-content-note {
        width:80% !important;
        margin-top:20px;
    }
    .featured-home-card .home-hero-content-wrap {
        margin-top:180px;
    }
    .incisiv-custom-paddingtb .quiz-thumb-home {
    width: 100% !important;
    }
    .incisiv-custom-paddingtb .quiz-desc {
    margin-right: 0px;
    margin-top: 50px;
    padding: 0px 20px;
    }
    .incisiv-custom-three-box
    {
        min-height:100px !important;
        float: left !important;
    }
    .incisiv-custom-cta-blog-contact
    {
        margin: 0 auto;
        margin-top:10px;
        margin-bottom: 20px;
        top: 0px;
        text-align: right;
        padding: 0px;
        margin-right:10px;
    }
    .incisiv-logo
    {
        z-index:99;
    }
    .incisiv-custom-more-industries-listing
    {
        width:100% !important;
        margin-bottom:20px;
    }
    .incisiv-custom-footer-subscription
    {
        width:100% !important;
        padding: 30px 30px !important;
    }
    .incisiv-custom-footer-subscription .layout-widget-wrapper form div.input input
    {
        width:100% !important;
        margin-bottom:20px;
    }
    .incisiv-custom-footer-subscription .layout-widget-wrapper form .actions input[type="submit"]
    {
        margin-left:0px !important;
    }
    .incisiv-custom-more-business-function-listing
    {
        width:100% !important;
        margin-bottom:30px;
    }
    .incisiv-custom-home-page-cta
    {
        position:relative;
        margin-bottom:70px;
        top:20px;
    }
    a.incisiv-custom-micro-pilot-btn, a.incisiv-custom-micro-pilot-btn:hover
    {
        padding: 7px 20px;
        background: #a65a8b;
        color: #fff;
        border-radius: 50px;
        float: none;
        text-align: center;
        line-height: normal;
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        display: none;
    }
    .home-services img {
    width: 100% !important;
    margin-bottom: 10px;
    }
    .incisiv-custom-industries-cards-bc, .incisiv-custom-industries-cards-bc-2
    {
        margin-bottom:20px;
    }
    .header-container-wrapper .row-fluid .incisiv-custom-main-nav, .header-container-wrapper .row-fluid .page-center
    {
        padding:10px 10px !important;
    }
    .container-fluid .row-fluid .page-center
    {
        padding:10px 20px;
    }
    .custom-leadership-team-card
    {
        margin-bottom:40px;
        text-align:center;
    }
    .footer-copyright
    {
        text-align:center;
    }
    .micro-pilot-nav a
    {
        width: 100%;
        margin-bottom: 20px;
        text-align:center;
    }
    #section-main {
        padding-left: 0px;
        margin-left: 2.564102564%;
    }
    /** All Icons **/
    .social-share-icn-rplce .cell-wrapper .hs_cos_wrapper a:first-child {
        background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Icons/linkedin-share-btn.png");
        background-repeat: no-repeat;
        background-size: 68px;
        width: 70px !important;
        float: left;
    }
    .social-share-icn-rplce .cell-wrapper .hs_cos_wrapper a:last-child {
        background-image:url("https://2762514.fs1.hubspotusercontent-na1.net/hubfs/2762514/Icons/twitter-share-btn.png");
        background-repeat: no-repeat;
        background-size: 68px;
        width: 70px !important;
        float:left;
    }
    .social-share-icn-rplce {
        margin-left: 0px !important;
        margin-top: -10px;
    }
    .social-share-icn-rplce .cell-wrapper .hs_cos_wrapper a img {
        visibility: hidden !important;
    }
    
    
    
}