@import url(/assets/css/reset.css);
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');


:root {
  /* Fonts */
  --font-primary: "Libre Baskerville", serif;
  
  /* Color Palette */
  --color-primary: #8B1E3F;      /* Main brand purple */
  --color-accent: #8B1E3F;       /* Teal/cyan accent color */
  --color-text-primary: #252525; /* Primary text color */
  --color-text-secondary: #373737; /* Secondary text color */
  --color-text-muted: #7c7c7c;   /* Muted text color */
  --color-text-light: #919191;   /* Light gray text */
  --color-text-footer: #636363;  /* Footer text color */
  --color-background: #fff;      /* Main background color */
  --color-highlight: #df4545;    /* Highlight red color */
  --color-error: red;            /* Error color */
  --color-link: #8B1E3F;         /* Link color */
  --color-link-hover: #e27a99; /* Hover state backgrounds */
  --color-link-special-background: #fcedf1;
  
  /* Borders */
  --color-border-light: #e0e0e0;   /* Light border color */
  --color-border-medium: #c4c4c4;  /* Medium border color */
  --color-border-dark: #bebebe;    /* Dark border color */
  
  /* Specific component colors */
  --color-blockquote-border: #7c7c7c; /* Blockquote border color */
  --color-button-bg: #8B1E3F;         /* Button background color */
  --color-button-bg-hover: rgb(79 17 36);         /* Button background color */
  

  --color-hover-bg: #f7f7f7;          /* Hover background color */
  --color-section-highlight: #e4f4fd; /* Section highlight background */
  --color-table-border: #ddd;         /* Table border color */
  
  /* Spacing */
  --spacing-small: 5px;
  --spacing-medium: 10px;
  --spacing-large: 20px;
  --spacing-xlarge: 40px;
  
  /* Border radius */
  --border-radius-small: 5px;
  --border-radius-medium: 7px;
  --border-radius-large: 10px;
}


/* Services Page Specific Styles */
#services-main-heading {
  margin-top: 30px;
  font-size: 37px !important;
  margin-bottom: 20px;
  color: var(--color-primary);
}

.services-intro {
  font-size: 21px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: var(--color-text-secondary);
}

.service-category {
  margin-bottom: 50px;
}

.service-category-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border-light);
}

.service-item {
  margin-bottom: 25px;
}

.service-item h4 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-text-primary);
}

.service-item p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-text-secondary);
}

#services-cta {
  margin-top: 40px;
  padding: 25px;
  background-color: var(--color-link-special-background);
  border-radius: var(--border-radius-medium);
  text-align: center;
}

#services-cta p {
  font-size: 21px;
  font-weight: 500;
}

.cta-link {
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: underline;
}


/* Global Styles */
.mobile-only {
  display: none;
}

img.article-main {
  border-radius: var(--border-radius-small);
}

.content.long img {
  border-radius: var(--border-radius-small);
}

body {
  font-style: normal;
  font-family: var(--font-primary);
  color: var(--color-text-primary);
}

.sources-for-article {
  background-color: hsl(258 45% 96% / 1);
  padding: var(--spacing-large);
  border-radius: var(--border-radius-medium);
  font-size: 19px !important;
}
   
article p.citation-header {
  font-weight: 700 !important;
}

article .sources-for-article>p {
  font-size: 19px !important;
  font-weight: 600;
  margin-bottom: var(--spacing-medium) !important;
}

#abt-1-5-1 h4 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: var(--spacing-large);
}

p.rec-art-item {
  margin-bottom: 7px !important;
}

.rec-art-0 {
  margin-bottom: 25px;
}

div#abt-1-5-1 {
  background-color: hsl(258 45% 97% / 1);
  border-radius: var(--border-radius-large);
  padding: 18px 18px 10px;
}

strong {
  font-weight: 600;
}

article h3 {
  font-weight: 700;
  margin-bottom: var(--spacing-medium);
  line-height: 1.3;
}

span.highlight.special {
  background-color: rgb(99 239 224 / 32%);
}

article h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.source-period {
  margin: -1px 0 25px;
  color: var(--color-text-footer);
  font-size: 22px;
}

h2.arti-3-1 {
  font-size: 28px !important;
  margin-top: 50px;
  margin-bottom: 55px;
  font-weight: 600;
}

span.sep-dotted-2 {
  border-top: 2px dotted var(--color-text-muted);
  width: 300px;
  height: 2px;
  display: block;
  margin: 55px 0;
}

h3.arti-3-2-1 {
  font-weight: bold;
  margin-bottom: 7px;
  color: var(--color-primary);
}

b.list-header-bold {
  font-size: 28px;
}

span.sep-dotted-1 {
  border-top: 2px dotted var(--color-border-dark);
  width: 300px;
  height: 2px;
  display: block;
  margin-top: 55px;
}

p.sub-section-bold {
  font-weight: 700;
  margin-top: 30px;
}

h2.arti-1-1 {
  font-size: 36px !important;
  margin-bottom: 50px !important;
  margin-top: 90px;
}

p.arti-commentary {
  font-style: italic;
  color: grey;
  margin-top: -5px;
}

h3.arti-3-1 {
  font-size: 28px !important;
  margin-top: 60px;
  margin-bottom: 15px;
  font-weight: 600;
}

.strata-blue a {
  color: var(--color-accent);
  border-bottom: hsl(177 73% 64% / 1) 3px solid;
  padding-bottom: 3px;
  text-decoration: none !important;
}

#privacy-1-0 p {
  font-size: 16px;
  font-weight: 500;
}

#privacy-1-0 ul {
  list-style-type: square;
  margin-left: var(--spacing-large);
}

#privacy-1-0 ul li {
  font-weight: 500 !important;
  font-size: 16px;
  margin-bottom: var(--spacing-medium);
  line-height: 1.2;
}

#sitemap-1-0 ul {
  list-style-type: square;
  margin-left: var(--spacing-large);
}

#sitemap-1-0 ul li {
  font-weight: 500 !important;
  font-size: 21px;
  margin-bottom: var(--spacing-medium);
  line-height: 1.2;
}

b.privip-0-0 {
  font-size: 21px;
  display: block;
  margin-top: 25px !important;
}

div#privacy-1-0 {
  margin-top: 30px;
}

div#privacy-0-0-container {
  padding: 0 0;
}

div#sitemap-0-0-container {
  padding: 0 20px;
  margin-top: var(--spacing-large);
}

div#page-dimmer {
  background-color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .5;
  display: none;
}

h2#abt-1 {
  margin-top: 30px;
  font-size: 37px !important;
  margin-bottom: var(--spacing-large);
}

h2#contact-a-1 {
  margin-top: 30px;
  font-size: 37px !important;
  margin-bottom: var(--spacing-large);
}

ul.strip.variant-1 li:before {
  color: green !important;
  position: initial;
  content: "";
}

.excerpt.no-mobile {
  display: none;
}

h2 {
  font-size: 28px !important;
  font-weight: 700 !important;
}

h2.topmargin-buffer {
  margin-top: 70px;
}

a.share-linkedin {
  margin-right: 5px;
}

.clr {
  clear: both;
}

.error-404 a {
  font-weight: 500 !important;
}

.error-404 h1 {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 700;
}

.error-404 p {
  margin-bottom: var(--spacing-medium);
  line-height: 1.6;
  font-size: 23px;
  font-weight: 500;
  color: var(--color-text-secondary);
}

.error-404 {
  margin-bottom: 100px !important;
}

