/*!
Theme Name: WINMAR Landing
Theme URI: https://magnoliasconsulting.com
Author: Magnolias Consulting : Danielle Bindon
Author URI: https://magnoliasconsulting.com
Description: Theme used for website development at Magnolias Consulting. **Requires Advanced Custom Fields Pro plugin to be activated first.
Version: 1.5.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: magnolias-starter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
GitHub Theme URI: danibindon/magnolias-consulting

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
  margin: 0.67em 0; }

/* 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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: Arial, sans-serif;
  font-display: swap;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
  font-display: swap;
  clear: both;
  margin: 0 0 0.5rem; }

h1,
h2,
.h1,
.h2 {
  text-transform: uppercase; }

h1, .h1 {
  font-size: 21px;
  font-size: 2.1rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 25px;
      font-size: 2.5rem; } }

h2, .h2 {
  font-size: 20px;
  font-size: 2rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 23px;
      font-size: 2.3rem; } }

h3, .h3 {
  font-size: 15px;
  font-size: 1.5rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 17.5px;
      font-size: 1.75rem; } }

.heading-line {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  .heading-line:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 5px;
    margin-top: -5px;
    background-color: #0d4c92;
    width: 90px; }

p {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 1rem; }

p + h3 {
  margin-top: 1.4rem; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 9.375px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 9.375px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.wysiwyg-editor-custom-width h1, .wysiwyg-editor-custom-width h2, .wysiwyg-editor-custom-width h3, .wysiwyg-editor-custom-width h4, .wysiwyg-editor-custom-width h5, .wysiwyg-editor-custom-width h6,
.wysiwyg-editor-block h1,
.wysiwyg-editor-block h2,
.wysiwyg-editor-block h3,
.wysiwyg-editor-block h4,
.wysiwyg-editor-block h5,
.wysiwyg-editor-block h6,
.text-feature-sidebar h1,
.text-feature-sidebar h2,
.text-feature-sidebar h3,
.text-feature-sidebar h4,
.text-feature-sidebar h5,
.text-feature-sidebar h6 {
  margin: 0 0 1rem; }
.wysiwyg-editor-custom-width p,
.wysiwyg-editor-block p,
.text-feature-sidebar p {
  margin-bottom: 1rem; }
.wysiwyg-editor-custom-width p + h3,
.wysiwyg-editor-block p + h3,
.text-feature-sidebar p + h3 {
  margin-top: 1.6rem; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*: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; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

.wsp-container li {
  padding-bottom: 0.5rem; }

ul, ol {
  margin: 0 0 1.5em 0em;
  padding: 0 1.3rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 7.5px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# GRAVITY FORMS STYLES
--------------------------------------------------------------*/
.gform_wrapper form {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem; }
  .gform_wrapper form .gform_body ul.gform_fields li.gfield {
    padding-right: 0; }
    @media (min-width: 641px) {
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_left_half {
        padding-right: 10px; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield.gf_right_half {
        padding-left: 10px; } }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield input, .gform_wrapper form .gform_body ul.gform_fields li.gfield select, .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea {
      color: rgba(0, 0, 0, 0.9);
      background-color: #fff;
      border: 2px solid #f0f0f0;
      border-radius: 0 !important;
      padding: 8px !important; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea:focus, .gform_wrapper form .gform_body ul.gform_fields li.gfield input:focus {
      color: #0d4c92;
      outline: none; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield select {
      position: relative;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 292.4 292.4' style='enable-background:new 0 0 292.4 292.4;opacity:0.6' xml:space='preserve'%3E%3Cpath d='M287,69.4c-3.4-3.5-8.1-5.5-13-5.4H18.4c-5,0-9.3,1.8-12.9,5.4C2,72.7,0,77.4,0,82.2c0,5,1.8,9.3,5.4,12.9l128,127.9 c3.6,3.6,7.8,5.4,12.8,5.4s9.2-1.8,12.8-5.4L287,95c3.5-3.5,5.4-7.8,5.4-12.8s-1.9-9.2-5.5-12.8L287,69.4z'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat, repeat;
      background-position: right .5em top 50%, 0 0;
      background-size: .65em auto, 100%;
      margin-top: 8px; }
      .gform_wrapper form .gform_body ul.gform_fields li.gfield select option {
        color: rgba(0, 0, 0, 0.9) !important; }
    .gform_wrapper form .gform_body ul.gform_fields li.gfield select:focus {
      outline: none; }
  .gform_wrapper form .gform_body .no_prefix.has_first_name.no_middle_name.no_last_name.no_suffix input {
    margin: 0;
    margin-top: 10px; }
.gform_wrapper .ginput_container_name input {
  margin-bottom: 0 !important; }
.gform_wrapper input[type="submit"] {
  border-radius: 0;
  border: transparent;
  background-color: #0d4c92;
  color: #fff;
  font-size: 1.1rem !important;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  padding: 15px 20px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .gform_wrapper input[type="submit"]:hover {
    background-color: #0057a8; }

.gform_wrapper form .gform_body ul.gform_fields li.gfield input, .gform_wrapper form .gform_body ul.gform_fields li.gfield select, .gform_wrapper form .gform_body ul.gform_fields li.gfield textarea {
  color: inherit !important; }

@media (max-width: 575.98px) {
  .ginput_recaptcha {
    transform: scale(0.7);
    margin-left: -17%; } }
#gform_wrapper_1.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  background: #5090d0; }
  #gform_wrapper_1.gform_wrapper .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }
#gform_wrapper_1 input#gform_submit_button_1 {
  font-size: 1.2rem !important;
  color: #fff;
  background: #0057a8;
  margin: 0 auto !important;
  display: block;
  padding: 5% 10%;
  border-radius: 10px;
  box-shadow: 0px 4px 0px 0px #0d4c92; }
  @media (min-width: 768px) {
    #gform_wrapper_1 input#gform_submit_button_1 {
      font-size: 1.8rem !important; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0d4c92; }
  a:visited {
    color: inherit; }
  a:hover, a:focus, a:active {
    color: #0057a8; }
  a:hover, a:active {
    outline: 0; }
  a:hover {
    cursor: pointer; }

button:focus {
  outline: none; }

.btn-main {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .btn-main:hover {
    text-decoration: none; }
  .btn-main.style-1 {
    color: #0d4c92;
    background-color: #fff;
    padding: 5px 40px 5px 25px;
    -webkit-clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 0%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 0%, 100% 0);
    text-transform: uppercase; }
    .btn-main.style-1:hover {
      color: #fff;
      background-color: #0d4c92; }
  .btn-main.style-2 svg {
    width: 20px;
    height: auto;
    position: relative;
    top: -3px;
    margin-left: 8px; }
  .btn-main.style-3 svg {
    width: 20px;
    height: auto;
    position: relative;
    top: -3px;
    margin-left: 8px; }

.btn-second {
  padding: 5px 20px;
  display: inline-block;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .btn-second.style-1 {
    background-color: #0d4c92;
    color: #fff; }
    .btn-second.style-1:hover {
      opacity: 0.8;
      text-decoration: none; }
  .btn-second.style-2 {
    background-color: #fff;
    color: #0d4c92; }
    .btn-second.style-2:hover {
      opacity: 0.8;
      text-decoration: none; }

.btn-small {
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  background: #0d4c92;
  background-color: #0d4c92;
  color: #fff !important;
  border: none;
  padding: 10px 50px;
  display: inline-block;
  cursor: pointer;
  min-width: 180px;
  width: auto;
  outline: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1); }
  .btn-small:hover {
    background: #0057a8;
    color: #fff; }
  .btn-small.btn-arrow {
    position: relative;
    transition: background-color 300ms ease-out; }
    .btn-small.btn-arrow span {
      display: inline-block;
      position: relative;
      transition: all 300ms ease-out;
      will-change: transform; }
    @media (min-width: 768px) {
      .btn-small.btn-arrow:hover span {
        transform: translate3d(-1rem, 0, 0); } }
    .btn-small.btn-arrow svg {
      position: absolute;
      width: 1.1em;
      right: 0px;
      right: 0rem;
      opacity: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: all 300ms ease-out;
      will-change: right, opacity; }
      .btn-small.btn-arrow svg * {
        stroke-width: 5;
        stroke-color: transparent; }
    @media (min-width: 768px) {
      .btn-small.btn-arrow:hover svg {
        opacity: 1;
        right: -2rem; } }

.btn-small {
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  text-align: center; }
  .btn-small.colour-1 {
    text-decoration: none; }
    .btn-small.colour-1 .btn-text, .btn-small.colour-1 .btn-arrow {
      background-color: #0d4c92;
      color: #fff;
      display: inline-block;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .btn-small.colour-1 .btn-text {
      padding: 10px 45px; }
    .btn-small.colour-1 .btn-arrow {
      padding: 10px 20px; }
      .btn-small.colour-1 .btn-arrow:before {
        content: "\2192"; }
    .btn-small.colour-1:hover .btn-text, .btn-small.colour-1:hover .btn-arrow {
      background-color: #0057a8;
      text-decoration: none; }
  .btn-small.colour-2 {
    text-decoration: none; }
    .btn-small.colour-2 .btn-text, .btn-small.colour-2 .btn-arrow {
      background-color: #0057a8;
      color: #fff;
      display: inline-block;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .btn-small.colour-2 .btn-text {
      padding: 10px 45px; }
    .btn-small.colour-2 .btn-arrow {
      padding: 10px 20px; }
      .btn-small.colour-2 .btn-arrow:before {
        content: "\2192"; }
    .btn-small.colour-2:hover .btn-text, .btn-small.colour-2:hover .btn-arrow {
      background-color: #0d4c92;
      text-decoration: none; }
  .btn-small.colour-3 {
    text-decoration: none; }
    .btn-small.colour-3 .btn-text, .btn-small.colour-3 .btn-arrow {
      background-color: #000;
      color: #fff;
      display: inline-block;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .btn-small.colour-3 .btn-text {
      padding: 10px 45px; }
    .btn-small.colour-3 .btn-arrow {
      padding: 10px 20px; }
      .btn-small.colour-3 .btn-arrow:before {
        content: "\2192"; }
    .btn-small.colour-3:hover .btn-text, .btn-small.colour-3:hover .btn-arrow {
      background-color: #0d4c92;
      text-decoration: none; }
  @media (max-width: 575.98px) {
    .btn-small {
      font-size: 1rem; }
      .btn-small.colour-1 .btn-text, .btn-small.colour-2 .btn-text, .btn-small.colour-3 .btn-text {
        padding: 10px 25px; }
      .btn-small.colour-1 .btn-arrow, .btn-small.colour-2 .btn-arrow, .btn-small.colour-3 .btn-arrow {
        padding: 10px 15px; } }

.btn-feature {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important; }
  .btn-feature .btn-text, .btn-feature .btn-arrow {
    background-color: #0d4c92;
    color: #fff;
    display: inline-block;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .btn-feature .btn-text {
    padding: 5px 20px; }
  .btn-feature .btn-arrow {
    padding: 5px 15px; }
    .btn-feature .btn-arrow:before {
      content: "\203A";
      transform: scale(1.5);
      display: inline-block;
      position: relative;
      top: -1px; }
  .btn-feature:hover .btn-text, .btn-feature:hover .btn-arrow {
    background-color: #0057a8;
    text-decoration: none; }

/*--------------------------------------------------------------
## Primary Menu
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

#header_magnolias {
  background-color: #0057a8;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    #header_magnolias .navbar {
      padding-top: 0; }
      #header_magnolias .navbar #navbarNav {
        padding-top: 8px; } }
  #header_magnolias .site-branding {
    text-align: center; }
    #header_magnolias .site-branding img {
      height: 25px;
      width: auto; }
    @media (min-width: 992px) {
      #header_magnolias .site-branding {
        margin-right: 60px; } }
  #header_magnolias .shop-icon img.shop-icon-img {
    height: 20px;
    position: relative;
    top: -3px; }
  #header_magnolias a {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #f6f6f6;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #header_magnolias a:hover {
      opacity: 0.7; }
  #header_magnolias button {
    position: absolute;
    top: 3px;
    left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    border: none; }
    #header_magnolias button:focus {
      outline: none; }
  @media (max-width: 991.98px) {
    #header_magnolias.bkg-black {
      background-color: #000; }
    #header_magnolias .navbar {
      padding-bottom: 12px; }
    #header_magnolias #menu-primary-menu {
      margin-top: 18px; }
      #header_magnolias #menu-primary-menu > li {
        text-align: left;
        border-top: 1px solid #f6f6f6;
        padding-bottom: 5px;
        padding-top: 5px; } }

.animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .animated-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #e3f2fd; }
    .animated-icon span:nth-child(1) {
      top: 0px; }
    .animated-icon span:nth-child(2) {
      top: 10px; }
    .animated-icon span:nth-child(3) {
      top: 10px; }
    .animated-icon span:nth-child(4) {
      top: 20px; }

.animated-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%; }
.animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.animated-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%; }

.header__above-header-bar {
  background-color: #000;
  color: #fff; }
.header__above-header-title {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase; }
  .header__above-header-title a {
    text-decoration: underline; }
    .header__above-header-title a:hover {
      color: #fff; }
.header__above-header-button {
  text-transform: uppercase;
  font-weight: 700;
  color: #0d4c92;
  background-color: #fff;
  padding: 5px 25px;
  border-radius: 15px;
  text-align: center;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .header__above-header-button:hover {
    background-color: #0d4c92;
    color: #fff;
    text-decoration: none; }
.header__service-list {
  background: #0d4c92; }
  .header__service-list a {
    color: #fff; }
    .header__service-list a:hover {
      color: #fff;
      text-decoration: none; }
  .header__service-list ul {
    text-align: center;
    margin-bottom: 0;
    padding-right: 0; }
    .header__service-list ul li {
      color: #fff;
      font-weight: bold;
      display: inline-block;
      padding-left: 1rem; }
  @media (min-width: 992px) {
    .header__service-list {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 31%, rgba(29, 79, 145, 0.5) 43%, #1d4f91 80%); }
      .header__service-list ul {
        text-align: right;
        margin-bottom: 0; }
        .header__service-list ul li {
          color: #fff;
          font-weight: bold;
          display: inline-block;
          padding-left: 1rem; } }
.header__main {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1; }
.header__logo .custom-logo {
  max-width: 250px; }
.header__claim-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d4c92; }
.header__claim-btn {
  min-width: 250px;
  background: #0d4c92;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 1.8rem;
  border-radius: 40px;
  text-align: center;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .header__claim-btn:hover, .header__claim-btn:focus {
    background-color: #000;
    color: #fff;
    text-decoration: none; }
  .header__claim-btn:active, .header__claim-btn:visited {
    color: #fff; }

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
footer {
  background-color: #0057a8;
  font-family: Arial, sans-serif;
  padding: 2rem 0 1.5rem; }
  @media (max-width: 575.98px) {
    footer #footer_magnolias {
      padding: 0 5px; } }
  footer #footer_magnolias h3 {
    color: #f6f6f6;
    text-transform: uppercase;
    font-size: 1.3rem; }
  footer #footer_magnolias #footer-desktop-navigation ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    footer #footer_magnolias #footer-desktop-navigation ul > li > a {
      color: #f6f6f6; }
  footer #footer_magnolias #footer-desktop-navigation .footer-menu-col {
    padding-top: 32px; }
  footer #footer_magnolias #footer-mobile-navigation h3 {
    font-size: 1rem;
    text-transform: none;
    border-bottom: 1px solid #f6f6f6;
    padding: 15px 0;
    margin-bottom: 0; }
    footer #footer_magnolias #footer-mobile-navigation h3 a.btn-footer {
      color: #f6f6f6;
      display: block;
      position: relative;
      text-decoration: none; }
      footer #footer_magnolias #footer-mobile-navigation h3 a.btn-footer.collapsed:after {
        transform: rotate(0deg); }
      footer #footer_magnolias #footer-mobile-navigation h3 a.btn-footer:after {
        content: "+";
        transform: rotate(45deg);
        position: absolute;
        right: 0;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  footer #footer_magnolias #footer-mobile-navigation ul {
    list-style: none;
    color: #f6f6f6;
    margin-left: 10px;
    padding-left: 0; }
    footer #footer_magnolias #footer-mobile-navigation ul > li {
      margin-top: 10px; }
      footer #footer_magnolias #footer-mobile-navigation ul > li > a {
        color: #f6f6f6; }

.footer-icon {
  font-size: 1.3vw;
  color: black;
  transition: all 0.2s ease; }
  .footer-icon:hover {
    color: gray; }

.icons-wrap a {
  padding-right: 10px; }
  @media (max-width: 1199.98px) {
    .icons-wrap a {
      padding: 5px; } }

.social-icons img,
.social-icons svg {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 20%;
  width: 100%;
  max-width: 50px;
  fill: #0057a8; }
  .social-icons img:hover,
  .social-icons svg:hover {
    fill: #0d4c92; }
  @media (min-width: 768px) {
    .social-icons img,
    .social-icons svg {
      max-width: 40px; } }

.copyright-wrap {
  background: linear-gradient(90deg, #1b2e5c 0%, #0166b2 75%); }
  .copyright-wrap p, .copyright-wrap li, .copyright-wrap a {
    list-style: none;
    color: #fff; }
  .copyright-wrap p {
    font-size: 1.1rem; }
  @media (min-width: 768px) {
    .copyright-wrap .col--border {
      border-top: 1px solid #fff; } }
  .copyright-wrap .footer-menu-privacy ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .copyright-wrap .footer-menu-privacy ul li {
      display: inline-block; }
      .copyright-wrap .footer-menu-privacy ul li:not(:last-child):after {
        content: "|";
        padding-left: 0.7rem;
        padding-right: 0.5rem; }

.footer__menu a {
  color: #fff; }
.footer__menu-title {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
  border-bottom: 1px dotted #fff;
  padding-bottom: 2px;
  margin-bottom: 10px; }
.footer__menu ul {
  margin: 0;
  padding: 0; }
  .footer__menu ul > li {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 0.3rem; }

.footer__logo img {
  max-width: 300px; }

/*--------------------------------------------------------------
# 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 {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 8.75px;
    font-size: 0.875rem;
    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;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
# Blog Header
--------------------------------------------------------------*/
.blog-header {
  background-color: #f6f6f6; }
  .blog-header--wrapper {
    padding: 2.5rem 0 3rem; }
  .blog-header--logo {
    padding-right: 10px; }
    .blog-header--logo svg {
      height: 47px;
      width: auto; }
      .blog-header--logo svg polygon, .blog-header--logo svg path, .blog-header--logo svg rect {
        fill: #404040; }
  .blog-header--text {
    margin: 0 0 -9px; }

/*--------------------------------------------------------------
# CPT Shop Archive
--------------------------------------------------------------*/
.shop-archive.card-columns {
  column-count: 1; }
  @media (min-width: 768px) {
    .shop-archive.card-columns {
      column-count: 2; } }
  .shop-archive.card-columns .bkg-img:hover {
    filter: grayscale(100%); }
  .shop-archive.card-columns a:hover {
    text-decoration: none; }
  .shop-archive.card-columns .card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    border: none;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden; }
    .shop-archive.card-columns .card.card-lg {
      height: 300px; }
      @media (min-width: 768px) {
        .shop-archive.card-columns .card.card-lg {
          height: 550px; } }
    .shop-archive.card-columns .card.card-sm {
      height: 300px; }
      @media (min-width: 768px) {
        .shop-archive.card-columns .card.card-sm {
          height: 200px; } }
    @media (prefers-reduced-motion: reduce) {
      .shop-archive.card-columns .card:hover {
        /* Fallback for prefers-reduced-motion enabled */ } }
  .shop-archive.card-columns a {
    cursor: pointer;
    display: block; }

nav.navigation.pagination {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  nav.navigation.pagination .nav-links {
    margin: 0 auto; }
  nav.navigation.pagination .page-numbers {
    background-color: #0d4c92;
    padding: 10px 15px;
    color: #fff;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    nav.navigation.pagination .page-numbers:hover {
      background-color: #0057a8;
      text-decoration: none; }
    nav.navigation.pagination .page-numbers.current {
      background-color: #0057a8; }
  nav.navigation.pagination a.prev:before {
    content: "\2190";
    position: relative;
    top: -1px;
    padding-right: 5px; }
  nav.navigation.pagination a.next:after {
    content: "\2192";
    position: relative;
    top: -1px;
    padding-left: 5px; }

/*--------------------------------------------------------------
# CPT Media Archive
--------------------------------------------------------------*/
.media-archive a:hover {
  text-decoration: none !important; }
.media-archive__col {
  padding-top: 5px;
  padding-bottom: 5px; }
.media-archive__wrapper {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  filter: none;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .media-archive__wrapper:hover {
    filter: grayscale(100%); }
  @media (min-width: 768px) {
    .media-archive__wrapper {
      min-height: 400px; } }
  @media (min-width: 992px) {
    .media-archive__wrapper {
      min-height: 500px; } }
  @media (min-width: 1200px) {
    .media-archive__wrapper {
      min-height: 500px; } }
  .media-archive__wrapper span {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 2rem 0;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 0 5px #000; }
    @media (min-width: 768px) {
      .media-archive__wrapper span {
        font-size: 18px;
        font-size: 1.8rem; } }

/*--------------------------------------------------------------
# CPT: Case Study Archive
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
  .case-study-archive--description, .case-study-archive--heading-wrap, .case-study-archive--button-wrap {
    padding-left: 30px;
    padding-right: 30px; } }

.case-study-feat-img {
  width: 100%;
  height: 300px;
  object-fit: cover; }
  @media (min-width: 768px) {
    .case-study-feat-img {
      height: 450px; } }

.case-study-post h2 {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem; }
.case-study-post .overlay {
  position: absolute;
  top: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #0a0a0a 0%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
  width: 100%;
  transition: .5s ease;
  padding: 30px 20px; }
.case-study-post .overlay-bkg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.case-study-post .content {
  opacity: 0;
  color: #fff;
  transition: .5s ease; }
@media (min-width: 992px) {
  .case-study-post:hover .content {
    opacity: 100; }
  .case-study-post:hover .overlay {
    top: 0; }
  .case-study-post:hover .overlay-bkg {
    background-color: rgba(0, 0, 0, 0.5); } }
.case-study-post .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }
.case-study-post__img {
  width: 100%;
  height: 300px;
  object-fit: cover; }

.case-study-feat-btn.btn-feature {
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-size: 0.9rem;
  background: #0d4c92;
  background-color: #0d4c92;
  color: #fff !important;
  border: none;
  padding: 10px 50px;
  display: inline-block;
  cursor: pointer;
  min-width: 180px;
  width: auto;
  outline: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1); }
  @media (min-width: 576px) {
    .case-study-feat-btn.btn-feature {
      font-size: 11px;
      font-size: 1.1rem; } }
  .case-study-feat-btn.btn-feature:hover {
    background: #0057a8;
    color: #fff; }
  .case-study-feat-btn.btn-feature.btn-arrow {
    position: relative;
    transition: background-color 300ms ease-out; }
    .case-study-feat-btn.btn-feature.btn-arrow span {
      display: inline-block;
      position: relative;
      transition: all 300ms ease-out;
      will-change: transform; }
    @media (min-width: 768px) {
      .case-study-feat-btn.btn-feature.btn-arrow:hover span {
        transform: translate3d(-1rem, 0, 0); } }
    .case-study-feat-btn.btn-feature.btn-arrow svg {
      position: absolute;
      width: 1.1em;
      right: 0px;
      right: 0rem;
      opacity: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: all 300ms ease-out;
      will-change: right, opacity; }
      .case-study-feat-btn.btn-feature.btn-arrow svg * {
        stroke-width: 5;
        stroke-color: transparent; }
    @media (min-width: 768px) {
      .case-study-feat-btn.btn-feature.btn-arrow:hover svg {
        opacity: 1;
        right: -2rem; } }

/*--------------------------------------------------------------
# CPT: Case Study Single
--------------------------------------------------------------*/
.case-study-services--url {
  height: 250px;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0d4c92;
  border-radius: 10px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .case-study-services--url:hover {
    text-decoration: none;
    background-color: #0057a8; }
    .case-study-services--url:hover.contact-url {
      background-color: #0d4c92; }
.case-study-services--url.contact-url {
  background-color: #0057a8; }
.case-study-services--wrapper {
  color: #fff;
  width: 100%;
  padding: 1rem; }
.case-study-services p {
  font-size: 10px;
  font-size: 1rem; }
.case-study-services .svg-icon {
  display: block; }
  .case-study-services .svg-icon svg {
    height: 70px;
    width: auto; }
    .case-study-services .svg-icon svg path, .case-study-services .svg-icon svg polygon, .case-study-services .svg-icon svg rect {
      fill: #fff;
      stroke: none; }

/*--------------------------------------------------------------
# CPT: Downloads Archive
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .downloads-archive--post-img {
    width: 100%;
    height: 23vw;
    object-fit: cover; } }
@media (max-width: 575.98px) {
  .downloads-archive--content-wrap {
    padding-left: 15px;
    padding-right: 15px; } }

/*--------------------------------------------------------------
# CPT: Downloads Single
--------------------------------------------------------------*/
.downloads-single--video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%; }
  .downloads-single--video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.downloads-single--form {
  background-color: #f6f6f6;
  padding-top: 2rem;
  padding-bottom: 1rem; }
.downloads-single--form-description {
  text-align: center;
  padding: 10px 0; }
.downloads-single--form-wrap .gform_footer {
  text-align: center; }
.downloads-single--disclaimer {
  background-color: #f6f6f6; }
  .downloads-single--disclaimer-content-wrap {
    max-width: 1000px;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .downloads-single--disclaimer-header {
    font-size: 15px;
    font-size: 1.5rem; }
  .downloads-single--disclaimer p {
    font-size: 10px;
    font-size: 1rem; }
    .downloads-single--disclaimer p:last-child {
      margin-bottom: 0; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Fixes for Wordpress admin menu conflicts
--------------------------------------------------------------*/
.components-panel__header.edit-post-sidebar-header ul {
  margin: 0; }
  .components-panel__header.edit-post-sidebar-header ul li {
    list-style: none; }

#adminmenu ul {
  margin-left: 0; }

.edit-post-sidebar .acf-block-fields.acf-fields {
  overflow-x: scroll; }

.is-admin h2 {
  margin: 0 0 0.5rem !important; }

.h-100px textarea {
  height: 100px !important; }

/*--------------------------------------------------------------
## Site-wide Container styles
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth; }

.site-main > *:not(.mag-block) {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .site-main > *:not(.mag-block) {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .site-main > *:not(.mag-block) {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .site-main > *:not(.mag-block) {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .site-main > *:not(.mag-block) {
      max-width: 1140px; } }
  @media (min-width: 1600px) {
    .site-main > *:not(.mag-block) {
      max-width: 1400px; } }

.site-main > .alignfull {
  max-width: 100%; }

.site-main > .container.alignfull {
  margin-left: auto;
  margin-right: auto; }

.row.sm-gutters > .col, .row.sm-gutters > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px; }

.site-main > .alignfull.container-lg {
  width: 100%;
  max-width: 1920px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.alignfull .container-sm {
  width: 100%;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-lg:not(.alignfull) {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container-lg:not(.alignfull) {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container-lg:not(.alignfull) {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container-lg:not(.alignfull) {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container-lg:not(.alignfull) {
      max-width: 1140px; } }
  @media (min-width: 1600px) {
    .container-lg:not(.alignfull) {
      max-width: 1400px; } }

.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container-sm {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container-sm {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container-sm {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container-sm {
      max-width: 1140px; } }
  @media (min-width: 1600px) {
    .container-sm {
      max-width: 1400px; } }

.container-wrap {
  width: 100%; }

@media (min-width: 1600px) {
  .container {
    max-width: 1400px; } }
figure {
  margin: 0; }

.debug, .debug * {
  border: 0.25px solid; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# 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-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# BANNERS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Hero Image Banner Block
--------------------------------------------------------------*/
.hero-img {
  background-repeat: no-repeat; }
  .hero-img.full-centered {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .hero-img.full-top {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat; }
  .hero-img.full-bottom {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat; }
  .hero-img.contain-center {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .hero-img.contain-top {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat; }
  .hero-img.contain-bottom {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat; }
  @media (max-width: 991.98px) {
    .hero-img.mobile-full-centered {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .hero-img.mobile-full-top {
      background-size: cover;
      background-position: top;
      background-repeat: no-repeat; }
    .hero-img.mobile-full-bottom {
      background-size: cover;
      background-position: bottom;
      background-repeat: no-repeat; }
    .hero-img.mobile-contain-center {
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .hero-img.mobile-contain-top {
      background-size: contain;
      background-position: top;
      background-repeat: no-repeat; }
    .hero-img.mobile-contain-bottom {
      background-size: contain;
      background-position: bottom;
      background-repeat: no-repeat; } }
  .hero-img.bkg-custom {
    background-repeat: no-repeat; }
    .hero-img.bkg-custom.bkg-top {
      background-position: top; }
    .hero-img.bkg-custom.bkg-bottom {
      background-position: bottom; }
    .hero-img.bkg-custom.bkg-left {
      background-position: left; }
    .hero-img.bkg-custom.bkg-right {
      background-position: right; }
    .hero-img.bkg-custom.bkg-center {
      background-position: center; }
  .hero-img .col.m-default {
    min-height: 425px; }
    @media (min-width: 768px) {
      .hero-img .col.m-default {
        min-height: 550px; } }
  .hero-img .col.m-tall {
    min-height: 630px; }
    @media (min-width: 768px) {
      .hero-img .col.m-tall {
        min-height: 550px; } }
  .hero-img .f-colour-1 {
    color: #000; }
  .hero-img .f-colour-2 {
    color: #f6f6f6;
    text-shadow: 1px 2px 8px #000; }
    .hero-img .f-colour-2 .btn-main {
      text-shadow: none; }

/*--------------------------------------------------------------
## Hero Video Banner Block
--------------------------------------------------------------*/
.hero-video-banner {
  height: 600px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .hero-video-banner video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }

/*--------------------------------------------------------------
## Image - Text Banner Block
--------------------------------------------------------------*/
.img-text-banner {
  background-size: cover;
  background-position: center; }
  .img-text-banner .col-lg {
    min-height: 400px; }
    @media (min-width: 768px) {
      .img-text-banner .col-lg {
        min-height: 550px; } }
  .img-text-banner .f-colour-1 {
    color: #000; }
  .img-text-banner .f-colour-2 {
    color: #f6f6f6;
    text-shadow: 1px 2px 8px #000; }
    .img-text-banner .f-colour-2 .btn-main {
      color: #f6f6f6; }
      .img-text-banner .f-colour-2 .btn-main.style-2:after {
        color: #000;
        background-color: #f6f6f6; }

/*--------------------------------------------------------------
## Title Image Banner
--------------------------------------------------------------*/
.title-img-banner {
  height: 200px;
  background-size: cover;
  background-position: center; }

/*--------------------------------------------------------------
## Title Banner
--------------------------------------------------------------*/
.title-banner {
  padding: 40px 0; }
  .title-banner--heading {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700; }
    @media (min-width: 768px) {
      .title-banner--heading {
        font-size: 25px;
        font-size: 2.5rem; } }
  .title-banner.text-dark .title-banner--heading {
    color: #404040 !important; }

.title-banner + .hero-img {
  margin-top: 0 !important; }

/*--------------------------------------------------------------
## Service Feature
--------------------------------------------------------------*/
.service-feature {
  position: relative; }
  .service-feature--wrap {
    overflow-x: auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */ }
    .service-feature--wrap::-webkit-scrollbar {
      display: none;
      /* Safari and Chrome */ }
  .service-feature--wrapper {
    -ms-overflow-style: none;
    /* Hide scrollbar for IE and Edge */ }
    .service-feature--wrapper::-webkit-scrollbar, .service-feature--wrapper::scrollbar {
      display: none;
      /* Hide scrollbar for Chrome, Safari and Opera */ }
  .service-feature--icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 1rem; }
  .service-feature--url {
    color: #404040;
    line-height: 1.3em; }
    .service-feature--url:hover {
      color: #0d4c92;
      text-decoration: none; }
  .service-feature--slide-arrow {
    width: 40px;
    border-color: transparent;
    position: absolute;
    top: 0;
    height: 100%; }
    .service-feature--slide-arrow.right-arrow {
      right: 0; }
    .service-feature--slide-arrow.left-arrow {
      left: 0; }
      .service-feature--slide-arrow.left-arrow img {
        transform: rotate(180deg); }

/*--------------------------------------------------------------
# H1 Clip Banner
--------------------------------------------------------------*/
.h1-clip-banner .pagetitle {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  margin: 0;
  border: 0; }

/*--------------------------------------------------------------
# Logo Banner
--------------------------------------------------------------*/
.logo-banner {
  background-color: #f6f6f6; }
  .logo-banner--wrapper {
    padding: 2.5rem 0 3rem; }
  .logo-banner--logo {
    padding-right: 10px; }
    .logo-banner--logo svg {
      height: 47px;
      width: auto; }
      .logo-banner--logo svg polygon, .logo-banner--logo svg path, .logo-banner--logo svg rect {
        fill: #404040; }
  .logo-banner--text {
    margin: 0 0 -9px; }

/*--------------------------------------------------------------
# PRIMARY BLOCKS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## WYSIWYG Editor
--------------------------------------------------------------*/
.wysiwyg-editor-block.alignwide .container {
  padding-left: 10%;
  padding-right: 10%; }
.wysiwyg-editor-block--wrap {
  padding-top: 2.5rem;
  padding-bottom: 2rem; }
.wysiwyg-editor-block.bkg-primary {
  background-color: #0d4c92; }
.wysiwyg-editor-block.bkg-secondary {
  background-color: #0057a8; }
.wysiwyg-editor-block.bkg-dark {
  background-color: #000; }
.wysiwyg-editor-block.bkg-light {
  background-color: #f6f6f6; }
.wysiwyg-editor-block.t-light {
  color: #fff; }
.wysiwyg-editor-block.t-dark {
  color: #404040; }

/*--------------------------------------------------------------
## WYSIWYG Editor with Custom Width
--------------------------------------------------------------*/
.wysiwyg-editor-custom-width--wrap {
  padding-top: 2.3rem;
  padding-bottom: 2rem; }
.wysiwyg-editor-custom-width.bkg-primary {
  background-color: #0d4c92; }
.wysiwyg-editor-custom-width.bkg-secondary {
  background-color: #0057a8; }
.wysiwyg-editor-custom-width.bkg-dark {
  background-color: #000; }
.wysiwyg-editor-custom-width.bkg-light {
  background-color: #f6f6f6; }
.wysiwyg-editor-custom-width.t-light {
  color: #fff; }
.wysiwyg-editor-custom-width.t-dark {
  color: #404040; }

/*--------------------------------------------------------------
## WYSIWYG Editor with CTA
--------------------------------------------------------------*/
.wysiwyg-editor-cta {
  padding-top: 2.5rem;
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .wysiwyg-editor-cta.alignwide .container {
      padding-left: 10%;
      padding-right: 10%; } }

/*--------------------------------------------------------------
## Custom Image Block
--------------------------------------------------------------*/
.custom-image img {
  width: 100%;
  object-fit: cover; }

/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/
.accordion .card-header {
  padding: 0; }
.accordion h3 button {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  width: 100%;
  text-align: left;
  display: block;
  padding: .75rem 1.25rem; }
  .accordion h3 button:hover, .accordion h3 button:focus, .accordion h3 button:active {
    border-color: transparent;
    outline: none;
    color: #0d4c92;
    text-decoration: none; }
  .accordion h3 button.collapsed .a-chevron:after {
    content: "\2303";
    font-size: 1.7rem;
    font-family: sans-serif;
    font-weight: 700;
    position: relative;
    bottom: -5px;
    display: inline-block;
    transform: rotate(0deg); }
  .accordion h3 button .a-chevron:after {
    content: "\2303";
    font-size: 1.7rem;
    font-family: sans-serif;
    font-weight: 700;
    position: relative;
    bottom: 0;
    display: inline-block;
    transform: rotate(180deg); }

/*--------------------------------------------------------------
## CTA Image Block
--------------------------------------------------------------*/
@media (min-width: 576px) {
  .cta-image-block {
    /* sm */ } }
@media (min-width: 768px) {
  .cta-image-block {
    /* md */ } }
@media (min-width: 992px) {
  .cta-image-block {
    /* lg */ } }
@media (min-width: 1200px) {
  .cta-image-block {
    /* xl */ } }
@media (min-width: 1600px) {
  .cta-image-block {
    /* xxl */ } }
.cta-image-block .wrapper {
  padding-top: 4rem;
  padding-left: 10px;
  padding-right: 10px; }
.cta-image-block .f-colour-1 .btn-main {
  color: #000; }
  .cta-image-block .f-colour-1 .btn-main.style-2 svg {
    fill: #000; }
  .cta-image-block .f-colour-1 .btn-main.style-3 svg {
    fill: #000; }
  .cta-image-block .f-colour-1 .btn-main:hover {
    color: #000; }
.cta-image-block .f-colour-2 {
  color: #f6f6f6;
  text-shadow: 0 0 10px #000; }
  .cta-image-block .f-colour-2 .btn-main {
    color: #f6f6f6; }
    .cta-image-block .f-colour-2 .btn-main.style-2 svg {
      fill: #f6f6f6;
      filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.4)); }
    .cta-image-block .f-colour-2 .btn-main.style-3 svg {
      fill: #f6f6f6;
      filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.4)); }
    .cta-image-block .f-colour-2 .btn-main:hover {
      color: #f6f6f6; }
.cta-image-block .btn-wrap.btn-top {
  width: 100%;
  text-align: center; }
.cta-image-block .btn-wrap.btn-bottom {
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center; }
.cta-image-block .btn-absolute {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem 2rem; }
  @media (min-width: 768px) {
    .cta-image-block .btn-absolute {
      padding: 0 4rem 4rem; } }
.cta-image-block .cta-wrap-inner {
  width: 100%;
  height: 100%; }
.cta-image-block .cta-wrap {
  min-height: 275px; }
.cta-image-block .btn-main + .btn-main {
  margin-left: 0.8rem; }
.cta-image-block .full-centered {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.cta-image-block .full-top {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat; }
.cta-image-block .full-bottom {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat; }
.cta-image-block .contain-center {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
.cta-image-block .contain-top {
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat; }
.cta-image-block .contain-bottom {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat; }
.cta-image-block .bkg-custom {
  background-repeat: no-repeat; }
  .cta-image-block .bkg-custom.bkg-top {
    background-position: top; }
  .cta-image-block .bkg-custom.bkg-bottom {
    background-position: bottom; }
  .cta-image-block .bkg-custom.bkg-left {
    background-position: left; }
  .cta-image-block .bkg-custom.bkg-right {
    background-position: right; }
  .cta-image-block .bkg-custom.bkg-center {
    background-position: center; }
.cta-image-block .f-colour-1 {
  color: #000; }
.cta-image-block .f-colour-2 {
  color: #f6f6f6;
  text-shadow: 1px 2px 8px #000; }
  .cta-image-block .f-colour-2 .btn-main {
    color: #f6f6f6; }
    .cta-image-block .f-colour-2 .btn-main.style-2:after {
      color: #000;
      background-color: #f6f6f6; }
.cta-image-block .cta-img-text-col .wrapper {
  padding-bottom: 3rem; }
.cta-image-block .cta-img-text-col .img-wrap {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center; }
  .cta-image-block .cta-img-text-col .img-wrap img {
    width: auto;
    max-height: 100%; }
@media (min-width: 992px) {
  .cta-image-block .col-desktop-space:nth-of-type(-n + 2) {
    margin-bottom: 1.5rem; } }
@media (max-width: 991.98px) {
  .cta-image-block [class^="col-lg"]:not(:last-child) {
    margin-bottom: 1.5rem; } }
@media (max-width: 767.98px) {
  .cta-image-block [class^="col-md"]:not(:last-child) {
    margin-bottom: 1.5rem; } }

/* Ensure there is no extra space between touching cta-image-block divs, but puts space above and below. */
/* Puts space below the last cta-image-block on the page. Fallback if there are no more divs below the cta-image-block before the footer. */
/*--------------------------------------------------------------
## Two Column Service Image
--------------------------------------------------------------*/
.service-image--col {
  padding-left: 12px;
  padding-right: 12px; }
  .service-image--col.h-square {
    min-height: 100vw; }
    @media (min-width: 992px) {
      .service-image--col.h-square {
        min-height: 40vw; } }
  .service-image--col.h-tall {
    min-height: 140vw; }
    @media (min-width: 576px) {
      .service-image--col.h-tall {
        min-height: 100vw; } }
    @media (min-width: 992px) {
      .service-image--col.h-tall {
        min-height: 40vw; } }
  @media (max-width: 991.98px) {
    .service-image--col {
      padding-left: 0;
      padding-right: 0; } }
.service-image--three-col {
  padding-left: 12px;
  padding-right: 12px; }
  .service-image--three-col.h-square {
    min-height: 100vw; }
    @media (min-width: 992px) {
      .service-image--three-col.h-square {
        min-height: 38vw; } }
  .service-image--three-col.h-tall {
    min-height: 140vw; }
    @media (min-width: 576px) {
      .service-image--three-col.h-tall {
        min-height: 100vw; } }
    @media (min-width: 992px) {
      .service-image--three-col.h-tall {
        min-height: 38vw; } }
  @media (max-width: 991.98px) {
    .service-image--three-col {
      padding-left: 0;
      padding-right: 0; } }
.service-image--inner-wrap {
  height: 100%;
  width: 100%; }
.service-image--img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
@media (min-width: 768px) {
  .service-image {
    /* md */ } }
@media (min-width: 992px) {
  .service-image {
    /* lg */ } }
@media (min-width: 1200px) {
  .service-image {
    /* xl */ } }
@media (min-width: 1600px) {
  .service-image {
    /* xxl */ } }
.service-image .btn-wrap.btn-top {
  width: 100%;
  text-align: center; }
.service-image .btn-wrap.btn-bottom {
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center; }
.service-image .btn-main + .btn-main {
  margin-left: 0.8rem; }
.service-image .full-center {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
.service-image .full-top {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat; }
.service-image .full-bottom {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat; }
.service-image .contain-center {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
.service-image .contain-top {
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat; }
.service-image .contain-bottom {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat; }
@media (max-width: 991.98px) {
  .service-image .mobile-full-center {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .service-image .mobile-full-top {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat; }
  .service-image .mobile-full-bottom {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat; }
  .service-image .mobile-contain-center {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .service-image .mobile-contain-top {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat; }
  .service-image .mobile-contain-bottom {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat; } }
.service-image .text-light {
  text-shadow: 1px 2px 8px #000; }
  .service-image .text-light .btn-main {
    color: #f6f6f6; }
    .service-image .text-light .btn-main.style-2:after {
      color: #000;
      background-color: #f6f6f6; }
.service-image .cta-img-text-col .wrapper {
  padding-bottom: 3rem; }
.service-image .cta-img-text-col .img-wrap {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center; }
  .service-image .cta-img-text-col .img-wrap img {
    width: auto;
    max-height: 100%; }
@media (min-width: 992px) {
  .service-image .col-desktop-space:nth-of-type(-n + 2) {
    margin-bottom: 1.5rem; } }
@media (max-width: 991.98px) {
  .service-image [class^="col-lg"]:not(:last-child) {
    margin-bottom: 1.5rem; } }
@media (max-width: 767.98px) {
  .service-image [class^="col-md"]:not(:last-child) {
    margin-bottom: 1.5rem; } }

/* Ensure there is no extra space between touching cta-image-block divs, but puts space above and below. */
/* Puts space below the last cta-image-block on the page. Fallback if there are no more divs below the cta-image-block before the footer. */
/*--------------------------------------------------------------
## CTA Image - Text Column
--------------------------------------------------------------*/
.cta-image-text-column * {
  border: 0.25px solid; }
.cta-image-text-column .content-wrapper {
  z-index: 1;
  padding-bottom: 200px; }
.cta-image-text-column .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
.cta-image-text-column figure {
  background-size: 100%;
  background-position: bottom; }

/*--------------------------------------------------------------
## CTA Flex Column
--------------------------------------------------------------*/
.cta-flex-column .f-colour-1 {
  color: #000; }
.cta-flex-column .f-colour-2 {
  color: #f6f6f6; }
  .cta-flex-column .f-colour-2 .btn-main {
    color: #f6f6f6; }
    .cta-flex-column .f-colour-2 .btn-main.style-2:after {
      color: #000;
      background-color: #f6f6f6; }
.cta-flex-column .btn-wrap.btn-top {
  width: 100%;
  text-align: center; }
.cta-flex-column .btn-wrap.btn-bottom {
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center; }
.cta-flex-column .cta-wrap {
  height: 450px; }
  @media (max-width: 991.98px) {
    .cta-flex-column .cta-wrap[class^="col-lg"]:not(:last-child) {
      margin-bottom: 1.5rem; } }
  @media (max-width: 767.98px) {
    .cta-flex-column .cta-wrap[class^="col-md"]:not(:last-child) {
      margin-bottom: 1.5rem; } }
  .cta-flex-column .cta-wrap .cta-wrap-inner {
    background-size: cover;
    background-position: center;
    position: relative; }
  .cta-flex-column .cta-wrap h2 {
    text-align: center;
    padding-top: 30px; }
  @media (min-width: 768px) {
    .cta-flex-column .cta-wrap {
      height: 350px; } }
  @media (min-width: 992px) {
    .cta-flex-column .cta-wrap {
      height: 350px; } }
  @media (min-width: 1200px) {
    .cta-flex-column .cta-wrap {
      height: 550px; } }
.cta-flex-column .btn-main + .btn-main {
  margin-left: 0.8rem; }

/*--------------------------------------------------------------
## Title Divider Block
--------------------------------------------------------------*/
.title-divider {
  padding: 60px 0;
  background-size: cover;
  background-position: bottom left; }

/*--------------------------------------------------------------
## Image - Text Block
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .img-text {
    height: 500px; } }
.img-text .content {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 991.98px) {
    .img-text .content {
      min-height: 400px;
      display: flex;
      align-items: center; } }
.img-text .bkg-img {
  background-size: cover;
  background-position: center; }
  @media (max-width: 991.98px) {
    .img-text .bkg-img {
      height: 600px; } }
.img-text .order-lg-first .margin-calc {
  margin: 0 25px; }
  @media (min-width: 1200px) {
    .img-text .order-lg-first .margin-calc {
      margin-left: 50px; } }
  @media (min-width: 992px) {
    .img-text .order-lg-first .margin-calc {
      margin-left: 50px; } }
.img-text .order-lg-last .margin-calc {
  margin: 0 25px; }
  @media (min-width: 1200px) {
    .img-text .order-lg-last .margin-calc {
      margin-right: 50px; } }
  @media (min-width: 992px) {
    .img-text .order-lg-last .margin-calc {
      margin-right: 50px; } }
.img-text.is-admin h1, .img-text.is-admin h2, .img-text.is-admin h3 {
  color: inherit !important; }

/*--------------------------------------------------------------
## Circle Image - Text
--------------------------------------------------------------*/
.circle-img-text img {
  border-radius: 50%; }
.circle-img-text .bkg-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%; }
  .circle-img-text .bkg-img.animate-left {
    box-shadow: -10px 10px 0 #0d4c92; }
  .circle-img-text .bkg-img.animate-right {
    box-shadow: 10px 10px 0 #0d4c92; }
.circle-img-text .row:last-child {
  margin-bottom: 35px; }

/*--------------------------------------------------------------
## Image - Text Repeater
--------------------------------------------------------------*/
.img-text-repeater {
  overflow: hidden; }
  .img-text-repeater .wrapper {
    min-height: 400px;
    background-color: #f6f6f6; }
    .img-text-repeater .wrapper:first-child {
      padding-top: 3rem; }
    .img-text-repeater .wrapper:last-child {
      padding-bottom: 3rem; }
    @media (max-width: 991.98px) {
      .img-text-repeater .wrapper:not(:first-child) {
        padding-top: 3rem; } }
  .img-text-repeater .img-small {
    max-width: 90%; }
  @media (min-width: 992px) {
    .img-text-repeater .img-small {
      max-width: 70%; } }
  @media (min-width: 768px) {
    .img-text-repeater .animate-left {
      opacity: 0;
      transform: translateX(-30px);
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
    .img-text-repeater .animate-right {
      opacity: 0;
      transform: translateX(30px);
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -o-transition: all 1s ease;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
    .img-text-repeater .fade-in .animate-left,
    .img-text-repeater .fade-in .animate-right {
      opacity: 1;
      transform: translateY(0); } }
  @media (prefers-reduced-motion: reduce) {
    .img-text-repeater .animate-left,
    .img-text-repeater .animate-right {
      opacity: 1;
      transform: translateY(0); } }
  .img-text-repeater .content {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 991.98px) {
      .img-text-repeater .content {
        display: flex;
        align-items: center; } }
  .img-text-repeater .order-lg-first .margin-calc {
    margin: 0 25px; }
    @media (min-width: 1200px) {
      .img-text-repeater .order-lg-first .margin-calc {
        margin-left: 50px; } }
    @media (min-width: 992px) {
      .img-text-repeater .order-lg-first .margin-calc {
        margin-left: 50px; } }
  .img-text-repeater .order-lg-last .margin-calc {
    margin: 0 25px; }
    @media (min-width: 1200px) {
      .img-text-repeater .order-lg-last .margin-calc {
        margin-right: 50px; } }
    @media (min-width: 992px) {
      .img-text-repeater .order-lg-last .margin-calc {
        margin-right: 50px; } }
  .img-text-repeater.is-admin h1, .img-text-repeater.is-admin h2, .img-text-repeater.is-admin h3 {
    color: inherit !important; }
  .img-text-repeater.is-admin .animate {
    opacity: 1;
    transform: translateY(0); }

/*--------------------------------------------------------------
# Process Block
--------------------------------------------------------------*/
.process-block {
  background-color: #0d4c92;
  padding: 100px 0;
  color: #fff; }
  .process-block--img {
    height: 120px; }
    @media (min-width: 768px) {
      .process-block--img {
        height: 90px; } }
  @media (max-width: 767.98px) {
    .process-block--col:not(:last-child) .process-block--content-wrap .process-block--title {
      margin-bottom: 1.5rem; }
    .process-block--col:not(:last-child) .process-block--content-wrap:after {
      content: url("images/process-arrow.svg");
      display: inline-block;
      color: white;
      width: 25px;
      height: auto;
      line-height: 0;
      transform: rotate(90deg); } }
  @media (min-width: 768px) {
    .process-block--col:not(:last-child):after {
      content: url(images/process-arrow.svg);
      font-weight: 100;
      font-family: futura-pt, sans-serif;
      position: absolute;
      top: 35%;
      right: -10px;
      width: 23px;
      height: auto; } }

/*--------------------------------------------------------------
# Service Columns
--------------------------------------------------------------*/
.service-columns .wrapper {
  padding-top: 60px;
  padding-bottom: 60px; }
@media (max-width: 767.98px) {
  .service-columns--col:not(:last-child) {
    margin-bottom: 3rem; } }
.service-columns img {
  height: 100px; }
.service-columns .f-colour-1 {
  color: #000; }
.service-columns .f-colour-2 {
  color: #f6f6f6; }

/*--------------------------------------------------------------
## Contact Bar Block
--------------------------------------------------------------*/
.contact-bar {
  background-size: cover;
  background-position: center; }
  .contact-bar .row {
    min-height: 150px; }
  .contact-bar a {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    text-transform: uppercase; }
    .contact-bar a.style-1:after {
      content: "\203A";
      padding-left: 10px;
      display: inline-block;
      transform: scale(1.75) translateX(0);
      font-weight: 100;
      line-height: 0;
      position: relative;
      top: -6px;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .contact-bar a.style-1:hover {
      text-decoration: none; }
      .contact-bar a.style-1:hover:after {
        transform: scale(1.75) translateX(3px); }
    .contact-bar a.style-2 svg {
      width: 30px;
      height: auto;
      position: relative;
      top: -5px;
      margin-left: 15px;
      transform: translatex(0px);
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .contact-bar a.style-2:hover {
      text-decoration: none; }
      .contact-bar a.style-2:hover svg {
        transform: translateX(5px); }
  .contact-bar.bkg-primary {
    background-color: #0d4c92; }
  .contact-bar.bkg-secondary {
    background-color: #0057a8; }
  .contact-bar.bkg-dark {
    background-color: #000; }
  .contact-bar.bkg-light {
    background-color: #f6f6f6; }
  .contact-bar.text-light a {
    color: #fff; }
  .contact-bar.text-light svg {
    fill: #fff; }
  .contact-bar.text-dark a {
    color: #000; }
  .contact-bar.text-dark svg {
    fill: #000; }
  .contact-bar.is-admin a {
    color: inherit; }

/*--------------------------------------------------------------
## Form Shortcode
--------------------------------------------------------------*/
.form-shortcode .form-wrap {
  padding: 0 10%; }

/*--------------------------------------------------------------
## Text Feature with Sidebar
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
  .text-feature-sidebar {
    padding-left: 30px;
    padding-right: 30px; } }
.text-feature-sidebar--icon {
  height: 125px;
  width: auto;
  max-width: 200px; }
.text-feature-sidebar--title {
  position: relative; }
  .text-feature-sidebar--title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 5px;
    margin: 3px auto 0;
    background-color: #0d4c92;
    width: 90px; }
.text-feature-sidebar--subtitle {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 0;
  text-transform: uppercase; }
.text-feature-sidebar--sidebar-title {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700; }
.text-feature-sidebar.is-admin img.text-feature-sidebar--icon {
  height: 125px;
  width: auto;
  max-width: 200px; }

/*--------------------------------------------------------------
## Text Feature CTA Block
--------------------------------------------------------------*/
.text-feature-cta__cta-column {
  min-height: 25vw; }
.text-feature-cta__background {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%; }
.text-feature-cta .text-light {
  text-shadow: 1px 2px 8px #000; }

@media (max-width: 991.98px) {
  .text-feature-cta__cta-column {
    min-height: 50vw; }
  .text-feature-cta__first-column {
    margin-bottom: 1.5rem; } }
@media (max-width: 575.98px) {
  .text-feature-cta__cta-column {
    min-height: 90vw; } }
/*--------------------------------------------------------------
## Text Feature Banner
--------------------------------------------------------------*/
.text-feature-banner__column {
  min-height: 25vw; }
.text-feature-banner__banner {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%; }
.text-feature-banner .text-light {
  text-shadow: 1px 2px 8px #000; }

@media (max-width: 991.98px) {
  .text-feature-banner__column {
    min-height: 50vw; } }
@media (max-width: 575.98px) {
  .text-feature-banner__column {
    min-height: 90vw; } }
/*--------------------------------------------------------------
# CUSTOM / SINGLE USE BLOCKS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Overlapping Banner
--------------------------------------------------------------*/
.overlapping-banner {
  position: relative; }
  .overlapping-banner__content-wrapper {
    position: static;
    min-width: 100%; }
  .overlapping-banner__content {
    background-color: #fff;
    padding: 35px 1rem; }
  .overlapping-banner__heading {
    text-transform: uppercase;
    font-weight: 700;
    color: #0d4c92; }
  @media (min-width: 992px) {
    .overlapping-banner__content-wrapper {
      position: absolute;
      min-width: 50vw;
      right: 0;
      filter: drop-shadow(-1px 6px 3px rgba(0, 0, 0, 0.3)); }
    .overlapping-banner__content {
      padding-left: 50px;
      padding-top: 35px;
      padding-bottom: 35px;
      -webkit-clip-path: polygon(0 0, 5% 100%, 100% 100%, 100% 0%, 100% 0);
      clip-path: polygon(0 0, 5% 100%, 100% 100%, 100% 0%, 100% 0); } }

/*--------------------------------------------------------------
## Service List
--------------------------------------------------------------*/
.service-list {
  position: relative; }
  .service-list .overlay {
    background: #0164af;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    z-index: 1; }
    @media (max-width: 991.98px) {
      .service-list .overlay {
        display: none; } }
  .service-list__content-wrapper {
    background: linear-gradient(90deg, #0164af 0%, #1b2e5b 100%); }
  .service-list__content {
    color: #fff; }
  .service-list__description {
    flex: 1; }
    .service-list__description p:last-of-type {
      margin-bottom: 0; }
  .service-list__image {
    background-size: cover;
    background-position: center;
    height: 180px;
    width: 100%; }
  @media (max-width: 991.98px) {
    .service-list .container.full-width-mobile {
      max-width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 992px) {
    .service-list__content-wrapper {
      transform: translateX(-100vw);
      -moz-transition: all 1.3s ease;
      -ms-transition: all 1.3s ease;
      -o-transition: all 1.3s ease;
      -webkit-transition: all 1.3s ease;
      transition: all 1.3s ease; }
    .animate .service-list__content-wrapper {
      transform: translateX(0px); }
    .service-list .overlay {
      right: 150%;
      -moz-transition: all 1.3s ease;
      -ms-transition: all 1.3s ease;
      -o-transition: all 1.3s ease;
      -webkit-transition: all 1.3s ease;
      transition: all 1.3s ease; }
    .service-list.animate .overlay {
      right: 75%; }
    .service-list__content-wrapper {
      z-index: 1;
      position: relative;
      -webkit-clip-path: polygon(100px 0%, 0% 100%, 100% 100%, 100% 0%, 100% 0);
      clip-path: polygon(0% 0%, 0% 100%, 95% 100%, 100% 0%, 100% 0); }
    .service-list__image {
      background-size: cover;
      background-position: center;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      left: 0; } }

/*--------------------------------------------------------------
## Form Shortcode
--------------------------------------------------------------*/
.contact-form .gform_wrapper form .gform_body ul.gform_fields li.gfield input {
  border-radius: 5px !important; }
.contact-form .form-wrap {
  background-color: #2474c4;
  border-radius: 10px; }
.contact-form__title {
  color: #0d4c92;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  display: block; }
.contact-form__url {
  color: #000;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  display: block; }
  .contact-form__url:hover {
    color: #000; }
.contact-form__icon {
  width: 100%;
  max-width: 300px;
  height: 100%;
  min-width: 0; }
@media (min-width: 992px) {
  .contact-form__title {
    font-size: 3rem; }
  .contact-form__url {
    font-size: 2rem; } }

/*--------------------------------------------------------------
## WYSIWYG Editor with SVG Paper Border
--------------------------------------------------------------*/
.wysiwyg-editor-svg-border {
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden; }
  .wysiwyg-editor-svg-border--border {
    margin: -3px; }
  @media (max-width: 575.98px) {
    .wysiwyg-editor-svg-border--wrap {
      padding-left: 30px;
      padding-right: 30px; } }
  .wysiwyg-editor-svg-border--img img {
    max-height: 400px;
    width: auto;
    object-fit: cover; }
  .wysiwyg-editor-svg-border.bkg-primary {
    background-color: #0d4c92; }
  .wysiwyg-editor-svg-border.bkg-secondary {
    background-color: #0057a8; }
  .wysiwyg-editor-svg-border.bkg-dark {
    background-color: #000; }
  .wysiwyg-editor-svg-border.bkg-light {
    background-color: #f6f6f6; }
  .wysiwyg-editor-svg-border.t-light {
    color: #fff; }
  .wysiwyg-editor-svg-border.t-dark {
    color: #404040; }

/*--------------------------------------------------------------
# CPT BLOCKS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## CPT: Careers Accordion
--------------------------------------------------------------*/
.cpt-careers-accordion--header {
  background-color: #0d4c92;
  color: #f7f7f7;
  font-size: 12px;
  font-size: 1.2rem; }
.cpt-careers-accordion--post-wrapper {
  border: 1px solid #000; }
.cpt-careers-accordion--collapse-button {
  font-weight: bold; }
  .cpt-careers-accordion--collapse-button:hover {
    cursor: pointer !important; }
.cpt-careers-accordion--open-icon svg {
  width: 15px;
  height: auto;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.cpt-careers-accordion--collapse-button:not(.collapsed) .cpt-careers-accordion--open-icon svg {
  transform: rotate(180deg); }

/*--------------------------------------------------------------
## CPT Service Accordion
--------------------------------------------------------------*/
.cpt-service-accordion {
  background-color: #f6f6f6; }
  .cpt-service-accordion--price {
    font-weight: 700; }
  .cpt-service-accordion--icon {
    height: 100px;
    width: auto; }
  .cpt-service-accordion--title {
    display: block; }
    .cpt-service-accordion--title > p, .cpt-service-accordion--title h1, .cpt-service-accordion--title h2, .cpt-service-accordion--title h3, .cpt-service-accordion--title h4, .cpt-service-accordion--title h5, .cpt-service-accordion--title h6 {
      font-size: 15px;
      font-size: 1.5rem; }
  .cpt-service-accordion--accordion-btn {
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-size: 1.1rem; }
    .cpt-service-accordion--accordion-btn .btn-text, .cpt-service-accordion--accordion-btn .btn-arrow {
      background-color: #0d4c92;
      color: #fff;
      display: inline-block;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .cpt-service-accordion--accordion-btn .btn-text {
      padding: 5px 20px; }
    .cpt-service-accordion--accordion-btn .btn-arrow {
      padding: 5px 13px;
      margin-left: 5px; }
      .cpt-service-accordion--accordion-btn .btn-arrow:before {
        content: "\203A";
        transform: scale(1.8);
        display: inline-block;
        position: relative;
        line-height: 1;
        top: -3px; }
    .cpt-service-accordion--accordion-btn:hover .btn-text, .cpt-service-accordion--accordion-btn:hover .btn-arrow {
      background-color: #0057a8;
      text-decoration: none; }

/*--------------------------------------------------------------
## Location Display Block
--------------------------------------------------------------*/
.location-display {
  background-color: #000;
  color: #fff; }
  @media (max-width: 767.98px) {
    .location-display .col-md-6:first-child {
      margin-bottom: 3rem; } }
  .location-display a {
    color: #fff; }
    .location-display a:hover {
      color: #fff; }
  .location-display .icon {
    margin-right: 15px; }
    .location-display .icon svg {
      width: 15px;
      height: auto;
      fill: #fff;
      position: relative;
      top: -2px; }

/*--------------------------------------------------------------
## Parallax Banner
--------------------------------------------------------------*/
.parallax-banner {
  height: 30vh;
  overflow: hidden;
  position: relative; }
  @media (min-width: 992px) {
    .parallax-banner {
      height: 50vh; } }
  .parallax-banner--background {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 120%;
    top: -25%;
    left: 0;
    right: 0; }
    .parallax-banner--background-mobile {
      background-size: cover;
      background-position: top;
      background-repeat: no-repeat;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .parallax-banner--background :before {
      position: fixed;
      content: ''; }

/*--------------------------------------------------------------
## Case Studies Highlight
--------------------------------------------------------------*/
.cs-highlight {
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden; }
  .cs-highlight--border {
    margin: -2px; }
  @media (max-width: 575.98px) {
    .cs-highlight--column {
      padding-left: 30px;
      padding-right: 30px; } }
  .cs-highlight--img img {
    max-height: 400px;
    width: auto;
    object-fit: cover; }
  .cs-highlight .row {
    overflow: hidden; }
  .cs-highlight .animate-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: 0.75s; }
  @media (max-width: 991.98px) {
    .cs-highlight .animate-left {
      opacity: 0;
      transform: translateX(30px);
      transition: 0.75s; } }
  .cs-highlight .animate-right {
    opacity: 0;
    transform: translateX(30px);
    transition: 0.75s; }
  .cs-highlight .animate {
    opacity: 1;
    transform: translate(0); }
    .cs-highlight .animate .animate-left {
      opacity: 1;
      transform: translate(0); }
    .cs-highlight .animate .animate-right {
      opacity: 1;
      transform: translate(0); }

/*--------------------------------------------------------------
# GLOBAL BLOCK STYLES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colour Picker Button Group styles
--------------------------------------------------------------*/
.bkg-primary {
  background-color: #0d4c92; }

.bkg-secondary {
  background-color: #0057a8; }

.bkg-dark {
  background-color: #000; }

.bkg-light {
  background-color: #f6f6f6; }

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p, .text-light span, .text-light ul, .text-light li {
  color: #fff; }
.text-light svg {
  fill: #fff; }

.text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6, .text-dark p, .text-dark span, .text-dark ul, .text-dark li {
  color: #000; }
.text-dark svg {
  fill: #000; }

img:not([alt]) {
  border: 4px solid red; }

/*# sourceMappingURL=style.css.map */
