.navbar-section {
  margin-bottom: 40px;
  padding-top: 5px;
  padding-bottom: 8px;
  border-width: 4px;
  border-color: #d89213;
  border-bottom-style: solid;
  background-color: #32436d;
  font-size: 14px;
}

.nav-menu {
  bottom: -24px;
  float: right;
  text-align: center;
}

.page-body-white {
  margin-top: 10px;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  background-color: #fff;
  color: #32436d;
  text-align: justify;
}

.content-body-section {
  border-right: 2px solid #b8b8b8;
  border-left: 2px solid #b8b8b8;
  background-color: transparent;
  color: #32436d;
  text-align: left;
}

.footer-section {
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 4px solid #d89213;
  background-color: #32436d;
  color: #fff;
  text-align: center;
}

.paragraph-wrapper {
  margin-bottom: 0px;
  padding: 30px 5%;
  line-height: 22px;
}

.menu-item {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 400ms cubic-bezier(.626, .51, .327, 1.007);
  transition: all 400ms cubic-bezier(.626, .51, .327, 1.007);
  color: #fff;
}

.menu-item:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #fff;
}

.menu-item.w--current {
  color: #d89213;
}

.menu-item.w--current:hover {
  background-color: transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.contact-and-social-media-header {
  display: none;
  background-color: #42578b;
  background-image: -webkit-linear-gradient(90deg, #32436d, #42578b);
  background-image: linear-gradient(0deg, #32436d, #42578b);
}

.contact-wrapper {
  margin-top: 17px;
  float: right;
}

.social-media-icons-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
}

.contact-email-text-wrapper {
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}

.social-media-icon-image-wrapper {
  margin-right: 10px;
  float: none;
}

.services-row {
  padding-right: 10px;
  padding-left: 10px;
}

.commitment-list {
  float: right;
}

.image-wrapper {
  float: left;
  text-align: center;
}

.list-wrapper {
  float: left;
}

.sub-list-wrapper {
  padding-left: 80px;
}

.tab-pane-wrapper {
  text-align: center;
}

.list-and-sub-list-wrapper {
  position: static;
  clear: left;
  direction: ltr;
  text-align: left;
}

.heading-left {
  color: #32436d;
  text-align: left;
}

.publication-summary-wrapper {
  border-top: 2px solid #32436d;
  border-bottom: 2px solid #32436d;
  background-color: #e2e2e2;
  text-decoration: none;
}

.publication-summary-wrapper:hover {
  background-color: #e0e0e0;
}

.ordered-list-item-wrapper {
  margin-top: 10px;
  text-align: left;
}

.product-sidebar-block {
  border-left: 2px solid #32436d;
}

.client-article-image-wrapper {
  float: left;
  text-align: left;
}

.client-article-block-text {
  padding-top: 45px;
  padding-left: 130px;
  color: #32436d;
  text-align: left;
}

.client-article-link-block {
  margin-top: 30px;
  border-radius: 5px;
  background-color: #e2e2e2;
  color: #32436d;
  text-decoration: none;
}

.client-article-link-block:hover {
  box-shadow: 1px 1px 3px 0 #000;
}

.client-article-link-block:active {
  box-shadow: none;
}

.contact-text-wrapper {
  margin-left: 5%;
}

.menu-icon {
  color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-banner-image {
  position: relative;
  border-radius: 5px;
}

.contact-list-item {
  margin-bottom: 3px;
  padding-bottom: 3px;
  float: none;
  border-bottom: 1px solid silver;
  font-size: 13px;
  text-align: left;
}

.contact-list-image {
  margin-right: 5px;
  float: left;
}

.column-about-ideya {
  font-size: 12px;
  text-align: left;
}

.column-contact {
  text-align: left;
}

.column-connect {
  text-align: left;
}

.service-box {
  display: block;
  width: 24.5%;
  margin-right: 2px;
  margin-left: 2px;
  padding: 10px 5px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px none #b8b8b8;
  color: #fff;
  text-decoration: none;
}

.service-box.business-planning-style {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  background-color: #314370;
}

.service-box.business-planning-style:hover {
  box-shadow: 1px 1px 3px 0 #000;
}

.service-box.business-planning-style:active {
  box-shadow: none;
}

.service-box.strategy-planning-style {
  display: block;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  background-color: #3b5c8d;
}

.service-box.strategy-planning-style:hover {
  box-shadow: 1px 1px 3px 0 #000;
}

.service-box.strategy-planning-style:active {
  box-shadow: none;
}

.service-box.market-research-style {
  display: block;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  background-color: #426f86;
  color: #fff;
}

.service-box.market-research-style:hover {
  box-shadow: 1px 1px 3px 0 #000;
}

.service-box.market-research-style:active {
  box-shadow: none;
}

.service-box.social-media-monitoring-style {
  display: block;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  background-color: #6994b1;
}

.service-box.social-media-monitoring-style:hover {
  box-shadow: 1px 1px 3px 0 #000;
}

.service-box.social-media-monitoring-style:active {
  box-shadow: none;
}

.box-block {
  display: block;
  margin-top: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.heading-wrapper {
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-left: 5%;
  border-bottom: 1px solid #b8b8b8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #314370;
}

.title-block {
  margin-top: 10px;
  border-style: solid solid none;
  border-width: 1px 1px 0px;
  border-color: #b8b8b8;
  border-radius: 5px;
  background-color: #fff;
}

.banner-block {
  position: relative;
  margin: 10px;
  border-radius: 5px;
}

.report-block {
  display: block;
  margin-top: 10px;
  margin-right: -3px;
  margin-left: -3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.report-box {
  display: block;
  width: 460px;
  min-height: 252px;
  min-width: 465px;
  margin-right: 3px;
  margin-bottom: 5px;
  padding: 20px 25px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 400px;
  -ms-flex: 0 400px;
  flex: 0 400px;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  background-color: #365680;
  color: #fff;
  text-decoration: none;
}

.report-box:hover {
  box-shadow: 1px 1px 3px 0 #000;
}

.report-box:active {
  box-shadow: none;
}

.report-box-image {
  position: static;
  display: block;
  margin-right: 10px;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.report-heading {
  padding-bottom: 15px;
}

.services-navbar {
  display: block;
  float: right;
  background-color: transparent;
}

.service-navlink {
  padding: 10px;
  border-top: 1px solid #b8b8b8;
  border-right: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
}

.service-navlink.w--current {
  background-color: #42578b;
  color: #fff;
}

.service-page-content {
  margin-right: 0px;
  margin-left: 0px;
}

.service-sub-navbar {
  width: 100%;
  margin-top: 20px;
  float: left;
  background-color: transparent;
}

.service-sub-navmenu {
  display: block;
  width: 100%;
}

.service-submenu-navlink {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  clear: left;
  border-bottom: 1px solid #b8b8b8;
  color: #32436d;
}

.service-submenu-navlink.w--current {
  color: #32436d;
}

.service-content-column {
  min-height: 300px;
  padding-right: 3%;
  padding-bottom: 7%;
  padding-left: 5%;
  border-right: 1px solid #b8b8b8;
  border-left: 1px solid #b8b8b8;
}

.purchasing-details-column {
  padding: 30px 20px 30px 15px;
  background-color: transparent;
  text-align: left;
}

.publication-buy-now-button {
  margin-bottom: 10px;
  background-color: #42578b;
}

.publication-buy-now-button:hover {
  box-shadow: 1px 1px 3px -1px #000;
}

.publication-buy-now-button:active {
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .5), inset 0 0 8px -2px #000;
}

.publication-buy-now-button.w--current {
  margin-top: 10px;
  margin-bottom: 10px;
}

.publication-buy-now-button.w--current:hover {
  background-color: #638aeb;
}

.publication-buy-now-button.w--current:active {
  box-shadow: inset 0 6px 9px -1px #32436d;
}

.product-details-text-block {
  margin-top: 20px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #b8b8b8;
  background-color: transparent;
}

.publication-prices-list-item {
  margin-top: 10px;
  background-color: #f8f8f8;
}

.publication-cover-image {
  display: block;
  border: 1px solid #b8b8b8;
}

.service-icon {
  display: block;
  margin: 20px auto 15px;
}

.service-paragraph-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.report-box-content {
  min-height: 230px;
}

.copyright {
  display: block;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  text-align: center;
}

.navbar-contact {
  padding-right: 15px;
  color: #fff;
  font-size: 11px;
  text-align: right;
}

.contact-image {
  margin-right: 5px;
}

.contact-text {
  display: inline-block;
  margin-right: 5px;
}

.news-feed {
  overflow: auto;
  max-height: 750px;
  padding-left: 5%;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.news-item {
  margin-right: 1%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #b8b8b8;
}

.service-navbar-section {
  background-color: transparent;
}

.client-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.client-logo-block {
  width: 25%;
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px none #b8b8b8;
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px none #b8b8b8;
  text-align: right;
}

.client-information {
  padding: 20px 48px 30px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  text-decoration: none;
}

.logo-image {
  display: block;
  margin: 10px auto;
  float: left;
}

.background {
  background-color: #e8ecf0;
  color: #32436d;
}

.half-banner-image {
  max-width: 100%;
  border: 0px none #b8b8b8;
  border-radius: 5px;
}

.publication-box {
  display: block;
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.publication-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  background-color: #fff;
  font-size: 13px;
}

.publication-description {
  padding-right: 10px;
  padding-left: 10px;
}

.publication-heading {
  padding-left: 10px;
}

.link-block {
  color: #32436d;
  text-decoration: none;
}

.bullet-list-wrapper {
  margin-bottom: 30px;
  padding-right: 10%;
  padding-left: 10%;
  line-height: 23px;
}

.bullet-list-wrapper.client {
  padding-right: 0%;
  padding-left: 1%;
}

.slogan-rotary {
  top: 3px;
  height: 100px;
  margin-top: -103px;
  border-radius: 5px;
  background-color: transparent;
}

.slogan-rotary.home-page {
  top: -31px;
  margin-top: -69px;
  background-color: rgba(50, 67, 109, .5);
  color: #fff;
}

.slogan-rotary.smm {
  background-color: rgba(0, 45, 112, .51);
  color: #fff;
}

.slogan-rotary.iot {
  background-color: rgba(216, 146, 19, .61);
}

.slogan-heading {
  margin-bottom: 20px;
  padding-left: 5%;
  text-shadow: 0 3px 0 rgba(0, 0, 0, .25);
}

.slogan-heading.smm-heading {
  color: #fff;
  font-size: 26px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .46);
}

.share-block {
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.share-button {
  display: inline;
  margin-right: 15px;
}

.home-banner-block {
  margin: 10px 10px -90px;
}

.testimonial-rotary {
  display: block;
  height: 2%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  background-color: #fff;
}

.testimonial-slide {
  padding: 3% 5%;
}

.testimonial-company-name {
  float: right;
}

.services-navmenu {
  margin-right: 11px;
  margin-bottom: -10px;
}

.publication-content-column {
  padding: 30px 3% 30px 5%;
  border-right: 1px solid #b8b8b8;
  text-align: justify;
}

.date-block {
  color: #909090;
  font-size: 12px;
}

.read-more-link {
  display: inline-block;
  color: #32436d;
  font-style: italic;
  text-decoration: none;
}

.article-title-link {
  color: #426eac;
  text-decoration: none;
}

.news-author-block {
  margin-bottom: 10px;
  color: #909090;
  font-size: 12px;
}

.news-title-heading {
  margin-top: 5px;
  margin-bottom: 5px;
}

.news-rows {
  margin-bottom: 40px;
  padding-right: 9px;
  padding-left: 10px;
}

.twitter-feed {
  height: 750px;
  min-height: 750px;
  border-bottom: 1px solid #b8b8b8;
}

.photo-block {
  display: inline-block;
  margin-top: 2%;
  margin-right: 5%;
  margin-left: 5%;
  float: left;
  border: 1px solid #fff;
  border-radius: 5px;
}

.director-block {
  margin-top: 13%;
}

.bullet-list-item-wrapper {
  margin-bottom: 5px;
}

.publication-publish-date {
  margin-bottom: 25px;
}

.publication-features {
  margin-top: -12px;
  margin-bottom: 0px;
}

.publication-image {
  margin-top: 15px;
  margin-bottom: 35px;
}

.company-credits {
  font-size: 11px;
  text-align: justify;
}

.text-heading {
  margin-top: 40px;
  margin-bottom: 20px;
}

.report-box-paragraph {
  text-align: justify;
}

.presentation-embed {
  text-align: center;
}

.caption-block {
  margin-top: -35px;
  margin-bottom: 30px;
  text-align: center;
}

.contact-overlay {
  position: relative;
  top: -332px;
  width: 300px;
  height: 332px;
  margin-bottom: -331px;
  padding-right: 5px;
  float: right;
  border-radius: 5px;
  background-color: rgba(33, 37, 24, .68);
  color: #fff;
  text-align: left;
}

.contact-banner {
  border-radius: 5px;
}

.leadership-portrait {
  border-radius: 5px;
}

.no-underline-link {
  color: #fff;
  text-decoration: none;
}

.partner-logo-block {
  padding-left: 5%;
}

.twitter-feed-embed {
  height: 750px;
  max-width: 210px;
}

.web-design-credit {
  margin-top: 0px;
  font-size: 10px;
  line-height: 15px;
}

.subtitle {
  margin-top: 20px;
  margin-bottom: 20px;
}

.share-icon-wrapper {
  margin-right: 8px;
}

html.w-mod-js *[data-ix="small-scroll-in-1s"] {
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="scroll-in-2s"] {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="scroll-in-3s"] {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="scroll-in-4s"] {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="scroll-in-5s"] {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fly-in-from-right-15s"] {
  -webkit-transform: translate(250px, 0px);
  -ms-transform: translate(250px, 0px);
  transform: translate(250px, 0px);
}

@media (max-width: 991px) {
  .service-box {
    width: 38%;
  }
  .box-block {
    margin-left: 145px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .report-block {
    margin-left: 140px;
  }
  .report-box {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-image {
    border-right: 1px solid #000;
  }
  .photo-block {
    display: none;
  }
  .director-block {
    display: none;
  }
  .contact-overlay {
    top: -253px;
    height: 254px;
  }
}

@media (max-width: 767px) {
  .service-box {
    width: 45%;
  }
  .box-block {
    margin-left: 38px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .report-block {
    margin-left: -2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .report-box {
    width: 96%;
    margin-left: 12px;
  }
  .contact-overlay {
    top: -196px;
    height: 198px;
    font-size: 12px;
  }
  .twitter-feed-embed {
    max-width: 0px;
  }
}

@media (max-width: 479px) {
  .service-box {
    width: 99%;
  }
  .box-block {
    margin-left: 0px;
  }
  .report-box {
    width: 93%;
    min-height: 500px;
    min-width: 0px;
  }
  .report-box-content {
    min-height: 350px;
  }
  .contact-overlay {
    top: -150px;
    height: 150px;
    font-size: 10px;
    line-height: 16px;
  }
}