ul.sub-menu>li>a {
  font-size: 12px;
}

a, a.regular {
  border-bottom: 0;
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: separate; 
  border-spacing: 0;
  border: 1px solid var(--color-table-border);
  border-radius: var(--border-radius-large);
  overflow: hidden;
}

th, td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid var(--color-table-border);
  line-height: 1.3;
}

.quote {
  margin: var(--spacing-large);
  padding: 15px;
  background-color: var(--color-hover-bg);
  border-left: 10px solid var(--color-primary);
  font-style: italic;
}

.quote p {
  margin: 0;
}

blockquote {
  margin: var(--spacing-large) 0;
  padding: var(--spacing-medium) var(--spacing-large);
  background-color: var(--color-hover-bg);
  border-left: 5px solid var(--color-blockquote-border);
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

blockquote p {
  display: inline;
}

ul>li>h4>a {
  font-weight: 700 !important;
}

a.regular:hover, a:hover {
  text-decoration: underline;
}

.custom-underline, .long a:not(.regular) {
  border-bottom: 1px solid var(--color-border-medium);
}

.custom-underline:hover, .long a:not(.regular):hover {
  border-bottom: 1px solid var(--color-link-hover);
  text-decoration: none;
}

a.no-underline {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

a.no-underline.self-anchor {
  color: var(--color-highlight);
  font-weight: 700 !important;
}

a.no-underline:hover {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

#featured-post h1 a, #quote-on-digital p {
  font-weight: 400;
  font-style: normal;
}

#quote-on-digital p {
  font-weight: 400;
  font-size: 24px !important;
  line-height: 1.3 !important;
}

.article-list ul.tags {
  font-size: .75em !important;
}

.article-list ul.tags i, .article-list ul.tags li {
  float: left;
}

.article-list ul.tags i {
  margin-right: 7px;
  width: 16px;
  height: 16px;
  background: url(../images/tag-icon.png) no-repeat center center;
}

.article-list ul.tags li.icon {
  display: block;
  padding-right: 23px;
  width: 16px;
  height: 16px;
}

.article-list ul.tags li.item:not(.first-item):before {
  color: var(--color-text-muted);
  content: ", ";
}

article .tags-topics ul li.first-item {
  margin-left: 5px;
}

a img {
  vertical-align: middle;
}

.social a, a#arun-n-photo, a#navicon, a#search-desktop-icon, a#search-mobile-click, a.scrollup, ul#main-menu a {
  border-bottom: none;
}

div#abt-1-1 {
  float: left;
  display: block;
  width: 840px;
  margin-left: 28px;
}

h2#abt-1 {
  margin-top: 30px;
  font-size: 37px !important;
  margin-bottom: 40px;
}

div#abt-1-0 {
  float: left;
}

#abt-1-1 p {
  font-size: 21px;
  line-height: 1.4;
}

img#abt-1-0-0 {
  width: 180px;
  border-radius: var(--border-radius-medium);
}

ul#abt-1-1-2 {
  margin-top: 30px;
  list-style-image: url(/assets/images/bullet-strata-purple-2.gif);
}

p#abt-1-2-0 {
  margin-top: 40px;
  font-size: 21px;
  margin-bottom: 40px;
  font-weight: 500;
}

a.lnk-abt-contact {
  font-weight: 700;
  background-color: var(--color-link-special-background);
}

ul#abt-1-1-2 li {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 21px;
  position: relative;
  left: var(--spacing-large);
  padding-left: var(--spacing-medium);
}

.horizontal-separator-3px-blue {
  margin-top: var(--spacing-large);
  margin-bottom: 15px;
  width: 100%;
  height: 3px;
  background-color: var(--color-link-hover);
}

.clear {
  clear: both;
}

input[type=text].search {
  margin-bottom: 3px;
  width: 230px;
}

.mc-field-group, .mc-field-group-2 {
  position: relative;
}

input[type=email] {
  float: left;
  padding-left: 5px;
  width: 207px;
  height: 26px;
  outline: 0;
  border: 1px solid #cdcdcd;
  background-color: var(--color-background);
  font-size: 13px;
}

b {
  font-weight: 700;
}

b.strata-blue {
  color: var(--color-accent);
}

i {
  font-style: italic;
}

p {
  margin-bottom: var(--spacing-medium);
  line-height: 1.6;
  color: var(--color-text-secondary);
}

p b {
  font-weight: 700;
}

p b.work-in-progress {
  padding-left: var(--spacing-medium);
}

p b.work-in-progress:before {
  content: url(/assets/images/icon-information-yellow.png);
  position: relative;
  left: -5px;
  top: 4px;
}

p i {
  font-style: italic;
}

p .remove-extra-margin {
  margin: 0;
}

.button-regular {
  position: relative;
  top: 4px;
  margin-left: 7px;
  padding: 4px;
  padding-right: var(--spacing-medium);
  padding-left: var(--spacing-medium);
  border-style: none;
  background: #df4545;
  background: url(/assets/images/button-fill.png) repeat;
  text-decoration: none;
  text-transform: uppercase;
  word-spacing: 1px;
  letter-spacing: .7px;
  font-size: 12.5px;
  color: var(--color-background);
}

.box {
  padding: var(--spacing-medium);
  padding-top: 7px;
  width: 100%;
  height: auto;
  border: 1px solid var(--color-border-dark);
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

.section-heading {
  color: #000;
}

section#about-the-founder-arun-nair {
  margin-top: 55px;
}

i#atf-1-icon {
  background-image: url(/assets/images/section-heading-icon-atf-1.png);
  display: inline-block;
  height: 32px;
  width: 34px;
}

span#atf-1-text {
  display: inline-block;
  position: relative;
  top: -7px;
  margin-left: 15px;
}

img#atf-2 {
  float: left;
  margin-top: 37px;
  margin-right: 25px;
  box-shadow: 5px 5px #d2d2d2;
}

div#atf-3 {
  float: left;
  display: block;
  width: 880px;
  margin-top: 37px;
  margin-right: 25px;
}

#atf-3 p {
  font-size: 19px;
  line-height: 34px;
  margin-bottom: 12px;
}

.reduce-top-margin {
  margin-top: var(--spacing-large) !important;
}

.reduce-bottom-margin {
  margin-bottom: 5px !important;
}

.section-ending {
  margin-top: -10px;
  border-bottom: 1px solid var(--color-border-medium);
}

.section-ending.with-heading {
  position: relative;
  margin-bottom: var(--spacing-large);
  padding-top: var(--spacing-medium);
  padding-bottom: var(--spacing-medium);
  padding-left: 30px;
  border-top: solid 1px #dfdfdf;
  text-transform: uppercase;
  word-spacing: 1px;
  letter-spacing: 2px;
  font-weight: 700;
}

.section-ending.with-heading:after {
  position: absolute;
  top: 9px;
  left: 0;
  content: ">>";
}

.section-ending, .section-heading {
  font-weight: 700 !important;
}

.section-heading.recent-posts {
  margin-bottom: var(--spacing-large) !important;
}

#recent-posts li:last-child::before {
  position: relative;
  top: -2px;
  font-weight: 600;
  left: 0;
  content: ">>";
}

.ad-unit.home.v728x90 {
  background-color: #f0f0f0;
  margin-top: 25px;
}

#recent-posts a.read-more {
  margin-left: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

#recent-posts li:last-child {
  margin-top: 16px;
}

#recent-posts.article-list li:not(:last-child) {
  padding-bottom: 25px !important;
  width: 100% !important;
}

