.skiplink {
  margin: 0 auto;
  max-width: 1280px;
  background-color: white;
  text-align: left;
}
.skiplink a {
  position: absolute;
  display: block;
  margin: 0;
  padding: 14px;
  left: 0;
  top: -100%;
  width: 100%;
  background-color: white;
  text-align: center;
  z-index: 10001;
  transition: top 0.3s;
}
.skiplink a:active, .skiplink a:focus {
  position: fixed;
  top: 0;
}

.screenreader {
  display: block;
  margin: 0;
  padding: 14px;
  left: -9999em;
  position: absolute;
  text-align: center;
}
.screenreader.focusable:active, .screenreader.focusable:focus {
  position: static;
}

body {
  position: relative;
  background-color: #4e6da9;
  font-family: "karlaregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: black;
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}

html,
body {
  height: 100%;
}

a {
  color: black;
  transition: color 0.2s;
}
a:hover {
  text-decoration: none;
}

:focus {
  outline: 2px dotted #5B9DD9 !important;
  outline-offset: -2px !important;
}

p {
  margin: 0.5em 0;
}

/**
 * Declare safe font fallback family for <br> tags as IE displays empty boxes otherwise
 */
br {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

time {
  margin: 0;
}

figure {
  margin: 0;
}

ul {
  padding-left: 20px;
}

hr {
  position: relative;
  margin: 3.125em 0;
}

small {
  line-height: 1;
}

b, strong {
  font-family: "karlabold";
  font-weight: normal;
}

.brand-logo {
  float: left;
  display: block;
  width: 118px;
  height: 70px;
  margin: 0;
  background-image: url(libs/svg/brand-logo-lrg.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: height 0.2s linear, top 0.3s ease-in-out;
}
@media (min-width: 1240px) {
  .brand-logo {
    position: absolute;
    top: calc(50% - 35px);
    left: 16px;
  }
}
.smaller .brand-logo {
  height: 48px;
}
@media (min-width: 1240px) {
  .smaller .brand-logo {
    top: calc(50% - 24px);
  }
}

.site-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
}

.site-header,
.main-content,
.site-footer {
  display: block;
  max-width: 100%;
}

.container {
  position: relative;
  width: 100%;
  max-width: none;
}
.container--wide {
  width: 95%;
}
.container--full {
  width: 100%;
}
.container--default {
  max-width: 992px;
}

ul.row {
  margin: 0;
  padding: 0;
  list-style: none;
}

[class*="col-"] {
  position: relative;
}

.img-responsive {
  display: block;
  height: auto;
  width: 100%;
}

.media {
  margin-bottom: 0;
}

.widget-section {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .widget-section {
    margin-bottom: 50px;
  }
}

.widget-scope {
  margin-bottom: 20px;
  padding: 20px;
  color: white;
}
.widget-scope p {
  margin: 6px 0;
  font-size: 18px !important;
}

.faux-link-block {
  position: absolute !important;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0);
  opacity: 0;
  overflow: hidden;
  visibility: visible;
  white-space: nowrap;
  z-index: 5;
}
@media (min-width: 992px) {
  .faux-link-block:focus {
    opacity: 1;
  }
}

.visible-s {
  display: block !important;
}

.visible-m {
  display: none !important;
}

