@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("//hello.myfonts.net/count/3cb908");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'AvenirLTPro-Roman';
  src: url("/wp-content/themes/boodle/build/webfonts/avenirltpro-roman/font.woff2") format("woff2"), url("/wp-content/themes/boodle/build/webfonts/avenirltpro-roman/font.woff") format("woff"); }
@font-face {
  font-family: 'CenturySch-Reg';
  src: url("/wp-content/themes/boodle/build/webfonts/centurysch-reg/font.woff2") format("woff2"), url("/wp-content/themes/boodle/build/webfonts/centurysch-reg/font.woff") format("woff"); }
@font-face {
  font-family: 'BrimNarrow-Combined1';
  src: url("/wp-content/themes/boodle/build/webfonts/brimnarrow-combined/font.woff2") format("woff2"), url("/wp-content/themes/boodle/build/webfonts/brimnarrow-combined/font.woff") format("woff"); }
@font-face {
  font-family: 'BodoniClassic-Roman';
  src: url("/wp-content/themes/boodle/build/webfonts/bodoniclassic-roman/font.woff2") format("woff2"), url("/wp-content/themes/boodle/build/webfonts/bodoniclassic-roman/font.woff") format("woff"); }
h1,
.t-h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    h1,
    .t-h1 {
      font-size: 50px;
      line-height: 70px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    h1,
    .t-h1 {
      font-size: 70px;
      line-height: 90px; } }

h2,
.t-h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  margin: 18px 0; }
  @media only screen and (min-width: 768px) {
    h2,
    .t-h2 {
      font-size: 50px;
      line-height: 65px;
      margin: 0 0 36px 0; } }
  @media (min-width: 992px) and (min-height: 720px) {
    h2,
    .t-h2 {
      font-size: 55px;
      line-height: 70px; } }

h3,
.t-h3, .c-location__title, .c-location__address, .c-location__telephone, .c-location__map, .c-location__map a {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 20px 0;
  color: #0A6169; }
  @media only screen and (min-width: 768px) {
    h3,
    .t-h3, .c-location__title, .c-location__address, .c-location__telephone, .c-location__map, .c-location__map a {
      font-size: 24px;
      line-height: 32px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    h3,
    .t-h3, .c-location__title, .c-location__address, .c-location__telephone, .c-location__map, .c-location__map a {
      font-size: 24px;
      line-height: 32px; } }

h4,
.t-h4 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin: 25px 0 5px;
  color: #0A6169; }
  @media only screen and (min-width: 768px) {
    h4,
    .t-h4 {
      font-size: 24px;
      line-height: 32px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    h4,
    .t-h4 {
      font-size: 24px;
      line-height: 32px; } }

h5,
.t-h5 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px; }
  @media only screen and (min-width: 768px) {
    h5,
    .t-h5 {
      font-size: 25px;
      line-height: 30px; } }
  @media only screen and (min-width: 992px) {
    h5,
    .t-h5 {
      font-size: 30px;
      line-height: 35px;
      margin: 0 0 20px 0; } }

h6,
.t-h6 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 20px 0;
  color: #0A6169; }
  @media only screen and (min-width: 768px) {
    h6,
    .t-h6 {
      font-size: 34px;
      line-height: 38px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    h6,
    .t-h6 {
      font-size: 34px;
      line-height: 38px; } }

body, p,
ul,
ol,
li,
address,
.h2-sml {
  font-family: "Roboto", sans-serif;
  color: #013A46;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }
  @media only screen and (min-width: 768px) {
    body, p,
    ul,
    ol,
    li,
    address,
    .h2-sml {
      font-size: 16px;
      line-height: 24px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    body, p,
    ul,
    ol,
    li,
    address,
    .h2-sml {
      font-size: 16px;
      line-height: 24px; } }

.t-feature {
  font-size: 60px;
  line-height: 50px; }
  @media (min-width: 992px) and (min-height: 720px) {
    .t-feature {
      font-size: 100px;
      line-height: 90px; } }

.t-caps, .c-career__location, .c-career__experience {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px; }

.t-small, .c-form .errMsg,
.c-form .lengthIndicator, .c-form__label, .c-form__message {
  font-size: 12px;
  line-height: 18px; }
  @media only screen and (min-width: 768px) {
    .t-small, .c-form .errMsg,
    .c-form .lengthIndicator, .c-form__label, .c-form__message {
      font-size: 16px;
      line-height: 26px; } }
  @media (min-width: 992px) and (min-height: 720px) {
    .t-small, .c-form .errMsg,
    .c-form .lengthIndicator, .c-form__label, .c-form__message {
      font-size: 16px;
      line-height: 26px; } }

[data-src] {
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
  [data-src].lazyloaded {
    opacity: 1; }

.hamburger-box {
  margin: 5px 0 0 0; }

::selection {
  color: white;
  background-color: rgba(53, 77, 150, 0.99); }

html {
  box-sizing: border-box;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  width: 100%;
  height: 100%; }

body {
  color: #002A3A;
  font-family: "UniversLTPro-55Roman", sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-color: white; }
  body.has-menu {
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      body.has-menu {
        overflow-y: auto; } }
  @media only screen and (min-width: 992px) {
    body {
      padding: 0; } }

*,
*:before,
*:after {
  box-sizing: inherit; }

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  appearance: none;
  outline: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: normal;
  letter-spacing: 0.1em; }

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

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

.mrgn-lrg {
  margin: 0 0 40px 0; }
  @media only screen and (min-width: 768px) {
    .mrgn-lrg {
      margin: 0 0 60px 0; } }
  @media (min-width: 992px) and (min-height: 720px) {
    .mrgn-lrg {
      margin: 0 0 100px 0; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px !important;
  padding-left: 20px !important; }
  @media only screen and (min-width: 992px) {
    .container-fluid {
      padding-right: 80px !important;
      padding-left: 80px !important; } }
  @media only screen and (min-width: 1200px) {
    .container-fluid {
      padding-right: 150px !important;
      padding-left: 150px !important; } }

.smcx-embed {
  max-width: 100% !important;
  border: 0 !important; }

.smcx-iframe-container {
  max-width: 100% !important; }

.smcx-embed > .smcx-embed-footer {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: inherit;
  letter-spacing: 0; }

h1,
.t-h1 {
  text-transform: none; }

strong,
b {
  font-weight: 600; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #354d96;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  transition: border-color 0.125s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

p,
ul,
ol,
li,
address,
.h2-sml {
  text-transform: none;
  font-weight: 400;
  margin: 0 0 20px 0; }

.h2-sml {
  margin: 20px 0; }

address {
  font-style: normal; }

ul,
ol {
  padding: 0 0 0 20px;
  margin: 20px 0; }
  ul li,
  ol li {
    margin: 5px 0; }

blockquote,
cite {
  font-style: normal;
  padding: 0;
  display: block; }

blockquote {
  margin: 0;
  quotes: "“" "”" "‘" "’"; }
  @media only screen and (min-width: 768px) {
    blockquote {
      padding: 0 0 0 30px; } }
  blockquote > p {
    position: relative; }
    blockquote > p::before, blockquote > p::after {
      color: inherit;
      font-size: inherit; }
      @media only screen and (min-width: 768px) {
        blockquote > p::before, blockquote > p::after {
          position: absolute; } }
    blockquote > p::before {
      content: open-quote; }
      @media only screen and (min-width: 768px) {
        blockquote > p::before {
          left: -30px; } }
    blockquote > p::after {
      content: close-quote; }

.page-theme-navy {
  background-color: #013A46; }

.page-theme-light {
  background-color: #ffffff; }

.page-theme-grey {
  background-color: #C5CCC7; }

.c-section {
  width: 100%;
  padding: 40px 0;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .c-section {
      padding: 60px 0; } }
  @media (min-width: 992px) and (min-height: 720px) {
    .c-section {
      padding: 80px 0; } }
  .c-section.padding-none {
    padding: 0 !important; }
  .c-section.padding-top {
    padding-bottom: 0 !important; }
  .c-section.padding-bottom {
    padding-top: 0 !important; }
  .c-section .wrapper {
    width: 100%;
    max-width: 1800px; }
  .c-section.theme-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: white; }
    .c-section.theme-none + .c-section.theme-none {
      padding-top: 0;
      padding-bottom: 0; }

.theme-light {
  background-color: #ffffff; }
  .theme-light + .theme-light {
    padding-top: 0; }
  .theme-light h1, .theme-light h2, .theme-light h3, .theme-light h4, .theme-light h5 {
    color: #0A6169; }

.theme-grey_light {
  background-color: #C5CCC7;
  color: #8A1538; }
  .theme-grey_light + .theme-grey_light {
    padding-top: 0; }

.theme-burgundy {
  background-color: #8A1538;
  color: #ffffff; }
  .theme-burgundy + .theme-burgundy {
    padding-top: 0; }

.theme-coral {
  background-color: #E86F50; }
  .theme-coral + .theme-coral {
    padding-top: 0; }
  .theme-coral h1, .theme-coral h2, .theme-coral h3, .theme-coral h4, .theme-coral h5 {
    color: #ffffff; }

.theme-teal {
  background-color: #0A6169;
  color: #ffffff; }
  .theme-teal h1, .theme-teal h2, .theme-teal h3, .theme-teal h4, .theme-teal h5, .theme-teal p, .theme-teal a {
    color: #ffffff; }

.theme-navy {
  background-color: #013A46;
  color: #ffffff; }
  .theme-navy h1, .theme-navy h2, .theme-navy h3, .theme-navy h4, .theme-navy h5, .theme-navy p, .theme-navy a {
    color: #ffffff; }

.theme-blue {
  background-color: #1F406A;
  color: #ffffff; }
  .theme-blue h1, .theme-blue h2, .theme-blue h3, .theme-blue h4, .theme-blue h5, .theme-blue p, .theme-blue a {
    color: #ffffff; }

.theme-blue_dark {
  background-color: #1F406A;
  color: #ffffff; }
  .theme-blue_dark h1, .theme-blue_dark h2, .theme-blue_dark h3, .theme-blue_dark h4, .theme-blue_dark h5, .theme-blue_dark p, .theme-blue_dark a {
    color: #ffffff; }

.theme-cyan {
  background-color: #44c1b2;
  color: #ffffff; }
  .theme-cyan h1, .theme-cyan h2, .theme-cyan h3, .theme-cyan h4, .theme-cyan h5, .theme-cyan p, .theme-cyan a {
    color: #ffffff; }

.bg-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: none; }
  .bg-left.mob {
    display: block; }
  @media only screen and (min-width: 768px) {
    .bg-left {
      display: block; } }

.bg-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: none; }
  .bg-right.mob {
    display: block; }
  @media only screen and (min-width: 768px) {
    .bg-right {
      display: block; } }

.width-10 {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .width-10 {
      width: 10%; } }

.width-20 {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .width-20 {
      width: 20%; } }

.width-25 {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .width-25 {
      width: 25%; } }

.width-30 {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .width-30 {
      width: 30%; } }

.width-40 {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .width-40 {
      width: 40%; } }

.width-50 {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .width-50 {
      width: 50%; } }

.width-60 {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .width-60 {
      width: 60%; } }

.width-70 {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .width-70 {
      width: 70%; } }

.width-80 {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .width-80 {
      width: 90%; } }
  @media only screen and (min-width: 992px) {
    .width-80 {
      width: 80%; } }

.width-90 {
  width: 100%; }
  @media only screen and (min-width: 992px) {
    .width-90 {
      width: 90%; } }

.width-100 {
  width: 100%; }

.border-t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #ffffff;
  opacity: 0.3; }
  .border-t.navy {
    border-top: 1px solid #013A46; }
  .border-t.burgundy {
    border-top: 1px solid #8A1538; }

.border-b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #ffffff;
  opacity: 0.3; }

.btn-wrapper {
  display: block; }
  .btn-wrapper.lrg {
    margin-top: 60px; }

.back-to-top {
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 100%;
  height: 46px;
  position: fixed;
  bottom: 30px;
  left: 10px;
  width: 50px;
  height: 50px;
  background-color: #FCCF03;
  color: #013A46;
  background-image: url(/wp-content/themes/boodle/build/img/arrow-up-green.svg);
  background-position: center center;
  background-size: 16px;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 992px) {
    .back-to-top {
      display: none !important; } }

.loadmore-container {
  display: flex;
  justify-content: center;
  margin: 60px 0; }
  .loadmore-container .load-more {
    text-decoration: underline;
    color: #013A46;
    cursor: pointer; }
    .loadmore-container .load-more svg {
      padding: 1px;
      margin-left: 10px; }
      .loadmore-container .load-more svg path, .loadmore-container .load-more svg circle {
        stroke: #013A46; }

.page-theme-navy .loadmore-container .load-more {
  color: #FCCF03; }
  .page-theme-navy .loadmore-container .load-more svg {
    padding: 1px; }
    .page-theme-navy .loadmore-container .load-more svg path, .page-theme-navy .loadmore-container .load-more svg circle {
      stroke: #FCCF03; }

.page-theme-grey .loadmore-container .load-more {
  color: #013A46; }
  .page-theme-grey .loadmore-container .load-more svg {
    padding: 1px; }
    .page-theme-grey .loadmore-container .load-more svg path, .page-theme-grey .loadmore-container .load-more svg circle {
      stroke: #013A46; }

.cta {
  border: 0;
  border-radius: 30px;
  line-height: 100%;
  letter-spacing: 0;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  background: #ffffff;
  pointer-events: all;
  transition: all 0.2s ease-out;
  text-align: center;
  padding: 14px 22px;
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .cta {
      min-width: 196px;
      padding: 16px 38px;
      font-size: 20px; } }
  .cta:hover {
    background: #d2d2d2; }
  .cta.cta-comet {
    color: #ffffff; }
  .cta.cta-dark-grey {
    color: #ffffff; }
    .cta.cta-dark-grey:hover {
      background: #000000; }
  .cta__white {
    border-color: white;
    color: white !important; }
  .cta__blue {
    border-color: #354d96;
    color: #354d96 !important; }
  .cta__red-white {
    color: white !important;
    background: transparent; }
    .cta__red-white:hover {
      border-color: !important; }

.the-arrow {
  width: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.the-arrow.-left {
  position: absolute;
  top: 130%;
  left: 0; }

.the-arrow.-left > .shaft {
  width: 0;
  background-color: #ffffff; }

.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #ffffff; }

.the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
  transform: rotate(0); }

.the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
  transform: rotate(0); }

.the-arrow.-right {
  top: 3px;
  display: none; }

.the-arrow.-right > .shaft {
  width: 1px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg); }

.the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg); }

.the-arrow > .shaft {
  background-color: #ffffff;
  display: block;
  height: 1px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  will-change: transform; }

.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
  transition-delay: 0; }

.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
  transform-origin: top right; }

.the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right; }

.animated-arrow {
  display: block !important;
  max-width: 100px;
  color: #ffffff;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .animated-arrow .default {
    position: absolute;
    top: 130%;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    transition: all 1s ease-in-out;
    opacity: 1; }
  .animated-arrow:hover {
    color: #ffffff; }

.animated-arrow:hover > .default {
  opacity: 0;
  transition: all 0s ease-in-out; }

.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 110px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background-color: #ffffff; }

.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background-color: #ffffff; }

.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg); }

.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg); }

.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition-delay: 0;
  transition-delay: 0; }

.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }

.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
  transform: rotate(0); }

.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
  transform: rotate(0); }

.animated-arrow > .main {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.animated-arrow > .main > .text {
  margin: 0;
  line-height: 1; }

.animated-arrow > .main > .the-arrow {
  position: relative; }

.animation-circle-link {
  position: relative;
  padding-right: 40px;
  display: flex !important;
  min-height: 30px;
  align-items: center;
  max-width: 130px; }
  .animation-circle-link.lrg {
    max-width: 160px; }
  .animation-circle-link.x-lrg {
    max-width: 200px; }
  .animation-circle-link.x-lrg2 {
    max-width: 230px; }
  .animation-circle-link.x-lrg3 {
    max-width: 260px; }
  .animation-circle-link.full {
    max-width: 100%; }
  .animation-circle-link.align-center {
    margin: 0 auto !important; }
  .animation-circle-link.navy:hover svg path {
    stroke: #013A46; }
  .animation-circle-link.navy:hover .animation-circle {
    color: #013A46; }
    .animation-circle-link.navy:hover .animation-circle::before {
      border-top-color: #013A46;
      border-right-color: #013A46;
      border-bottom-color: #013A46;
      transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s; }
    .animation-circle-link.navy:hover .animation-circle::after {
      border-top: 1px solid #013A46;
      border-left-width: 1px;
      border-right-width: 1px;
      transform: rotate(270deg);
      transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s; }
  .animation-circle-link.yellow:hover svg path {
    stroke: #FCCF03; }
  .animation-circle-link.yellow:hover .animation-circle {
    color: #FCCF03; }
    .animation-circle-link.yellow:hover .animation-circle::before {
      border-top-color: #FCCF03;
      border-right-color: #FCCF03;
      border-bottom-color: #FCCF03;
      transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s; }
    .animation-circle-link.yellow:hover .animation-circle::after {
      border-top: 1px solid #FCCF03;
      border-left-width: 1px;
      border-right-width: 1px;
      transform: rotate(270deg);
      transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s; }
  .animation-circle-link svg {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px; }
  .animation-circle-link .animation-circle {
    background: none;
    border: 0;
    box-sizing: border-box;
    z-index: 2;
    box-shadow: inset 0 0 0 2px #ffffff;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: middle;
    border-radius: 100%;
    box-shadow: none;
    width: 30px;
    height: 30px;
    padding: 0; }
    .animation-circle-link .animation-circle::before, .animation-circle-link .animation-circle::after {
      border-radius: 100%;
      box-sizing: inherit;
      content: '';
      position: absolute;
      width: 30px;
      height: 30px;
      top: 0;
      left: 0; }
    .animation-circle-link .animation-circle::before {
      border: 1px solid transparent; }
    .animation-circle-link .animation-circle::after {
      border: 0 solid transparent; }
  .animation-circle-link:hover svg path {
    stroke: #ffffff; }
  .animation-circle-link:hover .animation-circle {
    color: #ffffff; }
    .animation-circle-link:hover .animation-circle::before {
      border-top-color: #ffffff;
      border-right-color: #ffffff;
      border-bottom-color: #ffffff;
      transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s; }
    .animation-circle-link:hover .animation-circle::after {
      border-top: 1px solid #ffffff;
      border-left-width: 1px;
      border-right-width: 1px;
      transform: rotate(270deg);
      transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s; }

.c-career {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .c-career .back-col {
      text-align: right; } }
  .c-career__title {
    margin: 40px 0 0 0; }
  .c-career__experience {
    margin: 10px 0 40px 0; }
  .c-career__apply {
    margin-top: 40px; }
    @media only screen and (min-width: 576px) {
      .c-career__apply {
        margin-top: 60px; } }
    @media only screen and (max-width: 575px) {
      .c-career__apply .c-button {
        width: 100%; } }

.c-face {
  width: 65px;
  height: 30px;
  position: relative;
  z-index: 10000;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  .c-face__eye {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border: 4px solid #354d96;
    border-radius: 50%;
    position: relative; }
  .c-face__iris {
    background-color: transparent;
    width: 15px;
    height: 15px;
    padding: 3px 0 0 0;
    position: absolute;
    left: calc(50% - 7px);
    top: -3.5px;
    transform-origin: bottom;
    display: flex;
    justify-content: center; }
  .c-face__pupil {
    width: 10px;
    height: 10px;
    background-color: #354d96;
    border-radius: 50%; }

.c-footer {
  width: 100%;
  padding: 50px 0 0 0; }
  @media print {
    .c-footer {
      display: none; } }
  .c-footer .video-bg {
    margin: 0 auto 40px;
    max-width: 1460px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 39.9%; }
    @media only screen and (min-width: 992px) {
      .c-footer .video-bg {
        padding-top: 32.9%; } }
    .c-footer .video-bg iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .c-footer .footer-map-sep {
    display: block;
    border-bottom: 1px solid #ffffff;
    padding: 1px 0 0 0;
    margin: 60px 0 0 0;
    opacity: 0.6; }
  .c-footer .map {
    width: 100%; }
  .c-footer .footer-contact-details {
    position: relative;
    padding: 20px 0 0 0; }
    .c-footer .footer-contact-details a.lrg {
      display: block; }
    .c-footer .footer-contact-details.info {
      margin-top: 50px; }
    .c-footer .footer-contact-details .border-t {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      border-top: 1px solid #ffffff;
      opacity: 0.6; }
    .c-footer .footer-contact-details .contact-details {
      display: block;
      font-family: "Playfair Display", serif;
      font-size: 20px;
      line-height: 30px;
      margin: 0 0 20px; }
      @media only screen and (min-width: 768px) {
        .c-footer .footer-contact-details .contact-details {
          font-size: 37px;
          line-height: 50px;
          margin: 0 0 40px; } }
    .c-footer .footer-contact-details .details {
      display: block;
      margin: 0 0 20px; }
      .c-footer .footer-contact-details .details span {
        display: block; }
      .c-footer .footer-contact-details .details a {
        color: #44c1b2;
        text-decoration: underline; }
    .c-footer .footer-contact-details .contact-link {
      display: block;
      margin: 0 0 15px; }
      .c-footer .footer-contact-details .contact-link svg {
        padding: 1px;
        margin: 0 0 0 10px; }
      .c-footer .footer-contact-details .contact-link a:hover {
        color: #44c1b2; }
        .c-footer .footer-contact-details .contact-link a:hover svg {
          padding: 1px; }
  .c-footer .footer-sub {
    margin: 20px 0 0 0;
    padding: 30px 0 20px;
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .c-footer .footer-sub {
        margin: 65px 0 0 0;
        padding: 40px 0; } }
    .c-footer .footer-sub .sra {
      position: relative;
      margin: 20px 0;
      right: 0;
      max-width: 180px;
      max-height: 163px; }
      @media only screen and (min-width: 768px) {
        .c-footer .footer-sub .sra {
          position: absolute;
          right: 15px;
          bottom: 0;
          width: 180px;
          max-width: 275px; } }
    .c-footer .footer-sub .certified-plus {
      position: relative;
      margin: 20px 0;
      right: 0;
      max-width: 150px;
      max-height: 150px; }
      @media only screen and (min-width: 768px) {
        .c-footer .footer-sub .certified-plus {
          position: absolute;
          right: 200px;
          bottom: 0;
          width: 150px; } }
    .c-footer .footer-sub .chalk {
      display: block;
      font-size: 14px;
      padding: 0;
      color: #d1f9f9; }
      @media only screen and (min-width: 768px) {
        .c-footer .footer-sub .chalk {
          position: absolute;
          bottom: -35px;
          right: 20px; } }
    .c-footer .footer-sub .footer-navigation-container {
      display: block; }
      @media only screen and (min-width: 768px) {
        .c-footer .footer-sub .footer-navigation-container {
          display: flex;
          padding-right: 350px; } }
      .c-footer .footer-sub .footer-navigation-container .nav-container {
        flex-grow: 1;
        flex-basis: 0;
        padding-top: 15px; }
        @media only screen and (min-width: 768px) {
          .c-footer .footer-sub .footer-navigation-container .nav-container {
            padding-top: 0; } }
        .c-footer .footer-sub .footer-navigation-container .nav-container p {
          margin: 0; }
        .c-footer .footer-sub .footer-navigation-container .nav-container .footer-nav-link {
          display: block;
          font-size: 16px;
          margin: 0; }
          @media only screen and (min-width: 768px) {
            .c-footer .footer-sub .footer-navigation-container .nav-container .footer-nav-link {
              margin: 0 0 8px 0; } }
        .c-footer .footer-sub .footer-navigation-container .nav-container ul {
          margin: 0;
          padding: 0; }
          .c-footer .footer-sub .footer-navigation-container .nav-container ul li {
            margin: 0;
            padding: 0;
            list-style: none; }
            .c-footer .footer-sub .footer-navigation-container .nav-container ul li a {
              font-size: 14px;
              margin: 0;
              padding: 0;
              color: #d1f9f9; }
  .c-footer .footer-links-container {
    position: relative;
    display: block;
    padding: 15px 0; }
    @media only screen and (min-width: 992px) {
      .c-footer .footer-links-container {
        display: flex; } }
    .c-footer .footer-links-container .border-t {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      border-top: 1px solid #ffffff;
      opacity: 0.2; }
    .c-footer .footer-links-container #navigation-footer {
      margin: 20px 0 60px;
      padding: 0; }
      @media only screen and (min-width: 992px) {
        .c-footer .footer-links-container #navigation-footer {
          margin: 0 0 0 40px; } }
      .c-footer .footer-links-container #navigation-footer li {
        margin: 0;
        padding: 0;
        display: inline-block; }
        .c-footer .footer-links-container #navigation-footer li a {
          border-right: 1px solid #ffffff;
          margin: 0;
          padding: 0 10px 0 0;
          font-size: 16px;
          line-height: 100%; }
          @media only screen and (min-width: 992px) {
            .c-footer .footer-links-container #navigation-footer li a {
              padding: 0 10px; } }
        .c-footer .footer-links-container #navigation-footer li:last-child a {
          border: 0; }
    .c-footer .footer-links-container ul.social {
      position: absolute;
      right: 0;
      top: 15px;
      margin: 0;
      padding: 0; }
      .c-footer .footer-links-container ul.social li {
        margin: 0;
        padding: 0;
        display: inline-block; }
        .c-footer .footer-links-container ul.social li a {
          margin: 0;
          padding: 0 6px;
          font-size: 16px;
          line-height: 100%; }
          .c-footer .footer-links-container ul.social li a svg {
            padding: 1px;
            width: 16px; }
  .c-footer.no-map {
    padding: 0; }
    .c-footer.no-map .footer-sub {
      margin: 0; }

.c-form {
  position: relative;
  overflow: hidden; }
  .c-form .errMsg,
  .c-form .lengthIndicator {
    display: block;
    padding: 10px 0 0 0;
    font-weight: 600; }
  .c-form [disabled] {
    opacity: 0.2;
    user-select: none;
    cursor: not-allowed; }
  .c-form__fieldset {
    margin: 0;
    padding: 0;
    border: none; }
  .c-form__label {
    display: block;
    padding: 0;
    color: #ffffff; }
  .c-form__field {
    float: left;
    width: 100%;
    margin: 0 0 10px; }
    @media only screen and (min-width: 768px) {
      .c-form__field {
        width: 48%;
        margin: 0 1% 10px; } }
    .c-form__field:last-child {
      margin-bottom: 0; }
    .c-form__field.full-width {
      width: 98%;
      margin: 0 1% 10px;
      text-align: center !important; }
  .c-form__input, .c-form__textarea, .c-form__select {
    width: 100%;
    padding: 0 20px;
    border-radius: 4px;
    border: none;
    outline: none;
    background-color: #FEE4DA;
    color: #000000; }
    @media only screen and (min-width: 768px) {
      .c-form__input, .c-form__textarea, .c-form__select {
        padding: 0 20px; } }
  .c-form__input, .c-form__select {
    height: 42px; }
    @media only screen and (min-width: 768px) {
      .c-form__input, .c-form__select {
        font-size: 16px;
        line-height: 22px;
        height: 42px; } }
  .c-form__select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg width='16' height='12' xmlns='http://www.w3.org/2000/svg'><path d='M8 12L0 0h16z' fill='#FFF' fill-rule='evenodd'/></svg>");
    background-position: 96% 50%;
    background-repeat: no-repeat; }
  .c-form__textarea {
    height: 160px;
    padding: 20px; }
  .c-form__button {
    border: 2px solid red;
    border-radius: 5px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    background: red;
    pointer-events: all;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  .c-form .actions {
    float: left;
    width: 100%;
    text-align: center; }

.c-form__multiple-select {
  min-height: 350px;
  padding: 20px; }

.login-block .c-section {
  padding: 60px 0; }
  @media only screen and (min-width: 768px) {
    .login-block .c-section {
      padding: 80px 0; } }
.login-block .title_row {
  text-align: center;
  margin-bottom: 80px; }
  .login-block .title_row h5 {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 0.1rem; }
  .login-block .title_row h1 {
    font-size: 40px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .login-block .title_row h1 {
        font-size: 60px; } }
.login-block .login_field {
  text-align: right; }
.login-block .login {
  max-width: 150px; }
.login-block .c-button {
  border: 2px solid red;
  border-radius: 5px !important;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  pointer-events: all;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  .login-block .c-button:hover {
    color: white; }

.c-grid {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media only screen and (min-width: 768px) {
    .c-grid {
      display: grid;
      grid-gap: 20px;
      grid-auto-flow: dense;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto; } }
  .c-grid audio, .c-grid video {
    width: 100%; }
  .c-grid img {
    display: inherit; }
  .c-grid__item {
    margin: 0 0 15px 0;
    padding: 0;
    background-color: transparent; }
    @media only screen and (min-width: 768px) {
      .c-grid__item {
        margin: 0; } }
    .c-grid__item.theme-blue {
      background-color: #354d96;
      color: white; }
      .c-grid__item.theme-blue:hover, .c-grid__item.theme-blue:active, .c-grid__item.theme-blue:focus {
        background-color: #2e4383; }
    @media only screen and (max-width: 767px) {
      .c-grid__item.is-hidden-mobile {
        display: none; } }
    .c-grid__item.is-width-half {
      grid-column: span 2; }
    .c-grid__item.is-width-three_quarters {
      grid-column: span 3; }
    .c-grid__item.is-width-full {
      grid-column: span 4; }
    .c-grid__item.is-height-double {
      grid-row: span 2; }
    .c-grid__item.is-type-blank {
      display: none;
      background-color: transparent; }
      @media only screen and (min-width: 768px) {
        .c-grid__item.is-type-blank {
          display: block; } }
      .c-grid__item.is-type-blank:hover, .c-grid__item.is-type-blank:active, .c-grid__item.is-type-blank:focus {
        background-color: transparent; }
    .c-grid__item.is-type-text {
      pointer-events: none; }
  .c-grid__el {
    height: 0;
    overflow: hidden;
    padding-bottom: 100%; }
    .is-width-three_quarters.is-height-double .c-grid__el {
      padding-bottom: 50%; }
    .is-width-quarter.is-height-double .c-grid__el {
      padding-bottom: 177%; }
    .is-type-blank.is-width-quarter.is-height-double .c-grid__el {
      padding-bottom: 100%; }
    .is-width-full .c-grid__el {
      padding-bottom: 50%; }
    @media only screen and (max-width: 767px) {
      .is-type-statistic .c-grid__el {
        padding-bottom: 0;
        height: auto; } }
  .c-grid .is-subtype-testimonial .c-grid__el {
    padding: 0 !important;
    position: relative;
    height: auto; }
    .c-grid .is-subtype-testimonial .c-grid__el .c-grid__content {
      position: relative; }
    .c-grid .is-subtype-testimonial .c-grid__el .wrapper {
      max-width: 1600px; }
    .c-grid .is-subtype-testimonial .c-grid__el .container-fluid {
      margin-right: auto;
      margin-left: auto;
      padding-right: 40px !important;
      padding-left: 40px !important; }
      @media only screen and (min-width: 768px) {
        .c-grid .is-subtype-testimonial .c-grid__el .container-fluid {
          padding-right: 100px !important;
          padding-left: 100px !important; } }
      @media only screen and (min-width: 992px) {
        .c-grid .is-subtype-testimonial .c-grid__el .container-fluid {
          padding-right: 150px !important;
          padding-left: 150px !important; } }
  .c-grid .is-subtype-testimonial .theme-grey {
    color: #354d96 !important; }
  .c-grid__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .is-type-statistic .c-grid__content {
      display: flex;
      flex-direction: column;
      padding: 20px 15px 0 15px; }
      @media only screen and (max-width: 767px) {
        .is-type-statistic .c-grid__content {
          position: relative; } }
      @media only screen and (min-width: 768px) {
        .is-type-statistic .c-grid__content {
          padding: 20px 15px; } }
      @media only screen and (min-width: 992px) {
        .is-type-statistic .c-grid__content {
          padding: 20px 20px; } }
      .is-type-statistic .c-grid__content p {
        margin-top: 0; }
      .is-type-statistic .c-grid__content .t-feature {
        margin-bottom: 5px; }
    .is-type-text .c-grid__content {
      padding: 0 15px; }
      @media only screen and (min-width: 992px) {
        .is-type-text .c-grid__content {
          padding: 0 20px; } }
  .c-grid__image, .c-grid__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .c-grid a {
    color: white; }
  .c-grid__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: white;
    background-color: rgba(0, 84, 188, 0.8);
    padding: 0 15px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    @media only screen and (min-width: 992px) {
      .c-grid__overlay {
        padding: 0 20px; } }
    .c-grid__item:hover .c-grid__overlay {
      opacity: 1; }
    .c-grid__overlay * {
      pointer-events: auto; }
    .c-grid__overlay .project-link {
      position: absolute;
      bottom: 20px;
      left: 20px; }
  .c-grid__logo {
    margin: 20px 0;
    display: block;
    border: none;
    width: auto;
    height: 40px; }
  .c-grid__pp {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 1; }

.width-max {
  padding: 0 !important; }
  .width-max .wrapper {
    max-width: 100%;
    padding: 0 !important; }
  .width-max .container-fluid {
    padding: 0; }
    .width-max .container-fluid .c-grid {
      grid-gap: 0; }
      .width-max .container-fluid .c-grid li {
        margin: 0; }
      .width-max .container-fluid .c-grid .is-type-text .c-grid__content {
        padding: 30px 20px; }
      @media only screen and (min-width: 576px) {
        .width-max .container-fluid .c-grid .is-type-text .c-grid__content {
          padding: 80px 50px; } }
      @media only screen and (min-width: 768px) {
        .width-max .container-fluid .c-grid .is-type-text .c-grid__content {
          max-width: 800px;
          right: 0;
          padding-right: 46px;
          left: auto;
          padding-left: 46px;
          padding-top: 46px; } }
      @media only screen and (min-width: 992px) {
        .width-max .container-fluid .c-grid .is-type-text .c-grid__content {
          max-width: 800px;
          right: 0;
          padding-right: 80px;
          left: auto;
          padding-left: 46px;
          padding-top: 80px; } }

.is-type-text .c-grid__el {
  padding: 0;
  height: auto; }
.is-type-text .c-grid__content {
  position: relative;
  height: auto;
  overflow: hidden; }

#indeed-security-alert {
  position: fixed;
  bottom: -1000px;
  display: none;
  z-index: 100000;
  transition: all 1s ease-in; }
  #indeed-security-alert .c-section--security {
    padding: 40px 0 20px; }
    #indeed-security-alert .c-section--security .notice {
      font-weight: 800;
      color: #013A46 !important; }
    #indeed-security-alert .c-section--security a {
      color: #013A46 !important;
      text-decoration: underline; }
    #indeed-security-alert .c-section--security .close-window {
      cursor: pointer;
      display: block;
      margin: 20px 0 0 0;
      color: #8A1538 !important;
      text-decoration: underline; }
  #indeed-security-alert.show-alert {
    display: block;
    bottom: 0; }

#responsive-menu-pro-button {
  display: block; }
  @media screen and (min-width: 850px) and (min-height: 600px) {
    #responsive-menu-pro-button {
      display: none !important; } }
  #responsive-menu-pro-button .responsive-menu-pro-inner {
    background-color: #8A1538 !important; }
    #responsive-menu-pro-button .responsive-menu-pro-inner:before {
      background-color: #ffffff !important; }
    #responsive-menu-pro-button .responsive-menu-pro-inner:after {
      opacity: 1;
      background-color: #ffffff !important; }
  #responsive-menu-pro-button:hover .responsive-menu-pro-inner {
    background-color: #600F27 !important; }

.page-theme-grey #responsive-menu-pro-button {
  background-color: #013A46 !important; }
  .page-theme-grey #responsive-menu-pro-button .responsive-menu-pro-inner {
    background-color: #013A46 !important; }

.page-theme-light #responsive-menu-pro-button {
  background-color: #013A46 !important; }
  .page-theme-light #responsive-menu-pro-button .responsive-menu-pro-inner {
    background-color: #013A46 !important; }

.btn-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 80px;
  width: 80px;
  background-color: #013A46;
  transition: all 0.4s ease-in-out;
  z-index: 10001;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 992px) and (min-height: 600px) {
    .btn-menu {
      height: 119px;
      width: 119px; } }
  .btn-menu .line {
    width: 28px;
    height: 1px;
    position: relative;
    background-color: #ffffff;
    transition: all 0.6s ease-in-out; }
    .btn-menu .line:before {
      background-color: #ffffff;
      content: "";
      width: 28px;
      height: 1px;
      position: absolute;
      top: -7px;
      transition: all 0.6s ease-in-out; }
  .btn-menu.open .line {
    transform: rotateY(0deg) rotate(45deg); }
    .btn-menu.open .line:before {
      top: 0px;
      transform: rotateY(0deg) rotate(90deg); }
  .btn-menu:hover {
    background-color: #001A1F; }

#responsive-menu-pro-container {
  font-family: "Playfair Display", serif;
  font-weight: 400; }
  @media screen and (min-width: 850px) and (min-height: 600px) {
    #responsive-menu-pro-container {
      display: none !important; } }
  #responsive-menu-pro-container .responsive-menu-pro-item-link:focus {
    outline: none; }
  #responsive-menu-pro-container #responsive-menu-pro li {
    font-family: "Playfair Display", serif;
    font-weight: 400; }
    #responsive-menu-pro-container #responsive-menu-pro li .responsive-menu-pro-back {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      background-image: url(/wp-content/themes/boodle/build/img/menu-arrow-left.svg);
      background-position: 5% center;
      background-repeat: no-repeat;
      background-size: 30px;
      text-indent: 4000px; }
    #responsive-menu-pro-container #responsive-menu-pro li a {
      font-family: "Playfair Display", serif;
      font-weight: 400; }
    #responsive-menu-pro-container #responsive-menu-pro li.menu-item-has-children a {
      background-image: url(/wp-content/themes/boodle/build/img/menu-arrow-right.svg);
      background-position: 85% center;
      background-repeat: no-repeat;
      background-size: 30px; }
    #responsive-menu-pro-container #responsive-menu-pro li.menu-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item a {
      background-image: none; }
    #responsive-menu-pro-container #responsive-menu-pro li.menu-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item-has-children a {
      background-image: url(/wp-content/themes/boodle/build/img/menu-arrow-right.svg); }
    #responsive-menu-pro-container #responsive-menu-pro li.menu-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item a {
      background-image: none; }
    #responsive-menu-pro-container #responsive-menu-pro li.menu-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item-has-children .responsive-menu-pro-submenu .responsive-menu-pro-item-has-children a {
      background-image: url(/wp-content/themes/boodle/build/img/menu-arrow-right.svg); }
  #responsive-menu-pro-container #responsive-menu-pro-title {
    padding: 16px 0 0 25px !important;
    height: 81px;
    border-bottom: 1px solid #ffffff61;
    margin: 0 0 20px 0; }
    #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image {
      width: 100px; }
      #responsive-menu-pro-container #responsive-menu-pro-title #responsive-menu-pro-title-image img {
        width: 100%; }
  #responsive-menu-pro-container #responsive-menu-pro-additional-content {
    display: block;
    margin: 20px 0; }
    #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-contact-details {
      display: block;
      margin: 0 0 40px 0; }
      #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-contact-details a {
        font-family: "Playfair Display", serif;
        font-weight: 400;
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 24px;
        color: #ffffff;
        display: block; }
    #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-careers {
      display: inline-block;
      color: #ffffff;
      padding: 10px 20px;
      border: 1px solid #ffffff;
      margin: 0 0 20px 0;
      font-size: 22px;
      line-height: 100%; }
      #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-careers:hover {
        background-color: #ffffff;
        color: #8a1538;
        text-decoration: none; }
    #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-social {
      display: inline-block;
      margin: 0 0 0 20px; }
      #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-social svg {
        padding: 1px; }
        #responsive-menu-pro-container #responsive-menu-pro-additional-content .nav-social svg path {
          fill: #ffffff; }

#main-navigation {
  position: fixed;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  top: -100vh;
  left: 0;
  background-color: #ffffff;
  z-index: 998;
  transition: all 0.6s ease-in-out;
  display: none; }
  @media screen and (min-width: 850px) and (min-height: 600px) {
    #main-navigation {
      display: block; } }
  #main-navigation .nav-social.small {
    display: inline-block;
    margin: 0 10px 0 0; }
    #main-navigation .nav-social.small svg {
      padding: 1px;
      width: 16px; }
      #main-navigation .nav-social.small svg path, #main-navigation .nav-social.small svg rect, #main-navigation .nav-social.small svg circle {
        fill: #ffffff; }
    @media only screen and (min-width: 992px) {
      #main-navigation .nav-social.small {
        display: none; } }
  #main-navigation.open {
    top: 0; }
  #main-navigation .focus a {
    color: #013A46; }
  #main-navigation .left-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background-color: #8A1538; }
  #main-navigation .nav-logo {
    margin: 40px 0 20px;
    display: block; }
    @media screen and (min-height: 730px) {
      #main-navigation .nav-logo {
        margin: 40px 0 80px; } }
  #main-navigation .nav-contact-details {
    margin: 0 0 20px 0;
    display: block; }
    @media screen and (min-height: 730px) {
      #main-navigation .nav-contact-details {
        margin: 0 0 40px 0; } }
    #main-navigation .nav-contact-details a {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      margin: 0 0 10px;
      font-size: 18px;
      line-height: 24px;
      color: #ffffff;
      display: block; }
  #main-navigation .nav-main-navigation {
    position: relative;
    margin: 20px 0 0 0; }
    @media screen and (min-height: 730px) {
      #main-navigation .nav-main-navigation {
        margin: 40px 0 0 0; } }
    #main-navigation .nav-main-navigation .c-navigation__list {
      margin: 0;
      padding: 0; }
      #main-navigation .nav-main-navigation .c-navigation__list li {
        list-style: none;
        margin: 0;
        padding: 0; }
        #main-navigation .nav-main-navigation .c-navigation__list li a {
          font-family: "Playfair Display", serif;
          font-weight: 400;
          margin: 20px 0 10px;
          font-size: 26px;
          line-height: 36px;
          color: #ffffff;
          display: block; }
        #main-navigation .nav-main-navigation .c-navigation__list li .sub-menu {
          margin: 0 0 20px 0;
          padding: 0; }
          #main-navigation .nav-main-navigation .c-navigation__list li .sub-menu li a {
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            margin: 0 0 5px;
            font-size: 15px;
            line-height: 20px;
            color: #ffffff; }
  #main-navigation .cookie-settings {
    display: block;
    margin: 20px 0; }
    #main-navigation .cookie-settings a {
      margin: 0 !important;
      color: #ffffff; }
  #main-navigation .nav-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 80px; }
    @media screen and (min-height: 730px) {
      #main-navigation .nav-search {
        height: 160px; } }
    #main-navigation .nav-search .searchandfilter-wrapper {
      position: relative;
      width: 40%;
      min-width: 330px; }
      #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 {
        float: left;
        position: relative;
        width: 140px;
        padding: 5px 10px;
        margin: 5px 10px 0 0;
        color: #8A1538;
        outline: none;
        cursor: pointer; }
        #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 .bg {
          opacity: 0.1;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #013A46; }
        #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown {
          margin: 0;
          list-style: none;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          font-weight: normal;
          opacity: 0;
          pointer-events: none;
          padding: 0; }
          #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li {
            display: block;
            margin: 0; }
            #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a {
              background-color: #f8f8f8;
              display: block;
              text-decoration: none;
              color: #8A1538;
              padding: 10px;
              margin: 0; }
            #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li:hover a {
              background: #f1f1f1; }
        #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1.active .dropdown {
          opacity: 1;
          pointer-events: auto; }
      #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 6px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0px 6px;
        border-style: solid;
        border-color: #8A1538 transparent; }
      #main-navigation .nav-search .searchandfilter-wrapper .wrapper-dropdown-1.active:after {
        border-color: #8A1538 transparent;
        border-width: 0px 6px 6px 6px;
        margin-top: -3px; }
      #main-navigation .nav-search .searchandfilter-wrapper .search-header-form {
        display: none;
        float: left;
        width: 160px; }
        #main-navigation .nav-search .searchandfilter-wrapper .search-header-form.show {
          display: inline-block; }
      #main-navigation .nav-search .searchandfilter-wrapper .tt-menu .tt-dataset {
        background-color: #ffffff; }
        #main-navigation .nav-search .searchandfilter-wrapper .tt-menu .tt-dataset h3 {
          position: relative;
          display: block;
          color: #002A3A;
          background-color: #ffffff;
          padding: 10px;
          border-bottom: 1px solid black;
          font-size: 16px;
          margin: 0;
          line-height: 100%; }
        #main-navigation .nav-search .searchandfilter-wrapper .tt-menu .tt-dataset a {
          display: block;
          margin-bottom: 5px;
          color: #013A46;
          padding: 10px;
          min-width: 165px;
          text-decoration: none; }
          #main-navigation .nav-search .searchandfilter-wrapper .tt-menu .tt-dataset a:hover {
            background-color: #013A46;
            color: #ffffff; }
      #main-navigation .nav-search .searchandfilter-wrapper #btn-search {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 20px;
        cursor: pointer;
        z-index: 2; }
      #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter {
        width: 100%;
        min-width: 150px; }
        #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter ul {
          padding-left: 0; }
        #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter label {
          width: 100%; }
        #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .twitter-typeahead {
          width: 100%; }
        #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .sf-input-text {
          border: 0;
          border-bottom: 1px solid #013A46;
          border-radius: 0;
          padding: 5px 0;
          background-color: transparent;
          width: 100%;
          background-image: url(/wp-content/themes/boodle/build/img/search.svg);
          background-size: 16px;
          background-position: right center;
          background-repeat: no-repeat; }
          @media only screen and (min-width: 992px) {
            #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .sf-input-text {
              width: 100%; } }
          #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .sf-input-text:active, #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .sf-input-text:focus {
            outline: 0;
            -moz-outline-style: none; }
          #main-navigation .nav-search .searchandfilter-wrapper .searchandfilter .sf-input-text ::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #013A46;
            opacity: 1;
            /* Firefox */ }
    #main-navigation .nav-search .nav-careers {
      background-color: #013A46;
      color: #ffffff;
      padding: 10px 15px;
      margin: 0 10px;
      transition: all 0.2s ease-in-out; }
      @media only screen and (min-width: 992px) {
        #main-navigation .nav-search .nav-careers {
          margin: 0 5px 0 10px; } }
      @media screen and (min-width: 1200px) {
        #main-navigation .nav-search .nav-careers {
          margin: 0 30px 0 40px; } }
      #main-navigation .nav-search .nav-careers:hover {
        background-color: #8A1538;
        text-decoration: none; }
    #main-navigation .nav-search .nav-social {
      display: none;
      margin: 0 10px; }
      @media only screen and (min-width: 992px) {
        #main-navigation .nav-search .nav-social {
          margin: 0 5px;
          display: inline-block; } }
      @media screen and (min-width: 1200px) {
        #main-navigation .nav-search .nav-social {
          margin: 0 10px; } }
      #main-navigation .nav-search .nav-social svg {
        padding: 1px;
        width: 16px; }
  #main-navigation h3 {
    margin: 0 0 20px 0; }
    @media screen and (min-height: 730px) {
      #main-navigation h3 {
        margin: 0 0 40px 0; } }
  #main-navigation h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 20px;
    color: #013A46; }
    #main-navigation h4 a {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      margin: 0 0 10px;
      font-size: 15px;
      line-height: 20px;
      color: #013A46; }
    #main-navigation h4.services-header {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 26px;
      line-height: 36px; }
  #main-navigation .nav-focus .c-navigation__list {
    margin: 0 0 20px;
    padding: 0; }
    @media screen and (min-height: 730px) {
      #main-navigation .nav-focus .c-navigation__list {
        margin: 0 0 40px 0; } }
    #main-navigation .nav-focus .c-navigation__list li {
      list-style: none;
      margin: 0;
      padding: 0; }
      #main-navigation .nav-focus .c-navigation__list li a {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        margin: 0 0 6px;
        font-size: 15px;
        line-height: 20px;
        color: #013A46;
        display: block; }