.section-heading.recent-posts {
  margin-top: 25px !important;
}

#recent-posts-icon {
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 18px;
  opacity: .8;
  background-image: url(/assets/images/recent-posts-icon.png);
  background-repeat: no-repeat;
}

#selected-posts-icon {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 30px;
  height: 18px;
  opacity: .8;
}

.ad {
  display: inline-block;
}

.padding-top-filler {
  padding-top: 12px !important;
}

.second {
  margin-left: 15px;
}

.stack-horizontal {
  width: 100%;
  text-align: center;
}

.bwWrapper {
  position: relative;
  display: block;
}

.scroller-anchor {
  margin: 0;
  padding: 0;
  height: 0;
}

.scroller {
  z-index: 100;
  margin: 0 0 0;
  width: 100%;
  height: 0;
  background: var(--color-background) url(/assets/images/bgstrip.png) repeat-x;
  text-align: center;
  font-weight: 700;
}

.scrollup {
  position: relative;
  z-index: 999;
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  background: url(/assets/images/up-scroll.gif) no-repeat;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all .6s ease;
  -webkit-backface-visibility: hidden;
}

div#atf-4 {
  display: block;
  margin-top: var(--spacing-large);
  width: 880px;
  margin-left: 234px;
}

img#art-hdr-img-1 {
  float: left;
}

div#art-hdr-0 {
  align-items: center;
  margin-top: 50px;
}

#rair-2 li img {
  float: left;
  margin-right: 15px;
}

#air-2 li img {
  float: left;
  margin-right: 15px;
}

ul#rair-2 {
  margin-top: 70px;
}

ul#air-2 {
  margin-top: 70px;
}

#rair-2 li h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 27px;
  overflow: hidden;
}

#air-2 li h3 {
  font-size: 30px;
  line-height: 1.4;
  margin-top: 12px;
}

h3.air-2-1-1 a {
  font-weight: 700;
}

section#recent-articles-insights-research {
  margin-top: 46px;
}

section#articles-insights-research {
  margin-top: 41px;
}

#container-2 {
  width: 100%;
}

.wrap {
  width: 1074px;
  margin: 0 auto;
}

#container-QWERTY {
  position: relative;
  margin: 0 auto;
  border: 1px solid var(--color-border-medium);
  border-top-style: none;
  width: 100%;
}

header {
  margin-top: 15px !important;
}

article header {
  padding: 0 !important;
}

main {
  margin-bottom: 25px !important;
}

aside {
  margin-right: 15px;
}

footer {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.ft-ex-top {
  margin-top: 15px !important;
}

#container {
  background: var(--color-background);
}

div#copyright-version {
  text-align: center;
}

#container-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 40px;
  height: 40px;
  opacity: 1;
}

.clearfloat:after {
  clear: both;
}

.clearfloat {
  zoom: 1;
}

.fix {
  clear: both;
}

.breather {
  margin-bottom: var(--spacing-large);
}

.breather {
  margin-bottom: 30px;
}

.breadcrumbs {
  font-size: 14px;
  margin-top: 25px;
}

span.breadcrumb-1 {
  font-size: 19px;
  color: #626262;
}

span#breadcrumb-1 {
  font-size: 19px;
}

.breadcrumbs p {
  color: var(--color-text-muted);
}

.breadcrumbs .crumb:after {
  margin-right: 3px;
  margin-left: 3px;
  content: ">";
  position: relative;
  top: 1px;
  font-size: 19px;
  color: #bbb;
}

.breadcrumb-2 {
    font-size: 19px;
    color: #949494;
    line-height: 1.3;
}

.air-2-1-0 a {
  color: var(--color-accent);
}

p.air-2-1-2 {
  font-weight: 500;
  line-height: 1.4;
  font-size: 23px;
  color: #696969;
  margin-top: var(--spacing-medium);
}

#atf-4 a {
  display: inline-block;
  position: relative;
  top: -7px;
  margin-left: var(--spacing-medium);
  text-decoration: underline;
  font-weight: 600;
}

div#ss-hz-3 {
  margin-top: 64px;
}

p#sooc-2 {
  font-size: 19px;
  margin-top: 7px;
  color: #777;
}

div#sooc-2 {
  float: left;
}

p#sooc-2-1 {
  font-size: 23px;
  font-weight: 900;
  color: var(--color-primary);
  float: left;
}

i.sooc-2-indic {
  float: left;
  background-image: url(/assets/images/sooc-indic-1.gif);
  width: 17px;
  display: block;
  height: 23px;
  margin-left: 12px;
  margin-top: 7px;
}

div#sooc-3 {
  float: left;
  margin-top: -9px;
  margin-left: 19px;
}

#rair-2 li {
  float: left;
  display: block;
  width: 350px;
  height: 90px;
  margin-right: 32px;
  margin-bottom: 43px;
}

#air-2 li {
  margin-bottom: 43px;
}

div#ss-hz-4 {
  margin-top: 15px;
}

#rair-2 li:nth-child(3n+0) {
  margin-right: 0 !important;
}

#air-2 li:nth-child(2n+0) {
  margin-right: 0 !important;
}

div#sooc-3-client-benq {
  background-image: url(/assets/images/sooc-3-client-benq.jpg);
  width: 88px;
}

div#sooc-3-client-kuoni {
  background-image: url(/assets/images/sooc-3-client-kuoni.jpg);
  width: 107px;
}

div#sooc-3-client-clubmahindra {
  background-image: url(/assets/images/sooc-3-client-clubmahindra.jpg);
  width: 83px;
}

div#sooc-3-client-emerson {
  background-image: url(/assets/images/sooc-3-client-emerson.jpg);
  width: 83px;
}

div#sooc-3-client-weschool {
  background-image: url(/assets/images/sooc-3-client-weschool.jpg);
  width: 83px;
}

div#sooc-3-client-hardrockcafe {
  background-image: url(/assets/images/sooc-3-client-hardrockcafe.jpg);
  width: 83px;
}

div#sooc-3-client-deloitte {
  background-image: url(/assets/images/sooc-3-client-deloitte.jpg);
  width: 83px;
}

.sooc-icon {
  float: left;
  display: block;
  height: 50px;
  margin-right: 23px;
}

i#sooc-1-icon {
  background-image: url(/assets/images/section-heading-icon-sooc-1.png);
  display: inline-block;
  height: 32px;
  width: 40px;
}

span#sooc-1-text {
  display: inline-block;
  position: relative;
  top: -7px;
  margin-left: 15px;
}

.strata-red {
  color: #a40248;
}

.breather.home {
  margin-bottom: 30px;
}

#content article header {
  margin-top: 25px;
}

h3#featured-highlighted {
  font-size: 37px;
  line-height: 67px;
  color: var(--color-primary);
}

section#introduction-digital-services {
  margin-top: 62px;
  margin-bottom: 77px !important;
}

section#some-of-our-clients {
  margin-top: 55px;
}

#featured-post {
  position: relative;
}

#featured-post p {
  color: var(--color-background);
}

#featured-post a {
  height: 320px;
}

#featured-post a:hover {
  border: none;
}

#other-featured-posts a:hover, #related-articles a:hover {
  border: none;
  text-decoration: underline;
}

#other-featured-posts a:hover, #related-articles a:hover {
  border: none;
  text-decoration: underline;
}

#other-featured-posts img, #related-articles img, featured-post img#masthead {
  float: left;
  margin-right: 15px;
}

