.gray {
  color: #5F6062;
}
.blue {
  color: #26BCD7;
}
.dark-gray {
  color: #393a3b;
}
.gray-bg {
  background-color: rgba(178, 179, 178, 0.13) !important;
}
.blue-bg {
  background-color: #26BCD7;
}
.dark-gray-bg {
  background-color: #393a3b;
}
.drop-shadow {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.2);
}
.tlbr {
  border-radius: 20px 0 20px 0;
  overflow: hidden;
}
.linear-gradient {
  background-image: linear-gradient(90deg, #ffffff 0%, #f4f4f4 100%);
}
.horiz-divider {
  display: block;
  margin: 22px auto 22px 0;
  border-top: #26BCD7 solid 6px;
  width: 108px;
}
.uppercase {
  text-transform: uppercase;
}
.subtitle {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  color: #0a0909;
  letter-spacing: 0px;
}
.padding-1 {
  padding: 1em;
}
.full-height {
  height: 100%;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brasco h2 {
  font-weight: 700;
  font-size: 30px;
  color: #393a3b;
}
#internal-hero {
  padding: 2em 0;
}
#internal-hero h2 {
  font-size: 16px;
}
.brasco h3 {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 22px;
}
h1 {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #5F6062 !important;
}
#internal-hero h1 {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  font-size: 48px !important;
  color: #5F6062 !important;
}
h2.section-title {
  font-weight: 700;
  font-size: 30px;
  color: #393a3b;
  margin-bottom: 30px;
}
.person-wrap {
  padding: 15px;
  background: #fff;
  height: 100%;
}
.person-wrap img {
  width: 100%;
  height: auto;
}
.content-wrap {
  padding: 1.5em 2em;
  background: #fff;
}
section {
  position: relative;
  padding: 2.5em 0;
}
.container {
  max-width: 1080px;
}
#person-bio {
  background-color: transparent;
}
#person-meta .col-md-4, #areas-of-specialty .col-md-4 {
  margin-bottom: 30px;
}
#person-meta .icon {
  margin-right: 6px;
}
a.hover-block {
  display: block;
  padding: 1em;
  transform: scale(1);
  transition: all .2s ease;
  height: 100%;
}
a.hover-block .icon {
  color: #26BCD7;
}
a.hover-block:hover {
  transform: scale(.95);
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}
#areas-of-specialty a.hover-block, #related-solutions a.hover-block {
  padding: 20px;
}
.click-card {
  margin-bottom: 30px;
  height: 100%;
  padding-bottom: 30px;
}
body.single-person .click-card {
  height: auto;
}
.click-card .tlbr {
  height: 100%;
}
.click-card img {
  width: 100%;
  height: 250px !important;
  object-fit: cover;
}
.click-card-content {
  padding: 1.5em 2em;
}
.click-card-content h3 {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #0a0909 !important;
  line-height: 1.3em;
  text-align: left;
}
.click-card-content p {
  line-height: 1.4em;
}
.click-card-content a {
  color: #26BCD7;
  font-size: 18px;
  font-weight: 700;
  transition: color .2s ease;
}
.click-card-content a:hover {
  color: #5F6062;
}
#connect-with-expert {
  background: rgba(38, 188, 215, 0.13) !important;
  padding: 5em 0;
}
#connect-with-expert .row:nth-child(1) .col-md-12 {
  border-left: 6px solid #26BCD7;
  padding-left: 2em;
}
a.blue-button {
  display: inline-block;
  color: #faf7ff !important;
  border-width: 0px;
  border-color: #26bcd7;
  border-radius: 45px;
  letter-spacing: 0px;
  font-size: 18px;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #26bcd7 0%, #5f6062 100%);
  background-color: #fff;
  padding: 1em 2em;
  margin-right: 16px;
  transition: all .2s ease;
    margin-bottom: 15px;
}
a.blue-button:hover {
  color: #faf7ff !important;
  background-color: #26BCD7 !important;
  background-image: none !important;
}
.owl-item .click-card {
  padding-right: 0;
  height: 100%;
  padding-bottom: 30px;
}
.owl-dots {
  text-align: center;
}
.owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #999 !important;
  margin: 0 3px;
  display: inline-block;
}
.owl-dots button.active {
  background: #000 !important;
}
.owl-carousel .owl-stage {
  padding: 0;
  box-sizing: border-box;
  display: flex;
}
.owl-carousel .owl-item {
  margin-right: 10px;
}
.owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    top: 50%;
    left: -15px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    z-index: 1;
}
.owl-carousel .owl-stage-outer {
    z-index: 10;
}
.owl-nav.two-item {
  width: calc(100% + 35px);
  left: -8px;
}
.owl-nav button {
  font-size: 26px !important;
  color: #393a3b !important;
}
.owl-nav button.disabled {
  opacity: 0.5;
}
.owl-nav button.disabled:hover {
  cursor: default !important;
}
a.person-block {
  background: #393a3b;
  color: #fff;
  padding: 1em 1.5em;
  overflow: visible;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 100%;
  transform: scale(1);
  transition: transform .2s ease;
}
a.person-block:hover {
  transform: scale(.95);
}
a.person-block .headshot {
  flex-basis: 28%;
}
a.person-block .headshot img {
  border-radius: 50%;
}
a.person-block .name-title {
  flex-basis: 72%;
  padding-left: 15px;
}
a.person-block .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff !important;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}
a.person-block .subtitle {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 15px;
  color: #ffffff !important;
  display: block;
  text-transform: none;
  font-weight: 600;
}
#insight-video {
  margin-top: 30px;
}
#insight-video #video-section {
  padding: 0 !important;
}
#insight-video {
  margin-top: 30px;
}
#insight-video #video-section .container, #insight-video #video-section .row, #insight-video #video-section .col-md-12 {
  margin: 0 !important;
  padding: 0 !important;
}
.download-button {
  display: inline-block;
  color: #393a3b !important;
  border-radius: 28px;
  letter-spacing: 0px;
  font-size: 18px;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #ffffff;
  border: #26bcd7 solid 5px;
  padding: 0.5em 1.5em;
  transition: all .2s ease;
}
.download-button:hover {
  color: #fff !important;
  background-color: #26bcd7;
  border: #26bcd7 solid 5px;
}
ul#menu-mega-menu {
  align-items: center;
}
.nav-cta a {
  display: inline-block;
  color: #393a3b !important;
  border-radius: 28px;
  letter-spacing: 0px;
  font-size: 18px;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #ffffff;
  border: #26bcd7 solid 5px !important;
  padding: 16px !important;
  transition: all .2s ease;
}
.nav-cta a:hover {
  color: #fff !important;
  background-color: #26bcd7;
  border: #26bcd7 solid 5px;
}
body.single-insight #sidebar h4 {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4em;
  color: #393a3b;
}
#sidebar .sidebar-module {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #26bcd7;
  margin-bottom: 30px;
}
#sidebar div:nth-child(2) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#sidebar a.person-block {
  background-color: rgba(178, 179, 178, 0.1);
  color: #fff;
  padding: 1.25em 1em;
  overflow: visible;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 100%;
  transform: scale(1);
  transition: transform .2s ease;
  margin-bottom: 16px;
}
#sidebar a.person-block .headshot {
  flex-basis: 40%;
}
#sidebar a.person-block .name-title {
  flex-basis: 60%;
}
#sidebar a.person-block .name-title .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #5F6062 !important;
  letter-spacing: 0px;
  line-height: 1.2em;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}