.c-header {
  position: relative;
  top: 0;
  padding: 0 !important;
  width: 100%;
  display: flex;
  height: 81px;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  align-items: center;
  z-index: 10;
  border-bottom: 1px solid #ffffff; }
  @media only screen and (min-width: 768px) {
    .c-header {
      border-bottom: none;
      height: 80px; } }
  .c-header .wrapper {
    width: 100%;
    max-width: 1800px; }
  @media screen and (min-width: 992px) and (min-height: 600px) {
    .c-header {
      height: 119px; } }
  .c-header__brand {
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .c-header__brand a {
      display: block;
      padding: 0;
      border: none; }
      .c-header__brand a img {
        max-width: 200px; }
        @media only screen and (min-width: 992px) {
          .c-header__brand a img {
            max-width: 300px; } }
  .c-header__navigation {
    float: right;
    margin: 6px 0 0 0;
    display: flex;
    align-items: center; }
  .c-header__hamburger {
    z-index: 10000;
    margin: 0 -15px 0 0; }
    @media only screen and (min-width: 992px) {
      .c-header__hamburger {
        display: none; } }
  .c-header .logo {
    display: inline-block;
    margin-top: 0;
    border: 0 !important;
    width: 103px;
    transition: all 0.2s ease-in; }
    .c-header .logo svg {
      padding: 1px;
      width: 100%; }
      .c-header .logo svg path {
        stroke: red; }
    @media only screen and (min-width: 768px) {
      .c-header .logo {
        width: 103px; } }
    @media only screen and (min-width: 992px) {
      .c-header .logo {
        width: 103px; } }
    .c-header .logo img {
      display: block;
      width: 100%; }
  .c-header .btn-search {
    display: none;
    position: absolute;
    top: 8px;
    right: 25px;
    width: 14px;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .c-header .btn-search {
        display: block; } }
    .c-header .btn-search img {
      width: 100%; }
  .c-header.scroll {
    padding: 0;
    transition: all 0.3s ease-in-out; }
    .c-header.scroll .logo {
      display: inline-block;
      margin-top: 5px;
      border: 0 !important;
      width: 160px; }
      .c-header.scroll .logo svg {
        padding: 1px;
        width: 100%; }
      @media only screen and (min-width: 768px) {
        .c-header.scroll .logo {
          width: 204px; } }
      @media only screen and (min-width: 992px) {
        .c-header.scroll .logo {
          width: 204px; } }
      .c-header.scroll .logo img {
        display: block;
        width: 100%; }
  .c-header .header-social {
    display: none;
    float: right;
    margin-top: 14px; }
    @media only screen and (min-width: 768px) {
      .c-header .header-social {
        display: inline-block; } }
    .c-header .header-social a {
      margin: 0 0 0 15px;
      text-decoration: none;
      border: 0; }
      .c-header .header-social a:hover {
        text-decoration: none;
        border: 0; }
      .c-header .header-social a svg {
        padding: 1px;
        width: 16px; }
        .c-header .header-social a svg path {
          fill: #ffffff; }
  .c-header .cta {
    float: right;
    margin: 2px 0 0;
    display: none; }
    @media only screen and (min-width: 768px) {
      .c-header .cta {
        display: block; } }

.page-template-home .c-header,
.page-template-careers .c-header {
  position: absolute;
  border-bottom: 1px solid #ffffff;
  height: 81px; }
  @media screen and (min-width: 992px) and (min-height: 600px) {
    .page-template-home .c-header,
    .page-template-careers .c-header {
      height: 119px; } }
  .page-template-home .c-header .bg,
  .page-template-careers .c-header .bg {
    background-color: #000000;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    opacity: 0.2; }
    @media screen and (min-width: 992px) and (min-height: 600px) {
      .page-template-home .c-header .bg,
      .page-template-careers .c-header .bg {
        height: 119px; } }

.page-theme-light .c-header {
  border-bottom: 1px solid #013A46; }
  @media only screen and (min-width: 768px) {
    .page-theme-light .c-header {
      border-bottom: none; } }

#responsive-menu-button {
  display: none;
  background: transparent !important; }

.search-header {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #002A3A;
  padding: 10px 0; }
  .search-header .search-form {
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .search-header .search-form input {
      border: 1px solid #ffffff;
      color: #000000;
      font-family: "UniversLTPro-45Light", sans-serif;
      font-size: 16px;
      padding: 7px 5px 5px;
      outline: 0 !important; }
    .search-header .search-form .search-submit {
      color: #ffffff;
      font-family: "UniversLTPro-45Light", sans-serif;
      margin: 5px 10px 0; }
  .search-header.open {
    display: block; }

.breadcrumbs-container {
  position: relative;
  display: none; }
  @media only screen and (min-width: 768px) {
    .breadcrumbs-container {
      display: block; } }
  .breadcrumbs-container .wrapper {
    width: 100%;
    max-width: 1800px; }
  .breadcrumbs-container .border-t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.3;
    border-top: 1px solid #013A46; }
  .breadcrumbs-container .border-b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0.3;
    border-top: 1px solid #013A46; }
  .breadcrumbs-container .breadcrumbs {
    display: flex;
    align-items: center;
    height: 62px; }
    .breadcrumbs-container .breadcrumbs a, .breadcrumbs-container .breadcrumbs span {
      display: inline-block;
      margin-right: 10px;
      color: #013A46; }
      .breadcrumbs-container .breadcrumbs a.mobile, .breadcrumbs-container .breadcrumbs span.mobile {
        display: none; }
        @media only screen and (min-width: 768px) {
          .breadcrumbs-container .breadcrumbs a.mobile, .breadcrumbs-container .breadcrumbs span.mobile {
            display: inline-block; } }
      .breadcrumbs-container .breadcrumbs a.client-breadcrumb, .breadcrumbs-container .breadcrumbs span.client-breadcrumb {
        display: none; }
        .breadcrumbs-container .breadcrumbs a.client-breadcrumb.show, .breadcrumbs-container .breadcrumbs span.client-breadcrumb.show {
          display: inline-block; }
    .breadcrumbs-container .breadcrumbs svg {
      padding: 1px;
      display: inline-block;
      margin-right: 10px; }
      .breadcrumbs-container .breadcrumbs svg.client-breadcrumb {
        display: none; }
        .breadcrumbs-container .breadcrumbs svg.client-breadcrumb.show {
          display: inline-block; }

.page-theme-navy .btn-menu {
  background-color: #8A1538; }
  .page-theme-navy .btn-menu:hover {
    background-color: #600F27; }
.page-theme-navy .breadcrumbs-container .border-t {
  border-top: 1px solid #ffffff; }
.page-theme-navy .breadcrumbs-container .border-b {
  border-top: 1px solid #ffffff; }
.page-theme-navy .breadcrumbs-container .breadcrumbs a, .page-theme-navy .breadcrumbs-container .breadcrumbs span {
  color: #ffffff; }

.page-theme-grey .btn-menu {
  background-color: #013A46; }
  .page-theme-grey .btn-menu:hover {
    background-color: #600F27; }
.page-theme-grey .breadcrumbs-container .border-t {
  border-top: 1px solid #013A46; }
.page-theme-grey .breadcrumbs-container .border-b {
  border-top: 1px solid #013A46; }
.page-theme-grey .breadcrumbs-container .breadcrumbs a, .page-theme-grey .breadcrumbs-container .breadcrumbs span {
  color: #013A46; }

#header-search {
  float: right;
  width: 340px;
  display: none; }
  @media only screen and (min-width: 768px) {
    #header-search {
      display: inline-block;
      margin: 0 100px 0 20px; } }
  @media only screen and (min-width: 1200px) {
    #header-search {
      margin: 0 0 0 20px; } }
  #header-search .searchandfilter-wrapper {
    position: relative; }
    #header-search .searchandfilter-wrapper .wrapper-dropdown-1 {
      float: left;
      position: relative;
      width: 140px;
      padding: 5px 10px;
      margin: 5px 10px 0 0;
      color: #ffffff;
      outline: none;
      cursor: pointer; }
      #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .bg {
        opacity: 0.1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff; }
      #header-search .searchandfilter-wrapper .wrapper-dropdown-1 span {
        display: block; }
      #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown {
        margin: 0;
        list-style: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        font-weight: normal;
        opacity: 0;
        pointer-events: none;
        padding: 0; }
        #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li {
          display: block;
          margin: 0; }
          #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a {
            background-color: #ffffff;
            display: block;
            text-decoration: none;
            color: #013A46;
            padding: 10px;
            margin: 0; }
          #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li:hover a {
            background: #f3f8f8; }
      #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active .dropdown {
        opacity: 1;
        pointer-events: auto; }
    #header-search .searchandfilter-wrapper .wrapper-dropdown-1:after {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      right: 8px;
      top: 50%;
      margin-top: -3px;
      border-width: 6px 6px 0px 6px;
      border-style: solid;
      border-color: #fff transparent; }
    #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active:after {
      border-color: #fff transparent;
      border-width: 0px 6px 6px 6px;
      margin-top: -3px; }
    #header-search .searchandfilter-wrapper .search-header-form {
      display: none;
      float: left;
      width: 160px; }
      #header-search .searchandfilter-wrapper .search-header-form.show {
        display: inline-block; }
    #header-search .searchandfilter-wrapper .tt-menu .tt-dataset {
      background-color: #ffffff; }
      #header-search .searchandfilter-wrapper .tt-menu .tt-dataset h3 {
        position: relative;
        display: block;
        color: #002A3A;
        background-color: #ffffff;
        padding: 10px;
        border-bottom: 1px solid black;
        font-size: 16px;
        margin: 0;
        line-height: 100%; }
      #header-search .searchandfilter-wrapper .tt-menu .tt-dataset a {
        display: block;
        margin-bottom: 5px;
        color: #013A46;
        padding: 10px;
        min-width: 200px;
        text-decoration: none; }
        #header-search .searchandfilter-wrapper .tt-menu .tt-dataset a:hover {
          background-color: #013A46;
          color: #ffffff; }
    #header-search .searchandfilter-wrapper #btn-search-all {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 20px;
      cursor: pointer;
      z-index: 2; }
    #header-search .searchandfilter-wrapper #btn-search-people {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 20px;
      cursor: pointer;
      z-index: 2; }
    #header-search .searchandfilter-wrapper .searchandfilter {
      width: 100%;
      min-width: 150px; }
      #header-search .searchandfilter-wrapper .searchandfilter ul {
        padding-left: 0; }
      #header-search .searchandfilter-wrapper .searchandfilter label {
        width: 100%; }
      #header-search .searchandfilter-wrapper .searchandfilter .twitter-typeahead {
        width: 100%; }
      #header-search .searchandfilter-wrapper .searchandfilter .sf-input-text {
        border: 0;
        border-bottom: 1px solid #ffffff;
        border-radius: 0;
        padding: 5px 0;
        background-color: transparent;
        width: 100%;
        color: #ffffff;
        background-image: url(/wp-content/themes/boodle/build/img/search-white.svg);
        background-size: 16px;
        background-position: right center;
        background-repeat: no-repeat; }
        @media only screen and (min-width: 992px) {
          #header-search .searchandfilter-wrapper .searchandfilter .sf-input-text {
            width: 100%; } }
        #header-search .searchandfilter-wrapper .searchandfilter .sf-input-text:active, #header-search .searchandfilter-wrapper .searchandfilter .sf-input-text:focus {
          outline: 0;
          -moz-outline-style: none; }
        #header-search .searchandfilter-wrapper .searchandfilter .sf-input-text ::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #ffffff;
          opacity: 1;
          /* Firefox */ }
  #header-search ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1;
    /* Firefox */ }