#related-articles h3 {
  font-size: 23px;
  line-height: 30px;
}

#main-headline {
  position: absolute;
  bottom: 0;
  margin-top: 0;
  padding-top: var(--spacing-medium);
  padding-bottom: var(--spacing-medium);
  width: 100%;
  background: -moz-linear-gradient(top, transparent 0, rgba(0,0,0,.58) 30%, rgba(0,0,0,.79) 64%, rgba(0,0,0,.82) 100%);
  background: -o-linear-gradient(top, transparent 0, rgba(0,0,0,.58) 30%, rgba(0,0,0,.79) 64%, rgba(0,0,0,.82) 100%);
  background: -ms-linear-gradient(top, transparent 0, rgba(0,0,0,.58) 30%, rgba(0,0,0,.79) 64%, rgba(0,0,0,.82) 100%);
  background-color: #3d3d3d;
  opacity: .9;
}

#main-headline h1 {
  padding-right: 15px;
  padding-left: var(--spacing-large);
  letter-spacing: .03px;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 1.2;
  color: var(--color-background);
}

#main-headline p {
  margin-top: 3px;
  padding-right: 15px;
  padding-left: 21px;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 400;
  font-style: normal;
  font-size: 14px !important;
  line-height: 1.4;
  opacity: .7;
}

#other-featured-posts, #related-articles {
  display: block;
  overflow: auto;
  margin-top: 25px;
}

#other-featured-posts #headline m, #related-articles #headline m {
  position: relative;
  bottom: 0;
  margin-top: 0;
  padding-top: var(--spacing-medium);
  padding-bottom: var(--spacing-medium);
  width: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjc5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0, rgba(0,0,0,.58) 30%, rgba(0,0,0,.79) 64%, rgba(0,0,0,.82) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(30%, rgba(0,0,0,.58)), color-stop(64%, rgba(0,0,0,.79)), color-stop(100%, rgba(0,0,0,.82)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0,0,0,.58) 30%, rgba(0,0,0,.79) 64%, rgba(0,0,0,.82) 100%);
  background: -o-linear-gradient(top, transparent 0, rgba(0,0,0,.58) 30%, rgba(0,0,0,.79) 64%, rgba(0,0,0,.82) 100%);
  background: -ms-linear-gradient(top, transparent 0, rgba(0,0,0,.58) 30%, rgba(0,0,0,.79) 64%, rgba(0,0,0,.82) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0,0,0,.58) 30%, rgba(0,0,0,.79) 64%, rgba(0,0,0,.82) 100%);
  text-shadow: 1px 1px 4px rgba(0,0,0,.73);
}

#other-featured-posts>ul>li, #related-articles>ul>li {
  float: left;
  display: block;
  width: 430px;
  margin-right: 37px;
}

div#ss-hz-4 {
  margin-top: 10px !important;
}

div#ss-hz-5 {
  margin-top: 41px;
}

#other-featured-posts>ul>li>h2, #related-articles>ul>li>h2 {
  font-size: 14px;
}

#other-featured-posts>ul>li:last-child, #related-articles li:last-child {
  margin-right: 0 !important;
}

#other-featured-posts h2, #related-articles h2 {
  padding-top: var(--spacing-medium);
  color: var(--color-link-hover);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
}

.article-list ul li.separator {
  padding-top: var(--spacing-medium) !important;
  padding-bottom: var(--spacing-medium) !important;
  width: 100% !important;
}

.article-list ul li.last-item.separator {
  margin-bottom: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  width: 100% !important;
  border-bottom: none;
}

.article-list p.invalid-page {
  padding: var(--spacing-medium) 5px var(--spacing-medium) var(--spacing-medium);
  border: 1px var(--color-highlight) solid;
  font-size: 16px !important;
}

.article-list article {
  position: relative;
}

.article-list article .content p, .article-list article .meta, .article-list article h3, .article-list article ul {
  display: block;
}

.article-list article h3 a {
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 1.1;
}

.article-list article .content img {
  position: absolute;
  top: 5px;
  width: 217px;
  height: 131px;
}

#all-articles ul li.separator {
  padding-top: 0 !important;
  padding-bottom: var(--spacing-large) !important;
  width: 100% !important;
  border-bottom: none;
  margin-bottom: 25px;
}

#all-articles article .content p {
  margin-bottom: 0;
}

#all-articles article .meta {
  margin-top: 5px;
  margin-bottom: 5px;
}

#all-articles article .meta i {
  color: var(--color-text-muted);
  font-style: italic;
  font-size: 15px;
}

#recent-posts, #selected-posts {
  display: block;
  margin-top: 0;
}

#recent-posts ul>li>a>.bwWrapper>img, #recent-posts ul>li>a>img, #selected-posts ul>li>a>.bwWrapper>img, #selected-posts ul>li>a>img {
  float: left;
  margin-right: var(--spacing-medium);
  margin-bottom: 30px;
  width: 217px;
  height: 131px;
}

#recent-posts ul>li>p, #selected-posts ul>li>p {
  font-size: 14px;
}

#recent-posts ul>li>i.tags, #selected-posts ul>li>i.tags {
  padding-left: 25px;
  background: url(../images/tag-icon.png) no-repeat;
  background-position: center center;
  font-size: 12px;
}

#recent-posts ul>li>h3, #selected-posts ul>li>h3 {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.3;
  font-size: 19px;
}

.pull-quote {
  margin: var(--spacing-medium) var(--spacing-large) var(--spacing-medium) var(--spacing-medium);
  padding: 13px;
  padding: var(--spacing-medium) var(--spacing-medium) 15px var(--spacing-medium);
  width: 520px;
  font-size: 32px;
  border-top: 2px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  color: var(--color-primary);
  line-height: 1.5;
}

.pull-quote q {
  font-weight: 700;
  font-style: italic;
}

.in-text-ad {
  margin-bottom: 15px !important;
}

.home-ad-right-margin {
  display: inline;
  margin-right: var(--spacing-medium) !important;
}

p#art-dr-0-0 a {
  color: var(--color-accent) !important;
  font-size: 21px;
  font-weight: 700;
}

p.contact-a-c-1 {
  font-size: 20px;
  color: #5d5d5d;
  margin-bottom: var(--spacing-medium) !important;
  line-height: 20px;
}

p#art-dr-0-1 {
  margin-bottom: 3px !important;
}

p#art-dr-0-1 a {
  color: var(--color-accent) !important;
  font-size: 16px;
  font-weight: 700;
}

meta {
  display: none;
}

#header {
  float: left;
  width: 100%;
  height: 60px;
  background: var(--color-background);
}

#logo-unit {
  float: left;
  width: 222px;
}

#logo a {
	float: left;
	width: 250px;
	height: 90px;
	background: var(--color-background) url(/assets/images/logo-magenta-advisory.jpg) no-repeat top left;
	text-indent: -9999em;
}

#logo a:hover {
  border: none !important;
  text-decoration: none !important;
}

#logo-summary {
  float: left;
  margin-left: 5px;
  padding-left: var(--spacing-medium);
  width: 290px;
  border-left: 1px solid var(--color-border-light);
  line-height: 1.2;
  font-size: 14px;
  color: var(--color-text-muted);
  margin-top: 5px;
}

div#enquiry-form {
  margin-top: 43px;
}

input[type=text] {
  display: block;
  margin-bottom: 18px;
  position: relative;
  left: 0;
  width: 507px !important;
  height: 26px;
  outline: 0;
  border: 1px solid #cdcdcd;
  background-color: var(--color-background);
  font-size: 13px;
  font-family: var(--font-primary);
}

