@charset "UTF-8";
/*
Usage:
.article {
    @include clearfix;
}
*/
/*
Usage:
h1 {
    @include font-size(24, 16);
}
*/
/*
Usage:
h1 {
    @include align(center);
}
*/
/*
Usage:
h1 {
    @include text-truncate;
}
*/
/*
Usage:
.button {
    @include float(right);
}
*/
/*
Usage:
.article {
    @include inline-block;
}
*/
/*
Usage:
.is-hidden {
    @include hidden;
}
*/
/*
Usage:
.is-invisible {
    @include invisible;
}
*/
/*
Usage:
.article {
    @include center-block(640px);
}
*/
/* border radius mixins
Usage:
.button {
    @include border-radius(5px);
}
*/
/* Cards mixin */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ffff00;
  color: #000000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%; }
  .container:before, .container:after {
    content: "";
    display: table; }
  .container:after {
    clear: both; }
  @media (max-width: 480px) {
    .container {
      padding-left: 16px;
      padding-right: 16px; } }

@media (min-width: 481px) and (max-width: 959px) {
  .container {
    padding-left: 24px;
    padding-right: 24px; } }
  @media (min-width: 960px) {
    .container {
      width: 960px;
      padding-left: 0;
      padding-right: 0; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }
  .container-fluid:before, .container-fluid:after {
    content: "";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  display: block; }
  @media (max-width: 480px) {
    .row {
      margin-left: -8px;
      margin-right: -8px; }
      .row:before, .row:after {
        content: "";
        display: table; }
      .row:after {
        clear: both; } }

@media (min-width: 481px) and (max-width: 959px) {
  .row {
    margin-left: -12px;
    margin-right: -12px; }
    .row:before, .row:after {
      content: "";
      display: table; }
    .row:after {
      clear: both; } }
  @media (min-width: 960px) {
    .row {
      margin-left: -12px;
      margin-right: -12px; }
      .row:before, .row:after {
        content: "";
        display: table; }
      .row:after {
        clear: both; } }
  @media (max-width: 959px) {
    .row {
      display: block; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px; }
  @media (max-width: 480px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      padding-left: 8px;
      padding-right: 8px; } }

@media (min-width: 481px) and (max-width: 959px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 12px;
    padding-right: 12px; } }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 481px) and (max-width: 959px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 960px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

/* Utitlity classes */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.align-start {
  text-align: left; }

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

.align-end {
  text-align: right; }

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

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

.text-right {
  text-align: right; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.is-hidden {
  display: none; }

.is-invisible {
  visibility: hidden; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.visible-xs {
  display: none; }
  @media (max-width: 479px) {
    .visible-xs {
      display: block !important; } }

.visible-sm {
  display: none; }

@media (min-width: 480px) and (max-width: 767px) {
  .visible-sm {
    display: block !important; } }

.visible-md {
  display: none; }

@media (min-width: 768px) and (max-width: 959px) {
  .visible-md {
    display: block !important; } }

.visible-lg {
  display: none; }
  @media (min-width: 960px) {
    .visible-lg {
      display: block !important; } }

.hidden-xs {
  display: block; }
  @media (max-width: 479px) {
    .hidden-xs {
      display: none !important; } }

.hidden-sm {
  display: block; }

@media (min-width: 480px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }

.hidden-md {
  display: block; }

@media (min-width: 768px) and (max-width: 959px) {
  .hidden-md {
    display: none !important; } }

.hidden-lg {
  display: block; }
  @media (min-width: 960px) {
    .hidden-lg {
      display: none !important; } }

.gutterless {
  padding: 0; }
  @media (max-width: 479px) {
    .gutterless--xs {
      padding: 0; } }
  @media (max-width: 767px) {
    .gutterless--sm {
      padding: 0; } }
  @media (max-width: 959px) {
    .gutterless--md {
      padding: 0; } }

.hidden {
  display: none; }

.top-gutter {
  margin-top: 30px; }

.text-uppercase {
  text-transform: uppercase; }

.hiddenLabel {
  position: absolute;
  top: -9999px;
  left: -9999px; }
  @media (max-width: 479px) {
    .hiddenLabel--xs {
      position: absolute;
      top: -9999px;
      left: -9999px; } }

@media (min-width: 480px) and (max-width: 767px) {
  .hiddenLabel--sm {
    position: absolute;
    top: -9999px;
    left: -9999px; } }

@media (min-width: 768px) and (max-width: 959px) {
  .hiddenLabel--md {
    position: absolute;
    top: -9999px;
    left: -9999px; } }
  @media (min-width: 960px) {
    .hiddenLabel--lg {
      position: absolute;
      top: -9999px;
      left: -9999px; } }

html {
  font-size: 14px; }
  @media (min-width: 480px) {
    html {
      font-size: 16px; } }
  @media (min-width: 960px) {
    html {
      font-size: 18px; } }

body {
  line-height: 180%;
  font-family: "Lato", sans-serif;
  font-size: 16px; }

p {
  font-size: 16px;
  line-height: 180%;
  color: #3f4359;
  margin-bottom: 24px; }
  @media (max-width: 959px) {
    p {
      font-size: 16px; } }

a {
  color: #2b5c7d;
  text-decoration: none; }
  a:hover, a:focus {
    color: #00A2E5;
    text-decoration: none;
    outline: 0; }

.tribe-events-adv-list-widget a,
.tribe-events-adv-list-widget .tribe-event-featured a,
.tribe-mini-calendar-list-wrapper .tribe-event-featured a {
  color: #2b5c7d !important;
  text-decoration: none !important;
  font-weight: 700; }
  .tribe-events-adv-list-widget a:hover, .tribe-events-adv-list-widget a:focus,
  .tribe-events-adv-list-widget .tribe-event-featured a:hover,
  .tribe-events-adv-list-widget .tribe-event-featured a:focus,
  .tribe-mini-calendar-list-wrapper .tribe-event-featured a:hover,
  .tribe-mini-calendar-list-wrapper .tribe-event-featured a:focus {
    color: #00A2E5 !important;
    text-decoration: none !important;
    outline: 0 !important; }

#tribe-events-content .tribe-events-list-event-description a, #tribe-events-content .tribe-events-list-event-description a:link, #tribe-events-content .tribe-events-list-event-description a:visited {
  color: #00A2E5 !important; }

#tribe-events-content .tribe-events-list-event-description a:hover, #tribe-events-content .tribe-events-list-event-description a:focus {
  color: #fe4b45 !important; }

img {
  max-width: 100%;
  height: auto; }
  @media (max-width: 959px) {
    img {
      max-width: 500px;
      margin: 0 auto; } }

svg {
  max-width: 100%; }

.section {
  padding-top: 36px;
  padding-bottom: 48px; }
  @media (min-width: 480px) {
    .section {
      padding-top: 36px; } }
  @media (min-width: 960px) {
    .section {
      padding-top: 36px; } }
  @media (max-width: 959px) {
    .section {
      padding-bottom: 24px;
      padding-top: 24px; } }
  @media screen and (max-height: 800px) {
    .section {
      padding-bottom: 36px;
      padding-top: 36px; } }
  .section__header {
    text-align: left;
    text-transform: none;
    margin-bottom: 0; }
    .section__header h2 {
      margin-bottom: 0; }
    .section__header p:last-child {
      margin-bottom: 0; }
  .section__anotation {
    text-align: left; }
    @media (min-width: 481px) {
      .section__anotation {
        text-align: center; } }
  @media (min-width: 481px) {
    .section__footer {
      text-align: center; } }
  .section__content + .section__footer {
    margin-top: 24px; }
    @media (min-width: 481px) {
      .section__content + .section__footer {
        margin-top: 38px; } }
    @media (min-width: 961px) {
      .section__content + .section__footer {
        margin-top: 70px; } }

.section--bg {
  background-color: #f5f7fa; }
  @media screen and (max-height: 800px) {
    .section--bg {
      padding-bottom: 24px;
      padding-top: 24px;
      margin-top: 12px;
      margin-bottom: 12px; } }

.hr {
  height: 1px;
  width: 100%;
  max-width: 960px;
  margin: 0.5rem auto 1.2rem;
  background: #e2e3e6; }
  .hr hr {
    display: none; }

.client__image {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important; }

.wide-column {
  width: 75%; }
  @media (max-width: 959px) {
    .wide-column {
      width: 100%; } }
  .wide-column + div {
    width: 25%; }
    @media (max-width: 959px) {
      .wide-column + div {
        width: 100%; } }

.narrow-column {
  width: 25%; }
  @media (max-width: 959px) {
    .narrow-column {
      width: 100%; } }
  .narrow-column + div {
    width: 75%; }
    @media (max-width: 959px) {
      .narrow-column + div {
        width: 100%; } }

.fullwidth-image img {
  width: 100%;
  max-width: 100%;
  height: auto; }
  @media (max-width: 959px) {
    .fullwidth-image img {
      max-width: 500px;
      margin: 0 auto; } }

@media (max-width: 959px) {
  .fullwidth-image .secondary-image-container {
    max-width: 500px;
    margin: 0 auto; } }

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

.only-title {
  padding-bottom: 0; }
  .only-title + section {
    padding-top: 0 !important; }

.font-size-smaller h3 {
  font-size: 20px !important;
  line-height: 32px !important; }

.font-size-smaller p {
  font-size: 0.78rem !important;
  line-height: 1.7rem !important; }

.image-post img {
  width: 100%;
  height: auto; }
  @media (max-width: 959px) {
    .image-post img {
      max-width: 500px;
      margin: 0 auto; } }

@media (max-width: 959px) {
  .image {
    max-width: 500px;
    margin: 0 auto; } }

.section--blog-listing .title-container h3,
.tribe-events-loop .title-container h3 {
  color: #3f4359;
  font-weight: 400; }

.section--blog-listing .blog-meta,
.section--blog-listing .tribe-events-event-meta,
.tribe-events-loop .blog-meta,
.tribe-events-loop .tribe-events-event-meta {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase; }
  .section--blog-listing .blog-meta + h2,
  .section--blog-listing .tribe-events-event-meta + h2,
  .tribe-events-loop .blog-meta + h2,
  .tribe-events-loop .tribe-events-event-meta + h2 {
    margin-top: 0;
    padding-top: 0; }

.section--blog-listing h2,
.tribe-events-loop h2 {
  margin-bottom: 0;
  color: #3f4359;
  font-weight: 400;
  font-size: 22px;
  padding-bottom: 12px; }
  .section--blog-listing h2 a, .section--blog-listing h2 a:link, .section--blog-listing h2 a:visited,
  .tribe-events-loop h2 a,
  .tribe-events-loop h2 a:link,
  .tribe-events-loop h2 a:visited {
    color: #3f4359; }
  .section--blog-listing h2 a:hover, .section--blog-listing h2 a:active,
  .tribe-events-loop h2 a:hover,
  .tribe-events-loop h2 a:active {
    color: #fe4b45; }

.section--blog-listing .skewed-block .h6,
.tribe-events-loop .skewed-block .h6 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #3f4359; }

.section--blog-listing .event-details .h6,
.tribe-events-loop .event-details .h6 {
  font-size: 12px;
  color: #6f7283;
  font-weight: 400; }

.section--blog-listing .event-details .h5,
.tribe-events-loop .event-details .h5 {
  color: #3f4359; }

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
  max-width: initial !important; }

.blog-meta,
.tribe-events-event-meta {
  color: #2b5c7d;
  letter-spacing: 1px;
  font-weight: 700; }
  .blog-meta address.tribe-events-address,
  .blog-meta .tribe-events-venue-details,
  .tribe-events-event-meta address.tribe-events-address,
  .tribe-events-event-meta .tribe-events-venue-details {
    font-style: normal !important;
    font-weight: 700 !important; }

.tribe-events-button {
  display: none !important; }

.post-details h3 {
  color: #3f4359; }

.post-details blockquote {
  margin: 0px 6px 24px 0;
  background-color: #f5f7fa;
  border: 6px solid #f5f7fa;
  position: relative;
  padding: 32px 32px 32px 38px;
  -webkit-box-shadow: 6px 6px 0 0 #ffffff, 12px 12px 0 0 #f5f7fa;
          box-shadow: 6px 6px 0 0 #ffffff, 12px 12px 0 0 #f5f7fa; }
  @media (min-width: 481px) {
    .post-details blockquote {
      margin: 8px 6px 1rem 0; } }
  @media (min-width: 961px) {
    .post-details blockquote {
      margin: 8px 6px 32px 0; } }

.tribe-events-list-event-description .arrow-link,
.post-excerpt .arrow-link {
  margin-left: 20px;
  top: 0px;
  position: relative; }
  .tribe-events-list-event-description .arrow-link .icon-arrow-filled,
  .post-excerpt .arrow-link .icon-arrow-filled {
    border-width: 6px 0 6px 10px; }

.tribe-events-list-event-description p:last-of-type,
.post-excerpt p:last-of-type {
  display: inline; }

.post-excerpt {
  padding: 16px 0; }

.post-row {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative; }

.separator {
  color: #9f9fa5;
  padding: 0 10px;
  display: inline-block; }

.blog-meta {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 12px; }

#searchform {
  position: relative; }

.form-control {
  border-radius: 30px; }

.search-button {
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 0;
  top: 0; }

.post-container:after,
.entry-summary:after {
  border-top: 2px solid rgba(159, 159, 165, 0.4);
  width: 100%;
  max-width: 240px;
  display: block;
  height: 1px;
  content: "";
  margin-top: 40px;
  margin-bottom: 50px; }

.toc-list:after {
  border-top: 1px solid rgba(159, 159, 165, 0.3);
  width: 100%;
  max-width: 120px;
  display: block;
  height: 1px;
  content: "";
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: -40px; }

.form-control-fullwidth {
  width: 100%;
  outline: none; }
  .form-control-fullwidth + .btn {
    -webkit-box-shadow: none;
            box-shadow: none; }

.categories-list {
  font-size: 16px; }
  .categories-list a,
  .categories-list a:link,
  .categories-list a:visited {
    color: #6f7283;
    text-decoration: underline; }
  .categories-list a:hover,
  .categories-list a:active {
    color: #3f4359;
    text-decoration: underline; }

.atypon-blue {
  background-color: #2b5c7d; }

.atypon-red {
  background-color: #fe4b45; }

.atypon-gray-dark {
  background-color: #3f4359; }

.atypon-gray {
  background-color: #6f7283; }

.atypon-gray-light {
  background-color: #9f9fa5; }

.atypon-gray-lightest {
  background-color: #f4f4f4; }

.atypon-blue-light {
  background-color: #e1e9f0; }

.atypon-blue-lightest {
  background-color: #f5f7fa; }

.atypon-red-light {
  background-color: #fde5e4; }

.atypon-red-lightest {
  background-color: #fef6f6; }

.atypon-green {
  background-color: #33976a; }

.atypon-green-light {
  background-color: #e1f0e9; }

.primary-text-color {
  color: #2b5c7d; }

.secondary-text-color {
  color: #00A2E5; }

.tertiary-text-color {
  color: #fe4b45; }

.dark-bg {
  background: #3f4359; }

.default-content-color {
  color: #3f4359; }

.primary-btn-color {
  color: #2b5c7d; }

.secondary-btn-color {
  color: #00A2E5; }

.primary-border-color {
  color: #2b5c7d; }

.secondary-border-color {
  color: #00A2E5; }

.primary-btn-bg {
  background-color: #2b5c7d; }

.secondary-btn-bg {
  background-color: #00A2E5; }

.disabled-btn-bg {
  background-color: #9f9fa5; }

.site-navigation-caret-color {
  color: #9f9fa5; }

.primary-link-color {
  color: #2b5c7d; }

.secondary-link-color {
  color: #00A2E5; }

.input-border {
  color: #d9d9de; }

.input-placeholder-color {
  color: #3f4359; }

.alert-success-color {
  color: #33976a; }

.alert-success-background {
  background-color: #e1f0e9; }

.alert-error-color {
  color: #fe4b45; }

.alert-error-background {
  background-color: #fde5e4; }

.alert-info-color {
  color: #2b5c7d; }

.alert-info-background {
  background-color: #e1e9f0; }

.primary-card-bg {
  background-color: #3f4359; }

.secondary-card-bg {
  background-color: #fe4b45; }

.tertiary-card-bg {
  background-color: #2b5c7d; }

.card-border-color {
  color: #f5f7fa; }

.shadow-color {
  color: #d7dee6; }

.hr-color {
  color: #e2e3e6; }

.secondary-section-bg {
  background-color: #f5f7fa; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: #2b5c7d; }

h1, .h1 {
  font-size: 36px;
  line-height: 160%;
  margin-bottom: 6px;
  margin-top: 0; }
  @media (max-width: 959px) {
    h1, .h1 {
      font-size: 24px; } }
  @media screen and (max-height: 800px) {
    h1, .h1 {
      font-size: 26px; } }

h2, .h2 {
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 6px;
  margin-top: 0; }
  @media (max-width: 959px) {
    h2, .h2 {
      font-size: 18px; } }
  @media screen and (max-height: 800px) {
    h2, .h2 {
      font-size: 24px; } }

h3, .h3 {
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 6px;
  margin-top: 0; }
  @media (max-width: 959px) {
    h3, .h3 {
      font-size: 16px; } }
  @media screen and (max-height: 800px) {
    h3, .h3 {
      font-size: 24px; } }

h4, .h4 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 6px;
  margin-top: 0; }
  @media (max-width: 959px) {
    h4, .h4 {
      font-size: 14px; } }
  @media screen and (max-height: 800px) {
    h4, .h4 {
      font-size: 18px; } }

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 6px; }
  @media (max-width: 959px) {
    h5, .h5 {
      font-size: 14px; } }
  @media screen and (max-height: 800px) {
    h5, .h5 {
      font-size: 14px; } }

h6, .h6 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 6px; }
  @media (max-width: 959px) {
    h6, .h6 {
      font-size: 12px; } }
  @media screen and (max-height: 800px) {
    h6, .h6 {
      font-size: 12px; } }

@font-face {
  font-family: "atypon";
  src: url("../../assets/icons/atypon.eot?x4hq7v");
  src: url("../../assets/icons/atypon.eot?x4hq7v#iefix") format("embedded-opentype"), url("../../assets/icons/atypon.woff2?x4hq7v") format("woff2"), url("../../assets/icons/atypon.ttf?x4hq7v") format("truetype"), url("../../assets/icons/atypon.woff?x4hq7v") format("woff"), url("../../assets/icons/atypon.svg?x4hq7v#atypon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: "atypon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-filled {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: inset;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #375b7a;
  -webkit-transform: rotate(360deg); }

.icon-arrow-filled {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: inset;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #375b7a;
  -webkit-transform: rotate(360deg); }

.icon-atypon-favicon:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-check-circled:before {
  content: ""; }

.icon-close-circled:before {
  content: ""; }

.icon-plus-circled:before {
  content: ""; }

.icon-minus-circled:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-layers:before {
  content: ""; }

.icon-message:before {
  content: ""; }

.icon-document:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-pin:before {
  content: ""; }

.icon-pin-outline:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-social-facebook:before {
  content: ""; }

.icon-social-facebook-fill:before {
  content: ""; }

.icon-social-linkedin:before {
  content: ""; }

.icon-social-linkedin-fill:before {
  content: ""; }

.icon-social-twitter:before {
  content: ""; }

.icon-social-googleplus-fill:before {
  content: ""; }

.alert {
  position: relative;
  padding: 8px 48px;
  border-radius: 2px;
  margin: 0 0 32px; }
  .alert-close {
    position: absolute;
    right: 16px;
    top: 16px;
    height: auto;
    line-height: 1em;
    padding: 0;
    background: transparent;
    color: inherit;
    opacity: .2; }
    .alert-close:hover, .alert-close:focus {
      background: transparent;
      color: inherit;
      opacity: 1; }
  .alert:before {
    position: absolute;
    left: 16px;
    top: 16px;
    font-size: 0.83rem; }
  .alert--success {
    color: #33976a;
    background-color: #e1f0e9; }
    .alert--success:before {
      font-family: "atypon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .alert--error {
    color: #fe4b45;
    background-color: #fde5e4; }
    .alert--error:before {
      font-family: "atypon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .alert--info {
    color: #2b5c7d;
    background-color: #e1e9f0; }
    .alert--info:before {
      font-family: "atypon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

button,
[type="submit"],
[type="button"],
.btn {
  background: #2b5c7d;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  height: 32px;
  padding: 0 16px;
  font-size: .8rem;
  border-radius: 16px;
  color: #ffffff;
  border: none; }
  @media (min-width: 481px) {
    button,
    [type="submit"],
    [type="button"],
    .btn {
      height: 40px;
      padding: 0 24px;
      font-size: .89rem;
      border-radius: 24px; } }
  @media (min-width: 961px) {
    button,
    [type="submit"],
    [type="button"],
    .btn {
      height: 40px;
      padding: 0 32px;
      font-size: .89rem;
      border-radius: 24px; } }
  button[disabled], button.disabled, button:disabled,
  [type="submit"][disabled],
  [type="submit"].disabled,
  [type="submit"]:disabled,
  [type="button"][disabled],
  [type="button"].disabled,
  [type="button"]:disabled,
  .btn[disabled],
  .btn.disabled,
  .btn:disabled {
    background: #9f9fa5;
    color: #ffffff; }
    button[disabled]:hover, button[disabled]:focus, button.disabled:hover, button.disabled:focus, button:disabled:hover, button:disabled:focus,
    [type="submit"][disabled]:hover,
    [type="submit"][disabled]:focus,
    [type="submit"].disabled:hover,
    [type="submit"].disabled:focus,
    [type="submit"]:disabled:hover,
    [type="submit"]:disabled:focus,
    [type="button"][disabled]:hover,
    [type="button"][disabled]:focus,
    [type="button"].disabled:hover,
    [type="button"].disabled:focus,
    [type="button"]:disabled:hover,
    [type="button"]:disabled:focus,
    .btn[disabled]:hover,
    .btn[disabled]:focus,
    .btn.disabled:hover,
    .btn.disabled:focus,
    .btn:disabled:hover,
    .btn:disabled:focus {
      background: #9f9fa5;
      color: #ffffff; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus,
  .btn:hover,
  .btn:focus {
    cursor: pointer;
    background: #244e6a;
    color: #ffffff; }
  button ~ button,
  [type="submit"] ~ button,
  [type="button"] ~ button,
  .btn ~ button {
    margin-left: 10px; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn--large {
    height: 48px;
    padding: 0 32px;
    font-size: 1rem;
    border-radius: 24px; }
  .btn--medium {
    height: 40px;
    padding: 0 24px;
    font-size: .89rem;
    border-radius: 24px; }
  .btn--small {
    height: 32px;
    padding: 0 16px;
    font-size: .8rem;
    border-radius: 16px; }
  .btn--secondary {
    background: #00A2E5;
    color: #ffffff; }
    .btn--secondary:hover, .btn--secondary:focus {
      cursor: pointer;
      color: #ffffff;
      background: #0090cc; }
  .btn--simple-primary {
    background: transparent;
    color: #2b5c7d;
    -webkit-box-shadow: 0 0 0 1px #2b5c7d;
            box-shadow: 0 0 0 1px #2b5c7d; }
    .btn--simple-primary:hover, .btn--simple-primary:focus {
      cursor: pointer;
      background: #2b5c7d;
      color: #ffffff; }
  .btn--simple-secondary {
    background: transparent;
    color: #00A2E5;
    -webkit-box-shadow: 0 0 0 1px #00A2E5;
            box-shadow: 0 0 0 1px #00A2E5; }
    .btn--simple-secondary:hover, .btn--simple-secondary:focus {
      cursor: pointer;
      background: #00A2E5;
      color: #ffffff; }
  .btn--full-width {
    width: 100%; }
  .btn--inverse {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    font-weight: bold;
    font-size: .9rem; }
    .btn--inverse:hover, .btn--inverse:focus {
      color: #fe4b45;
      background: #ffffff; }
  .btn--dropdown {
    border: 1px solid #d9d9de;
    border-radius: 4px;
    color: #2b5c7d;
    background: #ffffff;
    font-size: 14px; }
    .btn--dropdown:hover, .btn--dropdown:focus {
      color: #2b5c7d;
      background: #ffffff; }
  .btn--dropdown {
    position: relative;
    border: 1px solid #d9d9de;
    border-radius: 4px;
    color: #2b5c7d;
    background: #ffffff;
    font-weight: normal;
    min-width: 236px;
    max-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn--dropdown:hover, .btn--dropdown:focus {
      color: #2b5c7d;
      background: #ffffff; }
    .btn--dropdown .icon-caret {
      position: absolute;
      top: 13px;
      right: 16px; }
      @media (min-width: 481px) {
        .btn--dropdown .icon-caret {
          right: 24px; } }
      @media (min-width: 961px) {
        .btn--dropdown .icon-caret {
          right: 32px; } }
  .btn [class^="icon-"], .btn [class*=" icon-"] {
    font-weight: normal;
    font-size: 1rem;
    margin: 0 1ex 0 0; }
    .btn [class^="icon-"].right, .btn [class*=" icon-"].right {
      margin: 0 0 0 1ex; }
  .btn.btn-icon-round {
    padding: 6px;
    width: 36px;
    height: 36px;
    font-size: 14px;
    text-align: center; }
    .btn.btn-icon-round i {
      margin-right: 0 !important;
      margin-left: 2px; }

.icon-caret {
  display: inline-block;
  -webkit-transform: scale(0.6);
          transform: scale(0.6); }
  .icon-caret:before {
    content: ""; }

.link {
  display: inline-block;
  font-weight: normal;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  color: #2b5c7d; }
  .link [class^="icon-"], .link [class*=" icon-"] {
    font-weight: normal;
    font-size: 1rem;
    margin: 0 1ex 0 0; }
    .link [class^="icon-"].right, .link [class*=" icon-"].right {
      margin: 0 0 0 1ex; }
  .link:hover, .link:focus {
    color: #2b5c7d;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -2px 0 0 #2b5c7d;
            box-shadow: inset 0 -2px 0 0 #2b5c7d; }
  .link--secondary {
    color: #00A2E5; }
    .link--secondary:hover, .link--secondary:focus {
      color: #00A2E5;
      -webkit-box-shadow: inset 0 -2px 0 0 #00A2E5;
              box-shadow: inset 0 -2px 0 0 #00A2E5; }

.four-oh-four a,
.text-link {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: .86rem;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #2b5c7d; }
  @media (min-width: 480px) {
    .four-oh-four a,
    .text-link {
      font-family: "Merriweather", serif;
      font-size: 1rem;
      text-transform: none; } }
  @media (min-width: 960px) {
    .four-oh-four a,
    .text-link {
      font-family: "Merriweather", serif;
      font-size: .89rem;
      text-transform: none; } }
  .four-oh-four a:after,
  .text-link:after {
    font-family: "atypon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "";
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-left: .75em; }
  .four-oh-four a:hover, .four-oh-four a:focus,
  .text-link:hover,
  .text-link:focus {
    color: #2b5c7d;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -2px 0 0 #2b5c7d;
            box-shadow: inset 0 -2px 0 0 #2b5c7d; }
  .four-oh-four a--primary,
  .text-link--primary {
    color: #2b5c7d; }
    .four-oh-four a--primary:hover, .four-oh-four a--primary:focus,
    .text-link--primary:hover,
    .text-link--primary:focus {
      color: #2b5c7d;
      text-decoration: none;
      -webkit-box-shadow: inset 0 -2px 0 0 #2b5c7d;
              box-shadow: inset 0 -2px 0 0 #2b5c7d; }
  .four-oh-four a--secondary,
  .text-link--secondary {
    color: #00A2E5; }
    .four-oh-four a--secondary:hover, .four-oh-four a--secondary:focus,
    .text-link--secondary:hover,
    .text-link--secondary:focus {
      color: #00A2E5;
      -webkit-box-shadow: inset 0 -2px 0 0 #00A2E5;
              box-shadow: inset 0 -2px 0 0 #00A2E5; }
  .four-oh-four a--inverse,
  .text-link--inverse {
    color: #ffffff; }
    .four-oh-four a--inverse:hover, .four-oh-four a--inverse:focus,
    .text-link--inverse:hover,
    .text-link--inverse:focus {
      color: #ffffff;
      -webkit-box-shadow: inset 0 -2px 0 0 #ffffff;
              box-shadow: inset 0 -2px 0 0 #ffffff; }

.four-oh-four li a {
  color: #00A2E5; }
  .four-oh-four li a:hover, .four-oh-four li a:focus {
    color: #00A2E5;
    -webkit-box-shadow: inset 0 -2px 0 0 #00A2E5;
            box-shadow: inset 0 -2px 0 0 #00A2E5; }

.ul-text-link a {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: .86rem;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #2b5c7d; }
  @media (min-width: 480px) {
    .ul-text-link a {
      font-family: "Merriweather", serif;
      font-size: 1rem;
      text-transform: none; } }
  @media (min-width: 960px) {
    .ul-text-link a {
      font-family: "Merriweather", serif;
      font-size: .89rem;
      text-transform: none; } }
  .ul-text-link a:after {
    font-family: "atypon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "";
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-left: .75em; }
  .ul-text-link a:hover, .ul-text-link a:focus {
    color: #2b5c7d;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -2px 0 0 #2b5c7d;
            box-shadow: inset 0 -2px 0 0 #2b5c7d; }

.ul-text-link--primary a {
  color: #2b5c7d; }
  .ul-text-link--primary a:hover, .ul-text-link--primary a:focus {
    color: #2b5c7d;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -2px 0 0 #2b5c7d;
            box-shadow: inset 0 -2px 0 0 #2b5c7d; }

.ul-text-link--secondary a {
  color: #00A2E5; }
  .ul-text-link--secondary a:hover, .ul-text-link--secondary a:focus {
    color: #00A2E5;
    -webkit-box-shadow: inset 0 -2px 0 0 #00A2E5;
            box-shadow: inset 0 -2px 0 0 #00A2E5; }

.ul-text-link--inverse a {
  color: #ffffff; }
  .ul-text-link--inverse a:hover, .ul-text-link--inverse a:focus {
    color: #ffffff;
    -webkit-box-shadow: inset 0 -2px 0 0 #ffffff;
            box-shadow: inset 0 -2px 0 0 #ffffff; }

.nav-button {
  width: 24px;
  height: 17px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .nav-button span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #00A2E5;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .nav-button span:nth-child(1) {
      top: 0px; }
    .nav-button span:nth-child(2) {
      top: 8px;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
    .nav-button span:nth-child(3) {
      top: 16px;
      -webkit-transform-origin: left center;
              transform-origin: left center; }
  .nav-button--secondary {
    background: #ffffff; }
  .nav-button.open span {
    background: #9f9fa5; }
    .nav-button.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 7px;
      left: 0; }
    .nav-button.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    .nav-button.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 16px;
      left: 3px; }

.drop-block {
  position: relative;
  display: inline-block; }
  .drop-block + .drop-block {
    margin-left: 0;
    margin-top: 1rem; }
    @media (min-width: 481px) {
      .drop-block + .drop-block {
        margin-left: 24px;
        margin-top: 0; } }
  .drop-block .btn--dropdown {
    padding: 0 12px;
    position: relative; }
    .drop-block .btn--dropdown .right {
      position: absolute;
      right: 18px;
      top: 50%;
      margin-top: -8px; }
  .drop-block.top .drop-block__holder {
    bottom: 60px; }
  .drop-block .js--rotated {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  .drop-block__holder {
    display: none;
    position: absolute;
    left: 0;
    margin: 2px 0 0;
    padding: 8px 0;
    list-style: none;
    min-width: 100%;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    font-size: 16px;
    z-index: 100; }
    .drop-block__holder a {
      margin: 0;
      padding: 4px 24px;
      font-weight: normal;
      display: block; }
    .drop-block__holder.js--open {
      display: block; }
  .drop-block .rlist,
  .drop-block .rlist li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    cursor: pointer; }

input,
optgroup,
select,
textarea {
  height: 48px;
  padding: 0 22px !important;
  font-size: 0.83rem;
  margin-bottom: 20px;
  line-height: 1rem;
  color: #3f4359;
  border: 1px solid #d9d9de;
  border-radius: 3px;
  outline: none; }

input:not([type="submit"]):hover, input:not([type="submit"]):focus,
optgroup:hover,
optgroup:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #00A2E5; }

textarea {
  padding: 16px 22px;
  min-height: 5rem; }

input,
optgroup,
select {
  max-height: 48px; }

label {
  display: block;
  float: none;
  font-family: "Lato", sans-serif, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3f4359;
  margin-bottom: 6px;
  font-size: 12px !important; }

[type="file"] {
  padding: 10px 22px; }

.checkbox,
.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .checkbox input,
  .radio input {
    display: none; }
  .checkbox .label-txt,
  .radio .label-txt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none; }
    .checkbox .label-txt:before,
    .radio .label-txt:before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 1em;
      -webkit-box-shadow: inset 0 0 0 1px #d9d9de;
              box-shadow: inset 0 0 0 1px #d9d9de; }
    .checkbox .label-txt:after,
    .radio .label-txt:after {
      display: none;
      position: absolute;
      left: 0;
      width: 16px;
      height: 16px; }

.radio span {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .radio span:before {
    border-radius: 100%; }

.radio input:checked + span:before {
  -webkit-box-shadow: inset 0 0 0 5px #2b5c7d;
          box-shadow: inset 0 0 0 5px #2b5c7d; }

.checkbox {
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .checkbox span:before {
    border-radius: 2px; }
  .checkbox input:checked + span:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #2b5c7d; }
  .checkbox input:checked + span:after {
    font-family: "atypon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    left: 1px;
    top: 1px;
    display: block;
    color: #ffffff; }

.input-group {
  border: none;
  padding: 0;
  margin: 0; }
  .input-group + .input-group {
    margin: 25px 0 0; }

.input-with-icon {
  position: relative; }
  .input-with-icon input {
    border-radius: 24px;
    padding-left: 54px; }
  .input-with-icon input + i {
    position: absolute;
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #00A2E5; }

.ginput_container input,
.ginput_container select {
  margin-bottom: 0;
  width: 100% !important;
  max-width: 400px; }

.gform_body,
.gform_footer {
  max-width: 540px;
  margin: 0 auto !important; }

.gform_footer {
  text-align: right; }

.site-branding {
  position: relative;
  z-index: 99; }
  .site-branding .site-title {
    margin: 0;
    font-size: 1px;
    line-height: 1px; }
  .site-branding img {
    height: 22px; }
    @media (min-width: 960px) {
      .site-branding img {
        height: 19px; } }
  .site-branding svg {
    height: 22px;
    fill: #3f4359; }
    @media (min-width: 960px) {
      .site-branding svg {
        height: 19px; } }
  .site-branding--secondary svg {
    fill: #2b5c7d; }
    @media (max-width: 959px) {
      .site-branding--secondary svg {
        fill: #ffffff; } }
  .site-branding--tertiary svg {
    fill: #fe4b45; }
  .site-branding--inverse svg {
    fill: #ffffff; }

.list-of-links {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-of-links__item {
    display: block;
    padding: 0;
    margin-bottom: 8px;
    background-color: #f5f7fa; }
    .list-of-links__item:last-child {
      margin-bottom: 0; }
    .list-of-links__item:hover {
      background-color: #2b5c7d; }
      .list-of-links__item:hover .list-of-links__link {
        color: #ffffff; }
        .list-of-links__item:hover .list-of-links__link:after {
          color: #ffffff; }
      .list-of-links__item:hover .list-of-links__description {
        color: #ffffff; }
    .list-of-links__item.no-hover, .list-of-links__item.no-hover:hover {
      background-color: #ffffff;
      cursor: default; }
      .list-of-links__item.no-hover .list-of-links__link, .list-of-links__item.no-hover:hover .list-of-links__link {
        color: #2b5c7d; }
        .list-of-links__item.no-hover .list-of-links__link:after, .list-of-links__item.no-hover:hover .list-of-links__link:after {
          display: none; }
      .list-of-links__item.no-hover .list-of-links__description, .list-of-links__item.no-hover:hover .list-of-links__description {
        color: #6f7283; }
  .list-of-links__link {
    position: relative;
    display: block;
    padding: 10px 16px;
    font-family: "Merriweather", serif;
    color: #2b5c7d; }
    @media (min-width: 480px) {
      .list-of-links__link {
        padding: 18px 24px; } }
    @media (min-width: 960px) {
      .list-of-links__link {
        padding: 24px 48px; } }
    .list-of-links__link:after {
      font-family: "atypon" !important;
      content: "";
      display: block;
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 480px) {
        .list-of-links__link:after {
          right: 24px; } }
      @media (min-width: 960px) {
        .list-of-links__link:after {
          right: 48px; } }
  .list-of-links__description {
    display: none;
    font-family: "Lato", sans-serif;
    color: #6f7283; }
    @media (min-width: 480px) {
      .list-of-links__description {
        display: block;
        font-size: .875rem; } }
    @media (min-width: 960px) {
      .list-of-links__description {
        display: block;
        font-size: .89rem; } }

.section--bg .whr-items {
  margin: 0;
  padding: 0;
  list-style: none; }
  .section--bg .whr-items .whr-item {
    display: block;
    margin-bottom: 2px;
    background-color: #ffffff;
    position: relative;
    min-height: 100px; }
    .section--bg .whr-items .whr-item:after {
      font-family: "atypon" !important;
      content: "";
      display: block;
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #2b5c7d; }
      @media (min-width: 480px) {
        .section--bg .whr-items .whr-item:after {
          right: 24px; } }
      @media (min-width: 960px) {
        .section--bg .whr-items .whr-item:after {
          right: 48px; } }
    .section--bg .whr-items .whr-item:hover:after {
      color: #fe4b45; }
    .section--bg .whr-items .whr-item:last-child {
      margin-bottom: 0; }
  .section--bg .whr-items .whr-title {
    width: 100%;
    position: relative;
    z-index: 10;
    font-size: 18px; }
    .section--bg .whr-items .whr-title a {
      display: block;
      font-family: "Merriweather", serif;
      color: #2b5c7d;
      font-weight: normal;
      margin: 0;
      padding: 10px 16px 48px !important; }
      .section--bg .whr-items .whr-title a:hover {
        color: #fe4b45; }
      @media (min-width: 480px) {
        .section--bg .whr-items .whr-title a {
          padding: 18px 24px 48px !important; } }
      @media (min-width: 960px) {
        .section--bg .whr-items .whr-title a {
          padding: 24px 48px 48px !important; } }
      @media (max-width: 959px) {
        .section--bg .whr-items .whr-title a {
          padding: 10px 16px 0px !important; } }
  .section--bg .whr-items .whr-info {
    position: absolute;
    bottom: 0;
    left: 0;
    list-style-type: none;
    padding: 0 50px 24px 50px;
    margin: 0;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    color: #3f4359; }
    @media (max-width: 959px) {
      .section--bg .whr-items .whr-info {
        position: static;
        padding: 6px 16px 16px;
        font-size: 14px;
        line-height: 150%; } }
    .section--bg .whr-items .whr-info li {
      display: inline-block; }
      .section--bg .whr-items .whr-info li.whr-location span {
        display: none; }
      .section--bg .whr-items .whr-info li.whr-date:before {
        content: "\2022";
        display: inline-block;
        padding: 0 9px; }
    @media (min-width: 480px) {
      .section--bg .whr-items .whr-info {
        display: block;
        font-size: .875rem; } }
    @media (min-width: 960px) {
      .section--bg .whr-items .whr-info {
        display: block;
        font-size: .89rem; } }

#whr_embed_hook {
  position: relative; }
  #whr_embed_hook .whr-empty-text {
    padding: 120px 20px;
    background-color: #fe4b45;
    color: #ffffff;
    font-size: 36px;
    text-align: center;
    font-family: "Merriweather", serif;
    margin-top: -70px;
    position: relative;
    z-index: 19; }
  #whr_embed_hook .whr-group {
    margin-top: 40px; }
    #whr_embed_hook .whr-group:first-child {
      margin-top: 120px; }

.section--bg .list-of-links {
  margin: 0;
  padding: 0;
  list-style: none; }
  .section--bg .list-of-links__item {
    display: block;
    padding: 0;
    margin-bottom: 8px;
    background-color: #ffffff; }
    .section--bg .list-of-links__item:last-child {
      margin-bottom: 0; }
  .section--bg .list-of-links__link {
    position: relative;
    display: block;
    padding: 10px 16px;
    font-family: "Merriweather", serif;
    color: #2b5c7d; }
    @media (min-width: 480px) {
      .section--bg .list-of-links__link {
        padding: 18px 24px; } }
    @media (min-width: 960px) {
      .section--bg .list-of-links__link {
        padding: 24px 48px; } }
    .section--bg .list-of-links__link:hover {
      background-color: #2b5c7d; }
      .section--bg .list-of-links__link:hover .list-of-links__link {
        color: #ffffff; }
        .section--bg .list-of-links__link:hover .list-of-links__link:after {
          color: #ffffff; }
      .section--bg .list-of-links__link:hover .list-of-links__description {
        color: #ffffff; }
    .section--bg .list-of-links__link:after {
      font-family: "atypon" !important;
      content: "";
      display: block;
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 480px) {
        .section--bg .list-of-links__link:after {
          right: 24px; } }
      @media (min-width: 960px) {
        .section--bg .list-of-links__link:after {
          right: 48px; } }
  .section--bg .list-of-links__description {
    display: none;
    font-family: "Lato", sans-serif;
    color: #3f4359; }
    @media (min-width: 480px) {
      .section--bg .list-of-links__description {
        display: block;
        font-size: .875rem; } }
    @media (min-width: 960px) {
      .section--bg .list-of-links__description {
        display: block;
        font-size: .89rem; } }

@media (max-width: 959px) {
  .social-links {
    margin-top: 22px; } }

.social-links a {
  display: inline-block;
  margin: 0 8px;
  font-size: 24px; }
  .social-links a .icon-social-facebook-fill {
    color: #3b5998; }
  .social-links a .icon-social-linkedin-fill {
    color: #007bb5; }
  .social-links a .icon-social-twitter {
    color: #55acee; }
  .social-links a .icon-social-googleplus-fill {
    color: #e3411f; }
  .social-links a:first-child {
    margin-left: 0; }
  .social-links a:last-child {
    margin-right: 0; }
  .social-links a:hover {
    opacity: 0.8; }

.blockquote {
  margin: 0;
  font-family: "Merriweather", serif;
  font-style: italic; }
  .blockquote__cite {
    display: block;
    margin-top: 1em;
    font-family: "Lato", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-size: .785rem; }
    @media (min-width: 480px) {
      .blockquote__cite {
        font-size: .8125rem; } }
    @media (min-width: 960px) {
      .blockquote__cite {
        font-size: .78rem; } }
    .blockquote__cite-name {
      color: #2b5c7d;
      display: block; }
    .blockquote__cite-position {
      color: #6f7283;
      display: block;
      line-height: 170%; }

.citation {
  position: relative;
  padding: 0;
  margin-top: 2rem; }
  .citation:before {
    content: '\201C';
    display: block;
    font-size: 16rem;
    color: #00A2E5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transform: translateY(200%);
            transform: translateY(200%); }
  .citation .card__content {
    position: relative;
    padding: 42px 0 32px 0 !important; }
  .citation .blockquote {
    text-align: left;
    font-size: 1.22rem;
    line-height: 2.22rem; }
    @media (min-width: 960px) {
      .citation .blockquote {
        text-align: center; } }
    .citation .blockquote__cite {
      text-align: left;
      font-weight: bold; }
      @media (min-width: 960px) {
        .citation .blockquote__cite {
          text-align: center; } }
      .citation .blockquote__cite-hyphen {
        display: inline; }
        @media (min-width: 960px) {
          .citation .blockquote__cite-hyphen {
            display: none; } }

.figure {
  margin: 0; }
  .figure__image {
    display: block;
    width: 100%; }
  .figure__caption {
    font-size: 1rem;
    font-style: normal; }
    @media (min-width: 480px) {
      .figure__caption {
        font-style: italic; } }
    @media (min-width: 960px) {
      .figure__caption {
        font-size: .89rem; } }

.skewed-block {
  width: 100%;
  background: #2b5c7d;
  color: #ffffff;
  -webkit-transform: skewY(-4.2deg);
          transform: skewY(-4.2deg);
  -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  overflow: hidden;
  font-family: "Lato", sans-serif; }
  .skewed-block.skewed-block__quote {
    -webkit-transform: skewY(0) skewX(-5deg);
            transform: skewY(0) skewX(-5deg); }
    @media (max-width: 959px) {
      .skewed-block.skewed-block__quote {
        -webkit-transform: skew(0);
                transform: skew(0); } }
    .skewed-block.skewed-block__quote .quote-box {
      margin: 30px 20px 30px 30px;
      background: url("../../assets/images/quote.png") no-repeat bottom left; }
    .skewed-block.skewed-block__quote .quote {
      -webkit-transform: skewY(0) skewX(5deg);
              transform: skewY(0) skewX(5deg); }
      @media (max-width: 959px) {
        .skewed-block.skewed-block__quote .quote {
          -webkit-transform: skew(0);
                  transform: skew(0); } }
  .skewed-block.skewed-block__outline {
    background: #ffffff;
    border: 1px solid #9f9fa5;
    color: #2b5c7d;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .skewed-block.skewed-block__outline .quote {
      font-size: 18px;
      line-height: 150%;
      padding-left: 30px;
      padding-right: 20px; }
    .skewed-block.skewed-block__outline .author {
      font-size: 14px;
      line-height: 150%;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      padding-left: 40px;
      margin-top: 20px; }
  .skewed-block.skewed-block__light {
    background: #f5f7fa; }
  .skewed-block.skewed-block__secondary {
    background: #fe4b45;
    color: #ffffff; }
  .skewed-block.skewed-block__dark-gray {
    background: #3f4359;
    color: #ffffff; }
    .skewed-block.skewed-block__dark-gray h1, .skewed-block.skewed-block__dark-gray h2, .skewed-block.skewed-block__dark-gray h3, .skewed-block.skewed-block__dark-gray h4, .skewed-block.skewed-block__dark-gray h5, .skewed-block.skewed-block__dark-gray p {
      color: #ffffff; }
  .skewed-block--image {
    background: transparent; }
    .skewed-block--image > .skewed-block__image {
      display: block;
      width: 100%;
      -webkit-transform: scale(1.15) skewY(4.2deg);
              transform: scale(1.15) skewY(4.2deg); }
  .skewed-block__inner {
    padding: 36px 24px 24px;
    font-size: 0.78rem;
    -webkit-transform: skewY(4.2deg);
            transform: skewY(4.2deg); }
  .skewed-block__title {
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Lato", sans-serif; }
  .skewed-block__content {
    margin: 10px 0;
    color: #ffffff;
    font-size: 1em;
    line-height: 2; }
  .skewed-block__link {
    margin: 0;
    color: #ffffff;
    font-size: .89em;
    font-weight: bold;
    letter-spacing: .2em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    font-family: "Lato", sans-serif; }
    .skewed-block__link:focus, .skewed-block__link:hover {
      color: #ffffff;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-bottom: 1px solid #ffffff;
      padding-bottom: 2px; }
      .skewed-block__link:focus:after, .skewed-block__link:hover:after {
        color: #ffffff; }

.skewed-block-standard {
  width: 100%;
  background: #2b5c7d;
  -webkit-transform: skewY(-4.2deg);
          transform: skewY(-4.2deg);
  -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  overflow: hidden;
  font-size: 18px; }
  .skewed-block-standard .text-heading {
    font-size: 18px; }
  .skewed-block-standard.skewed-block__light {
    background: #f5f7fa; }
  .skewed-block-standard.skewed-block__cobalt {
    background: #2b5c7d;
    color: #ffffff; }
    .skewed-block-standard.skewed-block__cobalt a:link, .skewed-block-standard.skewed-block__cobalt a:visited {
      color: white; }
    .skewed-block-standard.skewed-block__cobalt a:hover, .skewed-block-standard.skewed-block__cobalt a:active {
      text-decoration: underline; }
  .skewed-block-standard.skewed-block__charcoal {
    background: #3f4359;
    color: #ffffff; }
    .skewed-block-standard.skewed-block__charcoal a:link, .skewed-block-standard.skewed-block__charcoal a:visited {
      color: white; }
    .skewed-block-standard.skewed-block__charcoal a:hover, .skewed-block-standard.skewed-block__charcoal a:active {
      text-decoration: underline; }
  .skewed-block-standard.skewed-block__secondary {
    background: #fe4b45;
    color: #ffffff; }
    .skewed-block-standard.skewed-block__secondary a:link, .skewed-block-standard.skewed-block__secondary a:visited {
      color: white; }
    .skewed-block-standard.skewed-block__secondary a:hover, .skewed-block-standard.skewed-block__secondary a:active {
      text-decoration: underline; }
  .skewed-block-standard.skewed-block__dark-gray {
    background: #3f4359;
    color: #ffffff; }
    .skewed-block-standard.skewed-block__dark-gray a:link, .skewed-block-standard.skewed-block__dark-gray a:visited {
      color: white; }
    .skewed-block-standard.skewed-block__dark-gray a:hover, .skewed-block-standard.skewed-block__dark-gray a:active {
      text-decoration: underline; }
  .skewed-block-standard--image {
    background: transparent; }
    .skewed-block-standard--image > .skewed-block__image {
      display: block;
      width: 100%;
      -webkit-transform: scale(1.15) skewY(4.2deg);
              transform: scale(1.15) skewY(4.2deg); }
  .skewed-block-standard__inner {
    padding: 36px 24px 24px;
    font-size: 0.78rem;
    -webkit-transform: skewY(4.2deg);
            transform: skewY(4.2deg); }
  .skewed-block-standard__title {
    margin: 0;
    color: #ffffff; }
  .skewed-block-standard__content {
    margin: 10px 0;
    color: #ffffff; }
  .skewed-block-standard__link {
    margin: 0;
    color: #ffffff; }
    .skewed-block-standard__link:focus, .skewed-block-standard__link:hover {
      color: #ffffff; }
      .skewed-block-standard__link:focus:after, .skewed-block-standard__link:hover:after {
        color: #ffffff; }

.skewed-block--stats {
  -webkit-box-shadow: 8px 8px 0 0 #d7dee6;
          box-shadow: 8px 8px 0 0 #d7dee6;
  margin-top: 0 !important; }
  .skewed-block--stats .skewed-block__title {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 1em;
    color: #ffffff;
    opacity: 1; }
    @media (min-width: 481px) {
      .skewed-block--stats .skewed-block__title {
        font-size: 80px;
        line-height: 1.2em; } }
    @media (min-width: 961px) {
      .skewed-block--stats .skewed-block__title {
        font-size: 130px; } }
    @media screen and (max-height: 800px) {
      .skewed-block--stats .skewed-block__title {
        font-size: 80px; } }
  .skewed-block--stats .skewed-block__perex {
    color: #ffffff; }
  .skewed-block--stats .skewed-block__content {
    font-family: "Lato", sans-serif; }
    .skewed-block--stats .skewed-block__content p {
      color: #ffffff;
      margin: 0;
      font-size: 1rem; }
      @media (min-width: 961px) {
        .skewed-block--stats .skewed-block__content p {
          font-size: .89rem; } }
    .skewed-block--stats .skewed-block__content p + p {
      margin-top: 1em; }
  @media (max-width: 480px) {
    .skewed-block--stats {
      margin-top: 24px;
      -webkit-transform: skew(0deg);
              transform: skew(0deg);
      -webkit-box-shadow: 4px 4px 0 0 #d7dee6;
              box-shadow: 4px 4px 0 0 #d7dee6; }
      .skewed-block--stats .skewed-block__inner {
        -webkit-transform: skew(0deg);
                transform: skew(0deg); } }

.events-content .events-single {
  background-color: #ffffff; }
  .events-content .events-single + .events-single {
    margin-top: 24px; }

.events-content .events-image {
  position: relative; }
  .events-content .events-image .btn-icon-round {
    position: absolute;
    z-index: 10;
    top: -16px;
    right: 10px; }

.events-content .events-details {
  padding: 0 15px 15px; }
  .events-content .events-details h6 {
    font-weight: 900;
    font-size: 12px;
    margin: 0;
    padding: 5px 0 8px; }
  .events-content .events-details h5 {
    font-size: 16px;
    margin: 0;
    color: #3f4359;
    font-weight: 400; }
  .events-content .events-details p {
    font-size: 0.78rem;
    line-height: 1.7rem; }

.text-heading {
  padding: 30px;
  font-size: 16px; }

@media (max-width: 959px) {
  .site-title {
    width: 32px;
    height: 32px;
    padding: 0 6px 6px 6px; } }

.top-header--container {
  position: fixed;
  width: 100%;
  display: block;
  z-index: 13000;
  padding: 12px 0; }
  .top-header--container:before, .top-header--container:after {
    content: "";
    display: table; }
  .top-header--container:after {
    clear: both; }
  @media (max-width: 959px) {
    .top-header--container {
      margin: 0;
      height: auto;
      padding: 0;
      background-color: #3f4359; } }
  .top-header--container.dark:not(.top-header--container--active) .site-branding path {
    fill: #ffffff; }
  .top-header--container.dark:not(.top-header--container--active) .header-menu--bar .menu-item > a, .top-header--container.dark:not(.top-header--container--active) .header-menu--bar .menu-item > a:link, .top-header--container.dark:not(.top-header--container--active) .header-menu--bar .menu-item > a:visited {
    color: #ffffff; }
  .top-header--container.dark:not(.top-header--container--active) .header-menu--bar .menu-item > a:hover, .top-header--container.dark:not(.top-header--container--active) .header-menu--bar .menu-item > a:active {
    color: rgba(255, 255, 255, 0.5); }
  @media (min-width: 960px) {
    .top-header--container.light:not(.top-header--container--active) .site-branding path {
      fill: #2b5c7d; } }
  .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a, .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a:link, .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a:visited,
  .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a,
  .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a:link,
  .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a:visited {
    color: #3f4359 !important; }
  .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a:hover, .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a:active,
  .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a:hover,
  .top-header--container.light:not(.top-header--container--active) .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:not(.menu-consultation) > a:active {
    color: #fe4b45 !important; }
  @media (min-width: 960px) {
    .top-header--container.top-header--container--active {
      background-color: #ffffff;
      -webkit-box-shadow: 1px 1px 4px 0 #d7dee6;
              box-shadow: 1px 1px 4px 0 #d7dee6; }
      .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:link, .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:visited, .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a, .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:link, .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:visited {
        color: #3f4359; }
      .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:hover, .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:active, .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:hover, .top-header--container.top-header--container--active .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:active {
        color: #fe4b45; } }

.top-header--wrapper {
  position: relative;
  clear: both; }
  .top-header--wrapper:before, .top-header--wrapper:after {
    content: "";
    display: table; }
  .top-header--wrapper:after {
    clear: both; }
  @media (max-width: 959px) {
    .top-header--wrapper {
      padding: 0; } }

.top-header--overlay {
  display: none;
  position: fixed;
  background-color: transparent;
  z-index: 12000;
  width: 100%;
  height: 100%; }
  .top-header--overlay.top-header--overlay--active {
    display: block; }
  @media (max-width: 959px) {
    .top-header--overlay {
      background-color: #3f4359; } }

.header-top-bar {
  float: left; }
  .header-top-bar:before, .header-top-bar:after {
    content: "";
    display: table; }
  .header-top-bar:after {
    clear: both; }
  @media (max-width: 959px) {
    .header-top-bar {
      width: 100%;
      float: none;
      display: block;
      padding: 0 12px 12px; } }

.header-top-bar--logo {
  width: 120px;
  height: 20px;
  display: block;
  float: left;
  margin-top: 12px; }
  @media (max-width: 959px) {
    .header-top-bar--logo {
      width: 20px; } }
  .header-top-bar--logo img {
    width: 100%;
    height: auto;
    display: block; }

.header-top-bar--mobile-toggle {
  position: relative;
  top: 6px;
  right: 0px;
  width: 20px;
  height: 14px;
  border: none;
  z-index: 14000; }

.hamburger {
  padding: 3px 6px 6px 6px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  width: 32px;
  height: 32px;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -6px; }
  .hamburger-inner::after {
    bottom: -6px; }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -12px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner, .hamburger--collapse.is-active .hamburger-inner::before, .hamburger--collapse.is-active .hamburger-inner::after {
    background-color: #3f4359; }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.header-top-bar--mobile-toggle {
  float: right;
  display: none; }
  @media (max-width: 959px) {
    .header-top-bar--mobile-toggle {
      display: block; } }

@media (max-width: 959px) {
  .header-menu {
    width: 280px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    color: #3f4359;
    margin: 0;
    z-index: 1;
    display: none; }
    .header-menu.mobile-menu-active {
      display: block; } }

.header-menu--bar {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  @media (max-width: 959px) {
    .header-menu--bar {
      padding: 100px 20px 20px; } }

.header-menu--bar .menu-item {
  margin-right: 22px;
  float: left; }
  .header-menu--bar .menu-item:last-of-type {
    margin-right: 0; }
  @media (max-width: 959px) {
    .header-menu--bar .menu-item {
      width: 100%;
      float: none;
      margin-right: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }

.header-menu--bar .menu-item.current-menu-item a:before {
  background-color: #2b5c7d;
  opacity: 1; }

.header-menu--bar .menu-item a {
  color: #6f7283;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  display: block;
  line-height: 36px;
  letter-spacing: 0.5px;
  padding: 4px 0;
  font-size: .89rem;
  font-weight: 600;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  position: relative; }
  .header-menu--bar .menu-item a:link, .header-menu--bar .menu-item a:visited, .header-menu--bar .menu-item a:active {
    color: #6f7283; }
  .header-menu--bar .menu-item a:link, .header-menu--bar .menu-item a:visited {
    color: #3f4359; }
  .header-menu--bar .menu-item a:before {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 14px;
    height: 4px;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #2b5c7d; }
  .header-menu--bar .menu-item a:hover {
    color: #00A2E5; }
    .header-menu--bar .menu-item a:hover:before {
      background-color: #00A2E5;
      opacity: 1; }
  @media (max-width: 959px) {
    .header-menu--bar .menu-item a {
      color: #3f4359 !important;
      font-size: 24px;
      padding: 10px 20px;
      font-family: "Merriweather", serif;
      font-weight: 400; }
      .header-menu--bar .menu-item a:before {
        display: none; } }

.header-menu--bar .menu-item-has-children {
  position: relative; }
  .header-menu--bar .menu-item-has-children > a:after {
    font-family: "atypon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    padding-left: 4px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }

.header-menu--bar .sub-menu {
  position: absolute;
  right: -20px;
  background-color: #ffffff;
  width: 240px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  top: 36px;
  padding: 10px 0; }
  .header-menu--bar .sub-menu li {
    width: 100%;
    display: block;
    padding: 0 20px; }
    .header-menu--bar .sub-menu li a {
      display: block;
      width: 100%;
      font-size: 14px; }
    .header-menu--bar .sub-menu li:first-child {
      position: relative; }
      .header-menu--bar .sub-menu li:first-child:after {
        position: absolute;
        top: -16px;
        right: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #ffffff transparent;
        content: "";
        display: block; }

.menu-item-has-children:hover {
  position: relative; }
  .menu-item-has-children:hover .sub-menu {
    display: block;
    background: rgba(255, 255, 255, 0.95); }

.menu-item-has-children:first-child .sub-menu {
  left: 0;
  right: auto; }
  .menu-item-has-children:first-child .sub-menu li:first-child:after {
    right: auto;
    left: 20px; }

.header-secondary {
  padding-top: 3px; }
  @media (max-width: 959px) {
    .header-secondary {
      display: none; } }

@media (max-width: 959px) {
  .header-menu--right {
    float: none;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 2px 14px 1px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 2px 14px 1px rgba(0, 0, 0, 0.2); }
    .header-menu--right:before, .header-menu--right:after {
      content: "";
      display: table; }
    .header-menu--right:after {
      clear: both; } }

.header-menu--right .menu-item {
  line-height: 48px;
  margin-left: 5px; }
  .header-menu--right .menu-item a:before, .header-menu--right .menu-item a:after {
    display: none !important; }
  .header-menu--right .menu-item.btn--secondary a {
    color: #ffffff; }
  @media (max-width: 959px) {
    .header-menu--right .menu-item {
      width: 50%;
      display: block;
      float: left;
      margin: 0; }
      .header-menu--right .menu-item .header-menu--btn {
        display: block;
        margin: 20px 20px; }
      .header-menu--right .menu-item:first-child .header-menu--btn {
        margin-right: 10px; }
      .header-menu--right .menu-item:last-child .header-menu--btn {
        margin-left: 10px; } }

.header-menu--btn {
  font-size: 14px; }

.header-menu--megamenu-toggler {
  position: relative; }
  .header-menu--megamenu-toggler .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px; }
    @media (max-width: 959px) {
      .header-menu--megamenu-toggler .icon {
        right: 20px;
        font-size: 24px;
        bottom: auto;
        left: auto;
        top: 50%;
        margin-top: -10px;
        margin-left: auto; } }

.header-menu--megamenu--active .header-menu--megamenu-container {
  display: block; }

.header-menu--megamenu-container {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  background-color: #fff; }
  @media (max-width: 959px) {
    .header-menu--megamenu-container {
      position: static;
      background-color: transparent; } }
  .header-menu--megamenu-container .header-menu-item {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0; }
  .header-menu--megamenu-container .section {
    padding: 20px 40px 40px; }
    @media (max-width: 959px) {
      .header-menu--megamenu-container .section {
        padding: 0 !important;
        display: block;
        text-align: left;
        margin: 0;
        width: 100%; }
        .header-menu--megamenu-container .section .container {
          max-width: 100%;
          width: 100%;
          overflow: auto;
          display: block;
          height: 180px;
          background-color: rgba(0, 0, 0, 0.2); }
          .header-menu--megamenu-container .section .container::-webkit-scrollbar {
            width: 6px;
            height: 6px;
            cursor: pointer; }
          .header-menu--megamenu-container .section .container::-webkit-scrollbar-track-piece {
            background-color: transparent; }
          .header-menu--megamenu-container .section .container::-webkit-scrollbar-thumb:vertical {
            height: 0;
            background-color: rgba(255, 255, 255, 0.4); }
          .header-menu--megamenu-container .section .container::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0.4); }
          .header-menu--megamenu-container .section .container::-webkit-scrollbar-track {
            background: rgba(255, 255, 255, 0.2); }
        .header-menu--megamenu-container .section .section-row {
          width: 980px;
          display: block;
          padding: 14px 20px; }
        .header-menu--megamenu-container .section .section-col {
          width: 300px;
          display: block;
          float: left;
          margin-left: 20px; }
          .header-menu--megamenu-container .section .section-col:first-child {
            margin-left: 0; }
        .header-menu--megamenu-container .section .product-boxes-container {
          padding: 12px;
          background-color: white;
          margin-bottom: 0; }
          .header-menu--megamenu-container .section .product-boxes-container .product-box-title-bar {
            float: left;
            width: auto;
            background: transparent;
            margin: 0;
            padding: 0;
            height: auto; }
            .header-menu--megamenu-container .section .product-boxes-container .product-box-title-bar .title-bar-logo-container {
              position: static;
              background-color: transparent;
              -webkit-box-shadow: none;
                      box-shadow: none; }
              .header-menu--megamenu-container .section .product-boxes-container .product-box-title-bar .title-bar-logo-container img {
                padding: 0 8px 0 0; }
          .header-menu--megamenu-container .section .product-boxes-container .section-title {
            text-align: left !important;
            font-size: 24px; }
          .header-menu--megamenu-container .section .product-boxes-container .paragraph {
            text-align: left !important;
            font-size: 14px !important; }
          .header-menu--megamenu-container .section .product-boxes-container .product-box-details {
            display: none; }
          .header-menu--megamenu-container .section .product-boxes-container .product-box-button {
            display: block;
            position: static; }
            .header-menu--megamenu-container .section .product-boxes-container .product-box-button .mobile-hide {
              display: none; } }

.header-menu--megamenu-container--close {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-bottom: -24px;
  display: block; }
  .header-menu--megamenu-container--close .megamenu--close {
    position: relative;
    width: 48px;
    height: 48px;
    background-color: #2b5c7d;
    color: white;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out;
    display: block;
    font-size: 32px; }
    @media (max-width: 959px) {
      .header-menu--megamenu-container--close .megamenu--close {
        display: none; } }
    .header-menu--megamenu-container--close .megamenu--close .icon:before {
      line-height: 48px; }
  .header-menu--megamenu-container--close:hover {
    cursor: pointer; }
    .header-menu--megamenu-container--close:hover .megamenu--close {
      -webkit-transition: all 120ms ease-in-out;
      transition: all 120ms ease-in-out;
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px); }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu .wp-megamenu-sub-menu .wpmm-type-widget img,
#wp-megamenu-main-menu .wp-megamenu-sub-menu .wpmm-type-widget img,
.wpmm-row .wp-megamenu-sub-menu .wpmm-type-widget img {
  max-width: 50px; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu .wp-megamenu-sub-menu .wpmm-type-widget h4,
#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu .wp-megamenu-sub-menu .wpmm-type-widget h4.wpmm-item-title,
#wp-megamenu-main-menu .wp-megamenu-sub-menu .wpmm-type-widget h4,
#wp-megamenu-main-menu .wp-megamenu-sub-menu .wpmm-type-widget h4.wpmm-item-title,
.wpmm-row .wp-megamenu-sub-menu .wpmm-type-widget h4,
.wpmm-row .wp-megamenu-sub-menu .wpmm-type-widget h4.wpmm-item-title {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #fe4b45;
  font-family: "Merriweather", serif !important;
  margin: 0;
  padding: 0; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu .wp-megamenu-sub-menu .wpmm-type-widget p,
#wp-megamenu-main-menu .wp-megamenu-sub-menu .wpmm-type-widget p,
.wpmm-row .wp-megamenu-sub-menu .wpmm-type-widget p {
  font-size: 13px;
  margin: 0;
  padding: 0; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu .wp-megamenu-sub-menu .wpmm-type-widget .features,
#wp-megamenu-main-menu .wp-megamenu-sub-menu .wpmm-type-widget .features,
.wpmm-row .wp-megamenu-sub-menu .wpmm-type-widget .features {
  margin-bottom: 14px; }

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
  padding: 15px 6px 15px 6px !important; }

.wp-megamenu-wrap .wpmm-nav-wrap .wpmm-submenu-right .wpmm-submenu-right.menu-item-has-children > a:after {
  content: "" !important;
  display: inline-block !important;
  float: right;
  width: 0;
  height: 0;
  border-style: inset;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #375b7a;
  -webkit-transform: rotate(360deg); }

.hero-block {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 80px;
  z-index: 10; }
  @media (max-width: 959px) {
    .hero-block {
      margin-bottom: 20px;
      padding-top: 36px; } }
  .hero-block .hero-cutout {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100; }
    .hero-block .hero-cutout img {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100% !important; }
  .hero-block .large {
    min-height: 500px; }
    @media (max-width: 959px) {
      .hero-block .large {
        height: auto; } }
    @media screen and (max-height: 800px) {
      .hero-block .large {
        min-height: 400px; } }
  .hero-block .small {
    min-height: 390px; }
    @media (max-width: 959px) {
      .hero-block .small {
        height: auto; } }
    @media screen and (max-height: 800px) {
      .hero-block .small {
        min-height: 290px; } }
  @media (min-width: 961px) {
    .hero-block {
      margin-bottom: 40px; } }
  @media screen and (max-height: 800px) {
    .hero-block {
      margin: 0 auto 20px; } }
  .hero-block .logo {
    width: 100%;
    max-width: 140px;
    margin-bottom: 30px; }
    .hero-block .logo img {
      width: 100%;
      height: auto; }
  .hero-block .number {
    margin-bottom: 30px;
    position: static; }
  .hero-block__inner {
    padding-top: 72px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 42px;
    position: relative; }
    @media (min-width: 960px) {
      .hero-block__inner .row {
        padding-top: 40px; } }
    .hero-block__inner .btn {
      margin-top: .75rem; }
  .hero-block .overlay-color {
    display: none; }
  .hero-block .container {
    z-index: 10;
    position: relative;
    height: 100%; }
    .hero-block .container .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      .hero-block .container .row p {
        margin-bottom: 0; }
        @media screen and (max-height: 800px) {
          .hero-block .container .row p {
            padding-bottom: 50px; } }
  .hero-block__opacity-block .overlay-color {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    z-index: 1;
    opacity: 1; }
  .hero-block__opacity-block.opacity-0 .overlay-color {
    opacity: 0; }
  .hero-block__opacity-block.opacity-10 .overlay-color {
    opacity: .1; }
  .hero-block__opacity-block.opacity-20 .overlay-color {
    opacity: .2; }
  .hero-block__opacity-block.opacity-30 .overlay-color {
    opacity: .3; }
  .hero-block__opacity-block.opacity-40 .overlay-color {
    opacity: .4; }
  .hero-block__opacity-block.opacity-50 .overlay-color {
    opacity: .5; }
  .hero-block__opacity-block.opacity-60 .overlay-color {
    opacity: .6; }
  .hero-block__opacity-block.opacity-70 .overlay-color {
    opacity: .7; }
  .hero-block__opacity-block.opacity-80 .overlay-color {
    opacity: .8; }
  .hero-block__opacity-block.opacity-90 .overlay-color {
    opacity: .9; }
  .hero-block__opacity-block.opacity-100 .overlay-color {
    opacity: 1; }
  .hero-block__opacity-block .hero-block__content {
    color: #3f4359; }
  .hero-block__opacity-block p {
    font-size: 18px; }
    @media screen and (max-height: 800px) {
      .hero-block__opacity-block p {
        font-size: 15px; } }
  .hero-block__opacity-block .hero-block__title {
    color: #3f4359; }
  .hero-block__title {
    margin-top: 0;
    padding-top: 0;
    color: #3f4359; }
    @media screen and (max-height: 800px) {
      .hero-block__title {
        font-size: 26px; } }
    .hero-block__title em {
      display: inline-block;
      border-left: 1px solid #3f4359;
      border-bottom: 1px solid #3f4359;
      padding-left: 12px;
      padding-right: 12px; }
    .hero-block__title.title-small {
      font-size: 24px;
      line-height: 160%; }
  .hero-block .enlarged-subtitle {
    font-size: 18px;
    line-height: 150%; }
    @media (max-width: 959px) {
      .hero-block .enlarged-subtitle {
        font-size: 16px; } }
    @media screen and (max-height: 800px) {
      .hero-block .enlarged-subtitle {
        font-size: 15px; } }
    .hero-block .enlarged-subtitle em {
      display: block;
      max-width: 300px;
      border-left: 1px solid #3f4359;
      border-bottom: 1px solid #3f4359;
      padding-left: 12px;
      padding-right: 12px; }
  .hero-block__navigation {
    font-size: 0.78rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600;
    color: #ffffff; }
    .hero-block__navigation a:link, .hero-block__navigation a:visited {
      color: #3f4359; }
    .hero-block__navigation a:hover, .hero-block__navigation a:active {
      color: #fe4b45; }
    .hero-block__navigation .icon-arrow-filled {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      border-width: 6px 0 6px 12px;
      border-left-color: #ffffff;
      margin-right: 6px; }
    @media (min-width: 961px) {
      .hero-block__navigation {
        margin-top: 68px; } }
    @media (min-width: 961px) {
      .hero-block__navigation + .hero-block__title {
        margin-top: 0; } }
  .hero-block__content {
    color: #3f4359;
    font-size: 18px;
    padding-bottom: 50px; }
    @media screen and (max-height: 800px) {
      .hero-block__content {
        font-size: 15px; } }
  .hero-block .skewed-block {
    display: none; }

@media (min-width: 481px) and (max-width: 959px) {
  .hero-block .skewed-block {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 90%;
    margin: 0 auto;
    padding: 24px;
    -webkit-transform: translate(-50%, 40%) skewY(0);
            transform: translate(-50%, 40%) skewY(0); }
    .hero-block .skewed-block__inner {
      -webkit-transform: skewY(0);
              transform: skewY(0); } }
    @media (min-width: 960px) {
      .hero-block .skewed-block {
        display: block;
        position: absolute;
        bottom: 14px;
        right: 20px;
        width: 345px; } }
  .hero-block .category-title {
    position: absolute;
    bottom: 26px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    width: 100%;
    z-index: 200; }
    @media (max-width: 959px) {
      .hero-block .category-title {
        position: static;
        padding-top: 30px; } }
    .hero-block .category-title .icon-arrow-filled {
      display: inline-block;
      width: 0;
      height: 0;
      border-style: inset;
      border-style: solid;
      border-width: 4px 0 6px 10.6px;
      border-color: transparent transparent transparent #fff;
      -webkit-transform: rotate(360deg);
      transform: rotate(180deg);
      margin-right: 10px; }
  .hero-block .hero-contrast_dark .hero-block__content,
  .hero-block .hero-contrast_dark .hero-block__content p,
  .hero-block .hero-contrast_dark .hero-block__title {
    color: #ffffff !important; }
  .hero-block .hero-contrast_dark .hero-block__title em {
    border-left: 1px solid #ffffff !important;
    border-bottom: 1px solid #ffffff !important; }
  .hero-block .hero-contrast_dark .category-title {
    color: #ffffff; }
  .hero-block .hero-contrast_dark .btn--primary {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    font-weight: bold;
    font-size: .9rem; }
    .hero-block .hero-contrast_dark .btn--primary:hover, .hero-block .hero-contrast_dark .btn--primary:focus {
      color: #fe4b45;
      background: #ffffff; }

.home .hero-block .large {
  height: 500px !important;
  min-height: 500px !important; }
  .home .hero-block .large .overlay-video {
    display: block; }
  .home .hero-block .large .overlay-video-laptop {
    display: none; }
  .home .hero-block .large .overlay-video-mobile {
    display: none; }
  @media (max-width: 959px) {
    .home .hero-block .large {
      height: 500px !important;
      min-height: 500px !important; } }
  @media screen and (max-height: 800px) {
    .home .hero-block .large {
      height: 500px !important;
      min-height: 500px !important; } }

@media (max-width: 959px) {
  .download-case-study .text-right {
    text-align: left; } }

.article p {
  margin-top: 0; }
  .article p:last-child {
    margin-bottom: 0; }

.article__image--full-width {
  margin: 22px 0; }
  @media (min-width: 481px) {
    .article__image--full-width {
      margin: 32px 0; } }
  @media (min-width: 961px) {
    .article__image--full-width {
      margin: 42px 0; } }

.article__feature {
  margin-bottom: 1.78rem; }
  @media (min-width: 961px) {
    .article__feature {
      margin-bottom: 0; }
      .article__feature h3 {
        font-size: 1.2em; }
      .article__feature h4 {
        font-size: 1.5em; } }
  .article__feature + .article__feature {
    margin-top: 30px; }
    @media (min-width: 960px) {
      .article__feature + .article__feature {
        margin-top: 50px; } }

.article-preview {
  position: relative; }
  .article-preview__image {
    width: 100%;
    height: auto;
    margin-bottom: 18px; }
    @media (min-width: 481px) {
      .article-preview__image {
        margin-bottom: 0; } }
  .article-preview__title {
    margin: .8em 0; }
  .article-preview .text-link {
    font-size: 1rem; }
  .article-preview .btn {
    margin-top: 1em; }
  .article-preview + .article-preview {
    margin-top: 37px; }
    @media (min-width: 481px) {
      .article-preview + .article-preview {
        margin-top: 50px; } }
    @media (min-width: 960px) {
      .article-preview + .article-preview {
        margin-top: 100px; } }

@media (min-width: 961px) {
  aside .article__feature p {
    font-size: .89rem;
    line-height: 1.6rem; } }

.short-info {
  margin-bottom: 24px; }
  @media (min-width: 481px) {
    .short-info {
      margin-bottom: 12px; } }
  @media (min-width: 961px) {
    .short-info {
      margin-bottom: 30px; } }
  .short-info-holder {
    overflow: hidden;
    margin-bottom: -24px; }
    @media (min-width: 481px) {
      .short-info-holder {
        margin-bottom: -12px; } }
    @media (min-width: 961px) {
      .short-info-holder {
        margin-bottom: -30px; } }
  .short-info__image {
    margin: 0;
    width: 48px;
    height: 48px; }
    @media (min-width: 481px) {
      .short-info__image {
        width: 64px;
        height: 64px; } }
    @media (min-width: 961px) {
      .short-info__image {
        width: 80px;
        height: 80px; } }
  .short-info__title {
    margin: .61rem 0; }
  .short-info__text,
  .short-info__text p {
    margin: 0;
    font-size: 0.9em !important;
    line-height: 1.7rem;
    color: #3f4359; }
  .short-info-big {
    margin-bottom: 42px; }
    @media (min-width: 481px) {
      .short-info-big {
        margin-bottom: 48px; } }
    @media (min-width: 961px) {
      .short-info-big {
        margin-bottom: 68px; } }
    .short-info-big-holder {
      margin-bottom: -42px; }
      @media (min-width: 481px) {
        .short-info-big-holder {
          margin-bottom: -48px; } }
      @media (min-width: 961px) {
        .short-info-big-holder {
          margin-bottom: -68px; } }
    .short-info-big__image {
      display: block;
      margin: 0 0 1rem;
      width: 64px;
      height: 64px; }
      @media (min-width: 481px) {
        .short-info-big__image {
          width: 88px;
          height: 88px; } }
      @media (min-width: 961px) {
        .short-info-big__image {
          width: 110px;
          height: 110px; } }
    .short-info-big__text {
      margin: 0 0 1.2rem 0; }

.stats--simple .stats-number {
  position: relative;
  width: 80px;
  margin-bottom: 20px; }
  @media (min-width: 481px) {
    .stats--simple .stats-number {
      width: 100%;
      margin-bottom: 0; } }
  .stats--simple .stats-number__bg {
    fill: #e1e9f0; }
  .stats--simple .stats-number__number {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #00A2E5;
    font-size: 2.222rem;
    font-weight: 600;
    line-height: 2.222rem; }

.stats-article {
  margin-top: 24px; }
  @media (min-width: 481px) {
    .stats-article {
      margin-top: 38px; } }
  @media (min-width: 961px) {
    .stats-article {
      margin-top: 48px; } }
  @media (max-width: 959px) {
    .stats-article {
      text-align: center; } }
  .stats-article__image {
    width: 100%; }
  .stats-article__title {
    color: #00A2E5;
    line-height: 140%;
    margin-bottom: 0; }
  .stats-article__content {
    color: #3f4359; }
    .stats-article__content p {
      margin: 0;
      font-size: 1rem;
      line-height: 140%; }
      @media (min-width: 961px) {
        .stats-article__content p {
          font-size: .889rem; } }
    .stats-article__content p + p {
      margin-top: 1em; }
  @media (min-width: 961px) {
    .stats-article .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.stats-number {
  position: relative;
  width: 80px;
  margin-bottom: 20px; }
  @media (min-width: 481px) {
    .stats-number {
      width: 100%;
      margin-bottom: 0; } }
  @media (max-width: 959px) {
    .stats-number {
      margin: 0 auto; } }
  .stats-number__bg {
    fill: #e1e9f0; }
  .stats-number__number {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #00A2E5;
    font-size: 2.222rem;
    font-weight: 600;
    line-height: 2.222rem; }

.stats-aside {
  width: 100%;
  max-width: 392px; }

.stats-highlighted-article {
  margin-top: 24px;
  padding: 30px 40px;
  background-color: #fe4b45;
  color: #ffffff;
  -webkit-box-shadow: 4px 4px 0 0 #d7dee6;
          box-shadow: 4px 4px 0 0 #d7dee6; }
  @media (min-width: 481px) {
    .stats-highlighted-article {
      margin-top: 38px; } }
  @media (min-width: 961px) {
    .stats-highlighted-article {
      margin-top: 48px;
      -webkit-box-shadow: 8px 8px 0 0 #d7dee6;
              box-shadow: 8px 8px 0 0 #d7dee6; } }
  @media (min-width: 481px) {
    .stats-highlighted-article__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .stats-highlighted-article__title {
    margin-right: 24px;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px; }
    @media (min-width: 481px) {
      .stats-highlighted-article__title {
        font-size: 60px;
        line-height: 70px; } }
    @media (min-width: 961px) {
      .stats-highlighted-article__title {
        font-size: 70px;
        line-height: 70px; } }
  .stats-highlighted-article__perex {
    color: #ffffff;
    font-weight: normal;
    margin: 6px 0; }
  .stats-highlighted-article__content p {
    color: #ffffff;
    margin: 0;
    font-size: 1rem; }
    @media (min-width: 961px) {
      .stats-highlighted-article__content p {
        font-size: .89rem; } }
  .stats-highlighted-article__content p + p {
    margin-top: 1em; }

.filters-bar {
  margin-bottom: 30px; }

.__placeholder {
  width: 100%;
  padding-bottom: 100%;
  background: #336d96;
  color: #ffffff; }

.__placeholder__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.section__short-info-block-header {
  margin: 85px 0 60px; }

.section__short-info-block-header h3 {
  margin: 0; }

.card {
  margin-bottom: 2rem;
  padding: 0; }
  .card .arrow-link,
  .card .button-link {
    position: absolute;
    bottom: 30px;
    left: 30px; }
  .cards-holder {
    margin-bottom: -3em;
    overflow: hidden; }
  .card__content {
    position: relative;
    background: #ffffff;
    padding: 30px; }
  .card__logo {
    margin: 0;
    font-family: "Lato", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .card__logo-icon {
      display: inline-block;
      height: 1.78rem;
      margin-right: 1ex; }
      .card__logo-icon svg {
        height: 100%;
        fill: #00A2E5; }
  .card--services .card__content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    min-height: 300px;
    background-image: none; }
  .card--services .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #ffffff; }
  .card--services .background-top {
    position: relative;
    z-index: 1; }
  .card--services:hover .background-overlay {
    background-color: rgba(43, 92, 125, 0.3); }
    .card--services:hover .background-overlay.darker-version {
      background-color: #3f4359; }
  .card--services:hover h4,
  .card--services:hover p {
    color: #ffffff; }
  .card__profile-image {
    display: inline-block;
    height: 120px;
    width: 120px;
    margin-right: 1ex;
    overflow: hidden;
    border-radius: 50%; }
    .card__profile-image img {
      width: 100%;
      height: auto; }
    .card__profile-image svg {
      height: 100%;
      fill: #ffffff; }
  .card__executives .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .card__executives .card__content {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0; }
  .card__executives .card__profile-image {
    border-radius: 0;
    width: 164px;
    height: 164px;
    margin-right: 0; }
    .card__executives .card__profile-image img {
      display: inline-block; }
  .card__executives .profile-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 164px; }
  .card__executives .content {
    padding-left: 20px;
    width: calc(100% - 164px); }
  .card__bradcrumbs {
    margin-top: 50px;
    margin-bottom: -15px; }
    .card__bradcrumbs .link {
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-weight: bold;
      font-size: .79rem;
      line-height: 1.08rem; }
      @media (min-width: 481px) {
        .card__bradcrumbs .link {
          font-size: .75rem;
          line-height: .875em; } }
      @media (min-width: 961px) {
        .card__bradcrumbs .link {
          font-size: .67rem;
          line-height: .78rem; } }
  @media (min-width: 961px) {
    .card__text {
      font-size: .89rem;
      line-height: 1.6rem; } }
  .card__profile-title {
    margin: 0;
    padding: 0; }
  .card__profile-position {
    margin: 6px 0;
    padding: 0;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.08rem; }
  .card__link {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-size: .86rem;
    line-height: 1rem; }
    @media (min-width: 481px) {
      .card__link {
        font-family: "Merriweather", serif; } }
    @media (min-width: 961px) {
      .card__link {
        font-size: .89rem;
        line-height: 1.1rem; } }
  .card--clipped {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .card--clipped .card__content {
      -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 56% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0, 100% 90%, 56% 100%, 0% 100%);
      height: 100%; }
    .card--clipped-bg {
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 2px 2px 0;
      width: 100%;
      height: 100%;
      -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 56% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0, 100% 90%, 56% 100%, 0% 100%); }
      .card--clipped-bg-1 {
        background: #f5f7fa; }
      .card--clipped-bg-2 {
        background: #ffffff;
        padding: 0 2px 2px 0; }
      .card--clipped-bg-3 {
        background: #f5f7fa;
        padding: 2px; }
  .card--solid-background .card__content {
    background: #f5f7fa; }
  .card--double-thin-border {
    margin: 24px 6px 1rem 0;
    border: 2px solid #f5f7fa;
    -webkit-box-shadow: 4px 4px 0 0 #ffffff, 6px 6px 0 0 #f5f7fa;
            box-shadow: 4px 4px 0 0 #ffffff, 6px 6px 0 0 #f5f7fa; }
    @media (min-width: 481px) {
      .card--double-thin-border {
        margin: 32px 6px 1rem 0; } }
    @media (min-width: 961px) {
      .card--double-thin-border {
        margin: 32px 6px 0 0; } }
    .card--double-thin-border .card__content {
      position: relative;
      padding: 42px 32px 32px 38px; }
    .card--double-thin-border .card__image {
      position: absolute;
      left: 6px;
      top: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border-radius: 100%;
      width: 48px;
      height: 48px; }
      @media (min-width: 481px) {
        .card--double-thin-border .card__image {
          width: 64px;
          height: 64px; } }
  .card--double-thick-border {
    margin: 24px 6px 1rem 0;
    border: 6px solid #f5f7fa;
    -webkit-box-shadow: 6px 6px 0 0 #ffffff, 12px 12px 0 0 #f5f7fa;
            box-shadow: 6px 6px 0 0 #ffffff, 12px 12px 0 0 #f5f7fa; }
    @media (min-width: 481px) {
      .card--double-thick-border {
        margin: 32px 6px 1rem 0; } }
    @media (min-width: 961px) {
      .card--double-thick-border {
        margin: 32px 6px 0 0; } }
    .card--double-thick-border .card__content {
      position: relative;
      padding: 32px 32px 32px 38px; }

.card__content {
  position: relative; }
  .card__content .overlay-only-text {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 25px;
    -webkit-transition: all 225ms ease-in;
    transition: all 225ms ease-in; }
    .card__content .overlay-only-text p {
      font-size: 0.78rem;
      line-height: 1.7rem; }
  .card__content:hover .overlay-only-text {
    background-color: #ffffff;
    opacity: 1;
    -webkit-transition: all 225ms ease-in;
    transition: all 225ms ease-in; }

.card__company_name {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 150%;
  margin-top: 20px;
  font-size: 12px;
  color: #9f9fa5; }

.featured-case-study {
  margin-bottom: 1rem;
  width: 100%;
  max-width: 480px;
  margin-left: 8px;
  padding-top: 90px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center; }
  @media (min-width: 481px) {
    .featured-case-study {
      margin-bottom: 0; } }
  @media (min-width: 481px) {
    .featured-case-study {
      padding-top: 136px; } }
  .featured-case-study__content {
    margin: 0 32px 10px -8px;
    position: relative;
    bottom: -16px;
    padding: 25px 32px 25px 16px;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 56% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 90%, 56% 100%, 0% 100%);
    background-color: #3f4359; }
    .featured-case-study__content p {
      color: #ffffff;
      font-size: 0.78rem;
      line-height: 1.3rem; }
  .featured-case-study__title {
    margin: 0;
    font-family: "Merriweather", serif;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .featured-case-study__logo {
    display: inline-block;
    height: 1.78rem;
    margin-right: 1ex; }
    .featured-case-study__logo svg {
      height: 100%;
      fill: #ffffff; }
  .featured-case-study__text {
    margin: 12px 0 2px;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.3rem; }
    @media (min-width: 481px) {
      .featured-case-study__text {
        font-size: .875rem; } }
    @media (min-width: 961px) {
      .featured-case-study__text {
        font-size: .78rem; } }
  .featured-case-study__link {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: .86rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: .2em; }
    @media (min-width: 481px) {
      .featured-case-study__link {
        font-size: .78rem;
        line-height: .937rem; } }
    @media (min-width: 961px) {
      .featured-case-study__link {
        font-size: .7rem;
        line-height: .83rem; } }
  .featured-case-study--secondary .featured-case-study__content {
    background-color: #fe4b45; }

.featured-case-study__fullwidth .featured-case-study {
  max-width: initial;
  width: 100%; }
  .featured-case-study__fullwidth .featured-case-study .featured-case-study__content {
    max-width: 480px; }

.featured-case-study__column:nth-child(odd) .featured-case-study__content {
  background-color: #fe4b45; }

.gallery {
  max-width: 1008px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .gallery figure {
    margin: 0; }
  .gallery img {
    display: block;
    width: 100%; }
  .gallery__main {
    width: 100%; }
    @media (min-width: 480px) {
      .gallery__main {
        width: 66%; } }
  .gallery__aside {
    width: 33%;
    margin-right: 8px;
    display: none; }
    @media (min-width: 480px) {
      .gallery__aside {
        display: block; } }
    .gallery__aside figure {
      overflow: hidden;
      margin-bottom: 8px; }
      .gallery__aside figure:last-child {
        margin-bottom: 0; }

.owl-carousel {
  z-index: 0;
  padding: 0; }

.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: 3px; }
  @media (min-width: 481px) {
    .owl-carousel .owl-nav {
      bottom: 10px; } }
  .owl-carousel .owl-nav [class*=owl-], .owl-carousel .owl-nav [class*=owl-]:hover {
    color: #3f4359;
    background: transparent !important; }
  .owl-carousel .owl-nav i {
    display: block;
    font-size: 10px;
    color: #2b5c7d; }

.owl-carousel .owl-nav .owl-information {
  display: inline-block;
  font-size: 12px;
  margin: 0 15px;
  padding: 0; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border-radius: 100%;
  border: 2px solid #e2e3e6; }
  .owl-carousel .owl-nav .owl-prev:hover,
  .owl-carousel .owl-nav .owl-next:hover {
    border-color: #2b5c7d; }

.slideshow {
  background-color: #f5f7fa; }

.call-to-action {
  position: relative;
  margin: 0 auto 0; }
  .call-to-action__inner {
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center center;
    background-size: cover;
    padding-top: 38px;
    padding-bottom: 48px;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 24% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 90%, 24% 100%, 0% 100%); }
    @media (min-width: 481px) {
      .call-to-action__inner {
        padding-top: 50px;
        padding-bottom: 60px; } }
    @media (min-width: 960px) {
      .call-to-action__inner {
        padding-top: 110px;
        padding-bottom: 120px;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 24% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 100% 0, 100% 85%, 24% 100%, 0% 100%); } }
  .call-to-action__title {
    margin: 0; }
  .call-to-action__content {
    margin-bottom: 1.5rem; }
  .call-to-action__boxed-right .call-to-action__inner .text-content {
    background-color: #f5f7fa;
    padding: 120px 80px 120px 40px;
    margin: 0 -80px 0 0; }
  .call-to-action__boxed-right .call-to-action__inner .image-content {
    padding-top: 60px;
    padding-bottom: 60px; }
    .call-to-action__boxed-right .call-to-action__inner .image-content img {
      -webkit-box-shadow: 7px 7px 0 0 #e1e9f0;
      box-shadow: 7px 7px 0 0 #e1e9f0; }
  .call-to-action:not(.call-to-action__boxed-right) .call-to-action__title,
  .call-to-action:not(.call-to-action__boxed-right) .call-to-action__content p {
    color: #ffffff; }

.veil {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(63, 67, 89, 0.6); }

footer {
  position: relative;
  font-size: 16px;
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 960px) {
    footer {
      padding-top: 0 !important; } }
  footer .hidden-xs {
    display: inline-block; }
    @media (max-width: 479px) {
      footer .hidden-xs {
        display: none !important; } }
  footer .privacy-policy {
    color: #00A2E5; }
    footer .privacy-policy:hover {
      color: #00A2E5;
      text-decoration: none;
      -webkit-box-shadow: inset 0 -2px 0 0 #00A2E5;
              box-shadow: inset 0 -2px 0 0 #00A2E5; }
  footer .social-links a {
    margin: 0 1ex 0 0; }
  @media (min-width: 960px) {
    footer .social-links {
      float: right; }
      footer .social-links a {
        margin: 0 0 0 1ex; } }
  footer .watemark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.02; }
  footer .cc {
    display: block; }
    @media (min-width: 480px) {
      footer .cc {
        display: inline; } }
  footer .link {
    font-size: 16px; }
  footer .slash {
    display: inline-block;
    margin: 0 1.5ex; }

.footer-navigation ul {
  margin: 30px 50px 30px 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 480px) {
    .footer-navigation ul {
      margin: 30px 50px 50px 0; } }
  .footer-navigation ul:last-child {
    margin-right: 0; }
  .footer-navigation ul li {
    padding: 0;
    margin: 0; }
  .footer-navigation ul a {
    display: inline-block;
    color: #336d96; }
    .footer-navigation ul a:hover {
      color: #336d96;
      text-decoration: none;
      -webkit-box-shadow: inset 0 -2px 0 0 #336d96;
              box-shadow: inset 0 -2px 0 0 #336d96; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 5px 4px  !important;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 1000; }
  .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    border-radius: 1px;
    outline: none; }
    .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 0;
      background: #2b5c7d;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 1px; }
    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
      background: #00A2E5; }

.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 1000; }
  .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    border-radius: 1px;
    outline: none; }
    .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 0;
      background: #2b5c7d;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 1px; }
    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
      background: #00A2E5; }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden; }

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: transparent; }

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal; }

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block; }

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0; }

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  /* styling */
  width: 100%; }

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  /* styling */
  border: none; }

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,
.featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  /* preventing text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* IE9 hack, otherwise navigation doesn't appear */
  background: transparent; }

.featherlight-previous {
  left: 25px;
  right: 80%; }

.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25); }

.featherlight-next span,
.featherlight-previous span {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  /* center horizontally */
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  /* center vertically */
  margin-top: -40px;
  text-shadow: 0px 0px 5px #fff;
  color: #fff;
  font-style: normal;
  font-weight: normal; }

.featherlight-next span {
  right: 5%;
  left: auto; }

.featherlight-next:hover span,
.featherlight-previous:hover span {
  display: inline-block; }

.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
  display: none; }

/* Hide navigation while loading */
.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
  display: none; }

/* Hide navigation in case of single image */
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
  display: none; }

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none; }
  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%; }
  .featherlight-previous {
    left: 10px;
    right: 85%; }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 48px;
  left: 0;
  line-height: 48px;
  min-width: 48px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 48px;
  margin: 0;
  outline: none;
  padding: 6px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 48px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 48px;
  opacity: 0;
  padding: 4px;
  position: absolute;
  top: 50%;
  width: 48px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 48px;
  margin: 0;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

.text-right {
  text-align: right; }

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

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

.extracted-content__content h1 {
  font-size: 46px;
  font-weight: 300; }

.max-width-700 {
  max-width: 700px;
  margin: 0 auto; }

.col-fifth {
  width: 20%;
  float: left; }
  @media (max-width: 959px) {
    .col-fifth {
      width: 100%;
      float: none;
      margin-bottom: 8px; } }

.powered-by {
  line-height: 26px;
  text-align: right;
  width: 100%; }
  @media (max-width: 959px) {
    .powered-by {
      text-align: center !important; } }
  .powered-by .small {
    color: #336d97;
    font-size: 18px; }
  .powered-by .large {
    color: #eb5b4d;
    font-size: 25px;
    font-family: "Merriweather", serif; }

.arrow-pointers {
  width: 100%;
  text-align: center;
  padding: 20px; }

.arrow-pointers__content .h5 {
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 2px solid #eb5b4d;
  margin-bottom: 20px;
  color: #336d97;
  font-size: 19px;
  line-height: 27px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 2px; }

.arrow-pointers__content p {
  font-size: 19px;
  line-height: 27px;
  color: #336d97;
  min-height: 60px; }
  @media (max-width: 959px) {
    .arrow-pointers__content p {
      min-height: initial;
      margin-bottom: 10px; } }

.arrow-pointers__content .h4 {
  font-size: 22px;
  line-height: 27px;
  color: #336d97;
  font-family: "Lato", sans-serif;
  font-weight: bold; }

@media (max-width: 959px) {
  .arrow-pointers__content .arrow-content {
    height: 50px;
    position: relative;
    overflow: hidden;
    width: 50px;
    margin: 0 auto 10px; }
    .arrow-pointers__content .arrow-content svg {
      position: absolute;
      bottom: 0;
      display: block; } }

.arrow-pointers__content .arrow-content svg {
  margin: 0 auto;
  width: 35px;
  height: auto; }

.homepage__boxes {
  padding-top: 30px !important;
  padding-bottom: 0; }
  @media (min-width: 960px) {
    .homepage__boxes + .section {
      padding-bottom: 86px; } }
  @media (max-width: 959px) {
    .homepage__boxes {
      padding-bottom: 0; } }
  .homepage__boxes .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media screen and (max-width: 960px) {
    .homepage__boxes .row {
      display: block;
      width: 100%; }
    .homepage__boxes .col-md-3 {
      width: 100%; } }
  @media (min-width: 960px) {
    .homepage__boxes .active .home-box {
      z-index: 100; }
      .homepage__boxes .active .home-box .home-box__content {
        padding: 25px 32px 25px 16px;
        max-width: 100%;
        min-height: 215px;
        position: absolute;
        -webkit-transition: all 120ms ease-in-out;
        transition: all 120ms ease-in-out;
        -webkit-clip-path: none !important;
                clip-path: none !important;
        -webkit-clip-path: initial !important;
                clip-path: initial !important;
        background-color: #404357;
        border-radius: 8px; } }
    @media screen and (min-width: 960px) and (max-width: 960px) {
      .homepage__boxes .active .home-box .home-box__content {
        width: 100%; } }
    @media screen and (min-width: 960px) and (min-width: 960px) {
      .homepage__boxes .active .home-box .home-box__content {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
        -webkit-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; } }
  @media (min-width: 960px) {
        .homepage__boxes .active .home-box .home-box__content h4 {
          color: #ffffff; }
        .homepage__boxes .active .home-box .home-box__content p {
          display: block;
          color: #ffffff; }
        .homepage__boxes .active .home-box .home-box__content .overlay-image {
          visibility: visible; }
        .homepage__boxes .active .home-box .home-box__content .page-flip {
          visibility: hidden; } }
  @media (max-width: 959px) {
    .homepage__boxes .home-box {
      z-index: 100;
      max-width: 100%;
      height: auto;
      min-height: initial;
      position: static; }
      .homepage__boxes .home-box .home-box__content {
        padding: 25px 60px 25px 16px;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
        background-color: #f0f0f0;
        max-width: 100%;
        min-height: auto;
        position: relative;
        -webkit-transition: all 120ms ease-in-out;
        transition: all 120ms ease-in-out;
        -webkit-clip-path: none;
                clip-path: none;
        -webkit-clip-path: initial;
                clip-path: initial;
        background-color: #404357;
        border-radius: 8px; } }
    @media screen and (max-width: 959px) and (max-width: 960px) {
      .homepage__boxes .home-box .home-box__content {
        width: 100%; } }
    @media screen and (max-width: 959px) and (min-width: 960px) {
      .homepage__boxes .home-box .home-box__content {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); } }
  @media (max-width: 959px) {
        .homepage__boxes .home-box .home-box__content h4 {
          color: #ffffff; }
        .homepage__boxes .home-box .home-box__content p {
          display: block;
          color: #ffffff; }
        .homepage__boxes .home-box .home-box__content .overlay-image {
          visibility: visible;
          top: -10px !important;
          right: -10px !important; }
          .homepage__boxes .home-box .home-box__content .overlay-image img {
            width: 100px; }
        .homepage__boxes .home-box .home-box__content .page-flip {
          visibility: hidden;
          -webkit-transition: all 120ms ease-in-out;
          transition: all 120ms ease-in-out; } }

@media screen and (max-width: 960px) {
  .article .section__content {
    display: block;
    width: 100%; }
    .article .section__content .col-md-12 {
      width: 100%;
      display: block; } }

.home-box {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  -webkit-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  min-width: 100%;
  min-height: 215px;
  cursor: pointer; }
  .home-box:hover {
    z-index: 100;
    -webkit-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out; }
  .home-box .overlay-image {
    position: absolute;
    top: 20px;
    right: -30px;
    max-width: 130px;
    visibility: hidden;
    z-index: 10; }
    .home-box .overlay-image img {
      width: 100%;
      height: auto; }
  .home-box .page-flip {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 149px;
    height: 85px; }
    .home-box .page-flip img {
      width: 100%;
      height: auto;
      position: absolute;
      bottom: 0;
      right: 0;
      -webkit-transition: all 0.1s cubic-bezier(0.11, 0.83, 0.29, 0.83);
      transition: all 0.1s cubic-bezier(0.11, 0.83, 0.29, 0.83); }
    .home-box .page-flip .corner {
      opacity: 1;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      opacity: 0.5; }
    .home-box .page-flip .corner-over {
      opacity: 0; }
  .home-box h4 {
    color: #404357;
    font-size: 22px;
    line-height: 30px;
    padding: 0 60px 20px 0;
    margin: 0; }
    @media screen and (max-height: 800px) {
      .home-box h4 {
        font-size: 18px;
        line-height: 160%;
        padding-bottom: 30px; } }
  .home-box p {
    color: #404357;
    font-size: 12px;
    line-height: 18px;
    display: none;
    padding: 0 0 0 0;
    margin: 0; }
  .home-box__content {
    padding: 25px 32px 25px 16px;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
    background-color: #f0f0f0;
    max-width: 100%;
    min-height: 215px;
    position: absolute; }
    @media screen and (max-width: 960px) {
      .home-box__content {
        width: 100%; } }
    .home-box__content:hover .overlay-image {
      visibility: visible; }
    .home-box__content:hover .page-flip img {
      -webkit-transition: all 0.1s cubic-bezier(0.11, 0.83, 0.29, 0.83);
      transition: all 0.1s cubic-bezier(0.11, 0.83, 0.29, 0.83); }
    .home-box__content:hover .page-flip .corner {
      opacity: 0; }
    .home-box__content:hover .page-flip .corner-over {
      opacity: 1; }
    .home-box__content .active {
      -webkit-clip-path: none;
              clip-path: none;
      -webkit-clip-path: initial;
              clip-path: initial;
      background-color: #404357;
      border-radius: 8px; }
      @media screen and (min-width: 960px) {
        .home-box__content .active {
          -webkit-transform: scale(1.2);
                  transform: scale(1.2);
          -webkit-transition: all 120ms ease-in-out;
          transition: all 120ms ease-in-out; } }
      .home-box__content .active h4 {
        color: #ffffff; }
      .home-box__content .active p {
        display: block;
        color: #ffffff; }
      .home-box__content .active .overlay-image {
        visibility: visible; }
      .home-box__content .active .page-flip {
        visibility: hidden; }

.homepage__boxes .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.home-box-column {
  float: left; }

.home-box-column.first-load .page-flip .corner {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1; }

.home-box-column:nth-child(2) p {
  padding-right: 30px; }

.home-box-column:nth-child(5) p {
  padding-right: 30px; }

.product-module-box-section {
  padding-top: 0; }

.product-module-box {
  background-color: #ebebeb;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
  max-width: 100%;
  min-height: 256px;
  position: relative;
  margin-bottom: 24px;
  padding: 2px; }
  .product-module-box .product-module-box__content {
    background-color: #ffffff;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
    padding: 48px 24px 24px;
    background-position: center right;
    background-size: 150px auto;
    background-repeat: no-repeat;
    min-height: 256px;
    height: 100%; }
  .product-module-box.without-number h4 {
    margin-top: 0;
    padding-top: 0; }
  .product-module-box.emphasized .product-module-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 959px) {
      .product-module-box.emphasized .product-module-box__content {
        display: block; } }
    .product-module-box.emphasized .product-module-box__content h4 {
      padding: 25px 100px 25px 50px; }
    .product-module-box.emphasized .product-module-box__content .buttons {
      min-width: 200px;
      text-align: right; }
  .product-module-box .icon-arrow-filled + .btn {
    display: none; }
  .product-module-box:hover .product-module-box__content {
    background-color: #eb5b4d;
    color: #ffffff; }
  .product-module-box:hover h4, .product-module-box:hover p {
    color: #ffffff; }
  .product-module-box:hover .icon-arrow-filled {
    display: none; }
    .product-module-box:hover .icon-arrow-filled + .btn {
      display: inline-block; }
  .product-module-box:hover .number {
    background-color: #404357; }
  .product-module-box h4 {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 140%; }
  .product-module-box p {
    font-size: 15px;
    line-height: 140%;
    padding-right: 140px; }

.number {
  background-color: #375b7a;
  color: #ffffff;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
  font-size: 24px;
  min-width: 48px;
  min-height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-family: "Merriweather", serif; }
  .number__large {
    font-size: 32px;
    width: 51px;
    height: 51px;
    background-color: #375b7a;
    color: #ffffff; }

.technology-module-box {
  background-color: #ebebeb;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 93%, 35% 100%, 0% 100%);
  max-width: 100%;
  position: relative;
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-bottom: 24px;
  background-size: cover; }
  @media (max-width: 959px) {
    .technology-module-box {
      background-position: -100px center; } }
  .technology-module-box .technology-module-box__content {
    min-height: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 959px) {
      .technology-module-box .technology-module-box__content {
        display: block; } }
  .technology-module-box h4 {
    font-size: 22px;
    line-height: 25px;
    color: #fe4b45;
    position: relative;
    z-index: 2;
    max-width: 230px;
    margin: 0;
    padding: 20px;
    font-family: "Lato", sans-serif; }
  .technology-module-box .background-image {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover; }
  .technology-module-box .buttons {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -12px;
    z-index: 1; }
    @media (max-width: 959px) {
      .technology-module-box .buttons {
        position: static;
        text-align: left;
        margin: 5px 20px; } }
  .technology-module-box:hover .background-image {
    visibility: visible; }
  .technology-module-box:hover h4 {
    color: #00A2E5; }
  .technology-module-box:hover .btn {
    background-color: #d1453d; }

.hero-contrast_dark .number {
  color: #375b7a;
  background-color: #ffffff; }

.hero-contrast_dark .hero-block__navigation a,
.hero-contrast_dark .hero-block__navigation:before {
  color: #ffffff; }

.hero-contrast_dark p {
  color: #ffffff; }

.category-title-link, .category-title-link:link, .category-title-link:visited {
  text-decoration: none;
  color: #ffffff; }

.category-title-link:hover, .category-title-link:active {
  color: #ffffff;
  text-decoration: none; }

.sidebar-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 24px;
  background-image: url("../../assets/images/wordmark-a-bg.png");
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 240px; }
  .sidebar-list.no-wordmark {
    background-image: none; }
  .sidebar-list.case-study-list {
    background-position: right center; }
  .sidebar-list li {
    color: #eb5b4d;
    font-size: 16px;
    line-height: 27px;
    padding: 10px 0;
    border-bottom: 1px solid #c1c2ca;
    font-weight: 700; }
    @media (max-width: 959px) {
      .sidebar-list li {
        font-size: 16px; } }
    .sidebar-list li a, .sidebar-list li a:link, .sidebar-list li a:visited {
      color: #eb5b4d; }
    .sidebar-list li a:hover, .sidebar-list li a:active {
      color: #2b5c7d; }
    .sidebar-list li a .icon-arrow-filled {
      margin-left: 15px;
      border-width: 7px 0 7px 14px;
      border-left-color: #eb5b4d; }
  .sidebar-list.normal-list li {
    color: #2b5c7d;
    font-size: 16px;
    line-height: 27px;
    padding: 3px 10px;
    border-bottom: 1px solid #c1c2ca;
    font-weight: 400; }
    @media (max-width: 959px) {
      .sidebar-list.normal-list li {
        font-size: 16px; } }
    .sidebar-list.normal-list li a, .sidebar-list.normal-list li a:link, .sidebar-list.normal-list li a:visited {
      color: #2b5c7d; }
    .sidebar-list.normal-list li a:hover, .sidebar-list.normal-list li a:active {
      color: #3f4359; }
    .sidebar-list.normal-list li a .icon-arrow-filled {
      margin-left: 15px;
      border-width: 7px 0 7px 14px;
      border-left-color: #3f4359; }

.list-bullets-cobalt {
  list-style-type: none; }
  .list-bullets-cobalt li::before {
    content: "•";
    color: #2b5c7d;
    display: inline-block;
    width: 1.2em;
    margin-left: -1.2em; }

.sidebar-list-title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fe4b45;
  font-family: "Lato", sans-serif; }

.sidebar-list.normal-list + .sidebar-list-title {
  padding-top: 0 !important; }

.single-wordmark {
  background-image: url("../../assets/images/wordmark-a-bg.png");
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 340px;
  margin: 0 40px; }
  @media (max-width: 959px) {
    .single-wordmark {
      display: none; } }

.timeline {
  position: relative;
  width: 100%; }
  .timeline:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 140px;
    height: 100%;
    width: 1px;
    background-color: #e2e3e6; }

.timeline__content {
  width: 100%;
  margin-bottom: 20px; }
  .timeline__content .year {
    padding: 24px 0;
    color: #3f4359;
    text-align: center;
    width: 100px;
    font-size: 14px;
    letter-spacing: 1px; }
  .timeline__content .logo {
    text-align: center;
    width: 100px; }
  .timeline__content .logo-wordmark {
    width: 32px;
    height: 80px;
    margin: 0 auto;
    padding: 24px 0;
    background-color: #ffffff;
    border-radius: 50%;
    display: none; }
    .timeline__content .logo-wordmark svg {
      width: 100%;
      height: auto; }
  .timeline__content .content {
    width: calc(100% - 200px); }
    .timeline__content .content .box {
      background-color: #f5f7fa;
      border-radius: 4px;
      padding: 24px;
      color: #6f7283; }
    .timeline__content .content ul,
    .timeline__content .content ol,
    .timeline__content .content p {
      margin: 0;
      color: #6f7283; }
    .timeline__content .content a:link, .timeline__content .content a:visited {
      color: #fe4b45; }
    .timeline__content .content a:hover, .timeline__content .content a:active {
      color: #fe4b45; }
  .timeline__content:hover .logo-wordmark, .timeline__content.active .logo-wordmark {
    display: block; }
    .timeline__content:hover .logo-wordmark path, .timeline__content.active .logo-wordmark path {
      fill: #2b5c7d; }
  .timeline__content:hover .year, .timeline__content.active .year {
    color: #2b5c7d; }
  .timeline__content:hover .content .box, .timeline__content.active .content .box {
    background-color: #2b5c7d;
    color: #ffffff; }
    .timeline__content:hover .content .box ul,
    .timeline__content:hover .content .box ol,
    .timeline__content:hover .content .box p, .timeline__content.active .content .box ul,
    .timeline__content.active .content .box ol,
    .timeline__content.active .content .box p {
      color: #ffffff; }
    .timeline__content:hover .content .box a:link, .timeline__content:hover .content .box a:visited, .timeline__content.active .content .box a:link, .timeline__content.active .content .box a:visited {
      color: #ffffff; }
    .timeline__content:hover .content .box a:hover, .timeline__content:hover .content .box a:active, .timeline__content.active .content .box a:hover, .timeline__content.active .content .box a:active {
      color: #ffffff; }

.offices {
  font-size: 24px;
  line-height: 180%;
  color: #ffffff;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .offices li {
    list-style-type: none;
    padding: 0; }
  .offices .office-group {
    font-weight: 600; }
  .offices .office-single-location {
    font-weight: 300; }

.office-section {
  display: block;
  float: none; }

.office {
  display: inline-block;
  float: none;
  vertical-align: text-top; }
  .office.col-md-3 {
    width: 24%; }

.office-section-title {
  float: none;
  width: 100%; }

.hero-block__video-block {
  position: relative; }

.overlay-video,
.overlay-video-laptop,
.overlay-video-mobile {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  display: block;
  content: "";
  z-index: 0;
  opacity: 1;
  /* horizontally center the video */
  /* set video aspect ratio and vertically center */ }
  .overlay-video iframe,
  .overlay-video object,
  .overlay-video embed,
  .overlay-video-laptop iframe,
  .overlay-video-laptop object,
  .overlay-video-laptop embed,
  .overlay-video-mobile iframe,
  .overlay-video-mobile object,
  .overlay-video-mobile embed {
    width: 100%;
    height: 70vh; }
  .overlay-video .videobg,
  .overlay-video-laptop .videobg,
  .overlay-video-mobile .videobg {
    position: relative;
    width: 100%;
    /* Set video container element width here */
    height: 100%;
    /* Set video container element height here */
    overflow: hidden;
    background: #111;
    /* bg color, if video is not high enough */ }
  .overlay-video .videobg-width,
  .overlay-video-laptop .videobg-width,
  .overlay-video-mobile .videobg-width {
    position: absolute;
    width: 1200px;
    /* Change width value to cover more area*/
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto; }
  .overlay-video .videobg-aspect,
  .overlay-video-laptop .videobg-aspect,
  .overlay-video-mobile .videobg-aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    padding-bottom: 56.25%;
    /* 16:9 ratio */
    overflow: hidden; }
  .overlay-video .videobg-make-height,
  .overlay-video-laptop .videobg-make-height,
  .overlay-video-mobile .videobg-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .overlay-video .videobg-hide-controls,
  .overlay-video-laptop .videobg-hide-controls,
  .overlay-video-mobile .videobg-hide-controls {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
    height: 100%;
    width: 100%;
    /* Vimeo timeline and play button are ~55px high */
    padding: 55px 97.7777px;
    /* 16:9 ratio */
    top: -55px;
    left: -97.7777px;
    /* 16:9 ratio */ }
  .overlay-video .videobg iframe,
  .overlay-video-laptop .videobg iframe,
  .overlay-video-mobile .videobg iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none; }

@media screen and (max-width: 1280px) {
  .forcefullwidth_wrapper_tp_banner div {
    height: 500px !important; } }

#scene {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden; }

.parallax-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 24% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 90%, 24% 100%, 0% 100%); }
  @media (min-width: 960px) {
    .parallax-background-image {
      -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 24% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0, 100% 85%, 24% 100%, 0% 100%); } }
  .parallax-background-image:before, .parallax-background-image:after {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 24% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 90%, 24% 100%, 0% 100%); }
    @media (min-width: 960px) {
      .parallax-background-image:before, .parallax-background-image:after {
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 24% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 100% 0, 100% 85%, 24% 100%, 0% 100%); } }

.parallax-mirror {
  z-index: 9;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 90%, 24% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 100% 90%, 24% 100%, 0% 100%); }
  @media (min-width: 960px) {
    .parallax-mirror {
      -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 85%, 24% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0, 100% 85%, 24% 100%, 0% 100%); } }

.opacity-block {
  position: relative; }
  .opacity-block .overlay-color {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    z-index: 2;
    opacity: 1; }
  .opacity-block.opacity-0 .overlay-color {
    opacity: 0; }
  .opacity-block.opacity-10 .overlay-color {
    opacity: .1; }
  .opacity-block.opacity-20 .overlay-color {
    opacity: .2; }
  .opacity-block.opacity-30 .overlay-color {
    opacity: .3; }
  .opacity-block.opacity-40 .overlay-color {
    opacity: .4; }
  .opacity-block.opacity-50 .overlay-color {
    opacity: .5; }
  .opacity-block.opacity-60 .overlay-color {
    opacity: .6; }
  .opacity-block.opacity-70 .overlay-color {
    opacity: .7; }
  .opacity-block.opacity-80 .overlay-color {
    opacity: .8; }
  .opacity-block.opacity-90 .overlay-color {
    opacity: .9; }
  .opacity-block.opacity-100 .overlay-color {
    opacity: 1; }
  .opacity-block .container {
    z-index: 10;
    position: relative; }
  .opacity-block .hero-block__content {
    color: #3f4359; }
  .opacity-block .hero-block__title {
    color: #3f4359; }

.color-white {
  color: #ffffff; }

.atypon-around-the-globe .offices-listing {
  padding-top: 10px; }

.atypon-around-the-globe h1, .atypon-around-the-globe h2, .atypon-around-the-globe h3, .atypon-around-the-globe h4, .atypon-around-the-globe h5, .atypon-around-the-globe h6, .atypon-around-the-globe p, .atypon-around-the-globe ul, .atypon-around-the-globe li {
  color: #ffffff;
  text-align: center !important; }

.lightest-wordmark path {
  fill: #f5f7fa; }

.lightest-wordmark svg {
  -webkit-transform: scale(1.3);
          transform: scale(1.3); }

.atypon-careers h2, .atypon-careers p {
  color: #ffffff;
  text-align: center; }

.atypon-careers li {
  text-align: left; }

.atypon-careers li a {
  cursor: pointer; }

.bg--red {
  background-color: #fe4b45; }
  .bg--red,
  .bg--red h1, .bg--red h2, .bg--red h3, .bg--red h4, .bg--red p {
    color: #ffffff; }

.bg--blue {
  background-color: #2b5c7d; }
  .bg--blue,
  .bg--blue h1, .bg--blue h2, .bg--blue h3, .bg--blue h4, .bg--blue p {
    color: #ffffff; }

.bg--gray-dark {
  background-color: #3f4359; }
  .bg--gray-dark,
  .bg--gray-dark h1, .bg--gray-dark h2, .bg--gray-dark h3, .bg--gray-dark h4, .bg--gray-dark p {
    color: #ffffff; }

.bg--gray {
  background-color: #6f7283; }
  .bg--gray,
  .bg--gray h1, .bg--gray h2, .bg--gray h3, .bg--gray h4, .bg--gray p {
    color: #ffffff; }

.career-testimonials .career-testimonial {
  width: 100%;
  margin-bottom: 30px; }
  .career-testimonials .career-testimonial .career-testimonial-image {
    margin-bottom: 20px; }
    .career-testimonials .career-testimonial .career-testimonial-image img {
      border-radius: 50%; }
    @media (max-width: 959px) {
      .career-testimonials .career-testimonial .career-testimonial-image {
        margin-left: 20px; } }
  .career-testimonials .career-testimonial .career-testimonial-content {
    background-color: #f5f7fa;
    width: 50%;
    height: auto;
    padding: 30px; }
    @media (max-width: 959px) {
      .career-testimonials .career-testimonial .career-testimonial-content {
        width: 100%; } }
  .career-testimonials .career-testimonial .career-testimonial-text {
    width: 450px;
    border-radius: 4px;
    padding: 30px; }
    .career-testimonials .career-testimonial .career-testimonial-text .h4 {
      font-size: 14px;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      font-family: "Lato", sans-serif;
      font-weight: 600;
      letter-spacing: 1px;
      line-height: 1.4em;
      color: #ffffff; }
    .career-testimonials .career-testimonial .career-testimonial-text p {
      font-size: 16px;
      line-height: 1.4em; }
    .career-testimonials .career-testimonial .career-testimonial-text .divider {
      display: inline-block;
      padding: 0 3px; }
    @media (max-width: 959px) {
      .career-testimonials .career-testimonial .career-testimonial-text {
        width: 100%;
        margin: -50px auto !important; } }

.career-results #whr_embed_hook {
  margin-top: -120px; }
  @media (max-width: 959px) {
    .career-results #whr_embed_hook {
      margin-top: 0; } }

.right .career-testimonial-content {
  float: right; }
  .right .career-testimonial-content .career-testimonial-text {
    margin-left: -260px; }

.left .career-testimonial:first-of-type {
  margin-top: 50px; }

.arrows-descriptive-list {
  list-style-type: none;
  padding: 80px 25px;
  margin: 0;
  text-align: center;
  line-height: 24px;
  background-size: 50%;
  background-position: 32% 41%;
  background-repeat: no-repeat; }
  .arrows-descriptive-list li {
    padding: 24px 0; }

.section .container .section__content ol {
  color: #336d8c; }

.additional-section {
  padding: 0 !important; }

@media screen and (min-width: 1200px) {
  .home .additional-section .container .skewed-block {
    bottom: -20px; } }

.additional-section .container {
  position: relative;
  z-index: 100; }
  .additional-section .container .skewed-block {
    max-width: 360px;
    position: absolute;
    bottom: 40px;
    right: 10px;
    background: #00A2E5; }
    @media (max-width: 959px) {
      .additional-section .container .skewed-block {
        position: initial;
        bottom: auto;
        right: auto;
        margin-top: -60px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (min-width: 1200px) {
      .additional-section .container .skewed-block {
        right: -100px; } }
  .additional-section .container .skewed-block__content {
    font-family: "Lato", sans-serif, serif;
    font-size: 18px;
    line-height: 145%; }
    @media (max-width: 959px) {
      .additional-section .container .skewed-block__content {
        font-size: 14px; } }
    @media screen and (max-height: 800px) {
      .additional-section .container .skewed-block__content {
        font-size: 15px; } }
  .additional-section .container small {
    display: block;
    margin: 12px 0 0;
    color: #ffffff;
    opacity: .5;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
    width: 60%; }

.text h3, .text h4 {
  margin-bottom: 0;
  padding-bottom: 0; }
  .text h3:first-child, .text h4:first-child {
    margin-top: 0;
    margin-bottom: 0; }

.text ul,
.text ol {
  margin: 0 0 24px 0;
  color: #3f4359; }

@media (max-width: 959px) {
  .text .skewed-block {
    max-width: 400px;
    margin: 0 auto !important; } }

.short-info-holder {
  padding-top: 20px;
  overflow: visible; }
  @media (max-width: 959px) {
    .short-info-holder {
      display: block; } }
  .short-info-holder .col-md-6.emphasized {
    width: 100%; }

.accordion-container .accordion-group + .accordion-group {
  margin-top: 20px; }

.accordion-container .accordion-group.open .accordion-title .icon-arrow-filled {
  -webkit-transition: all 180ms ease-in-out;
  transition: all 180ms ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.accordion-container .accordion-group.open .accordion-content {
  display: block; }

.accordion-container .accordion-group.open + .accordion-group {
  margin-top: 0; }

.accordion-container .accordion-group .accordion-title {
  background-color: #f5f7fa;
  color: #2b5c7d;
  padding: 10px 30px;
  font-size: 24px;
  cursor: pointer; }
  @media screen and (max-height: 800px) {
    .accordion-container .accordion-group .accordion-title {
      font-size: 20px; } }
  .accordion-container .accordion-group .accordion-title .title {
    padding-left: 40px; }
  .accordion-container .accordion-group .accordion-title .icon-arrow-filled {
    -webkit-transition: all 180ms ease-in-out;
    transition: all 180ms ease-in-out; }
  .accordion-container .accordion-group .accordion-title:hover {
    color: #fe4b45; }
    .accordion-container .accordion-group .accordion-title:hover .icon-arrow-filled {
      border-left-color: #fe4b45; }

.accordion-container .accordion-group .accordion-content {
  display: none;
  padding: 40px 30px 40px 70px;
  border-left: 4px solid #f5f7fa;
  margin-left: 60px;
  color: #2b5c7d; }
  .accordion-container .accordion-group .accordion-content p {
    color: #2b5c7d; }
  .accordion-container .accordion-group .accordion-content ul {
    padding: 0;
    margin: 0; }
    .accordion-container .accordion-group .accordion-content ul li {
      padding-bottom: 16px;
      list-style-type: none;
      color: #2b5c7d; }
      .accordion-container .accordion-group .accordion-content ul li:after {
        width: 40px;
        height: 1px;
        background-color: #2b5c7d;
        display: block;
        content: "";
        margin-top: 6px; }
      .accordion-container .accordion-group .accordion-content ul li:last-child:after {
        display: none; }
    .accordion-container .accordion-group .accordion-content ul ul {
      padding-bottom: 4px; }
      .accordion-container .accordion-group .accordion-content ul ul li {
        margin-left: 28px;
        list-style-type: disc;
        padding-top: 4px;
        padding-bottom: 0; }
        .accordion-container .accordion-group .accordion-content ul ul li:after {
          display: none; }

.arrow-link .icon-arrow-filled {
  border-left-color: #fe4b45; }

.services-chooser {
  padding-top: 0; }
  @media (max-width: 959px) {
    .services-chooser .row {
      width: 100%;
      display: block; } }
  @media screen and (max-height: 800px) {
    .services-chooser {
      padding-top: 24px; } }
  .services-chooser .drop-block,
  .services-chooser button {
    width: 100%;
    text-align: left; }

ul.no-bullets {
  list-style-type: none;
  padding: 0; }

.rotator-container {
  border-left: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  padding: 0 0 4px 9px;
  margin-left: 5px; }

.text hr {
  height: 2px;
  width: 100%;
  max-width: 960px;
  margin: 2rem auto 2rem;
  background: #e1e9f0;
  border: none; }

.card--customers {
  position: relative; }
  .card--customers h2,
  .card--customers h3 {
    font-family: "Lato", sans-serif;
    font-size: 32px !important; }
  .card--customers a {
    display: block; }
    .card--customers a:hover h4, .card--customers a:hover p {
      color: #fe4b45; }
  .card--customers .icon-arrow-filled {
    margin-left: 15px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: inset;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #fe4b45;
    -webkit-transform: rotate(360deg); }
  .card--customers:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 10;
    top: 40px;
    left: 0;
    width: 0;
    height: 0;
    border-style: inset;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #f5f7fa;
    -webkit-transform: rotate(360deg); }
  .card--customers:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 10;
    top: 40px;
    left: -2px;
    width: 0;
    height: 0;
    border-style: inset;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #ffffff;
    -webkit-transform: rotate(360deg); }

.image-followed-by-skewed-box {
  margin-bottom: -40px; }
  @media (max-width: 959px) {
    .image-followed-by-skewed-box {
      margin: 20px auto -40px !important;
      max-width: 500px; } }

.case-study-title {
  text-transform: uppercase; }

.hero_content_symbol {
  position: absolute;
  top: 95px;
  left: 0;
  z-index: 2; }
  .hero_content_symbol .icon-arrow-filled {
    border-width: 24px 0 24px 24px;
    border-color: transparent transparent transparent #ffffff; }

span.literatum-wordmark svg {
  width: 136px;
  height: auto;
  position: relative;
  top: 3px; }

.featured-case-study__column .featured-case-study {
  background-size: 960px;
  background-position: center left; }

.featured-case-study__column + .featured-case-study__column .featured-case-study {
  background-position: center right; }

.arrows-descriptive-list {
  margin-top: -70px;
  margin-bottom: -70px; }

.emphasized .card__executives {
  margin-left: 210px;
  margin-right: 210px; }
  @media (max-width: 959px) {
    .emphasized .card__executives {
      margin-left: 0;
      margin-right: 0; } }

.skewed-block + .sidebar-list,
.skewed-block + .callout-box,
.skewed-block + div,
.skewed-block + h2,
.skewed-block + h3,
.skewed-block + h4,
.skewed-block + h5,
.skewed-block + h6,
.skewed-block + p {
  margin-top: 50px !important; }

.skewed-block + .skewed-block--stats {
  margin-top: 0 !important; }

.sidebar-list + .skewed-block,
.sidebar-list + .callout-box,
.sidebar-list + div,
.sidebar-list + h5 {
  margin-top: 50px; }

p + .skewed-block,
p + .callout-box {
  margin-top: 50px; }

.client-list-a-z .letter-group {
  position: relative;
  margin-bottom: 70px; }

.client-list-a-z .letter-cell {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #f5f7fa;
  font-size: 130px;
  font-family: "Merriweather", serif;
  font-weight: 400;
  line-height: 1em; }

.client-list-a-z .row-cells {
  border-bottom: 1px solid #e1e9f0; }
  .client-list-a-z .row-cells a, .client-list-a-z .row-cells span {
    font-family: "Merriweather", serif;
    font-size: 16px;
    color: #6f7283;
    padding: 10px 0;
    display: block; }
  .client-list-a-z .row-cells a, .client-list-a-z .row-cells a:link, .client-list-a-z .row-cells a:visited {
    text-decoration: underline; }
  .client-list-a-z .row-cells a:hover, .client-list-a-z .row-cells a:active {
    color: #fe4b45; }
    .client-list-a-z .row-cells a:hover:after, .client-list-a-z .row-cells a:active:after {
      font-family: "atypon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block; }

.zindex-fixxer {
  position: relative;
  z-index: 100; }

.wpmm_mega_menu > a:hover,
.wpmm_mega_menu > a:active,
.wpmm_mega_menu > a.active {
  background-color: #ffffff;
  color: #2b5c7d !important;
  border-radius: 8px 8px 0 0; }

.wpmm_megamenu ul.wp-mega-sub-menu li.menu-products a {
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-family: "Lato", sans-serif !important;
  text-align: center !important;
  letter-spacing: 2px;
  opacity: 0.3; }
  .wpmm_megamenu ul.wp-mega-sub-menu li.menu-products a:hover {
    opacity: 1; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu {
  width: 1000px !important;
  margin-left: -100px !important; }

.wp-megamenu-sub-menu {
  border-radius: 8px !important; }
  .wp-megamenu-sub-menu .menu-literatum-container a {
    font-size: 18px !important;
    padding: 20px !important;
    border-bottom: 1px solid #ebeff2 !important;
    display: block !important; }
  .wp-megamenu-sub-menu .menu-literatum-modules-container {
    display: none; }
  .wp-megamenu-sub-menu .menu-literatum-services-container {
    display: none; }
  .wp-megamenu-sub-menu .menu-literatum-modules-container a,
  .wp-megamenu-sub-menu .menu-literatum-services-container a {
    font-size: 13px !important;
    padding: 10px !important; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu a {
  padding-left: 15px !important;
  padding-right: 15px !important; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-row .wpmm-col:nth-child(1) {
  width: 200px !important; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-row .wpmm-col:nth-child(2) {
  width: 200px !important; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-row .wpmm-col:nth-child(3) {
  width: 200px !important; }

#wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-row .wpmm-col:nth-child(4) {
  width: 350px !important; }
  #wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-row .wpmm-col:nth-child(4) .menu-literatum-modules-container {
    background-color: #f4f4f4; }
  #wp-megamenu-main-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.wpmm-row .wpmm-col:nth-child(4) .menu-literatum-services-container {
    background-color: #f4f4f4; }

.header-top-bar {
  padding-right: 36px; }
  @media (max-width: 959px) {
    .header-top-bar {
      padding-right: 15px; } }

@media (max-width: 959px) {
  .body-mobile-menu-active {
    overflow: hidden; } }

@media (max-width: 959px) {
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper {
    height: 100%;
    overflow: scroll; } }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper a, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper a:link, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper a:visited {
  font-size: 15px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-support {
  float: right;
  margin-top: -2px; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-support span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-image-link-wrapper.active img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .widget_pages ul li a,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .widget_meta ul li a,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .widget_nav_menu ul li a {
  left: 0; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.wpmega-menu-flyout {
  margin-right: 0; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  width: 180px !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul li {
    width: 100%;
    height: auto !important;
    background-color: transparent !important;
    text-align: right; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul li a, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul li a:link, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul li a:visited {
      font-size: 15px !important;
      padding: 16px !important;
      color: #2b5c7d !important;
      display: block !important;
      background-color: transparent !important;
      font-weight: 700; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul li a:hover, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul li a:active {
      color: #fe4b45 !important; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul li a.active {
      color: #fe4b45 !important; }
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul li a.active:after {
        background-color: transparent !important;
        display: block;
        content: "";
        position: absolute;
        z-index: 10;
        top: 50%;
        margin-top: -7px;
        right: 0px;
        width: 0;
        height: 0;
        border-style: inset;
        border-style: solid;
        border-width: 7px 0 7px 7px;
        border-color: transparent transparent transparent #fe4b45;
        -webkit-transform: rotate(360deg); }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-sub-menu-wrap {
  width: 750px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:first-child > a:after {
  content: '\f107';
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 14px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after {
  right: 6px !important; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:first-child > a,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children > a {
  padding-right: 20px !important; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
  letter-spacing: 0.5px; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li a {
    margin: 0 2px 2px 0; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover a {
  color: #fe4b45 !important; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.active-show > a {
  border-radius: 0 !important;
  background-color: #fff !important;
  color: #2b5c7d !important;
  margin: 0 2px 0 0;
  padding-bottom: 14px; }
  @media (max-width: 959px) {
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.active-show > a {
      background-color: transparent !important; } }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.active-show > a:after {
    visibility: visible; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-sub-menu-wrap {
  padding: 0 !important;
  border-radius: 0px !important;
  border: none !important; }
  @media (max-width: 959px) {
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-sub-menu-wrap {
      background-color: transparent !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; } }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-image-link-wrapper a {
  margin: 0 !important; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wpmm-start-group-section {
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wpmm-start-group-section li {
    margin-bottom: 0; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wpmm-group1 {
  width: 180px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wpmm-group2 {
  width: 190px;
  margin: 0 0 0 0; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wpmm-group3 {
  width: 140px; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wpmm-group3 li {
    margin-bottom: 0; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wpmm-group4 {
  width: 240px; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wpmm-group4 > li {
    padding: 0 20px;
    display: none; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wpmm-group5 {
  display: none;
  width: 570px; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wpmm-group5 > li {
    padding: 0 20px 0 10px;
    margin: 0; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wpmm-group5 .wpmm-text-widgets {
    height: 100%;
    overflow: hidden; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-products .wpmm-menu0 .wpmm-group5 .wpmm-text-widgets .thumb a img {
    width: 100%; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus {
  position: relative; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-sub-menu-wrap,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-sub-menu-wrap {
    width: 750px;
    margin-left: -375px;
    left: 50%; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news {
  position: relative; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-sub-menu-wrap {
    width: 750px;
    margin-right: 0;
    right: -100px;
    left: auto; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-literatum-container,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services-left-container,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services-right-container,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies-container,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-about-us-container,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers-container,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news-events-container,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-group5 .wpmega-6columns-6total,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wpmm-group5 .text-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-sub-menu-wrap,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-sub-menu-wrap,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-sub-menu-wrap,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-sub-menu-wrap,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-sub-menu-wrap {
  width: 600px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li {
  display: block;
  float: left; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) {
  width: 180px;
  height: 100%;
  overflow: hidden; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper {
    height: 100%; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a {
      display: block;
      height: 100%;
      margin: 0; }
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a img,
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a img,
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a img,
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a img,
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(1) .wpmm-image-link-wrapper a img {
        height: 100%;
        max-width: initial;
        width: auto; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) {
  width: 190px;
  height: 100%; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) a:hover:after,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) a:hover:after,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) a:hover:after,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) a:hover:after,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) a:hover:after {
    background-color: transparent !important;
    display: block;
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -7px;
    right: 6px;
    width: 0;
    height: 0;
    border-style: inset;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fe4b45;
    -webkit-transform: rotate(360deg); }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3),
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) {
  width: 230px;
  height: 100%; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget p:only-child,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget p:only-child,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget p:only-child,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget p:only-child,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(3) .textwidget p:only-child {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .wpmm-sub-menu-wrap,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .wpmm-sub-menu-wrap,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .wpmm-sub-menu-wrap,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .wpmm-sub-menu-wrap,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-sub-menu-wrap {
  left: auto;
  margin-left: -180px;
  right: auto; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-sub-menu-wrap {
  width: 560px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .wpmm-menu0 .wp-mega-sub-menu > li:nth-child(2) {
  width: 150px; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-services .menu-item a:after,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-technologies .menu-item a:after,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-customers .menu-item a:after,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-aboutus .menu-item a:after,
html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-news .menu-item a:after {
  display: none !important; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation {
  float: right; }
  @media (max-width: 959px) {
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation {
      float: none;
      padding: 20px;
      text-align: center; } }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation a, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation a:link, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation a:visited {
    background: #00A2E5;
    color: #ffffff !important;
    height: 32px;
    padding: 0 16px;
    font-size: 15px;
    border-radius: 16px;
    line-height: 32px; }
    @media (max-width: 959px) {
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation a, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation a:link, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation a:visited {
        text-align: center; } }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation a:hover, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .menu-consultation a:focus {
    cursor: pointer;
    color: #ffffff;
    color: #ffffff !important;
    background: #0090cc; }

html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu {
  height: 230px;
  background: #ffffff url("../../assets/images/wordmark-megamenu.png") no-repeat right center !important;
  background-size: auto 100% !important; }
  @media (max-width: 959px) {
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu {
      background-image: none !important;
      background-color: transparent !important;
      height: auto; } }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ebeff2 !important; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu li:last-child {
      border-bottom: 0 !important; }
    @media (max-width: 959px) {
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu li {
        border-bottom: 0 !important;
        border-top: 1px solid #ebeff2 !important; } }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a:link, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a:visited {
    font-size: 15px !important;
    padding: 10px 16px !important;
    color: #2b5c7d !important;
    display: block !important;
    font-weight: 700; }
    @media (max-width: 959px) {
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a:link, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a:visited {
        font-size: 14px !important;
        padding: 10px !important; } }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a:hover, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a:active {
    color: #fe4b45 !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a.active {
    color: #fe4b45 !important; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu a.active:after {
      background-color: transparent !important;
      display: block;
      content: "";
      position: absolute;
      z-index: 10;
      top: 50%;
      margin-top: -7px;
      right: 0px;
      width: 0;
      height: 0;
      border-style: inset;
      border-style: solid;
      border-width: 7px 0 7px 7px;
      border-color: transparent transparent transparent #fe4b45;
      -webkit-transform: rotate(360deg); }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu #menu-services-left li:not(:first-child) a,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu #menu-services-right li:not(:first-child) a {
    font-weight: 400 !important;
    font-size: 13px !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-literatum {
    border-bottom-color: rgba(254, 75, 69, 0.3) !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-literatum a {
    background: #ffffff url("../../inc/svg/literatum-logo-cobalt.png") no-repeat center center !important;
    background-size: 120px 15px !important;
    display: block;
    width: 100%;
    height: 15px;
    margin: 0;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.25;
    position: relative; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-literatum a:hover, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-literatum a.active {
      opacity: 1 !important;
      background-color: transparent !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-scitrus a {
    background: #ffffff url("../../inc/svg/scitrus-logo-cobalt.png") no-repeat center center !important;
    background-size: 87px 15px !important;
    display: block;
    width: 100%;
    height: 15px;
    margin: 0;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.25; }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-scitrus a:hover, html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-scitrus a.active {
      opacity: 1 !important;
      background-color: transparent !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-literatum a,
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-scitrus a {
    padding: 30px 0 !important; }
    @media (max-width: 959px) {
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-literatum a,
      html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-scitrus a {
        background: none !important;
        padding: 10px !important;
        text-indent: 0;
        height: auto; } }
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-literatum a.active:after,
    html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .widget_nav_menu .megamenu-product-scitrus a.active:after {
      display: none;
      background-color: transparent !important; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu > li {
    padding: 0px !important;
    margin-bottom: 0; }
  html body.wpmm_megamenu .header-menu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper .wp-mega-sub-menu .textwidget p {
    font-size: 14px !important;
    line-height: 150% !important;
    color: #3f4359 !important; }

.skewed-grid-blocks {
  overflow: hidden;
  z-index: 0;
  position: relative;
  top: -200px; }

.grid-container {
  -webkit-transform: scale(1.3) translateX(15%);
  transform: scale(1.3) translateX(15%);
  position: relative;
  z-index: 0;
  width: 100%;
  margin-top: 300px; }

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale(1) rotateX(56deg) rotateY(0deg) rotate(-35deg);
  transform: scale(1) rotateX(56deg) rotateY(0deg) rotate(-35deg); }
  @media (min-width: 750px) {
    .flex-box {
      -webkit-transform-origin: 0 100%;
      transform-origin: 0 100%;
      -webkit-transform: translateY(-86.5%) rotateX(56deg) rotateY(0deg) rotate(-35deg);
      transform: translateY(-86.5%) rotateX(56deg) rotateY(0deg) rotate(-35deg); } }
  @media (min-width: 375px) {
    .flex-box {
      -webkit-transform-origin: 131% 51%;
      transform-origin: 131% 51%; } }
  .flex-box .flex-item {
    display: inline-block;
    width: 330px;
    height: 220px;
    margin: 12px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    outline: none; }
    .flex-box .flex-item:nth-child(4) {
      margin-left: -200px; }
    .flex-box .flex-item:hover .item-inner-container {
      -webkit-box-shadow: 5px 25px 25px rgba(0, 0, 0, 0.2);
              box-shadow: 5px 25px 25px rgba(0, 0, 0, 0.2);
      -webkit-transform: translate3d(2%, -13%, -20vh);
      transform: translate3d(2%, -13%, -20vh);
      -webkit-transition: all 0.2s cubic-bezier(0.11, 0.83, 0.29, 0.83);
      transition: all 0.2s cubic-bezier(0.11, 0.83, 0.29, 0.83); }
    .flex-box .flex-item .item-inner-container {
      -webkit-box-shadow: 15px 10px 25px rgba(0, 0, 0, 0.2);
              box-shadow: 15px 10px 25px rgba(0, 0, 0, 0.2);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: all 0.2s cubic-bezier(0.11, 0.83, 0.29, 0.83);
      transition: all 0.2s cubic-bezier(0.11, 0.83, 0.29, 0.83);
      display: block;
      position: relative;
      line-height: 0;
      background: transparent;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      overflow: hidden;
      width: 330px;
      height: 220px; }
      .flex-box .flex-item .item-inner-container a {
        display: block;
        position: relative;
        overflow: hidden;
        width: 330px;
        height: 220px; }
        .flex-box .flex-item .item-inner-container a span {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #ececee;
          opacity: .15; }
        .flex-box .flex-item .item-inner-container a img {
          display: block;
          width: 100%;
          height: auto; }

.process-tabs {
  margin-top: -460px;
  background-color: #f5f7fa;
  position: relative;
  z-index: 10; }
  @media (max-width: 959px) {
    .process-tabs {
      margin-top: 0; }
      .process-tabs .row {
        display: block; } }

.process-vertical-tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  font-family: "Merriweather", serif; }
  @media (max-width: 959px) {
    .process-vertical-tabs {
      display: none; } }
  .process-vertical-tabs li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative; }
  .process-vertical-tabs:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #3f4359; }
  .process-vertical-tabs a {
    display: block;
    padding: 5px 20px; }
    .process-vertical-tabs a:after {
      content: "";
      display: block;
      position: absolute;
      top: -2px;
      left: 0px;
      width: 4px;
      height: 100%;
      background-color: transparent;
      -webkit-transform: skewX(0deg) skewY(-40deg);
              transform: skewX(0deg) skewY(-40deg);
      z-index: 2; }
    .process-vertical-tabs a, .process-vertical-tabs a:link, .process-vertical-tabs a:visited {
      color: #3f4359; }
    .process-vertical-tabs a:hover, .process-vertical-tabs a:active {
      color: #fe4b45; }
    .process-vertical-tabs a.active {
      color: #fe4b45; }
      .process-vertical-tabs a.active:after {
        background-color: #fe4b45; }

.tab-container {
  background-color: transparent;
  color: #ffffff;
  padding: 0 0;
  text-align: left; }
  .tab-container h3 {
    padding-bottom: 20px; }
  .tab-container .tab-content {
    display: none; }
    @media (max-width: 959px) {
      .tab-container .tab-content {
        display: block;
        margin-top: 40px; } }
    .tab-container .tab-content.active {
      display: block; }

.ux-30 {
  margin-top: 0;
  color: #ffffff;
  position: relative; }
  .ux-30 .overlay {
    background-color: rgba(43, 92, 125, 0.95);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .ux-30 h2, .ux-30 h3 {
    color: #ffffff;
    font-size: 36px !important;
    padding-top: 30px; }
  .ux-30 h4 {
    margin: 20px 0 10px;
    color: #00A2E5; }
  .ux-30 a, .ux-30 a:link, .ux-30 a:visited {
    color: #00A2E5;
    white-space: nowrap; }
  .ux-30 a:hover, .ux-30 a:active {
    color: #00A2E5;
    text-decoration: underline; }

.portfolio_content {
  margin-bottom: 20px; }
  @media (max-width: 959px) {
    .portfolio_content .row {
      display: block; } }
  .portfolio_content .portfolio-image-container {
    position: relative; }
    @media (max-width: 959px) {
      .portfolio_content .portfolio-image-container {
        margin-bottom: 20px; } }
    .portfolio_content .portfolio-image-container:hover .image-description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: all 0.45s ease-in-out;
      transition: all 0.45s ease-in-out;
      opacity: 1; }
    .portfolio_content .portfolio-image-container img {
      display: block;
      width: 100%;
      height: auto; }
    .portfolio_content .portfolio-image-container .image-description {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 0;
      -ms-flex-line-pack: center;
          align-content: center;
      background-color: rgba(0, 0, 0, 0.8);
      color: #ffffff;
      font-family: "Merriweather", serif;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 30px;
      padding: 20px 20px;
      line-height: 42px;
      -webkit-transition: all 0.45s ease-in-out;
      transition: all 0.45s ease-in-out; }
      .portfolio_content .portfolio-image-container .image-description span {
        display: block;
        text-align: center;
        width: 100%; }

.case-study-section {
  padding: 60px 0 80px; }
  .case-study-section .section__header {
    padding-bottom: 50px; }
  .case-study-section .featured-case-study__text {
    margin-bottom: 30px; }
  .case-study-section h2 {
    border-top: 1px solid #fe4b45;
    padding-top: 14px;
    color: #2b5c7d;
    margin-right: 30px;
    margin-top: 24px;
    padding-top: 20px; }
  .case-study-section .skewed-block__quote {
    max-width: 650px;
    margin-bottom: 0px; }

.logo-section {
  padding: 0;
  margin-bottom: -60px; }
  .logo-section img {
    width: auto;
    height: 82px; }

.web-page-preview {
  width: 100%;
  height: auto;
  overflow: visible;
  margin-top: 80px;
  position: relative;
  border: 1px solid #9f9fa5; }
  .web-page-preview .page-caption {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(111, 114, 131, 0.8);
    z-index: 10;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 2px 12px;
    display: block; }
  .web-page-preview img {
    display: block;
    width: 100%;
    height: auto; }

.full-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.technology-module-box__content,
.card--services,
.card__executives,
.card--team-member,
.additional-section .skewed-block,
.featured-case-study__column {
  position: relative; }
  .technology-module-box__content .box-link,
  .card--services .box-link,
  .card__executives .box-link,
  .card--team-member .box-link,
  .additional-section .skewed-block .box-link,
  .featured-case-study__column .box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer; }

.card__executives .card__biography,
.card--team-member .card__biography {
  display: none; }

.fancybox-slide .card--clipped.fancybox-content {
  height: auto !important; }

@media (max-width: 959px) {
  .fancybox-slide .card--clipped-bg {
    padding: 0 !important; } }

.fancybox-slide .card {
  max-width: 1032px; }
  .fancybox-slide .card .row {
    -webkit-box-align: initial !important;
        -ms-flex-align: initial !important;
            align-items: initial !important; }
    @media (max-width: 959px) {
      .fancybox-slide .card .row {
        margin: 0; } }
  .fancybox-slide .card .card__profile-position {
    font-weight: 700;
    letter-spacing: 2px;
    padding-top: 6px;
    font-size: 14px;
    color: #2b5c7d; }
  .fancybox-slide .card .card__profile-image {
    width: 240px;
    height: 240px; }
    @media (max-width: 959px) {
      .fancybox-slide .card .card__profile-image {
        margin: 0 auto; } }
  .fancybox-slide .card .profile-image {
    width: 240px; }
    .fancybox-slide .card .profile-image img {
      width: 100%; }
  .fancybox-slide .card .fancybox-close-small {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .fancybox-slide .card .card--clipped-bg-3 {
    background: transparent;
    padding: 20px; }
  .fancybox-slide .card .content {
    width: calc(100% - 240px);
    padding: 0 40px; }
    @media (max-width: 959px) {
      .fancybox-slide .card .content {
        width: 100%;
        padding: 0; } }

.fancybox-slide .card__executives,
.fancybox-slide .card--team-member {
  margin-bottom: 12px; }
  @media (max-width: 959px) {
    .fancybox-slide .card__executives .card__content,
    .fancybox-slide .card--team-member .card__content {
      padding: 0; } }
  .fancybox-slide .card__executives .card__biography,
  .fancybox-slide .card--team-member .card__biography {
    display: block; }
  .fancybox-slide .card__executives .box-link,
  .fancybox-slide .card--team-member .box-link {
    display: none; }
  .fancybox-slide .card__executives h4,
  .fancybox-slide .card--team-member h4 {
    font-size: 24px;
    padding-top: 20px; }

.card--services-column.active .card--services .background-overlay {
  background-color: rgba(43, 92, 125, 0.3) !important; }
  .card--services-column.active .card--services .background-overlay.darker-version {
    background-color: #3f4359 !important; }

.card--services-column.active .card--services h4,
.card--services-column.active .card--services p {
  color: #ffffff !important; }

@media (max-width: 959px) {
  .card--services-column .card--services .background-overlay {
    background-color: rgba(43, 92, 125, 0.3) !important; }
    .card--services-column .card--services .background-overlay.darker-version {
      background-color: #3f4359 !important; }
    .card--services-column .card--services .background-overlay h4,
    .card--services-column .card--services .background-overlay p {
      color: #ffffff !important; }
  .card--services h4 {
    font-size: 24px; } }

.card--services h4 {
  font-family: "Lato", sans-serif; }

@media (max-width: 959px) {
  .featured-case-study__column {
    padding-bottom: 24px;
    padding-right: 24px; } }

.short-info-holder .featured-case-study__column .featured-case-study {
  padding-top: 90px;
  background-size: cover;
  background-position: center center; }

p + ul,
p + ol {
  font-size: 16px;
  line-height: 180%;
  color: #3f4359; }

.secondary-image-container {
  display: block;
  position: relative;
  margin-bottom: 60px; }
  @media (max-width: 959px) {
    .secondary-image-container {
      margin: 20px auto 60px !important;
      max-width: 500px; } }
  .secondary-image-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: #2b5c7d;
    -webkit-transform: skewY(-4.2deg);
            transform: skewY(-4.2deg);
    -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.08), 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    overflow: hidden;
    position: absolute;
    bottom: -20px; }
  .secondary-image-container.secondary-image-container-cobalt {
    background: #2b5c7d; }
  .secondary-image-container.secondary-image-container-red {
    background: #fe4b45; }
  .secondary-image-container + .sidebar-list {
    margin-bottom: 90px; }

.text-only-section {
  padding: 10px 0; }

.article .section__content .text {
  padding-right: 30px; }
  @media (max-width: 959px) {
    .article .section__content .text {
      padding-right: 0; } }

.page-id-412 .section.text-only-section .article h2 {
  font-weight: normal;
  font-size: 36px; }

.page-id-412 .section.text-only-section .article p {
  color: #2b5c7d; }

.page-id-412 .section.text-only-section .article .col-md-12 {
  max-width: 800px;
  margin: 0 auto 40px; }

.vertical-centering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.page-id-464 .hero-block__title {
  max-width: 300px; }

.page-id-464 .align-start h3 {
  font-family: "Lato", sans-serif; }

.card--team-member .card__profile-title {
  color: #3f4359; }

.card--team-member .card__content {
  min-height: 305px; }

.page-id-415 .text-only-section .text-left {
  max-width: 50%; }
  .page-id-415 .text-only-section .text-left h2 {
    color: #3f4359; }

.title-container {
  margin-bottom: 30px; }

.wordmark {
  width: 36px;
  height: 36px;
  position: absolute;
  top: -18px;
  right: 10px; }
  .wordmark.wordmark--circle {
    border-radius: 50%; }
  .wordmark.wordmark--cobalt {
    background-color: #2b5c7d; }
  .wordmark svg {
    padding: 8px; }
    .wordmark svg path {
      fill: #ffffff; }

.tribe-events-user-recurrence-toggle,
.tribe-bar-disabled,
#tribe-events-header {
  display: none !important; }

#tribe-events-content-wrapper,
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
  max-width: initial !important;
  width: 100%; }

.tribe-events-list-separator-month {
  font-size: 24px !important; }

.tribe-events-event-image {
  width: 100% !important;
  float: none; }

.tribe-events-list .type-tribe_events,
.tribe-events-list .type-tribe_events:first-of-type,
.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
  margin: 0 !important;
  padding: 0 !important; }

.tribe-events-list-separator-month {
  margin: 0 !important;
  padding: 20px 0 40px !important;
  font-size: 20px !important;
  line-height: 28px !important;
  color: #fe4b45 !important;
  text-align: left !important; }
  .tribe-events-list-separator-month span {
    padding: 0 !important;
    background-color: transparent !important; }
  .tribe-events-list-separator-month:after {
    display: none !important; }

.menu-widget-class-widget_wpmegamenu_pro_linkimage {
  border-radius: 0 !important; }

.featherlight .featherlight-content {
  overflow: auto !important;
  width: 80% !important; }
  .featherlight .featherlight-content img {
    width: 100% !important;
    height: auto !important; }

.featherlight-close {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.spacing-pt-10 {
  padding-top: 10px; }

.spacing-pt-20 {
  padding-top: 20px; }

.spacing-pt-30 {
  padding-top: 30px; }

.spacing-pt-40 {
  padding-top: 40px; }

.spacing-pt-50 {
  padding-top: 50px; }

.spacing-pt-60 {
  padding-top: 60px; }

.spacing-pb-10 {
  padding-bottom: 10px !important; }

.spacing-pb-20 {
  padding-bottom: 20px !important; }

.spacing-pb-30 {
  padding-bottom: 30px !important; }

.spacing-pb-40 {
  padding-bottom: 40px !important; }

.spacing-pb-50 {
  padding-bottom: 50px !important; }

.spacing-pb-60 {
  padding-bottom: 60px !important; }

.spacing-mt-10 {
  margin-top: 10px; }

.spacing-mt-20 {
  margin-top: 20px; }

.spacing-mt-30 {
  margin-top: 30px; }

.spacing-mt-40 {
  margin-top: 40px; }

.spacing-mt-50 {
  margin-top: 50px; }

.spacing-mt-60 {
  margin-top: 60px; }

.spacing-mb-10 {
  margin-bottom: 10px !important; }

.spacing-mb-20 {
  margin-bottom: 20px !important; }

.spacing-mb-30 {
  margin-bottom: 30px !important; }

.spacing-mb-40 {
  margin-bottom: 40px !important; }

.spacing-mb-50 {
  margin-bottom: 50px !important; }

.spacing-mb-60 {
  margin-bottom: 60px !important; }

.filters-bar .searchandfilter ul {
  margin: 0;
  padding: 0; }
  .filters-bar .searchandfilter ul:before, .filters-bar .searchandfilter ul:after {
    content: "";
    display: table; }
  .filters-bar .searchandfilter ul:after {
    clear: both; }
  .filters-bar .searchandfilter ul li {
    display: block;
    float: left;
    padding: 0; }
    .filters-bar .searchandfilter ul li.sf-field-post_date {
      width: 240px;
      margin-right: 20px; }
      .filters-bar .searchandfilter ul li.sf-field-post_date label:after {
        display: block;
        content: "+";
        position: absolute;
        left: 22px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #00A2E5;
        font-family: "atypon" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        content: "";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .filters-bar .searchandfilter ul li.sf-field-post_date label input {
        padding-left: 54px !important; }
    .filters-bar .searchandfilter ul li.sf-field-search {
      width: calc(100% - 270px); }
      .filters-bar .searchandfilter ul li.sf-field-search label, .filters-bar .searchandfilter ul li.sf-field-search input {
        width: 100%; }
      .filters-bar .searchandfilter ul li.sf-field-search label:after {
        display: block;
        content: "-";
        position: absolute;
        right: 22px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #00A2E5;
        font-family: "atypon" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        content: "";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .filters-bar .searchandfilter ul li.sf-field-search input {
        padding-right: 54px; }
    .filters-bar .searchandfilter ul li label {
      position: relative; }
    .filters-bar .searchandfilter ul li input {
      margin-bottom: 0;
      border-radius: 24px; }

.ui-datepicker {
  z-index: 10000 !important; }

.ui-datepicker-title select {
  padding: 6px 8px !important;
  height: auto;
  margin: 1px !important; }

.page-id-8337 .article .text-left h2 {
  padding-bottom: 20px; }

.card__content.citation:before {
  top: -35px; }

.grayscale-images img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  width: 100%; }
  .wp-pagenavi span {
    width: 36px;
    height: 36px;
    padding: 0 6px;
    border-radius: 32px;
    text-align: center;
    margin: 0 3px; }
    .wp-pagenavi span.current {
      color: #ffffff;
      background-color: #2b5c7d;
      border: 1px solid #2b5c7d; }
  .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
    text-align: center;
    width: 36px;
    height: 36px;
    padding: 0 6px;
    border-radius: 32px;
    margin: 0 3px;
    color: #2b5c7d;
    background-color: #ffffff;
    border: 1px solid #2b5c7d; }
  .wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi a:focus {
    color: #ffffff;
    background-color: #2b5c7d;
    border: 1px solid #2b5c7d; }
  .wp-pagenavi a.previouspostslink {
    width: auto;
    padding: 0 12px; }
  .wp-pagenavi a.nextpostslink {
    width: auto;
    padding: 0 12px; }

.callout-box {
  background-color: #fe4b45;
  margin-top: 40px;
  margin-bottom: 40px; }
  .callout-box .card--clipped-bg-3 {
    padding: 0 !important;
    width: calc(100% + 1px); }
  .callout-box .card__content {
    background-color: #f4f4f4;
    color: #2b5c7d; }
    .callout-box .card__content h1, .callout-box .card__content h2, .callout-box .card__content h3, .callout-box .card__content h4, .callout-box .card__content h5, .callout-box .card__content h6, .callout-box .card__content p, .callout-box .card__content ol, .callout-box .card__content li {
      color: #2b5c7d; }

.four-oh-four {
  margin-top: 120px; }
  .four-oh-four a {
    font-weight: 700;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    line-height: 2; }

.tribe-event-schedule-details .tribe-events-venue-details {
  display: inline !important;
  color: #fe4b45;
  font-weight: 700;
  font-style: normal; }
  .tribe-event-schedule-details .tribe-events-venue-details a, .tribe-event-schedule-details .tribe-events-venue-details a:link, .tribe-event-schedule-details .tribe-events-venue-details a:visited, .tribe-event-schedule-details .tribe-events-venue-details a:hover, .tribe-event-schedule-details .tribe-events-venue-details a:active {
    pointer-events: none;
    color: #fe4b45;
    font-weight: 700;
    font-style: normal; }

.tribe-event-schedule-details .tribe-address {
  display: none; }

.card__image.no-border {
  border: 0; }

.list-of-links__item.sub_item {
  background-color: #ffffff !important;
  padding: 12px 44px;
  border: 1px solid #f4f4f4;
  margin-top: -8px;
  display: none; }

.list-of-links__item.active .list-of-links__link:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 32%; }

.section .article h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 6px;
  margin-top: 0; }
  @media (max-width: 959px) {
    .section .article h2 {
      font-size: 20px;
      line-height: 160%; } }

.office-chooser {
  margin-bottom: 60px; }
  .office-chooser a {
    cursor: pointer; }
  .office-chooser .office-section-title a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    color: #00A2E5;
    letter-spacing: 1px;
    pointer-events: none; }

.accordion-section {
  padding-bottom: 20px; }
  .accordion-section + .accordion-section {
    padding-top: 0;
    padding-bottom: 20px; }
  .accordion-section:last-of-type {
    padding-bottom: 46px; }
  .accordion-section + .section:not(.accordion-section) {
    margin-top: 46px; }

.testimonial-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.office:not(.office-section-title) {
  margin-bottom: 60px; }

.office-section-title h4 {
  font-size: 26px; }

.article-preview-container {
  min-height: 185px;
  position: relative; }

.technology-modules {
  padding-top: 0 !important; }
  @media (max-width: 959px) {
    .technology-modules .row {
      display: block; } }

body.admin-bar .fancybox-infobar,
body.admin-bar .fancybox-toolbar {
  top: 32px; }

.skewed-block--stats ul li,
.skewed-block--stats p + ul li {
  color: #ffffff; }

.arrow-section {
  padding-top: 70px; }

.posts-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #9f9fa5;
  margin-top: 40px;
  font-size: 12px;
  line-height: 160%; }
  .posts-navigation > div {
    padding: 20px 10px;
    width: 50%; }
    .posts-navigation > div:first-child {
      text-align: left; }
    .posts-navigation > div:last-child {
      text-align: right; }

.section--bg + .services-chooser {
  padding-top: 48px; }

@media (max-width: 959px) {
  .wp-mega-toggle-block {
    display: none !important; }
  #wpmega-menu-main-menu {
    display: block;
    padding: 40px 20px 20px; }
    #wpmega-menu-main-menu div,
    #wpmega-menu-main-menu ul,
    #wpmega-menu-main-menu li {
      position: relative !important;
      width: 100% !important;
      float: none !important;
      height: auto !important;
      margin: 0 !important;
      text-align: left !important;
      display: block !important; }
    #wpmega-menu-main-menu .widget_text,
    #wpmega-menu-main-menu .menu-widget-class-widget_wpmegamenu_pro_linkimage {
      display: none !important; }
  .wp-mega-menu-link {
    color: #3f4359 !important; }
  .arrows-descriptive-list {
    background-image: none !important; }
  section.section {
    margin-top: 24px !important; }
  .text .skewed-block.skewed-block__dark-gray {
    margin: 0 !important;
    position: static;
    right: 0; } }

.section--blog-listing .post-row .col-md-4 .skewed-block__secondary {
  margin-top: -30px; }

.whats-new-section h3 {
  font-size: 17px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: "Lato", sans-serif; }
  @media screen and (max-height: 800px) {
    .whats-new-section h3 {
      font-size: 16px; } }

.whats-new-section img {
  max-width: 220px;
  width: auto; }

.page-id-864 .additional-section .skewed-block {
  bottom: -16px; }

.page-id-405 .hero-block + section {
  padding-bottom: 0; }

.col-md-6 + .col-md-6 .text h5 {
  padding-top: 24px; }

.portfolio h2 {
  padding-bottom: 36px;
  padding-top: 36px; }

.section.call-to-action-section {
  padding-top: 0 !important; }

.section--bg + .call-to-action-section {
  margin-top: -12px; }

.hero-block__content p {
  padding-bottom: 0 !important; }

.page-id-447 .featured-case-study {
  padding-top: 0;
  margin-top: -12px; }

.testimonial-content-section {
  padding-top: 0;
  margin-top: -12px; }

.current-page-ancestor > .wp-mega-menu-link,
.current_page_item > .wp-mega-menu-link {
  color: #00A2E5 !important; }

.page-id-735 .hero-block .enlarged-subtitle {
  font-size: 20px; }

@media (min-width: 960px) {
  .page-id-1472 .hero-block + .section + .section {
    position: absolute;
    width: 100%; } }

.signature-instructions-main-title {
  margin-bottom: 20px !important; }

.signature-instructions p.small,
.signature-instructions ul,
.signature-instructions ol {
  font-size: 12px !important;
  color: #6f7283 !important;
  line-height: 140% !important; }

.signature-preview {
  width: 100% !important;
  border: 1px solid #9f9fa5 !important;
  padding: 20px !important; }

.html-signature-preview {
  width: 100% !important;
  border: 1px solid #9f9fa5;
  padding: 0 !important; }

.html-signature-preview textarea {
  width: 100% !important;
  height: 400px !important;
  font-size: 11px !important;
  line-height: 120% !important;
  color: #3f4359 !important;
  font-family: "Courier New", monospace !important;
  margin-bottom: 0px !important;
  border: 0 !important;
  display: block !important; }