.page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1,
.page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 {
  float: left;
  position: relative;
  width: 140px;
  padding: 5px 10px;
  margin: 5px 10px 0 0;
  color: #8A1538;
  outline: none;
  cursor: pointer; }
  .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .bg,
  .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .bg {
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #013A46; }
  .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 span,
  .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 span {
    display: block; }
  .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown,
  .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown {
    margin: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
    padding: 0; }
    .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li,
    .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li {
      display: block;
      margin: 0; }
      .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a,
      .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a {
        background-color: #f8f8f8;
        display: block;
        text-decoration: none;
        color: #8A1538;
        padding: 10px;
        margin: 0; }
      .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li:hover a,
      .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li:hover a {
        background: #f1f1f1; }
  .page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active .dropdown,
  .page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto; }
.page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1:after,
.page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0px 6px;
  border-style: solid;
  border-color: #8A1538 transparent; }
.page-theme-light #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active:after,
.page-theme-grey #header-search .searchandfilter-wrapper .wrapper-dropdown-1.active:after {
  border-color: #8A1538 transparent;
  border-width: 0px 6px 6px 6px;
  margin-top: -3px; }
.page-theme-light #header-search .searchandfilter-wrapper .sf-input-text,
.page-theme-grey #header-search .searchandfilter-wrapper .sf-input-text {
  border-bottom: 1px solid #8A1538;
  color: #013A46;
  background-image: url(/wp-content/themes/boodle/build/img/search.svg); }
.page-theme-light #header-search .searchandfilter-wrapper ::placeholder,
.page-theme-grey #header-search .searchandfilter-wrapper ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #013A46;
  opacity: 1;
  /* Firefox */ }

#header-strapline {
  float: right;
  display: none; }
  @media only screen and (min-width: 992px) {
    #header-strapline {
      display: inline-block; } }
  #header-strapline h4 {
    margin: 5px 0 0 0;
    color: #ffffff; }

.mobile-search {
  position: absolute;
  right: 100px;
  top: 0px;
  padding: 10px;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .mobile-search {
      display: none; } }

#header-search-additional {
  position: absolute;
  top: 81px;
  width: 100%;
  max-height: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  border-bottom: 1px solid #ffffff;
  display: none; }
  @media screen and (min-width: 992px) and (min-height: 600px) {
    #header-search-additional {
      display: none !important; } }
  #header-search-additional .bg {
    background-color: #8A1538;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #header-search-additional .strapline {
    text-align: center;
    padding: 0 0 20px 0; }
    #header-search-additional .strapline h4 {
      color: #ffffff; }
  #header-search-additional .search {
    padding: 0 0 20px 0;
    text-align: center; }
    #header-search-additional .search .searchandfilter-wrapper {
      position: relative; }
      #header-search-additional .search .searchandfilter-wrapper label {
        width: 100%; }
      #header-search-additional .search .searchandfilter-wrapper .sf-input-text {
        border: 0;
        border-bottom: 1px solid #ffffff;
        border-radius: 0;
        padding: 5px 0;
        background-color: transparent;
        width: 100%;
        color: #ffffff;
        background-image: url(/wp-content/themes/boodle/build/img/search-white.svg);
        background-size: 16px;
        background-position: right center;
        background-repeat: no-repeat; }
      #header-search-additional .search .searchandfilter-wrapper ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #ffffff;
        opacity: 1;
        /* Firefox */ }
      #header-search-additional .search .searchandfilter-wrapper .search-header-form {
        display: none; }
        #header-search-additional .search .searchandfilter-wrapper .search-header-form.show {
          display: inline-block;
          width: calc(100% - 150px); }
          #header-search-additional .search .searchandfilter-wrapper .search-header-form.show .twitter-typeahead {
            width: 100%; }
      #header-search-additional .search .searchandfilter-wrapper .tt-menu .tt-dataset {
        background-color: #ffffff; }
        #header-search-additional .search .searchandfilter-wrapper .tt-menu .tt-dataset h3 {
          position: relative;
          display: block;
          color: #002A3A;
          background-color: #ffffff;
          padding: 10px;
          border-bottom: 1px solid black;
          font-size: 16px;
          margin: 0;
          line-height: 100%; }
        #header-search-additional .search .searchandfilter-wrapper .tt-menu .tt-dataset a {
          display: block;
          margin-bottom: 5px;
          color: #013A46;
          padding: 10px;
          min-width: 200px;
          text-decoration: none; }
          #header-search-additional .search .searchandfilter-wrapper .tt-menu .tt-dataset a:hover {
            background-color: #013A46;
            color: #ffffff; }
      #header-search-additional .search .searchandfilter-wrapper #btn-search-all {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 20px;
        cursor: pointer;
        z-index: 2; }
      #header-search-additional .search .searchandfilter-wrapper #btn-search-people {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 20px;
        cursor: pointer;
        z-index: 2; }
      #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 {
        float: left;
        position: relative;
        width: 140px;
        padding: 5px;
        margin: 5px 10px 0 0;
        color: #ffffff;
        outline: none;
        text-align: left;
        cursor: pointer; }
        #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .bg {
          opacity: 0.1;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #ffffff; }
        #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 span {
          display: block;
          text-align: left; }
        #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown {
          margin: 0;
          list-style: none;
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          font-weight: normal;
          opacity: 0;
          pointer-events: none;
          padding: 0; }
          #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li {
            display: block;
            margin: 0; }
            #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li a {
              background-color: #f8f8f8;
              display: block;
              text-decoration: none;
              color: #8A1538;
              padding: 10px;
              margin: 0; }
            #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1 .dropdown li:hover a {
              background: #f1f1f1; }
        #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1.active .dropdown {
          opacity: 1;
          pointer-events: auto; }
      #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 8px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0px 6px;
        border-style: solid;
        border-color: #ffffff transparent; }
      #header-search-additional .search .searchandfilter-wrapper .wrapper-dropdown-1.active:after {
        border-color: #ffffff transparent;
        border-width: 0px 6px 6px 6px;
        margin-top: -3px; }
    #header-search-additional .search ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
  #header-search-additional.open {
    opacity: 1;
    max-height: 400px;
    display: block; }

[data-inview] {
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.95);
  transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s 0.125s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s 0.125s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  [data-inview].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); }

.c-loader {
  display: none;
  margin: 50px auto;
  position: relative;
  border-top: 4px solid rgba(53, 77, 150, 0.2);
  border-right: 4px solid rgba(53, 77, 150, 0.2);
  border-bottom: 4px solid rgba(53, 77, 150, 0.2);
  border-left: 4px solid #354d96;
  transform: translate3d(0, 0, 0);
  animation: spinner 0.5s infinite linear; }
  .is-loading .c-loader {
    display: block; }
  .c-loader, .c-loader::after {
    border-radius: 50%;
    width: 30px;
    height: 30px; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.c-location a {
  color: inherit; }
.c-location__address {
  margin: 0; }
.c-location__separator {
  margin: 0 0 5px 0; }
.c-location__telephone {
  margin: 0; }
.c-location__map {
  margin-top: 10px; }
  .c-location__map a {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
    color: #000000;
    border: 0; }
    .c-location__map a .icn {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      position: absolute;
      height: 100%;
      width: 29px;
      left: -29px;
      top: -4px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
    .c-location__map a .title {
      display: inline-block;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s;
      -webkit-backface-visibility: hidden;
      -moz-transition: all 0.3s;
      -moz-backface-visibility: hidden;
      transition: all 0.3s;
      backface-visibility: hidden; }
    .c-location__map a:hover .title, .c-location__map a.selected .title {
      -webkit-transform: translateX(44px);
      -moz-transform: translateX(44px);
      -ms-transform: translateX(44px);
      transform: translateX(44px);
      color: #000000; }
    .c-location__map a:hover .icn, .c-location__map a.selected .icn {
      left: 0; }
    .c-location__map a:hover {
      text-decoration: none; }
.c-location .embed-container {
  margin-top: 20px; }
  .c-location .embed-container iframe {
    width: 100%;
    height: 200px; }

#navigation-footer {
  display: block;
  margin: 40px 0 0 0; }
  @media only screen and (min-width: 768px) {
    #navigation-footer {
      margin: 0; } }
  #navigation-footer li {
    width: auto;
    margin: 0 0 10px;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      #navigation-footer li {
        text-align: right; } }

.work-template-default #menu-item-53 a {
  font-family: "UniversLTPro-55Roman", sans-serif;
  border-bottom-color: #000000; }

.search-form {
  display: inline-block;
  width: auto;
  position: relative;
  overflow: hidden;
  width: 0;
  transition: all 0.3s ease-in; }
  .search-form.show {
    width: 150px;
    margin-left: 20px; }
  .search-form input {
    width: 100%;
    border: 1px solid #00a7b4;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 12px;
    outline: 0 !important; }

.c-pp {
  position: relative;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-pp__icon {
    display: block;
    position: absolute;
    width: 12px;
    height: 20px;
    box-sizing: border-box;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff; }
    .c-pp.is-play .c-pp__icon {
      width: 30px;
      border-right: 15px solid transparent;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 15px solid #fff;
      transform: translate3d(30%, 0, 0); }

.c-slider, .c-slider__wrapper, .c-slider__slide {
  width: 100%;
  height: 100%;
  background-color: transparent; }
.c-slider__pp {
  left: 50%;
  bottom: auto;
  top: 50%;
  transform: translate3d(-50%, -50%, 0); }
.c-slider__button {
  background-color: #354d96;
  width: 50px;
  height: 50px;
  background-image: none;
  text-indent: -9999em;
  overflow: hidden;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-slider__button::before {
    content: "";
    position: absolute;
    border: 1px solid white;
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    width: 14px;
    height: 14px;
    pointer-events: none; }
  .c-slider__button--prev {
    right: 53px; }
    .c-slider__button--prev::before {
      transform: rotate(-45deg);
      left: 23px; }
  .c-slider__button--next::before {
    transform: rotate(135deg);
    left: 13px; }
  .c-slider__button.swiper-button-disabled {
    opacity: 1;
    cursor: not-allowed;
    pointer-events: auto; }
.c-slider__title {
  padding: 80px 0 0 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold; }

.theme-blue .c-slider__button, .theme-red .c-slider__button {
  background: white; }
  .theme-blue .c-slider__button:before, .theme-red .c-slider__button:before {
    border: 1px solid #354d96;
    border-right-color: transparent;
    border-bottom-color: transparent; }

.is-subtype-image .c-slider, .is-subtype-image .c-slider__wrapper, .is-subtype-image .c-slider__slide, .is-subtype-video .c-slider, .is-subtype-video .c-slider__wrapper, .is-subtype-video .c-slider__slide {
  width: 100%;
  height: 100% !important;
  background-color: transparent; }

.is-subtype-testimonial {
  transition: none; }
  .is-subtype-testimonial.c-grid__item {
    background: none !important; }
    .is-subtype-testimonial.c-grid__item:hover {
      background: none !important; }
  .is-subtype-testimonial blockquote {
    padding: 0; }
    .is-subtype-testimonial blockquote p:before {
      left: -1rem; }
    .is-subtype-testimonial blockquote footer {
      margin-top: 40px;
      font-size: 1rem; }
  .is-subtype-testimonial .c-section {
    padding-bottom: 160px; }
  .is-subtype-testimonial .c-slider__title {
    padding-bottom: 0; }

.c-section--accordion_section .b-accordion_section #accordion-section {
  display: block; }
  .c-section--accordion_section .b-accordion_section #accordion-section .card {
    border: 0;
    border-bottom: 1px solid #013A46;
    border-radius: 0;
    padding: 0; }
    .c-section--accordion_section .b-accordion_section #accordion-section .card .card-header {
      background-color: transparent;
      border: 0;
      padding: 0; }
      .c-section--accordion_section .b-accordion_section #accordion-section .card .card-header h4 {
        padding: 0 0 20px;
        display: block;
        text-align: left;
        color: #8A1538;
        position: relative; }
        .c-section--accordion_section .b-accordion_section #accordion-section .card .card-header h4 svg {
          position: absolute;
          top: 6px;
          right: 20px;
          width: 20px;
          transform: rotate(180deg); }
        .c-section--accordion_section .b-accordion_section #accordion-section .card .card-header h4.collapsed svg {
          transform: rotate(0deg); }
    .c-section--accordion_section .b-accordion_section #accordion-section .card .card-body {
      padding: 0;
      color: #013A46; }
      .c-section--accordion_section .b-accordion_section #accordion-section .card .card-body a {
        color: #8A1538; }

