@charset "UTF-8";
/*!
Theme Name: PMM
Theme URI: http://underscores.me/
Author: 21 Digital
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pmm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

PMM is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
Global
--------------------------------------------------------------*/
/* Our Site Breakpoints (same as twitter bootstrap) */
/* Brand Colours */
/* Maximum Site Width */
/* Global Spacing */
/* Global Heights */
/* Breakpoints (These are the same values that bootstrap use) */
/* Just a bit bigger than a mobile */
/* iPads etc */
/* Laptop Screens */
/* Large Desktop Screens */
/* Extra large desktop screens */
/* Extra Extra Large Desktop Screens */
@font-face {
  font-family: 'Gadugi';
  src: url("fonts/Gadugi.eot");
  src: url("fonts/Gadugi.eot?#iefix") format("embedded-opentype"), url("fonts/Gadugi.woff2") format("woff2"), url("fonts/Gadugi.woff") format("woff"), url("fonts/Gadugi.ttf") format("truetype"), url("fonts/Gadugi.svg#Gadugi") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gadugi-Bold';
  src: url("fonts/Gadugi-Bold.eot");
  src: url("fonts/Gadugi-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Gadugi-Bold.woff2") format("woff2"), url("fonts/Gadugi-Bold.woff") format("woff"), url("fonts/Gadugi-Bold.ttf") format("truetype"), url("fonts/Gadugi-Bold.svg#Gadugi-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica';
  src: url("fonts/HelveticaNeue-Roman.eot");
  src: url("fonts/HelveticaNeue-Roman?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("fonts/HelveticaNeue-Roman.woff") format("woff"), url("fonts/HelveticaNeue-Roman.svg#Helvetica-Roman") format("svg");
  font-style: normal; }
@font-face {
  font-family: 'Helvetica-Light';
  src: url("fonts/HelveticaNeue-Light.eot");
  src: url("fonts/HelveticaNeue-Light?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeue-Light.woff") format("woff"), url("fonts/HelveticaNeue-Light.svg#Helvetica-Roman") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica-Bold';
  src: url("fonts/helvetica-neue-bold.eot");
  src: url("fonts/helvetica-neue-bold.eot?#iefix") format("embedded-opentype"), url("fonts/helvetica-neue-bold.woff2") format("woff2"), url("fonts/helvetica-neue-bold.woff") format("woff"), url("fonts/helvetica-neue-bold.ttf") format("truetype"), url("fonts/helvetica-neue-bold.svg#Helvetica Neue") format("svg"); }
/* Custom Fonts */
/* Global Type Settings */
/* Site Font Sizes for Small Screens */
/* Site font sizes for tablet screens */
/* Site Font Sizes for Large Screens */
html {
  box-sizing: border-box;
  font-size: 0.875em;
  line-height: 1.5714285714;
  font-family: sans-serif;
  overflow-y: scroll;
  /* Force scrollbars to always be visible to prevent awkward ‘jumps’ when navigating between pages that do/do not have enough content to produce scrollbars naturally. */
  min-height: 100%;
  /* Ensure the page always fills at least the entire height of the viewport. */
  -webkit-text-size-adjust: 100%;
  /* Prevent certain mobile browsers from automatically zooming fonts. */
  -ms-text-size-adjust: 100%;
  /* Prevent certain mobile browsers from automatically zooming fonts. */
  -moz-osx-font-smoothing: grayscale;
  /* Fonts on OSX will look more consistent with other systems that do not render text using sub-pixel anti-aliasing. */ }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

html,
body {
  overflow-x: hidden; }

body {
  margin: 0;
  padding: 0;
  font-weight: normal; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  display: block; }

h1, p {
  margin-bottom: 20px; }

ul,
ol,
dd {
  margin-left: 0; }

li {
  font-family: "Helvetica-Light"; }

.p-container {
  /* Use this class for page elements that need to have the content centered */
  max-width: 90%;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .p-container {
      max-width: 80%; } }

.page-element {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative; }
  @media (min-width: 768px) {
    .page-element {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

.center-aligned {
  /* This will center align items -- Use this for aligning headings in the center */
  text-align: center;
  justify-content: center; }
  .center-aligned h1:after, .center-aligned h2:after, .center-aligned h3:after, .center-aligned h4:after {
    margin-left: auto;
    margin-right: auto; }

.left-aligned {
  /* This will left aligned items -- Use this for aligning headings to the left */
  text-align: left;
  justify-content: flex-start; }
  .left-aligned h1:after {
    margin-left: 0; }

.section-border {
  /* Add a div with this class and place it between elements that have a coloured border */
  content: "";
  width: 100%;
  height: 5px;
  z-index: 50;
  display: block;
  position: relative;
  background: url("images/backgrounds/border-line.png");
  background-repeat: repeat-x;
  background-size: cover; }

.push-content {
  display: block;
  position: relative;
  margin-top: 100px;
  /* This top margin must match the height of the header */ }

.pmmcross {
  display: block;
  position: relative;
  margin: 0 0 2.5rem 0;
  width: 30px;
  height: 30px; }

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.flex-start {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column; }

.button-container {
  display: flex;
  position: relative;
  width: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .button-container {
      display: block; } }
  @media (max-width: 649px) {
    .button-container {
      flex-direction: column;
      align-items: flex-start; } }
  .button-container a + a {
    margin-right: 0;
    margin-left: 10px; }
    @media (max-width: 649px) {
      .button-container a + a {
        margin-top: 5px;
        margin-left: 0; } }

.right-background {
  background-repeat: no-repeat;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("images/backgrounds/squares-bg-right.png"); }

.left-background {
  background-repeat: no-repeat;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("images/backgrounds/squares-bg-left.png"); }

.purple-bg {
  background-color: #213367;
  color: #fff; }

.grey-bg {
  background-color: #eee !important; }

.anchor {
  display: block;
  height: 100px;
  /*same height as header*/
  margin-top: -103px;
  /*same height as header*/
  visibility: hidden; }

.service-image {
  position: relative;
  right: 0;
  top: 0;
  padding: 40px 0 0 0;
  width: 100%;
  text-align: center; }
  .service-image img {
    width: 75%;
    display: inline-block; }
    @media (min-width: 768px) {
      .service-image img {
        width: 45%; } }

#dsxc_iframe {
  width: 100% !important;
  max-width: 100% !important; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/* Grouping content
	 ========================================================================== */
/**
 * 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
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Gadugi"; }

h1,
h2,
h3,
h4 {
  font-size: 24px; }
  @media (min-width: 768px) {
    h1,
    h2,
    h3,
    h4 {
      font-size: 34px; } }

.section-title {
  /* Add this class to main headings within blocks -- This will add the coloured border */
  display: flex;
  flex-direction: column;
  width: 100%; }
  .section-title h1:after, .section-title h2:after, .section-title h3:after, .section-title h4:after {
    content: "";
    width: 50%;
    height: 5px;
    display: block;
    position: relative;
    background: url("images/backgrounds/line-small.png");
    background-repeat: repeat-x;
    background-size: auto;
    margin-top: 2.5rem;
    top: -5px; }
    @media (min-width: 768px) {
      .section-title h1:after, .section-title h2:after, .section-title h3:after, .section-title h4:after {
        width: 300px; } }

.subheading {
  display: block;
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Helvetica-Light";
  margin-bottom: 2.5rem;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .subheading {
      font-size: 34px; } }

.subheading-small {
  display: block;
  position: relative;
  width: 100%;
  font-size: 20px;
  font-family: "Helvetica-Light";
  margin-bottom: 2.5rem;
  margin-top: 20px; }

body {
  color: #213367; }

p {
  /* Global styles for site copy using <p> tag */
  margin-top: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 100;
  font-family: "Helvetica";
  color: #213367;
  font-family: "Helvetica-Light";
  width: 100%; }
  @media (min-width: 992px) {
    p {
      font-size: 18px;
      line-height: 24px; } }

blockquote {
  /* Global styling for blockquotes */
  padding: 0;
  margin: 0;
  max-width: 100%;
  font: 26px/38px "Gadugi";
  color: #213367; }
  @media (min-width: 768px) {
    blockquote {
      max-width: 70%; } }
  @media (min-width: 1200px) {
    blockquote {
      max-width: 66.6%; } }

.marks {
  /* This class will give quotation marks around a quote */
  quotes: "“" "”" "‘" "’"; }
  .marks:before {
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    vertical-align: -.4em;
    color: #F8982D;
    /* If no colour class has been added the default is this colour */
    padding-right: 10px;
    font-family: "Helvetica-Light"; }
  .marks:after {
    font-family: "Helvetica-Light";
    content: close-quote;
    font-size: 4em;
    line-height: .1em;
    vertical-align: -.6em;
    padding-left: 10px;
    color: #F8982D;
    /* If no colour class has been added the default is this colour */ }

cite {
  /* Styling for quote name, business etc */
  font-family: "Gadugi";
  font-size: 1.2em;
  color: #213367;
  font-style: normal; }
  @media (min-width: 768px) {
    cite {
      font-size: 1em; } }
  @media (min-width: 1200px) {
    cite {
      font-size: 1.2em; } }

/* The below classes will give a quote it's own colour...add one of the classes to the <blockquote> */
.orange-quote:before, .orange-quote:after {
  color: #F8982D; }

.blue-quote:before, .blue-quote:after {
  color: #25B6EA; }

.purple-quote:before, .purple-quote:after {
  color: #213367; }

.red-quote:before, .red-quote:after {
  color: #EF3F37; }

.green-quote:before, .green-quote:after {
  color: #7BC044; }

/* The below classes are intended for elements that include text */
@media (min-width: 768px) {
  .txt-50 {
    max-width: 50%;
    /* This will make the text 50% width of the parent container on laptop screens and above only */ } }

@media (min-width: 768px) {
  .txt-70 {
    max-width: 70%;
    /* This will make the text 70% width of the parent container on laptop screens and above only */ } }

@media (min-width: 768px) {
  .txt-90 {
    max-width: 90%;
    /* This will make the text 90% width of the parent container on laptop screens and above only */ } }

.post-type-archive-opportunities .no-vacancies {
  font-size: 20px;
  line-height: 28px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
fieldset {
  border: none; }

button,
input,
optgroup,
select,
textarea {
  font: inherit; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"] {
  height: 50px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  color: #213367; }

input::placeholder {
  color: #213367; }

textarea {
  padding: 10px;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none; }

select {
  height: 50px;
  border-radius: 0;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  padding: 10px;
  background-image: url("images/arrows/select-arrow.png");
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
  background-size: 10px;
  color: #213367; }

.wpcf7-validation-errors {
  padding: 20px !important;
  text-align: center;
  color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  max-width: 100%;
  margin: 0 auto !important; }
  @media (min-width: 576px) {
    .wpcf7-validation-errors {
      max-width: 90%; } }
  @media (min-width: 768px) {
    .wpcf7-validation-errors {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .wpcf7-validation-errors {
      max-width: 70%; } }

span.wpcf7-not-valid-tip {
  margin: 10px 0 0 0; }

.wpcf7-mail-sent-ok {
  padding: 20px !important;
  text-align: center;
  color: #398f14 !important;
  border: 1px solid #398f14 !important;
  max-width: 100%;
  margin: 0 auto !important; }
  @media (min-width: 576px) {
    .wpcf7-mail-sent-ok {
      max-width: 90%; } }
  @media (min-width: 768px) {
    .wpcf7-mail-sent-ok {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .wpcf7-mail-sent-ok {
      max-width: 70%; } }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  border-radius: 0;
  color: #B94A48;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px; }
  @media (min-width: 1200px) {
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
      max-width: 70%; } }

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #D6E9C6;
  border: 1px solid #D6E9C6;
  border-radius: 0;
  color: #468847;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px; }
  @media (min-width: 1200px) {
    .wpcf7 form.sent .wpcf7-response-output {
      max-width: 70%; } }

.btn, .white-outline, .solid-white,
.white-solid, .purple-outline, .solid-purple,
.purple-solid, .green-outline, .solid-green,
.green-solid, .blue-outline, .solid-blue,
.blue-solid, .orange-outline, .solid-orange,
.orange-solid, .red-outline, .solid-red,
.red-solid, .grey-outline, .searchandfilter [type="submit"] {
  /* Default button styles */
  display: inline-block;
  position: relative;
  width: auto;
  text-transform: uppercase;
  font-family: "Gadugi-Bold";
  font-size: 14px;
  padding: 15px 15px;
  transition: all .3s ease;
  cursor: pointer; }
  @media (min-width: 576px) {
    .btn, .white-outline, .solid-white,
    .white-solid, .purple-outline, .solid-purple,
    .purple-solid, .green-outline, .solid-green,
    .green-solid, .blue-outline, .solid-blue,
    .blue-solid, .orange-outline, .solid-orange,
    .orange-solid, .red-outline, .solid-red,
    .red-solid, .grey-outline, .searchandfilter [type="submit"] {
      padding: 15px 30px; } }
  .btn:hover, .white-outline:hover, .solid-white:hover,
  .white-solid:hover, .purple-outline:hover, .solid-purple:hover,
  .purple-solid:hover, .green-outline:hover, .solid-green:hover,
  .green-solid:hover, .blue-outline:hover, .solid-blue:hover,
  .blue-solid:hover, .orange-outline:hover, .solid-orange:hover,
  .orange-solid:hover, .red-outline:hover, .solid-red:hover,
  .red-solid:hover, .grey-outline:hover, .searchandfilter [type="submit"]:hover {
    text-decoration: none; }

/* White Buttons */
.white-outline {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent; }
  .white-outline:hover {
    background-color: #fff;
    color: #4D4D4D;
    border: 1px solid #fff; }

.blue-block-fixed .white-outline:hover {
  color: #25B6EA; }

.orange-block-fixed .white-outline:hover, .orange-callout .white-outline:hover {
  color: #F8982D; }

.red-block-fixed .white-outline:hover {
  color: #EF3F37; }

.green-block-fixed .white-outline:hover {
  color: #7BC044; }

.solid-white,
.white-solid {
  background-color: #fff;
  color: #4D4D4D;
  border: 1px solid #fff; }
  .solid-white:hover,
  .white-solid:hover {
    background-color: transparent;
    color: #fff; }

.solid-white-orange-text {
  color: #F8982D; }

.solid-white-red-text {
  color: #EF3F37; }

.solid-white-blue-text {
  color: #25B6EA; }

.solid-white-purple-text {
  color: #213367; }

/* Purple buttons */
.purple-outline {
  border: 1px solid #213367;
  color: #213367;
  background-color: transparent; }
  .purple-outline:hover {
    background-color: #213367;
    border: 1px solid #213367;
    color: #fff; }

.solid-purple,
.purple-solid {
  background-color: #213367;
  border: 1px solid #213367;
  color: #fff; }
  .solid-purple:hover,
  .purple-solid:hover {
    background-color: transparent;
    border: 1px solid #213367;
    color: #213367; }

/* Green Buttons */
.green-outline {
  border: 1px solid #7BC044;
  color: #7BC044;
  background-color: transparent; }
  .green-outline:hover {
    background-color: #7BC044;
    border: 1px solid #7BC044;
    color: #fff; }

.solid-green,
.green-solid {
  background-color: #7BC044;
  border: 1px solid #7BC044;
  color: #fff; }
  .solid-green:hover,
  .green-solid:hover {
    border: 1px solid #7BC044;
    color: #7BC044;
    background-color: transparent; }

.solid-white-green-text {
  color: #7BC044; }

/* Blue Buttons */
.blue-outline {
  border: 1px solid #25B6EA;
  color: #25B6EA;
  background-color: transparent; }
  .blue-outline:hover {
    background-color: #25B6EA;
    border: 1px solid #25B6EA;
    color: #fff; }

.solid-blue,
.blue-solid {
  background-color: #25B6EA;
  border: 1px solid #25B6EA;
  color: #fff; }
  .solid-blue:hover,
  .blue-solid:hover {
    background-color: transparent;
    border: 1px solid #25B6EA;
    color: #25B6EA; }

/* Orange Buttons */
.orange-outline {
  border: 1px solid #F8982D;
  color: #F8982D;
  background-color: transparent; }
  .orange-outline:hover {
    background-color: #F8982D;
    border: 1px solid #F8982D;
    color: #fff; }

.solid-orange,
.orange-solid {
  background-color: #F8982D;
  border: 1px solid #F8982D;
  color: #fff; }
  .solid-orange:hover,
  .orange-solid:hover {
    background-color: transparent;
    border: 1px solid #F8982D;
    color: #F8982D; }

/* Red Buttons */
.red-outline {
  border: 1px solid #EF3F37;
  color: #EF3F37;
  background-color: transparent; }
  .red-outline:hover {
    background-color: #EF3F37;
    border: 1px solid #EF3F37;
    color: #fff; }

.solid-red,
.red-solid {
  background-color: #EF3F37;
  border: 1px solid #EF3F37;
  color: #fff; }
  .solid-red:hover,
  .red-solid:hover {
    background-color: transparent;
    border: 1px solid #EF3F37;
    color: #EF3F37; }

/* Grey Buttons */
.grey-outline {
  border: 1px solid #404041;
  color: #404041;
  background-color: transparent; }
  .grey-outline:hover {
    background-color: #4D4D4D;
    border: 1px solid #4D4D4D;
    color: #fff; }

button {
  text-transform: uppercase;
  border: 1px solid #eee;
  cursor: pointer; }

.btn-container {
  display: flex;
  align-items: center;
  justify-content: center; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-search {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #213367;
  color: #fff;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 20px;
  transform: translateY(0);
  /* This value is the same as the height of the search div */ }
  .site-search form {
    width: 85%;
    display: flex; }
    @media (min-width: 768px) {
      .site-search form {
        width: 90%; } }
  .site-search input {
    width: 70%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: "Helvetica-Light";
    font-size: 1.2em;
    height: 50px;
    padding-left: 20px; }
    @media (min-width: 576px) {
      .site-search input {
        width: 90%;
        font-size: 2em; } }
    @media (min-width: 768px) {
      .site-search input {
        height: 70px; } }
  .site-search button {
    width: 30%;
    margin-left: 1em; }
    @media (min-width: 576px) {
      .site-search button {
        width: auto; } }
    @media (min-width: 768px) {
      .site-search button {
        padding: 15px 50px;
        font-size: 1.4em; } }
  .site-search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .site-search ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .site-search :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .site-search :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  .site-search .search-close {
    width: 30px;
    height: auto;
    margin-left: auto;
    cursor: pointer; }

.header-content {
  padding: 0 20px;
  height: auto;
  min-height: 100px;
  display: flex;
  align-items: center;
  position: relative; }
  .header-content:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: transparent; }
  @media (min-width: 576px) {
    .header-content {
      width: 90%;
      margin: 0 auto;
      padding: 0; } }
  @media (min-width: 1200px) {
    .header-content {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px; } }

.site-header {
  background-color: transparent;
  width: 100%;
  height: auto;
  display: block;
  position: fixed;
  top: 0;
  /* This needs to be the same value as the search height */
  left: 0;
  z-index: 500;
  transition: all .3s ease-in-out;
  transform: translateY(-110px); }
  @media (min-width: 768px) {
    .site-header {
      transform: translateY(-130px); } }
  .site-header.search-open {
    transition: all .3s ease-in-out;
    transform: translateY(0);
    /* This will be pushed down by the height value of the search div */
    height: auto; }

.site-branding {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  width: 35%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .site-branding {
      display: inline-block; } }
  @media (min-width: 576px) {
    .site-branding {
      width: 25%;
      flex: unset; } }
  @media (min-width: 768px) {
    .site-branding {
      width: 160px; } }
  @media (min-width: 992px) {
    .site-branding {
      width: 110px; } }
  @media (min-width: 1366px) {
    .site-branding {
      width: 140px; } }
  .site-branding .white-logo {
    display: block;
    position: relative; }
  .site-branding .dark-logo {
    display: none; }

.header-actions {
  display: flex;
  margin-left: auto;
  padding: 0 20px;
  order: 2; }
  @media (min-width: 768px) {
    .header-actions {
      padding: 0; } }
  @media (min-width: 768px) {
    .header-actions .search-site {
      margin-right: 20px;
      display: flex;
      align-items: center; } }
  .header-actions .search-site img {
    width: 20px;
    height: auto; }
  .header-actions .header-tel {
    position: relative;
    top: 10px;
    right: 20px;
    width: auto;
    font-family: "Gadugi-Bold";
    font-size: 16px;
    display: none; }
    @media (min-width: 768px) {
      .header-actions .header-tel {
        display: block; } }
    .header-actions .header-tel a {
      color: #fff;
      padding: 0 0 0 30px;
      background-image: url(images/icons/tel.png);
      background-position: left;
      background-size: 25px auto;
      background-repeat: no-repeat; }
  .header-actions .search-white {
    display: block; }
  .header-actions .search-blue {
    display: none; }
  .header-actions .header-callout {
    display: none;
    transition: all .3s ease; }
    @media (min-width: 768px) {
      .header-actions .header-callout {
        display: flex;
        align-items: center;
        background-color: #F8982D;
        color: #fff;
        padding: 15px 25px;
        font-family: "Gadugi";
        text-transform: uppercase; } }
    .header-actions .header-callout:hover {
      text-decoration: none;
      background-color: #213367; }

/* Header styles for pages that do not have a banner image include an if else statement within the body tag to see if the page banner ACF field has been set,
   if it has add a class of 'has-page-banner' and set styles for that heading within that class...
   replace the classes below to whatever class you have set within the body ie (has-page-banner).
*/
.page-template-page-sectors .site-header,
.page-template-opportunities .site-header,
.page-template-vacancy .site-header,
.page-template-page-docsafe .site-header,
.post-type-archive-opportunities .site-header,
.page-id-787 .site-header,
.error404 .site-header,
.search-results .site-header,
.search-no-results .site-header,
.single-post .site-header,
.single-coronavirus .site-header,
.single-opportunities .site-header, .page-template-page-in-person-event .site-header, .single-videos .site-header, .single-podcasts .site-header {
  background-color: #fff; }
  .page-template-page-sectors .site-header:after,
  .page-template-opportunities .site-header:after,
  .page-template-vacancy .site-header:after,
  .page-template-page-docsafe .site-header:after,
  .post-type-archive-opportunities .site-header:after,
  .page-id-787 .site-header:after,
  .error404 .site-header:after,
  .search-results .site-header:after,
  .search-no-results .site-header:after,
  .single-post .site-header:after,
  .single-coronavirus .site-header:after,
  .single-opportunities .site-header:after, .page-template-page-in-person-event .site-header:after, .single-videos .site-header:after, .single-podcasts .site-header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: transparent;
    background-image: url("images/backgrounds/border-line.png");
    background-repeat: repeat-x;
    background-size: contain; }
.page-template-page-sectors .main-navigation .mega-menu-link,
.page-template-opportunities .main-navigation .mega-menu-link,
.page-template-vacancy .main-navigation .mega-menu-link,
.page-template-page-docsafe .main-navigation .mega-menu-link,
.post-type-archive-opportunities .main-navigation .mega-menu-link,
.page-id-787 .main-navigation .mega-menu-link,
.error404 .main-navigation .mega-menu-link,
.search-results .main-navigation .mega-menu-link,
.search-no-results .main-navigation .mega-menu-link,
.single-post .main-navigation .mega-menu-link,
.single-coronavirus .main-navigation .mega-menu-link,
.single-opportunities .main-navigation .mega-menu-link, .page-template-page-in-person-event .main-navigation .mega-menu-link, .single-videos .main-navigation .mega-menu-link, .single-podcasts .main-navigation .mega-menu-link {
  color: #213367 !important; }
.page-template-page-sectors .main-navigation .mega-menu-link:visited,
.page-template-opportunities .main-navigation .mega-menu-link:visited,
.page-template-vacancy .main-navigation .mega-menu-link:visited,
.page-template-page-docsafe .main-navigation .mega-menu-link:visited,
.post-type-archive-opportunities .main-navigation .mega-menu-link:visited,
.page-id-787 .main-navigation .mega-menu-link:visited,
.error404 .main-navigation .mega-menu-link:visited,
.search-results .main-navigation .mega-menu-link:visited,
.search-no-results .main-navigation .mega-menu-link:visited,
.single-post .main-navigation .mega-menu-link:visited,
.single-coronavirus .main-navigation .mega-menu-link:visited,
.single-opportunities .main-navigation .mega-menu-link:visited, .page-template-page-in-person-event .main-navigation .mega-menu-link:visited, .single-videos .main-navigation .mega-menu-link:visited, .single-podcasts .main-navigation .mega-menu-link:visited {
  color: #213367 !important; }
.page-template-page-sectors .mega-menu-flyout .mega-sub-menu .mega-menu-link:hover,
.page-template-opportunities .mega-menu-flyout .mega-sub-menu .mega-menu-link:hover,
.page-template-vacancy .mega-menu-flyout .mega-sub-menu .mega-menu-link:hover,
.page-template-page-docsafe .mega-menu-flyout .mega-sub-menu .mega-menu-link:hover,
.post-type-archive-opportunities .mega-menu-flyout .mega-sub-menu .mega-menu-link:hover,
.page-id-787 .mega-menu-flyout .mega-sub-menu .mega-menu-link:hover,
.error404 .mega-menu-flyout .mega-sub-menu .mega-menu-link:hover,
.search-results .mega-menu-flyout .mega-sub-menu .mega-menu-link:hover,
.search-no-results .mega-menu-flyout .mega-sub-menu .mega-menu-link:hover,
.single-post .mega-menu-flyout .mega-sub-menu .mega-menu-link:hover,
.single-coronavirus .mega-menu-flyout .mega-sub-menu .mega-menu-link:hover,
.single-opportunities .mega-menu-flyout .mega-sub-menu .mega-menu-link:hover, .page-template-page-in-person-event .mega-menu-flyout .mega-sub-menu .mega-menu-link:hover, .single-videos .mega-menu-flyout .mega-sub-menu .mega-menu-link:hover, .single-podcasts .mega-menu-flyout .mega-sub-menu .mega-menu-link:hover {
  color: #fff !important; }
.page-template-page-sectors .mega-menu-link:after,
.page-template-opportunities .mega-menu-link:after,
.page-template-vacancy .mega-menu-link:after,
.page-template-page-docsafe .mega-menu-link:after,
.post-type-archive-opportunities .mega-menu-link:after,
.page-id-787 .mega-menu-link:after,
.error404 .mega-menu-link:after,
.search-results .mega-menu-link:after,
.search-no-results .mega-menu-link:after,
.single-post .mega-menu-link:after,
.single-coronavirus .mega-menu-link:after,
.single-opportunities .mega-menu-link:after, .page-template-page-in-person-event .mega-menu-link:after, .single-videos .mega-menu-link:after, .single-podcasts .mega-menu-link:after {
  content: “”;
  display: block;
  position: relative;
  background-colour: transparent;
  height: 2px;
  transition: all .3s ease;
  width: 0; }
.page-template-page-sectors .mega-menu-link:hover:after,
.page-template-opportunities .mega-menu-link:hover:after,
.page-template-vacancy .mega-menu-link:hover:after,
.page-template-page-docsafe .mega-menu-link:hover:after,
.post-type-archive-opportunities .mega-menu-link:hover:after,
.page-id-787 .mega-menu-link:hover:after,
.error404 .mega-menu-link:hover:after,
.search-results .mega-menu-link:hover:after,
.search-no-results .mega-menu-link:hover:after,
.single-post .mega-menu-link:hover:after,
.single-coronavirus .mega-menu-link:hover:after,
.single-opportunities .mega-menu-link:hover:after, .page-template-page-in-person-event .mega-menu-link:hover:after, .single-videos .mega-menu-link:hover:after, .single-podcasts .mega-menu-link:hover:after {
  background-colour: #fff;
  width: 100%; }
.page-template-page-sectors .site-branding .white-logo,
.page-template-opportunities .site-branding .white-logo,
.page-template-vacancy .site-branding .white-logo,
.page-template-page-docsafe .site-branding .white-logo,
.post-type-archive-opportunities .site-branding .white-logo,
.page-id-787 .site-branding .white-logo,
.error404 .site-branding .white-logo,
.search-results .site-branding .white-logo,
.search-no-results .site-branding .white-logo,
.single-post .site-branding .white-logo,
.single-coronavirus .site-branding .white-logo,
.single-opportunities .site-branding .white-logo, .page-template-page-in-person-event .site-branding .white-logo, .single-videos .site-branding .white-logo, .single-podcasts .site-branding .white-logo {
  display: none; }
.page-template-page-sectors .site-branding .dark-logo,
.page-template-opportunities .site-branding .dark-logo,
.page-template-vacancy .site-branding .dark-logo,
.page-template-page-docsafe .site-branding .dark-logo,
.post-type-archive-opportunities .site-branding .dark-logo,
.page-id-787 .site-branding .dark-logo,
.error404 .site-branding .dark-logo,
.search-results .site-branding .dark-logo,
.search-no-results .site-branding .dark-logo,
.single-post .site-branding .dark-logo,
.single-coronavirus .site-branding .dark-logo,
.single-opportunities .site-branding .dark-logo, .page-template-page-in-person-event .site-branding .dark-logo, .single-videos .site-branding .dark-logo, .single-podcasts .site-branding .dark-logo {
  display: block;
  position: relative; }
.page-template-page-sectors .header-actions .search-white,
.page-template-opportunities .header-actions .search-white,
.page-template-vacancy .header-actions .search-white,
.page-template-page-docsafe .header-actions .search-white,
.post-type-archive-opportunities .header-actions .search-white,
.page-id-787 .header-actions .search-white,
.error404 .header-actions .search-white,
.search-results .header-actions .search-white,
.search-no-results .header-actions .search-white,
.single-post .header-actions .search-white,
.single-coronavirus .header-actions .search-white,
.single-opportunities .header-actions .search-white, .page-template-page-in-person-event .header-actions .search-white, .single-videos .header-actions .search-white, .single-podcasts .header-actions .search-white {
  display: none; }
.page-template-page-sectors .header-actions .search-blue,
.page-template-opportunities .header-actions .search-blue,
.page-template-vacancy .header-actions .search-blue,
.page-template-page-docsafe .header-actions .search-blue,
.post-type-archive-opportunities .header-actions .search-blue,
.page-id-787 .header-actions .search-blue,
.error404 .header-actions .search-blue,
.search-results .header-actions .search-blue,
.search-no-results .header-actions .search-blue,
.single-post .header-actions .search-blue,
.single-coronavirus .header-actions .search-blue,
.single-opportunities .header-actions .search-blue, .page-template-page-in-person-event .header-actions .search-blue, .single-videos .header-actions .search-blue, .single-podcasts .header-actions .search-blue {
  display: block; }

/* Slide Form */
.slide-form {
  background-color: #7BC044;
  display: block;
  position: fixed;
  z-index: 501;
  top: 50px;
  right: -370px;
  padding: 30px;
  width: 350px;
  min-height: 400px;
  transition: all .6s ease-in-out; }
  @media (min-width: 768px) {
    .slide-form {
      right: -540px;
      width: 400px;
      top: 50px; } }
  .slide-form.popup-active {
    right: 0; }
  .slide-form p {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px; }
    .slide-form p br {
      display: none; }
      @media (min-width: 768px) {
        .slide-form p br {
          display: inline-block; } }
  .slide-form form p {
    margin-bottom: 5px; }
  .slide-form input[type="text"],
  .slide-form input[type="email"],
  .slide-form input[type="tel"] {
    height: 40px; }
  .slide-form input {
    width: 100%;
    border: 1px solid #7BC044; }
    .slide-form input::placeholder {
      color: #666;
      font-family: sans-serif;
      font-size: 13px; }
      @media (min-width: 768px) {
        .slide-form input::placeholder {
          font-size: 14px; } }
  .slide-form textarea {
    height: 100px !important;
    border: 1px solid #7BC044;
    resize: none; }
    .slide-form textarea::placeholder {
      color: #666;
      font-family: sans-serif;
      font-size: 13px; }
      @media (min-width: 768px) {
        .slide-form textarea::placeholder {
          font-size: 14px; } }
  .slide-form input[type="submit"] {
    display: block;
    width: 200px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background-color: #7BC044;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-family: "Gadugi-Bold";
    cursor: pointer;
    transition: all .3s ease; }
    .slide-form input[type="submit"]:hover {
      background-color: #fff;
      color: #7BC044; }
  .slide-form .wpcf7-not-valid-tip {
    font-size: 11px;
    text-align: left;
    margin-top: 0;
    color: #fff; }
  .slide-form .wpcf7-response-output {
    max-width: 100% !important;
    text-align: center !important;
    font-size: 12px !important;
    margin-bottom: 0 !important;
    margin-top: 15px !important; }
  .slide-form .wpcf7-spinner {
    position: absolute !important;
    top: 50%;
    left: calc(50% - 24px); }
  .slide-form .g-recaptcha div {
    width: 288px !important; }

.popout-form {
  overflow: scroll;
  overflow-x: hidden;
  height: 570px; }
  @media (min-width: 768px) {
    .popout-form {
      height: auto; } }

.close-form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  left: -20px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, 0.4); }
  .close-form img {
    max-width: 20px; }

.popout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 500;
  top: 30%;
  right: -85px;
  background-color: #7BC044;
  color: #fff;
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Gadugi-Bold";
  padding: 20px 50px 30px 20px; }
  .popout-btn:hover {
    text-decoration: none; }
  .popout-btn img {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 20px;
    transform: rotate(90deg); }

.services {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  flex-direction: column; }
  .services .equal-row:nth-of-type(even) .equal-inner {
    flex-direction: column; }
    @media (min-width: 768px) {
      .services .equal-row:nth-of-type(even) .equal-inner {
        flex-direction: row-reverse; } }
  .services .grid-image {
    position: relative;
    z-index: 1; }
  .services img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .services .image-block {
    padding: 0 !important;
    overflow: hidden; }
    .services .image-block .view {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      align-items: center;
      justify-content: center;
      color: #fff;
      opacity: 0;
      transform: translateY(100%);
      transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
      .services .image-block .view .block-title {
        font-size: 1.4em;
        text-transform: uppercase;
        font-family: "Gadugi";
        margin-bottom: 2.5rem;
        text-align: center;
        position: relative; }
        @media (min-width: 768px) {
          .services .image-block .view .block-title {
            font-size: 1.8em; } }
        @media (min-width: 1200px) {
          .services .image-block .view .block-title {
            font-size: 2.5em; } }
      .services .image-block .view a {
        color: #fff;
        font-family: "Gadugi-Bold";
        text-transform: uppercase;
        font-size: 16px;
        position: relative; }
        @media (min-width: 768px) {
          .services .image-block .view a {
            font-size: 18px; } }
        @media (min-width: 1200px) {
          .services .image-block .view a {
            font-size: 1.6em; } }
        .services .image-block .view a:before {
          content: "";
          display: block;
          position: relative;
          width: 30px;
          height: 30px;
          background: url("images/icons/pmm.png");
          background-repeat: no-repeat;
          background-size: 30px;
          background-position: center;
          margin: 0 auto 1.5em auto; }
        .services .image-block .view a:after {
          content: "";
          display: block;
          position: relative;
          width: 30px;
          height: 2px;
          background-color: #fff;
          margin-top: 10px;
          margin-left: auto;
          margin-right: auto; }
    .services .image-block:hover .view {
      transform: translateY(0);
      opacity: 1; }
    .services .image-block .blueservice:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(37, 182, 234, 0.8); }
    .services .image-block .orangeservice:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(248, 152, 45, 0.8); }
    .services .image-block .redservice:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(239, 63, 55, 0.8); }
    .services .image-block .greenservice:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(123, 192, 68, 0.8); }
    .services .image-block .purpleservice:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(33, 51, 103, 0.8); }
  .services .text-block .block-title {
    font-size: 2em;
    text-transform: uppercase;
    font-family: "Gadugi";
    margin-bottom: 2.5rem;
    color: #213367; }
    @media (min-width: 768px) {
      .services .text-block .block-title {
        font-size: 1.4rem; } }
    @media (min-width: 1200px) {
      .services .text-block .block-title {
        font-size: 2rem; } }
  .services .text-block ul {
    margin: 0 0 2.5rem 0;
    padding: 0; }
  .services .text-block li {
    list-style-type: none;
    font-size: 1.6em;
    margin-bottom: 15px;
    font-family: "Helvetica-Light"; }
    @media (min-width: 768px) {
      .services .text-block li {
        font-size: 1.4em;
        margin-bottom: 10px; } }
    @media (min-width: 1200px) {
      .services .text-block li {
        font-size: 1.8em;
        margin-bottom: 15px; } }

.purple-service {
  background-color: rgba(33, 51, 103, 0.7); }

.blue-service {
  background-color: rgba(37, 182, 234, 0.7); }

.green-service {
  background-color: rgba(123, 192, 68, 0.7); }

.orange-service {
  background-color: rgba(248, 152, 45, 0.7); }

.red-service {
  background-color: rgba(239, 63, 55, 0.7); }

.locations-map {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  text-align: center; }

.areas-covered {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  background-color: #f1f1f2; }
  .areas-covered h3 {
    font-size: 24px;
    line-height: 34px; }
    @media (min-width: 768px) {
      .areas-covered h3 {
        font-size: 34px;
        line-height: 44px; } }
  .areas-covered ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0;
    width: 100%; }
    .areas-covered ul li {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      text-align: center;
      list-style-type: none;
      text-transform: uppercase;
      color: #25B6EA;
      font-family: "Gadugi";
      width: 49%;
      margin-right: 2%; }
      .areas-covered ul li:nth-of-type(2n) {
        margin-right: 0; }
      @media (min-width: 768px) {
        .areas-covered ul li {
          width: 23.5%; }
          .areas-covered ul li:nth-of-type(2n) {
            margin-right: 2%; }
          .areas-covered ul li:nth-of-type(4n) {
            margin-right: 0; } }
      @media (min-width: 1200px) {
        .areas-covered ul li {
          font-size: 18px;
          line-height: 18px; } }
      .areas-covered ul li:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        background-image: url(images/icons/location.png);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: left;
        margin-right: 10px; }
  .areas-covered .more-areas {
    margin: 30px 0; }

.location-intro {
  width: 100%;
  height: auto; }
  .location-intro .p-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .location-intro .p-container {
        flex-direction: row; } }
  .location-intro .content-inner {
    width: 100%; }
    @media (min-width: 768px) {
      .location-intro .content-inner {
        width: 70%; } }
  .location-intro p {
    max-width: 90% !important; }

.location-contact {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  font-family: "Helvetica-Light";
  padding: 30px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .location-contact {
      width: 30%; } }
  .location-contact h3 {
    font-size: 22px;
    line-height: 22px; }
  .location-contact address {
    font-style: normal;
    color: #404041;
    font-size: 16px;
    line-height: 26px; }
  .location-contact ul {
    padding: 0;
    margin-bottom: 30px; }
  .location-contact li {
    list-style-type: none; }
    .location-contact li:not(:last-of-type) {
      margin-bottom: 10px; }
    .location-contact li a {
      color: #404041;
      font-size: 16px;
      line-height: 16px; }

.seo-content {
  display: block;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }
  .seo-content h4 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .seo-content h4 {
        font-size: 34px;
        line-height: 44px; } }
  .seo-content:has(p:not(.accordion-content p)) h4 {
    margin-bottom: 30px; }
  .seo-content p:not(.accordion-content p) {
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .seo-content p:not(.accordion-content p) {
        margin-bottom: 60px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; } }
  .seo-content .accordion-item:first-of-type .accordion-title {
    border-top: 1px solid #213367; }
  .seo-content .accordion-title {
    display: flex;
    align-items: center;
    padding: 25px;
    font-size: 20px;
    line-height: 30px;
    font-family: "Helvetica-Light";
    border-bottom: 1px solid #213367;
    cursor: pointer; }
  .seo-content .accordion-content {
    padding: 25px;
    border-bottom: 1px solid #213367; }
    .seo-content .accordion-content p {
      color: #404041; }
      .seo-content .accordion-content p:last-of-type {
        margin-bottom: 0; }
    .seo-content .accordion-content ul {
      padding-left: 12px; }
    .seo-content .accordion-content li {
      color: #404041;
      font-size: 14px;
      line-height: 21px;
      font-weight: 100;
      font-family: "Helvetica";
      font-family: "Helvetica-Light"; }
      @media (min-width: 992px) {
        .seo-content .accordion-content li {
          font-size: 18px;
          line-height: 24px; } }
      .seo-content .accordion-content li:not(:last-of-type) {
        margin-bottom: 5px; }

/* Location Modal */
[data-map-id='1'] .wpgmza_modern_infowindow {
  background-color: #fff !important; }

.wpgmza_iw_image {
  display: none !important; }

.wpgmza_iw_address {
  display: none !important; }

.wpgmza_iw_description {
  left: 0 !important;
  top: 0 !important;
  padding-top: 0 !important;
  padding-left: 40px !important;
  width: 100% !important;
  position: relative !important; }
  .wpgmza_iw_description p {
    text-align: left !important;
    color: #666; }
    .wpgmza_iw_description p a {
      display: inline-block !important;
      border: 1px solid #213367;
      padding: 15px 30px;
      text-transform: uppercase;
      font-family: "Gadugi-Bold" !important;
      margin-top: 40px; }
      .wpgmza_iw_description p a:hover {
        background-color: #213367 !important;
        text-decoration: none !important;
        color: #fff !important; }
  .wpgmza_iw_description strong {
    color: #213367;
    text-transform: uppercase;
    font-family: "Gadugi-Bold" !important; }

.wpgmza_iw_title {
  height: auto !important;
  text-align: left !important;
  padding: 20px 40px !important;
  font-size: 30px !important;
  line-height: 40px !important;
  color: #213367 !important;
  width: 100% !important;
  opacity: 1 !important;
  text-transform: uppercase;
  left: 0 !important; }
  .wpgmza_iw_title:after {
    content: "";
    width: 50%;
    height: 5px;
    display: block;
    position: relative;
    background: url(images/backgrounds/line-small.png);
    background-repeat: repeat-x;
    background-size: auto;
    margin-top: 2.5rem;
    top: -15px; }

.wpgmza_modern_infowindow_close {
  position: absolute !important;
  float: none !important;
  right: 0;
  width: 60px !important;
  height: 60px !important;
  font-size: 45px !important;
  color: #213367 !important; }

.location-contact.alt .actions li.email-icon {
  background: url(images/service-alt/email-icon.png) no-repeat left;
  background-size: 30px;
  padding-left: 40px;
  margin-bottom: 20px; }
.location-contact.alt .actions li.callback-icon {
  background: url(images/service-alt/phone-icon.png) no-repeat left;
  background-size: 30px;
  padding-left: 40px;
  height: 30px;
  padding-top: 7px;
  margin-bottom: 20px; }
.location-contact.alt .actions li a {
  color: #213367;
  text-transform: uppercase;
  font-family: "Gadugi-Bold"; }
.location-contact.alt .actions li .red-outline {
  color: #EF3F37; }
  .location-contact.alt .actions li .red-outline:hover {
    color: #fff; }

.lity-content > div {
  padding: 30px; }
  .lity-content > div h4 {
    text-align: center; }

.page-template-page-sectors .services:before {
  content: "";
  width: 100%;
  height: 5px;
  z-index: 50;
  display: block;
  position: relative;
  background: url("images/backgrounds/border-line.png");
  background-repeat: repeat-x;
  background-size: cover; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: .5; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: .2; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: orange;
    opacity: .5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: .7; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        color: orange;
        opacity: .5;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #ccc;
      opacity: .5; }

.error-404 {
  text-align: center; }
  .error-404 h1 {
    font-size: 10em;
    font-weight: bold;
    color: #213367;
    font-family: sans-serif; }
  .error-404 p {
    font-family: serif;
    font-style: italic;
    font-size: 1.4em; }

.site-footer {
  background-color: #f1f1f2;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0; }
  @media (min-width: 768px) {
    .site-footer {
      flex-direction: row; } }

.center-footer {
  /* Use this class for page elements that need to have the content centered */
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto; }

.footer-content {
  display: inline-flex;
  width: 100%;
  flex-direction: column; }
  @media (min-width: 992px) {
    .footer-content {
      flex-direction: row; } }

.footer-locations {
  background-color: #fff;
  width: 100%;
  padding: 5rem 0; }
  .footer-locations a {
    color: #929497; }
  @media (min-width: 768px) {
    .footer-locations {
      padding: 5rem 0; } }
  @media (min-width: 992px) {
    .footer-locations {
      width: 70%; } }
  .footer-locations .locations-content {
    width: 75%;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 576px) {
      .footer-locations .locations-content {
        width: 90.9%; } }
    @media (min-width: 992px) {
      .footer-locations .locations-content {
        width: 85.9%; } }
  .footer-locations h6 {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #58595B;
    margin-bottom: 5rem; }
    .footer-locations h6:before {
      content: "";
      display: inline-block;
      position: realtive;
      width: 22px;
      height: 29px;
      background-image: url("images/icons/pin.png");
      background-repeat: no-repeat;
      background-size: 22px 29px;
      background-position: center;
      margin-right: 10px; }

.footer-links {
  background-color: #eee;
  width: 100%;
  padding: 5rem 0; }
  .footer-links .copyright, .footer-links a, .footer-links .sep {
    color: #929497; }
  @media (min-width: 768px) {
    .footer-links {
      padding: 5rem 0; } }
  @media (min-width: 992px) {
    .footer-links {
      width: 30%; } }
  .footer-links .links-content {
    width: 70%;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 576px) {
      .footer-links .links-content {
        width: 90%; } }
    @media (min-width: 992px) {
      .footer-links .links-content {
        width: 83.5%; } }
    .footer-links .links-content h6 {
      display: flex;
      align-items: center;
      font-size: 24px;
      color: #58595B; }
      .footer-links .links-content h6:before {
        content: "";
        display: inline-block;
        position: realtive;
        width: 22px;
        height: 29px;
        background-image: url("images/icons/pin.png");
        background-repeat: no-repeat;
        background-size: 22px 29px;
        background-position: center;
        margin-right: 10px; }
    .footer-links .links-content ul {
      margin: 0;
      padding: 0; }
    .footer-links .links-content li {
      list-style-position: inside;
      margin-bottom: 10px;
      font-size: 14px;
      list-style-type: none; }
      .footer-links .links-content li:before {
        content: "";
        display: inline-block;
        position: realtive;
        width: 8px;
        height: 13px;
        background-image: url("images/arrows/footer.png");
        background-repeat: no-repeat;
        background-size: 6px 11px;
        background-position: center;
        margin-right: 10px; }
      .footer-links .links-content li:last-of-type {
        margin-bottom: 0; }
    .footer-links .links-content .action-link {
      display: inline-block;
      position: relative;
      width: auto;
      margin-top: 5rem;
      text-transform: uppercase;
      font-size: 0.9em; }
    .footer-links .links-content .sep {
      display: inline-block;
      position: relative;
      margin: 0 5px; }
    .footer-links .links-content .copyright {
      display: block;
      position: relative;
      margin-top: 10px; }
  .footer-links h3 {
    margin-bottom: 5rem; }

.location-details {
  display: inline-block;
  width: 100%;
  margin-bottom: 2.5rem;
  font-size: 14px;
  color: #929497;
  vertical-align: top; }
  .location-details:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .location-details {
      width: 23.5%;
      margin-right: 2%;
      margin-bottom: 0; } }
  .location-details strong {
    display: block;
    margin-bottom: 10px;
    position: relative; }
  .location-details address {
    font-style: normal;
    line-height: 21px;
    margin-bottom: 30px; }
  .location-details span {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px; }
  .location-details:last-of-type {
    margin-right: 0; }

.footer-logos {
  width: 75%;
  margin: 0 auto;
  padding: 0; }
  @media (min-width: 576px) {
    .footer-logos {
      width: 90.9%; } }
  @media (min-width: 768px) {
    .footer-logos {
      margin-top: 50px; } }
  @media (min-width: 992px) {
    .footer-logos {
      width: 85.9%; } }
  .footer-logos ul {
    padding: 0;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .footer-logos ul {
        flex-direction: row;
        align-items: center; } }
  .footer-logos li {
    display: inline-block; }
    .footer-logos li:not(:first-of-type) {
      margin-top: 20px; }
      @media (min-width: 768px) {
        .footer-logos li:not(:first-of-type) {
          margin-top: 0;
          margin-left: 5%; } }
  .footer-logos img {
    height: 60px; }

.who-is-it-for {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px; }
  @media (min-width: 768px) {
    .who-is-it-for {
      flex-direction: row;
      padding: 30px; } }
  @media (min-width: 1200px) {
    .who-is-it-for {
      padding: 80px; } }
  .who-is-it-for .img-col {
    width: 100%;
    order: 2; }
    @media (min-width: 768px) {
      .who-is-it-for .img-col {
        width: 50%;
        order: 1; } }
    .who-is-it-for .img-col img {
      width: 100%; }
  .who-is-it-for .txt-col {
    width: 100%;
    padding: 0 0 40px 0;
    order: 1; }
    @media (min-width: 768px) {
      .who-is-it-for .txt-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 50%;
        padding: 30px 0 30px 30px;
        order: 2; } }
    @media (min-width: 1200px) {
      .who-is-it-for .txt-col {
        padding: 5rem; } }
  .who-is-it-for ul {
    padding-left: 15px;
    margin-bottom: 30px; }
  .who-is-it-for li {
    font-size: 14px;
    line-height: 21px;
    font-weight: 100;
    font-family: "Helvetica";
    font-family: "Helvetica-Light"; }
    @media (min-width: 992px) {
      .who-is-it-for li {
        font-size: 18px;
        line-height: 24px; } }
    .who-is-it-for li:not(:last-of-type) {
      margin-bottom: 5px; }
  .who-is-it-for h2 {
    margin-bottom: 20px; }

.whats-included {
  background-color: #f1f1f2;
  padding: 40px; }
  @media (min-width: 768px) {
    .whats-included {
      padding: 60px 30px; } }
  @media (min-width: 1200px) {
    .whats-included {
      padding: 80px; } }
  .whats-included h3 {
    margin-bottom: 30px;
    color: #213367;
    width: 100%;
    text-align: center; }
  .whats-included p:not(.tab-content p) {
    width: 100%;
    text-align: center;
    color: #213367; }
    @media (min-width: 768px) {
      .whats-included p:not(.tab-content p) {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto; } }
  .whats-included .tab-container {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100%;
    border: 1px solid #213367; }
    @media (min-width: 768px) {
      .whats-included .tab-container {
        flex-direction: row;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .whats-included .tab-container {
        width: 90%; } }
    @media (min-width: 1366px) {
      .whats-included .tab-container {
        width: 90%;
        margin-bottom: 50px; } }
  .whats-included .tab-list {
    width: 100%;
    background: transparent; }
    @media (min-width: 768px) {
      .whats-included .tab-list {
        width: 300px;
        border-right: 1px solid #213367; } }
  .whats-included .tab {
    padding: 15px;
    cursor: pointer;
    text-align: center;
    font-family: "Helvetica-Light";
    border-bottom: 1px solid #213367;
    transition: background 0.3s;
    font-size: 18px; }
  .whats-included .tab:hover,
  .whats-included .tab.active {
    background: #213367;
    color: #fff; }
  .whats-included .tab-contents {
    padding: 30px;
    flex: 1; }
    @media (min-width: 1200px) {
      .whats-included .tab-contents {
        padding: 60px; } }
  .whats-included .tab-content {
    display: none; }
    .whats-included .tab-content ul {
      padding-left: 15px; }
    .whats-included .tab-content li {
      font-size: 14px;
      line-height: 21px;
      font-weight: 100;
      font-family: "Helvetica";
      font-family: "Helvetica-Light"; }
      @media (min-width: 992px) {
        .whats-included .tab-content li {
          font-size: 18px;
          line-height: 24px; } }
      .whats-included .tab-content li:not(:last-of-type) {
        margin-bottom: 5px; }
  .whats-included .tab-content.active {
    display: block; }
  .whats-included .btn-container {
    display: flex;
    align-items: center;
    justify-content: center; }

.why-choose {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px; }
  @media (min-width: 768px) {
    .why-choose {
      flex-direction: row;
      padding: 30px; } }
  @media (min-width: 1200px) {
    .why-choose {
      flex-direction: row;
      padding: 80px; } }
  .why-choose .img-col {
    width: 100%; }
    @media (min-width: 768px) {
      .why-choose .img-col {
        width: 40%; } }
    .why-choose .img-col img {
      width: 100%; }
  .why-choose .txt-col {
    width: 100%;
    padding: 0 0 40px 0; }
    @media (min-width: 768px) {
      .why-choose .txt-col {
        width: 60%;
        padding: 30px 30px 30px 0;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    @media (min-width: 1200px) {
      .why-choose .txt-col {
        padding: 5rem; } }
  .why-choose h2 {
    margin-bottom: 30px; }

.contact-callout {
  background-color: #F8982D;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center; }
  @media (min-width: 768px) {
    .contact-callout {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .contact-callout p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1200px) {
      .contact-callout p {
        max-width: 900px; } }
    .contact-callout p a {
      color: #fff; }
      .contact-callout p a:visited {
        color: #fff; }
  .contact-callout h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #fff; }
  .contact-callout p {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    color: #fff; }
    .contact-callout p a {
      color: #fff;
      text-decoration: underline; }
      .contact-callout p a:visited {
        color: #fff; }
      .contact-callout p a:hover {
        text-decoration: none;
        color: #213367; }

.information-table {
  background-color: #fff;
  padding: 40px;
  border-bottom: 1px solid #213367; }
  @media (min-width: 768px) {
    .information-table {
      padding: 60px 30px; } }
  @media (min-width: 1200px) {
    .information-table {
      padding: 80px; } }
  .information-table h4 {
    margin-bottom: 30px;
    color: #213367;
    width: 100%;
    text-align: center; }
  .information-table p:not(.block-content p) {
    width: 100%;
    text-align: center;
    color: #213367; }
    @media (min-width: 768px) {
      .information-table p:not(.block-content p) {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto; } }
  .information-table .information-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 50px; }
    @media (min-width: 768px) {
      .information-table .information-container {
        flex-direction: row;
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 992px) {
      .information-table .information-container {
        width: 900px; } }
  .information-table .information-block {
    width: 100%;
    border: 1px solid #213367; }
    @media (min-width: 768px) {
      .information-table .information-block {
        width: 50%;
        display: flex;
        flex-direction: column; } }
    @media (min-width: 768px) {
      .information-table .information-block:nth-of-type(2n) {
        border-left: 0; } }
    .information-table .information-block:nth-of-type(2n) .block-heading {
      background-color: #213367;
      color: #fff;
      border-bottom: 1px solid #fff; }
    .information-table .information-block:nth-of-type(2n) .block-content {
      background-color: #213367;
      color: #fff; }
      .information-table .information-block:nth-of-type(2n) .block-content p {
        color: #fff; }
      .information-table .information-block:nth-of-type(2n) .block-content li {
        color: #fff; }
  .information-table .block-heading {
    text-align: center;
    padding: 20px 10px;
    color: #213367;
    font-family: "Helvetica-Bold";
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #213367; }
  .information-table .block-content {
    padding: 20px;
    color: #213367;
    font-family: "Helvetica-Light";
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 768px) {
      .information-table .block-content {
        display: flex;
        flex-direction: column;
        height: 100%; } }
    .information-table .block-content p {
      color: #213367;
      font-family: "Helvetica-Light";
      font-size: 16px;
      line-height: 20px; }
    .information-table .block-content ul {
      padding: 0 0 0 20px; }
    .information-table .block-content li {
      color: #213367;
      font-family: "Helvetica-Light";
      font-size: 16px;
      line-height: 20px; }
      .information-table .block-content li:not(:last-of-type) {
        margin-bottom: 10px; }

.software-list {
  padding-top: 80px;
  padding-bottom: 80px; }
  .software-list h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 80px; }
  .software-list ul:not(.softwarelogos) {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0; }
    @media (min-width: 768px) {
      .software-list ul:not(.softwarelogos) {
        width: 80%;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 992px) {
      .software-list ul:not(.softwarelogos) {
        width: 60%; } }
    .software-list ul:not(.softwarelogos) li {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50%;
      padding: 0 1%;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .software-list ul:not(.softwarelogos) li {
          width: 33.333%; } }

.softwarelogos {
  display: none; }
  .softwarelogos.slick-initialized {
    display: block; }

.service-timeline {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 1200px) {
    .service-timeline {
      padding-top: 80px;
      padding-bottom: 80px; } }

.timeline-container {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .timeline-container {
      flex-direction: row; } }

.timeline-image {
  width: 100%; }
  @media (min-width: 768px) {
    .timeline-image {
      width: 50%; } }
  .timeline-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1; }

.timeline {
  width: 100%;
  padding: 30px; }
  @media (min-width: 768px) {
    .timeline {
      width: 50%;
      padding-left: 60px; } }
  .timeline h4 {
    color: #213367;
    text-align: left;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .timeline h4 {
        margin-bottom: 60px; } }

.year {
  position: relative;
  grid-column: span 12;
  padding: 10px 0 10px 60px;
  color: #4D4D4D;
  font-size: 18px;
  line-height: 22px; }
  .year strong {
    font-family: "Helvetica-Bold"; }
  .year p {
    opacity: .5; }
  .year:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #213367;
    z-index: 5;
    transition: background-color 0.3s; }
  .year:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(8px - 1px);
    width: 1px;
    height: 100%;
    background-color: #213367;
    z-index: 1; }
  .year p {
    margin-bottom: 0; }
  .year:last-of-type {
    margin-bottom: 60px; }

.year-active p {
  opacity: 1; }
.year-active:before {
  background-color: #213367;
  transition: background-color 0.3s; }

.expect-icons {
  background-color: #213367;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .expect-icons {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .expect-icons h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .expect-icons h5 {
    text-align: center; }
  .expect-icons p {
    color: #fff;
    width: 100%;
    text-align: center; }
  .expect-icons ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin-top: 60px;
    justify-content: center; }
  .expect-icons li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .expect-icons li {
        width: 20%; } }
    .expect-icons li img {
      max-width: 120px;
      margin-bottom: 30px; }
    .expect-icons li h5 {
      text-transform: uppercase;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 20px; }
    .expect-icons li p {
      color: #fff;
      text-align: center;
      font-size: 12px;
      line-height: 18px; }
      @media (min-width: 1200px) {
        .expect-icons li p {
          font-size: 16px;
          line-height: 22px; } }
  .expect-icons .button-container {
    display: flex;
    align-items: center;
    justify-content: center; }

body.page-template-page-digital-service .accordion-title {
  background-image: url("images/icons/plus-icon.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 20px top 50%; }
body.page-template-page-digital-service .active-tab {
  background-image: url("images/icons/minus-icon.png"); }

.our-packages {
  display: block;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }
  .our-packages h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .our-packages p {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .our-packages p {
        margin-bottom: 60px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; } }

.package-list {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .package-list {
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start; } }
  .package-list ul {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    padding-left: 10px;
    margin-top: 30px; }

.package {
  padding: 30px;
  background-color: #213367;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .package {
      margin-bottom: 2%;
      width: calc(100% / 2 - 1%);
      margin-right: 2%; }
      .package:nth-of-type(2n) {
        margin-right: 0; }
        .package:nth-of-type(2n):after {
          display: none; } }
  @media (min-width: 992px) {
    .package {
      width: calc(100% / 4 - 1.5%);
      margin-right: 2%;
      margin-bottom: 0; }
      .package:nth-of-type(2n) {
        margin-right: 2%; }
        .package:nth-of-type(2n):after {
          display: none; }
      .package:nth-of-type(4n) {
        margin-right: 0; }
        .package:nth-of-type(4n):after {
          display: none; } }
  .package:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: calc(100% / 3 - 40% - 3%);
    width: calc(100% / 3 - 20% - 3%);
    height: 100%; }
  .package * {
    color: #fff; }
  .package h5 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    font-family: "Helvetica-Light";
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .package h5 {
        font-size: 16px; } }
    @media (min-width: 1366px) {
      .package h5 {
        font-size: 22px;
        line-height: 22px; } }
  .package li {
    font-family: "Helvetica";
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 992px) {
      .package li {
        font-size: 14px;
        line-height: 18px; } }
    @media (min-width: 1366px) {
      .package li {
        font-size: 18px;
        line-height: 22px; } }
    .package li:not(:last-of-type) {
      margin-bottom: 15px; }
  .package:hover ul {
    display: block;
    visibility: visible;
    opacity: 1; }
  .package:hover img.icon {
    display: none;
    position: relative;
    opacity: 0;
    transform: all .3s ease; }
  .package:hover img.icon-hover {
    display: block;
    position: relative;
    opacity: 1;
    transform: all .3s ease; }

.blue-package:hover {
  background-color: #25B6EA; }

.orange-package:hover {
  background-color: #F8982D; }

.red-package:hover {
  background-color: #EF3F37; }

.green-package:hover {
  background-color: #7BC044; }

.package-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .package-icon {
      width: 40%;
      margin-left: auto;
      margin-right: auto; } }
  .package-icon img.icon {
    display: block;
    position: relative;
    opacity: 1;
    transform: all .3s ease; }
  .package-icon img.icon-hover {
    display: none;
    position: relative;
    opacity: 0;
    transform: all .3s ease; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.breadcrumb-inner {
  padding: calc(2.5rem + 7px) 0 2.5rem 0;
  /* Top padding includes the height of the section border */
  border-bottom: 1px solid #eee; }
  @media (min-width: 768px) {
    .breadcrumb-inner {
      padding: calc(2.5rem + 7px) 0 2.5rem 0;
      /* Top padding includes the height of the section border */ } }
  @media (min-width: 1200px) {
    .breadcrumb-inner {
      padding: calc(2.5rem + 7px) 20px 2.5rem 20px 0;
      /* Top padding includes the height of the section border */ } }

.breadcrumbs {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-family: "Gadugi"; }
  .breadcrumbs .breadcrumb_last, .breadcrumbs a {
    color: #CCCCCC; }
  .breadcrumbs a {
    padding: 0 20px 0 0;
    background-image: url(images/icons/breadcrumb.png);
    background-position: right;
    background-size: 10px auto;
    background-repeat: no-repeat; }

.hero {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -100px;
  color: #fff;
  margin-bottom: -5px; }
  @media (min-width: 1200px) {
    .hero {
      height: 100vh; }
      .hero .hero-home-default {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; } }
  .hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(33, 51, 103, 0.7);
    background-repeat: repeat-y;
    background-size: auto;
    opacity: .8; }
    @media (min-width: 768px) {
      .hero:before {
        background-color: rgba(33, 51, 103, 0.5); } }
  .hero .hero-inner {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 80px;
    left: 5%; }
    @media (min-width: 992px) {
      .hero .hero-inner {
        bottom: 120px; } }
    @media (min-width: 1200px) {
      .hero .hero-inner {
        bottom: 200px;
        left: 10%; } }

.hero-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 50; }
  @media (min-width: 576px) {
    .hero-content {
      max-width: 80%; } }
  @media (min-width: 768px) {
    .hero-content {
      max-width: 70%; } }
  @media (min-width: 1200px) {
    .hero-content {
      max-width: 50%; } }

.scroll-arrow {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 5%;
  z-index: 50; }
  .scroll-arrow img {
    width: 10px;
    height: 30px; }
    @media (min-width: 1200px) {
      .scroll-arrow img {
        width: 15px;
        height: auto; } }
  @media (min-width: 1200px) {
    .scroll-arrow {
      left: 10%;
      bottom: -60px; } }
  .scroll-arrow .scroll-text {
    display: none;
    position: absolute;
    transform: rotate(-270deg);
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9em;
    left: -20px;
    top: -45px; }
    @media (min-width: 992px) {
      .scroll-arrow .scroll-text {
        display: block; } }
    @media (min-width: 1200px) {
      .scroll-arrow .scroll-text {
        font-size: 1em; } }
  .scroll-arrow .arrow-white {
    display: block;
    position: relative;
    background-color: #fff;
    width: 4px;
    height: 30px;
    margin-left: 3px; }
    @media (min-width: 1200px) {
      .scroll-arrow .arrow-white {
        height: 50px;
        width: 5px;
        margin-left: 5px; } }

.video-home {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  position: relative;
  overflow: hidden !important; }
  @media (min-width: 992px) {
    .video-home {
      height: 100%; } }
  .video-home video {
    height: 100%;
    object-fit: cover; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .video-home video {
        height: auto; } }

@media (min-width: 1200px) {
  .video-home video {
    height: 100vh; } }
  @media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
    .video-home video {
      height: auto; } }

.grid-block {
  display: flex;
  width: 100%;
  flex-direction: column; }
  @media (min-width: 768px) {
    .grid-block {
      flex-direction: row;
      flex-wrap: wrap; } }

.grid-60 {
  width: 100%;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  flex-direction: column; }
  .grid-60 h4 {
    font-size: 24px; }
  @media (min-width: 768px) {
    .grid-60 {
      width: 66.66%; } }
  .grid-60 .subheading {
    font-family: "Gadugi"; }
    @media (min-width: 768px) {
      .grid-60 .subheading {
        font-size: 24px;
        max-width: 80%; } }
    @media (min-width: 1200px) {
      .grid-60 .subheading {
        font-size: 34px; } }
    .grid-60 .subheading:after {
      content: "";
      width: 50%;
      height: 5px;
      display: block;
      position: relative;
      background: url("images/backgrounds/line-small.png");
      background-repeat: repeat-x;
      background-size: auto;
      margin-top: 2.5rem;
      top: -5px; }
      @media (min-width: 768px) {
        .grid-60 .subheading:after {
          width: 300px; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grid-60.compat-object-fit {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; } }
  .grid-60 .grid-image {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .grid-60:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    z-index: 2; }
  .grid-60 h1,
  .grid-60 p {
    font-family: "Helvetica-Light";
    color: #fff; }
    @media (min-width: 992px) {
      .grid-60 h1,
      .grid-60 p {
        max-width: 90%; } }
  @media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    .grid-60 h1,
    .grid-60 p {
      max-width: 50%; } }

    @media (min-width: 1200px) {
      .grid-60 h1,
      .grid-60 p {
        max-width: 80%; } }
  @media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
    .grid-60 h1,
    .grid-60 p {
      max-width: 50%; } }

  .grid-60 .grid-inner-content {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 5rem 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    color: #fff;
    position: relative; }
    @media (min-width: 768px) {
      .grid-60 .grid-inner-content {
        width: calc(90% - 6.6%);
        padding: 2.5rem 0;
        left: 0;
        position: relative; } }
    @media (min-width: 1200px) {
      .grid-60 .grid-inner-content {
        position: absolute;
        padding: 0;
        left: 10%; } }

.grid-40 {
  width: 100%; }
  @media (min-width: 768px) {
    .grid-40 {
      width: 33.33%; } }

.has-children {
  display: flex;
  flex-direction: column;
  height: auto; }

.grid-inner {
  display: flex;
  position: relative;
  width: 100%;
  height: 330px;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .grid-inner {
      height: 100%; } }
  @media (min-width: 1200px) {
    .grid-inner {
      height: auto; } }
  .grid-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #404041;
    opacity: 0.5;
    z-index: 2;
    transition: all .3s ease; }
  .grid-inner:hover:before {
    opacity: 0.8; }
  .grid-inner .grid-image {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .grid-inner.compat-object-fit {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 100%;
      display: block;
      position: relative; } }
  .grid-inner .grid-inner-content {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    color: #fff;
    position: absolute; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .grid-inner .grid-inner-content {
        top: 0; } }
    @media (min-width: 768px) {
      .grid-inner .grid-inner-content {
        padding: 0; } }
    .grid-inner .grid-inner-content h3 {
      font-size: 24px;
      transform: translateY(4.4rem);
      transition: all .3s ease;
      text-align: center; }
      @media (min-width: 768px) {
        .grid-inner .grid-inner-content h3 {
          font-size: 16px;
          transform: translateY(3.2rem); } }
      @media (min-width: 1200px) {
        .grid-inner .grid-inner-content h3 {
          font-size: 24px;
          transform: translateY(4.4rem); } }
    .grid-inner .grid-inner-content .learnmore {
      display: flex;
      flex-direction: column;
      position: relative;
      width: auto;
      justify-content: center;
      transform: translateY(2.5rem);
      opacity: 0;
      transition: all .3s ease; }
      .grid-inner .grid-inner-content .learnmore .pmmcross {
        margin-left: auto;
        margin-right: auto; }
        @media (min-width: 768px) {
          .grid-inner .grid-inner-content .learnmore .pmmcross {
            margin-bottom: 1rem; } }
        @media (min-width: 1200px) {
          .grid-inner .grid-inner-content .learnmore .pmmcross {
            margin-bottom: 2.5rem; } }
      .grid-inner .grid-inner-content .learnmore:after {
        content: "";
        display: block;
        position: relative;
        width: 30px;
        height: 2px;
        background-color: #fff;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto; }
      .grid-inner .grid-inner-content .learnmore a {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600; }
    .grid-inner .grid-inner-content:hover h3 {
      transform: translateY(0); }
    .grid-inner .grid-inner-content:hover .learnmore {
      transform: translateY(0);
      opacity: 1; }

.grid-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .grid-4 .grid-inner {
    border: 0;
    flex: 1 0 100%;
    align-items: flex-start; }
    @media (min-width: 768px) {
      .grid-4 .grid-inner {
        flex: 1;
        border-bottom: 0; } }

.grid-3-9 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .grid-3-9 {
      flex-direction: row; } }
  .grid-3-9 .grid-inner-3 {
    flex: 1 0 100%;
    background-color: #999;
    display: flex;
    position: relative;
    height: 330px;
    align-items: flex-start;
    justify-content: center; }
    @media (min-width: 768px) {
      .grid-3-9 .grid-inner-3 {
        align-items: center;
        height: auto; } }
    .grid-3-9 .grid-inner-3:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: #404041;
      opacity: 0.5;
      z-index: 2;
      transition: all .3s ease; }
    .grid-3-9 .grid-inner-3:hover:before {
      opacity: 0.8; }
    @media (min-width: 768px) {
      .grid-3-9 .grid-inner-3 {
        flex: 1 0 30%;
        border-bottom: 0; } }
    .grid-3-9 .grid-inner-3 img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .grid-3-9 .grid-inner-3 .grid-image {
      display: flex;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      top: 0;
      left: 0;
      z-index: 1; }
  .grid-3-9 .grid-inner-content {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    color: #fff;
    position: absolute; }
    @media (min-width: 768px) {
      .grid-3-9 .grid-inner-content {
        padding: 0; } }
    .grid-3-9 .grid-inner-content h3 {
      font-size: 24px;
      transform: translateY(4.4rem);
      transition: all .3s ease;
      text-align: center; }
    .grid-3-9 .grid-inner-content .learnmore {
      display: flex;
      flex-direction: column;
      position: relative;
      width: auto;
      justify-content: center;
      transform: translateY(2.5rem);
      opacity: 0;
      transition: all .3s ease; }
      .grid-3-9 .grid-inner-content .learnmore .pmmcross {
        margin-left: auto;
        margin-right: auto; }
      .grid-3-9 .grid-inner-content .learnmore:after {
        content: "";
        display: block;
        position: relative;
        width: 30px;
        height: 2px;
        background-color: #fff;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto; }
      .grid-3-9 .grid-inner-content .learnmore a {
        color: #fff; }
    .grid-3-9 .grid-inner-content:hover h3 {
      transform: translateY(0); }
    .grid-3-9 .grid-inner-content:hover .learnmore {
      transform: translateY(0);
      opacity: 1; }
  .grid-3-9 .grid-inner-7 {
    flex: 1 0 70%;
    background-color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 330px; }
    @media (min-width: 768px) {
      .grid-3-9 .grid-inner-7 {
        height: auto; } }
    .grid-3-9 .grid-inner-7:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: #404041;
      opacity: 0.5;
      z-index: 2;
      transition: all .3s ease; }
    .grid-3-9 .grid-inner-7:hover:before {
      opacity: 0.8; }
    .grid-3-9 .grid-inner-7 .grid-image {
      display: flex;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
      top: 0;
      left: 0;
      z-index: 1; }
    .grid-3-9 .grid-inner-7 .grid-inner-content {
      width: 100%;
      margin: 0 auto;
      height: 100%;
      padding: 0 20px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      z-index: 10;
      color: #fff;
      position: absolute; }
      @media (min-width: 768px) {
        .grid-3-9 .grid-inner-7 .grid-inner-content {
          padding: 0; } }
      .grid-3-9 .grid-inner-7 .grid-inner-content h3 {
        font-size: 24px;
        transform: translateY(4.4rem);
        transition: all .3s ease;
        text-align: center; }
      .grid-3-9 .grid-inner-7 .grid-inner-content .learnmore {
        display: flex;
        flex-direction: column;
        position: relative;
        width: auto;
        justify-content: center;
        transform: translateY(2.5rem);
        opacity: 0;
        transition: all .3s ease; }
        .grid-3-9 .grid-inner-7 .grid-inner-content .learnmore .pmmcross {
          margin-left: auto;
          margin-right: auto; }
        .grid-3-9 .grid-inner-7 .grid-inner-content .learnmore:after {
          content: "";
          display: block;
          position: relative;
          width: 30px;
          height: 2px;
          background-color: #fff;
          margin-top: 10px;
          margin-left: auto;
          margin-right: auto; }
        .grid-3-9 .grid-inner-7 .grid-inner-content .learnmore a {
          color: #fff; }
      .grid-3-9 .grid-inner-7 .grid-inner-content:hover h3 {
        transform: translateY(0); }
      .grid-3-9 .grid-inner-7 .grid-inner-content:hover .learnmore {
        transform: translateY(0);
        opacity: 1; }

/* These classes will give a different background on hover */
.purple-block:before {
  background-color: #213367; }

.purple-block-fixed:before {
  background-color: #213367; }

.orange-block:hover:before {
  background-color: #F8982D; }

.orange-block-fixed:before {
  background-color: #F8982D; }

.blue-block:hover:before {
  background-color: #25B6EA; }

.blue-block-fixed:before {
  background-color: #25B6EA; }

.green-block:hover:before {
  background-color: #7BC044; }

.green-block-fixed:before {
  background-color: #7BC044; }

.red-block:hover:before {
  background-color: #EF3F37; }

.red-block-fixed:before {
  background-color: #EF3F37; }

/* Grid variations */
.grid-row {
  /* If there is only 1 block in the row */
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative; }
  @media (min-width: 768px) {
    .grid-row {
      flex-direction: row;
      flex-wrap: wrap; } }
  .grid-row .grid-image {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }
  .grid-row .row-block:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #404041;
    opacity: 0.5;
    z-index: 2;
    transition: all .3s ease; }
  .grid-row .row-block .grid-inner-content {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    top: 0;
    color: #fff;
    position: absolute; }
    .grid-row .row-block .grid-inner-content h3 {
      font-size: 22px;
      transform: translateY(4.4rem);
      transition: all .3s ease;
      text-align: center; }
    .grid-row .row-block .grid-inner-content:hover h3 {
      transform: translateY(0); }
    .grid-row .row-block .grid-inner-content:hover .learnmore {
      transform: translateY(0);
      opacity: 1; }
  .grid-row .row-block .learnmore {
    display: flex;
    flex-direction: column;
    position: relative;
    width: auto;
    justify-content: center;
    transform: translateY(2.5rem);
    opacity: 0;
    transition: all .3s ease; }
    .grid-row .row-block .learnmore .pmmcross {
      margin-left: auto;
      margin-right: auto; }
    .grid-row .row-block .learnmore a {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600; }
    .grid-row .row-block .learnmore:after {
      content: "";
      display: block;
      position: relative;
      width: 30px;
      height: 2px;
      background-color: #fff;
      margin-top: 10px;
      margin-left: auto;
      margin-right: auto; }
  .grid-row .green-block:hover:before {
    background-color: #7BC044;
    opacity: .9; }
  .grid-row .blue-block:hover:before {
    background-color: #25B6EA;
    opacity: .9; }
  .grid-row .red-block:hover:before {
    background-color: #EF3F37;
    opacity: .9; }
  .grid-row .orange-block:hover:before {
    background-color: #F8982D;
    opacity: .9; }
  .grid-row .purple-block:hover:before {
    background-color: #213367;
    opacity: .9; }
  .grid-row .row-100 {
    position: relative;
    background-color: #ccc;
    width: 100%; }
  .grid-row .row-50 {
    position: relative;
    background-color: #ccc;
    width: 100%; }
    @media (min-width: 768px) {
      .grid-row .row-50 {
        width: 50%; } }
  .grid-row .row-30 {
    position: relative;
    background-color: #ccc;
    width: 100%; }
    @media (min-width: 768px) {
      .grid-row .row-30 {
        width: 30%; } }
  .grid-row .row-70 {
    position: relative;
    background-color: #ccc;
    width: 100%; }
    @media (min-width: 768px) {
      .grid-row .row-70 {
        width: 70%; } }
  .grid-row .row-40 {
    position: relative;
    background-color: #ccc;
    width: 100%; }
    @media (min-width: 768px) {
      .grid-row .row-40 {
        width: 40%; } }
  .grid-row .row-60 {
    position: relative;
    background-color: #ccc;
    width: 100%; }
    @media (min-width: 768px) {
      .grid-row .row-60 {
        width: 60%; } }
  .grid-row .row-25 {
    position: relative;
    background-color: #ccc;
    width: 100%; }
    @media (min-width: 768px) {
      .grid-row .row-25 {
        width: 25%; }
        .grid-row .row-25 .grid-inner-content h3 {
          font-size: 14px;
          transform: translateY(1.8rem); }
        .grid-row .row-25 .grid-inner-content .learnmore .pmmcross {
          display: none; }
        .grid-row .row-25 .grid-inner-content .learnmore a {
          font-size: 12px; } }
    @media (min-width: 1200px) {
      .grid-row .row-25 .grid-inner-content h3 {
        font-size: 22px;
        transform: translateY(4.4rem); }
      .grid-row .row-25 .grid-inner-content .learnmore .pmmcross {
        display: block; }
      .grid-row .row-25 .grid-inner-content .learnmore a {
        font-size: 1rem; } }
  .grid-row .row-33 {
    position: relative;
    background-color: #ccc;
    width: 100%; }
    @media (min-width: 768px) {
      .grid-row .row-33 {
        width: 33.333%; }
        .grid-row .row-33 .grid-inner-content h3 {
          font-size: 14px;
          transform: translateY(1.8rem); }
        .grid-row .row-33 .grid-inner-content .learnmore .pmmcross {
          display: none; }
        .grid-row .row-33 .grid-inner-content .learnmore a {
          font-size: 12px; } }
    @media (min-width: 1200px) {
      .grid-row .row-33 .grid-inner-content h3 {
        font-size: 22px;
        transform: translateY(4.4rem); }
      .grid-row .row-33 .grid-inner-content .learnmore .pmmcross {
        display: block; }
      .grid-row .row-33 .grid-inner-content .learnmore a {
        font-size: 1rem; } }

.count-block h2 {
  color: #213367;
  font-size: 34px; }
  .count-block h2:after {
    content: "";
    width: 50%;
    height: 5px;
    display: block;
    position: relative;
    background: url("images/backgrounds/line-small.png");
    background-repeat: repeat-x;
    background-size: auto;
    margin-top: 2.5rem;
    top: -5px; }
    @media (min-width: 768px) {
      .count-block h2:after {
        width: 300px; } }
.count-block ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: space-evenly; }
.count-block li {
  list-style-type: none;
  flex: 1 0 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px; }
  @media (min-width: 768px) {
    .count-block li {
      flex: 1 0 31%;
      padding: 0; } }
.count-block .count-value {
  display: flex;
  flex-direction: row; }
.count-block .number, .count-block .percent {
  font-size: 100px;
  font-weight: 800;
  color: #213367; }
  @media (min-width: 768px) {
    .count-block .number, .count-block .percent {
      font-size: 90px; } }
  @media (min-width: 1200px) {
    .count-block .number, .count-block .percent {
      font-size: 100px; } }
.count-block p {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
  font-family: "Gadugi";
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    .count-block p {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .count-block p {
      font-size: 1.4rem;
      max-width: 80%; } }

.offset-image-block {
  padding-top: 0; }
  .offset-image-block .offset-inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
  .offset-image-block .left-equal,
  .offset-image-block .right-equal {
    width: 100%; }
    @media (min-width: 768px) {
      .offset-image-block .left-equal,
      .offset-image-block .right-equal {
        width: 50%; } }
  .offset-image-block .left-equal {
    min-height: auto;
    margin-bottom: 5rem; }
    @media (min-width: 768px) {
      .offset-image-block .left-equal {
        margin-bottom: 0; } }
    .offset-image-block .left-equal h1 {
      color: #213367; }
  .offset-image-block .right-equal {
    display: flex; }
    .offset-image-block .right-equal img {
      position: relative;
      right: 0;
      /* bottom is twice the size of section padding */
      top: 0;
      /* bottom is twice the size of section padding */
      width: 100%;
      object-fit: cover;
      object-position: center;
      height: 100%;
      z-index: 5; }
      @media (min-width: 768px) {
        .offset-image-block .right-equal img {
          bottom: calc(-5rem * 2);
          /* bottom is twice the size of section padding */
          right: 0;
          top: calc(5rem * 2);
          /* top is twice the size of section padding */ } }
      @media (min-width: 992px) {
        .offset-image-block .right-equal img {
          bottom: calc(-5rem * 2);
          /* bottom is twice the size of section padding */
          top: unset; } }

.offset-left-content {
  margin: 0 auto;
  height: 100%;
  padding-top: 5rem;
  width: calc(100% - 10%); }
  .offset-left-content .section-title {
    max-width: 90%; }
  .offset-left-content p {
    font-family: "Helvetica-Light";
    line-height: 26px; }
  @media (min-width: 992px) {
    .offset-left-content {
      width: calc(90% - 10%); }
      .offset-left-content p {
        max-width: 80%; } }

.offset-text-block {
  padding: 0; }
  .offset-text-block.grey-bg {
    background-color: #eee; }
  .offset-text-block .offset-inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
  .offset-text-block .left-equal,
  .offset-text-block .right-equal {
    width: 100%; }
    @media (min-width: 768px) {
      .offset-text-block .left-equal,
      .offset-text-block .right-equal {
        width: 50%; } }
  .offset-text-block .left-equal {
    background-color: #ddd;
    min-height: auto; }
    .offset-text-block .left-equal img {
      object-fit: cover;
      object-position: right;
      width: 100%;
      height: 100%; }
    .offset-text-block .left-equal h1 {
      color: #213367; }
  .offset-text-block .right-equal {
    background-color: #fff;
    display: flex;
    bottom: 0;
    position: relative;
    padding-top: 5rem; }
    @media (min-width: 768px) {
      .offset-text-block .right-equal {
        bottom: -5rem; } }

.offset-right-content {
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto;
  height: 100%;
  background-color: #fff;
  z-index: 5; }
  @media (min-width: 992px) {
    .offset-right-content {
      width: calc(90% - 10%);
      bottom: calc(-5rem * 0);
      top: unset; } }
  .offset-right-content .section-title {
    color: #213367; }

.newslist .newslist-inner {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 992px) {
    .newslist .newslist-inner {
      flex-direction: row;
      padding-top: 5rem;
      /* We need to push down the news list because the element above has been pushed down and is visible within this container */ } }
.newslist h1,
.newslist .subheading {
  color: #213367;
  text-transform: uppercase; }
.newslist .subheading {
  font-family: "Gadugi";
  font-size: 32px;
  max-width: 90%;
  margin-top: 0; }
.newslist ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .newslist ul {
      flex-direction: row; } }
  @media (min-width: 992px) {
    .newslist ul {
      width: 75%; } }
.newslist li {
  width: 100%;
  list-style-type: none;
  margin: 0;
  position: relative;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .newslist li {
      flex: 1;
      margin: 0 1%;
      padding: 0 5px; }
      .newslist li:last-of-type {
        margin-right: 0; } }
  @media (min-width: 1200px) {
    .newslist li {
      padding: 0 10px; } }
  .newslist li .news-inner {
    background-color: #fff;
    position: relative; }
    .newslist li .news-inner:after {
      content: "";
      width: 100%;
      height: 2px;
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      background: url("images/backgrounds/line-small.png");
      background-repeat: repeat-x;
      background-size: contain; }
.newslist .article-snippet {
  height: auto; }
.newslist .view-all {
  text-transform: uppercase;
  color: #213367; }
  .newslist .view-all:after {
    content: "";
    display: block;
    position: relative;
    width: 25px;
    height: 2px;
    background-color: #213367;
    margin-top: 10px;
    transition: all .3s ease; }
  .newslist .view-all:hover {
    text-decoration: none; }
    .newslist .view-all:hover:after {
      width: 35px; }

.newslist-actions {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .newslist-actions {
      padding-top: 2.5rem; } }
  @media (min-width: 992px) {
    .newslist-actions {
      width: 25%;
      margin-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 768px) {
    .newslist-actions .pmmcross {
      display: none; } }
  @media (min-width: 992px) {
    .newslist-actions .pmmcross {
      display: block; } }
  .newslist-actions .carousel-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 2.5rem; }
    @media (min-width: 768px) {
      .newslist-actions .carousel-nav {
        position: absolute;
        top: 0;
        right: 0; } }
    @media (min-width: 992px) {
      .newslist-actions .carousel-nav {
        position: relative; } }
    .newslist-actions .carousel-nav .slide-prev,
    .newslist-actions .carousel-nav .slide-next {
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      background-color: #213367;
      transition: all .3s ease; }
      .newslist-actions .carousel-nav .slide-prev:hover,
      .newslist-actions .carousel-nav .slide-next:hover {
        background-color: #404041; }
      .newslist-actions .carousel-nav .slide-prev img,
      .newslist-actions .carousel-nav .slide-next img {
        width: 20px;
        height: auto; }
    .newslist-actions .carousel-nav .slide-prev {
      margin-right: 10px;
      width: 50px;
      height: 50px;
      border-radius: 50%; }
    .newslist-actions .carousel-nav .slide-next {
      width: 50px;
      height: 50px;
      border-radius: 50%; }

.nav-links {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem; }
  .nav-links .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 0.2em; }
    @media (min-width: 768px) {
      .nav-links .page-numbers {
        width: 50px;
        height: 50px;
        margin: 0 0.5em; } }
    .nav-links .page-numbers a:hover {
      background-color: #213367;
      color: #fff;
      text-decoration: none; }
  .nav-links .current {
    background-color: #213367;
    color: #fff; }
  .nav-links .next,
  .nav-links .prev {
    width: auto;
    min-width: 130px;
    border-radius: 30px;
    background-color: #213367;
    color: #fff;
    padding: 15px 30px; }

.newslist .slick-track {
  height: 100% !important; }

.newslist .slick-slide {
  height: 100% !important; }

.newslist .slick-slide > div {
  height: 100% !important; }

.newslist li.item {
  height: 100% !important; }

.newslist .news-inner {
  height: 100% !important; }

.equal-row .equal-inner {
  display: flex;
  width: 100%;
  flex-direction: column; }
  @media (min-width: 768px) {
    .equal-row .equal-inner {
      flex-direction: row;
      height: 100%; } }
.equal-row .equal-col {
  flex: 1 0 100%;
  padding: 2.5rem 0;
  position: relative; }
  @media (min-width: 768px) {
    .equal-row .equal-col {
      flex: 1 0 50%; } }
  @media (min-width: 1200px) {
    .equal-row .equal-col {
      padding: 5rem 0; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .equal-row .equal-col {
      flex: 1 0 auto;
      width: 50%; } }
.equal-row .equal-l {
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .equal-row .equal-l {
      margin-bottom: 0; } }
  .equal-row .equal-l h1 {
    color: #213367; }
    @media (min-width: 1200px) {
      .equal-row .equal-l h1 {
        max-width: 60%; } }
  .equal-row .equal-l p {
    max-width: 80%; }
.equal-row .equal-r {
  padding-left: calc(20px * 1);
  /* $global-spacing-unit * 1 */
  padding-right: calc(20px * 1);
  /* $global-spacing-unit * 1 */
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .equal-row .equal-r {
      padding-left: calc(20px * 2);
      /* $global-spacing-unit * 2 */
      padding-right: calc(20px * 2);
      /* $global-spacing-unit * 2 */
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .equal-row .equal-r {
      padding-left: calc(20px * 3);
      /* $global-spacing-unit * 2 */
      padding-right: calc(20px * 3);
      /* $global-spacing-unit * 2 */ } }
  .equal-row .equal-r p {
    color: #404041; }
.equal-row .scroll-block {
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: calc(20px * 1);
  /* $global-spacing-unit * 1 */ }
  @media (min-width: 768px) {
    .equal-row .scroll-block {
      height: 500px;
      padding-right: calc(20px * 2);
      /* $global-spacing-unit * 2 */ } }
.equal-row .quote {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 2.5rem; }
  .equal-row .quote .quote-heading {
    font-family: "Helvetica";
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 34px;
    color: #213367; }
    @media (min-width: 992px) {
      .equal-row .quote .quote-heading {
        font-size: 20px;
        line-height: 1.4em; } }
.equal-row .value-img {
  padding: 5rem 0;
  display: flex;
  align-items: center;
  max-width: 90%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .equal-row .value-img {
      padding: 5rem 20px 5rem 0; } }
  @media (min-width: 1200px) {
    .equal-row .value-img {
      padding: 5rem 5rem 5rem 0; } }
.equal-row ::-webkit-scrollbar {
  width: 5px; }
.equal-row ::-webkit-scrollbar-track {
  background: #ccc; }
.equal-row ::-webkit-scrollbar-thumb {
  background: #213367; }
.equal-row ::-webkit-scrollbar-thumb:hover {
  background: #555; }
.single-the_team .equal-row {
  max-width: 90%;
  margin: 0 auto; }
  .single-the_team .equal-row .case-txt-col {
    padding: 5rem 0; }
  .single-the_team .equal-row .case-txt-col:last-child {
    margin-top: 130px; }
  .single-the_team .equal-row .text-content {
    width: 100%; }
    .single-the_team .equal-row .text-content li {
      margin-bottom: 20px;
      font-size: 18px; }
  @media (min-width: 1200px) {
    .single-the_team .equal-row {
      max-width: 80%; } }

@media (min-width: 768px) {
  .with-scroll .equal-inner {
    flex-direction: column; }
    .with-scroll .equal-inner .has-scroll {
      margin-bottom: calc(2.5rem + 10px); } }
@media (min-width: 992px) {
  .with-scroll .equal-inner {
    flex-direction: row;
    margin-bottom: 0; }
    .with-scroll .equal-inner .has-scroll {
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .praxity .equal-inner {
    flex-direction: column; }
  .praxity .case-txt-col {
    width: 100%;
    order: 2; }
    .praxity .case-txt-col .text-content {
      width: 90%; }
  .praxity .case-img-col {
    width: 100%;
    order: 1; } }
@media (min-width: 992px) {
  .praxity .equal-inner {
    flex-direction: row; }
  .praxity .case-txt-col {
    width: 50%;
    order: 1; }
    .praxity .case-txt-col .text-content {
      width: 100%; }
  .praxity .case-img-col {
    width: 50%;
    order: 12; } }

.experience-list {
  margin: 0;
  padding: 0;
  max-width: 100%; }
  .experience-list li {
    list-style-position: inside;
    margin-bottom: 20px;
    list-style-type: none;
    display: flex;
    padding-left: 45px;
    align-items: flex-start;
    position: relative;
    font-family: "Helvetica";
    font-size: 14px; }
    @media (min-width: 992px) {
      .experience-list li {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .experience-list li {
        max-width: 70%; } }
    .experience-list li:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 30px;
      height: 30px;
      left: 0;
      background-image: url("images/icons/pmm.png");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center; }

@media (min-width: 768px) {
  .reward-recog .case-img-col {
    order: 1; } }
.reward-recog .text-content {
  width: 100%; }
  @media (min-width: 992px) {
    .reward-recog .text-content {
      width: 60%; } }
.reward-recog .value-img {
  width: 40%; }
  .reward-recog .value-img img {
    width: 100%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-template-sub-service .aos-init .aos-animate {
    width: 100%; } }
.stay-connected {
  background-color: #213367;
  color: #fff; }
  .stay-connected h5 {
    color: #fff;
    font-size: 34px; }

.stay-connected-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%; }
  .stay-connected-content h3 {
    margin-bottom: 5rem; }
  .stay-connected-content form {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .stay-connected-content form {
        width: 80%; } }
    @media (min-width: 992px) {
      .stay-connected-content form {
        width: 50%; } }
  .stay-connected-content input {
    width: 100%;
    margin: 0 0 10px 0;
    background-color: #606c8f;
    border: 1px solid #606c8f;
    color: #fff; }
    .stay-connected-content input + input {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .stay-connected-content input {
        width: 49%;
        margin-right: 1%;
        margin-bottom: 0; }
        .stay-connected-content input + input {
          margin-right: 0; } }
  .stay-connected-content ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .stay-connected-content ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .stay-connected-content :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .stay-connected-content :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  .stay-connected-content button {
    align-self: flex-end;
    width: auto;
    margin: 2.5rem auto; }
  .stay-connected-content ul {
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    margin: 0; }
  .stay-connected-content li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .stay-connected-content li img {
      width: 50px;
      height: auto; }

table {
  width: 100%; }

th:first-child,
td:first-child {
  padding-left: 0;
  /* Ensure their first cells in each row carry no indents. */ }
th:last-child,
td:last-child {
  padding-right: 0;
  /* Ensure their last cells in each row carry no indents. */ }

a {
  color: #213367;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

.page-intro {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ccc; }
  .page-intro .button-container {
    margin-top: 2.5rem; }

.page-intro-inner {
  padding: 5rem 20px; }
  @media (min-width: 768px) {
    .page-intro-inner {
      padding: 5rem 20px; } }
  .page-intro-inner h1 {
    margin-bottom: 5rem; }
    @media (min-width: 768px) {
      .page-intro-inner h1 {
        width: 50%;
        margin-bottom: 2.5rem; } }
  @media (min-width: 768px) {
    .page-intro-inner p {
      width: 50%; } }

body.page-template-location-landing .content-inner {
  position: relative; }

.has-image {
  display: flex;
  width: 100%;
  flex-direction: column; }
  @media (min-width: 768px) {
    .has-image {
      flex-direction: row; } }
  .has-image .intro-left {
    margin-bottom: 60px; }
    @media (min-width: 768px) {
      .has-image .intro-left {
        max-width: 60%;
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .has-image .intro-right {
      max-width: 40%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 2.5rem; } }

.what-our-team-says-intro {
  padding-bottom: calc(2.5rem * 3);
  /* we need to add extra bottom padding for this intro as we have an offset element with negative top margin  */ }

.page-template-services-landing .content-inner {
  flex-direction: column;
  display: flex; }
  @media (min-width: 768px) {
    .page-template-services-landing .content-inner {
      flex-direction: row; } }
.page-template-services-landing .text-intro-block h2 {
  font-size: 30px; }
  @media (min-width: 768px) {
    .page-template-services-landing .text-intro-block h2 {
      max-width: 80%; } }
@media (min-width: 1200px) {
  .page-template-services-landing .text-intro-block p {
    max-width: 80%; } }
.page-template-services-landing .intro-copy {
  width: 100%;
  padding-bottom: 80px; }
  @media (min-width: 768px) {
    .page-template-services-landing .intro-copy {
      width: 60%;
      padding-bottom: 0; } }
.page-template-services-landing .intro-quote {
  width: 100%; }
  @media (min-width: 768px) {
    .page-template-services-landing .intro-quote {
      width: 40%; } }
  @media (min-width: 768px) {
    .page-template-services-landing .intro-quote blockquote {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .page-template-services-landing .intro-quote blockquote {
      font: 24px/34px "Gadugi"; } }
.page-template-services-landing .casestudy-equal {
  padding: 40px; }
  .page-template-services-landing .casestudy-equal .case-txt-col h3:after {
    background-image: none;
    margin-top: 0; }
  .page-template-services-landing .casestudy-equal .case-txt-col .section-title h4 {
    margin-bottom: 5px;
    font-size: 28px; }
    .page-template-services-landing .casestudy-equal .case-txt-col .section-title h4:after {
      background-image: none;
      margin-top: 0; }
  @media (min-width: 768px) {
    .page-template-services-landing .casestudy-equal {
      padding: 80px; } }
.page-template-services-landing .accordion h4 {
  text-align: center; }
.page-template-services-landing .accordion p {
  color: #4D4D4D;
  font-size: 16px;
  line-height: 24px; }
.page-template-services-landing .accordion .accordion-item {
  max-width: 1000px;
  margin: 0 auto; }
  .page-template-services-landing .accordion .accordion-item .accordion-title {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 40px 20px 20px;
    cursor: pointer;
    font-size: 18px;
    line-height: 28px;
    background-image: url("images/icons/plus-icon.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right 20px top 50%;
    border-top: 1px solid #213367; }
    .page-template-services-landing .accordion .accordion-item .accordion-title.active-tab {
      background-image: url("images/icons/minus-icon.png");
      border-bottom: 1px solid #213367; }
  .page-template-services-landing .accordion .accordion-item:last-of-type .accordion-title {
    border-bottom: 1px solid #213367; }
.page-template-services-landing .accordion .accordion-content {
  padding: 20px; }

.page-template-sub-service .content-inner {
  flex-direction: column;
  display: flex; }
  @media (min-width: 768px) {
    .page-template-sub-service .content-inner {
      flex-direction: row; } }
.page-template-sub-service .text-intro-block h2 {
  font-size: 30px; }
  @media (min-width: 768px) {
    .page-template-sub-service .text-intro-block h2 {
      max-width: 80%; } }
@media (min-width: 1200px) {
  .page-template-sub-service .text-intro-block p {
    max-width: 80%; } }
.page-template-sub-service .intro-copy {
  width: 100%;
  padding-bottom: 80px; }
  @media (min-width: 768px) {
    .page-template-sub-service .intro-copy {
      width: 60%;
      padding-bottom: 0; } }
.page-template-sub-service .intro-quote {
  width: 100%; }
  @media (min-width: 768px) {
    .page-template-sub-service .intro-quote {
      width: 40%; } }
  @media (min-width: 768px) {
    .page-template-sub-service .intro-quote blockquote {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .page-template-sub-service .intro-quote blockquote {
      font: 24px/34px "Gadugi"; } }
.page-template-sub-service .casestudy-equal {
  padding: 40px; }
  .page-template-sub-service .casestudy-equal .case-txt-col h3:after {
    background-image: none;
    margin-top: 0; }
  .page-template-sub-service .casestudy-equal .case-txt-col .section-title h4 {
    margin-bottom: 5px;
    font-size: 28px; }
    .page-template-sub-service .casestudy-equal .case-txt-col .section-title h4:after {
      background-image: none;
      margin-top: 0; }
  @media (min-width: 768px) {
    .page-template-sub-service .casestudy-equal {
      padding: 80px; } }
.page-template-sub-service .accordion h4 {
  text-align: center; }
.page-template-sub-service .accordion .accordion-item .accordion-title {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 40px 15px 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 28px;
  background-image: url("images/icons/plus-icon.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 20px top 50%; }
  .page-template-sub-service .accordion .accordion-item .accordion-title.active-tab {
    background-image: url("images/icons/minus-icon.png");
    border-bottom: 1px solid #213367; }
.page-template-sub-service .accordion .accordion-item:last-of-type .accordion-title {
  border-bottom: 1px solid #213367; }
.page-template-sub-service .accordion .accordion-content {
  padding: 20px; }
  .page-template-sub-service .accordion .accordion-content p {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 24px; }
  .page-template-sub-service .accordion .accordion-content ul {
    padding-left: 10px; }
  .page-template-sub-service .accordion .accordion-content li {
    font-size: 14px;
    line-height: 22px;
    color: #404041;
    font-family: "Helvetica-Light"; }
    .page-template-sub-service .accordion .accordion-content li:not(:last-of-type) {
      margin-bottom: 5px; }
    @media (min-width: 992px) {
      .page-template-sub-service .accordion .accordion-content li {
        font-size: 18px;
        line-height: 24px; } }
  .page-template-sub-service .accordion .accordion-content a {
    color: #404041;
    text-decoration: underline; }
    .page-template-sub-service .accordion .accordion-content a:visited {
      color: #404041; }
    .page-template-sub-service .accordion .accordion-content a:hover {
      text-decoration: none; }

.text-intro-block h1 {
  /* All intro block headings are purple */
  color: #213367; }
  @media (min-width: 768px) {
    .text-intro-block h1 {
      max-width: 50%; } }
.text-intro-block.fullwidth p {
  max-width: 100%; }
.text-intro-block p {
  font: 20px/30px "Helvetica-Light"; }
  @media (min-width: 768px) {
    .text-intro-block p {
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .text-intro-block p {
      max-width: 60%; } }
.text-intro-block blockquote {
  font: 22px/30px "Gadugi";
  color: #213367;
  max-width: 100%; }
  @media (min-width: 768px) {
    .text-intro-block blockquote {
      max-width: 66.6%; } }
  @media (min-width: 1200px) {
    .text-intro-block blockquote {
      font: 28px/40px "Gadugi"; } }
.text-intro-block cite {
  color: #213367; }
.text-intro-block a[href^="tel"] {
  text-decoration: underline;
  text-underline-offset: 3px; }
  .text-intro-block a[href^="tel"]:hover {
    text-decoration: none; }

@media (min-width: 992px) {
  .home-intro {
    /* We want to add an extra top padding to the home intro block because of the scroll link overlaying the block */
    padding-top: calc(2.5rem * 3);
    /* title-border-spacing variable value * 3  */ } }
.quote h1 {
  font-weight: 100;
  margin-bottom: calc(2.5rem * 2);
  /* We need to double the bottom margin as the blockquote decreases space between the intro title */ }

.has-image {
  display: flex;
  width: 100%;
  flex-direction: column; }
  @media (min-width: 768px) {
    .has-image {
      flex-direction: row; } }
  @media (min-width: 768px) {
    .has-image .intro-left {
      max-width: 60%; } }
  @media (min-width: 768px) {
    .has-image .intro-right {
      max-width: 40%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 2.5rem; } }
  .has-image .intro-right img {
    max-width: 80%;
    width: 100%; }

.what-our-team-says-intro {
  padding-bottom: calc(2.5rem * 3);
  /* title-border-spacing variable value * 3  */ }

.quote-intro-block h1 {
  margin-bottom: 6rem; }

.team-carousel .button-container,
.filtered-members .button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 5rem 0 0 0; }
  @media (min-width: 768px) {
    .team-carousel .button-container,
    .filtered-members .button-container {
      padding: 5rem 0 0 0; } }
.team-carousel h1,
.filtered-members h1 {
  color: #213367;
  margin-bottom: 5rem; }
  @media (min-width: 768px) {
    .team-carousel h1,
    .filtered-members h1 {
      margin-bottom: 5rem; } }
.team-carousel h3,
.filtered-members h3 {
  font-size: 24px;
  line-height: 34px; }
  @media (min-width: 768px) {
    .team-carousel h3,
    .filtered-members h3 {
      font-size: 34px;
      line-height: 44px; } }
.team-carousel .slick-prev,
.team-carousel .slick-next,
.filtered-members .slick-prev,
.filtered-members .slick-next {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  cursor: pointer; }
  @media (min-width: 768px) {
    .team-carousel .slick-prev,
    .team-carousel .slick-next,
    .filtered-members .slick-prev,
    .filtered-members .slick-next {
      width: 25px;
      height: 25px;
      background-size: 25px; } }
  @media (min-width: 992px) {
    .team-carousel .slick-prev,
    .team-carousel .slick-next,
    .filtered-members .slick-prev,
    .filtered-members .slick-next {
      width: 40px;
      height: 40px;
      background-size: 40px; } }
.team-carousel .slick-prev,
.filtered-members .slick-prev {
  background-image: url("images/arrows/c-prev.png");
  z-index: 50;
  left: -15px; }
  @media (min-width: 576px) {
    .team-carousel .slick-prev,
    .filtered-members .slick-prev {
      left: -25px; } }
  @media (min-width: 768px) {
    .team-carousel .slick-prev,
    .filtered-members .slick-prev {
      left: -20px; } }
  @media (min-width: 1200px) {
    .team-carousel .slick-prev,
    .filtered-members .slick-prev {
      left: -50px; } }
.team-carousel .slick-next,
.filtered-members .slick-next {
  background-image: url("images/arrows/c-next.png");
  z-index: 50;
  right: -15px; }
  @media (min-width: 576px) {
    .team-carousel .slick-next,
    .filtered-members .slick-next {
      right: -25px; } }
  @media (min-width: 768px) {
    .team-carousel .slick-next,
    .filtered-members .slick-next {
      right: -20px; } }
  @media (min-width: 1200px) {
    .team-carousel .slick-next,
    .filtered-members .slick-next {
      right: -50px; } }

.team-members,
.filtered-members {
  padding: 0;
  margin: 0;
  display: none;
  flex-direction: column;
  position: relative; }
  .team-members.slick-initialized,
  .filtered-members.slick-initialized {
    display: flex; }
  @media (min-width: 768px) {
    .team-members,
    .filtered-members {
      flex-direction: row; } }
  .team-members .member,
  .filtered-members .member {
    list-style: none;
    width: 100%;
    margin: 0 0 2em 0;
    position: relative;
    padding: 0 15px; }
    .team-members .member:last-of-type,
    .filtered-members .member:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .team-members .member,
      .filtered-members .member {
        width: 32.333%;
        margin: 0 0.5%;
        padding: 0 5px; }
        .team-members .member:last-of-type,
        .filtered-members .member:last-of-type {
          margin-bottom: auto; } }
    @media (min-width: 1200px) {
      .team-members .member,
      .filtered-members .member {
        padding: 0 15px; } }
    .team-members .member .member-inner,
    .filtered-members .member .member-inner {
      padding: 5px 5px 0 5px;
      background-color: #fff;
      position: relative; }
      .team-members .member .member-inner:after,
      .filtered-members .member .member-inner:after {
        content: "";
        width: 100%;
        height: 2px;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        background: url("images/backgrounds/line-small.png");
        background-repeat: repeat-x;
        background-size: contain; }

.filtered-members {
  display: flex; }

.team-profile {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 5px 5px 0 5px;
  background-color: #fff; }
  .team-profile img {
    position: relative;
    z-index: 1;
    width: 100%; }
  .team-profile .view {
    display: flex;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
    width: calc(100% - 10px);
    height: 100%;
    background-color: rgba(33, 51, 103, 0.5);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
    .team-profile .view a {
      color: #fff;
      font-size: 1.1em;
      text-transform: uppercase;
      font-family: "Gadugi-Bold"; }
      .team-profile .view a:before {
        content: "";
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        background: url("images/backgrounds/PMM-Logo-White.png");
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: center;
        margin: 0 auto 1.5em auto; }
      .team-profile .view a:after {
        content: "";
        display: block;
        position: relative;
        width: 30px;
        height: 2px;
        background-color: #fff;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto; }
  .team-profile:hover .view {
    transform: translateY(0);
    opacity: 1;
    z-index: 10; }

.team-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 255px;
  padding: 2em 0;
  align-items: center;
  background-color: #fff; }
  .team-details ul {
    margin: 0;
    padding: 0; }
  .team-details .block-name {
    font-size: 1.6em;
    font-family: "Gadugi-Bold";
    text-transform: uppercase;
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      .team-details .block-name {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .team-details .block-name {
        font-size: 1.6em; } }
  .team-details .role {
    padding-bottom: 2rem;
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: center;
    padding: 0 2rem  2rem 2rem;
    width: 100%; }
    @media (min-width: 768px) {
      .team-details .role {
        font-size: 1em;
        line-height: 20px; } }
  .team-details .team-contact {
    text-align: center;
    margin: 0 0 2.5em 0;
    padding-bottom: 0;
    font-size: 1.1rem; }
    .team-details .team-contact li {
      margin-bottom: 5px;
      list-style-type: none; }
      .team-details .team-contact li:last-of-type {
        margin-bottom: 0; }
  .team-details .view-profile {
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 0.9em; }
    @media (min-width: 1200px) {
      .team-details .view-profile {
        font-size: 1em; } }
    .team-details .view-profile:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      background-image: url("images/icons/pmm.png");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center; }

.team-members-2 {
  text-align: center;
  padding: 0; }
  .team-members-2 .member {
    display: inline-block;
    list-style-type: none;
    position: relative;
    width: 100%;
    margin: 10px 0; }
    @media (min-width: 768px) {
      .team-members-2 .member {
        width: 31%;
        margin: 0 0.5%; } }

.team-members-2 .member .member-inner:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(images/backgrounds/line-small.png);
  background-repeat: repeat-x;
  background-size: contain; }

.loadmore {
  display: inline-block;
  position: relative;
  width: auto;
  text-transform: uppercase;
  font-family: "Gadugi-Bold";
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #213367;
  color: #213367;
  background-color: transparent; }

.loadmore:hover {
  background-color: #213367;
  border: 1px solid #213367;
  color: #fff; }

/* Case Studies Filter styling */
.case-filters {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  margin: 0 0 30px 0; }
  @media (min-width: 768px) {
    .case-filters {
      justify-content: flex-start;
      flex-direction: row; } }
  @media (min-width: 992px) {
    .case-filters {
      justify-content: space-between; } }
  @media (min-width: 1200px) {
    .case-filters {
      padding: 2rem; } }
  .case-filters li {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.1em;
    list-style-type: none;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .case-filters li {
        font-size: 0.8em; } }
    .case-filters li:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      background-image: url("images/icons/pmm.png");
      background-size: 15px;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
    .case-filters li:hover:before {
      -webkit-filter: grayscale(0);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0); }

.casestudy-filter {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .casestudy-filter .article-snippet {
    min-height: 260px; }
  @media (min-width: 576px) {
    .casestudy-filter {
      flex-direction: row; } }
  .casestudy-filter li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .casestudy-filter li {
        display: inline-block; } }
    .casestudy-filter li img {
      width: 100% !important; }
    @media (min-width: 576px) {
      .casestudy-filter li {
        width: 49%;
        margin-right: 0; }
        .casestudy-filter li:nth-of-type(2n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .casestudy-filter li {
        width: 32%;
        margin-right: 0; }
        .casestudy-filter li:nth-of-type(2n) {
          margin-right: 0; }
        .casestudy-filter li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .casestudy-filter li {
        width: 32%;
        margin-bottom: 30px; } }
    .casestudy-filter li li {
      width: 100%; }
    .casestudy-filter li:after {
      content: "";
      width: 100%;
      height: 2px;
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      background: url("images/backgrounds/line-small.png");
      background-repeat: repeat-x;
      background-size: contain; }

/* Events Filter styling */
.event-filter {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .event-filter {
      flex-direction: row; } }
  .event-filter li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .event-filter li {
        display: inline-block; } }
    @media (min-width: 576px) {
      .event-filter li {
        width: 49%;
        margin-right: 2%; }
        .event-filter li:nth-of-type(2n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .event-filter li {
        width: 32%;
        margin-right: 2%; }
        .event-filter li:nth-of-type(2n) {
          margin-right: 2%; }
        .event-filter li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .event-filter li {
        width: 32%;
        margin-bottom: 30px; } }
    .event-filter li li {
      width: 100%; }

.event {
  position: relative; }
  .event .event-thumbnail {
    width: 100%;
    height: auto; }
    .event .event-thumbnail img {
      min-height: 220px; }
  .event .event-details {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 295px;
    padding: 2.5rem 1em;
    align-items: flex-start; }
  .event .event-title {
    padding-bottom: 2.5rem;
    font-size: 1.4em;
    width: 100%; }
  .event .event-time-location {
    display: flex;
    flex-direction: column;
    padding-bottom: 2.5rem; }
  .event .event-date,
  .event .event-location {
    font-style: normal;
    display: flex;
    position: relative;
    align-items: center;
    font-family: "Gadugi";
    font-size: 1.2em; }
    .event .event-date span,
    .event .event-location span {
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      margin-right: 10px; }
      .event .event-date span img,
      .event .event-location span img {
        max-width: 15px; }
  .event .event-date {
    margin-bottom: 5px; }
  .event .readmore {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: auto;
    display: flex;
    align-items: center;
    font-size: 1.2rem; }
    .event .readmore:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      background-image: url("images/icons/pmm.png");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center; }
  .event:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    background: url("images/backgrounds/line-small.png");
    background-repeat: repeat-x;
    background-size: contain; }

.related-block {
  background-color: #fff; }
  .related-block .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 5rem 0 0 0; }
    @media (min-width: 768px) {
      .related-block .button-container {
        padding: 5rem 0 0 0; } }
  .related-block h1 {
    color: #213367;
    margin-bottom: 5rem; }
    @media (min-width: 768px) {
      .related-block h1 {
        margin-bottom: 5rem; } }
  .related-block h4 {
    font-size: 24px;
    line-height: 34px; }
    @media (min-width: 768px) {
      .related-block h4 {
        font-size: 34px;
        line-height: 44px; } }
  .page-template-page-join .related-block {
    background-color: #f1f1f2; }

.related-items {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .related-items {
      flex-direction: row; } }
  .related-items .item {
    display: flex;
    position: relative;
    flex-direction: column;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0 0 2em 0;
    background: #fff; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .related-items .item {
        display: inline-block; } }
    .related-items .item:last-of-type {
      margin: 0; }
    @media (min-width: 768px) {
      .related-items .item {
        margin: 0 0.5% 15px 0.5%;
        width: 32.333%; }
        .related-items .item:last-of-type {
          margin: 0 0.5% 15px 0.5%; } }
    .related-items .item:after {
      content: "";
      width: 100%;
      height: 2px;
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      background: url("images/backgrounds/line-small.png");
      background-repeat: repeat-x;
      background-size: contain; }

.article-thumbnail {
  height: auto; }
  .article-thumbnail img {
    width: 100%; }

.related-items .article-snippet {
  min-height: 230px; }

.article-snippet {
  background-color: #fff;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 2em 1em;
  align-items: flex-start; }
  .search-results .article-snippet {
    height: auto; }
  .article-snippet .block-title {
    font-weight: 600;
    font-size: 1.8em;
    margin-bottom: 20px; }
  .article-snippet .article-date {
    padding-bottom: 20px;
    font-style: normal;
    font-family: "Gadugi";
    color: #666;
    font-size: 14px; }
    @media (min-width: 1200px) {
      .article-snippet .article-date {
        font-size: 0.9em; } }
  .article-snippet p {
    margin-bottom: 50px;
    font-family: "Helvetica-Light";
    font-size: 16px;
    width: 100%; }
  .article-snippet .readmore {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: auto;
    display: flex;
    align-items: center;
    font-size: 0.9em; }
    @media (min-width: 1200px) {
      .article-snippet .readmore {
        font-size: 1em; } }
    .article-snippet .readmore a {
      color: #213367; }
    .article-snippet .readmore:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      background-image: url("images/icons/pmm.png");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center;
      margin-right: 10px; }

.casestudies-list .item {
  margin-bottom: 1em; }
  .casestudies-list .item:last-of-type {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .casestudies-list .item:last-of-type {
        margin-bottom: 1em; } }

.job-title {
  font-weight: 100;
  font-size: 1.4em;
  margin-bottom: 20px;
  text-transform: uppercase; }

.opportunity-items .item {
  margin-bottom: 20px; }
  .opportunity-items .item:last-of-type {
    margin-bottom: 20px; }

.sh-link {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: auto;
  display: flex;
  align-items: center;
  font-size: 0.9em;
  border-bottom: 1px solid #eee; }
  @media (min-width: 1200px) {
    .sh-link {
      font-size: 1em; } }
  .sh-link a {
    color: #213367;
    display: block;
    width: 100%;
    padding: 20px 0; }
  .sh-link:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    background-image: url("images/icons/pmm.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    margin-right: 10px; }

.sh-content {
  border-bottom: 1px solid #eee;
  padding: 10px; }

.page-hero {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -100px;
  background-color: #ddd;
  color: #fff; }
  .page-hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(33, 51, 103, 0.6); }
  .page-hero .page-hero-inner {
    width: 90%;
    display: flex;
    position: absolute;
    height: 100%;
    align-items: flex-end;
    padding-bottom: 80px;
    top: 0;
    z-index: 10;
    left: 5%; }
    @media (min-width: 576px) {
      .page-hero .page-hero-inner {
        padding-bottom: 10px; } }
    @media (min-width: 768px) {
      .page-hero .page-hero-inner {
        padding-bottom: 30px; } }
    @media (min-width: 1200px) {
      .page-hero .page-hero-inner {
        padding-bottom: calc(222px - 10px);
        left: 10%; } }

.page-banner-img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1; }

.page-hero-content {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .page-hero-content {
      max-width: 50%; } }

.banner-title {
  font-weight: normal;
  padding: 0;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-family: "Gadugi";
  font-size: 24px; }
  @media (min-width: 1200px) {
    .banner-title {
      font-size: 34px; } }

.bio-hero {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -100px;
  background-color: #ddd;
  color: #fff; }
  .bio-hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(33, 51, 103, 0.6); }
    @media (min-width: 768px) {
      .bio-hero:before {
        opacity: .8; } }
    @media (min-width: 1200px) {
      .bio-hero:before {
        opacity: 1; } }
  .bio-hero .page-hero-inner {
    width: 100%;
    display: flex;
    position: absolute;
    height: 100%;
    align-items: flex-end;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-bottom: 50px;
    top: 0;
    z-index: 10; }
    @media (min-width: 768px) {
      .bio-hero .page-hero-inner {
        padding-bottom: 20px;
        padding-left: 5%; } }
    @media (min-width: 1200px) {
      .bio-hero .page-hero-inner {
        left: 10%;
        padding-left: 0;
        padding-bottom: 50px; } }
  .bio-hero .page-hero-content {
    max-width: 90%; }
  .bio-hero .role {
    font-family: "Gadugi";
    font-size: 18px; }
    @media (min-width: 768px) {
      .bio-hero .role {
        margin-bottom: 20px; } }
  .bio-hero ul {
    padding: 0;
    margin: 2em 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    @media (min-width: 768px) {
      .bio-hero ul {
        flex-direction: row;
        margin: 0; } }
    @media (min-width: 1200px) {
      .bio-hero ul {
        flex-direction: column;
        margin: 2em 0 0 0; } }
  .bio-hero .phone img {
    height: 12px; }
  .bio-hero .email img {
    height: 10px; }
  .bio-hero .linkedin img {
    height: 13px; }
  .bio-hero li {
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    align-items: center;
    font-size: 1em; }
    @media (min-width: 768px) {
      .bio-hero li {
        margin-right: 15px;
        width: auto; } }
    @media (min-width: 1200px) {
      .bio-hero li {
        margin-right: auto;
        width: 100%; } }
    .bio-hero li span {
      display: inline-block;
      position: relative;
      width: 30px;
      height: auto;
      margin-right: 0;
      text-align: left; }
    .bio-hero li img {
      display: inline-block; }
    .bio-hero li a {
      color: #fff; }

.covid-container {
  flex-direction: column;
  position: absolute;
  top: 35%;
  right: 5%;
  width: 35%;
  display: none; }
  @media (min-width: 1200px) {
    .covid-container {
      display: block; } }
  .covid-container .covid-content {
    color: #fff;
    background-color: rgba(33, 51, 103, 0.9);
    z-index: 50;
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative; }
    .covid-container .covid-content h2 {
      font-size: 24px; }
    .covid-container .covid-content p {
      font-size: 16px;
      line-height: 20px;
      color: #fff; }
      .covid-container .covid-content p a {
        text-decoration: underline;
        color: #fff; }
        .covid-container .covid-content p a:hover {
          text-decoration: none; }

@media (min-width: 1200px) {
  .covid-container-mob {
    display: none; } }
.covid-container-mob .white-outline {
  width: 110px; }
.covid-container-mob .covid-content {
  color: #fff;
  background-color: #213367;
  z-index: 50;
  padding: 30px 5%;
  display: flex;
  flex-direction: column;
  position: relative; }
  .covid-container-mob .covid-content p {
    color: #fff; }
    .covid-container-mob .covid-content p a {
      text-decoration: underline;
      color: #fff; }
      .covid-container-mob .covid-content p a:hover {
        text-decoration: none; }

.icon-list h1 {
  margin-bottom: calc(2.5rem * 2);
  /* we need to double the bottom margin for the icon list heading */ }
  .icon-list h1:after {
    display: none; }
.icon-list li {
  text-align: center;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-bottom: 2.5rem;
  padding: 0 20px; }
  .icon-list li:last-of-type {
    margin-bottom: 0; }
.icon-list .block-name {
  display: block;
  position: relative;
  padding: 20px 0;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gadugi";
  text-transform: uppercase;
  color: #213367;
  width: 100%; }
  @media (min-width: 768px) {
    .icon-list .block-name {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .icon-list .block-name {
      font-size: 16px;
      padding: 10px 50px 20px 50px; } }
.icon-list p {
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  max-width: 80%;
  text-align: center;
  color: #fff; }
  @media (min-width: 768px) {
    .icon-list p {
      max-width: 90%;
      font-size: 12px;
      line-height: 18px; } }
  @media (min-width: 1200px) {
    .icon-list p {
      max-width: 80%;
      font-size: 14px;
      line-height: 20px; } }
.icon-list .icon {
  padding-bottom: 20px; }
  .icon-list .icon img {
    height: 75px; }

.results-list {
  padding-top: 0;
  /* We need to reduced the top padding for this element as the element above has a top negative margin */ }
  .results-list h3 {
    font-size: 24px; }
    @media (min-width: 768px) {
      .results-list h3 {
        font-size: 34px; } }
  .results-list p {
    font-size: 20px;
    line-height: 26px; }
  .results-list .footnote {
    margin-top: 40px; }

.row-4 {
  /* Add this class to the ul when we need 4 list items in a row */
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .row-4 li {
      width: calc(100%/2); } }
  @media (min-width: 768px) {
    .row-4 li {
      width: calc(100%/4); } }

.row-5 {
  /* Add this class to the ul when we need 5 list items in a row */
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .row-5 li {
      width: calc(100%/2);
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .row-5 li {
      width: calc(100%/5); } }

.multiple-row {
  /* If this class exists reduce the bottom padding of the parent by half, the other half will be the bottom margin of list items */
  padding-bottom: 2.5rem; }
  .multiple-row li {
    margin-bottom: 2.5rem; }

.purple-bg .block-name {
  color: #fff !important; }

.icon-list.purple-bg .white-outline:hover {
  color: #213367; }

.expect-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .expect-list {
      flex-direction: row; } }
  .expect-list li {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 0; }
    .expect-list li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .expect-list li {
        width: calc(100%/2); } }
  @media all and (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
    .expect-list li {
      width: 49%; } }

    @media (min-width: 768px) {
      .expect-list li {
        width: calc(100%/3); } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    .expect-list li {
      width: 33%; } }

  .expect-list .icon {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .expect-list .icon img {
        max-height: 100px; } }
  .expect-list p {
    color: #fff; }
    @media (min-width: 768px) {
      .expect-list p {
        max-width: 60%; } }

.case-txt-col {
  flex: 1 0 50%;
  padding: 40px 0 20px 0;
  order: 2; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .case-txt-col {
      flex: 1 0 auto;
      width: 100%; } }
  @media (min-width: 768px) {
    .case-txt-col {
      padding: 5rem; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    .case-txt-col {
      width: 50%; } }

  @media (min-width: 1200px) {
    .case-txt-col {
      padding: 5rem; } }
  .case-txt-col + .case-txt-col {
    padding-top: 0; }
    @media (min-width: 768px) {
      .case-txt-col + .case-txt-col {
        padding-top: 5rem; } }
  .case-txt-col h1 {
    color: #213367; }
  @media (min-width: 768px) {
    .case-txt-col {
      order: 1;
      padding: 5rem; } }
  .case-txt-col h3 {
    color: #213367;
    font-size: 34px; }
    .case-txt-col h3:after {
      content: "";
      width: 50%;
      height: 5px;
      display: block;
      position: relative;
      background: url("images/backgrounds/line-small.png");
      background-repeat: repeat-x;
      background-size: auto;
      margin-top: 2.5rem;
      top: -5px; }
      @media (min-width: 768px) {
        .case-txt-col h3:after {
          width: 300px; } }
  .case-txt-col .text-content {
    width: calc(90% - 0%);
    margin: 0 auto;
    padding: 0; }
    .case-txt-col .text-content p {
      font: 18px/28px "Helvetica-Light"; }
    .case-txt-col .text-content ul {
      font: 18px/24px "Helvetica-Light";
      padding: 0 60px 0 0; }
      .case-txt-col .text-content ul li {
        list-style-type: none;
        padding: 0 0 0 20px;
        margin: 10px 0;
        background: url("images/icons/pmm.png") no-repeat left;
        background-size: 12px auto; }
    @media (min-width: 768px) {
      .case-txt-col .text-content {
        width: calc(90% - 10%); } }
    @media (min-width: 1200px) {
      .case-txt-col .text-content {
        width: calc(90% - 0%); } }

.case-img-col {
  flex: 1 0 50%;
  padding: 0;
  order: 1; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .case-img-col {
      flex: 1 0 auto;
      width: 100%; } }
  @media (min-width: 768px) {
    .case-img-col {
      order: 2; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
    .case-img-col {
      width: 50%; } }

  .case-img-col .text-content {
    width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 5rem 0 0 0; }
    @media (min-width: 768px) {
      .case-img-col .text-content {
        padding: 2rem 2rem 0 2rem; } }
    @media (min-width: 1200px) {
      .case-img-col .text-content {
        padding: 5rem 5rem 0 5rem; } }
  .case-img-col .image {
    width: 100%;
    height: 100%; }
    .case-img-col .image img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%; }
  @media (min-width: 768px) {
    .case-img-col .award-list {
      padding-top: 5rem; } }
  @media (min-width: 1200px) {
    .case-img-col .award-list {
      padding-top: 0; } }

@media (min-width: 1200px) {
  .about-our-awards .case-txt-col {
    padding-top: 10em; }
  .about-our-awards .case-img-col {
    padding: 5rem 0; } }
.about-our-awards h1 {
  margin-bottom: 4rem; }

/* Single Case Study Page */
.case-cat {
  font-family: "Gadugi";
  font-size: 1.6em; }
  @media (min-width: 768px) {
    .case-cat {
      font-size: 1.2rem; } }
  @media (min-width: 1200px) {
    .case-cat {
      font-size: 1.6em; } }

.casestudy-intro {
  display: block;
  position: relative;
  width: 100%;
  height: auto; }

.case-intro {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 5rem 0; }
  @media (min-width: 768px) {
    .case-intro {
      flex-direction: row;
      padding: 5rem 0; } }

.case-l {
  width: 100%;
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .case-l {
      width: 50%;
      padding-right: 2em;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .case-l {
      width: 65%;
      padding-right: 3em; } }
  .case-l blockquote {
    max-width: 100%; }

.case-r {
  width: 100%; }
  @media (min-width: 768px) {
    .case-r {
      width: 50%;
      padding-left: 2em;
      border-left: 1px solid #ccc; } }
  @media (min-width: 1200px) {
    .case-r {
      width: 35%;
      padding-left: 3em; } }
  .case-r .section-title {
    color: #213367; }

.services-list {
  padding: 5rem 0 0 0;
  margin: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: wrap; }
  .services-list img {
    height: 70px;
    width: auto; }
  @media (min-width: 768px) {
    .services-list {
      flex-direction: row;
      padding: 5rem 0; } }
  .services-list li {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    align-items: center;
    margin-bottom: 2.5rem;
    width: 100%;
    color: #213367; }
    @media (min-width: 768px) {
      .services-list li {
        width: 33.333%;
        margin-bottom: 0; } }
    .services-list li .icon {
      margin-bottom: 2.5rem; }
    .services-list li .icon-title {
      margin-bottom: 2.5rem;
      font-size: 1.6em;
      font-family: "Gadugi";
      text-transform: uppercase; }
    .services-list li .icon-desc {
      max-width: 80%;
      margin: 0 auto;
      text-align: center;
      font-family: "Helvetica-Light";
      font-size: 18px;
      line-height: 24px; }
      @media (min-width: 992px) {
        .services-list li .icon-desc {
          max-width: 80%; } }

.praxity-image {
  display: flex;
  align-items: center;
  justify-content: center; }

.help-carousel .button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 5rem 0 0 0; }
  @media (min-width: 768px) {
    .help-carousel .button-container {
      padding: 5rem 0 0 0; } }

.how-we-can-help {
  padding: 0;
  margin: 0;
  flex-direction: column;
  position: relative; }
  .how-we-can-help .blockLink {
    display: block;
    width: 100%;
    height: 100%; }
  .how-we-can-help.slick-initialized {
    display: flex; }
  @media (min-width: 576px) {
    .how-we-can-help {
      max-width: 90%;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .how-we-can-help {
      flex-direction: row;
      max-width: 100%; } }
  .how-we-can-help li {
    list-style: none;
    width: 100%;
    padding: 0 0.5em;
    margin: 0 0 2em 0;
    background-color: transparent;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center; }
    .how-we-can-help li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .how-we-can-help li {
        flex: 1;
        margin: 0; } }
    .how-we-can-help li .inner-content {
      position: relative; }
    .how-we-can-help li .inner-title {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-family: "Gadugi";
      text-transform: uppercase;
      font-size: 2em;
      background-color: rgba(0, 0, 0, 0.5);
      transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
    .how-we-can-help li .view {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      opacity: 0;
      transform: translateY(100%);
      transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
      .how-we-can-help li .view .block-title {
        font-size: 2em;
        text-transform: uppercase;
        font-family: "Gadugi";
        margin-bottom: 2.5rem; }
      .how-we-can-help li .view a {
        color: #fff;
        font-family: "Gadugi-Bold";
        text-transform: uppercase;
        font-size: 1.2em; }
        @media (min-width: 768px) {
          .how-we-can-help li .view a:before {
            content: "";
            display: block;
            position: relative;
            width: 30px;
            height: 30px;
            background: url("images/icons/pmm.png");
            background-repeat: no-repeat;
            background-size: 30px;
            background-position: center;
            margin: 0 auto 1.5em auto; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .how-we-can-help li .view a:before {
      display: none; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .how-we-can-help li .view a:before {
      display: block; } }

        .how-we-can-help li .view a:after {
          content: "";
          display: block;
          position: relative;
          width: 30px;
          height: 2px;
          background-color: #fff;
          margin-top: 10px;
          margin-left: auto;
          margin-right: auto; }
    .how-we-can-help li:hover .inner-title {
      transform: translateY(-100%); }
    .how-we-can-help li:hover .view {
      transform: translateY(0);
      opacity: 1;
      transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1); }
  .how-we-can-help .slick-prev,
  .how-we-can-help .slick-next {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    cursor: pointer; }
    @media (min-width: 768px) {
      .how-we-can-help .slick-prev,
      .how-we-can-help .slick-next {
        width: 25px;
        height: 25px;
        background-size: 25px; } }
    @media (min-width: 1200px) {
      .how-we-can-help .slick-prev,
      .how-we-can-help .slick-next {
        width: 40px;
        height: 40px;
        background-size: 40px; } }
  .how-we-can-help .slick-prev {
    background-image: url("images/arrows/c-prev.png");
    z-index: 50;
    left: -25px; }
    @media (min-width: 576px) {
      .how-we-can-help .slick-prev {
        left: -35px; } }
    @media (min-width: 768px) {
      .how-we-can-help .slick-prev {
        left: -25px; } }
    @media (min-width: 1200px) {
      .how-we-can-help .slick-prev {
        left: -50px; } }
  .how-we-can-help .slick-next {
    background-image: url("images/arrows/c-next.png");
    z-index: 50;
    right: -25px; }
    @media (min-width: 576px) {
      .how-we-can-help .slick-next {
        right: -35px; } }
    @media (min-width: 768px) {
      .how-we-can-help .slick-next {
        right: -25px; } }
    @media (min-width: 1200px) {
      .how-we-can-help .slick-next {
        right: -50px; } }

.quote-carousel {
  max-width: 100%;
  margin: 0 auto;
  display: none;
  background-color: #fff; }
  .quote-carousel.slick-initialized {
    display: block; }
  @media (min-width: 768px) {
    .quote-carousel {
      max-width: 90%; } }
  .quote-carousel .slick-prev,
  .quote-carousel .slick-next {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    cursor: pointer; }
    @media (min-width: 768px) {
      .quote-carousel .slick-prev,
      .quote-carousel .slick-next {
        width: 25px;
        height: 25px;
        background-size: 25px; } }
    @media (min-width: 1200px) {
      .quote-carousel .slick-prev,
      .quote-carousel .slick-next {
        width: 40px;
        height: 40px;
        background-size: 40px; } }
  .quote-carousel .slick-prev {
    background-image: url("images/arrows/c-prev.png");
    z-index: 50;
    left: -15px; }
    @media (min-width: 576px) {
      .quote-carousel .slick-prev {
        left: -25px; } }
    @media (min-width: 768px) {
      .quote-carousel .slick-prev {
        left: -55px; } }
    @media (min-width: 1200px) {
      .quote-carousel .slick-prev {
        left: -70px; } }
  .quote-carousel .slick-next {
    background-image: url("images/arrows/c-next.png");
    z-index: 50;
    right: -15px; }
    @media (min-width: 576px) {
      .quote-carousel .slick-next {
        right: -25px; } }
    @media (min-width: 768px) {
      .quote-carousel .slick-next {
        right: -55px; } }
    @media (min-width: 1200px) {
      .quote-carousel .slick-next {
        right: -70px; } }

.quote-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 10px;
  background-color: transparent;
  height: auto; }
  @media (min-width: 768px) {
    .quote-slide {
      flex-direction: row;
      padding: 30px 20px; } }
  @media (min-width: 992px) {
    .quote-slide {
      padding: 10px;
      height: 500px; } }
  .quote-slide .quote-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5rem;
    padding: 20px 0; }
    .quote-slide .quote-img img {
      border-radius: 50%;
      width: 250px;
      height: 250px;
      object-fit: cover;
      padding: 10px;
      background-color: #eee; }
    @media (min-width: 768px) {
      .quote-slide .quote-img {
        width: 20%;
        margin-bottom: 0;
        padding: 0; }
        .quote-slide .quote-img img {
          border-radius: 0;
          width: 100%;
          height: auto;
          padding: 0;
          background-color: transparent; } }
    @media (min-width: 992px) {
      .quote-slide .quote-img {
        width: 40%; } }
  .quote-slide .quote-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    text-align: center;
    height: 100%; }
    @media (min-width: 768px) {
      .quote-slide .quote-block {
        width: 80%;
        padding: 0 0 0 1rem;
        text-align: left; } }
    @media (min-width: 992px) {
      .quote-slide .quote-block {
        width: 60%;
        padding: 0 2rem; } }
    @media (min-width: 1200px) {
      .quote-slide .quote-block {
        padding: 0 5rem; } }
    .quote-slide .quote-block blockquote {
      max-width: 100%;
      font-size: 1.4em;
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .quote-slide .quote-block blockquote {
          font-size: 1em; } }
      @media (min-width: 1200px) {
        .quote-slide .quote-block blockquote {
          font-size: 1.8em;
          margin-bottom: 2rem; } }
    .quote-slide .quote-block cite {
      font-style: normal;
      font-family: "Gadugi";
      font-size: 1.3em;
      width: 100%;
      text-align: center; }
      @media (min-width: 768px) {
        .quote-slide .quote-block cite {
          font-size: 1.3em;
          text-align: left; } }

.award-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%; }
  @media (min-width: 576px) {
    .award-list {
      flex-direction: row; } }
  .award-list li {
    width: 100%;
    display: block;
    position: relative;
    height: auto;
    margin-bottom: 20px;
    padding: 1em; }
    .award-list li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .award-list li {
        width: calc(100%/2); }
        .award-list li:last-of-type {
          margin-bottom: 20px; } }
    @media (min-width: 768px) {
      .award-list li {
        width: calc(100%/3); } }

.contactform h1 {
  color: #213367;
  margin-bottom: 2.5rem; }
  .contactform h1:after {
    display: none; }
@media (min-width: 768px) {
  .contactform .contact-intro p {
    max-width: 70%;
    margin: 0 auto 2.5rem auto; } }

.enquiry {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto; }
  @media (min-width: 576px) {
    .enquiry {
      flex-direction: row;
      max-width: 90%; } }
  @media (min-width: 768px) {
    .enquiry {
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .enquiry {
      max-width: 70%; } }
  .enquiry input {
    width: 100%; }
  .enquiry input[type="submit"] {
    width: auto; }
  .enquiry .input-item {
    width: 100%;
    margin-top: 20px; }
    @media (min-width: 576px) {
      .enquiry .input-item {
        width: 49%;
        margin-right: 2%; } }
    .enquiry .input-item:nth-of-type(2n) {
      margin-right: 0; }
  .enquiry .req {
    color: red;
    position: relative;
    margin-left: 5px; }
  .enquiry label {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px; }
  .enquiry .message {
    margin-top: 20px; }
  .enquiry .message,
  .enquiry .button-container {
    display: block;
    position: relative;
    width: 100%; }
  .enquiry .button-container,
  .enquiry p {
    margin-top: 20px; }
  .enquiry p {
    font-size: 1em; }
    .enquiry p a {
      text-decoration: underline; }
      .enquiry p a:hover {
        text-decoration: none; }
  .enquiry textarea {
    height: 200px; }

.our-values {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%; }
  @media (min-width: 576px) {
    .our-values {
      flex-direction: row; } }
  @media (min-width: 768px) {
    .our-values {
      padding: 2.5rem 0; } }
  @media (min-width: 1200px) {
    .our-values {
      padding: 5rem 0; } }
  .our-values li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: auto;
    padding: 1em;
    text-align: center; }
    .our-values li p {
      padding: 10px 0 0 0;
      font-size: 16px; }
    @media (min-width: 576px) {
      .our-values li {
        width: calc(100%/2); }
        .our-values li:last-of-type {
          margin-bottom: 2.5rem; } }
    @media (min-width: 768px) {
      .our-values li {
        width: calc(100%/2); } }
    .our-values li .icon {
      margin-bottom: 20px; }
      .our-values li .icon img {
        height: 70px; }
        @media (min-width: 768px) {
          .our-values li .icon img {
            height: 70px; } }
        @media (min-width: 1200px) {
          .our-values li .icon img {
            height: 70px; } }
    .our-values li h4 {
      font-family: "Gadugi-Bold";
      font-size: 1.3em;
      color: #213367;
      text-align: center;
      margin: 0 auto;
      max-width: 80%; }
      @media (min-width: 768px) {
        .our-values li h4 {
          max-width: 100%;
          font-size: 0.8em; } }
      @media (min-width: 1200px) {
        .our-values li h4 {
          max-width: 80%;
          font-size: 1.1em; } }

@media (min-width: 1200px) {
  .reward-recog .case-txt-col {
    padding-top: calc(5rem *2); } }

.team-filter {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  @media (min-width: 576px) {
    .team-filter {
      flex-direction: row; } }
  .team-filter li {
    width: 100%;
    margin-bottom: 20px;
    list-style-type: none;
    position: relative;
    background-color: #fff; }
    @media (min-width: 576px) {
      .team-filter li {
        width: 49%;
        margin-right: 2%; }
        .team-filter li:nth-of-type(2n) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .team-filter li {
        width: 32%;
        margin-right: 2%; }
        .team-filter li:nth-of-type(2n) {
          margin-right: 2%; }
        .team-filter li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .team-filter li {
        width: 32%;
        margin-bottom: 30px; } }
    .team-filter li li {
      width: 100%; }

.filtered-content h2 {
  font-size: 34px;
  color: #213367; }

.team-filter li .team-details:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(images/backgrounds/line-small.png);
  background-repeat: repeat-x;
  background-size: contain; }

.searchandfilter [type="submit"] {
  border: 1px solid #213367;
  color: #213367;
  background-color: transparent;
  width: 98%; }
  .searchandfilter [type="submit"]:hover {
    background-color: #213367;
    border: 1px solid #213367;
    color: #fff; }

.searchandfilter ul {
  padding: 0 0 40px 0;
  width: 100%;
  text-align: center; }

.page-numbers li {
  list-style-type: none; }

.searchandfilter label {
  width: 100%;
  padding: 0 5px; }
.searchandfilter ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 80%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .searchandfilter ul {
      flex-direction: row;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .searchandfilter ul {
      max-width: 70%; } }
.searchandfilter li {
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 10px;
  flex: 1; }
  .searchandfilter li input,
  .searchandfilter li select {
    width: 100%; }
  @media (min-width: 768px) {
    .searchandfilter li {
      margin-right: 10px;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .searchandfilter li {
      flex: 1 0 auto; } }

.searchandfilter ul li li {
  padding: 0; }

.page-template-page-join .content-inner {
  position: relative; }

.team-logo {
  display: flex;
  position: relative;
  right: 0;
  top: 0;
  width: 300px;
  text-align: center;
  height: 100%;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .team-logo {
      position: absolute;
      width: 35%; } }
  @media (min-width: 1200px) {
    .team-logo {
      width: 300px; } }
  .team-logo img {
    width: 100%;
    height: auto; }
    @media (min-width: 1200px) {
      .team-logo img {
        width: 100%; } }

.orange-callout {
  background-color: #F8982D;
  color: #fff; }
  .orange-callout .callout-heading {
    margin-bottom: 20px;
    margin-top: 0;
    font-family: "Helvetica-Light";
    font-size: 24px;
    line-height: 34px;
    text-align: center; }
    @media (min-width: 992px) {
      .orange-callout .callout-heading {
        max-width: 70%;
        font-size: 30px;
        line-height: 40px; } }
  .orange-callout p {
    margin-bottom: 2.5rem;
    font-style: normal;
    text-align: center;
    font-family: "Gadugi";
    font-size: 1.4em;
    color: #fff; }

.single-post .callout-heading {
  text-transform: none !important;
  font-family: "Gadugi"; }

.blue-callout {
  background-color: #25B6EA;
  color: #fff; }
  .blue-callout .callout-heading {
    margin-bottom: 20px;
    margin-top: 0;
    font-family: "Helvetica-Light";
    font-size: 24px;
    text-align: center; }
    @media (min-width: 992px) {
      .blue-callout .callout-heading {
        max-width: 90%; } }
  .blue-callout p {
    margin-bottom: 2.5rem;
    font-style: italic;
    text-align: center;
    font-family: serif;
    font-size: 1.4em; }

.green-callout {
  background-color: #7BC044;
  color: #fff; }
  .green-callout .callout-heading {
    margin-bottom: 20px;
    margin-top: 0;
    font-family: "Gadugi";
    font-size: 24px;
    text-align: center; }
    @media (min-width: 992px) {
      .green-callout .callout-heading {
        max-width: 90%; } }
  .green-callout p {
    margin-bottom: 2.5rem;
    font-style: italic;
    text-align: center;
    font-family: serif;
    font-size: 1.4em; }

.red-callout {
  background-color: #EF3F37;
  color: #fff; }
  .red-callout .callout-heading {
    margin-bottom: 20px;
    margin-top: 0;
    font-family: "Gadugi";
    font-size: 24px;
    text-align: center; }
    @media (min-width: 992px) {
      .red-callout .callout-heading {
        max-width: 90%; } }
  .red-callout p {
    margin-bottom: 2.5rem;
    font-style: italic;
    text-align: center;
    font-family: serif;
    font-size: 1.4em; }

.purple-callout {
  background-color: #213367;
  color: #fff; }
  .purple-callout .callout-heading {
    margin-bottom: 20px;
    margin-top: 0;
    font-family: "Gadugi";
    font-size: 24px;
    text-align: center; }
    @media (min-width: 992px) {
      .purple-callout .callout-heading {
        max-width: 90%; } }
  .purple-callout p {
    margin-bottom: 2.5rem;
    font-style: italic;
    text-align: center;
    font-family: serif;
    font-size: 1.4em; }

.profile-content {
  display: flex;
  width: 100%;
  flex-direction: column; }
  @media (min-width: 768px) {
    .profile-content {
      flex-direction: row; } }
  .profile-content .profile {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 70%;
    margin: 0 auto 2.5rem auto; }
    @media (min-width: 768px) {
      .profile-content .profile {
        width: 20%;
        margin-bottom: 0; } }
    .profile-content .profile img {
      border-radius: 50%;
      width: 100%; }
  .profile-content .callout-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .profile-content .callout-txt {
        padding-left: 30px;
        width: 80%;
        text-align: left; } }
    .profile-content .callout-txt .callout-name {
      text-align: left;
      max-width: 90%;
      font-family: "Gadugi";
      font-size: 2em;
      text-align: center;
      margin-bottom: 2.5rem; }
      @media (min-width: 768px) {
        .profile-content .callout-txt .callout-name {
          text-align: left;
          font-size: 1.6em; } }
      @media (min-width: 992px) {
        .profile-content .callout-txt .callout-name {
          max-width: 90%;
          font-size: 2em; } }
  .profile-content a {
    flex: 1; }
    @media (min-width: 768px) {
      .profile-content a {
        flex: unset; } }

.orange-callout-with-image .callout-heading {
  text-align: left; }

.blue-callout-with-image .callout-heading {
  text-align: left; }

.green-callout-with-image .callout-heading {
  text-align: left; }

.red-callout-with-image .callout-heading {
  text-align: left; }

.purple-callout-with-image .callout-heading {
  text-align: left; }

.company-awards {
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .company-awards {
      flex-direction: row; } }
  .company-awards li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2.5rem;
    align-items: flex-start; }
    .company-awards li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 576px) {
      .company-awards li {
        width: 49.5%;
        margin-right: 1%; }
        .company-awards li:nth-of-type(2n) {
          margin-right: 0; }
        .company-awards li:last-of-type {
          margin-bottom: 2.5rem; } }
    @media (min-width: 768px) {
      .company-awards li {
        width: 22.7%;
        margin-right: 3%; }
        .company-awards li:nth-of-type(2n) {
          margin-right: 3%; }
        .company-awards li:nth-of-type(4n) {
          margin-right: 0; } }
    .company-awards li .award-img {
      margin-bottom: 20px;
      width: 100%;
      text-align: center; }
      .company-awards li .award-img img {
        height: 360px;
        display: inline-block; }
    .company-awards li .award-title {
      text-transform: uppercase;
      margin: 0 0 20px 0;
      font-family: "Gadugi";
      text-transform: uppercase;
      font-size: 1em;
      line-height: 22px;
      color: #213367;
      width: 100%; }
    .company-awards li .award-type {
      margin-bottom: 20px;
      font-family: "Gadugi";
      font-size: 1.4em;
      width: 100%; }
    .company-awards li .download {
      text-transform: uppercase;
      font-weight: 600;
      margin-top: auto;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      width: 100%;
      font-size: 1.2rem; }
      .company-awards li .download:before {
        content: "";
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        background-image: url("images/icons/pmm.png");
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center; }

.reward-recog h1 {
  color: #213367; }

.article-banner {
  display: block;
  position: relative; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .article-banner {
      overflow: hidden; } }
  .article-banner img {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .article-banner img {
        height: auto;
        top: -50%; } }
    @media (min-width: 768px) {
      .article-banner img {
        width: 50%; } }
  .article-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url("images/Article/Article-White-Gradient.png");
    background-repeat: repeat-y;
    background-size: cover;
    background-position: top left; }
    @media (min-width: 768px) {
      .article-banner:before {
        width: 75%; } }
  .article-banner blockquote {
    margin-bottom: 2.5rem; }

.article-banner-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding: 5rem 0;
  z-index: 50; }
  @media (min-width: 768px) {
    .article-banner-content {
      padding: 5rem 5em 5rem 0; } }
  @media (min-width: 1200px) {
    .article-banner-content {
      width: 50%; } }
  .article-banner-content .article-title {
    margin-bottom: 5rem;
    font-weight: normal;
    padding: 0;
    margin-top: 0;
    font-family: "Gadugi";
    font-size: 26px;
    color: #213367; }
    @media (min-width: 768px) {
      .article-banner-content .article-title {
        max-width: 80%; } }
    .article-banner-content .article-title:after {
      content: "";
      width: 50%;
      height: 5px;
      display: block;
      position: relative;
      background: url("images/backgrounds/line-small.png");
      background-repeat: repeat-x;
      background-size: auto;
      margin-top: 2.5rem;
      top: -5px; }
      @media (min-width: 768px) {
        .article-banner-content .article-title:after {
          width: 300px; } }
  @media (min-width: 1200px) {
    .article-banner-content blockquote {
      max-width: 100%; } }
  .article-banner-content .article-date,
  .article-banner-content .tag {
    margin-bottom: 5px;
    position: relative;
    font-family: "Gadugi";
    font-size: 1.2em; }

.article ul {
  margin: 0 0 20px 0;
  padding: 0; }
.article li {
  list-style-position: inside;
  font-size: 14px;
  line-height: 30px;
  font-family: "Helvetica-Light"; }
  @media (min-width: 992px) {
    .article li {
      font-size: 18px; } }
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  color: #213367;
  margin-bottom: 20px !important; }
.article p {
  margin-bottom: 20px !important; }
.article a {
  text-decoration: underline; }
  .article a:hover {
    text-decoration: none; }
.article strong {
  font-family: 'Helvetica-Bold'; }

.event-block {
  text-align: center; }
  .event-block img {
    display: inline-block; }
  .event-block iframe {
    margin: 20px 0; }
  .event-block p {
    font-size: 16px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.filters {
  display: flex;
  flex-direction: column;
  padding: 0 3rem 3rem 3rem; }
  @media (min-width: 768px) {
    .filters {
      flex-direction: row;
      justify-content: space-between; } }
  .filters input {
    flex: 1 0 15%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .filters input {
        margin-bottom: 0; } }
  .filters select {
    flex: 1 0 15%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .filters select {
        margin: 0 2% 0 2%; }
        .filters select + select {
          margin: 0 2% 0 0; } }
  .filters button {
    flex: 1;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .filters button {
        margin-right: 1%;
        margin-bottom: 0; }
        .filters button + button {
          margin-right: 0; } }

.locations {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: calc(3rem - 2.5rem) 0 0 0;
  margin: 0; }
  @media (min-width: 768px) {
    .locations {
      flex-direction: row;
      justify-content: flex-start;
      padding: calc(5rem - 2.5rem) 0 0 0; } }
  .locations ul {
    margin: 0;
    padding: 0; }
    .locations ul li {
      padding: 0;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .locations ul li {
          width: 100%; } }
  .locations li {
    list-style-type: none;
    padding-left: 50px;
    width: 100%;
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .locations li {
        width: 33.333%;
        margin-bottom: 0;
        padding-right: 18px; } }
    @media (min-width: 992px) {
      .locations li {
        padding-right: 0; } }
  .locations h4 {
    font-weight: 800;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    font-family: "Gadugi-Bold";
    font-size: 1.4em;
    font-weight: bold;
    text-transform: none;
    color: #213367; }
    @media (min-width: 768px) {
      .locations h4 {
        font-size: 1.2em; } }
    @media (min-width: 992px) {
      .locations h4 {
        font-size: 1.4em; } }
    .locations h4:before {
      content: "";
      display: inline-block;
      position: absolute;
      left: -50px;
      width: 35px;
      height: 45px;
      margin-right: 10px;
      background-image: url("images/icons/Pin-Icon copy.png");
      background-repeat: no-repeat;
      background-size: contain; }
  .locations address {
    font-style: normal;
    line-height: 1.5em;
    font-size: 14px;
    margin-bottom: 20px;
    color: #213367;
    font-family: "Helvetica"; }
    @media (min-width: 992px) {
      .locations address {
        line-height: 1.8em;
        font-size: 1.3em; } }
  .locations .get-directions {
    display: block;
    position: relative;
    margin-bottom: 40px;
    text-decoration: underline;
    font-size: 18px;
    color: #213367; }
    .locations .get-directions:hover {
      text-decoration: none; }
    @media (min-width: 992px) {
      .locations .get-directions {
        font-size: 18px; } }
  .locations .location-contact li {
    margin-bottom: 10px;
    font-size: 14px; }
    @media (min-width: 992px) {
      .locations .location-contact li {
        font-size: 1.3em; } }
    .locations .location-contact li a {
      color: #213367;
      text-decoration: underline; }
      .locations .location-contact li a:hover {
        text-decoration: none; }

.contact-map {
  display: block;
  position: relative;
  height: 800px;
  background-color: #eee; }

.offset-video {
  background-color: #213367;
  display: flex;
  width: 100%;
  position: relative;
  padding: 0; }
  @media (min-width: 768px) {
    .offset-video {
      padding-top: 0;
      padding-bottom: 0; } }
  .offset-video .video-containter {
    margin-left: auto;
    display: block;
    position: relative;
    width: 100%;
    background-color: #ddd; }
    @media (min-width: 768px) {
      .offset-video .video-containter {
        width: 60%;
        top: calc(-5rem * 1); } }
    .offset-video .video-containter a {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      background-color: #ccc; }
      .offset-video .video-containter a:before {
        display: flex;
        align-items: center;
        justify-content: center;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 65;
        background-color: rgba(0, 0, 0, 0.5); }
      .offset-video .video-containter a:after {
        display: block;
        position: absolute;
        background-image: url("images/icons/video-play.png");
        background-repeat: no-repeat;
        background-size: 150px;
        background-position: center;
        z-index: 70;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
    .offset-video .video-containter img {
      width: 100%;
      position: relative;
      z-index: 60; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.businesses_for_sale-template-default .single-text-block p {
  font-size: 13px;
  line-height: 20px; }
.businesses_for_sale-template-default .equal-row {
  max-width: 90%;
  margin: 0 auto; }
  .businesses_for_sale-template-default .equal-row .case-txt-col {
    padding: 0; }
    @media (min-width: 1200px) {
      .businesses_for_sale-template-default .equal-row .case-txt-col {
        padding: 5rem 0; } }
  .businesses_for_sale-template-default .equal-row .text-content {
    width: 100%; }
    .businesses_for_sale-template-default .equal-row .text-content li {
      margin-bottom: 20px;
      font-size: 18px; }
  @media (min-width: 1200px) {
    .businesses_for_sale-template-default .equal-row {
      max-width: 80%; } }
.businesses_for_sale-template-default table {
  background-color: #fff;
  border-spacing: 0; }
  .businesses_for_sale-template-default table td {
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee; }
  .businesses_for_sale-template-default table tr:first-child td {
    background-color: #213367;
    color: #fff;
    font-weight: bold; }

.poi-links {
  padding-bottom: 5rem; }
  .poi-links ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .poi-links ul {
        flex-direction: row;
        flex-wrap: wrap; } }
  .poi-links li {
    position: relative;
    width: 100%;
    list-style-type: none;
    transition: all .3s ease; }
    .poi-links li:not(:last-of-type) {
      margin-bottom: 15px; }
    @media (min-width: 768px) {
      .poi-links li {
        width: 50%; }
        .poi-links li:not(:last-of-type) {
          margin-bottom: 0; } }
    .poi-links li:hover .poi-title {
      transform: translateY(0);
      margin-bottom: 20px; }
    .poi-links li:hover .overlay-content {
      transform: translateY(0);
      opacity: 1; }
    .poi-links li.black-block:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .3s ease;
      background-color: #4D4D4D;
      opacity: .4; }
    .poi-links li.black-block:hover:before {
      opacity: .9; }
    .poi-links li.light-grey-block:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .3s ease;
      background-color: #f1f1f2;
      opacity: .4; }
    .poi-links li.light-grey-block:hover:before {
      opacity: .9; }
    .poi-links li.light-grey-block .poi-title {
      color: #213367; }
    .poi-links li.white-block:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .3s ease;
      background-color: #fff;
      opacity: .4; }
    .poi-links li.white-block .poi-title {
      color: #213367; }
    .poi-links li.white-block:hover:before {
      opacity: .9; }
    .poi-links li.dark-grey-block:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .3s ease;
      background-color: #404041;
      opacity: .4; }
    .poi-links li.dark-grey-block:hover:before {
      opacity: .9; }
    .poi-links li.purple-block:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .3s ease;
      background-color: #213367;
      opacity: .4; }
    .poi-links li.purple-block:hover:before {
      opacity: .9; }
    .poi-links li.red-block:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .3s ease;
      background-color: #EF3F37;
      opacity: .4; }
    .poi-links li.red-block:hover:before {
      opacity: .9; }
    .poi-links li.blue-block:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .3s ease;
      background-color: #25B6EA;
      opacity: .4; }
    .poi-links li.blue-block:hover:before {
      opacity: .9; }
    .poi-links li.orange-block:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .3s ease;
      background-color: #F8982D;
      opacity: .4; }
    .poi-links li.orange-block:hover:before {
      opacity: .9; }
    .poi-links li.green-block:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all .3s ease;
      background-color: #7BC044;
      opacity: .4; }
    .poi-links li.green-block:hover:before {
      opacity: .9; }

.poi-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .poi-content .overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: auto;
    justify-content: center;
    transform: translateY(2.5rem);
    opacity: 0;
    transition: all .3s ease;
    color: #fff; }
    .poi-content .overlay-content .pmmcross {
      margin-bottom: 20px; }
    .poi-content .overlay-content a {
      color: #fff;
      font-family: "Gadugi-Bold";
      text-transform: uppercase;
      font-size: 16px;
      line-height: 16px; }
      .poi-content .overlay-content a:visited {
        color: #fff; }

.poi-title {
  text-transform: uppercase;
  font-family: "Gadugi";
  font-size: 24px;
  margin-bottom: 40px;
  transform: translateY(4.4rem);
  transition: all .3s ease;
  text-align: center;
  color: #fff; }
  @media (min-width: 768px) {
    .poi-title {
      font-size: 16px;
      transform: translateY(3.2rem); } }
  @media (min-width: 1200px) {
    .poi-title {
      font-size: 24px;
      transform: translateY(4.4rem); } }

.image-left-copy-right {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .image-left-copy-right {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .image-left-copy-right .right-col {
    width: 100%; }
  .image-left-copy-right .purple-outline {
    margin-top: 30px; }
  .image-left-copy-right.with-image .p-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .image-left-copy-right.with-image .p-container {
        flex-direction: row; } }
  .image-left-copy-right.with-image .left-col {
    order: 2;
    width: 100%; }
    @media (min-width: 768px) {
      .image-left-copy-right.with-image .left-col {
        order: 1;
        width: 47%;
        margin-right: 3%; } }
    .image-left-copy-right.with-image .left-col img {
      height: 100%;
      aspect-ratio: 1/1;
      object-fit: cover; }
  .image-left-copy-right.with-image .right-col {
    order: 1;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .image-left-copy-right.with-image .right-col {
        padding-top: 30px;
        order: 2;
        margin-bottom: 0;
        margin-left: 3%;
        width: 47%; } }
  .image-left-copy-right p {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 24px; }
    .page-template-sub-service .image-left-copy-right p {
      color: #213367; }
  .image-left-copy-right ul {
    padding-left: 15px; }
  .image-left-copy-right li {
    color: #4D4D4D;
    font-weight: 100;
    font-family: "Helvetica-Light";
    font-size: 16px;
    line-height: 24px; }
    .image-left-copy-right li:not(:last-of-type) {
      margin-bottom: 10px; }
    .page-template-sub-service .image-left-copy-right li {
      color: #213367; }

.get-in-touch {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center; }
  @media (min-width: 768px) {
    .get-in-touch {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .get-in-touch p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1200px) {
      .get-in-touch p {
        max-width: 900px; } }
    .get-in-touch p a {
      color: #fff; }
      .get-in-touch p a:visited {
        color: #fff; }
  .get-in-touch .button-container {
    justify-content: center;
    margin-top: 30px; }
  .get-in-touch.orange-theme {
    background-color: #F8982D; }
    .get-in-touch.orange-theme h4,
    .get-in-touch.orange-theme p {
      color: #fff; }
    .get-in-touch.orange-theme .solid-white {
      color: #F8982D; }
      .get-in-touch.orange-theme .solid-white:hover {
        color: #fff; }
    .get-in-touch.orange-theme .white-outline:hover {
      color: #F8982D; }
  .get-in-touch.red-theme {
    background-color: #EF3F37; }
    .get-in-touch.red-theme h4,
    .get-in-touch.red-theme p {
      color: #fff; }
    .get-in-touch.red-theme .solid-white {
      color: #EF3F37; }
      .get-in-touch.red-theme .solid-white:hover {
        color: #fff; }
    .get-in-touch.red-theme .white-outline:hover {
      color: #EF3F37; }
  .get-in-touch.green-theme {
    background-color: #7BC044; }
    .get-in-touch.green-theme h4,
    .get-in-touch.green-theme p {
      color: #fff; }
    .get-in-touch.green-theme .solid-white {
      color: #7BC044; }
      .get-in-touch.green-theme .solid-white:hover {
        color: #fff; }
    .get-in-touch.green-theme .white-outline:hover {
      color: #7BC044; }
  .get-in-touch.blue-theme {
    background-color: #25B6EA; }
    .get-in-touch.blue-theme h4,
    .get-in-touch.blue-theme p {
      color: #fff; }
    .get-in-touch.blue-theme .solid-white {
      color: #25B6EA; }
      .get-in-touch.blue-theme .solid-white:hover {
        color: #fff; }
    .get-in-touch.blue-theme .white-outline:hover {
      color: #25B6EA; }
  .get-in-touch.purple-theme {
    background-color: #213367; }
    .get-in-touch.purple-theme h4,
    .get-in-touch.purple-theme p {
      color: #fff; }
    .get-in-touch.purple-theme .solid-white {
      color: #213367; }
      .get-in-touch.purple-theme .solid-white:hover {
        color: #fff; }
    .get-in-touch.purple-theme .white-outline:hover {
      color: #213367; }

.image-right-copy-left {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .image-right-copy-left {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .image-right-copy-left .left-col {
    width: 100%; }
  .image-right-copy-left .purple-outline {
    margin-top: 30px; }
  .image-right-copy-left.with-image .p-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .image-right-copy-left.with-image .p-container {
        flex-direction: row; } }
  .image-right-copy-left.with-image .right-col {
    width: 100%; }
    @media (min-width: 768px) {
      .image-right-copy-left.with-image .right-col {
        width: 47%;
        margin-left: 3%; } }
    .image-right-copy-left.with-image .right-col img {
      height: 100%;
      aspect-ratio: 1/1;
      object-fit: cover; }
  .image-right-copy-left.with-image .left-col {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .image-right-copy-left.with-image .left-col {
        padding-top: 30px;
        margin-bottom: 0;
        margin-right: 3%;
        width: 47%; } }
  .image-right-copy-left p {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 24px; }
    .page-template-sub-service .image-right-copy-left p {
      color: #213367; }
  .image-right-copy-left ul {
    padding-left: 15px; }
  .image-right-copy-left li {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    font-family: "Helvetica-Light"; }
    .image-right-copy-left li:not(:last-of-type) {
      margin-bottom: 10px; }

.we-also-offer {
  background-color: #213367;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .we-also-offer {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .we-also-offer h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
  .we-also-offer p {
    color: #fff;
    width: 100%;
    text-align: center; }
  .we-also-offer ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin-top: 60px;
    justify-content: center; }
  .we-also-offer li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .we-also-offer li {
        width: 20%; } }
    .we-also-offer li img {
      max-width: 120px;
      margin-bottom: 20px; }
    .we-also-offer li p {
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      font-size: 12px;
      line-height: 18px; }
      @media (min-width: 1200px) {
        .we-also-offer li p {
          font-size: 16px;
          line-height: 22px; } }
  .we-also-offer .button-container {
    display: flex;
    align-items: center;
    justify-content: center; }

.key-benefits {
  background-color: #eee;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .key-benefits {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .key-benefits h4 {
    width: 100%;
    text-align: center; }
  .key-benefits:has(p:not(.tab-content p)) h4 {
    margin-bottom: 30px; }
  .key-benefits p:not(.tab_content p) {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #4D4D4D;
    font-size: 16px;
    line-height: 22px; }
    @media (min-width: 1200px) {
      .key-benefits p:not(.tab_content p) {
        max-width: 100%; } }
    body.page-template-page-digital-service .key-benefits p:not(.tab_content p) {
      color: #213367; }

.benefit-tabs--container {
  display: flex;
  flex-direction: column;
  position: relative; }
  @media (min-width: 768px) {
    .benefit-tabs--container {
      flex-direction: row; } }

ul.tabs {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  height: auto;
  width: 100%; }
  @media (min-width: 768px) {
    ul.tabs {
      display: inline-block;
      width: 20%;
      left: 0;
      top: 0; } }

ul.tabs li {
  margin: 0;
  cursor: pointer;
  padding: 20px 15px;
  height: auto;
  width: 100%;
  background-color: #eee;
  color: #213367;
  font-weight: 700;
  overflow: hidden;
  position: relative; }

ul.tabs li:hover {
  background-color: #213367;
  color: #fff; }

ul.tabs li.active {
  background-color: #213367;
  color: #fff;
  display: block; }

.tab_container {
  border-top: none;
  width: 100%;
  background: #fff;
  position: relative;
  overflow: auto; }
  @media (min-width: 768px) {
    .tab_container {
      width: calc(100% - 20%); } }

.tab_content {
  padding: 20px;
  display: none; }
  @media (min-width: 1200px) {
    .tab_content {
      padding: 40px; } }
  .tab_content h5 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .tab_content h5 {
        font-size: 30px;
        line-height: 40px; } }
  .tab_content h2, .tab_content h3, .tab_content h4, .tab_content h5, .tab_content h6 {
    text-align: left; }
  .tab_content ul {
    padding-left: 12px; }
  .tab_content li {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 24px; }
    .tab_content li:not(:last-of-type) {
      margin-bottom: 5px; }
  .tab_content p {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 24px; }
  .tab_content .purple-outline {
    color: #213367;
    margin-top: 10px; }
    .tab_content .purple-outline:hover {
      color: #fff; }

.tab_drawer_heading {
  display: none; }

@media screen and (max-width: 767px) {
  .tabs {
    display: none; }

  .tab_drawer_heading {
    background-color: #eee;
    color: #213367;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 20px;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #2d468e;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .d_active {
    background-color: #213367;
    color: #fff; } }
.how-can-we-help {
  padding-top: 60px;
  padding-bottom: 60px; }
  .how-can-we-help h4 {
    width: 100%;
    text-align: center; }
  .how-can-we-help .intro-snippet {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
    .how-can-we-help .intro-snippet p {
      font-family: sans-serif;
      font-weight: normal; }

.help-content {
  max-width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .help-content {
      flex-direction: row; } }
  .help-content .left-col {
    width: 100%; }
    .help-content .left-col p {
      font-family: sans-serif;
      font-weight: normal; }
  .help-content ul {
    padding-left: 15px; }
  .help-content li {
    font-size: 14px;
    line-height: 22px;
    color: #213367;
    font-family: "Helvetica-Light"; }
    .help-content li:not(:last-of-type) {
      margin-bottom: 5px; }
    @media (min-width: 992px) {
      .help-content li {
        font-size: 18px;
        line-height: 24px; } }
  .help-content .purple-outline {
    margin-top: 30px; }
  .help-content.has-image .left-col {
    order: 2;
    width: 100%; }
    @media (min-width: 768px) {
      .help-content.has-image .left-col {
        order: 1;
        width: 47%;
        padding-top: 30px;
        margin-right: 3%; } }
  .help-content.has-image .right-col {
    order: 1;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .help-content.has-image .right-col {
        order: 2;
        margin-bottom: 0;
        margin-left: 3%;
        width: 47%; } }
    .help-content.has-image .right-col img {
      height: 100%;
      aspect-ratio: 1/1;
      object-fit: cover; }

.service-form {
  scroll-margin: 200px;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 1151px) {
    .service-form {
      padding-left: 30px;
      padding-right: 30px; } }

.form-info {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }
  @media (min-width: 1200px) {
    .form-info {
      max-width: 70%; } }
  .form-info p {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal; }
  .form-info a {
    text-decoration: underline; }
    .form-info a:hover {
      text-decoration: none; }

.disclaimer {
  padding-top: 60px;
  padding-bottom: 60px; }
  .disclaimer h2 {
    margin-bottom: 40px; }
  .disclaimer p {
    font-size: 14px;
    line-height: 24px;
    color: #666; }
    .disclaimer p:last-of-type {
      margin-bottom: 0; }

/* Deals Filter styling */
.dealsfilter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 60px 0; }
  @media (min-width: 768px) {
    .dealsfilter {
      flex-direction: row; } }
  .dealsfilter select {
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      .dealsfilter select {
        width: 350px; } }
    .dealsfilter select + select {
      margin-top: 15px; }
      @media (min-width: 768px) {
        .dealsfilter select + select {
          margin-top: 0;
          margin-left: 15px; } }

.deals-filter {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .deals-filter {
      flex-direction: row; } }
  .deals-filter li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .deals-filter li {
        display: inline-block; } }
    @media (min-width: 576px) {
      .deals-filter li {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%; } }
    @media (min-width: 768px) {
      .deals-filter li {
        width: 31.333%; } }
    @media (min-width: 992px) {
      .deals-filter li {
        margin-bottom: 30px; } }
    .deals-filter li li {
      width: 100%; }

.company {
  background-color: #fff;
  position: relative; }
  .company .company-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 20px;
    min-height: 175px; }
    .company .company-logos img {
      width: auto;
      height: 50px; }
    .company .company-logos p {
      margin: 10px 0;
      font-size: 12px;
      line-height: 12px; }
  .company .company-info {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    align-items: flex-start;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 30px 0; }
  .company .company-name {
    font-family: sans-serif;
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    min-height: 45px; }
  .company .industry {
    text-align: center;
    width: 100%;
    margin-bottom: 15px; }
    .company .industry p {
      text-transform: uppercase;
      text-align: center;
      font-family: sans-serif;
      font-size: 14px;
      line-height: 16px;
      font-weight: 500;
      margin-bottom: 5px; }
      .company .industry p + p {
        text-transform: none;
        font-weight: 300;
        margin-bottom: 0;
        padding: 0 15px;
        line-height: 18px; }
  .company .location {
    text-align: center;
    width: 100%;
    margin-bottom: 15px; }
    .company .location p {
      text-transform: uppercase;
      text-align: center;
      font-family: sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 5px; }
      .company .location p + p {
        text-transform: none;
        font-weight: 300;
        margin-bottom: 0; }
  .company .role {
    text-align: center;
    width: 100%;
    margin-bottom: 15px; }
    .company .role p {
      text-transform: uppercase;
      text-align: center;
      font-family: sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 16px;
      margin-bottom: 5px; }
      .company .role p + p {
        text-transform: none;
        font-weight: 300;
        margin-bottom: 0; }
  .company .casestudy-link {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px; }
    .company .casestudy-link:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      background-image: url("images/icons/pmm.png");
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: center; }
  .company:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    background: url("images/backgrounds/line-small.png");
    background-repeat: repeat-x;
    background-size: contain; }

body.page-template-page-deals .contactform {
  background-color: #F8982D; }
  body.page-template-page-deals .contactform h2,
  body.page-template-page-deals .contactform p,
  body.page-template-page-deals .contactform label {
    color: #fff; }

.btm-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #F8982D;
  padding: 20px;
  transition: all .3s ease;
  opacity: 0;
  z-index: -50;
  text-align: center; }
  .btm-panel a {
    display: flex;
    align-items: center;
    background-color: #F8982D;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 25px;
    font-family: "Gadugi";
    text-transform: uppercase;
    transition: all .3s ease; }
    .btm-panel a:hover {
      background-color: #213367;
      text-decoration: none;
      border: 1px solid #213367; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.mob-nav {
  background-color: #F8982D;
  width: auto;
  order: 3;
  padding: 10px; }
  @media (min-width: 768px) {
    .mob-nav {
      margin-left: 15px;
      padding: 15px;
      height: 46px; } }
  @media (min-width: 1200px) {
    .mob-nav {
      display: none; } }
  .mob-nav img {
    width: 20px;
    height: auto; }

.slide-menu {
  /* Mobile menu when hidden from view */
  height: 100%;
  margin: 0;
  padding: 15px;
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  width: 80%;
  transform: translateX(120%);
  transition: all 0.75s ease-in-out;
  transition-delay: 0.25s; }
  @media (min-width: 576px) {
    .slide-menu {
      width: 50%;
      transform: translateX(100%); } }
  @media (min-width: 768px) {
    .slide-menu {
      width: 350px; } }
  @media (min-width: 1200px) {
    .slide-menu {
      display: none; } }
  .slide-menu .close-menu {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #F8982D;
    padding: 10px;
    align-items: center;
    justify-content: center;
    z-index: 10; }
    .slide-menu .close-menu img {
      width: 20px;
      height: auto; }
  .slide-menu #mega-menu-wrap-menu-1 {
    top: 25px !important; }
  .slide-menu .mega-menu-item h4 {
    display: none !important; }

.slide-menu-show {
  /* When the mobile menu has been clicked and the menu comes into view */
  transform: translateX(0);
  transition: all .75s ease-in-out;
  transition-delay: 0.25s;
  color: #404041;
  overflow: scroll; }
  @media (min-width: 768px) {
    .slide-menu-show {
      transform: translateX(0); } }

.mega-menu-toggle .mega-menu-flyout {
  padding: 5px 0 !important; }

.mega-menu-link {
  border-bottom: 1px solid #ddd !important;
  border-top: 0 !important;
  padding: 0 20px !important; }

@media (min-width: 1366px) {
  .slide-menu {
    display: none;
    visibility: hidden; } }
.main-navigation {
  display: none;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  margin: 0;
  order: 4;
  align-self: flex-end;
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0; }
  @media (min-width: 1200px) {
    .main-navigation {
      display: flex;
      margin: 0 2em;
      order: 2;
      align-self: flex-start;
      width: 100%;
      position: relative;
      bottom: 0;
      left: 0; } }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  justify-content: space-around;
  /* Space out navigation links */ }
  @media (min-width: 1366px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
      justify-content: space-between; } }

@media (min-width: 992px) {
  .mega-menu-link {
    font-size: 0.8em !important; } }
@media (min-width: 1366px) {
  .mega-menu-link {
    padding: 0 1em !important;
    font-size: 0.9em !important; } }
@media (min-width: 1400px) {
  .mega-menu-link {
    padding: 0 1em !important;
    font-size: 1em !important; } }

.main-navigation .mega-menu-item {
  padding: 30px 0 !important;
  /* Add top/bottom padding to our primary navigation links */
  cursor: pointer; }
  .main-navigation .mega-menu-item h4 {
    display: none !important; }

@media (min-width: 1200px) {
  .mega-sub-menu {
    margin-top: 30px !important;
    /* Move our mega menu and flyout menus down by 35px (this includes the link padding and bottom border height) */
    padding: 7px 10px !important; }
    .mega-sub-menu .mega-sub-menu {
      margin-top: 0 !important; }
    .mega-sub-menu .mega-menu-item {
      padding: 0 0 30px 0 !important; }
    .mega-sub-menu .mega-menu-link {
      padding: 5px 15px !important; }

  .mega-menu-flyout .mega-sub-menu {
    padding: 0 !important; }
  .mega-menu-flyout .mega-menu-item {
    padding: 0 !important; } }
.mega-block-title {
  font-weight: 600 !important;
  font-size: 1em !important;
  line-height: 1.2em !important;
  margin-bottom: 10px !important;
  text-transform: uppercase; }

.purple-col h4,
.orange-col h4,
.green-col h4,
.blue-col h4,
.red-col h4 {
  font-weight: 600 !important;
  font-size: 1em !important;
  line-height: 1.2em !important;
  margin-bottom: 10px !important; }
.purple-col ul,
.orange-col ul,
.green-col ul,
.blue-col ul,
.red-col ul {
  padding-left: 0 !important; }
.purple-col li,
.orange-col li,
.green-col li,
.blue-col li,
.red-col li {
  list-style-type: none !important; }

.purple-col .mega-block-title a {
  color: #213367 !important; }
.purple-col a:hover {
  color: #213367 !important; }

.orange-col .mega-block-title a {
  color: #F8982D !important; }
.orange-col a:hover {
  color: #F8982D !important; }

.green-col .mega-block-title a {
  color: #7BC044 !important; }
.green-col a:hover {
  color: #7BC044 !important; }

.blue-col .mega-block-title a {
  color: #25B6EA !important; }
.blue-col a:hover {
  color: #25B6EA !important; }

.red-col .mega-block-title a {
  color: #EF3F37 !important; }
.red-col a:hover {
  color: #EF3F37 !important; }

@media (min-width: 1200px) {
  .mega-menu-link {
    border-bottom: 0 !important;
    padding: 0 10px !important; }

  .mega-menu-flyout {
    padding: 0 !important; }

  .mega-menu-contact {
    width: calc(100% + 60px);
    position: relative;
    bottom: -40px;
    left: -30px;
    right: -30px; }
    .mega-menu-contact ul {
      display: flex;
      width: 100%;
      justify-content: space-evenly;
      margin: 0;
      padding: 1em;
      background-color: #F8982D; } }
    @media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
      .mega-menu-contact ul {
        display: block; } }
@media (min-width: 1200px) {
    .mega-menu-contact li {
      list-style-type: none;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.2em; } }
    @media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
      .mega-menu-contact li {
        display: inline-block;
        text-align: center;
        width: 24%; } }
@media (min-width: 1200px) {
      .mega-menu-contact li strong {
        font-weight: 600; } }
/* Fixed Header Styles */
.fixed-nav {
  background-color: #fff; }
  .fixed-nav:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: transparent;
    background-image: url("images/backgrounds/border-line.png");
    background-repeat: repeat-x;
    background-size: contain; }
  .fixed-nav .mega-sub-menu {
    margin-top: 35px !important;
    /* Move our mega menu and flyout menus down by 35px (this includes the link padding and bottom border height) */ }
    .fixed-nav .mega-sub-menu .mega-sub-menu {
      margin-top: 0 !important; }
  .fixed-nav .main-navigation .mega-menu-link {
    color: #213367 !important; }
  .fixed-nav .white-logo {
    display: none; }
  .fixed-nav .dark-logo {
    display: block;
    position: relative; }
  .fixed-nav .search-white {
    display: none; }
  .fixed-nav .search-blue {
    display: block; }
  .fixed-nav .header-tel a {
    color: #213367;
    background-image: url(images/icons/tel-purple.png); }
  .fixed-nav .mega-menu-flyout .mega-sub-menu .mega-menu-link:hover {
    color: #fff !important; }

@media (min-width: 768px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 120% !important;
    left: -10% !important; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    /*@include center-block;*/ }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

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