<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.ds-custom-link a {*/
/*  padding: 6px 12px !important;*/
/*  background: #fff;*/
/*  color: #006699 !important;*/
/*  border: 1px solid #00adef;*/
/*}*/

/*.ds-custom-link a:hover {*/
/*  background: #00adef;*/
/*  color: #fff !important;*/
/*  opacity: 1 !important;*/
/*}*/

/* Make the hamburger menu blue */
#mobile_menu {
  background-color: #004264 !important;
}

#mobile_menu li a {
  color: #fff !important;
  font-style: italic;
  font-size: 1.5em;
  padding-top: 20px;
  padding-bottom: 20px;
}

/** Hide the linked in button on small screens */
#mobile_menu .li-ln {
  display: none;
}


/** Linked in logo */
.li-ln a {
  padding: 5px !important;
  border: 1px solid #006699;
}

.li-ln a:hover {
  background: #006699;
  color: #fff !important;
  opacity: 1 !important;
}

/** Post meta transform to badge */
.et_pb_module .et_pb_post[class^='category-'] .post-meta a,
.et_pb_module .et_pb_post[class*=' category-'] .post-meta a {
  padding: 4px 6px;
  border-radius: 0px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.et_pb_module .et_pb_post.category-case-study .post-meta a {
  background: #B48B00 !important;
  color: #fff !important;
}

.et_pb_module .et_pb_post.category-insights .post-meta a {
  background: #00adef !important;
  color: #fff !important;
}

.et_pb_module .et_pb_post.category-article .post-meta a {
  background: #B48B00 !important;
  color: #fff !important;
}


/*pullquotes css*/

/*Pull quote text styling*/
blockquote.et-pullquote p {
  font-size: 22px;
  line-height: 35px;
  font-style: italic;
  letter-spacing: 0;
  color: #B48B00;
  font-weight: 600;
}

/*Pull quotes with open quotation mark*/

blockquote.et-pullquote.left.quote, blockquote.et-pullquote.right.quote {
  position: relative;
  border-left: none;
}

blockquote.et-pullquote.left.quote:before {
  content: "\201C";
  font-size: 75px;
  position: absolute;
  top: 10px;
  left: -14px;
  font-family: lato, serif;
  color: #888;
}

blockquote.et-pullquote.right.quote:before {
  content: "\201C";
  font-size: 75px;
  position: absolute;
  top: 10px;
  left: -16px;
  font-family: lato, serif;
  color: #888;
}

/*Pull quotes with top border*/
blockquote.et-pullquote.left.topborder, blockquote.et-pullquote.right.topborder {
  border-left: none;
  border-top-width: 1px;
  border-top-style: solid;
  padding: 5px;
}

/*Pull quotes with dark background*/
blockquote.et-pullquote.left.dark, blockquote.et-pullquote.right.dark {
  border-left: none;
  padding: 10px;
  background: #333;
}

blockquote.et-pullquote.left.dark p, blockquote.et-pullquote.right.dark p {
  color: #fff;
}

@media all and (min-width: 700px) {

  blockquote.et-pullquote {
    /*padding: 0 20px;*/
    /*max-width: 660px;*/
  }

  /*Pull quote Left*/
  blockquote.et-pullquote.left {
    /*float: left;*/
    /*margin: 20px 20px 20px 20%;*/
  }

  /*Pull quote Right*/
  blockquote.et-pullquote.right {
    /*float: right;*/
    /*margin: 20px -10% 20px 20px;*/
  }
}

#top-menu li {
  padding-right: 28px !important;
  margin-right: 0px;
}

#top-header #et-info {
  line-height: 2em !important;
}

.cta {
  width: 33.3%;
  text-align: center;
  float: right;
  margin-top: -3px;
}

.cta a {
  background: #fff;
  color: #eb593c !important;
  padding: 5px 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 700 !important;
  transition: all 0.5s;
}

.cta a:hover {
  background: #555;
  color: #fff !important;
}

#et-secondary-menu {
  width: 33.3%;
  float: left;
  text-align: left;
}

/** Mobile */
@media (max-width: 980px) {
  .cta {
    width: 50%;
    text-align: center;
    float: left;
    margin-top: -3px;
  }
  #top-header {
    display: none;
  }
}

/** Desktop */
@media (min-width: 980px) {
  .et_menu_container {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }

  #top-header .container {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  #top-header #et-info {
    float: right !important;
  }
}


@media (max-width: 740px) {
  .cta {
    display: none;
  }
}

#top-menu-nav #top-menu a:hover,
#mobile_menu_slide a:hover {
  /*color: #b48a01 !important;*/
  opacity: 1 !important;
}

.entry-content table,
.entry-content th,
.entry-content td {
  border: none;
}

#main-header {
  box-shadow: none !important;
}

/* REMOVE BOTTOM BAR */
#footer-bottom {
  display: none
}

.footer-linked-in img {
  vertical-align: middle;
}
</pre></body></html>