.c-section--banner_section {
  padding: 0; }
  .c-section--banner_section .carousel .carousel-inner {
    padding-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .c-section--banner_section .carousel .carousel-inner {
        min-height: 700px; } }
    .c-section--banner_section .carousel .carousel-inner .carousel-item {
      position: relative;
      overflow: hidden;
      height: auto;
      min-height: 450px !important; }
      @media only screen and (min-width: 768px) {
        .c-section--banner_section .carousel .carousel-inner .carousel-item {
          height: 85vh;
          min-height: 700px; } }
      .c-section--banner_section .carousel .carousel-inner .carousel-item .banner-bg {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        background-size: cover;
        background-position: center center;
        display: none; }
        @media only screen and (min-width: 768px) {
          .c-section--banner_section .carousel .carousel-inner .carousel-item .banner-bg {
            display: block; } }
      .c-section--banner_section .carousel .carousel-inner .carousel-item .banner-bg-mob {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        background-size: cover;
        background-position: center center;
        display: block; }
        @media only screen and (min-width: 768px) {
          .c-section--banner_section .carousel .carousel-inner .carousel-item .banner-bg-mob {
            display: none; } }
      .c-section--banner_section .carousel .carousel-inner .carousel-item .video-bg {
        transition: all 0.4s ease-in-out;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
        display: none; }
        @media only screen and (min-width: 768px) {
          .c-section--banner_section .carousel .carousel-inner .carousel-item .video-bg {
            display: block; } }
      .c-section--banner_section .carousel .carousel-inner .carousel-item h2 {
        color: #ffffff;
        margin: 220px 0 120px 0; }
      .c-section--banner_section .carousel .carousel-inner .carousel-item .content-style {
        text-align: left; }
        @media only screen and (min-width: 768px) {
          .c-section--banner_section .carousel .carousel-inner .carousel-item .content-style {
            text-align: right; } }
        .c-section--banner_section .carousel .carousel-inner .carousel-item .content-style .lrg {
          display: block;
          margin-top: 100px; }
          @media only screen and (min-width: 768px) {
            .c-section--banner_section .carousel .carousel-inner .carousel-item .content-style .lrg {
              margin-top: 20vh;
              font-size: 160px; } }
          .c-section--banner_section .carousel .carousel-inner .carousel-item .content-style .lrg p {
            font-size: 50px;
            line-height: 115%;
            color: #fff;
            font-family: "Playfair Display", serif; }
            @media only screen and (min-width: 768px) {
              .c-section--banner_section .carousel .carousel-inner .carousel-item .content-style .lrg p {
                font-size: 72px; } }
            .c-section--banner_section .carousel .carousel-inner .carousel-item .content-style .lrg p strong {
              font-weight: 400;
              -webkit-text-stroke: 1px #ffffff;
              -webkit-text-fill-color: transparent; }
            .c-section--banner_section .carousel .carousel-inner .carousel-item .content-style .lrg p em {
              color: #44c1b2;
              font-style: normal; }
        .c-section--banner_section .carousel .carousel-inner .carousel-item .content-style .sml {
          display: block;
          max-width: 600px; }
          @media only screen and (min-width: 768px) {
            .c-section--banner_section .carousel .carousel-inner .carousel-item .content-style .sml {
              float: right; } }
          .c-section--banner_section .carousel .carousel-inner .carousel-item .content-style .sml p {
            font-size: 22px;
            line-height: 115%;
            color: #ffffff; }
            @media only screen and (min-width: 768px) {
              .c-section--banner_section .carousel .carousel-inner .carousel-item .content-style .sml p {
                font-size: 26px; } }
            .c-section--banner_section .carousel .carousel-inner .carousel-item .content-style .sml p strong {
              font-weight: 400;
              color: #44c1b2; }
    .c-section--banner_section .carousel .carousel-inner .carousel-indicators {
      bottom: 0; }
      @media only screen and (min-width: 768px) {
        .c-section--banner_section .carousel .carousel-inner .carousel-indicators {
          bottom: 220px; } }
      @media only screen and (min-width: 768px) {
        .c-section--banner_section .carousel .carousel-inner .carousel-indicators {
          bottom: 280px; } }
  .c-section--banner_section .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ffffff;
    opacity: 1; }
    .c-section--banner_section .carousel .carousel-indicators li.active {
      background-color: #013A46; }
  .c-section--banner_section .carousel.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0;
    transition-property: opacity; }
    .c-section--banner_section .carousel.carousel-fade .carousel-item h2 {
      opacity: 0;
      transition: all 1s ease-in-out;
      transition-delay: 1s; }
  .c-section--banner_section .carousel.carousel-fade .carousel-item.active,
  .c-section--banner_section .carousel.carousel-fade .carousel-item-next.carousel-item-left,
  .c-section--banner_section .carousel.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1; }
    .c-section--banner_section .carousel.carousel-fade .carousel-item.active h2,
    .c-section--banner_section .carousel.carousel-fade .carousel-item-next.carousel-item-left h2,
    .c-section--banner_section .carousel.carousel-fade .carousel-item-prev.carousel-item-right h2 {
      opacity: 1; }
  .c-section--banner_section .carousel.carousel-fade .active.carousel-item-left,
  .c-section--banner_section .carousel.carousel-fade .active.carousel-item-right {
    opacity: 0; }
  .c-section--banner_section .carousel.carousel-fade .carousel-item-next,
  .c-section--banner_section .carousel.carousel-fade .carousel-item-prev,
  .c-section--banner_section .carousel.carousel-fade .carousel-item.active,
  .c-section--banner_section .carousel.carousel-fade .active.carousel-item-left,
  .c-section--banner_section .carousel.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0); }
  .c-section--banner_section .news-articles {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 2; }
    @media only screen and (min-width: 768px) {
      .c-section--banner_section .news-articles {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px 0; } }
    .c-section--banner_section .news-articles .bg {
      background-color: #013A46;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0.75;
      mix-blend-mode: multiply; }
    .c-section--banner_section .news-articles .article-container {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(4, 1fr); }
      @media only screen and (min-width: 768px) {
        .c-section--banner_section .news-articles .article-container {
          grid-template-columns: repeat(12, 1fr); } }
      .c-section--banner_section .news-articles .article-container .article {
        position: relative;
        z-index: 2;
        grid-column: span 4;
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        padding: 10px 0 20px; }
        @media only screen and (min-width: 768px) {
          .c-section--banner_section .news-articles .article-container .article {
            padding: 0 10%;
            border-right: 1px solid #ffffff;
            border-bottom: 0; } }
        @media only screen and (min-width: 992px) {
          .c-section--banner_section .news-articles .article-container .article {
            padding: 20px 10%; } }
        .c-section--banner_section .news-articles .article-container .article h4 {
          color: #ffffff; }
        .c-section--banner_section .news-articles .article-container .article:last-child {
          border: 0; }
        .c-section--banner_section .news-articles .article-container .article a {
          display: block;
          color: #ffffff;
          margin: 10px 0 0 0;
          text-decoration: underline; }
  .c-section--banner_section.type-single-large {
    padding-top: 120px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center center; }
    @media only screen and (min-width: 768px) {
      .c-section--banner_section.type-single-large {
        padding-top: 180px; } }
    .c-section--banner_section.type-single-large .banner-content {
      margin-top: 80px; }
      .c-section--banner_section.type-single-large .banner-content p {
        font-family: "Playfair Display", serif;
        font-weight: 400;
        margin: 0 0 40px;
        font-size: 24px;
        line-height: 36px;
        color: #ffffff; }
        .c-section--banner_section.type-single-large .banner-content p:first-child:first-letter {
          float: left;
          font-size: 75px;
          line-height: 60px;
          padding-top: 4px;
          padding-right: 8px; }
    .c-section--banner_section.type-single-large .banner-link {
      padding-top: 40px; }
      .c-section--banner_section.type-single-large .banner-link a {
        font-family: "Playfair Display", serif;
        font-weight: 400;
        margin: 0 0 40px;
        font-size: 24px;
        line-height: 36px;
        color: #44c1b2;
        text-decoration: underline; }
  .c-section--banner_section.type-entrepeneur .entrepeneur-header {
    display: block;
    background-color: #E86F50;
    color: #013A46;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    padding: 20px 0 25px; }
    @media only screen and (min-width: 768px) {
      .c-section--banner_section.type-entrepeneur .entrepeneur-header {
        font-size: 30px;
        line-height: 40px; } }
    .c-section--banner_section.type-entrepeneur .entrepeneur-header.has-img {
      max-width: 1400px;
      color: #E86F50;
      background-color: transparent;
      margin: 40px auto;
      font-size: 30px;
      line-height: 40px;
      padding: 20px 0 25px; }
      @media only screen and (min-width: 768px) {
        .c-section--banner_section.type-entrepeneur .entrepeneur-header.has-img {
          font-size: 60px;
          line-height: 72px; } }
  .c-section--banner_section.type-entrepeneur .banner-img {
    display: block;
    width: 100%;
    object-fit: contain;
    margin: 0 0 40px; }
    @media only screen and (min-width: 768px) {
      .c-section--banner_section.type-entrepeneur .banner-img {
        margin: 0 0 80px; } }
    @media only screen and (min-width: 992px) {
      .c-section--banner_section.type-entrepeneur .banner-img {
        margin: 0 0 80px; } }
  .c-section--banner_section.type-entrepeneur .banner-content {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin: 0 0 40px;
    font-size: 24px;
    line-height: 36px; }
    .c-section--banner_section.type-entrepeneur .banner-content h1 {
      margin-bottom: 40px; }
    .c-section--banner_section.type-entrepeneur .banner-content p, .c-section--banner_section.type-entrepeneur .banner-content a, .c-section--banner_section.type-entrepeneur .banner-content ul, .c-section--banner_section.type-entrepeneur .banner-content li {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      margin: 0 0 40px;
      font-size: 20px;
      line-height: 30px; }
      @media only screen and (min-width: 768px) {
        .c-section--banner_section.type-entrepeneur .banner-content p, .c-section--banner_section.type-entrepeneur .banner-content a, .c-section--banner_section.type-entrepeneur .banner-content ul, .c-section--banner_section.type-entrepeneur .banner-content li {
          font-size: 24px;
          line-height: 36px; } }
    .c-section--banner_section.type-entrepeneur .banner-content.has-img:first-child:first-letter {
      font-family: "Playfair Display", serif;
      float: left;
      font-size: 75px;
      line-height: 60px;
      padding-top: 4px;
      padding-right: 8px;
      color: #9DAAA2; }

.c-section--biog-intro {
  position: relative;
  padding: 0;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .c-section--biog-intro {
      padding: 30px 0;
      margin: 60px 0; } }
  .c-section--biog-intro .profile-bg {
    display: none; }
    @media only screen and (min-width: 768px) {
      .c-section--biog-intro .profile-bg {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 40%; } }
  .c-section--biog-intro .b-biog-intro h2, .c-section--biog-intro .b-biog-intro h3 {
    color: #0A6169; }
  .c-section--biog-intro .b-biog-intro .tel,
  .c-section--biog-intro .b-biog-intro .email,
  .c-section--biog-intro .b-biog-intro .vcard {
    display: block;
    color: #8A1538; }
  .c-section--biog-intro .b-biog-intro .social-container {
    display: block;
    margin: 40px 0 0; }
    .c-section--biog-intro .b-biog-intro .social-container a, .c-section--biog-intro .b-biog-intro .social-container span {
      display: inline-block;
      margin: 0 20px 0 0;
      cursor: pointer; }
  .c-section--biog-intro .profile-image {
    width: 100%; }
    .c-section--biog-intro .profile-image.mobile {
      display: block;
      margin: 20px 0; }
      @media only screen and (min-width: 768px) {
        .c-section--biog-intro .profile-image.mobile {
          display: none;
          margin: 0; } }
    .c-section--biog-intro .profile-image.desktop {
      display: none; }
      @media only screen and (min-width: 768px) {
        .c-section--biog-intro .profile-image.desktop {
          display: block; } }

.c-section--biog-content {
  padding: 40px 0; }
  .c-section--biog-content .b-biog-content .text-container .introduction {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin: 0 0 40px;
    font-size: 24px;
    line-height: 36px;
    color: #0A6169; }
    .c-section--biog-content .b-biog-content .text-container .introduction:first-child:first-letter {
      float: left;
      font-size: 75px;
      line-height: 60px;
      padding-top: 4px;
      padding-right: 8px; }
  .c-section--biog-content .b-biog-content .text-container p, .c-section--biog-content .b-biog-content .text-container a {
    color: #013A46; }
  .c-section--biog-content .b-biog-content .quote-container {
    display: block;
    padding: 20px 0 0 10%; }
    .c-section--biog-content .b-biog-content .quote-container .quote {
      color: #8A1538; }
    .c-section--biog-content .b-biog-content .quote-container .author {
      color: #8A1538; }

.c-section--biog-carousel {
  padding: 0 0 40px; }
  @media print {
    .c-section--biog-carousel .carousel {
      opacity: 1 !important;
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important; } }
  .c-section--biog-carousel .carousel .carousel-inner {
    padding-bottom: 70px; }
    .c-section--biog-carousel .carousel .carousel-inner .carousel-item h5, .c-section--biog-carousel .carousel .carousel-inner .carousel-item p {
      color: #8A1538; }
  .c-section--biog-carousel .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #C5CCC7;
    opacity: 1; }
    .c-section--biog-carousel .carousel .carousel-indicators li.active {
      background-color: #8A1538; }

.page-theme-navy .c-section--cta_large_section {
  padding-top: 140px;
  background-image: url(/wp-content/themes/boodle/build/img/circles-red-left.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 450px; }
  @media only screen and (min-width: 768px) {
    .page-theme-navy .c-section--cta_large_section {
      padding-top: 240px; } }
  @media only screen and (min-width: 768px) {
    .page-theme-navy .c-section--cta_large_section {
      background-size: 673px; } }
  .page-theme-navy .c-section--cta_large_section .b-cta_large_section h1,
  .page-theme-navy .c-section--cta_large_section .b-cta_large_section p {
    color: #ffffff; }
  .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 120px; }
    .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link {
      position: relative;
      grid-column: span 12;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      padding: 40px 0; }
      @media only screen and (min-width: 768px) {
        .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link {
          grid-column: span 6;
          height: 510px;
          padding: 0; } }
      .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link:hover {
        color: #ffffff;
        text-decoration: none; }
      .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link .cta-content {
        display: block;
        z-index: 2;
        padding: 0 40px; }
        .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link .cta-content .title {
          margin: 0;
          display: block;
          text-align: center;
          transition: all 0.1s ease-in-out; }
        .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link .cta-content .content {
          height: 0;
          opacity: 0;
          transition: all 0.2s ease-in-out;
          display: none;
          margin: 0; }
          @media only screen and (min-width: 768px) {
            .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link .cta-content .content {
              display: block; } }
        .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link .cta-content .link {
          height: 0;
          opacity: 0;
          transition: all 0.1s ease-in-out;
          display: none; }
          @media only screen and (min-width: 768px) {
            .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link .cta-content .link {
              display: block; } }
      .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      @media only screen and (min-width: 768px) {
        .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link:hover .cta-content .title {
          border-bottom: 1px solid #ffffff;
          text-align: left;
          margin-bottom: 20px;
          font-size: 34px;
          line-height: 100%;
          text-decoration: none;
          padding: 0 0 10px; }
        .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link:hover .cta-content .content {
          height: auto;
          opacity: 1;
          margin: 20px 0 10px; }
        .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link:hover .cta-content .link {
          height: auto;
          opacity: 1; }
          .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link:hover .cta-content .link svg {
            padding: 1px;
            margin-left: 10px; } }
      .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link.cta-grey_light {
        color: #013A46; }
        .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link.cta-grey_light .bg {
          background-color: #C5CCC7; }
        .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link.cta-grey_light:hover {
          color: #013A46; }
          .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link.cta-grey_light:hover .cta-content .title {
            border-bottom: 1px solid #013A46; }
      .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link.cta-blue .bg {
        background-color: #354d96; }
      .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link.cta-blue:hover .cta-content .link svg {
        padding: 1px; }
        .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link.cta-blue:hover .cta-content .link svg circle, .page-theme-navy .c-section--cta_large_section .b-cta_large_section .cta-wrapper .cta-link.cta-blue:hover .cta-content .link svg path {
          stroke: #ffffff; }

.client-services-container {
  position: relative;
  padding: 20px 0;
  background-color: #0A6169; }
  .client-services-container .wrapper {
    width: 100%;
    max-width: 1800px; }
  .client-services-container #btn-your-services {
    position: relative;
    display: block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: underline;
    padding-left: 30px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin: 0;
    transition: all 0.6s ease-in-out; }
    .client-services-container #btn-your-services .line {
      width: 15px;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 0;
      background-color: #FCCF03;
      transition: all 0.6s ease-in-out; }
      .client-services-container #btn-your-services .line:before {
        background-color: #FCCF03;
        content: "";
        width: 15px;
        height: 1px;
        position: absolute;
        top: -4px;
        transition: all 0.6s ease-in-out; }
    .client-services-container #btn-your-services.open {
      margin: 0 0 20px; }
      .client-services-container #btn-your-services.open .line {
        transform: rotateY(0deg) rotate(45deg); }
        .client-services-container #btn-your-services.open .line:before {
          top: 0px;
          transform: rotateY(0deg) rotate(90deg); }
  .client-services-container .your-services {
    position: relative;
    overflow: hidden;
    height: 0;
    display: block;
    height: auto;
    max-height: 0;
    transition: all 0.8s ease-in-out;
    opacity: 0; }
    @media only screen and (min-width: 768px) {
      .client-services-container .your-services {
        display: grid;
        grid-gap: 20px;
        grid-row-gap: 5px;
        grid-template-columns: repeat(12, 1fr); } }
    .client-services-container .your-services.open {
      opacity: 1;
      max-height: 400px; }
    .client-services-container .your-services a {
      display: block;
      color: #ffffff;
      margin-bottom: 5px; }
      @media only screen and (min-width: 768px) {
        .client-services-container .your-services a {
          grid-column: span 6;
          margin-bottom: 0; } }

.c-section--biog-content {
  padding: 40px 0; }
  .c-section--biog-content .b-biog-content .text-container .introduction {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin: 0 0 40px;
    font-size: 24px;
    line-height: 36px;
    color: #0A6169; }
    .c-section--biog-content .b-biog-content .text-container .introduction:first-child:first-letter {
      float: left;
      font-size: 75px;
      line-height: 60px;
      padding-top: 4px;
      padding-right: 8px; }
  .c-section--biog-content .b-biog-content .text-container p, .c-section--biog-content .b-biog-content .text-container a {
    color: #013A46; }
  .c-section--biog-content .b-biog-content .quote-container {
    display: block;
    padding: 20px 0 0 10%; }
    .c-section--biog-content .b-biog-content .quote-container .quote {
      color: #8A1538; }
    .c-section--biog-content .b-biog-content .quote-container .author {
      color: #8A1538; }

.c-section--biog-carousel {
  padding: 40px 0; }
  .c-section--biog-carousel .carousel .carousel-inner {
    padding-bottom: 70px; }
    .c-section--biog-carousel .carousel .carousel-inner .carousel-item h5, .c-section--biog-carousel .carousel .carousel-inner .carousel-item p {
      color: #8A1538; }
  .c-section--biog-carousel .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #C5CCC7;
    opacity: 1; }
    .c-section--biog-carousel .carousel .carousel-indicators li.active {
      background-color: #8A1538; }

@media only screen and (min-width: 768px) {
  .c-section--carousel_text {
    padding: 60px 0; } }
.c-section--carousel_text .bg-left {
  display: block; }
.c-section--carousel_text .b-carousel_text .carousel .carousel-inner {
  padding-bottom: 0; }
  .c-section--carousel_text .b-carousel_text .carousel .carousel-inner .carousel-item h5 {
    color: #013A46; }
  .c-section--carousel_text .b-carousel_text .carousel .carousel-inner .carousel-item p {
    margin-bottom: 0; }
.c-section--carousel_text .b-carousel_text .carousel .carousel-indicators {
  margin-top: 0;
  margin-bottom: 0;
  bottom: -50px; }
  .c-section--carousel_text .b-carousel_text .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ffffff;
    opacity: 1; }
    .c-section--carousel_text .b-carousel_text .carousel .carousel-indicators li.active {
      background-color: #013A46; }
.c-section--carousel_text.theme-type-light .b-carousel_text .carousel .carousel-inner .carousel-item h5, .c-section--carousel_text.theme-type-light .b-carousel_text .carousel .carousel-inner .carousel-item p {
  color: #354d96; }
.c-section--carousel_text.theme-type-light .b-carousel_text .carousel .carousel-indicators li.active {
  background-color: #354d96; }
.c-section--carousel_text.theme-type-green .b-carousel_text .carousel .carousel-inner .carousel-item h5, .c-section--carousel_text.theme-type-green .b-carousel_text .carousel .carousel-inner .carousel-item p {
  color: #ffffff; }
.c-section--carousel_text.theme-type-green .b-carousel_text .carousel .carousel-indicators li.active {
  background-color: #ffffff; }

.c-section--contact_form .b-contact_form h1 {
  margin-bottom: 20px; }
.c-section--contact_form .b-contact_form a {
  margin-bottom: 20px;
  display: block; }

.page-theme-light .c-section--contact_form .b-contact_form {
  color: #8A1538; }
  .page-theme-light .c-section--contact_form .b-contact_form a {
    color: #8A1538; }
.page-theme-light .c-section--contact_form-form .b-contact_form {
  color: #8A1538; }
  .page-theme-light .c-section--contact_form-form .b-contact_form a {
    color: #8A1538; }

.page-theme-navy .c-section--contact_form .b-contact_form {
  color: #ffffff; }
  .page-theme-navy .c-section--contact_form .b-contact_form a {
    color: #ffffff; }
.page-theme-navy .c-section--contact_form-form .b-contact_form {
  color: #ffffff; }
  .page-theme-navy .c-section--contact_form-form .b-contact_form h2 {
    font-size: 34px;
    line-height: 120%;
    color: #44c1b2; }
  .page-theme-navy .c-section--contact_form-form .b-contact_form p {
    color: #ffffff; }
  .page-theme-navy .c-section--contact_form-form .b-contact_form a {
    color: #ffffff;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 44px;
    display: block;
    margin: 0 0 20px; }
  .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-field-container {
    position: relative; }
    .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-field-container textarea,
    .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-field-container input {
      background-color: transparent !important;
      border: 1px solid #ffffff;
      border-radius: 0;
      color: #ffffff; }
    .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-field-container ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
    .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-field-container .wpforms-field-textarea {
      height: 200px;
      position: relative;
      overflow: hidden;
      width: 98%; }
      @media only screen and (min-width: 768px) {
        .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-field-container .wpforms-field-textarea {
          position: absolute;
          top: 0;
          right: 0;
          width: 48%;
          height: 100%;
          min-height: 340px; } }
      .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-field-container .wpforms-field-textarea textarea {
        height: 100%; }
    .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-field-container .wpforms-field-text,
    .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-field-container .wpforms-field-email,
    .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-field-container .wpforms-field-number {
      width: 98%; }
      @media only screen and (min-width: 768px) {
        .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-field-container .wpforms-field-text,
        .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-field-container .wpforms-field-email,
        .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-field-container .wpforms-field-number {
          width: 48%; } }
    .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-field-container label.wpforms-error {
      color: #ffffff; }
  .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-submit {
    border: 1px solid #FCCF03;
    background-color: #FCCF03;
    color: #013A46;
    transition: all 0.2s ease-in-out; }
    .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-submit:hover {
      border: 1px solid #354d96;
      background-color: #354d96;
      color: #ffffff; }
.page-theme-navy .c-section--contact_form-form {
  background-color: #0A6169; }
  .page-theme-navy .c-section--contact_form-form .b-contact_form {
    color: #ffffff; }
    .page-theme-navy .c-section--contact_form-form .b-contact_form .contact-form-wrapper {
      position: relative;
      padding: 20px 0 0 0; }
      .page-theme-navy .c-section--contact_form-form .b-contact_form .contact-form-wrapper .border-t {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        border-top: 1px solid #ffffff;
        opacity: 0.3;
        max-width: 300px; }
    .page-theme-navy .c-section--contact_form-form .b-contact_form a {
      color: #ffffff;
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 34px;
      line-height: 44px;
      display: block;
      margin: 0 0 20px; }
    .page-theme-navy .c-section--contact_form-form .b-contact_form .wpforms-confirmation-container-full {
      background: none;
      border: 1px solid #44c1b2; }

.c-section--content_insert .bg-right {
  background-color: #8A1538; }
.c-section--content_insert .b-content_insert h2, .c-section--content_insert .b-content_insert h3, .c-section--content_insert .b-content_insert span, .c-section--content_insert .b-content_insert p, .c-section--content_insert .b-content_insert a {
  color: #ffffff; }
.c-section--content_insert .b-content_insert .link {
  text-decoration: none;
  margin: 10px 0 0 0;
  display: block; }
  .c-section--content_insert .b-content_insert .link:hover {
    text-decoration: underline; }
  .c-section--content_insert .b-content_insert .link svg {
    padding: 1px;
    margin: 0 0 0 10px; }
.c-section--content_insert.banner-version {
  display: none; }
  @media only screen and (min-width: 768px) {
    .c-section--content_insert.banner-version {
      display: block; } }
.c-section--content_insert.banner-version-mobile {
  display: block; }
  .c-section--content_insert.banner-version-mobile .bg-right {
    background-color: #0A6169; }
  @media only screen and (min-width: 768px) {
    .c-section--content_insert.banner-version-mobile {
      display: none; } }

.c-section--content_-_single .b-content_-_single h1 {
  margin-bottom: 60px; }
  .c-section--content_-_single .b-content_-_single h1.colour-blue {
    color: #354d96; }
  .c-section--content_-_single .b-content_-_single h1.colour-navy {
    color: #013A46; }
  .c-section--content_-_single .b-content_-_single h1.colour-burgundy {
    color: #8A1538; }
.c-section--content_-_single .b-content_-_single a {
  text-decoration: underline;
  color: #8A1538; }
  .c-section--content_-_single .b-content_-_single a:hover {
    color: #8A1538; }
.c-section--content_-_single .b-content_-_single.dropcaps-yes h3:first-child:first-letter {
  float: left;
  font-size: 50px;
  line-height: 26px;
  padding-top: 12px;
  padding-right: 4px; }
  @media only screen and (min-width: 768px) {
    .c-section--content_-_single .b-content_-_single.dropcaps-yes h3:first-child:first-letter {
      font-size: 75px;
      line-height: 60px;
      padding-top: 4px;
      padding-right: 8px; } }
.c-section--content_-_single .b-content_-_single .cta-section {
  display: block;
  margin: 40px 0;
  border-top: 1px solid #013A46;
  max-width: 500px; }
  .c-section--content_-_single .b-content_-_single .cta-section .cta-row {
    display: block;
    border-bottom: 1px solid #013A46;
    padding: 10px 0; }
    .c-section--content_-_single .b-content_-_single .cta-section .cta-row .t-h4 {
      display: inline-block;
      max-width: calc(100% - 114px);
      margin: 0; }
    .c-section--content_-_single .b-content_-_single .cta-section .cta-row a {
      color: #8A1538;
      float: right;
      display: block;
      margin: 5px 0 0 0; }
      .c-section--content_-_single .b-content_-_single .cta-section .cta-row a svg {
        padding: 1px;
        margin-left: 10px; }
.c-section--content_-_single .b-content_-_single form .text-input-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
  margin: 0 0 40px; }
  .c-section--content_-_single .b-content_-_single form .text-input-wrapper input {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #ffffff;
    padding: 10px;
    color: #ffffff; }
  .c-section--content_-_single .b-content_-_single form .text-input-wrapper ::placeholder {
    color: #ffffff; }
.c-section--content_-_single .b-content_-_single form .checkbox-input-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
  margin: 0 0 40px; }
  .c-section--content_-_single .b-content_-_single form .checkbox-input-wrapper input {
    margin-right: 10px; }
.c-section--content_-_single .b-content_-_single form [type="submit"] {
  padding: 10px 30px;
  background-color: #FCCF03;
  color: #013A46;
  text-decoration: underline;
  border: 0;
  transition: all 0.2s ease-in-out; }
  .c-section--content_-_single .b-content_-_single form [type="submit"]:hover {
    background-color: #44c1b2;
    color: #ffffff; }

.page-theme-navy .c-section--content_-_single .b-content_-_single {
  color: #ffffff; }
  .page-theme-navy .c-section--content_-_single .b-content_-_single h1, .page-theme-navy .c-section--content_-_single .b-content_-_single h2, .page-theme-navy .c-section--content_-_single .b-content_-_single h3, .page-theme-navy .c-section--content_-_single .b-content_-_single h4, .page-theme-navy .c-section--content_-_single .b-content_-_single p, .page-theme-navy .c-section--content_-_single .b-content_-_single ul, .page-theme-navy .c-section--content_-_single .b-content_-_single li {
    color: #ffffff; }
  .page-theme-navy .c-section--content_-_single .b-content_-_single a {
    text-decoration: underline;
    color: #44c1b2; }
    .page-theme-navy .c-section--content_-_single .b-content_-_single a:hover {
      color: #44c1b2; }
  .page-theme-navy .c-section--content_-_single .b-content_-_single h3:first-child:first-letter {
    color: #C5CCC7; }
  .page-theme-navy .c-section--content_-_single .b-content_-_single .cta-section {
    display: block;
    margin: 40px 0;
    border-top: 1px solid #ffffff;
    max-width: 500px; }
    .page-theme-navy .c-section--content_-_single .b-content_-_single .cta-section .cta-row {
      border-bottom: 1px solid #ffffff; }
      .page-theme-navy .c-section--content_-_single .b-content_-_single .cta-section .cta-row .t-h4 {
        color: #ffffff; }
      .page-theme-navy .c-section--content_-_single .b-content_-_single .cta-section .cta-row a {
        color: #44c1b2; }
        .page-theme-navy .c-section--content_-_single .b-content_-_single .cta-section .cta-row a svg {
          padding: 1px;
          stroke: #44c1b2; }
          .page-theme-navy .c-section--content_-_single .b-content_-_single .cta-section .cta-row a svg path, .page-theme-navy .c-section--content_-_single .b-content_-_single .cta-section .cta-row a svg circle {
            stroke: #44c1b2; }

.c-section--content_with_image .b-content_with_image .text-container {
  padding: 20px 0;
  display: block; }
.c-section--content_with_image .b-content_with_image .image-container {
  position: relative;
  display: block;
  margin: 40px 0 0 0;
  padding-bottom: 40px; }
  .c-section--content_with_image .b-content_with_image .image-container img {
    width: 100%;
    margin-bottom: 20px; }
    .c-section--content_with_image .b-content_with_image .image-container img.desktop-image {
      display: none; }
      @media only screen and (min-width: 768px) {
        .c-section--content_with_image .b-content_with_image .image-container img.desktop-image {
          display: block;
          max-width: 750px; } }
    .c-section--content_with_image .b-content_with_image .image-container img.mobile-image {
      display: block;
      width: 80%;
      margin: 0 10% 20px; }
      @media only screen and (min-width: 768px) {
        .c-section--content_with_image .b-content_with_image .image-container img.mobile-image {
          display: none; } }
  .c-section--content_with_image .b-content_with_image .image-container .link {
    position: absolute;
    right: 0;
    bottom: 12px;
    color: #8A1538; }
    .c-section--content_with_image .b-content_with_image .image-container .link svg {
      padding: 1px;
      margin-left: 10px; }
.c-section--content_with_image.theme-navy .b-content_with_image .image-container .link {
  color: #FCCF03; }

#cookie-law-info-again {
  width: 70px;
  height: 70px;
  background-color: transparent !important;
  box-shadow: none;
  display: none !important; }
  @media only screen and (min-width: 768px) {
    #cookie-law-info-again {
      display: block !important; } }
  #cookie-law-info-again #cookie_hdr_showagain {
    width: 0px;
    height: 0px;
    border-bottom: 70px solid #fff;
    border-left: 70px solid transparent;
    bottom: 0;
    right: 0;
    position: absolute; }
    #cookie-law-info-again #cookie_hdr_showagain .cog {
      width: 20px;
      height: 20px;
      background-image: url(/wp-content/themes/boodle/build/img/cog.svg);
      z-index: 1;
      position: absolute;
      left: -29px;
      top: 40px;
      background-size: 20px; }
    #cookie-law-info-again #cookie_hdr_showagain.selected {
      display: none; }

#cookie-law-info-bar {
  text-align: left; }
  #cookie-law-info-bar .title {
    font-weight: bold; }
  #cookie-law-info-bar a {
    text-decoration: underline;
    color: #44c1b2 !important; }
    #cookie-law-info-bar a:hover {
      color: #44c1b2 !important; }
  #cookie-law-info-bar .button-container {
    display: block;
    margin: 10px 0 0 0; }
    #cookie-law-info-bar .button-container a {
      margin: 0 20px 0 0 !important;
      text-decoration: underline;
      color: #44c1b2 !important; }
      #cookie-law-info-bar .button-container a:hover {
        color: #44c1b2 !important; }

.c-section--decision_tree .b-decision_tree .slides-wrapper .decision-slide {
  display: block;
  position: relative;
  opacity: 0;
  height: 0;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
  border: 1px solid #013A46; }
  .c-section--decision_tree .b-decision_tree .slides-wrapper .decision-slide .question {
    padding: 20px;
    background-color: #8A1538;
    color: #ffffff;
    margin-left: 80px;
    transition: 0.8s all ease-in-out;
    transition-delay: 0s;
    opacity: 0; }
  .c-section--decision_tree .b-decision_tree .slides-wrapper .decision-slide .answer {
    margin-left: 80px;
    transition: 0.8s all ease-in-out;
    opacity: 0; }
  .c-section--decision_tree .b-decision_tree .slides-wrapper .decision-slide .option ul {
    list-style: none;
    padding: 0;
    margin-left: 80px;
    transition: 0.8s all ease-in-out;
    transition-delay: 0.3s;
    opacity: 0; }
    .c-section--decision_tree .b-decision_tree .slides-wrapper .decision-slide .option ul li {
      color: #8A1538;
      margin: 0 0 10px;
      cursor: pointer; }
      .c-section--decision_tree .b-decision_tree .slides-wrapper .decision-slide .option ul li .title {
        font-weight: 600; }
      .c-section--decision_tree .b-decision_tree .slides-wrapper .decision-slide .option ul li:hover {
        color: #013A46; }
  .c-section--decision_tree .b-decision_tree .slides-wrapper .decision-slide.active {
    opacity: 1;
    height: auto;
    margin-right: 0;
    padding: 40px; }
    .c-section--decision_tree .b-decision_tree .slides-wrapper .decision-slide.active .question,
    .c-section--decision_tree .b-decision_tree .slides-wrapper .decision-slide.active .answer,
    .c-section--decision_tree .b-decision_tree .slides-wrapper .decision-slide.active .option ul {
      margin-left: 0;
      opacity: 1; }

#btn-expert-container {
  position: fixed;
  bottom: 20px;
  right: 0;
  padding: 10px;
  background-color: #9DAAA2;
  color: #013A46;
  z-index: 10;
  cursor: pointer; }
  #btn-expert-container svg {
    padding: 1px;
    margin-left: 10px; }
  @media only screen and (min-width: 768px) {
    #btn-expert-container {
      display: none; } }

@media only screen and (min-width: 768px) {
  .c-section--expert_description {
    padding: 0px; } }
.c-section--expert_description .theme-bg-alt {
  background-color: #013A46; }
.c-section--expert_description .theme-bg {
  background-color: #8A1538; }
.c-section--expert_description .b-expert_description #expert-container {
  position: fixed;
  bottom: -98%;
  right: 0;
  height: 98%;
  width: 80%;
  overflow-y: scroll;
  transition: all 0.4s ease-in-out;
  z-index: 100001; }
  @media only screen and (min-width: 768px) {
    .c-section--expert_description .b-expert_description #expert-container {
      position: relative;
      bottom: auto;
      height: auto;
      overflow-y: hidden;
      z-index: 1;
      width: 100%; } }
  .c-section--expert_description .b-expert_description #expert-container.selected {
    bottom: 0; }
  .c-section--expert_description .b-expert_description #expert-container #expert-container-close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #ffffff;
    font-size: 40px;
    margin-top: 0;
    z-index: 10002;
    display: none;
    font-weight: 100;
    cursor: pointer; }
    .c-section--expert_description .b-expert_description #expert-container #expert-container-close.open {
      display: block; }
    @media only screen and (min-width: 768px) {
      .c-section--expert_description .b-expert_description #expert-container #expert-container-close {
        display: none !important; } }
.c-section--expert_description .b-expert_description .text-container {
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .c-section--expert_description .b-expert_description .text-container {
      padding: 60px 0; } }
  .c-section--expert_description .b-expert_description .text-container .introduction {
    color: #0A6169; }
    .c-section--expert_description .b-expert_description .text-container .introduction:first-child:first-letter {
      float: left;
      font-size: 50px;
      line-height: 26px;
      padding-top: 12px;
      padding-right: 4px; }
      @media only screen and (min-width: 768px) {
        .c-section--expert_description .b-expert_description .text-container .introduction:first-child:first-letter {
          font-size: 75px;
          line-height: 60px;
          padding-top: 4px;
          padding-right: 8px; } }
  .c-section--expert_description .b-expert_description .text-container p, .c-section--expert_description .b-expert_description .text-container ul, .c-section--expert_description .b-expert_description .text-container li, .c-section--expert_description .b-expert_description .text-container h2, .c-section--expert_description .b-expert_description .text-container h3, .c-section--expert_description .b-expert_description .text-container h4 {
    color: #013A46; }
  .c-section--expert_description .b-expert_description .text-container a {
    text-decoration: underline;
    color: #8A1538; }
    .c-section--expert_description .b-expert_description .text-container a:hover {
      color: #8A1538; }
  .c-section--expert_description .b-expert_description .text-container h4 {
    margin: 25px 0 5px; }
  .c-section--expert_description .b-expert_description .text-container li {
    margin-bottom: 10px; }
  .c-section--expert_description .b-expert_description .text-container.expert-container {
    color: #ffffff;
    padding: 60px 20px; }
    .c-section--expert_description .b-expert_description .text-container.expert-container .divider {
      height: 1px;
      display: block;
      border-top: 1px solid #ffffff;
      opacity: 0.4;
      margin-bottom: 20px; }
    .c-section--expert_description .b-expert_description .text-container.expert-container h3 {
      color: #ffffff; }
    .c-section--expert_description .b-expert_description .text-container.expert-container .assigned {
      display: block;
      margin: 40px 0; }
      .c-section--expert_description .b-expert_description .text-container.expert-container .assigned img {
        display: block;
        margin: 0 0 5px;
        width: 90%; }
      .c-section--expert_description .b-expert_description .text-container.expert-container .assigned .name {
        display: block;
        font-family: "Playfair Display", serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        margin: 0 0 10px; }
      .c-section--expert_description .b-expert_description .text-container.expert-container .assigned .tel,
      .c-section--expert_description .b-expert_description .text-container.expert-container .assigned .email,
      .c-section--expert_description .b-expert_description .text-container.expert-container .assigned .view {
        display: block;
        margin: 0;
        color: #ffffff; }
        .c-section--expert_description .b-expert_description .text-container.expert-container .assigned .tel:hover,
        .c-section--expert_description .b-expert_description .text-container.expert-container .assigned .email:hover,
        .c-section--expert_description .b-expert_description .text-container.expert-container .assigned .view:hover {
          color: #ffffff; }
      .c-section--expert_description .b-expert_description .text-container.expert-container .assigned .email,
      .c-section--expert_description .b-expert_description .text-container.expert-container .assigned .view {
        text-decoration: underline; }
  .c-section--expert_description .b-expert_description .text-container .meet-the-team {
    display: block;
    margin: 20px 0 0 0;
    color: #ffffff; }
    .c-section--expert_description .b-expert_description .text-container .meet-the-team svg {
      padding: 1px;
      margin-left: 10px; }
    .c-section--expert_description .b-expert_description .text-container .meet-the-team:hover {
      color: #ffffff; }
.c-section--expert_description .b-expert_description .carousel {
  padding: 20px 0 30px 10%; }
  .c-section--expert_description .b-expert_description .carousel .carousel-inner {
    padding-bottom: 0; }
    .c-section--expert_description .b-expert_description .carousel .carousel-inner .carousel-item h5, .c-section--expert_description .b-expert_description .carousel .carousel-inner .carousel-item p {
      color: #8A1538; }
  .c-section--expert_description .b-expert_description .carousel .carousel-indicators {
    margin-top: 0;
    margin-bottom: 0; }
    .c-section--expert_description .b-expert_description .carousel .carousel-indicators li {
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background-color: #013A46;
      opacity: 1; }
      .c-section--expert_description .b-expert_description .carousel .carousel-indicators li.active {
        background-color: #8A1538; }

.page-theme-navy .c-section--expert_description .theme-bg-alt {
  background-color: #8A1538; }
.page-theme-navy .c-section--expert_description .theme-bg {
  background-color: #9DAAA2; }
.page-theme-navy .c-section--expert_description .b-expert_description {
  color: #ffffff; }
  .page-theme-navy .c-section--expert_description .b-expert_description #expert-container #expert-container-close {
    color: #013A46; }
  .page-theme-navy .c-section--expert_description .b-expert_description .text-container {
    color: #ffffff; }
    .page-theme-navy .c-section--expert_description .b-expert_description .text-container .introduction {
      color: #ffffff; }
      .page-theme-navy .c-section--expert_description .b-expert_description .text-container .introduction:first-child:first-letter {
        color: #9DAAA2; }
    .page-theme-navy .c-section--expert_description .b-expert_description .text-container p, .page-theme-navy .c-section--expert_description .b-expert_description .text-container ul, .page-theme-navy .c-section--expert_description .b-expert_description .text-container li, .page-theme-navy .c-section--expert_description .b-expert_description .text-container h2, .page-theme-navy .c-section--expert_description .b-expert_description .text-container h3, .page-theme-navy .c-section--expert_description .b-expert_description .text-container h4 {
      color: #ffffff; }
    .page-theme-navy .c-section--expert_description .b-expert_description .text-container a {
      text-decoration: underline;
      color: #44c1b2; }
      .page-theme-navy .c-section--expert_description .b-expert_description .text-container a:hover {
        color: #44c1b2; }
    .page-theme-navy .c-section--expert_description .b-expert_description .text-container.expert-container {
      color: #013A46; }
      .page-theme-navy .c-section--expert_description .b-expert_description .text-container.expert-container .divider {
        height: 1px;
        display: block;
        border-top: 1px solid #013A46;
        opacity: 0.4;
        margin-bottom: 20px; }
      .page-theme-navy .c-section--expert_description .b-expert_description .text-container.expert-container h3 {
        color: #013A46; }
      .page-theme-navy .c-section--expert_description .b-expert_description .text-container.expert-container .assigned .tel,
      .page-theme-navy .c-section--expert_description .b-expert_description .text-container.expert-container .assigned .email,
      .page-theme-navy .c-section--expert_description .b-expert_description .text-container.expert-container .assigned .view {
        color: #013A46; }
        .page-theme-navy .c-section--expert_description .b-expert_description .text-container.expert-container .assigned .tel:hover,
        .page-theme-navy .c-section--expert_description .b-expert_description .text-container.expert-container .assigned .email:hover,
        .page-theme-navy .c-section--expert_description .b-expert_description .text-container.expert-container .assigned .view:hover {
          color: #013A46; }
    .page-theme-navy .c-section--expert_description .b-expert_description .text-container .meet-the-team {
      color: #013A46; }
      .page-theme-navy .c-section--expert_description .b-expert_description .text-container .meet-the-team svg {
        padding: 1px; }
        .page-theme-navy .c-section--expert_description .b-expert_description .text-container .meet-the-team svg path, .page-theme-navy .c-section--expert_description .b-expert_description .text-container .meet-the-team svg circle {
          stroke: #013A46; }
      .page-theme-navy .c-section--expert_description .b-expert_description .text-container .meet-the-team:hover {
        color: #013A46; }
  .page-theme-navy .c-section--expert_description .b-expert_description .carousel .carousel-inner .carousel-item h5, .page-theme-navy .c-section--expert_description .b-expert_description .carousel .carousel-inner .carousel-item p {
    color: #ffffff; }
  .page-theme-navy .c-section--expert_description .b-expert_description .carousel .carousel-indicators {
    margin-top: 0;
    margin-bottom: 0; }
    .page-theme-navy .c-section--expert_description .b-expert_description .carousel .carousel-indicators li {
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background-color: #ffffff;
      opacity: 1; }
      .page-theme-navy .c-section--expert_description .b-expert_description .carousel .carousel-indicators li.active {
        background-color: #8A1538; }

.c-section--external_article_block .b-external_article_block .article-wrapper {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  padding: 20px; }
  @media only screen and (min-width: 768px) {
    .c-section--external_article_block .b-external_article_block .article-wrapper {
      display: flex;
      padding: 30px 20px; } }
  .c-section--external_article_block .b-external_article_block .article-wrapper .logo {
    display: block;
    width: 110px;
    margin: 0 0 20px; }
    @media only screen and (min-width: 768px) {
      .c-section--external_article_block .b-external_article_block .article-wrapper .logo {
        width: 10%;
        margin: 0 20px 0 0; } }
    .c-section--external_article_block .b-external_article_block .article-wrapper .logo img {
      width: 100%; }
  .c-section--external_article_block .b-external_article_block .article-wrapper .thumbnail {
    display: block;
    margin: 0 0 20px;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .c-section--external_article_block .b-external_article_block .article-wrapper .thumbnail {
        width: 15%;
        margin: 0 20px 0 0; } }
    .c-section--external_article_block .b-external_article_block .article-wrapper .thumbnail img {
      display: block;
      width: 100%; }
  .c-section--external_article_block .b-external_article_block .article-wrapper .content {
    position: relative;
    display: block;
    padding: 20px 20px 40px 0;
    color: #ffffff; }
    @media only screen and (min-width: 768px) {
      .c-section--external_article_block .b-external_article_block .article-wrapper .content {
        width: 75%; } }
    .c-section--external_article_block .b-external_article_block .article-wrapper .content h3,
    .c-section--external_article_block .b-external_article_block .article-wrapper .content p {
      color: #ffffff; }
    .c-section--external_article_block .b-external_article_block .article-wrapper .content .link-to-article {
      position: absolute;
      bottom: 10px;
      right: 0;
      border: 0;
      color: #ffffff;
      text-decoration: underline; }
      .c-section--external_article_block .b-external_article_block .article-wrapper .content .link-to-article:hover {
        border: 0; }
    .c-section--external_article_block .b-external_article_block .article-wrapper .content .border-t {
      height: 1px;
      position: absolute;
      top: 0;
      left: 0;
      width: 60%;
      border-top: 1px solid #ffffff; }
    .c-section--external_article_block .b-external_article_block .article-wrapper .content .border-b {
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-top: 1px solid #ffffff; }
.c-section--external_article_block:last-child {
  padding: 0 0 60px; }
@media only screen and (min-width: 768px) {
  .c-section--external_article_block.style-large .b-external_article_block .article-wrapper {
    padding: 0 20px; } }
.c-section--external_article_block.style-large .b-external_article_block .article-wrapper .logo {
  margin-top: 20px; }
@media only screen and (min-width: 768px) {
  .c-section--external_article_block.style-large .b-external_article_block .article-wrapper .thumbnail {
    width: 60%; } }
@media only screen and (min-width: 768px) {
  .c-section--external_article_block.style-large .b-external_article_block .article-wrapper .content {
    width: 30%;
    margin: 20px 0; } }

.c-section--full_width_multiple_images {
  padding: 0;
  display: flex; }
  .c-section--full_width_multiple_images .image-wrapper {
    height: 50vh;
    min-height: 500px;
    background-position: center center;
    background-size: cover;
    flex-basis: 100%; }

.c-section--full_width_image_with_title {
  padding: 0;
  height: 350px; }
  .c-section--full_width_image_with_title.mob-optimized {
    height: auto; }
  @media only screen and (min-width: 768px) {
    .c-section--full_width_image_with_title {
      height: 60vh;
      min-height: 400px; } }
  @media only screen and (min-width: 992px) {
    .c-section--full_width_image_with_title {
      height: 75vh;
      min-height: 500px; } }
  .c-section--full_width_image_with_title .bg-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: multiply;
    opacity: 0.8;
    z-index: 2; }
    .c-section--full_width_image_with_title .bg-title h2 {
      opacity: 0; }
  .c-section--full_width_image_with_title .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: center center;
    background-size: cover; }
    .c-section--full_width_image_with_title .bg-image.desktop {
      display: none; }
      @media only screen and (min-width: 768px) {
        .c-section--full_width_image_with_title .bg-image.desktop {
          display: block; } }
    .c-section--full_width_image_with_title .bg-image.mob {
      display: block;
      position: relative;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .c-section--full_width_image_with_title .bg-image.mob {
          display: none; } }
  .c-section--full_width_image_with_title .b-full_width_image_with_title {
    position: relative;
    z-index: 2;
    color: #ffffff; }
    .c-section--full_width_image_with_title .b-full_width_image_with_title h2 {
      color: #ffffff;
      margin: 40px 0; }

.c-section--headline_section {
  padding: 0px;
  background-color: #C5CCC7; }
  .c-section--headline_section .bg-left {
    background-color: #0A6169; }
  .c-section--headline_section .b-headline_section .text-container {
    padding: 60px 0;
    color: #ffffff; }

.history-banner {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center center; }
  @media only screen and (min-width: 768px) {
    .history-banner {
      height: 450px; } }

.c-section--history-navigation {
  padding: 40px 0; }
  .c-section--history-navigation .b-history-navigation .history-filter {
    width: 100%; }
    .c-section--history-navigation .b-history-navigation .history-filter span {
      display: block;
      color: #ffffff;
      margin: 0 5px 10px; }
    .c-section--history-navigation .b-history-navigation .history-filter .filter-option {
      display: inline-block;
      margin: 0 5px 10px;
      padding: 10px;
      background-color: #0A6169;
      color: #ffffff; }
      .c-section--history-navigation .b-history-navigation .history-filter .filter-option:hover, .c-section--history-navigation .b-history-navigation .history-filter .filter-option.selected {
        text-decoration: none;
        background-color: #44c1b2; }
    @media only screen and (min-width: 768px) {
      .c-section--history-navigation .b-history-navigation .history-filter {
        display: flex;
        justify-content: center;
        align-items: center; }
        .c-section--history-navigation .b-history-navigation .history-filter span {
          margin: 0 10px 0 0; }
        .c-section--history-navigation .b-history-navigation .history-filter .filter-option {
          margin: 0 10px 0; } }

.c-section--history-tiles .b-history-tiles .history-tiles {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(12, 1fr); }
  .c-section--history-tiles .b-history-tiles .history-tiles .tile {
    position: relative;
    min-height: 200px;
    padding: 20px;
    color: #ffffff;
    background-color: #0A6169;
    background-size: cover;
    background-position: center center; }
    @media only screen and (min-width: 768px) {
      .c-section--history-tiles .b-history-tiles .history-tiles .tile {
        min-height: 400px; } }
    @media only screen and (min-width: 768px) {
      .c-section--history-tiles .b-history-tiles .history-tiles .tile {
        min-height: 450px; } }
    .c-section--history-tiles .b-history-tiles .history-tiles .tile .icon {
      display: block;
      width: 100%;
      max-width: 40%;
      max-height: 80%; }
    .c-section--history-tiles .b-history-tiles .history-tiles .tile.no-content {
      display: flex;
      align-items: center;
      justify-content: center; }
    .c-section--history-tiles .b-history-tiles .history-tiles .tile .title {
      font-size: 30px;
      line-height: 115%;
      margin: 0 0 20px;
      font-family: "Playfair Display", serif;
      font-weight: 400; }
      @media only screen and (min-width: 768px) {
        .c-section--history-tiles .b-history-tiles .history-tiles .tile .title {
          font-size: 50px; } }
      @media only screen and (min-width: 992px) {
        .c-section--history-tiles .b-history-tiles .history-tiles .tile .title {
          font-size: 50px; } }
    .c-section--history-tiles .b-history-tiles .history-tiles .tile .content {
      display: block;
      margin: 20px 0 0 0;
      max-width: 453px; }
    .c-section--history-tiles .b-history-tiles .history-tiles .tile.link {
      background-color: #44c1b2;
      text-decoration: none;
      padding: 20px 20px 60px; }
      @media only screen and (min-width: 768px) {
        .c-section--history-tiles .b-history-tiles .history-tiles .tile.link .title {
          font-size: 50px; } }
      @media only screen and (min-width: 992px) {
        .c-section--history-tiles .b-history-tiles .history-tiles .tile.link .title {
          font-size: 50px; } }
      .c-section--history-tiles .b-history-tiles .history-tiles .tile.link .link-icon {
        position: absolute;
        bottom: 10px;
        right: 10px;
        height: 36px;
        width: 36px;
        border-radius: 100%;
        background-color: #0A6169;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s ease-in all; }
        .c-section--history-tiles .b-history-tiles .history-tiles .tile.link .link-icon svg .cls-1 {
          stroke: #ffffff; }
      .c-section--history-tiles .b-history-tiles .history-tiles .tile.link:hover .link-icon {
        background-color: #8A1538; }
    .c-section--history-tiles .b-history-tiles .history-tiles .tile.one {
      grid-column: span 12; }
      @media only screen and (min-width: 768px) {
        .c-section--history-tiles .b-history-tiles .history-tiles .tile.one {
          grid-column: span 4; } }
    .c-section--history-tiles .b-history-tiles .history-tiles .tile.two {
      grid-column: span 12; }
      @media only screen and (min-width: 768px) {
        .c-section--history-tiles .b-history-tiles .history-tiles .tile.two {
          grid-column: span 8; } }
    .c-section--history-tiles .b-history-tiles .history-tiles .tile.full {
      grid-column: span 12; }

.c-section--history_section {
  background-size: cover;
  background-position: center center; }
  @media only screen and (min-width: 768px) {
    .c-section--history_section {
      background-attachment: fixed; } }
  .c-section--history_section .b-history_section h2 {
    color: #ffffff; }
  .c-section--history_section .b-history_section .box-container {
    display: block;
    text-align: center; }
    .c-section--history_section .b-history_section .box-container .box {
      display: block;
      border: 1px solid #fffafa;
      margin: 0 0 10px;
      padding: 20px; }
      @media only screen and (min-width: 768px) {
        .c-section--history_section .b-history_section .box-container .box {
          padding: 40px;
          margin: 0 0 40px; } }
      .c-section--history_section .b-history_section .box-container .box h3, .c-section--history_section .b-history_section .box-container .box p {
        color: #ffffff; }
  .c-section--history_section .b-history_section.font-avenir h2, .c-section--history_section .b-history_section.font-avenir h3 {
    font-family: "AvenirLTPro-Roman", serif; }
  .c-section--history_section .b-history_section.font-avenir h3 {
    font-size: 28px;
    line-height: 120%; }
    @media only screen and (min-width: 768px) {
      .c-section--history_section .b-history_section.font-avenir h3 {
        font-size: 40px; } }
    @media (min-width: 992px) and (min-height: 720px) {
      .c-section--history_section .b-history_section.font-avenir h3 {
        font-size: 40px; } }
  .c-section--history_section .b-history_section.font-century h2, .c-section--history_section .b-history_section.font-century h3 {
    font-family: "CenturySch-Reg", serif; }
  .c-section--history_section .b-history_section.font-century h3 {
    font-size: 30px;
    line-height: 120%; }
    @media only screen and (min-width: 768px) {
      .c-section--history_section .b-history_section.font-century h3 {
        font-size: 44px; } }
    @media (min-width: 992px) and (min-height: 720px) {
      .c-section--history_section .b-history_section.font-century h3 {
        font-size: 44px; } }
  .c-section--history_section .b-history_section.font-brimnarrow h2, .c-section--history_section .b-history_section.font-brimnarrow h3 {
    font-family: "BrimNarrow-Combined1", serif; }
  .c-section--history_section .b-history_section.font-brimnarrow h3 {
    font-size: 29px;
    line-height: 120%; }
    @media only screen and (min-width: 768px) {
      .c-section--history_section .b-history_section.font-brimnarrow h3 {
        font-size: 35px; } }
    @media (min-width: 992px) and (min-height: 720px) {
      .c-section--history_section .b-history_section.font-brimnarrow h3 {
        font-size: 35px; } }
  .c-section--history_section .b-history_section.font-bodoni h2, .c-section--history_section .b-history_section.font-bodoni h3 {
    font-family: "BodoniClassic-Roman", serif; }
  .c-section--history_section .b-history_section.font-bodoni h3 {
    font-size: 30px;
    line-height: 120%; }
    @media only screen and (min-width: 768px) {
      .c-section--history_section .b-history_section.font-bodoni h3 {
        font-size: 40px; } }
    @media (min-width: 992px) and (min-height: 720px) {
      .c-section--history_section .b-history_section.font-bodoni h3 {
        font-size: 40px; } }

#misha_loadmore_recog {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer; }

.c-section--industry_recognition .b-industry_recognition .industry-recognition-title {
  position: relative;
  padding: 20px 0; }
  @media only screen and (min-width: 768px) {
    .c-section--industry_recognition .b-industry_recognition .industry-recognition-title {
      padding: 10px 0 40px 0;
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(12, 1fr); } }
  .c-section--industry_recognition .b-industry_recognition .industry-recognition-title h3 {
    grid-column: span 6;
    color: #ffffff; }
  .c-section--industry_recognition .b-industry_recognition .industry-recognition-title span {
    grid-column: span 6;
    color: #ffffff; }
.c-section--industry_recognition .b-industry_recognition .view-all {
  color: #ffffff;
  display: block;
  margin: 10px 0 0 0; }
  .c-section--industry_recognition .b-industry_recognition .view-all svg {
    padding: 1px;
    margin-left: 10px; }
.c-section--industry_recognition .awards-container {
  position: relative;
  overflow: hidden;
  margin: 40px 20px 20px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr); }
  @media only screen and (min-width: 768px) {
    .c-section--industry_recognition .awards-container {
      margin: 80px 20px; } }
  .c-section--industry_recognition .awards-container .award {
    grid-column: span 6;
    height: 150px;
    transition: all 0.4s ease-in-out; }
    .c-section--industry_recognition .awards-container .award.details {
      border: 1px solid #ffffff;
      color: #ffffff;
      padding: 10px; }
      .c-section--industry_recognition .awards-container .award.details .year {
        display: block;
        font-family: "Playfair Display", serif;
        font-weight: 400;
        margin: 0 0 10px;
        font-size: 24px;
        line-height: 24px; }
      .c-section--industry_recognition .awards-container .award.details .description {
        display: block; }
      .c-section--industry_recognition .awards-container .award.details a {
        display: block;
        margin: 5px 0 0 0;
        text-decoration: underline;
        color: #ffffff;
        transition: all 0.4s ease-in-out;
        position: absolute;
        bottom: 20px;
        max-width: 80px; }
        .c-section--industry_recognition .awards-container .award.details a .default {
          background-color: #ffffff; }
        .c-section--industry_recognition .awards-container .award.details a .the-arrow.-left > .shaft {
          background-color: #ffffff; }
      .c-section--industry_recognition .awards-container .award.details:hover {
        border: 1px solid #FCCF03;
        background-color: #FCCF03;
        color: #013A46; }
        .c-section--industry_recognition .awards-container .award.details:hover a {
          color: #013A46; }
        .c-section--industry_recognition .awards-container .award.details:hover .default {
          opacity: 0;
          transition: all 0s ease-in-out; }
        .c-section--industry_recognition .awards-container .award.details:hover .the-arrow.-left > .shaft {
          width: 110px;
          -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
          background-color: #013A46; }
        .c-section--industry_recognition .awards-container .award.details:hover .the-arrow.-left > .shaft:before, .c-section--industry_recognition .awards-container .award.details:hover .the-arrow.-left > .shaft:after {
          width: 8px;
          -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
          background-color: #013A46; }
        .c-section--industry_recognition .awards-container .award.details:hover .the-arrow.-left > .shaft:before {
          -webkit-transform: rotate(40deg);
          transform: rotate(40deg); }
        .c-section--industry_recognition .awards-container .award.details:hover .the-arrow.-left > .shaft:after {
          -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg); }
        .c-section--industry_recognition .awards-container .award.details:hover .main > .the-arrow.-right > .shaft {
          width: 0;
          -webkit-transform: translateX(200%);
          transform: translateX(200%);
          -webkit-transition-delay: 0;
          transition-delay: 0; }
        .c-section--industry_recognition .awards-container .award.details:hover .main > .the-arrow.-right > .shaft:before, .c-section--industry_recognition .awards-container .award.details:hover .main > .the-arrow.-right > .shaft:after {
          width: 0;
          -webkit-transition-delay: 0;
          transition-delay: 0;
          -webkit-transition: all 0.1s;
          transition: all 0.1s; }
        .c-section--industry_recognition .awards-container .award.details:hover .main > .the-arrow.-right > .shaft:before {
          -webkit-transform: rotate(0);
          transform: rotate(0); }
        .c-section--industry_recognition .awards-container .award.details:hover .main > .the-arrow.-right > .shaft:after {
          -webkit-transform: rotate(0);
          transform: rotate(0); }
    .c-section--industry_recognition .awards-container .award.image {
      background-size: cover;
      background-position: center center; }
  @media screen and (min-width: 768px) {
    .c-section--industry_recognition .awards-container .award {
      grid-column: span 6;
      height: 150px; }
      .c-section--industry_recognition .awards-container .award.details {
        border: 1px solid #ffffff;
        color: #ffffff;
        padding: 8px;
        grid-column: span 3; }
        .c-section--industry_recognition .awards-container .award.details .year {
          margin: 0 0 5px; }
      .c-section--industry_recognition .awards-container .award.image {
        background-size: cover;
        background-position: center center;
        grid-column: span 3; } }
  @media screen and (min-width: 1200px) {
    .c-section--industry_recognition .awards-container {
      height: 380px;
      margin: 80px 0; }
      .c-section--industry_recognition .awards-container .award {
        position: absolute; }
        .c-section--industry_recognition .awards-container .award:nth-child(1) {
          left: 7%;
          top: 10px;
          width: 13%;
          height: 155px; }
        .c-section--industry_recognition .awards-container .award:nth-child(2) {
          left: 21%;
          top: 0;
          width: 15%;
          height: 165px; }
        .c-section--industry_recognition .awards-container .award:nth-child(3) {
          left: 37%;
          top: 10px;
          width: 13%;
          height: 155px; }
        .c-section--industry_recognition .awards-container .award:nth-child(4) {
          left: 51%;
          top: 60px;
          width: 13%;
          height: 145px; }
        .c-section--industry_recognition .awards-container .award:nth-child(5) {
          left: 65%;
          top: 50px;
          width: 13%;
          height: 155px; }
        .c-section--industry_recognition .awards-container .award:nth-child(6) {
          left: 79%;
          top: 0;
          width: 21%;
          height: 205px; }
        .c-section--industry_recognition .awards-container .award:nth-child(7) {
          left: 0%;
          top: 175px;
          width: 20%;
          height: 205px; }
        .c-section--industry_recognition .awards-container .award:nth-child(8) {
          left: 21%;
          top: 175px;
          width: 13%;
          height: 155px; }
        .c-section--industry_recognition .awards-container .award:nth-child(9) {
          left: 35%;
          top: 175px;
          width: 15%;
          height: 185px; }
        .c-section--industry_recognition .awards-container .award:nth-child(10) {
          left: 51%;
          top: 215px;
          width: 13%;
          height: 155px; }
        .c-section--industry_recognition .awards-container .award:nth-child(11) {
          left: 65%;
          top: 215px;
          width: 15%;
          height: 185px; }
        .c-section--industry_recognition .awards-container .award:nth-child(12) {
          left: 81%;
          top: 215px;
          width: 13%;
          height: 155px; } }

.c-section--image_cards_-_six {
  position: relative;
  overflow: visible; }
  .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper {
    position: relative;
    padding: 20px 0 0 0; }
    .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container {
      display: block;
      position: relative;
      overflow: hidden;
      margin-top: 60px; }
      @media only screen and (min-width: 768px) {
        .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container {
          height: 600px; } }
      .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile {
        display: block;
        position: relative;
        overflow: hidden;
        transition: all 0.4s ease-in-out;
        background-color: #0A6169;
        width: 100%;
        height: 250px;
        margin: 0 0 20px 0; }
        @media only screen and (min-width: 768px) {
          .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile {
            position: absolute;
            margin: 0; } }
        .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile .tile-image {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          transition: all 0.2s ease-in-out;
          background-position: center center;
          background-size: cover; }
        .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile .btn-info {
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center;
          font-family: "Playfair Display", serif;
          font-weight: 400;
          bottom: 10px;
          right: 10px;
          width: 37px;
          height: 37px;
          z-index: 3;
          border-radius: 37px;
          background-color: #FCCF03;
          color: #013A46;
          cursor: pointer;
          transition: all 0.2s ease-in-out; }
          .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile .btn-info:hover {
            background-color: #013A46;
            color: #ffffff; }
        .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile .infobox {
          position: relative;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          color: #ffffff;
          z-index: 2;
          opacity: 0;
          padding: 15px;
          color: #ffffff;
          transition: all 0.2s ease-in-out; }
          .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile .infobox .bg-theme {
            opacity: 0;
            background-color: #8A1538;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            mix-blend-mode: multiply;
            transition: all 0.2s ease-in-out;
            z-index: 2; }
          .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile .infobox .info {
            position: relative;
            z-index: 4;
            display: block;
            color: #ffffff; }
            .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile .infobox .info h4 {
              display: block;
              color: #ffffff;
              margin: 0 0 20px; }
            .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile .infobox .info .content {
              display: block;
              margin: 0 0 10px 0; }
            .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile .infobox .info a {
              display: block;
              color: #ffffff;
              margin: 0 0 10px; }
          .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile .infobox .search {
            opacity: 0; }
        .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile .title {
          color: #ffffff; }
        .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile.selected .btn-info {
          background-color: #013A46;
          color: #ffffff; }
        .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile.selected .infobox {
          opacity: 1; }
          .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile.selected .infobox .bg-theme {
            opacity: 0.85; }
        @media only screen and (min-width: 768px) {
          .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile:nth-child(1) {
            left: 5%;
            top: 30px;
            width: 26%;
            height: 250px; } }
        .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile:nth-child(1).selected .infobox .bg-theme {
          background-color: #354d96; }
        @media only screen and (min-width: 768px) {
          .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile:nth-child(2) {
            left: 31%;
            top: 0;
            width: 30%;
            height: 280px; } }
        .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile:nth-child(2).selected .infobox .bg-theme {
          background-color: #0A6169; }
        @media only screen and (min-width: 768px) {
          .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile:nth-child(3) {
            left: 61%;
            top: 30px;
            width: 26%;
            height: 250px; } }
        .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile:nth-child(3).selected .infobox .bg-theme {
          background-color: #013A46; }
        @media only screen and (min-width: 768px) {
          .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile:nth-child(4) {
            left: 3%;
            top: 280px;
            width: 30%;
            height: 260px; } }
        .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile:nth-child(4).selected .infobox .bg-theme {
          background-color: #013A46; }
        @media only screen and (min-width: 768px) {
          .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile:nth-child(5) {
            left: 33%;
            top: 280px;
            width: 32%;
            height: 300px; } }
        .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile:nth-child(5).selected .infobox .bg-theme {
          background-color: #354d96; }
        @media only screen and (min-width: 768px) {
          .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile:nth-child(6) {
            left: 65%;
            top: 280px;
            width: 31%;
            height: 280px; } }
        .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .card-grid-wrapper .card-grid-tile:nth-child(6).selected .infobox .bg-theme {
          background-color: #0A6169; }
      .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .next-people {
        position: absolute;
        right: 20px;
        top: 270px;
        cursor: pointer; }
        .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .next-people svg {
          padding: 1px; }
          .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .next-people svg path, .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .next-people svg circle {
            stroke: #FCCF03; }
      .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .view-all {
        position: absolute;
        right: 120px;
        bottom: 20px;
        color: #ffffff;
        text-decoration: underline; }
        .c-section--image_cards_-_six .b-image_cards_-_six .card-wrapper .card-grid-container .view-all svg {
          padding: 1px;
          margin-left: 10px; }
  .c-section--image_cards_-_six.theme-grey_light h2 {
    color: #013A46; }

.c-section--images_with_captions_section .b-images_with_captions_section .image-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr); }
  .c-section--images_with_captions_section .b-images_with_captions_section .image-wrapper .image {
    grid-column: span 6;
    transition: all 0.4s ease-in-out;
    margin: 0 0 40px 0; }
    .c-section--images_with_captions_section .b-images_with_captions_section .image-wrapper .image.width-1 {
      grid-column: span 1; }
    .c-section--images_with_captions_section .b-images_with_captions_section .image-wrapper .image.width-2 {
      grid-column: span 2; }
    .c-section--images_with_captions_section .b-images_with_captions_section .image-wrapper .image.width-3 {
      grid-column: span 3; }
    .c-section--images_with_captions_section .b-images_with_captions_section .image-wrapper .image.width-4 {
      grid-column: span 4; }
    .c-section--images_with_captions_section .b-images_with_captions_section .image-wrapper .image.width-5 {
      grid-column: span 5; }
    .c-section--images_with_captions_section .b-images_with_captions_section .image-wrapper .image.width-6 {
      grid-column: span 6; }
    .c-section--images_with_captions_section .b-images_with_captions_section .image-wrapper .image.width-7 {
      grid-column: span 7; }
    .c-section--images_with_captions_section .b-images_with_captions_section .image-wrapper .image.width-8 {
      grid-column: span 8; }
    .c-section--images_with_captions_section .b-images_with_captions_section .image-wrapper .image.width-9 {
      grid-column: span 9; }
    .c-section--images_with_captions_section .b-images_with_captions_section .image-wrapper .image.width-10 {
      grid-column: span 10; }
    .c-section--images_with_captions_section .b-images_with_captions_section .image-wrapper .image.width-11 {
      grid-column: span 11; }
    .c-section--images_with_captions_section .b-images_with_captions_section .image-wrapper .image.width-12 {
      grid-column: span 12; }
    .c-section--images_with_captions_section .b-images_with_captions_section .image-wrapper .image img {
      display: block;
      width: 100%; }
    .c-section--images_with_captions_section .b-images_with_captions_section .image-wrapper .image .caption {
      display: block;
      padding: 10px 0; }

.page-theme-navy .c-section--location-details {
  position: relative;
  padding: 0;
  margin: 20px 0; }
  @media only screen and (min-width: 768px) {
    .page-theme-navy .c-section--location-details {
      padding: 30px 0;
      margin: 60px 0; } }
  .page-theme-navy .c-section--location-details .theme-bg {
    background-color: #0A6169; }
  .page-theme-navy .c-section--location-details .profile-bg {
    display: none; }
    @media only screen and (min-width: 768px) {
      .page-theme-navy .c-section--location-details .profile-bg {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 40%; } }
  .page-theme-navy .c-section--location-details img {
    width: 100%; }
    .page-theme-navy .c-section--location-details img.mobile {
      display: block;
      margin: 20px 0; }
      @media only screen and (min-width: 768px) {
        .page-theme-navy .c-section--location-details img.mobile {
          display: none;
          margin: 0; } }
    .page-theme-navy .c-section--location-details img.desktop {
      display: none; }
      @media only screen and (min-width: 768px) {
        .page-theme-navy .c-section--location-details img.desktop {
          display: block; } }
  .page-theme-navy .c-section--location-details .b-location-details h1, .page-theme-navy .c-section--location-details .b-location-details h2, .page-theme-navy .c-section--location-details .b-location-details h3, .page-theme-navy .c-section--location-details .b-location-details p, .page-theme-navy .c-section--location-details .b-location-details a {
    color: #ffffff;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .page-theme-navy .c-section--location-details .b-location-details h1, .page-theme-navy .c-section--location-details .b-location-details h2, .page-theme-navy .c-section--location-details .b-location-details h3, .page-theme-navy .c-section--location-details .b-location-details p, .page-theme-navy .c-section--location-details .b-location-details a {
        margin: 0 0 60px; } }
  .page-theme-navy .c-section--location-details .b-location-details .location-detail {
    color: #ffffff;
    display: block;
    margin: 0 0 20px; }
.page-theme-navy .c-section--location-directions .b-location-directions .acf-map {
  display: block;
  width: 100%;
  height: 350px;
  margin: 20px 0;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .page-theme-navy .c-section--location-directions .b-location-directions .acf-map {
      height: 600px;
      margin: 60px 0; } }
  .page-theme-navy .c-section--location-directions .b-location-directions .acf-map img {
    max-width: inherit !important; }
.page-theme-navy .c-section--location-directions .b-location-directions .text-container {
  position: relative;
  overflow: hidden;
  padding-top: 20px; }
.page-theme-navy .c-section--location-directions .b-location-directions h3, .page-theme-navy .c-section--location-directions .b-location-directions p, .page-theme-navy .c-section--location-directions .b-location-directions a {
  color: #ffffff; }
.page-theme-navy .c-section--location-directions .b-location-directions .assets {
  display: block;
  color: #FCCF03; }
.page-theme-navy .c-section--location-directions .b-location-directions .border-t {
  border-top: 1px solid #ffffff;
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  opacity: 0.3; }

.c-section--news_content {
  padding: 0px; }
  .c-section--news_content .theme-bg {
    background-color: #8A1538; }
  .c-section--news_content .b-news_content .text-container {
    padding: 60px 0; }
    .c-section--news_content .b-news_content .text-container .introduction {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      margin: 0 0 40px;
      font-size: 24px;
      line-height: 36px;
      color: #0A6169; }
      .c-section--news_content .b-news_content .text-container .introduction:first-child:first-letter {
        float: left;
        font-size: 75px;
        line-height: 60px;
        padding-top: 4px;
        padding-right: 8px; }
    .c-section--news_content .b-news_content .text-container p, .c-section--news_content .b-news_content .text-container a {
      color: #013A46; }
    .c-section--news_content .b-news_content .text-container.expert-container {
      color: #ffffff; }
      .c-section--news_content .b-news_content .text-container.expert-container .divider {
        height: 1px;
        display: block;
        border-top: 1px solid #ffffff;
        opacity: 0.4;
        margin-bottom: 20px; }
      .c-section--news_content .b-news_content .text-container.expert-container h3 {
        color: #ffffff; }
      .c-section--news_content .b-news_content .text-container.expert-container .written-by {
        display: block;
        margin: 40px 0; }
        .c-section--news_content .b-news_content .text-container.expert-container .written-by img {
          display: block;
          margin: 0 0 5px;
          width: 75%; }
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .name {
          display: block;
          font-family: "Playfair Display", serif;
          font-weight: 400;
          font-size: 24px;
          line-height: 36px;
          margin: 0 0 10px; }
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .tel,
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .email,
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .view {
          display: block;
          margin: 0;
          color: #ffffff; }
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .email,
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .view {
          text-decoration: underline; }
  .c-section--news_content .b-news_content .quote-container {
    display: block;
    padding: 20px 0 0 10%; }
    .c-section--news_content .b-news_content .quote-container .quote {
      color: #8A1538; }
    .c-section--news_content .b-news_content .quote-container .author {
      color: #8A1538; }

.modal .modal-dialog {
  max-width: 1200px; }
  .modal .modal-dialog .close {
    font-size: 40px;
    font-weight: 100;
    z-index: 4; }
  .modal .modal-dialog .modal-content {
    border: 0; }
    .modal .modal-dialog .modal-content .iframe-container {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding-top: 56.25%;
      /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
      .modal .modal-dialog .modal-content .iframe-container .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: 0; }

.c-section--locations_selector .b-locations_selector h2, .c-section--locations_selector .b-locations_selector h3 {
  color: #0A6169; }

.page-theme-navy .c-section--locations_selector .b-locations_selector .location {
  position: relative;
  display: block;
  padding: 40px 0;
  color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .page-theme-navy .c-section--locations_selector .b-locations_selector .location {
      padding: 50px 0; } }
  .page-theme-navy .c-section--locations_selector .b-locations_selector .location .border-t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ffffff;
    opacity: 0.3; }
  .page-theme-navy .c-section--locations_selector .b-locations_selector .location .border-b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ffffff;
    opacity: 0.3;
    display: none; }
  .page-theme-navy .c-section--locations_selector .b-locations_selector .location .details {
    position: relative;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .page-theme-navy .c-section--locations_selector .b-locations_selector .location .details {
        padding: 40px 0 0 0; } }
    .page-theme-navy .c-section--locations_selector .b-locations_selector .location .details .border-t {
      display: none; }
      @media only screen and (min-width: 768px) {
        .page-theme-navy .c-section--locations_selector .b-locations_selector .location .details .border-t {
          display: block;
          max-width: 300px; } }
  .page-theme-navy .c-section--locations_selector .b-locations_selector .location h2, .page-theme-navy .c-section--locations_selector .b-locations_selector .location h3, .page-theme-navy .c-section--locations_selector .b-locations_selector .location p, .page-theme-navy .c-section--locations_selector .b-locations_selector .location a, .page-theme-navy .c-section--locations_selector .b-locations_selector .location ul, .page-theme-navy .c-section--locations_selector .b-locations_selector .location li {
    color: #ffffff; }
  .page-theme-navy .c-section--locations_selector .b-locations_selector .location .contact-details {
    margin: 0 0 20px; }
    .page-theme-navy .c-section--locations_selector .b-locations_selector .location .contact-details a {
      display: block; }
  .page-theme-navy .c-section--locations_selector .b-locations_selector .location .location-links {
    color: #FCCF03;
    display: block;
    margin: 0 0 10px; }
  .page-theme-navy .c-section--locations_selector .b-locations_selector .location:last-child .border-b {
    display: block; }

.single-articles .breadcrumbs .page-title {
  display: none; }
  @media only screen and (min-width: 768px) {
    .single-articles .breadcrumbs .page-title {
      display: inline-block; } }

.c-section--articles-header {
  padding-bottom: 0;
  text-align: right; }
  .c-section--articles-header .b-articles-header ul li {
    display: inline-block; }
    .c-section--articles-header .b-articles-header ul li.sf-field-search .sf-input-text {
      border: 0;
      border-bottom: 1px solid #013A46;
      border-radius: 0;
      padding: 5px 0;
      background-color: transparent;
      width: 300px;
      background-image: url(/wp-content/themes/boodle/build/img/search.svg);
      background-size: 16px;
      background-position: right center;
      background-repeat: no-repeat;
      margin: 0 10px; }
      .c-section--articles-header .b-articles-header ul li.sf-field-search .sf-input-text:active, .c-section--articles-header .b-articles-header ul li.sf-field-search .sf-input-text:focus {
        outline: 0;
        -moz-outline-style: none; }
    .c-section--articles-header .b-articles-header ul li.sf-field-search ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #013A46;
      opacity: 1;
      /* Firefox */ }
    .c-section--articles-header .b-articles-header ul li.sf-field-post-meta-date .sf_date_field {
      padding-left: 0; }
      .c-section--articles-header .b-articles-header ul li.sf-field-post-meta-date .sf_date_field li .sf-input-text {
        border: 0;
        border-bottom: 1px solid #013A46;
        border-radius: 0;
        padding: 5px 0;
        background-color: transparent;
        width: 100px;
        background-image: url(/wp-content/themes/boodle/build/img/search.svg);
        background-size: 16px;
        background-position: right center;
        background-repeat: no-repeat;
        margin: 0 10px; }
        .c-section--articles-header .b-articles-header ul li.sf-field-post-meta-date .sf_date_field li .sf-input-text:active, .c-section--articles-header .b-articles-header ul li.sf-field-post-meta-date .sf_date_field li .sf-input-text:focus {
          outline: 0;
          -moz-outline-style: none; }
      .c-section--articles-header .b-articles-header ul li.sf-field-post-meta-date .sf_date_field li ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #013A46;
        opacity: 1;
        /* Firefox */ }
    .c-section--articles-header .b-articles-header ul li.sf-field-post-meta-written_by {
      display: none; }
    .c-section--articles-header .b-articles-header ul li .sf-input-select {
      padding: 10px;
      background-color: #0A6169;
      border: 0;
      margin: 0 5px;
      color: #ffffff;
      background-image: url(/wp-content/themes/boodle/build/img/arrow-down.svg);
      background-size: 15px;
      background-position: 90% center;
      background-repeat: no-repeat;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer; }
      .c-section--articles-header .b-articles-header ul li .sf-input-select:focus {
        outline: 0; }
    .c-section--articles-header .b-articles-header ul li .search-filter-reset {
      background-color: #0A6169;
      color: #ffffff;
      padding: 10px 15px;
      margin: 0 5px;
      transition: all 0.2s ease-in-out; }
      .c-section--articles-header .b-articles-header ul li .search-filter-reset:hover {
        background-color: #013A46;
        text-decoration: none; }

.c-section--articles-pagination {
  padding-top: 0px; }
  .c-section--articles-pagination .b-articles-pagination .pagination {
    display: block;
    text-align: center; }
    .c-section--articles-pagination .b-articles-pagination .pagination .nav-previous,
    .c-section--articles-pagination .b-articles-pagination .pagination .nav-next {
      display: inline-block; }
      .c-section--articles-pagination .b-articles-pagination .pagination .nav-previous a,
      .c-section--articles-pagination .b-articles-pagination .pagination .nav-next a {
        background-color: #0A6169;
        color: #ffffff;
        padding: 10px 15px;
        margin: 0 10px;
        transition: all 0.2s ease-in-out; }
        .c-section--articles-pagination .b-articles-pagination .pagination .nav-previous a:hover,
        .c-section--articles-pagination .b-articles-pagination .pagination .nav-next a:hover {
          background-color: #013A46;
          text-decoration: none; }

.c-section--news_intro .b-news_intro .type-container {
  margin: 0 0 20px; }
  @media only screen and (min-width: 768px) {
    .c-section--news_intro .b-news_intro .type-container {
      margin: 0; } }
  .c-section--news_intro .b-news_intro .type-container .type {
    display: block;
    text-transform: uppercase;
    margin: 0 0 5px 0; }
    .c-section--news_intro .b-news_intro .type-container .type.video {
      color: #E86F50; }
    .c-section--news_intro .b-news_intro .type-container .type.news {
      color: #354d96; }
    .c-section--news_intro .b-news_intro .type-container .type.legal {
      color: #8A1538; }
.c-section--news_intro .b-news_intro .date {
  color: #8A1538; }
.c-section--news_intro .b-news_intro .header {
  display: block;
  width: 100%;
  margin: 80px 0 0 0; }
.c-section--news_intro .b-news_intro .video_thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px 0 0;
  cursor: pointer; }
  .c-section--news_intro .b-news_intro .video_thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A6169;
    opacity: 0.6;
    z-index: 2;
    transition: all 0.4s ease-in-out;
    mix-blend-mode: multiply; }
  .c-section--news_intro .b-news_intro .video_thumbnail svg {
    padding: 1px;
    position: absolute;
    z-index: 3; }
  .c-section--news_intro .b-news_intro .video_thumbnail img {
    display: block;
    width: 100%; }
  .c-section--news_intro .b-news_intro .video_thumbnail:hover .overlay {
    opacity: 0; }

.c-section--news_content {
  padding: 0px; }
  @media only screen and (min-width: 768px) {
    .c-section--news_content .theme-bg-alt {
      background-color: #013A46; } }
  .c-section--news_content .theme-bg {
    background-color: #8A1538; }
  .c-section--news_content .b-news_content .text-container {
    padding: 60px 0; }
    .c-section--news_content .b-news_content .text-container .introduction {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      margin: 0 0 40px;
      font-size: 24px;
      line-height: 36px;
      color: #0A6169; }
      .c-section--news_content .b-news_content .text-container .introduction:first-child:first-letter {
        float: left;
        font-size: 75px;
        line-height: 60px;
        padding-top: 4px;
        padding-right: 8px; }
    .c-section--news_content .b-news_content .text-container p {
      color: #013A46; }
    .c-section--news_content .b-news_content .text-container a {
      color: #8A1538;
      text-decoration: underline; }
    .c-section--news_content .b-news_content .text-container.expert-container {
      color: #ffffff;
      padding: 20px;
      display: none; }
      @media only screen and (min-width: 768px) {
        .c-section--news_content .b-news_content .text-container.expert-container {
          display: block;
          padding: 60px 20px; } }
      .c-section--news_content .b-news_content .text-container.expert-container .divider {
        height: 1px;
        display: block;
        border-top: 1px solid #ffffff;
        opacity: 0.4;
        margin-bottom: 20px; }
      .c-section--news_content .b-news_content .text-container.expert-container h3 {
        color: #ffffff; }
      .c-section--news_content .b-news_content .text-container.expert-container .written-by {
        display: block;
        margin: 40px 0; }
        .c-section--news_content .b-news_content .text-container.expert-container .written-by img {
          display: block;
          margin: 0 0 5px;
          width: 90%; }
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .name {
          display: block;
          font-family: "Playfair Display", serif;
          font-weight: 400;
          font-size: 24px;
          line-height: 36px;
          margin: 0 0 10px; }
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .tel,
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .email,
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .view {
          display: block;
          margin: 0;
          color: #ffffff; }
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .email,
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .view {
          text-decoration: underline; }
      .c-section--news_content .b-news_content .text-container.expert-container .share-section {
        display: block; }
        .c-section--news_content .b-news_content .text-container.expert-container .share-section .social-title {
          display: block;
          font-weight: bold;
          margin: 0 0 20px; }
        .c-section--news_content .b-news_content .text-container.expert-container .share-section .social-btn {
          display: inline-block;
          margin: 0 15px 0 0;
          width: 25px;
          cursor: pointer; }
          .c-section--news_content .b-news_content .text-container.expert-container .share-section .social-btn svg {
            padding: 1px;
            width: 100%; }
            .c-section--news_content .b-news_content .text-container.expert-container .share-section .social-btn svg path, .c-section--news_content .b-news_content .text-container.expert-container .share-section .social-btn svg rect {
              fill: #ffffff; }
      .c-section--news_content .b-news_content .text-container.expert-container.mobile {
        display: block;
        margin-bottom: 20px; }
        @media only screen and (min-width: 768px) {
          .c-section--news_content .b-news_content .text-container.expert-container.mobile {
            display: none; } }
  .c-section--news_content .b-news_content .quote-container {
    display: block;
    padding: 20px 0 0 10%; }
    .c-section--news_content .b-news_content .quote-container .quote {
      color: #8A1538; }
    .c-section--news_content .b-news_content .quote-container .author {
      color: #8A1538; }

.modal .modal-dialog {
  max-width: 1200px; }
  .modal .modal-dialog .close {
    font-size: 40px;
    font-weight: 100;
    z-index: 4; }
  .modal .modal-dialog .modal-content {
    border: 0; }
    .modal .modal-dialog .modal-content .iframe-container {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding-top: 56.25%;
      /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
      .modal .modal-dialog .modal-content .iframe-container .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: 0; }

.c-section--articles .b-articles .articles-grid-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr); }
  .c-section--articles .b-articles .articles-grid-container .article-tile {
    position: relative;
    overflow: hidden;
    padding: 10px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    grid-column: span 12; }
    @media only screen and (min-width: 768px) {
      .c-section--articles .b-articles .articles-grid-container .article-tile {
        grid-column: span 6; } }
    .c-section--articles .b-articles .articles-grid-container .article-tile .read-time {
      position: absolute;
      top: 10px;
      right: 10px;
      height: 66px;
      width: 66px;
      border-radius: 66px;
      background-color: #0A6169;
      color: #ffffff;
      font-size: 16px;
      line-height: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1;
      text-align: center; }
    .c-section--articles .b-articles .articles-grid-container .article-tile .type {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 42px;
      height: 42px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
      .c-section--articles .b-articles .articles-grid-container .article-tile .type.article {
        background-image: url(/wp-content/themes/boodle/build/img/news-teal.svg); }
      .c-section--articles .b-articles .articles-grid-container .article-tile .type.firm {
        background-image: url(/wp-content/themes/boodle/build/img/news-teal.svg); }
      .c-section--articles .b-articles .articles-grid-container .article-tile .type.video {
        background-image: url(/wp-content/themes/boodle/build/img/video.svg); }
      .c-section--articles .b-articles .articles-grid-container .article-tile .type.event {
        background-image: url(/wp-content/themes/boodle/build/img/event_white.svg); }
      .c-section--articles .b-articles .articles-grid-container .article-tile .type.podcast {
        background-image: url(/wp-content/themes/boodle/build/img/podcast.svg); }
      .c-section--articles .b-articles .articles-grid-container .article-tile .type.webinar {
        background-image: url(/wp-content/themes/boodle/build/img/webinar.svg); }
      .c-section--articles .b-articles .articles-grid-container .article-tile .type.award {
        background-image: url(/wp-content/themes/boodle/build/img/award.svg); }
      .c-section--articles .b-articles .articles-grid-container .article-tile .type.legal {
        background-image: url(/wp-content/themes/boodle/build/img/legal.svg); }
    .c-section--articles .b-articles .articles-grid-container .article-tile .infobox {
      display: block;
      min-height: 200px;
      border-bottom: 1px solid #013A46;
      margin-bottom: 33px; }
      .c-section--articles .b-articles .articles-grid-container .article-tile .infobox .info {
        width: 100%;
        padding-bottom: 20px; }
        .c-section--articles .b-articles .articles-grid-container .article-tile .infobox .info .date {
          display: block;
          margin: 60px 0 10px; }
        .c-section--articles .b-articles .articles-grid-container .article-tile .infobox .info .title {
          display: block;
          width: 90%;
          font-weight: 600;
          margin: 0 0 10px;
          color: #013A46; }
        .c-section--articles .b-articles .articles-grid-container .article-tile .infobox .info .intro {
          display: block;
          width: 90%;
          color: #013A46; }
          .c-section--articles .b-articles .articles-grid-container .article-tile .infobox .info .intro p {
            color: #013A46; }
        .c-section--articles .b-articles .articles-grid-container .article-tile .infobox .info.image {
          width: 50%; }
          .c-section--articles .b-articles .articles-grid-container .article-tile .infobox .info.image .intro {
            width: 100%; }
      .c-section--articles .b-articles .articles-grid-container .article-tile .infobox .tile-image {
        position: absolute;
        right: 20px;
        top: 40px;
        width: calc(50% - 40px);
        height: calc(100% - 98px);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
    .c-section--articles .b-articles .articles-grid-container .article-tile .author {
      display: block;
      position: relative;
      max-width: 60%;
      padding: 8px 0 0; }
    .c-section--articles .b-articles .articles-grid-container .article-tile .search {
      display: none; }
    .c-section--articles .b-articles .articles-grid-container .article-tile .view {
      position: absolute;
      right: 10px;
      bottom: 11px;
      z-index: 2;
      color: #013A46;
      text-decoration: underline; }
    .c-section--articles .b-articles .articles-grid-container .article-tile.video {
      background-color: #0A6169; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.video .tile-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        mix-blend-mode: overlay; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.video .infobox {
        border-bottom: 1px solid #ffffff; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.video .date,
      .c-section--articles .b-articles .articles-grid-container .article-tile.video .intro,
      .c-section--articles .b-articles .articles-grid-container .article-tile.video .author,
      .c-section--articles .b-articles .articles-grid-container .article-tile.video .view {
        color: #ffffff; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.video .tile-image {
        display: none; }
    .c-section--articles .b-articles .articles-grid-container .article-tile.firm, .c-section--articles .b-articles .articles-grid-container .article-tile.article {
      background-color: #ffffff; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.firm .date, .c-section--articles .b-articles .articles-grid-container .article-tile.article .date {
        color: #8A1538; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.firm .intro, .c-section--articles .b-articles .articles-grid-container .article-tile.article .intro {
        color: #0A6169; }
    .c-section--articles .b-articles .articles-grid-container .article-tile.event {
      background-color: #8A1538; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.event .infobox {
        margin-bottom: 30px;
        border-bottom: 1px solid #ffffff; }
        .c-section--articles .b-articles .articles-grid-container .article-tile.event .infobox .intro, .c-section--articles .b-articles .articles-grid-container .article-tile.event .infobox .title {
          color: #ffffff; }
          .c-section--articles .b-articles .articles-grid-container .article-tile.event .infobox .intro p, .c-section--articles .b-articles .articles-grid-container .article-tile.event .infobox .title p {
            color: #ffffff; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.event .date,
      .c-section--articles .b-articles .articles-grid-container .article-tile.event .intro,
      .c-section--articles .b-articles .articles-grid-container .article-tile.event .author,
      .c-section--articles .b-articles .articles-grid-container .article-tile.event .view {
        color: #ffffff; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.event .author {
        display: none; }
    .c-section--articles .b-articles .articles-grid-container .article-tile.award {
      background-color: #ffffff; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.award .date {
        color: #8A1538; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.award .intro {
        color: #0A6169; }
    .c-section--articles .b-articles .articles-grid-container .article-tile.legal {
      background-color: #ffffff; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.legal .date {
        color: #8A1538; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.legal .intro {
        color: #0A6169; }
    .c-section--articles .b-articles .articles-grid-container .article-tile.webinar {
      background-color: #ffffff; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.webinar .infobox {
        margin-bottom: 30px; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.webinar .date {
        color: #8A1538; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.webinar .intro {
        color: #0A6169; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.webinar .author {
        display: none; }
    .c-section--articles .b-articles .articles-grid-container .article-tile.podcast {
      background-color: #0A6169; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.podcast .infobox {
        border-bottom: 1px solid #ffffff;
        margin-bottom: 30px; }
        .c-section--articles .b-articles .articles-grid-container .article-tile.podcast .infobox .intro, .c-section--articles .b-articles .articles-grid-container .article-tile.podcast .infobox .title {
          color: #ffffff; }
          .c-section--articles .b-articles .articles-grid-container .article-tile.podcast .infobox .intro p, .c-section--articles .b-articles .articles-grid-container .article-tile.podcast .infobox .title p {
            color: #ffffff; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.podcast .date,
      .c-section--articles .b-articles .articles-grid-container .article-tile.podcast .intro,
      .c-section--articles .b-articles .articles-grid-container .article-tile.podcast .author,
      .c-section--articles .b-articles .articles-grid-container .article-tile.podcast .view {
        color: #ffffff; }
      .c-section--articles .b-articles .articles-grid-container .article-tile.podcast .author {
        display: none; }
    .c-section--articles .b-articles .articles-grid-container .article-tile:hover {
      background-color: #FCCF03;
      color: #013A46;
      text-decoration: none; }
      .c-section--articles .b-articles .articles-grid-container .article-tile:hover .infobox {
        border-bottom: 1px solid #013A46 !important; }
        .c-section--articles .b-articles .articles-grid-container .article-tile:hover .infobox .intro, .c-section--articles .b-articles .articles-grid-container .article-tile:hover .infobox .title {
          color: #013A46; }
          .c-section--articles .b-articles .articles-grid-container .article-tile:hover .infobox .intro p, .c-section--articles .b-articles .articles-grid-container .article-tile:hover .infobox .title p {
            color: #013A46; }
        .c-section--articles .b-articles .articles-grid-container .article-tile:hover .infobox .date {
          color: #013A46; }
      .c-section--articles .b-articles .articles-grid-container .article-tile:hover .type svg {
        padding: 1px;
        stroke: #013A46; }
        .c-section--articles .b-articles .articles-grid-container .article-tile:hover .type svg path {
          stroke: #013A46; }
      .c-section--articles .b-articles .articles-grid-container .article-tile:hover .view {
        color: #013A46 !important; }

.c-section--featured {
  margin: 0;
  padding: 0; }
  .c-section--featured .b-featured .article-tile {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px 5%;
    background-color: #8A1538;
    transition: all 0.2s ease-in-out; }
    @media only screen and (min-width: 768px) {
      .c-section--featured .b-featured .article-tile {
        padding: 50px 5%; } }
    .c-section--featured .b-featured .article-tile .article-details {
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      padding: 20px 0 10px;
      display: block;
      grid-gap: 20px;
      grid-template-columns: repeat(12, 1fr); }
      @media only screen and (min-width: 768px) {
        .c-section--featured .b-featured .article-tile .article-details {
          padding: 20px 0;
          display: grid; } }
      .c-section--featured .b-featured .article-tile .article-details .read-time {
        position: absolute;
        top: 40px;
        right: 3%;
        height: 66px;
        width: 66px;
        border-radius: 66px;
        background-color: #0A6169;
        color: #ffffff;
        font-size: 16px;
        line-height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .c-section--featured .b-featured .article-tile .article-details .read-time {
            top: 60px; } }
      .c-section--featured .b-featured .article-tile .article-details .type {
        display: none;
        width: 42px;
        height: 42px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat; }
        .c-section--featured .b-featured .article-tile .article-details .type.article {
          background-image: url(/wp-content/themes/boodle/build/img/news/white-article.svg); }
        .c-section--featured .b-featured .article-tile .article-details .type.firm {
          background-image: url(/wp-content/themes/boodle/build/img/news/white-firm.svg); }
        .c-section--featured .b-featured .article-tile .article-details .type.video {
          background-image: url(/wp-content/themes/boodle/build/img/news/white-video.svg); }
        .c-section--featured .b-featured .article-tile .article-details .type.event {
          background-image: url(/wp-content/themes/boodle/build/img/news/white-event.svg); }
        .c-section--featured .b-featured .article-tile .article-details .type.podcast {
          background-image: url(/wp-content/themes/boodle/build/img/news/white-podcast.svg); }
        .c-section--featured .b-featured .article-tile .article-details .type.webinar {
          background-image: url(/wp-content/themes/boodle/build/img/news/white-webinar.svg); }
        .c-section--featured .b-featured .article-tile .article-details .type.award {
          background-image: url(/wp-content/themes/boodle/build/img/news/white-award.svg); }
        .c-section--featured .b-featured .article-tile .article-details .type.legal {
          background-image: url(/wp-content/themes/boodle/build/img/news/white-legal.svg); }
        @media only screen and (min-width: 768px) {
          .c-section--featured .b-featured .article-tile .article-details .type {
            display: block; } }
      .c-section--featured .b-featured .article-tile .article-details .infobox {
        display: block;
        grid-column: span 11; }
        @media only screen and (min-width: 768px) {
          .c-section--featured .b-featured .article-tile .article-details .infobox {
            min-height: 200px; } }
        .c-section--featured .b-featured .article-tile .article-details .infobox.image {
          grid-column: span 6; }
        .c-section--featured .b-featured .article-tile .article-details .infobox .info {
          width: 100%;
          padding-bottom: 20px; }
          .c-section--featured .b-featured .article-tile .article-details .infobox .info .featured-news {
            color: #FCCF03;
            display: block;
            margin: 0px 0 10px; }
            @media only screen and (min-width: 768px) {
              .c-section--featured .b-featured .article-tile .article-details .infobox .info .featured-news {
                margin: 40px 0 30px; } }
          .c-section--featured .b-featured .article-tile .article-details .infobox .info .date {
            display: block;
            margin: 0 0 10px;
            color: #ffffff; }
          .c-section--featured .b-featured .article-tile .article-details .infobox .info .title {
            display: block;
            width: 90%;
            font-weight: 600;
            margin: 0;
            color: #ffffff; }
            @media only screen and (min-width: 768px) {
              .c-section--featured .b-featured .article-tile .article-details .infobox .info .title {
                margin: 0 0 10px; } }
          .c-section--featured .b-featured .article-tile .article-details .infobox .info .intro {
            display: block;
            width: 90%;
            color: #ffffff; }
            .c-section--featured .b-featured .article-tile .article-details .infobox .info .intro p {
              color: #ffffff; }
          .c-section--featured .b-featured .article-tile .article-details .infobox .info.image {
            width: 50%; }
            .c-section--featured .b-featured .article-tile .article-details .infobox .info.image .intro {
              width: 100%; }
        .c-section--featured .b-featured .article-tile .article-details .infobox .author {
          display: block;
          position: relative;
          max-width: 60%;
          padding: 8px 0 0;
          color: #ffffff; }
      .c-section--featured .b-featured .article-tile .article-details .image-container {
        grid-column: span 6; }
        .c-section--featured .b-featured .article-tile .article-details .image-container img {
          width: 100%; }
        .c-section--featured .b-featured .article-tile .article-details .image-container .view {
          display: block;
          text-align: right;
          margin: 10px 0 0 0;
          color: #ffffff;
          text-decoration: underline; }
      .c-section--featured .b-featured .article-tile .article-details.video .author, .c-section--featured .b-featured .article-tile .article-details.webinar .author, .c-section--featured .b-featured .article-tile .article-details.podcast .author, .c-section--featured .b-featured .article-tile .article-details.event .author {
        display: none; }
    .c-section--featured .b-featured .article-tile:hover {
      background-color: #013A46;
      text-decoration: none; }

.c-section--news_section {
  position: relative; }
  @media only screen and (min-width: 992px) {
    .c-section--news_section {
      background-position: 50% 100%; } }
  .c-section--news_section .bg-section {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46%;
    height: calc(100% - 140px);
    background-image: url(/wp-content/themes/boodle/build/img/bg-waves-burgundy.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100%; }
    @media only screen and (min-width: 768px) {
      .c-section--news_section .bg-section {
        display: block; } }
    @media only screen and (min-width: 992px) {
      .c-section--news_section .bg-section {
        height: calc(100% - 178px);
        background-position: bottom left; } }
  .c-section--news_section .b-news_section .news-title {
    position: relative;
    overflow: hidden;
    padding-top: 20px; }
    .c-section--news_section .b-news_section .news-title .border-t {
      width: 40%;
      border-top: 1px solid #0A6169; }
  .c-section--news_section .b-news_section .featured-article {
    display: block;
    position: relative;
    margin: 0 0 40px;
    padding: 20px;
    background-color: #8A1538; }
    @media only screen and (min-width: 768px) {
      .c-section--news_section .b-news_section .featured-article {
        background-color: transparent;
        padding: 40px 0 0 0; } }
    .c-section--news_section .b-news_section .featured-article .featured-news {
      position: relative;
      z-index: 2;
      display: block;
      margin: 0 0 20px;
      color: #FCCF03; }
    .c-section--news_section .b-news_section .featured-article .article-content {
      position: relative;
      overflow: hidden;
      z-index: 2; }
      @media only screen and (min-width: 768px) {
        .c-section--news_section .b-news_section .featured-article .article-content {
          padding-right: 100px;
          padding-bottom: 20px; } }
      .c-section--news_section .b-news_section .featured-article .article-content .read-time {
        position: absolute;
        top: 5px;
        right: 0;
        color: #ffffff; }
        @media only screen and (min-width: 768px) {
          .c-section--news_section .b-news_section .featured-article .article-content .read-time {
            right: 60px; } }
        @media only screen and (min-width: 992px) {
          .c-section--news_section .b-news_section .featured-article .article-content .read-time {
            right: 100px; } }
      .c-section--news_section .b-news_section .featured-article .article-content .date {
        display: block;
        color: #ffffff;
        font-family: "Playfair Display", serif;
        font-weight: 400;
        margin: 0;
        font-size: 24px;
        line-height: 36px;
        min-height: 36px; }
      .c-section--news_section .b-news_section .featured-article .article-content .title {
        display: block;
        color: #ffffff;
        font-family: "Playfair Display", serif;
        font-weight: 400;
        margin: 0;
        font-size: 24px;
        line-height: 36px; }
      .c-section--news_section .b-news_section .featured-article .article-content .content {
        display: block;
        padding: 10px 0;
        color: #ffffff; }
        .c-section--news_section .b-news_section .featured-article .article-content .content p, .c-section--news_section .b-news_section .featured-article .article-content .content a {
          color: #ffffff; }
      .c-section--news_section .b-news_section .featured-article .article-content .view {
        text-decoration: underline;
        color: #ffffff;
        max-width: 80px; }
        .c-section--news_section .b-news_section .featured-article .article-content .view .default {
          background-color: #ffffff; }
        .c-section--news_section .b-news_section .featured-article .article-content .view .the-arrow.-left > .shaft {
          background-color: #ffffff; }
        .c-section--news_section .b-news_section .featured-article .article-content .view:hover .the-arrow.-left > .shaft {
          background-color: #ffffff;
          width: 110px; }
        .c-section--news_section .b-news_section .featured-article .article-content .view:hover .the-arrow.-left > .shaft:before,
        .c-section--news_section .b-news_section .featured-article .article-content .view:hover .the-arrow.-left > .shaft:after {
          background-color: #ffffff; }
    .c-section--news_section .b-news_section .featured-article img {
      position: relative;
      z-index: 2;
      display: block;
      width: 100%;
      margin: 20px 0; }
      .c-section--news_section .b-news_section .featured-article img.mobile {
        display: block; }
        @media only screen and (min-width: 768px) {
          .c-section--news_section .b-news_section .featured-article img.mobile {
            display: none; } }
      .c-section--news_section .b-news_section .featured-article img.desktop {
        display: none; }
        @media only screen and (min-width: 768px) {
          .c-section--news_section .b-news_section .featured-article img.desktop {
            display: block; } }
  .c-section--news_section .b-news_section .articles-wrapper {
    display: block;
    margin: 0 0 80px; }
    .c-section--news_section .b-news_section .articles-wrapper .article-section {
      display: block;
      position: relative;
      margin: 0 0 10px;
      padding: 10px 0;
      border-bottom: 1px solid #0A6169; }
      .c-section--news_section .b-news_section .articles-wrapper .article-section .read-time {
        position: absolute;
        top: 15px;
        right: 0;
        color: #8A1538; }
      .c-section--news_section .b-news_section .articles-wrapper .article-section .date {
        display: block;
        color: #8A1538;
        font-family: "Playfair Display", serif;
        font-weight: 400;
        margin: 0;
        font-size: 24px;
        line-height: 36px;
        min-height: 36px; }
      .c-section--news_section .b-news_section .articles-wrapper .article-section .title {
        display: block;
        color: #0A6169;
        font-family: "Playfair Display", serif;
        font-weight: 400;
        margin: 0;
        font-size: 24px;
        line-height: 36px; }
      .c-section--news_section .b-news_section .articles-wrapper .article-section .content {
        display: block;
        padding-right: 10%;
        padding: 10px 0 30px;
        color: #013A46;
        border: 0; }
      .c-section--news_section .b-news_section .articles-wrapper .article-section .author {
        display: block;
        text-decoration: underline;
        padding: 7px 0 0 0;
        color: #0A6169; }
      .c-section--news_section .b-news_section .articles-wrapper .article-section .view {
        position: absolute;
        bottom: 20px;
        right: 0;
        text-decoration: underline;
        color: #0A6169; }
        .c-section--news_section .b-news_section .articles-wrapper .article-section .view .default {
          background-color: #0A6169; }
        .c-section--news_section .b-news_section .articles-wrapper .article-section .view .the-arrow.-left > .shaft {
          background-color: #0A6169; }
        .c-section--news_section .b-news_section .articles-wrapper .article-section .view:hover .the-arrow.-left > .shaft {
          background-color: #0A6169;
          width: 90px; }
        .c-section--news_section .b-news_section .articles-wrapper .article-section .view:hover .the-arrow.-left > .shaft:before,
        .c-section--news_section .b-news_section .articles-wrapper .article-section .view:hover .the-arrow.-left > .shaft:after {
          background-color: #0A6169; }
  .c-section--news_section .b-news_section .view-all {
    color: #013A46;
    text-decoration: none;
    display: block;
    text-align: center; }
    .c-section--news_section .b-news_section .view-all:hover {
      text-decoration: underline; }
    .c-section--news_section .b-news_section .view-all svg {
      padding: 1px;
      margin-left: 10px; }
      .c-section--news_section .b-news_section .view-all svg circle, .c-section--news_section .b-news_section .view-all svg path {
        stroke: #013A46; }

.c-section--numbered_section .b-numbered_section .text-container {
  position: relative;
  padding: 20px 0;
  display: block; }
.c-section--numbered_section .b-numbered_section .numbered-section-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr); }
  .c-section--numbered_section .b-numbered_section .numbered-section-wrapper .numbered-section {
    padding: 20px 0;
    grid-column: span 12;
    border-bottom: 1px solid #ffffff; }
    @media only screen and (min-width: 768px) {
      .c-section--numbered_section .b-numbered_section .numbered-section-wrapper .numbered-section {
        grid-column: span 4;
        padding: 0 40px 0 20px;
        border-bottom: 0;
        border-right: 1px solid #ffffff; }
        .c-section--numbered_section .b-numbered_section .numbered-section-wrapper .numbered-section:nth-child(1) {
          padding-left: 0; }
        .c-section--numbered_section .b-numbered_section .numbered-section-wrapper .numbered-section:nth-child(3) {
          border-right: 0; } }
    .c-section--numbered_section .b-numbered_section .numbered-section-wrapper .numbered-section h4 {
      color: #ffffff;
      margin: 0 0 20px; }
    .c-section--numbered_section .b-numbered_section .numbered-section-wrapper .numbered-section p:last-child {
      margin: 0; }
.c-section--numbered_section.theme-navy .b-content_with_image .image-container .link {
  color: #FCCF03; }

.c-section--passle_section {
  background-color: #ffffff; }
  .c-section--passle_section .b-passle_section .passle-intro {
    position: relative;
    display: block;
    justify-content: center;
    padding: 20px 0 0; }
    @media only screen and (min-width: 768px) {
      .c-section--passle_section .b-passle_section .passle-intro {
        display: flex;
        padding: 20px 0 100px; } }
    .c-section--passle_section .b-passle_section .passle-intro h3 {
      min-width: 45%;
      margin-right: 20px; }
  .c-section--passle_section .b-passle_section .link {
    color: #013A46;
    text-decoration: underline;
    display: block;
    text-align: left;
    margin: 0 0 30px 0; }
    @media only screen and (min-width: 768px) {
      .c-section--passle_section .b-passle_section .link {
        text-align: right;
        margin: 10px 0 0 0; } }
    .c-section--passle_section .b-passle_section .link svg {
      padding: 1px;
      margin-left: 10px; }
      .c-section--passle_section .b-passle_section .link svg path, .c-section--passle_section .b-passle_section .link svg circle {
        stroke: #013A46; }

#passle-embed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; }
  #passle-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.c-section--people-header {
  padding-top: 0;
  text-align: right; }
  .c-section--people-header .b-people-header ul li {
    display: inline-block; }
    .c-section--people-header .b-people-header ul li .sf-input-text {
      border: 0;
      border-bottom: 1px solid #ffffff;
      border-radius: 0;
      padding: 5px 0;
      background-color: transparent;
      width: 300px;
      background-image: url(/wp-content/themes/boodle/build/img/search-yellow.svg);
      background-size: 16px;
      background-position: right center;
      background-repeat: no-repeat;
      margin: 0 10px;
      color: #ffffff; }
      .c-section--people-header .b-people-header ul li .sf-input-text:active, .c-section--people-header .b-people-header ul li .sf-input-text:focus {
        outline: 0;
        -moz-outline-style: none; }
      .c-section--people-header .b-people-header ul li .sf-input-text ::placeholder {
        color: #ffffff;
        opacity: 1;
        /* Firefox */ }
      .c-section--people-header .b-people-header ul li .sf-input-text :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #ffffff; }
      .c-section--people-header .b-people-header ul li .sf-input-text ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #ffffff; }
    .c-section--people-header .b-people-header ul li ::placeholder {
      color: #ffffff;
      opacity: 1;
      /* Firefox */ }
    .c-section--people-header .b-people-header ul li :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #ffffff; }
    .c-section--people-header .b-people-header ul li ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #ffffff; }
    .c-section--people-header .b-people-header ul li .sf-input-select {
      font-weight: 400;
      padding: 10px 37px 10px 10px;
      background-color: #0A6169;
      border: 0;
      color: #ffffff;
      background-image: url(/wp-content/themes/boodle/build/img/arrow-down.svg);
      background-size: 15px;
      background-position: 95% center;
      background-repeat: no-repeat;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0 5px;
      cursor: pointer; }
      .c-section--people-header .b-people-header ul li .sf-input-select:focus {
        outline: 0; }
    .c-section--people-header .b-people-header ul li .search-filter-reset {
      background-color: #0A6169;
      color: #ffffff;
      padding: 10px 15px;
      margin: 0 5px;
      transition: all 0.2s ease-in-out; }
      .c-section--people-header .b-people-header ul li .search-filter-reset:hover {
        background-color: #8A1538;
        text-decoration: none; }
    .c-section--people-header .b-people-header ul li .empty-message {
      padding: 10px;
      color: #013A46; }
    .c-section--people-header .b-people-header ul li .tt-menu .tt-dataset {
      background-color: #ffffff; }
      .c-section--people-header .b-people-header ul li .tt-menu .tt-dataset span {
        text-align: left;
        display: block;
        margin-bottom: 5px;
        color: #013A46;
        padding: 10px;
        min-width: 250px;
        text-decoration: none; }
        .c-section--people-header .b-people-header ul li .tt-menu .tt-dataset span:hover {
          background-color: #8A1538;
          color: #ffffff; }

.c-section--people-pagination {
  padding-top: 0px; }
  .c-section--people-pagination .b-people-pagination .pagination {
    display: block;
    text-align: center; }
    .c-section--people-pagination .b-people-pagination .pagination .nav-previous,
    .c-section--people-pagination .b-people-pagination .pagination .nav-next {
      display: inline-block; }
      .c-section--people-pagination .b-people-pagination .pagination .nav-previous a,
      .c-section--people-pagination .b-people-pagination .pagination .nav-next a {
        background-color: #0A6169;
        color: #ffffff;
        padding: 10px 15px;
        margin: 0 10px;
        transition: all 0.2s ease-in-out; }
        .c-section--people-pagination .b-people-pagination .pagination .nav-previous a:hover,
        .c-section--people-pagination .b-people-pagination .pagination .nav-next a:hover {
          background-color: #013A46;
          text-decoration: none; }

.c-section--biog-ctas {
  padding: 0 0 60px; }
  @media print {
    .c-section--biog-ctas {
      display: none; } }
  .c-section--biog-ctas .b-biog-ctas {
    text-align: center; }
    .c-section--biog-ctas .b-biog-ctas a {
      display: inline-block;
      margin: 0 20px;
      text-decoration: none; }
      .c-section--biog-ctas .b-biog-ctas a svg {
        padding: 1px;
        margin-left: 10px;
        width: 30px; }
      .c-section--biog-ctas .b-biog-ctas a.meet-the-team-cta {
        color: #8A1538; }
      .c-section--biog-ctas .b-biog-ctas a.back-to-all-people, .c-section--biog-ctas .b-biog-ctas a.back-to-all {
        color: #013A46 !important; }
        .c-section--biog-ctas .b-biog-ctas a.back-to-all-people svg path, .c-section--biog-ctas .b-biog-ctas a.back-to-all-people svg circle, .c-section--biog-ctas .b-biog-ctas a.back-to-all svg path, .c-section--biog-ctas .b-biog-ctas a.back-to-all svg circle {
          stroke: #013A46 !important; }
        .c-section--biog-ctas .b-biog-ctas a.back-to-all-people:hover svg path, .c-section--biog-ctas .b-biog-ctas a.back-to-all-people:hover svg circle, .c-section--biog-ctas .b-biog-ctas a.back-to-all:hover svg path, .c-section--biog-ctas .b-biog-ctas a.back-to-all:hover svg circle {
          stroke: #013A46 !important; }
      .c-section--biog-ctas .b-biog-ctas a:hover {
        text-decoration: underline; }

.search-filter-results .c-section--people {
  padding-top: 0; }

.c-section--people .b-people .people-header {
  position: relative;
  padding: 10px 0 0; }
  .c-section--people .b-people .people-header h3 {
    color: #FCCF03; }
.c-section--people .b-people .people-grid-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr); }
  .c-section--people .b-people .people-grid-container .people-tile {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    grid-column: span 9; }
    @media only screen and (min-width: 768px) {
      .c-section--people .b-people .people-grid-container .people-tile {
        grid-column: span 4; } }
    .c-section--people .b-people .people-grid-container .people-tile .tile-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 240px;
      z-index: 2;
      transition: all 0.2s ease-in-out;
      background-position: center center;
      background-size: cover; }
    .c-section--people .b-people .people-grid-container .people-tile .btn-info {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Playfair Display", serif;
      font-weight: 400;
      top: 193px;
      right: 10px;
      width: 37px;
      height: 37px;
      z-index: 3;
      border-radius: 37px;
      background-color: #FCCF03;
      color: #013A46;
      cursor: pointer;
      transition: all 0.2s ease-in-out; }
      .c-section--people .b-people .people-grid-container .people-tile .btn-info:hover {
        background-color: #8A1538;
        color: #ffffff; }
    .c-section--people .b-people .people-grid-container .people-tile .infobox {
      position: relative;
      top: 0;
      left: 0;
      height: 240px;
      width: 100%;
      display: block;
      color: #ffffff;
      z-index: 1;
      opacity: 0;
      padding: 15px;
      color: #ffffff;
      transition: all 0.2s ease-in-out; }
      .c-section--people .b-people .people-grid-container .people-tile .infobox .bg-theme {
        opacity: 0;
        background-color: #8A1538;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        mix-blend-mode: multiply;
        transition: all 0.2s ease-in-out;
        z-index: 2; }
      .c-section--people .b-people .people-grid-container .people-tile .infobox .info {
        position: relative;
        z-index: 4;
        display: block;
        color: #ffffff; }
        .c-section--people .b-people .people-grid-container .people-tile .infobox .info h4 {
          display: block;
          color: #ffffff;
          margin: 0 0 20px 0; }
        .c-section--people .b-people .people-grid-container .people-tile .infobox .info a {
          display: block;
          color: #ffffff;
          margin: 0 0 10px; }
          .c-section--people .b-people .people-grid-container .people-tile .infobox .info a.email, .c-section--people .b-people .people-grid-container .people-tile .infobox .info a.view {
            text-decoration: underline; }
      .c-section--people .b-people .people-grid-container .people-tile .infobox .search {
        opacity: 0; }
    .c-section--people .b-people .people-grid-container .people-tile .title {
      margin: 10px 0 20px 0;
      color: #ffffff; }
    .c-section--people .b-people .people-grid-container .people-tile.selected .btn-info {
      background-color: #8A1538;
      color: #ffffff; }
    .c-section--people .b-people .people-grid-container .people-tile.selected .infobox {
      z-index: 2;
      opacity: 1; }
      .c-section--people .b-people .people-grid-container .people-tile.selected .infobox .bg-theme {
        opacity: 0.85; }

#people-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    #people-search {
      right: 40px;
      top: 10px;
      width: 40%; } }
  #people-search .twitter-typeahead {
    width: 100%; }
  #people-search .typeahead {
    border: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    padding: 5px 0;
    background-color: transparent;
    width: 100%;
    background-image: url(/wp-content/themes/boodle/build/img/search-yellow.svg);
    background-size: 16px;
    background-position: right center;
    background-repeat: no-repeat;
    color: #ffffff; }
    #people-search .typeahead:active, #people-search .typeahead:focus {
      outline: 0;
      -moz-outline-style: none; }
  #people-search ::placeholder {
    color: #ffffff;
    opacity: 1;
    /* Firefox */ }
  #people-search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff; }
  #people-search ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ffffff; }
  #people-search .empty-message {
    padding: 10px;
    color: #013A46; }
  #people-search .tt-menu .tt-dataset {
    background-color: #ffffff; }
    #people-search .tt-menu .tt-dataset h3 {
      position: relative;
      display: block;
      color: #002A3A;
      background-color: #ffffff;
      padding: 10px;
      border-bottom: 1px solid black;
      font-size: 18px;
      margin: 0;
      line-height: 100%; }
    #people-search .tt-menu .tt-dataset a {
      display: block;
      margin-bottom: 5px;
      color: #013A46;
      padding: 10px;
      min-width: 250px;
      text-decoration: none; }
      #people-search .tt-menu .tt-dataset a:hover {
        background-color: #013A46;
        color: #ffffff; }

.c-section--people_section {
  position: relative;
  overflow: visible;
  background-image: url(/wp-content/themes/boodle/build/img/bg_waves.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 150%; }
  @media only screen and (min-width: 992px) {
    .c-section--people_section {
      background-position: 50% 100%; } }
  .c-section--people_section .b-people_section .people-wrapper {
    position: relative;
    padding: 20px 0 0 0; }
    .c-section--people_section .b-people_section .people-wrapper h3, .c-section--people_section .b-people_section .people-wrapper p, .c-section--people_section .b-people_section .people-wrapper a {
      color: #ffffff; }
    .c-section--people_section .b-people_section .people-wrapper p {
      max-width: 300px; }
    .c-section--people_section .b-people_section .people-wrapper a svg {
      padding: 1px;
      margin-left: 10px;
      padding: 1px; }
    .c-section--people_section .b-people_section .people-wrapper .border-t {
      width: 40%; }
    .c-section--people_section .b-people_section .people-wrapper .people-grid-container {
      display: none;
      position: relative;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        .c-section--people_section .b-people_section .people-wrapper .people-grid-container {
          display: block;
          height: 630px;
          margin-top: 60px;
          padding-top: 30px; } }
      .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper {
        position: relative;
        margin: 40px 0 0 0; }
        @media only screen and (min-width: 768px) {
          .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper {
            margin: 0; } }
        .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment {
          display: none; }
          .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment.current {
            display: block; }
          .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile {
            overflow: hidden;
            transition: all 0.4s ease-in-out;
            background-color: #0A6169;
            position: relative;
            height: 230px;
            width: 100%;
            display: block;
            top: auto;
            left: auto;
            margin: 0 0 10px 0; }
            @media only screen and (min-width: 768px) {
              .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile {
                position: absolute;
                margin: 0; } }
            .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile .tile-image {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 2;
              transition: all 0.2s ease-in-out;
              background-position: top center;
              background-size: cover; }
            .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile .btn-info {
              position: absolute;
              display: flex;
              align-items: center;
              justify-content: center;
              font-family: "Playfair Display", serif;
              font-weight: 400;
              bottom: 10px;
              right: 10px;
              width: 37px;
              height: 37px;
              z-index: 3;
              border-radius: 37px;
              background-color: #FCCF03;
              color: #013A46;
              cursor: pointer;
              transition: all 0.2s ease-in-out; }
              .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile .btn-info:hover {
                background-color: #8A1538;
                color: #ffffff; }
            .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile .infobox {
              position: relative;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              display: block;
              color: #ffffff;
              z-index: 1;
              opacity: 0;
              padding: 15px;
              color: #ffffff;
              transition: all 0.2s ease-in-out; }
              .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile .infobox .bg-theme {
                opacity: 0;
                background-color: #8A1538;
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                mix-blend-mode: multiply;
                transition: all 0.2s ease-in-out;
                z-index: 2; }
              .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile .infobox .info {
                position: relative;
                z-index: 4;
                display: block;
                color: #ffffff; }
                .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile .infobox .info h4 {
                  display: block;
                  color: #ffffff;
                  margin: 0 0 20px; }
                .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile .infobox .info a {
                  display: block;
                  color: #ffffff;
                  margin: 0 0 10px; }
              .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile .infobox .search {
                opacity: 0; }
            .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile .title {
              color: #ffffff; }
            .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile.selected .btn-info {
              background-color: #8A1538;
              color: #ffffff; }
            .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile.selected .infobox {
              z-index: 2;
              opacity: 1; }
              .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile.selected .infobox .bg-theme {
                opacity: 0.85; }
            @media only screen and (min-width: 768px) {
              .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile:nth-child(1) {
                left: 0;
                top: 0;
                width: 30%;
                height: 280px; } }
            @media only screen and (min-width: 768px) {
              .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile:nth-child(2) {
                left: 30%;
                top: 70px;
                width: 25%;
                height: 230px; } }
            @media only screen and (min-width: 768px) {
              .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile:nth-child(3) {
                left: 55%;
                top: 20px;
                width: 28%;
                height: 280px; } }
            @media only screen and (min-width: 768px) {
              .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile:nth-child(4) {
                left: 3%;
                top: 280px;
                width: 27%;
                height: 260px; } }
            @media only screen and (min-width: 768px) {
              .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile:nth-child(5) {
                left: 30%;
                top: 300px;
                width: 30%;
                height: 270px; } }
            @media only screen and (min-width: 768px) {
              .c-section--people_section .b-people_section .people-wrapper .people-grid-container .people-grid-wrapper .people-segment .people-grid-tile:nth-child(6) {
                left: 60%;
                top: 300px;
                width: 30%;
                height: 245px; } }
      .c-section--people_section .b-people_section .people-wrapper .people-grid-container .next-people {
        position: relative;
        display: block;
        cursor: pointer;
        margin: 20px 0; }
        .c-section--people_section .b-people_section .people-wrapper .people-grid-container .next-people svg {
          padding: 1px; }
          .c-section--people_section .b-people_section .people-wrapper .people-grid-container .next-people svg path, .c-section--people_section .b-people_section .people-wrapper .people-grid-container .next-people svg circle {
            stroke: #FCCF03; }
        .c-section--people_section .b-people_section .people-wrapper .people-grid-container .next-people span {
          color: #FCCF03;
          margin-right: 10px; }
        @media only screen and (min-width: 768px) {
          .c-section--people_section .b-people_section .people-wrapper .people-grid-container .next-people {
            position: absolute;
            right: 20px;
            top: 270px;
            margin: 0; }
            .c-section--people_section .b-people_section .people-wrapper .people-grid-container .next-people span {
              display: none; } }
      .c-section--people_section .b-people_section .people-wrapper .people-grid-container .view-all {
        position: relative;
        display: block;
        color: #ffffff;
        text-decoration: underline; }
        .c-section--people_section .b-people_section .people-wrapper .people-grid-container .view-all svg {
          padding: 1px;
          margin-left: 10px; }
        @media only screen and (min-width: 768px) {
          .c-section--people_section .b-people_section .people-wrapper .people-grid-container .view-all {
            position: absolute;
            right: 120px;
            bottom: 0px; } }
    .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles {
      display: block;
      position: relative;
      overflow: hidden;
      margin-top: 80px; }
      .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper {
        display: block;
        grid-template-columns: repeat(12, 1fr);
        position: relative;
        overflow: hidden; }
        @media only screen and (min-width: 768px) {
          .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper {
            display: grid;
            grid-gap: 40px;
            padding-right: 10%; } }
        @media only screen and (min-width: 992px) {
          .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper {
            padding-right: 30%; } }
        .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper .people-grid-tile {
          display: flex;
          position: relative;
          overflow: hidden;
          height: 360px;
          grid-column: span 6;
          transition: all 0.4s ease-in-out;
          background-color: #0A6169;
          margin: 0 0 20px; }
          @media only screen and (min-width: 768px) {
            .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper .people-grid-tile {
              margin: 0; } }
          .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper .people-grid-tile .tile-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            transition: all 0.2s ease-in-out;
            background-position: center center;
            background-size: cover; }
          .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper .people-grid-tile .btn-info {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: "Playfair Display", serif;
            font-weight: 400;
            bottom: 10px;
            right: 10px;
            width: 37px;
            height: 37px;
            z-index: 3;
            border-radius: 37px;
            background-color: #FCCF03;
            color: #013A46;
            cursor: pointer;
            transition: all 0.2s ease-in-out; }
            .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper .people-grid-tile .btn-info:hover {
              background-color: #354d96;
              color: #ffffff; }
          .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper .people-grid-tile .infobox {
            position: relative;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            color: #ffffff;
            z-index: 2;
            opacity: 0;
            padding: 15px;
            color: #ffffff;
            transition: all 0.2s ease-in-out; }
            .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper .people-grid-tile .infobox .bg-theme {
              opacity: 0;
              background-color: #354d96;
              position: absolute;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              mix-blend-mode: multiply;
              transition: all 0.2s ease-in-out;
              z-index: 2; }
            .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper .people-grid-tile .infobox .info {
              position: relative;
              z-index: 4;
              display: block;
              color: #ffffff; }
              .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper .people-grid-tile .infobox .info h4 {
                display: block;
                color: #ffffff; }
              .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper .people-grid-tile .infobox .info a {
                display: block;
                color: #ffffff;
                margin: 0 0 10px; }
            .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper .people-grid-tile .infobox .search {
              opacity: 0; }
          .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper .people-grid-tile .title {
            color: #ffffff; }
          .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper .people-grid-tile.selected .btn-info {
            background-color: #354d96;
            color: #ffffff; }
          .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper .people-grid-tile.selected .infobox {
            opacity: 1; }
            .c-section--people_section .b-people_section .people-wrapper .people-grid-container-tiles .people-grid-wrapper .people-grid-tile.selected .infobox .bg-theme {
              opacity: 0.85; }

.page-theme-navy .c-section--related-services .b-related-services .related-services-wrapper h3 {
  color: #ffffff; }

.page-style-entrepreneur .c-section--people_section .b-people_section .people-grid-container .people-grid-wrapper .people-grid-tile .btn-info {
  background-color: #E86F50 !important;
  color: #013A46 !important; }
.page-style-entrepreneur .c-section--people_section .b-people_section .people-grid-container .people-grid-wrapper .people-grid-tile .infobox .info {
  color: #013A46 !important; }
  .page-style-entrepreneur .c-section--people_section .b-people_section .people-grid-container .people-grid-wrapper .people-grid-tile .infobox .info h4 {
    color: #013A46 !important; }
  .page-style-entrepreneur .c-section--people_section .b-people_section .people-grid-container .people-grid-wrapper .people-grid-tile .infobox .info a {
    color: #013A46 !important; }
.page-style-entrepreneur .c-section--people_section .b-people_section .people-grid-container .people-grid-wrapper .people-grid-tile .infobox .bg-theme {
  background-color: #E86F50 !important; }

.c-section--promo_boxes {
  position: relative; }
  .c-section--promo_boxes .b-promo_boxes .promo-wrapper {
    position: relative;
    padding: 20px 0 0 0; }
    .c-section--promo_boxes .b-promo_boxes .promo-wrapper h3 {
      color: #ffffff;
      text-align: right; }
    .c-section--promo_boxes .b-promo_boxes .promo-wrapper .border-t {
      height: 1px;
      width: 40%;
      position: absolute;
      top: 0;
      left: auto;
      right: 0;
      border-top: 1px solid #ffffff; }
    .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper {
      display: block;
      margin: 40px 0; }
      @media print {
        .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper {
          opacity: 1 !important;
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important; } }
      @media only screen and (min-width: 768px) {
        .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper {
          display: grid;
          grid-gap: 20px;
          grid-template-columns: repeat(12, 1fr); } }
      .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box {
        display: block;
        position: relative;
        padding: 20px 20px 60px;
        color: #ffffff;
        transition: all 0.4s ease-in-out;
        margin: 0 0 20px; }
        @media only screen and (min-width: 768px) {
          .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box {
            margin: 0;
            grid-column: span 12;
            grid-column: span 6;
            min-height: 300px; } }
        @media only screen and (min-width: 992px) {
          .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box {
            grid-column: span 4; } }
        .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box .service-title {
          font-family: "Playfair Display", serif;
          text-decoration: underline;
          display: block;
          font-size: 24px;
          line-height: 30px;
          margin: 0 0 20px; }
        .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box .service-description {
          display: block;
          margin: 0; }
          @media only screen and (min-width: 768px) {
            .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box .service-description {
              margin: 0 0 30px;
              width: 80%; } }
        .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box .read-more {
          position: absolute;
          bottom: 20px;
          display: block;
          text-decoration: underline;
          margin: 10px 0 0 0; }
        .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box:nth-child(4n+1) {
          background-color: #8A1538; }
        .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box:nth-child(4n+2) {
          background-color: #0A6169; }
        .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box:nth-child(4n+3) {
          background-color: #1F406A; }
        .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box:nth-child(4n+4) {
          background-color: #354d96; }
        .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box:nth-of-type(1n+4) {
          display: none; }
        @media only screen and (min-width: 768px) {
          .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box:nth-of-type(1n+4) {
            display: block; } }
        .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box:hover {
          text-decoration: none; }
        .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box.find-out-more {
          background-color: transparent;
          display: flex !important;
          align-items: center;
          justify-content: center;
          cursor: pointer; }
          .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box.find-out-more span svg {
            padding: 1px;
            margin-left: 10px; }
      .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .promo-view-more {
        display: block;
        color: #8A1538;
        text-align: center;
        cursor: pointer; }
        .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .promo-view-more svg {
          margin-left: 10px;
          padding: 1px; }
          .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .promo-view-more svg path, .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .promo-view-more svg circle {
            stroke: #8A1538; }
        .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .promo-view-more:hover {
          text-decoration: underline; }
        @media only screen and (min-width: 768px) {
          .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .promo-view-more {
            display: none; } }
      .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper.view-all .box, .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper.show-all .box {
        display: block !important; }
        .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper.view-all .box.find-out-more, .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper.show-all .box.find-out-more {
          display: flex !important; }
      .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper.view-all .promo-view-more, .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper.show-all .promo-view-more {
        display: none; }

.page-theme-navy .c-section--promo_boxes .b-promo_boxes .promo-wrapper h3 {
  color: #ffffff; }
.page-theme-navy .c-section--promo_boxes .b-promo_boxes .promo-wrapper .border-t {
  border-top: 1px solid #ffffff; }
.page-theme-navy .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .promo-view-more {
  color: #ffffff; }
  .page-theme-navy .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .promo-view-more svg path, .page-theme-navy .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .promo-view-more svg circle {
    stroke: #ffffff; }

.page-style-entrepreneur .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box:nth-child(4n+1) {
  background-color: #E86F50 !important; }
.page-style-entrepreneur .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box:nth-child(4n+2) {
  background-color: #9DAAA2 !important; }
.page-style-entrepreneur .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box:nth-child(4n+3) {
  background-color: #1F406A !important; }
.page-style-entrepreneur .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box:nth-child(4n+4) {
  background-color: #CED0CB !important;
  color: #013A46 !important; }
  .page-style-entrepreneur .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box:nth-child(4n+4) .read-more {
    color: #013A46 !important; }
    .page-style-entrepreneur .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box:nth-child(4n+4) .read-more .default {
      background-color: #013A46 !important; }
    .page-style-entrepreneur .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box:nth-child(4n+4) .read-more .the-arrow .shaft {
      background-color: #013A46 !important; }
      .page-style-entrepreneur .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box:nth-child(4n+4) .read-more .the-arrow .shaft:before {
        background-color: #013A46 !important; }
      .page-style-entrepreneur .c-section--promo_boxes .b-promo_boxes .promo-wrapper .boxes-wrapper .box:nth-child(4n+4) .read-more .the-arrow .shaft:after {
        background-color: #013A46 !important; }

.c-section--recommended-reading {
  background-color: #C5CCC7; }
  @media print {
    .c-section--recommended-reading {
      display: none; } }
  .c-section--recommended-reading .b-recommended-reading .title-section {
    position: relative;
    padding-top: 10px; }
    .c-section--recommended-reading .b-recommended-reading .title-section .border-t {
      border-top: 1px solid #013A46; }
  .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper {
    display: block;
    margin: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper {
        display: grid;
        grid-gap: 50px;
        grid-template-columns: repeat(12, 1fr);
        margin: 20px 0; } }
    .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper .article {
      display: block;
      padding: 10px;
      grid-column: span 6;
      position: relative;
      overflow: hidden;
      margin-bottom: 20px; }
      @media only screen and (min-width: 768px) {
        .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper .article {
          padding: 20px;
          grid-column: span 6;
          margin-bottom: 0; } }
      .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper .article .date {
        display: block;
        min-height: 33px;
        color: #8A1538;
        margin: 0 0 10px; }
        .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper .article .date svg {
          padding: 1px;
          margin-right: 10px; }
      .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper .article .title {
        display: block;
        margin: 0 0 20px; }
      .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper .article .intro {
        display: block;
        padding-right: 40px; }
        .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper .article .intro p {
          margin-bottom: 10px; }
          @media only screen and (min-width: 768px) {
            .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper .article .intro p {
              margin: 0 0 20px 0; } }
      .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper .article .read-time {
        color: #8A1538;
        position: absolute;
        top: 20px;
        right: 20px; }
      .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper .article .animated-arrow {
        text-decoration: underline;
        color: #013A46;
        max-width: 80px; }
        .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper .article .animated-arrow .default {
          background-color: #013A46; }
        .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper .article .animated-arrow .the-arrow.-left > .shaft {
          background-color: #013A46; }
        .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper .article .animated-arrow:hover .the-arrow.-left > .shaft {
          background-color: #013A46;
          width: 110px; }
        .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper .article .animated-arrow:hover .the-arrow.-left > .shaft:before,
        .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper .article .animated-arrow:hover .the-arrow.-left > .shaft:after {
          background-color: #013A46; }
      .c-section--recommended-reading .b-recommended-reading .recommended-reading-wrapper .article.pinned {
        border: 1px solid #9DAAA2; }

.c-section--related-services {
  position: relative; }
  .c-section--related-services .b-related-services .related-services-wrapper {
    position: relative;
    padding: 20px 0 0 0; }
    .c-section--related-services .b-related-services .related-services-wrapper .border-t {
      height: 1px;
      width: 40%;
      position: absolute;
      top: 0;
      left: 0;
      border-top: 1px solid #0A6169; }
    .c-section--related-services .b-related-services .related-services-wrapper .services-wrapper {
      display: block;
      margin: 40px 0; }
      @media print {
        .c-section--related-services .b-related-services .related-services-wrapper .services-wrapper {
          opacity: 1 !important;
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important; } }
      @media only screen and (min-width: 768px) {
        .c-section--related-services .b-related-services .related-services-wrapper .services-wrapper {
          display: grid;
          grid-gap: 20px;
          grid-template-columns: repeat(12, 1fr); } }
      .c-section--related-services .b-related-services .related-services-wrapper .services-wrapper .service {
        display: block;
        padding: 20px;
        margin: 0 0 20px;
        color: #ffffff;
        transition: all 0.4s ease-in-out; }
        @media only screen and (min-width: 768px) {
          .c-section--related-services .b-related-services .related-services-wrapper .services-wrapper .service {
            margin: 0;
            grid-column: span 6; } }
        @media only screen and (min-width: 992px) {
          .c-section--related-services .b-related-services .related-services-wrapper .services-wrapper .service {
            grid-column: span 4; } }
        .c-section--related-services .b-related-services .related-services-wrapper .services-wrapper .service .service-title {
          font-family: "Playfair Display", serif;
          text-decoration: underline;
          display: block;
          font-size: 24px;
          line-height: 30px;
          margin: 0 0 20px; }
        .c-section--related-services .b-related-services .related-services-wrapper .services-wrapper .service .service-description {
          display: block;
          margin: 0 0 60px;
          width: 80%; }
        .c-section--related-services .b-related-services .related-services-wrapper .services-wrapper .service:nth-child(4n+1) {
          background-color: #8A1538; }
        .c-section--related-services .b-related-services .related-services-wrapper .services-wrapper .service:nth-child(4n+2) {
          background-color: #0A6169; }
        .c-section--related-services .b-related-services .related-services-wrapper .services-wrapper .service:nth-child(4n+3) {
          background-color: #1F406A; }
        .c-section--related-services .b-related-services .related-services-wrapper .services-wrapper .service:nth-child(4n+4) {
          background-color: #354d96; }
        .c-section--related-services .b-related-services .related-services-wrapper .services-wrapper .service:hover {
          text-decoration: none; }
  .c-section--related-services.client-type {
    padding-top: 0 !important; }

.page-theme-navy .c-section--related-services .b-related-services .related-services-wrapper h3 {
  color: #ffffff; }

.c-section--search-header {
  padding-bottom: 0; }

.c-section--search-section .b-search-section .search-results-grid-container {
  margin-top: 40px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(12, 1fr); }
  .c-section--search-section .b-search-section .search-results-grid-container .search-result {
    position: relative;
    overflow: hidden;
    grid-column: span 10;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #0A6169; }
    .c-section--search-section .b-search-section .search-results-grid-container .search-result h4 {
      margin: 0; }
    .c-section--search-section .b-search-section .search-results-grid-container .search-result h5 {
      font-size: 14px; }
    .c-section--search-section .b-search-section .search-results-grid-container .search-result a {
      color: #013A46;
      text-decoration: underline; }
.c-section--search-section.people {
  padding-bottom: 0; }

.c-section--search-section-promo {
  padding-bottom: 0; }
  .c-section--search-section-promo .b-search-section-promo .search-results-promo-grid-container {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(12, 1fr);
    margin: 40px 0; }
    @media print {
      .c-section--search-section-promo .b-search-section-promo .search-results-promo-grid-container {
        opacity: 1 !important;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important; } }
    .c-section--search-section-promo .b-search-section-promo .search-results-promo-grid-container .box {
      grid-column: span 12;
      padding: 20px;
      color: #ffffff;
      transition: all 0.4s ease-in-out; }
      @media only screen and (min-width: 768px) {
        .c-section--search-section-promo .b-search-section-promo .search-results-promo-grid-container .box {
          grid-column: span 4;
          min-height: 140px; } }
      .c-section--search-section-promo .b-search-section-promo .search-results-promo-grid-container .box .service-title {
        font-family: "Playfair Display", serif;
        text-decoration: underline;
        display: block;
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 20px; }
      .c-section--search-section-promo .b-search-section-promo .search-results-promo-grid-container .box .service-description {
        display: block;
        margin: 0; }
        @media only screen and (min-width: 768px) {
          .c-section--search-section-promo .b-search-section-promo .search-results-promo-grid-container .box .service-description {
            margin: 0 0 60px;
            width: 80%; } }
      .c-section--search-section-promo .b-search-section-promo .search-results-promo-grid-container .box:nth-child(4n+1) {
        background-color: #8A1538; }
      .c-section--search-section-promo .b-search-section-promo .search-results-promo-grid-container .box:nth-child(4n+2) {
        background-color: #0A6169; }
      .c-section--search-section-promo .b-search-section-promo .search-results-promo-grid-container .box:nth-child(4n+3) {
        background-color: #1F406A; }
      .c-section--search-section-promo .b-search-section-promo .search-results-promo-grid-container .box:nth-child(4n+4) {
        background-color: #354d96; }
      .c-section--search-section-promo .b-search-section-promo .search-results-promo-grid-container .box:nth-of-type(1n+4) {
        display: none; }
      @media only screen and (min-width: 768px) {
        .c-section--search-section-promo .b-search-section-promo .search-results-promo-grid-container .box:nth-of-type(1n+4) {
          display: block; } }
      .c-section--search-section-promo .b-search-section-promo .search-results-promo-grid-container .box:hover {
        text-decoration: none; }
      .c-section--search-section-promo .b-search-section-promo .search-results-promo-grid-container .box.find-out-more {
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .c-section--search-section-promo .b-search-section-promo .search-results-promo-grid-container .box.find-out-more span svg {
          padding: 1px;
          margin-left: 10px; }

.c-section--table_rows .b-table_rows {
  color: #8A1538; }
  .c-section--table_rows .b-table_rows .table-rows-container {
    display: none; }
    @media only screen and (min-width: 768px) {
      .c-section--table_rows .b-table_rows .table-rows-container {
        display: block; } }
    @media print {
      .c-section--table_rows .b-table_rows .table-rows-container {
        display: block; } }
    .c-section--table_rows .b-table_rows .table-rows-container .table-row {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: repeat(10, 1fr);
      border-top: 1px solid #9DAAA2;
      padding: 20px 0; }
      @media print {
        .c-section--table_rows .b-table_rows .table-rows-container .table-row {
          opacity: 1 !important;
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important; } }
      .c-section--table_rows .b-table_rows .table-rows-container .table-row .row-title {
        grid-column: span 3; }
        .c-section--table_rows .b-table_rows .table-rows-container .table-row .row-title h6 {
          font-family: "Playfair Display", serif;
          font-weight: 400;
          font-size: 18px;
          line-height: 22px;
          margin: 0 0 20px 0;
          color: #8A1538; }
          @media only screen and (min-width: 768px) {
            .c-section--table_rows .b-table_rows .table-rows-container .table-row .row-title h6 {
              font-size: 18px;
              line-height: 22px; } }
          @media (min-width: 992px) and (min-height: 720px) {
            .c-section--table_rows .b-table_rows .table-rows-container .table-row .row-title h6 {
              font-size: 18px;
              line-height: 22px; } }
      .c-section--table_rows .b-table_rows .table-rows-container .table-row .row-content {
        grid-column: span 7; }
        .c-section--table_rows .b-table_rows .table-rows-container .table-row .row-content p {
          margin: 0 0 10px; }
          .c-section--table_rows .b-table_rows .table-rows-container .table-row .row-content p:last-child {
            margin: 0; }
        .c-section--table_rows .b-table_rows .table-rows-container .table-row .row-content a {
          color: #8A1538;
          text-decoration: underline; }
      .c-section--table_rows .b-table_rows .table-rows-container .table-row:last-child {
        border-bottom: 1px solid #9DAAA2; }
  .c-section--table_rows .b-table_rows #table-accordion {
    display: block; }
    .c-section--table_rows .b-table_rows #table-accordion .card {
      border: 0;
      border-bottom: 1px solid #013A46;
      border-radius: 0;
      padding: 0; }
      .c-section--table_rows .b-table_rows #table-accordion .card .card-header {
        background-color: transparent;
        border: 0;
        padding: 0; }
        .c-section--table_rows .b-table_rows #table-accordion .card .card-header h4 {
          padding: 0 0 20px;
          display: block;
          text-align: left;
          color: #8A1538;
          position: relative; }
          .c-section--table_rows .b-table_rows #table-accordion .card .card-header h4 svg {
            position: absolute;
            top: 6px;
            right: 20px;
            width: 20px;
            transform: rotate(180deg); }
          .c-section--table_rows .b-table_rows #table-accordion .card .card-header h4.collapsed svg {
            transform: rotate(0deg); }
      .c-section--table_rows .b-table_rows #table-accordion .card .card-body {
        padding: 0;
        color: #013A46; }
        .c-section--table_rows .b-table_rows #table-accordion .card .card-body a {
          color: #8A1538; }
    @media only screen and (min-width: 768px) {
      .c-section--table_rows .b-table_rows #table-accordion {
        display: none; } }
    @media print {
      .c-section--table_rows .b-table_rows #table-accordion {
        display: none; } }

.page-theme-navy .c-section--table_rows .b-table_rows {
  color: #ffffff; }
  .page-theme-navy .c-section--table_rows .b-table_rows .table-rows-container .table-row .row-title h6 {
    color: #ffffff; }
  .page-theme-navy .c-section--table_rows .b-table_rows .table-rows-container .table-row .row-content a {
    color: #44c1b2; }

.c-section--two_column_content.theme-blue {
  color: #ffffff; }
  .c-section--two_column_content.theme-blue p, .c-section--two_column_content.theme-blue li {
    color: #ffffff; }
  .c-section--two_column_content.theme-blue a {
    text-decoration: underline;
    color: #44c1b2; }
    .c-section--two_column_content.theme-blue a:hover {
      color: #44c1b2; }
.c-section--two_column_content.theme-teal {
  color: #ffffff; }
  .c-section--two_column_content.theme-teal p, .c-section--two_column_content.theme-teal li {
    color: #ffffff; }
  .c-section--two_column_content.theme-teal a {
    text-decoration: underline;
    color: #44c1b2; }
    .c-section--two_column_content.theme-teal a:hover {
      color: #44c1b2; }

.c-section--title_and_intro .b-title_and_intro {
  color: #8A1538; }
  .c-section--title_and_intro .b-title_and_intro h1, .c-section--title_and_intro .b-title_and_intro h2, .c-section--title_and_intro .b-title_and_intro h3, .c-section--title_and_intro .b-title_and_intro h4 {
    margin-top: 0; }

.page-theme-navy .c-section--title_and_intro .b-title_and_intro {
  color: #ffffff; }
  .page-theme-navy .c-section--title_and_intro .b-title_and_intro h1, .page-theme-navy .c-section--title_and_intro .b-title_and_intro h2, .page-theme-navy .c-section--title_and_intro .b-title_and_intro h3, .page-theme-navy .c-section--title_and_intro .b-title_and_intro h4, .page-theme-navy .c-section--title_and_intro .b-title_and_intro p, .page-theme-navy .c-section--title_and_intro .b-title_and_intro ul, .page-theme-navy .c-section--title_and_intro .b-title_and_intro li {
    color: #ffffff; }

.trainee-services-container {
  position: relative;
  padding: 20px 0;
  background-color: #354d96; }
  .trainee-services-container #btn-your-services {
    position: relative;
    cursor: pointer;
    color: #ffffff;
    text-decoration: underline;
    padding-left: 30px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    margin: 0 0 40px; }
    .trainee-services-container #btn-your-services .line {
      width: 15px;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 0;
      background-color: #ffffff;
      transition: all 0.6s ease-in-out; }
      .trainee-services-container #btn-your-services .line:before {
        background-color: #ffffff;
        content: "";
        width: 15px;
        height: 1px;
        position: absolute;
        top: -4px;
        transition: all 0.6s ease-in-out; }
    .trainee-services-container #btn-your-services.open .line {
      transform: rotateY(0deg) rotate(45deg); }
      .trainee-services-container #btn-your-services.open .line:before {
        top: 0px;
        transform: rotateY(0deg) rotate(90deg); }
  .trainee-services-container .your-services {
    position: relative;
    overflow: hidden;
    height: 0;
    display: grid;
    grid-gap: 20px;
    grid-row-gap: 5px;
    grid-template-columns: repeat(12, 1fr);
    height: auto;
    max-height: 0;
    transition: all 0.8s ease-in-out;
    opacity: 0; }
    .trainee-services-container .your-services.open {
      opacity: 1;
      max-height: 400px; }
    .trainee-services-container .your-services a {
      grid-column: span 6;
      color: #ffffff; }
      .trainee-services-container .your-services a.current {
        text-decoration: underline; }

.c-section--trainee-services-details .b-trainee-services-details h1 {
  color: #354d96;
  margin: 0 0 80px; }
.c-section--trainee-services-details .b-trainee-services-details .introduction {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #013A46; }
.c-section--trainee-services-details .b-trainee-services-details a {
  color: #8A1538;
  text-decoration: underline; }
.c-section--trainee-services-details .b-trainee-services-details .cta-section {
  display: block;
  margin: 40px 0;
  border-top: 1px solid #013A46;
  max-width: 500px; }
  .c-section--trainee-services-details .b-trainee-services-details .cta-section .cta-row {
    display: block;
    border-bottom: 1px solid #013A46;
    padding: 10px 0; }
    .c-section--trainee-services-details .b-trainee-services-details .cta-section .cta-row .t-h4 {
      display: inline-block;
      max-width: 72%;
      margin: 0; }
    .c-section--trainee-services-details .b-trainee-services-details .cta-section .cta-row a {
      float: right;
      display: block;
      margin: 5px 0 0 0; }
      .c-section--trainee-services-details .b-trainee-services-details .cta-section .cta-row a svg {
        padding: 1px;
        margin-left: 10px; }

.single-trainee h1 {
  color: #354d96;
  margin: 0 0 40px; }

.page-template-trainee_landing.page-theme-light h1 {
  color: #354d96; }
.page-template-trainee_landing.page-theme-light a {
  text-decoration: underline; }
.page-template-trainee_landing.page-theme-light .c-section--trainee-services-details a {
  color: #8A1538;
  text-decoration: underline; }

.c-section--trainee_grid {
  position: relative;
  overflow: visible; }
  .c-section--trainee_grid .b-trainee_grid .people-wrapper {
    position: relative;
    padding: 0 0 0 0; }
    .c-section--trainee_grid .b-trainee_grid .people-wrapper .content {
      display: block;
      position: relative;
      padding-top: 20px; }
      .c-section--trainee_grid .b-trainee_grid .people-wrapper .content p {
        max-width: 300px; }
      .c-section--trainee_grid .b-trainee_grid .people-wrapper .content .border-t {
        width: 40%;
        border-top: 1px solid #013A46; }
    .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container {
      display: block;
      position: relative;
      overflow: hidden;
      margin-top: 0; }
      .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper {
        display: block;
        grid-template-columns: repeat(12, 1fr);
        position: relative;
        overflow: hidden; }
        @media only screen and (min-width: 768px) {
          .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper {
            display: grid; } }
        .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper .people-grid-tile {
          display: flex;
          position: relative;
          overflow: hidden;
          height: 360px;
          grid-column: span 4;
          transition: all 0.4s ease-in-out;
          background-color: #0A6169;
          margin: 0 0 20px; }
          @media only screen and (min-width: 768px) {
            .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper .people-grid-tile {
              margin: 0; } }
          .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper .people-grid-tile .tile-image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            transition: all 0.2s ease-in-out;
            background-position: center center;
            background-size: cover; }
          .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper .people-grid-tile .btn-info {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: "Playfair Display", serif;
            font-weight: 400;
            bottom: 10px;
            right: 10px;
            width: 37px;
            height: 37px;
            z-index: 3;
            border-radius: 37px;
            background-color: #FCCF03;
            color: #013A46;
            cursor: pointer;
            transition: all 0.2s ease-in-out; }
            .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper .people-grid-tile .btn-info:hover {
              background-color: #354d96;
              color: #ffffff; }
          .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper .people-grid-tile .infobox {
            position: relative;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            color: #ffffff;
            z-index: 2;
            opacity: 0;
            padding: 15px;
            color: #ffffff;
            transition: all 0.2s ease-in-out; }
            .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper .people-grid-tile .infobox .bg-theme {
              opacity: 0;
              background-color: #354d96;
              position: absolute;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              mix-blend-mode: multiply;
              transition: all 0.2s ease-in-out;
              z-index: 2; }
            .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper .people-grid-tile .infobox .info {
              position: relative;
              z-index: 4;
              display: block;
              color: #ffffff; }
              .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper .people-grid-tile .infobox .info h4 {
                display: block;
                color: #ffffff; }
              .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper .people-grid-tile .infobox .info a {
                display: block;
                color: #ffffff;
                margin: 0 0 10px; }
            .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper .people-grid-tile .infobox .search {
              opacity: 0; }
          .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper .people-grid-tile .title {
            color: #ffffff; }
          .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper .people-grid-tile.selected .btn-info {
            background-color: #354d96;
            color: #ffffff; }
          .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper .people-grid-tile.selected .infobox {
            opacity: 1; }
            .c-section--trainee_grid .b-trainee_grid .people-wrapper .people-grid-container .people-grid-wrapper .people-grid-tile.selected .infobox .bg-theme {
              opacity: 0.85; }

.page-theme-navy .c-section--related-services .b-related-services .related-services-wrapper h3 {
  color: #ffffff; }

.single-biog .c-section--table_rows {
  padding-top: 0 !important; }

.c-section--industry_recognition_landing_top {
  padding-bottom: 0; }
  .c-section--industry_recognition_landing_top .b-industry_recognition_landing_top {
    color: #ffffff; }

.industry-recog {
  transition: all 0.4s ease-in-out;
  border: 1px solid #ffffff;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  grid-column: span 12;
  padding: 10px; }
  @media only screen and (min-width: 768px) {
    .industry-recog {
      grid-column: span 6; } }
  .industry-recog .infobox {
    border-bottom: 1px solid #ffffff !important; }
    .industry-recog .infobox .date {
      color: #ffffff; }
  .industry-recog .type svg {
    padding: 1px;
    stroke: #ffffff; }
    .industry-recog .type svg path {
      stroke: #ffffff; }
  .industry-recog .read-time {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 66px;
    width: 66px;
    border-radius: 66px;
    background-color: #0A6169;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    text-align: center; }
  .industry-recog .type {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 42px;
    height: 42px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    .industry-recog .type.firm {
      background-image: url(/wp-content/themes/boodle/build/img/news-teal.svg); }
    .industry-recog .type.video {
      background-image: url(/wp-content/themes/boodle/build/img/video.svg); }
    .industry-recog .type.event {
      background-image: url(/wp-content/themes/boodle/build/img/event.svg); }
    .industry-recog .type.podcast {
      background-image: url(/wp-content/themes/boodle/build/img/podcast.svg); }
    .industry-recog .type.webinar {
      background-image: url(/wp-content/themes/boodle/build/img/webinar.svg); }
    .industry-recog .type.award {
      background-image: url(/wp-content/themes/boodle/build/img/award.svg); }
    .industry-recog .type.legal {
      background-image: url(/wp-content/themes/boodle/build/img/legal.svg); }
  .industry-recog .infobox {
    display: block;
    min-height: 200px;
    border-bottom: 1px solid #013A46;
    margin-bottom: 33px; }
    .industry-recog .infobox .info {
      width: 100%;
      padding-bottom: 20px; }
      .industry-recog .infobox .info .date {
        display: block;
        margin: 60px 0 10px; }
      .industry-recog .infobox .info .intro {
        display: block;
        width: 90%; }
      .industry-recog .infobox .info.image {
        width: 50%; }
        .industry-recog .infobox .info.image .intro {
          width: 100%; }
    .industry-recog .infobox .tile-image {
      position: absolute;
      right: 20px;
      top: 40px;
      width: calc(50% - 40px);
      height: calc(100% - 98px);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .industry-recog .author {
    display: block;
    position: relative;
    max-width: 60%;
    padding: 8px 0 0; }
  .industry-recog .search {
    display: none; }
  .industry-recog .view {
    position: absolute;
    right: 10px;
    bottom: 11px;
    z-index: 2;
    color: #ffffff;
    text-decoration: underline; }
  .industry-recog:hover {
    background-color: #FCCF03;
    color: #013A46;
    border: 1px solid #FCCF03;
    text-decoration: none; }
    .industry-recog:hover .infobox {
      border-bottom: 1px solid #013A46 !important; }
      .industry-recog:hover .infobox .date {
        color: #013A46; }
    .industry-recog:hover .type svg {
      padding: 1px;
      stroke: #013A46; }
      .industry-recog:hover .type svg path {
        stroke: #013A46; }
    .industry-recog:hover .view {
      color: #013A46 !important; }

.c-section--industry_recognition_page_intro .b-industry_recognition_page_intro .type {
  display: block;
  text-transform: uppercase;
  margin: 0 0 5px 0; }
  .c-section--industry_recognition_page_intro .b-industry_recognition_page_intro .type.award {
    color: #354d96; }
.c-section--industry_recognition_page_intro .b-industry_recognition_page_intro .date {
  display: block;
  margin: 20px 0;
  color: #8A1538; }
  @media only screen and (min-width: 768px) {
    .c-section--industry_recognition_page_intro .b-industry_recognition_page_intro .date {
      margin: 0; } }
.c-section--industry_recognition_page_intro .b-industry_recognition_page_intro .header {
  display: block;
  width: 100%;
  margin: 80px 0 0 0; }
.c-section--industry_recognition_page_intro .b-industry_recognition_page_intro .video_thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px 0 0;
  cursor: pointer; }
  .c-section--industry_recognition_page_intro .b-industry_recognition_page_intro .video_thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A6169;
    opacity: 0.6;
    z-index: 2;
    transition: all 0.4s ease-in-out;
    mix-blend-mode: multiply; }
  .c-section--industry_recognition_page_intro .b-industry_recognition_page_intro .video_thumbnail svg {
    padding: 1px;
    position: absolute;
    z-index: 3; }
  .c-section--industry_recognition_page_intro .b-industry_recognition_page_intro .video_thumbnail img {
    display: block;
    width: 100%; }
  .c-section--industry_recognition_page_intro .b-industry_recognition_page_intro .video_thumbnail:hover .overlay {
    opacity: 0; }

.c-section--news_content {
  padding: 0px; }
  .c-section--news_content .theme-bg {
    background-color: #8A1538; }
  .c-section--news_content .b-news_content .text-container {
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .c-section--news_content .b-news_content .text-container {
        padding: 60px 0; } }
    .c-section--news_content .b-news_content .text-container .introduction {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      margin: 0 0 40px;
      font-size: 24px;
      line-height: 36px;
      color: #0A6169; }
      .c-section--news_content .b-news_content .text-container .introduction:first-child:first-letter {
        float: left;
        font-size: 75px;
        line-height: 60px;
        padding-top: 4px;
        padding-right: 8px; }
    .c-section--news_content .b-news_content .text-container p {
      color: #013A46; }
    .c-section--news_content .b-news_content .text-container.expert-container {
      color: #ffffff; }
      .c-section--news_content .b-news_content .text-container.expert-container .divider {
        height: 1px;
        display: block;
        border-top: 1px solid #ffffff;
        opacity: 0.4;
        margin-bottom: 20px; }
      .c-section--news_content .b-news_content .text-container.expert-container h3 {
        color: #ffffff; }
      .c-section--news_content .b-news_content .text-container.expert-container .written-by {
        display: block;
        margin: 40px 0; }
        .c-section--news_content .b-news_content .text-container.expert-container .written-by img {
          display: block;
          margin: 0 0 5px;
          width: 75%; }
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .name {
          display: block;
          font-family: "Playfair Display", serif;
          font-weight: 400;
          font-size: 24px;
          line-height: 36px;
          margin: 0 0 10px; }
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .tel,
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .email,
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .view {
          display: block;
          margin: 0;
          color: #ffffff; }
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .email,
        .c-section--news_content .b-news_content .text-container.expert-container .written-by .view {
          text-decoration: underline; }
  .c-section--news_content .b-news_content .quote-container {
    display: block;
    padding: 20px 0 0 10%; }
    .c-section--news_content .b-news_content .quote-container .quote {
      color: #8A1538; }
    .c-section--news_content .b-news_content .quote-container .author {
      color: #8A1538; }

.modal .modal-dialog {
  max-width: 1200px; }
  .modal .modal-dialog .close {
    font-size: 40px;
    font-weight: 100;
    z-index: 4; }
  .modal .modal-dialog .modal-content {
    border: 0; }
    .modal .modal-dialog .modal-content .iframe-container {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding-top: 56.25%;
      /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
      .modal .modal-dialog .modal-content .iframe-container .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border: 0; }

.page-template-vacancies_landing.page-theme-light h1 {
  color: #354d96; }

.c-section--video_section {
  background-image: url(/wp-content/themes/boodle/build/img/video-background.svg);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat; }
  .c-section--video_section .b-video_section .video-thumbnail {
    display: block;
    height: 450px;
    position: relative;
    overflow: hidden;
    background-color: #354d96;
    cursor: pointer; }
    .c-section--video_section .b-video_section .video-thumbnail .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      z-index: 2;
      mix-blend-mode: multiply; }
    .c-section--video_section .b-video_section .video-thumbnail .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -47px 0 0 -47px;
      width: 95px;
      height: 95px;
      z-index: 3; }
      .c-section--video_section .b-video_section .video-thumbnail .play-btn svg {
        padding: 1px;
        width: 100%; }

.modal {
  text-align: center; }

#videoModal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0; }
  #videoModal .modal-dialog .modal-content {
    background: transparent;
    margin: 5%; }
  #videoModal .modal-dialog .close {
    font-size: 40px;
    font-weight: 100;
    color: #ffffff;
    z-index: 4;
    position: absolute;
    top: -40px;
    right: 0;
    text-shadow: 0;
    opacity: 1; }

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/*# sourceMappingURL=styles.css.map */