@media (min-width: 768px) {
  .visible-s {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .visible-m {
    display: block !important;
  }
}
.pull-left {
  float: left !important;
}
@media (min-width: 768px) {
  .pull-left-s {
    float: left !important;
  }
}
@media (min-width: 992px) {
  .pull-left-m {
    float: left !important;
  }
}
@media (min-width: 1240px) {
  .pull-left-l {
    float: left !important;
  }
}

.push-right {
  float: right !important;
}
@media (min-width: 768px) {
  .push-right-s {
    float: right !important;
  }
}
@media (min-width: 992px) {
  .push-right-m {
    float: right !important;
  }
}
@media (min-width: 1240px) {
  .push-right-l {
    float: right !important;
  }
}

[class*="maxwidth-"] {
  margin-left: auto;
  margin-right: auto;
}

.maxwidth-s {
  max-width: 610px;
}

.maxwidth-m {
  max-width: 710px;
}

.maxwidth-l {
  max-width: 810px;
}

.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.ml1 {
  margin-left: 1em !important;
}

.mr1 {
  margin-right: 1em !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1em !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1em !important;
}

.bg-image {
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.centered {
  text-align: center !important;
}

.text-upper {
  text-transform: uppercase !important;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inline-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inline-list li {
  display: inline-block;
  vertical-align: top;
}

.list-arrows li {
  margin: 8px 0;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-image: url(libs/svg/directional-arrow-right.svg);
  background-position: 0 8px;
}

.expand-icon {
  width: 14px;
  height: 8px;
}
.expand-icon:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 9px);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.icon-sprite {
  fill: black;
  width: 28px;
  height: 28px;
}
.site-footer .icon-sprite {
  fill: white;
  margin-right: 26px;
}
.icon-sprite--twitter {
  fill: #00aced;
}
.icon-sprite--linkedin {
  fill: #007bb5;
}
.staff-module .icon-sprite {
  fill: white;
}
.module--dark .icon-sprite {
  fill: white;
}

.icon-social-black {
  width: 28px;
  height: 28px;
  fill: black;
  margin-right: 20px;
}

.icon-social {
  width: 28px;
  height: 28px;
}
.social-list .icon-social {
  fill: white;
  margin-right: 20px;
}
.article__share .icon-social {
  fill: black;
}

.icon-directional {
  width: 24px;
  height: 10px;
}
.btn .icon-directional, .btn-link a .icon-directional {
  margin-top: -8px;
  position: relative;
  right: -6px;
  transition: all .3s ease-in-out;
}
.btn:hover .icon-directional, .btn-link a:hover .icon-directional {
  right: -8px;
}
.module--dark .icon-directional, #print-this .icon-directional {
  fill: white;
}

.icon-group {
  display: inline-block;
}
.case-studies-list .icon-group {
  float: right;
}

@font-face {
  font-family: 'karlaregular';
  src: url("libs/fonts/karla-regular-webfont.woff2") format("woff2"), url("libs/fonts/karla-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'karlabold';
  src: url("libs/fonts/karla-bold-webfont.woff2") format("woff2"), url("libs/fonts/karla-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4 {
  font-family: "karlabold";
  font-weight: normal;
  line-height: 1.4;
  color: inherit;
}

h1 {
  color: white;
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

@media (min-width: 992px) {
  .lead {
    font-size: 24px;
    line-height: 1.5;
  }
}
.article-card .module__headline {
  position: relative;
  padding-bottom: 20px;
}
.article-card .module__headline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: black;
}

.article__header {
  padding: 20px;
  color: white;
}
@media (min-width: 768px) {
  .article__header {
    padding: 50px 34px;
  }
}
@media (min-width: 992px) {
  .article__header {
    padding-top: 100px;
  }
}

.article__headline {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .article__headline {
    max-width: 75%;
    margin-bottom: 60px;
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .article__headline {
    max-width: 50%;
    margin-bottom: 120px;
  }
}

.article__meta {
  text-transform: capitalize;
}
.article__meta:before, .article__meta:after {
  content: " ";
  display: table;
}
.article__meta:after {
  clear: both;
}

.article__label {
  display: block;
}
@media (min-width: 768px) {
  .article__label {
    float: right;
  }
}

.article__container {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.article__container:before, .article__container:after {
  content: " ";
  display: table;
}
.article__container:after {
  clear: both;
}

.article__main {
  position: relative;
  padding: 20px;
  background-color: white;
}
@media (min-width: 768px) {
  .article__main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.article__credit {
  position: relative;
  display: block;
  margin: 32px 0;
  padding-top: 32px;
}
.article__credit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 1px;
  background-color: black;
}

@media (min-width: 992px) {
  .article__links {
    float: right;
  }
}

.article__footer {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .article__footer {
    margin-top: 64px;
  }
}
@media (min-width: 1240px) {
  .article__footer [class*="article__"] {
    position: absolute;
    top: 48px;
  }
  .article__footer .article__share {
    left: 40px;
  }
  .article__footer .article__eventBook {
    right: 20px;
  }
}

.article__eventBook a {
  display: block;
  padding: 20px;
  line-height: 28px;
  background-color: black;
  color: white;
  text-decoration: none;
}
@media (min-width: 768px) {
  .article__eventBook a {
    padding: 20px 32px;
  }
}
@media (min-width: 992px) {
  .article__eventBook a {
    display: inline-block;
    margin-right: 32px;
    padding: 40px 70px;
  }
}
@media (min-width: 1240px) {
  .article__eventBook a {
    padding: 40px 50px;
  }
}
.article__eventBook svg {
  display: block;
  fill: white;
  width: 28px;
  height: 28px;
  float: right;
}
@media (min-width: 992px) {
  .article__eventBook svg {
    float: none;
    margin: 10px auto 0;
  }
}
@media (min-width: 768px) {
  .article__eventBook {
    display: inline-block;
    width: 49%;
  }
}
@media (min-width: 992px) {
  .article__eventBook {
    text-align: right;
    vertical-align: top;
  }
}
@media (min-width: 1240px) {
  .article__eventBook {
    width: auto;
  }
}

.article__share {
  margin-top: 32px;
}
.article__share li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .article__share {
    display: inline-block;
    width: 49%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .article__share {
    text-align: left;
    margin: 0;
    padding: 60px 0 0 32px;
  }
}
@media (min-width: 1240px) {
  .article__share {
    width: auto;
    padding: 0;
    text-align: center;
  }
  .article__share li {
    display: block;
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .grid__row {
    -ms-flex-direction: row;
        flex-direction: row;
    display: -ms-flexbox;
    display: flex;
  }
  .stacked-rows .grid__row {
    height: 100%;
  }

  .grid__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .grid__item.stacked-rows {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .grid__item.stacked-rows > .grid {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .grid__item--switch {
    -ms-flex-order: 2;
        order: 2;
  }
  .grid__item--highlight {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
    z-index: 2;
  }

  .grid__panel {
    width: 100%;
    min-height: 300px;
    height: 100%;
  }
  .ajx-upt-pan .grid__panel {
    height: 100%;
  }
  .grid__panel--switch {
    -ms-flex-order: 2;
        order: 2;
  }

  .grid__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.site-footer {
  margin: 0 auto;
  padding: 32px 16px;
  background-color: #323232;
  color: white;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer a {
  display: block;
  color: white;
  text-decoration: none;
}
.site-footer h3 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .site-footer h3 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1240px) {
  .site-footer {
    padding: 32px;
  }
}

.footer-nav li {
  margin: 12px 0;
}
@media (min-width: 768px) {
  .footer-nav li {
    display: inline-block;
    font-size: 14px;
  }
  .footer-nav li + li {
    margin-left: 16px;
  }
}
@media (min-width: 992px) {
  .footer-nav li + li {
    margin-left: 32px;
  }
}

.site-header {
  background-color: white;
}

.header-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 14px 16px;
  background-color: white;
  border-bottom: 1px solid black;
  z-index: 1000;
}
@media (min-width: 1240px) {
  .header-container {
    padding: 10px 0;
    transition: padding 0.3s ease-in-out;
  }
  .header-container.smaller {
    padding: 0;
  }
}

.site-search {
  float: right;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  background-color: white;
  border: none;
}
.site-search svg {
  transition: fill 0.2s ease;
}
@media (min-width: 1240px) {
  .site-search {
    position: absolute;
    top: calc(50% - 22px);
    right: 16px;
  }
  .site-search:hover {
    background-color: inherit;
  }
  .site-search:hover svg {
    fill: red;
  }
}

.search-bar {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: -100%;
  transition: all 0.4s ease-in-out;
  background-color: #253d76;
  visibility: hidden;
  opacity: 0;
  z-index: 5000;
}
.search-bar.is-visible {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.search-bar .search-site {
  padding: 100px 10px 32px;
}
@media (min-width: 992px) {
  .search-bar .search-site {
    max-width: 768px;
    margin: 0 auto;
    padding-top: 60px;
  }
}
.search-bar .search-site input {
  margin: 0;
  padding: 12px;
  border: none;
  background-color: white;
}
.search-bar .search-site input[type="submit"] {
  padding: 19px 0 17px;
  width: 44px;
  background-color: white;
  background-image: url(libs/svg/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  line-height: 12px;
  font-size: 1em;
}
@media (min-width: 992px) {
  .search-bar .search-site input[type="submit"] {
    padding: 19px 0 20px;
  }
}
.search-bar .search-site .input-group {
  margin-bottom: 0;
}
.search-bar .search-site .close-search {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 44px;
  height: 44px;
  background-image: url(libs/svg/icon-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
}
.search-bar .search-site ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cacaca;
}
.search-bar .search-site ::-moz-placeholder {
  /* Firefox 19+ */
  color: #cacaca;
}
.search-bar .search-site :-ms-input-placeholder {
  /* IE 10+ */
  color: #cacaca;
}
.search-bar .search-site :-moz-placeholder {
  /* Firefox 18- */
  color: #cacaca;
}

.main-content {
  margin-top: 73px;
}
@media (min-width: 992px) {
  .main-content:before, .main-content:after {
    content: '';
    position: fixed;
    top: 0;
    height: 100vh;
    background-color: white;
  }
  .main-content:before {
    left: 0;
    box-shadow: inset -10px 0px 20px -10px rgba(0, 0, 0, 0.5);
  }
  .main-content:after {
    right: 0;
    box-shadow: inset 10px 0px 20px -10px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1240px) {
  .main-content {
    margin-top: 108px;
    transition: margin 0.3s ease-in-out;
  }
  .main-content.scrolled {
    margin-top: 88px;
  }
}

.polygon-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.content-block {
  position: relative;
  padding: 40px 0;
  background-color: white;
  	/* CMS Options
    	=========================================== */
  /* Modifiers
  =========================================== */
}
.content-block.centered {
  text-align: center;
}
.content-block--collapse {
  margin: 0 !important;
}

.module {
  position: relative;
  padding: 24px 20px;
  background-color: white;
  border-bottom: 1px solid #bfc1c3;
}
@media (min-width: 992px) {
  .module {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    padding: 32px 20px 32px 32px;
    height: 100%;
    min-height: 300px;
    border-bottom: none;
  }
}
.module a {
  color: inherit;
}
.module__meta {
  position: relative;
  z-index: 1;
}
.module__meta:before, .module__meta:after {
  content: " ";
  display: table;
}
.module__meta:after {
  clear: both;
}
.module__meta span {
  display: inline-block;
}
.module__header {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .module__header {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .module--lead .module__header {
    padding: 64px 58px;
  }
}
.module__footer {
  position: relative;
  margin-top: auto;
  z-index: 1;
}
@media (min-width: 992px) {
  .module__footer {
    text-align: right;
  }
  .module-news .module__footer {
    text-align: left;
  }
  [id*="featured-carousel"] .module__footer {
    position: absolute;
    right: 20px;
    bottom: 32px;
    margin-top: 0;
    z-index: 10;
  }
}
@media (min-width: 1240px) {
  .module-news .module__footer {
    text-align: right;
  }
}
.module-news .module__footer time {
  display: block;
}
@media (min-width: 992px) {
  .module__footer time {
    display: inline-block;
    margin-bottom: 8px;
    float: left;
    text-align: left;
  }
}
@media (min-width: 1240px) {
  .module__footer time {
    margin: 8px 0 0;
  }
}
.module__footer-left {
  position: relative;
  margin-top: auto;
  z-index: 1;
}
@media (min-width: 992px) {
  .module__footer-left {
    text-align: left;
  }
  .module__footer-left time {
    margin-top: 8px;
    float: left;
  }
}
.module__footer-right {
  position: relative;
  margin-top: auto;
  z-index: 1;
}
@media (min-width: 992px) {
  .module__footer-right {
    text-align: right;
  }
  .module__footer-right time {
    margin-top: 8px;
    float: right;
  }
}
.module__icon {
  position: relative;
  float: right;
  width: 28px;
  height: 28px;
  z-index: 2;
}
.module__icon svg {
  height: 28px;
  vertical-align: top;
}
.module--transparent {
  background-color: transparent;
  border-bottom: none;
}
.module--dark {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.module--dark .btn, .module--dark .btn-link a, .btn-link .module--dark a {
  border-color: white;
}
@media (min-width: 992px) {
  .module--lead {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .module--highlight {
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
}
.module--inner {
  padding: 0;
}
@media (min-width: 1240px) {
  .module--pad-l {
    padding: 60px 90px;
  }
}
.module--grey {
  background-color: #F5F5F5;
}
.module--bg {
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}
.module--bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.module--bg span {
  z-index: 1;
}

@media (max-width: 991px) {
  .module--transparent:not(.module--intro) {
    display: none;
  }
}
.staff-card .module__headline, .staff-module .module__headline {
  margin: 6px 0;
}

.staff-card,
.staff-module {
  background-position: center top;
  color: black;
}
.staff-card svg,
.staff-module svg {
  fill: black;
}
.staff-card__contact, .staff-module__contact {
  margin: 0;
  padding: 0;
  list-style: none;
}
.staff-card__contact li,
.staff-module__contact li {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .staff-card__contact, .staff-module__contact {
    float: left;
    text-align: left;
  }
  .article__main .staff-card__contact,
  .article__main .staff-module__contact {
    float: none;
    display: block;
    margin-top: 3.125em;
  }
}

.staff-module {
  background-position: right top;
  color: white;
}
.staff-module svg {
  fill: white;
}

.close-bio {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  background-color: red;
  z-index: 5;
}

.event-date {
  position: relative;
  padding-bottom: 12px;
}
.event-date:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: black;
}

.pagination {
  position: relative;
  min-height: 50px;
  padding: 32px 0;
  background-color: white;
  font-family: "karlabold";
  text-align: center;
}
.pagination:before, .pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination > * {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.pagination select {
  width: auto;
  margin: 0 0.625em;
  padding-right: 2em;
  line-height: 1;
}
.pagination [class*="pagination_"] a {
  display: inline-block;
  margin: 5px 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url(libs/svg/pagination-arrows.svg);
}
@media (min-width: 992px) {
  .pagination [class*="pagination_"] a {
    margin: 5px 16px 0;
  }
}
.pagination .pagination_previous a {
  background-position: 0 0;
}
.pagination .pagination_next a {
  background-position: -50px 0;
}

.filter-list {
  margin: 0;
  padding: 0;
  color: white;
  z-index: 99;
}
.filter-list__option {
  display: block;
  padding: 10px 18px 10px 0;
  color: inherit;
  text-decoration: none;
  transition: background-image 1.4s linear, padding 0.4s ease, background-color 0.2s ease;
}
@media (min-width: 992px) {
  .filter-list__option:hover {
    padding-left: 32px;
    background-image: url(libs/svg/filtererd-arrow.svg);
    background-position: 12px center;
    background-repeat: no-repeat;
    font-family: "karlabold";
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.filter-list__option.is-filtered {
  padding-left: 32px;
  background-image: url(libs/svg/filtererd-arrow.svg);
  background-position: 12px center;
  background-repeat: no-repeat;
  font-family: "karlabold";
  background-color: rgba(255, 255, 255, 0.2);
}

.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .social-list {
  margin-top: 32px;
}
.social-list li {
  display: inline-block;
}

.client-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.client-list.border-bottom {
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}
.client-list a {
  color: black;
}

.client-filter {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.client-filter__item {
  padding: 12px 0;
  border-top: 1px solid black;
}
.client-filter__item:last-of-type {
  border-bottom: 1px solid black;
}
.client-filter__item .client-label {
  font-size: 24px;
  font-family: "karlabold";
}
@media (min-width: 992px) {
  .client-filter__item .client-label {
    font-size: 20px;
  }
}
@media (min-width: 1240px) {
  .client-filter__item {
    padding: 12px 0 12px 26px;
  }
  .client-filter__item .client-label {
    font-size: 30px;
  }
}

.case-studies-list li {
  border-top: 1px solid black;
}
.case-studies-list li:last-of-type {
  border-bottom: 1px solid black;
}
@media (min-width: 1240px) {
  .case-studies-list span {
    float: left;
    width: 75%;
  }
}
.case-studies-list a {
  display: block;
  padding: 16px 0;
  text-decoration: none;
}
.case-studies-list a:before, .case-studies-list a:after {
  content: " ";
  display: table;
}
.case-studies-list a:after {
  clear: both;
}

.select-group {
  position: relative;
}
.select-group.is-open .select-trigger:after {
  border-width: 0 6px 6px;
}
.select-group.is-open .select-options {
  opacity: 1;
  pointer-events: auto;
}
.select-group a {
  display: block;
  padding: 2px 8px;
}
@media (min-width: 768px) {
  .select-group {
    float: right;
    min-width: 274px;
  }
}

.select-trigger {
  position: relative;
  display: block;
  margin: 4px 0 0;
  padding: 4px 8px;
  border: 1px solid black;
  color: black;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
}
.select-trigger:after {
  content: "";
  position: absolute;
  border-color: black transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  width: 0;
  margin-top: -3px;
  right: 16px;
  top: 50%;
}
@media (min-width: 992px) {
  .select-trigger {
    margin: 0;
  }
}
@media (min-width: 1240px) {
  .select-trigger {
    margin: 4px 0 0;
  }
}

.select-options {
  position: absolute;
  margin: -1px 0 0;
  padding: 10px;
  right: 0;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid black;
  border-top-color: white;
  box-shadow: 0px 10px 12px -6px rgba(0, 0, 0, 0.4);
  border-top: none;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out 0s;
  z-index: 10;
}

.projects {
  position: relative;
}
.projects:before, .projects:after {
  content: " ";
  display: table;
}
.projects:after {
  clear: both;
}
@media (min-width: 1240px) {
  .projects {
    display: table;
    width: 100%;
    height: 100%;
  }
}

.projects__col {
  background-color: white;
}
@media (min-width: 1240px) {
  .projects__col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1240px) {
  .projects__col {
    display: table-cell;
    vertical-align: top;
    float: none;
    height: 100%;
  }
}

.projects__group {
  position: relative;
}
@media (min-width: 992px) {
  .projects__group {
    display: table;
    width: 100%;
  }
}
@media (min-width: 1240px) {
  .projects__group {
    display: block;
    height: 100%;
  }
  .projects__group.half-l {
    float: left;
    width: 50%;
  }
}

.projects__panel {
  padding: 20px;
}
.projects__panel h2 {
  margin-top: 0;
}
.group-3 .projects__panel {
  border-bottom: 1px solid #cacaca;
}
.group-3 .projects__panel:last-of-type {
  border: none !important;
}
@media (min-width: 768px) {
  .projects__panel {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .projects__panel {
    display: table-cell;
    width: 50%;
    vertical-align: top;
  }
  .projects__panel.valign-m {
    vertical-align: middle;
  }
  .group-3 .projects__panel {
    width: 33.33%;
    border-bottom: none;
    border-right: 1px solid #cacaca;
  }
}
@media (min-width: 1240px) {
  .projects__panel {
    display: block;
    width: 100% !important;
  }
  .group-3 .projects__panel {
    border-right: none;
    border-bottom: 1px solid #cacaca;
  }
}

.grey-panels {
  background-color: #F5F5F5;
}

.highlight-panel {
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.client-chart {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
  background-color: red;
}
@media (min-width: 768px) {
  .client-chart {
    float: left;
    margin-right: 32px;
  }
}
@media (min-width: 992px) {
  .client-chart {
    float: none;
  }
}

.client-roundal {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  padding-top: 16px;
  background-color: #375691;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 24px;
  line-height: 1;
  font-family: "karlabold";
}
@media (min-width: 992px) {
  .client-roundal {
    width: 78px;
    height: 78px;
    padding-top: 24px;
    font-size: 30px;
  }
}

.client-breakdown {
  float: right;
  color: #cacaca;
  font-family: "karlabold";
}
.client-breakdown span {
  color: black;
}

.location-block {
  position: relative;
}
.location-block a {
  text-decoration: none;
  color: inherit;
}
.location-block ul {
  padding: 0;
  list-style: none;
}
.location-block h3 {
  margin-top: 0;
}

.location-block__map {
  position: relative;
  display: block;
  width: 100%;
  height: 297px;
  overflow: hidden;
}

.location-block__info {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .location-block__info {
    padding: 32px;
  }
}

.search-title {
  color: #8a8a8a;
}
.search-title span {
  color: black;
}

.search-results {
  padding: 0;
  list-style: none;
}

.search-result {
  padding: 20px 0;
  border-top: 1px solid black;
}

.search-result__title {
  margin: 0;
}

.search-result__link {
  font-size: 0.778em;
  color: #8a8a8a;
}

.search-result__highlighted {
  margin-bottom: 0;
}

#top {
  display: block;
  position: relative;
  top: -400px;
  visibility: hidden;
}

.bio-image {
  margin-bottom: 20px;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul:before, nav ul:after {
  content: " ";
  display: table;
}
nav ul:after {
  clear: both;
}
nav li {
  display: block;
}
@media (min-width: 1240px) {
  nav li {
    display: inline-block;
  }
}
nav a {
  position: relative;
  display: block;
  text-decoration: none;
}

.nav-toggle {
  float: right;
  display: block;
  width: 60px;
  height: 44px;
  margin-right: 10px;
  padding: 0;
  background-color: white;
  border: none;
  text-align: center;
  z-index: 100;
}
.nav-toggle:hover {
  background-color: inherit;
}
@media (min-width: 1240px) {
  .nav-toggle {
    display: none;
  }
}

.navigation-container {
  z-index: 99;
}
@media (max-width: 1239px) {
  .navigation-container {
    position: fixed;
    right: 0;
    top: 99px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    transition: right 0.3s ease, top 0.3s ease;
  }
  .smaller .navigation-container {
    top: 77px;
  }
  .navigation-container.navbar-collapsed {
    right: -100%;
  }
}
@media (min-width: 1240px) {
  .navigation-container {
    padding: 0 64px 0 140px;
    text-align: center;
  }
}

.primary-nav a {
  display: block;
  font-size: 20px;
  color: black;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.primary-nav a.active {
  font-family: "karlabold";
}
.primary-nav a:focus {
  outline: thin dotted;
}
.primary-nav a.current {
  font-family: "karlabold";
}
@media (max-width: 1239px) {
  .primary-nav a.current {
    background-color: #c4c4c4;
  }
}
@media (min-width: 1240px) {
  .primary-nav a:hover {
    color: #8a8a8a;
  }
}
.primary-nav a[aria-haspopup="true"]:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: calc(50% - 3px);
  border: 6px solid transparent;
  border-top-color: #333;
  transition: border 0.3s linear, top 0.3s linear;
}
@media (min-width: 1240px) {
  .primary-nav a[aria-haspopup="true"]:after {
    right: 0;
    top: calc(50% - 6px);
  }
}
.primary-nav a[aria-haspopup="true"].current:after {
  border-top-color: transparent;
  border-bottom-color: #333;
  top: calc(50% - 10px);
}
@media (min-width: 1240px) {
  .primary-nav a[aria-haspopup="true"] {
    padding-right: 20px !important;
  }
}
.primary-nav a.btn, .primary-nav .btn-link a, .btn-link .primary-nav a {
  display: block;
  margin: 20px 30px;
  width: auto;
}
@media (min-width: 992px) {
  .primary-nav a.btn:hover, .primary-nav .btn-link a:hover, .btn-link .primary-nav a:hover {
    color: black;
  }
}
@media (min-width: 1240px) {
  .primary-nav a.btn, .primary-nav .btn-link a, .btn-link .primary-nav a {
    margin: 21px 0 0;
  }
}
.primary-nav > li > a:not(.btn) {
  padding: 18px 30px;
}
@media (min-width: 1240px) {
  .primary-nav > li > a:not(.btn) {
    padding: 27px 0 30px;
  }
}
@media (min-width: 1240px) {
  .primary-nav > li + li {
    margin-left: 20px;
    transition: margin 0.2s linear;
  }
}
@media (min-width: 1680px) {
  .primary-nav > li + li {
    margin-left: 45px;
  }
}

.submenu {
  position: relative;
  height: 0;
  background-color: #e5e5e5;
  visibility: hidden;
  opacity: 0;
  transition: height 0.2s ease-in-out, opacity 0.4s linear;
  z-index: 100;
}
.submenu.is-visible {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 10px 0;
}
.submenu a {
  padding: 6px 30px;
}
@media (min-width: 1240px) {
  .submenu {
    position: fixed;
    left: 0;
    top: 96px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 8px 5px 2px rgba(0, 0, 0, 0.15);
    transition: 0.2s linear;
  }
  .smaller .submenu {
    top: 86px;
  }
  .submenu > li {
    margin-left: 20px;
  }
  .submenu__title {
    /*display: none;*/
  }
  .submenu a {
    padding: 16px 0;
  }
}

.btn, .btn-link a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px;
  background-color: white;
  border: 1px solid black;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  color: black;
  transition: opacity 0.3s ease;
  width: 100%;
  /* Modifiers
  =========================================== */
  /* Specific case styling
  =========================================== */
}
@media (min-width: 600px) {
  .btn, .btn-link a {
    width: 49%;
    width: auto;
  }
  .btn:not(:only-child), .btn-link a:not(:only-child) {
    margin-right: 30px;
  }
  .btn:last-of-type, .btn-link a:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .btn, .btn-link a {
    padding: 10px 18px;
  }
}
@media (min-width: 992px) {
  .btn, .btn-link a {
    width: auto;
    font-size: 20px;
  }
  .btn:hover, .btn-link a:hover {
    opacity: 0.8;
    background-color: white;
  }
  .btn:not(:only-child), .btn-link a:not(:only-child) {
    margin-right: 10px;
  }
}
@media (min-width: 1240px) {
  .btn:not(:only-child), .btn-link a:not(:only-child) {
    margin-right: 30px;
  }
}
.btn--inverse {
  background-color: black;
  color: white !important;
}
.btn--inverse svg {
  fill: white;
}
@media (min-width: 992px) {
  .btn--inverse:hover {
    background-color: black;
  }
}
.btn--dark-hover {
  transition: all .3s ease-in-out;
}
.btn--dark-hover:hover {
  background-color: black !important;
  color: white !important;
}
.module--dark .btn, .module--dark .btn-link a, .btn-link .module--dark a, .staff-module .btn, .staff-module .btn-link a, .btn-link .staff-module a, .btn#print-this, .btn-link a#print-this {
  background-color: transparent;
  border-color: white;
  color: white;
}
@media (min-width: 992px) {
  .module--dark .btn:hover, .module--dark .btn-link a:hover, .btn-link .module--dark a:hover, .staff-module .btn:hover, .staff-module .btn-link a:hover, .btn-link .staff-module a:hover, .btn#print-this:hover, .btn-link a#print-this:hover {
    background-color: transparent;
  }
}
.module--grey .btn, .module--grey .btn-link a, .btn-link .module--grey a {
  background-color: #F5F5F5;
}
@media (min-width: 992px) {
  .module--grey .btn:hover, .module--grey .btn-link a:hover, .btn-link .module--grey a:hover {
    background-color: #F5F5F5;
  }
}
@media (max-width: 991px) {
  .module__footer .btn, .module__footer .btn-link a, .btn-link .module__footer a {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 1em;
  }
}
.btn#print-this, .btn-link a#print-this {
  width: 220px;
}

.btn-link {
  display: inline-block;
}
.btn-link a {
  display: block;
  padding-right: 60px;
}
.btn-link a:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 10px;
  top: calc(50% - 5px);
  right: 18px;
  background-repeat: no-repeat;
  background-image: url(libs/svg/directional-arrow-right.svg);
}
.module--dark .btn-link a:after {
  background-image: url(libs/svg/directional-arrow-right--white.svg);
}

.carousel {
  margin: 0;
}
.carousel > button {
  padding: 0;
  font-size: 1em;
}

.content-carousel {
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .content-carousel {
    margin-bottom: 0;
  }
}
.content-carousel > ol {
  right: auto;
  top: auto;
  bottom: 0;
}
.content-carousel > ol li {
  vertical-align: bottom;
  height: 9px;
  width: 9px;
  margin-right: 20px;
}
.content-carousel > ol .active, .content-carousel > ol .active:hover {
  background-color: black;
}

.carousel-block {
  padding-bottom: 46px;
}

.social-carousel h3 {
  margin-top: 0;
}
.social-carousel > button {
  left: auto;
  right: 47px;
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #F5F5F5;
  background-image: url(libs/svg/small-carousel-arrows.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 100;
}
.social-carousel > button.forward {
  right: 0;
  background-position: -40px 0;
}
@media (min-width: 992px) {
  .social-carousel > figure {
    height: 100%;
  }
}
.social-carousel--client figure {
  min-height: 360px;
}

.tweet-body {
  position: relative;
  height: 100%;
  padding-top: 1.5em;
}
.tweet-body h2 {
  margin: 0 0 1.5em;
  font-size: 1em;
}
@media (min-width: 992px) {
  .tweet-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .tweet-body time {
    margin-top: auto;
    margin-bottom: 6px;
  }
}

.radial-chart {
  width: 220px;
  height: 220px;
  margin-bottom: 32px;
  overflow: hidden;
}
.radial-chart svg {
  transform: rotate(230deg);
}
@media (min-width: 1240px) {
  .radial-chart {
    margin: 0 auto 32px;
  }
}

.radial-chart-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.radial-chart-list li {
  position: relative;
  padding-left: 18px;
}
.radial-chart-list li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.radial-chart-list li.data-lrg-corp:after {
  background-color: #BB171D;
}
.radial-chart-list li.data-pso:after {
  background-color: #40AA33;
}
.radial-chart-list li.data-ri:after {
  background-color: #244093;
}
.radial-chart-list li.data-sme:after {
  background-color: #FFDD22;
}
.radial-chart-list li.data-uni:after {
  background-color: #9cdbf8;
}

.data-lrg-corp {
  fill: #BB171D;
}

.data-pso {
  fill: #40AA33;
}

.data-ri {
  fill: #244093;
}

.data-sme {
  fill: #FFDD22;
}

.data-uni {
  fill: #9cdbf8;
}

.readonly, input, select, textarea {
  margin-bottom: 0;
  height: auto;
}

.input-group button {
  margin: 0;
  min-height: auto;
  padding: 11px 20px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

.form legend {
  margin: 18px 0 0;
  font-family: "karlabold";
  font-size: 20px;
}

.form__field {
  position: relative;
  margin-bottom: 16px;
  padding: 12px 6px 4px;
  border: none;
  border-bottom: 1px solid black;
}
.form__field--inverse {
  color: white;
}
.form-footer .form__field {
  border-bottom-color: white;
  background-color: #323232;
}

.form__submit {
  margin-top: 32px;
}
.form-footer .form__submit {
  background-color: transparent;
  border-color: white;
  color: white;
}
@media (min-width: 992px) {
  .form__submit {
    float: right;
  }
}