form#frmApplyMembership {
  margin-top: 37px;
}


.margin.right.formfield {
  margin-right: 16px;
}

.formfield, textarea {
  border: 2px solid #dadada !important;
  padding: var(--spacing-medium) 12px var(--spacing-medium) 12px;
  font-size: 18px !important;
  color: #3c3c3c !important;
  font-weight: 400;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
  border-radius: var(--border-radius-small);
  font-family: var(--font-primary);
}

.formfield.red {
  border: 2px solid var(--color-error) !important;
}

div#messageBox {
  float: left;
  height: 43px;
  margin-left: var(--spacing-medium) !important;
  display: table;
}

#messageBox .message {
  font-weight: 700;
  display: table-cell;
  vertical-align: middle;
}

#messageBox .message.green {
  position: relative;
  top: -4px;
}

#messageBox .message.red {
  color: var(--color-error);
}

#messageBox .message.red {
  color: var(--color-error);
}

.message.green p.msg.hdr {
  color: var(--color-primary) !important;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 700;
  padding-left: 30px;
  background-image: url(/assets/images/success.gif);
  background-repeat: no-repeat;
  background-position: left;
}

textarea {
  width: 507px;
}

input {
  width: 316px !important;
}

#btn-submit {
  padding: 13px 108px 13px 104px !important;
  font-weight: 500;
  font-size: 15px !important;
}

a#btn-submit:hover {
  transition: .5s;
  background: var(--color-button-bg-hover);
}

.btn {
  display: inline-block;
  -webkit-border-radius: 1 !important;
  -moz-border-radius: 1;
  border-radius: 1px;
  color: var(--color-background) !important;
  background: var(--color-button-bg);
  padding: var(--spacing-medium) 40px var(--spacing-medium) 40px !important;
  text-decoration: none;
  font-size: 14px !important;
  transition: .5s;
}

div#frm-submit-1 {
  height: 100px;
  margin-top: var(--spacing-large);
}

div#frm-submit-1-0 {
  float: left;
}

div#frm-submit-1-1 {
  float: left;
}

a#btn-submit {
  text-decoration: none !important;
  cursor: pointer !important;
  border-radius: var(--border-radius-small);
}

.ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

img.progress-animation {
  margin-left: var(--spacing-medium);
  display: none;
  width: 50px;
  height: 50px;
  top: -5px;
  position: relative;
}

nav {
  float: right;
  margin-top: 30px;

}

#edition-date {
  float: right;
  margin: 7px;
  margin-right: var(--spacing-medium);
  width: 132px;
  height: 14px;
}

#nav-strip a:hover {
  text-decoration: none !important;
}

#nav-strip ul li.nav-item {
  float: left;
}

#nav-strip ul li.nav-item:hover {
  text-decoration: none !important;
}

#nav-strip ul li.nav-item.hover a, #nav-strip ul li.nav-item:hover a {
  color: var(--color-link-hover);
}

#nav-strip .subnav-inner ul.one li a:hover, #nav-strip .subnav-inner ul.two li a:hover {
  color: var(--color-link-hover) !important;
}

#nav-strip ul li.nav-item.active a {
  font-weight: 700;
  padding-bottom: var(--spacing-medium);
  border-bottom: var(--color-accent) 3px solid;
}

#nav-strip ul li .subnav ul.one li:not(.section-title):hover, #nav-strip ul li .subnav.double ul.two li:not(.section-title):hover {
  background: none repeat scroll 0 0 var(--color-hover-bg);
}

.section-separator-hz {
  margin-top: 15px;
  display: block;
  height: 11px;
  background-image: url(/assets/images/hz-header-sep.jpg);
}

.section-separator-hz-footer {
  margin-top: 75px;
  display: block;
  height: 7px;
  background-image: url(/assets/images/hz-header-sep-bw.jpg);
}

#nav-strip ul li.hover a .primary-link {
  background-position: 103% -191px !important;
}

#nav-strip ul li a {
  color: var(--color-primary);
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-left: 23px;
}

#nav-strip ul li .subnav-inner li a {
  letter-spacing: 1px;
  line-height: 1.25;
}

#nav-strip ul li a .primary-link, #nav-strip ul li.active a .primary-link, #nav-strip ul li.hover a .primary-link {
  background: url(/assets/images/sprite-nav.png) no-repeat scroll 0 0 transparent;
  position: relative;
  top: 2px;
}

#nav-strip ul li a .primary-link {
  background-position: 103% -138px;
}

#nav-strip ul li.active a .primary-link {
  background-position: 103% -191px !important;
}

#nav-strip ul li.no-subnav a .primary-link {
  background: 0 0 !important;
}

#nav-strip ul li:hover a .primary-link {
  background: url(/assets/images/sprite-nav.png) no-repeat scroll 0 0 transparent;
}

#nav-strip ul li .subnav {
  background: url(/assets/images/bg_nav_dropdown_shadow.png) repeat scroll 0 0 transparent;
  display: none;
  left: -1px;
  padding-bottom: 2px;
  padding-right: 2px;
  position: absolute;
  top: 30px;
  z-index: 16777263;
}

#nav-strip .subnav-inner {
  background-color: var(--color-background);
  border-top: 1px solid var(--color-border-medium);
  border-bottom: 1px solid var(--color-border-medium);
  border-left: 1px solid var(--color-border-medium);
  border-right: 1px solid var(--color-border-medium);
  float: left;
}

#nav-strip ul li .subnav ul {
  float: left;
  margin: 0;
  min-width: 210px;
  padding-bottom: 5px;
  padding-top: 5px;
}

#nav-strip ul li .subnav ul.two {
  float: right;
}

#nav-strip ul li .subnav ul li {
  background-color: var(--color-background);
  border-bottom: 1px solid #e5e5e5;
  border-left: medium none;
  border-right: medium none;
  display: block;
  float: none;
  height: auto;
  margin: 0 7px;
  padding: 0;
}

#nav-strip ul li .subnav.double ul.one li {
  margin: 0 0 0 7px;
}

#nav-strip ul li .subnav ul li.lastChild {
  border-bottom: 1px solid var(--color-background);
}

#nav-strip ul li .subnav ul li a, #nav-strip ul li.nav-item:hover .subnav ul li a {
  color: #555;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 0 8px 5px;
  text-transform: none;
}

.menu-container a, span.hrefClone {
  color: var(--color-primary);
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

.menu-container a:hover, span.hrefClone:hover {
  text-decoration: underline;
}

.subnav-inner .section-title b {
  display: block;
  font-size: 12px;
  font-weight: bolder;
  margin: 5px 0 var(--spacing-medium) 5px !important;
  letter-spacing: 1.4px;
}

#nav-strip ul li .subnav.double {
  width: 450px;
}

#nav-strip .subnav.double .subnav-inner {
  width: 448px;
}

#nav-strip ul li .subnav.double ul.one {
  margin-bottom: 3px;
  width: 220px;
}

#nav-strip ul li .subnav.double ul.two {
  width: 220px;
}

.subnav-inner li img {
  float: left;
  height: 33px;
  margin-right: 7px;
}

.subnav li a span.menu-item-link {
  display: block;
  overflow: hidden;
}

#main-menu>li>a {
  font-size: 14px;
}

footer {
  height: auto;
  background-color: var(--color-background);
  margin-top: 37px !important;
}

div#ft1-1 {
  float: left;
}