#sidebar a.person-block .name-title .subtitle {
  font-size: 14px;
  color: #5F6062 !important;
  line-height: 1.3em;
  text-transform: none;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}
#sidebar ul.related-solutions li {
  display: block;
  margin-bottom: 6px;
}
#sidebar ul.related-solutions li a {
  border-bottom: 2px solid #26bcd7;
}
#suggested-insight .click-card-content h4,
#related-casestudies .click-card-content h4 {
  font-weight: 700;
  color: #62BB46 !important;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
}
#work-together .row {
  align-items: center;
}
#work-together .col-md-4 {
  text-align: right;
}
@media (max-width: 990px) {
  #work-together .col-md-4 {
    text-align: left;
  }
}
/* Insight Share Buttons */
.brasco .dsm_social_share_buttons_0 .dsm-social-share-buttons-container {
  gap: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 5px !important;
  gap: 5px;
}
.brasco .dsm_social_share_buttons_0 .dsm-social-share-buttons-container .dsm-social-share-button-wrapper {
  display: inline-block;
  margin-bottom: 10px;
  word-break: break-word;
}
.brasco .dsm_social_share_buttons_0 .dsm-social-share-button-wrapper .dsm-social-share-button-inner-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.brasco .dsm-social-share-buttons-container .dsm_social_share_buttons_child_0 .dsm-social-share-button-inner-wrapper {
  background-color: RGBA(255, 255, 255, 0) !important;
  color: #26bcd7 !important;
}
.brasco .dsm_social_share_buttons_0 .dsm-social-share-button-inner-wrapper .dsm-social-share-button-icon {
  width: 25px;
  padding: 3px 16px 3px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.brasco .dsm_social_share_buttons_0 .dsm-social-share-buttons-container .dsm-social-share-button-icon .dsm_icon {
  font-size: 18px;
}
.brasco .et-pb-icon {
  font-family: ETmodules;
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 96px;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  direction: ltr;
}
.brasco .et-pb-icon, .brasco .et_pb_custom_button_icon.et_pb_button:after, .brasco .et_pb_login .et_pb_custom_button_icon.et_pb_button:after, .brasco .et_pb_woo_custom_button_icon .button.et_pb_custom_button_icon.et_pb_button:after, .brasco .et_pb_woo_custom_button_icon .button.et_pb_custom_button_icon.et_pb_button:hover:after {
  content: attr(data-icon);
}
.brasco .dsm_social_share_buttons_0 .dsm-reddit .dsm_icon, .brasco .dsm_social_share_buttons_0 .dsm-facebook .dsm_icon, .brasco .dsm_social_share_buttons_0 .dsm-linkedin .dsm_icon, .brasco .dsm_social_share_buttons_0 .dsm-pinterest .dsm_icon, .brasco .dsm_social_share_buttons_0 .dsm-tumbler .dsm_icon, .brasco .dsm_social_share_buttons_0 .dsm-vk .dsm_icon, .brasco .dsm_social_share_buttons_0 .dsm-digg .dsm_icon, .brasco .dsm_social_share_buttons_0 .dsm-skype .dsm_icon, .brasco .dsm_social_share_buttons_0 .dsm-stumbleupon .dsm_icon, .brasco .dsm_social_share_buttons_0 .dsm-mix .dsm_icon, .brasco .dsm_social_share_buttons_0 .dsm-telegram .dsm_icon, .brasco .dsm_social_share_buttons_0 .dsm-pocket .dsm_icon, .brasco .dsm_social_share_buttons_0 .dsm-xing .dsm_icon, .brasco .dsm_social_share_buttons_0 .dsm-whatsapp .dsm_icon, .brasco .dsm_social_share_buttons_0 .dsm-email .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 400 !important;
}
.brasco .dsm-social-share-buttons-container.dsm-boxed_icon .dsm-social-share-button-inner-wrapper .dsm-social-share-button-icon, .brasco .brasco .dsm-social-share-buttons-container.dsm-flat .dsm-social-share-button-inner-wrapper, .brasco .dsm-social-share-buttons-container.dsm-gradient .dsm-social-share-button-inner-wrapper, .brasco .dsm-social-share-buttons-container.dsm-minimal .dsm-social-share-button-inner-wrapper .dsm-social-share-button-icon {
  color: #26bcd7 !important;
  background: #fff !important;
}
.brasco .dsm_social_share_buttons_0 .dsm-print .dsm_icon {
  font-family: FontAwesome !important;
  font-weight: 900 !important;
}
.featured-image {
  position: relative;
}
.featured-image .case-study-summary {
  position: absolute;
  width: 90%;
  top: -20px;
  left: 5%;
  background: #fff;
  border-radius: 20px;
  padding: 1.5em;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.2);
}
.featured-image .case-study-summary p {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.case-study-stat div {
  padding: 1.5em 2em;
}
.case-study-stat img {
  display: block;
  max-width: 45px;
  margin-bottom: 18px;
}
.case-study-stat h4 {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.brasco ul.contributing-authors, #sidebar ul.related-solutions {
  padding-left: 0 !important;
}
.brasco ul.contributing-authors li, #sidebar ul.related-solutions li {
  list-style: none !important;
  padding-left: 0 !important;
}
.brasco ul.contributing-authors li::before, #sidebar ul.related-solutions li::before {
  display: none !important;
}
.archive-filter input {
  width: 100%;
  display: block;
  border-radius: 28px;
  letter-spacing: 0px;
  font-size: 18px;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: none !important;
  border: #B2B3B2 solid 1px;
  padding: 0.5em 1.5em !important;
  transition: all .2s ease;
  margin-bottom: 15px;
}
.archive-filter input::-ms-input-placeholder {
  color: #5F6062;
} /* Edge 12-18 */
.archive-filter input::placeholder {
  color: #5F6062;
}
.archive-filter select {
  width: 100%;
  display: block;
  color: #fff !important;
  border-radius: 28px;
  letter-spacing: 0px;
  font-size: 18px;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  text-transform: none !important;
  background-color: transparent;
  padding: 0;
  transition: all .2s ease;
  margin-bottom: 0px;
}
.archive-filter button {
  width: 100%;
  display: block;
}
.archive-filter button:hover {
  cursor: pointer;
}
.archive-filter ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.archive-filter ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.archive-filter :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.archive-filter :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.archive-filter .custom-select {
    position: relative;
    display: block;
    width: 100%;
    background-color: #393a3b;
    border: #393a3b solid 5px;
    border-radius: 28px;
    margin-bottom: 15px;
    padding: 4px;
}
.archive-filter .custom-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    position: relative;
    z-index: 2;
    border: none !important;
    padding: 12px;
}
.archive-filter .custom-select select option {
    background-color: #888;    
}