div#ft1-2-logo-elements {
  float: right;
}

div#ft-1-1-cosmos {
  width: 364px;
  height: 39px;
  background: var(--color-background) url(/assets/images/powered-by-cosmos-cms.gif) no-repeat top left;
}

div#ft-1-2-quick-links {
  margin-top: 25px;
}

span#ft-1-2-1 {
  float: left;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  margin-top: 2px;
}

#ft-1-2-quick-links ul {
  float: left;
  margin-left: var(--spacing-medium);
}

#ft-1-2-quick-links li a {
  color: grey;
  font-size: 14px;
  font-weight: 700;
}

#ft-1-2-quick-links li {
  float: left;
  margin-right: var(--spacing-medium);
  padding-right: var(--spacing-medium);
}

#ft-1-2-quick-links li:not(:last-child) {
  border-right: solid 2px #e1e1e1;
}

.hz-sep-thin-ftr-1 {
  border-top: 1px solid #d7d7d7;
  margin: 25px 0 15px;
}

#ft1-2 li {
  float: left;
}

#ft1-2 li a {
  color: #9b9b9b !important;
  font-size: 12px;
  margin-right: var(--spacing-large);
}

div#ft1-2 {
  margin-bottom: 60px !important;
}

#footer-follow, #footer-sections, #subscription-follow {
  float: left;
}

#logo-elements {
  float: right;
  position: relative;
  top: 60px;
}

#copyright-version p {
  margin-top: var(--spacing-medium);
  margin-bottom: var(--spacing-large);
  font-size: 13px !important;
  color: var(--color-text-light);
}

#logo-elements #greyed-logo {
  display: block;
  margin-right: 0;
  background: url(/assets/images/logo-stratadigital-small.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: auto;
  width: 169px;
  height: 37px;
}

#footer-follow, #footer-sections {
  margin-left: 25px;
  padding-left: var(--spacing-large);
  border-left: 1px dotted var(--color-text-secondary);
}

footer #contact-section a {
  text-decoration: underline;
}

div#quick-links {
  float: left;
  display: block;
  width: 250px;
  margin-top: 32px;
}

#quick-links li {
  margin-bottom: 5px;
}

#quick-links p {
  text-transform: uppercase;
  font-weight: 700;
}

#footer-follow a {
  display: block;
  margin-bottom: var(--spacing-medium);
  padding: 0 0 0 30px;
  width: 90px;
  height: 22px;
}

#footer-follow a:hover, footer a:hover {
  border-bottom: none !important;
  text-decoration: underline;
}

footer a.contrast {
  color: var(--color-highlight);
}

footer #privacy-version {
  margin-top: 25px;
  width: 280px;
}

.printable {
  display: none;
}

a.share-facebook {
  margin-right: 5px;
}

.share-buttons a {
  border-radius: 1px;
  display: inline-block;
}

.social-share.pre-article.no-mobile {
  margin-left: 25px;
  display: inline-block;
  border-left: 1px solid #b4b4b4;
  padding-left: 25px;
}

div#art-hdr-1 {
  float: left;
}

header h1 {
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 1.1;
}

#meta .author {
  margin-top: 5px;
  font-size: 14px;
  display: inline-block;
  color: var(--color-text-muted);
}

#art-hdr-2>h2 {
  font-size: 25px !important;
  font-weight: 500 !important;
  color: grey;
  line-height: 30px;
  margin-top: 0px;
}

div#art-hdr-2 {
  width: 700px;
  float: left;
  margin-left: 25px;
}

div#share-1-1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: var(--spacing-medium);
  letter-spacing: -.6px;
  padding-right: 16px;
}

div#share-1-2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 23px;
  letter-spacing: -.6px;
  float: left;
  position: relative;
  top: 4px;
  padding-right: 16px;
}

div#ss-hz-3-2 {
  border-bottom: 1px solid var(--color-accent);
  margin: var(--spacing-large) 0 var(--spacing-medium);
}

img.author-gravatar.no-padding {
  vertical-align: middle !important;
  border-radius: var(--border-radius-small);
}

img.author-gravatar.no-padding {
  display: block;
}

.share-buttons img {
  border-radius: 2px;
}

#meta time {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  color: var(--color-text-muted);
}

.follow-author.twitter.tiny {
  margin-top: 4px;
  font-size: 13px;
}

.social-share.post-article {
  margin-top: 50px;
}

.content.long {
  font-size: 23px;
}

article #meta {
  margin-top: 32px;
  margin-bottom: 25px;
  padding-bottom: var(--spacing-medium);
  padding-top: var(--spacing-medium);
}

article .excerpt {
  margin-bottom: 15px;
  color: var(--color-text-muted) !important;
  font-size: 20px;
  line-height: 1.3;
}

blockquote {
  margin: var(--spacing-large) 0;
  font-style: italic;
  padding: 15px 25px;
  background-color: #f4f4f4;
  border-left: 5px solid var(--color-blockquote-border); 
  border-radius: var(--border-radius-medium);
}

article .share {
  position: relative;
  display: inline-block;
  font-size: 14px;
}