.custom-select::after {
    content: "\f0d7";
    font-family: FontAwesome !important;
    font-weight: 400 !important;
    color: #fff;
    position: absolute;
    top: calc(50% - 12px);
    right: 15px;
    background-color:#393a3b;
    z-index: 1;
    font-size: 28px;
    transition: all .2s ease;
    opacity: 1;
}
.custom-select:hover::after {
    opacity: 0.7;
    cursor: pointer;
}
/*.archive-filter .caret {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #fff;
}*/
@media (max-width:990px) {
  body.single-insight #sidebar {
    order: 2;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  body.single-insight #main-content {
    order: 1;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .featured-image .case-study-summary {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    left: 0;
  }
}
@media(max-width: 768px) {
    #internal-hero h1 {      
      font-size: 36px !important;
    }
}
/* Sitewide Bullet List */
.brasco ul, .et_pb_post_content ul {
  list-style-type: none;
}
.brasco ul li, .et_pb_post_content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}
.brasco ul li::before, .et_pb_post_content ul li::before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 4px;
  top: 10px;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  background-color: #26bcd7;
  margin: 0 12px 1px 0;
}
.brasco a,
#main-content a {
    color: #26bcd7;
}
.brasco a:hover,
#main-content a:hover {
    color: #177080;
}
.brasco #main-content .container:before {
    display: none !important;
}
sup {
    font-size: 10px !important;
}
.FeaturedInsights .featuredList {
    height: 100%;
}
.entry-content ol, 
.entry-content ul {
    padding: 30px 0px 30px 50px;
    list-style-position: outside;
}
 
.entry-content ol li, 
.entry-content ul li {
    margin-bottom: 10px;
}