article .share-print-article {
  margin-bottom: 15px;
  padding-top: var(--spacing-medium);
  padding-bottom: var(--spacing-medium);
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

article .share-print-article .print {
  float: right;
  margin-right: 5px;
}

article .share img {
  margin-right: 7px !important;
  vertical-align: middle;
}

article .share a:not(.last-item):after {
  margin-right: 7px;
  color: #cdcdcd;
  content: "/";
}

article .share .caption {
  display: inline-block;
  margin-right: var(--spacing-medium);
  vertical-align: middle;
}

article .content img.margin-top-10 {
  margin-top: var(--spacing-medium);
}

article .content p {
  margin-bottom: 25px;
}

article .content p.top-breather-1 {
  margin-top: 30px !important;
}

article .content p.special {
  background-color: #cbe9f9;
  padding: var(--spacing-medium) !important;
}

article .content p.special b.article-section {
  margin-top: 0 !important;
}

article .content p.no-margin {
  margin-bottom: 0 !important;
}

article .content p.top-margin {
  margin-top: 30px !important;
}

article .content b {
  font-weight: 700;
}

article .content b.article-section {
  display: block;
  font-size: 32px;
  margin-top: 43px;
  margin-bottom: 15px;
}

article .content b.article-section.first-item {
  margin-top: 0 !important;
}

article .content b.article-section.big {
  font-size: 28px !important;
}

article .content i {
  font-style: italic;
}

article .content .article-end-halmos:after {
  padding-left: 5px;
  content: url(/assets/images/halmos.gif);
}

article .content ul {
  padding: 0;
  margin-left: 40px;
}

article .content ul li {
  padding: 0;
  margin-bottom: var(--spacing-medium);
  position: relative;
  line-height: 1.5em;
}

article .content ul li.extra-top-margin-1 {
  margin-bottom: var(--spacing-large);
}

article .content ul li b.title-line-break {
  display: block;
}

article .content ul li:before {
  position: absolute;
  content: url(/assets/images/bullet-offred.png);
  left: -15px;
  top: -2px !important;
}

article .content ol {
  padding: 0;
  margin-left: 40px;
  list-style-type: decimal;
}

article .content ol li {
  padding: 0;
  margin-bottom: var(--spacing-medium);
  position: relative;
  line-height: 1.5em;
}

article .image-gallery {
  position: relative;
  margin: 30px 0 var(--spacing-large) 0;
  padding: 15px 0 15px 0;
  border-top: 3px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

article .image-gallery .caption {
  position: absolute;
  top: -9px;
  display: block;
  padding-right: var(--spacing-medium);
  background: var(--color-background);
  color: var(--color-highlight);
  font-size: 16px;
}

article .image-gallery .caption b {
  font-weight: 700;
}

article .image-gallery label {
  display: block;
  margin: var(--spacing-medium) 0 15px 0;
  color: var(--color-text-muted);
}

.error-404 .page-heading {
  margin-top: 50px;
}

.content p {
  margin-bottom: 5px;
  font-size: 23px !important;
  line-height: 1.42;
}

.see-also:before {
  content: "Read Also: ";
}

.see-also.jump-year:before {
  content: "Jump directly to the year: ";
}

.see-also {
  margin: var(--spacing-medium);
  padding: var(--spacing-medium);
  border-top: 1px dotted var(--color-border-medium);
  border-bottom: 1px dotted var(--color-border-medium);
}

.see-also a {
  text-decoration: underline;
}

.see-also a.separator {
  padding-right: 15px;
}

.special-section-highlighted-background {
  background-color: var(--color-section-highlight);
  padding: var(--spacing-medium) !important;
  margin-top: 25px;
}

.special-section-highlighted-background b.article-section {
  margin-top: 0 !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

a.bx-next, a.bx-prev, a.example-image-link {
  border-bottom: none !important;
  text-decoration: none !important;
}

figure {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

figure.buffer-margin-top {
  margin-top: 25px !important;
}

figure.buffer-margin-bottom {
  margin-bottom: 25px !important;
}

figure figcaption {
  margin-top: var(--spacing-medium);
}

figure figcaption.reduce-margin {
  margin-top: 0 !important;
}

figure figcaption .caption {
  display: block;
  color: #464646;
  text-align: center;
  font-weight: 700;
  font-size: 16px !important;
}

figure figcaption .credit-source {
  display: block;
  margin-top: 7px;
  color: var(--color-text-muted);
  text-align: center;
  font-size: 13px !important;
}

#related-articles {
  margin-top: 35px;
  margin-bottom: 30px;
}

#related-articles b {
  display: block;
  margin: 0 0 41px 0;
  font-size: 28px;
  font-weight: 700;
  color: var(--color-text-secondary);
}

/* About Page Specific Styles */
#abt-1 {
  margin-top: 30px;
  font-size: 37px !important;
  margin-bottom: 25px;
}

.about-full-width {
  width: 100% !important;
  margin-left: 0 !important;
  margin-bottom: 40px;
}

.about-section {
  margin-bottom: 40px;
  clear: both;
}

.about-section-heading {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--color-border-light);
}

.about-section-content {
  padding: 0 15px;
}

#abt-approach-list, #abt-expertise-list, #abt-clients-list {
  margin: 15px 0 15px 20px;
  list-style-type: disc;
}

#abt-approach-list li, #abt-expertise-list li, #abt-clients-list li {
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 1.5;
  font-size: 18px;
}

.founder-section {
  margin-top: 50px;
  background-color: var(--color-hover-bg);
  padding: 20px;
  border-radius: var(--border-radius-medium);
}

#abt-founder-container {
  display: flex;
  gap: 25px;
}

#abt-founder-content {
  flex: 1;
}

#abt-founder-content p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}

#about-cta {
  margin-top: 40px;
  padding: 25px;
  background-color: var(--color-link-special-background);
  border-radius: var(--border-radius-medium);
  text-align: center;
}

#about-cta p {
  font-size: 21px;
  font-weight: 500;
}

.cta-link {
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: underline;
}




@media only screen and (max-width:639px) {
	
	  #abt-1 {
    font-size: 30px !important;
    line-height: 1.3;
  }
  
  #abt-0-0-container {
    padding: 15px var(--spacing-large);
  }
  
  .about-section-heading {
    font-size: 24px;
  }
  
  #abt-approach-list li, #abt-expertise-list li, #abt-clients-list li {
    font-size: 16px;
  }
  
  #abt-founder-container {
    flex-direction: column;
  }
  
  #abt-1-0 {
    float: none;
    margin: 0 auto 20px auto;
    width: 50%;
  }
  
  #abt-founder-content p {
    font-size: 16px;
  }
  
  #about-cta p {
    font-size: 18px;
  }

	
	
  .breadcrumbs .crumb.cr-2:after {
    margin-right: 3px;
    margin-left: 3px;
    content: "";
    position: relative;
    top: 1px;
    font-size: 19px;
    color: #bbb;
  }
  
  div#privacy-0-0-container {
    padding: 0 var(--spacing-large);
  }
  
  .content.long {
    font-size: 19px;
    font-weight: 500;
  }
  
  article .content ul {
    padding: 0;
    margin-left: var(--spacing-large);
  }
  
  .see-also a {
    text-decoration: underline;
    line-height: 1.2;
  }
  
  a, a.regular {
    border-bottom: 0;
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
  }
  
  .content p {
    margin-bottom: 5px;
    font-size: 20px !important;
    line-height: 1.6;
  }
  
  div#contact-0-0-container {
    margin-top: 0 !important;
    padding: 15px 0 15px var(--spacing-large);
  }
  
  h2#contact-a-1 {
    margin-top: var(--spacing-medium);
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: var(--spacing-large);
    line-height: 1.2;
  }
  
  #contact-0-0-container p {
    line-height: 1.3;
  }
  
  input[type=text] {
    width: 100% !important;
  }
  
  article .content ol {
    padding: 0;
    margin-left: var(--spacing-large);
    list-style-type: decimal;
  }
  
  form#frmApplyMembership {
    margin-top: 0;
  }
  
  .formfield, textarea {
    padding: 5px !important;
  }
  
  div#contact-1-0-0-container {
    padding: 0 15px 0 0;
  }
  
  div#contact-1-0-1-container {
    padding: 0 33px 0 0;
  }
  
  img.progress-animation {
    margin-left: 5px;
    width: 33px;
    height: 33px;
    top: 2px;
    position: relative;
  }
  
  div#messageBox {
    float: left;
    height: 43px;
    margin-top: var(--spacing-medium) !important;
    line-height: 1.2;
    margin-left: 0 !important;
  }
  
  img.progress-animation {
    float: left;
    margin-left: var(--spacing-medium);
    width: 36px;
    height: 36px;
    top: 1px;
    position: relative;
  }
  
  textarea {
    width: 100%;
  }
  
  div#enquiry-form {
    margin-top: 23px !important;
  }
  
  h2#abt-1 {
    margin-top: var(--spacing-medium) !important;
    font-size: 32px !important;
    line-height: 1.2;
    font-weight: 700 !important;
    margin-bottom: var(--spacing-large);
  }
  
  div#abt-1-0 {
    float: none;
    margin: 0 auto var(--spacing-large) auto !important;
    width: 50%;
    position: relative;
    left: -25px;
  }
  
  ul#abt-1-1-2 {
    margin-top: 25px;
    list-style-image: url(/assets/images/bullet-strata-purple-2.gif);
    padding: 0 var(--spacing-medium) 0 0;
  }
  
  div#abt-1-1 {
    float: none;
    display: block;
    width: auto;
    margin-left: auto;
  }
  
  div#abt-0-0-container {
    margin-top: 0 !important;
    padding: 15px var(--spacing-large) 15px var(--spacing-large);
  }
  
  p#art-dr-0-0 a {
    font-size: 19px;
  }
  
  h1#title {
    font-size: 33px;
    line-height: 1.2;
  }
  
  article #meta {
    margin-top: 23px;
    margin-bottom: 35px;
    padding-bottom: 0;
    padding-top: 0;
  }
  
  figure img {
    width: 100% !important;
    height: 100%;
  }
  
  #related-articles>ul>li {
    width: auto;
    height: auto;
    margin-bottom: var(--spacing-large);
  }
  
  #air-2 li h3 {
    font-size: 27px;
    line-height: 1.25;
    margin-top: 12px;
  }
  
  p.air-2-1-2 {
    font-weight: 500;
    line-height: 1.52;
    font-size: 21px;
    color: #696969;
    margin-top: var(--spacing-medium);
  }
  
  article .content b.article-section {
    display: block;
    font-size: 30px;
    line-height: 1.3;
    margin-top: 43px;
    margin-bottom: 5px;
  }
  
  article img {
    width: 100%;
    height: 100%;
  }
  
  .pull-quote {
    margin: var(--spacing-medium) var(--spacing-large) var(--spacing-medium) var(--spacing-medium);
    padding: var(--spacing-medium) var(--spacing-medium) 15px var(--spacing-medium);
    width: auto !important;
    font-size: 28px;
    border-top: 2px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    color: var(--color-primary);
    line-height: 1.5;
  }
  
  div#art-hdr-0 {
    align-items: center;
    margin-top: 37px;
  }
  
  article {
    padding: 0 19px 0 19px;
  }
  
  span#breadcrumb-1 {
    font-size: 16px;
  }
  
  section#articles-insights-research {
    margin-top: 0;
    padding: 15px var(--spacing-large) 15px var(--spacing-large);
  }
  
  ul#air-2 {
    margin-top: var(--spacing-large);
  }
  
  .breadcrumbs {
    margin-top: 25px;
    margin-left: 19px;
  }
  
  span.breadcrumb-1 {
    font-size: 15px;
    color: #626262;
  }
  
  .no-mobile {
    display: none;
  }
  
  .mobile-only {
    display: block;
  }
  
  section#introduction-digital-services {
    margin-bottom: 41px !important;
  }
  
  .hz-sep-thin-ftr-1 {
    border-top: 1px solid #d7d7d7;
    margin: 15px 0 15px;
  }
  
  .section-separator-hz-footer {
    margin-top: 45px;
    display: block;
    height: 5px;
    background-image: url(/assets/images/hz-header-sep-bw.jpg);
  }
  
  .wrap {
    width: auto;
  }
  
  p#sooc-2-1 {
    font-weight: 700;
  }
  
  #ft-1-2-quick-links ul {
    margin-left: 0;
    margin-top: var(--spacing-medium);
  }
  
  #ft-1-2-quick-links li {
    float: left;
    margin-bottom: 7px;
  }
  
  .sooc-icon {
    margin-right: 25px;
    margin-bottom: 25px;
  }
  
  footer {
    margin-top: 0 !important;
  }
  
  #ft1-2 li a {
    color: #868686 !important;
    font-size: 10px;
    font-weight: 500;
    margin-right: var(--spacing-medium);
  }
  
  section#some-of-our-clients {
    padding: 0 var(--spacing-large) 0 var(--spacing-large);
    margin-top: 0 !important;
  }
  
  div#sooc-2 {
    float: left;
    margin-bottom: 25px;
  }
  
  .section-separator-hz {
    margin-top: 5px;
    display: block;
    height: 7px;
    background-image: url(/assets/images/hz-header-sep.jpg);
  }
  
  h3#featured-highlighted {
    font-size: 27px;
    line-height: 1.66;
    color: var(--color-primary);
  }
  
  .intro-main-1 {
    margin-top: 0 !important;
    padding: 15px var(--spacing-large) 15px var(--spacing-large);
  }
  
  nav {
    margin-top: 0 !important;
  }
  
  #container, #footer {
    margin: 0 auto;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0 none;
  }
  
  #content {
    padding: 0;
    width: 100% !important;
    margin-left: 0 !important;
  }
  
  #nav-strip ul li a {
    color: var(--color-background);
    display: block;
    font-size: 25px !important;
    line-height: 1.4;
    margin-bottom: 25px !important;
    margin-left: 0 !important;
  }
  
  #header-mobile {
    float: left;
    width: 100%;
    height: 70px;
    margin-bottom: 25px;
  }
  
  #header-mobile #header-m {
    padding: 0 0 0 var(--spacing-medium) !important;
  }
  
  a#nav-icon {
    display: inline-block;
    height: 30px;
    width: 19px;
    background-image: url(/assets/images/mobile-nav-icon-2.gif);
    background-repeat: no-repeat;
    position: relative;
    top: -25px;
    margin-right: 17px;
    margin-left: 5px;
  }
  
	#header-m a#mobile-logo {
		display: inline-block;
		width: 250px;
		height: 90px;
		background-image: url(/assets/images/logo-magenta-advisory.jpg);
	}
  
  div#logo-summary-mobile {
    font-size: 12px;
    margin-top: 2px;
    color: #292929;
    margin-left: 41px;
  }
  
  nav {
    position: fixed;
    z-index: 5;
    background: var(--color-primary);
    top: 0;
    height: 100%;
    width: 280px !important;
    padding: 0 !important;
    left: -100%;
    overflow: auto;
    transition: ease all .5s;
    -webkit-box-shadow: 3px 0 8px 1px rgba(0,0,0,.4);
    box-shadow: 3px 0 8px 1px rgba(0,0,0,.4);
  }
  
  nav.open {
    overflow: hidden;
  }
  
  nav.open {
    left: 0 !important;
  }
  
  #nav-strip ul {
    margin-top: 25px !important;
    margin-left: var(--spacing-medium) !important;
  }
  
  #nav-strip ul li.nav-item {
    display: block !important;
    float: none !important;
    margin-bottom: 25px !important;
  }
  
  #nav-strip ul li.nav-item.active a {
    color: var(--color-background);
    font-size: 23px !important;
    font-weight: 700;
    padding-bottom: 0;
    border-bottom: none;
  }
  
  a#btnCloseMenu {
    color: var(--color-background);
    position: relative;
    top: 15px;
    left: -24px;
    float: right;
    width: 20px;
    font-size: 26px;
    z-index: 999;
    text-decoration: none !important;
  }
  
  div#slider-menu-motif {
    background-image: url(/assets/images/kkmotif.gif);
    width: 100%;
    height: 50px;
    position: absolute;
    left: -2px;
    top: -25px;
  }
  
  .scroller {
    height: 0;
  }
  
  .menu-container {
    margin: 0 !important;
    padding-left: var(--spacing-medium) !important;
  }
  
  #services-main-heading {
    font-size: 30px !important;
    line-height: 1.3;
  }
  
  .services-intro {
    font-size: 18px;
  }
  
  .service-category-title {
    font-size: 24px;
  }
  
  .service-item h4 {
    font-size: 19px;
  }
  
  .service-item p {
    font-size: 16px;
  }
  
  /* UPDATE THIS RULE */
  #services-list-container {
    padding: 0 15px;
  }
  
  /* TO THESE UPDATED RULES */
  #services-intro-container {
    padding: 15px var(--spacing-large) 0 var(--spacing-large);
  }
  
  #services-list-container {
    padding: 0 var(--spacing-large);
  }
  
  #services-cta p {
    font-size: 18px;
  }
  
  img.author-gravatar.no-padding {
    width: 64px;
    height: auto;
   }
  
}