/*!
Theme Name: Bradshaws Transport
Theme URI: http://epixmedia.co.uk/
Description: Custom theme
Author: Epix Media Team
Version: 1.1
Tags: none
*/
/* BASE */
/* _____ VARIABLES _____ */
/* Colors */
/* Sizes */
/* Fonts */
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
}
#page > #footer {
  margin-top: auto;
}

main {
  min-height: 70vh;
  padding: 0;
}

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

.row {
  display: flex;
  margin-left: -28px;
  margin-right: -28px;
  flex-wrap: wrap;
}

.col {
  padding-left: 28px;
  padding-right: 28px;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 28px;
  padding-right: 28px;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 28px;
  padding-right: 28px;
}
@media (max-width: 767px) {
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Breadcrumbs */
.breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs {
  display: flex;
  align-items: center;
  padding: 0;
}
.breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
@media (max-width: 1279px) {
  .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li a {
    display: flex;
    align-items: center;
  }
}
.breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li:first-of-type {
  padding-left: 0;
}
.breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li:last-of-type {
  padding-right: 0;
}
.breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li span {
  height: 14px;
  margin: 0 15px;
}
@media (max-width: 1279px) {
  .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li span.chevron {
    display: none;
  }
}

@media (max-width: 1279px) {
  body.page .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li.breadcrumb-2,
body.archive .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li.breadcrumb-2 {
    display: none;
  }

  body.single .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li.breadcrumb-1, body.single .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs li.breadcrumb-3 {
    display: none;
  }
}
.faq-wrapper {
  position: relative;
  transition: 0.3s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out;
  cursor: pointer;
  margin-bottom: 20px;
}
.faq-wrapper span.question {
  font-weight: 700;
  display: block;
  width: 80%;
}
.faq-wrapper .answer-wrapper {
  display: none;
}
.faq-wrapper .answer {
  position: relative;
  padding-top: 10px;
}

.cross {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: -10px;
  transition: top 0.3s ease-in-out;
  transform: rotate(0deg);
  border-radius: 50%;
  padding: 20px;
}
.cross::after, .cross::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #000;
  top: 50%;
  transition: all 0.2s ease-in-out;
  transform: rotate(-45deg);
  right: 8px;
  width: 15px;
}
.cross::after {
  transform: rotate(45deg);
  left: 8px;
}
.cross.active {
  transform: rotate(45deg);
}
.cross.active::before {
  transform: rotate(0deg);
  width: 20px;
  right: 10px;
}
.cross.active::after {
  width: 20px;
  transform: rotate(90deg);
  left: 10px;
}
@media (max-width: 767px) {
  .cross {
    top: 40px;
    right: 30px;
  }
}

/******************************************************************************************************************************************
 * Responsive classes
 *******************************************************************************************************************************************/
@media (min-width: 768px) {
  .hide-desk {
    display: none;
  }
}
@media (max-width: 767px) {
  .hide-mob {
    display: none;
  }
}
@media (max-width: 1279px) {
  .hide-tablet {
    display: none;
  }
}
@media (max-width: 1279px) {
  .show-tablet {
    display: block;
  }
}
@media (max-width: 1279px) {
  .show-flex-tablet {
    display: flex;
  }
}
.no-js [data-aos] {
  opacity: 1 !important;
  transform: translate(0) scale(1) !important;
}

@media (prefers-reduced-motion) {
  [data-aos] {
    opacity: 1 !important;
    transform: translate(0) scale(1) !important;
  }
}
/* ===== UTILS ===== */
/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*
* Detailed information about this CSS: h5bp.com/css
*
* ==|== normalize ==========================================================
*/
/* =============================================================================
  HTML5 display definitions
  ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

/* =============================================================================
  Base
  ========================================================================== */
/*
* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
* 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  /*line-height: 1.4;*/
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate
* Also: hot pink! (or customize the background color to match your design)
*/
::-moz-selection {
  background: #3CF;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #3CF;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
  Links
  ========================================================================== */
a:focus {
  outline-style: none;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
  Typography
  ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
  Lists
  ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
  Embedded content
  ========================================================================== */
/*
* 1. Improve image quality when scaled in IE7: h5bp.com/d
* 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
* Correct overflow not hidden in IE9
*/
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
  Figures
  ========================================================================== */
figure {
  margin: 0;
}

/* =============================================================================
  Forms
  ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
* 1. Correct color not inheriting in IE6/7/8/9
* 2. Correct alignment displayed oddly in IE6/7
*/
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
* 1. Correct font-size not inheriting in all browsers
* 2. Remove margins in FF3/4 S5 Chrome
* 3. Define consistent vertical alignment display in all browsers
*/
button, input, select, textarea {
  /*font-size: 100%;*/
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
*/
button, input {
  line-height: normal;
}

/*
* 1. Display hand cursor for clickable form elements
* 2. Allow styling of clickable form elements in iOS
* 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
*/
button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
* Re-set default cursor for disabled elements
*/
button[disabled], input[disabled] {
  cursor: default;
}

/*
* Consistent box sizing and appearance
*/
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

/*
* Remove inner padding and border in FF3/4: h5bp.com/l
*/
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
* 1. Remove default vertical scrollbar in IE6/7/8/9
* 2. Allow only vertical resizing
*/
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
  Tables
  ========================================================================== */
/*table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
*/
/* =============================================================================
  Chrome Frame Prompt
  ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* ==|== primary styles =====================================================
  Author:
  ========================================================================== */
/* ==|== media queries ======================================================
  EXAMPLE Media Query for Responsive Design.
  This example overrides the primary ('mobile first') styles
  Modify as content requires.
  ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
  Please define your styles before this section.
  ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==|== print styles =======================================================
  Print styles.
  Inlined to avoid required HTTP connection: h5bp.com/r
  ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
/* _____ SYSTEM TOOLS _____ */
/* _____ MIXINS _____ */
/* _____ UNIVERSAL HELPERS _____ */
/* _____ GLOBAL DEFAULTS _____ */
* {
  box-sizing: border-box;
}

@media (max-width: 1279px) {
  html.menu-open {
    overflow: hidden;
    position: relative;
    height: 100%;
  }
}

body {
  margin: 0;
  background-color: #ffffff;
  text-align: left;
  font-family: "Roboto", sans-serif;
  color: #212121;
  font-size: 18px;
  line-height: calc(1em + 10px);
}
body.show-focus-outlines a:focus, body.show-focus-outlines input:focus, body.show-focus-outlines textarea:focus, body.show-focus-outlines select:focus, body.show-focus-outlines button:focus {
  outline: #D4BE15 solid 1px;
}

a {
  border: 0;
  color: #000000;
  text-decoration: none;
}
a:hover {
  border: 0;
}
a:focus {
  outline: 1px solid #D4BE15;
}
a:active {
  outline: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  color: #000000;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 60px;
}
@media (max-width: 1279px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 30px;
}
@media (max-width: 1279px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4, h5, h6 {
  font-size: 20px;
}

p:last-of-type {
  margin-bottom: 0;
}
p:empty {
  margin: 0;
}

input, textarea, button {
  font-family: "Roboto", sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

body:not(.show-focus-outlines) button:focus,
body:not(.show-focus-outlines) a:focus,
body:not(.show-focus-outlines) [tabindex]:focus {
  outline: none;
}

/* Select Colour */
::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

a:link {
  -webkit-tap-highlight-color: #D4BE15;
}

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

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #000000;
  display: block;
  font-size: 1em;
  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. */
}

address {
  font-style: normal;
}
address p:first-of-type {
  margin-top: 0;
}

/* Content */
#main {
  width: 100%;
}
#main .content {
  margin: 0 auto;
}
#main a:not(.btn):not(.no-underline):not(.post) {
  text-decoration: underline;
}

/* Single page - extra elements */
.entry table {
  max-width: 100%;
}

.wp-caption {
  max-width: 100%;
}

.gallery {
  margin: 0 auto 1.625em;
}

.gallery-item img {
  margin: 8px 18px 8px 0;
  width: 100px;
  height: 100px;
}

/** comments **/
.form-allowed-tags {
  display: none;
}

.comments-section {
  float: left;
  margin-top: 30px;
}

h3#reply-title,
h3#comments-title {
  padding-bottom: 5px;
  border-bottom: 1px #62452f solid;
}

.comment-form-comment textarea {
  float: left;
  clear: both;
  border: 1px #CCC solid;
}

#commentform p {
  float: left;
  clear: both;
}

#commentform .required {
  color: #900;
}

#commentform label {
  float: left;
  margin-right: 10px;
  width: 40px;
}

#commentform input {
  float: left;
  margin-right: 5px;
  border: 1px #CCC solid;
}

ol.commentlist {
  list-style-type: none;
  padding: 0;
}

.commentlist .avatar {
  float: left;
  margin: 0 5px 5px 0;
}

.commentlist .comment {
  padding: 10px;
}

.commentlist .even {
  background-color: #f2f4e3;
}

/* Responsive videos */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

.video-pause-btn {
  display: block;
  transition: all 0.25s;
  z-index: 99;
  border-top: 0;
  border-right: transparent;
  border-bottom: 0;
  border-left: 7px solid #ffffff;
  background: transparent;
  width: 30px;
  height: 25px;
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.video-pause-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  margin-left: -4px;
  background: #ffffff;
  width: 7px;
  height: 100%;
}
.video-pause-btn.is-paused {
  border-top: 12.05px solid transparent;
  border-bottom: 12.05px solid transparent;
  border-left: 19px solid #ffffff;
  height: 0;
}
.video-pause-btn.is-paused:before {
  height: 0;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

ul,
ol {
  margin: 10px 0;
  padding: 0 0 0 20px;
}
ul li,
ol li {
  margin-bottom: 12px;
}

ul {
  list-style-type: square;
}
ul li::marker {
  color: #CBA052;
  font-size: 1.5rem;
}

ol li::marker {
  color: #003087;
  font-weight: 700;
}

.bg-wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

/******************************************************************************************************************************************
 * Wrappers
 *******************************************************************************************************************************************/
.wrapper {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
.wrapper.flex {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1366px) and (min-width: 1024px) {
  .wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 320px) {
  .wrapper {
    padding: 0 15px;
  }
}
@media (min-width: 1280px) {
  .wrapper {
    max-width: 1240px;
  }
}

.max-w-35px {
  max-width: 35px;
}

.max-w-164px {
  max-width: 164px;
}

.max-w-216px {
  max-width: 216px;
}

.max-w-246px {
  max-width: 246px;
}

.max-w-471px {
  max-width: 471px;
}

.max-w-268px {
  max-width: 268px;
}

.max-w-275px {
  max-width: 275px;
}

.max-w-212px {
  max-width: 212px;
}

.max-w-187px {
  max-width: 187px;
}

.max-w-582px {
  max-width: 582px;
}

.max-w-133px {
  max-width: 133px;
}

.max-w-164px {
  max-width: 164px;
}

.max-w-207px {
  max-width: 207px;
}

.max-w-386px {
  max-width: 386px;
}

.max-w-35px,
.max-w-164px,
.max-w-216px,
.max-w-246px,
.max-w-471px,
.max-w-268px,
.max-w-275px,
.max-w-212px,
.max-w-187px,
.max-w-582px,
.max-w-133px,
.max-w-164px,
.max-w-207px,
.max-w-386px {
  width: 100%;
}

h1 {
  font-size: 35px;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 28px;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 22px;
}

h4,
h5,
h6 {
  font-size: 18px;
}

h1,
h2 {
  font-weight: 500;
}

h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: calc(1em + 10px);
  color: #003087;
  margin-bottom: 16px;
}
h1.shift-up,
h2.shift-up,
h3.shift-up,
h4.shift-up,
h5.shift-up,
h6.shift-up {
  padding: 16px 30px;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  transform: translateY(-50%);
}
h1.shift-left,
h2.shift-left,
h3.shift-left,
h4.shift-left,
h5.shift-left,
h6.shift-left {
  margin-left: -30px;
}

.shift-up-container {
  margin-top: 60px;
}

.navigation--desktop li.btn a,
a.btn {
  border: 2px solid #ffffff;
  font-size: 20px;
  padding: 11px 25px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  z-index: 1;
  border-radius: 10px;
}
.navigation--desktop li.btn a:after,
a.btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #ffffff;
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
  border-radius: 8px;
}
.navigation--desktop li.btn a:hover, .navigation--desktop li.btn a:focus,
a.btn:hover,
a.btn:focus {
  border: 2px solid #ffffff;
  text-decoration: none;
}
.navigation--desktop li.btn a:hover:after, .navigation--desktop li.btn a:focus:after,
a.btn:hover:after,
a.btn:focus:after {
  height: 100%;
}
.navigation--desktop li.btn a--color-3,
a.btn--color-3 {
  border-color: #CBA052;
}
.navigation--desktop li.btn a--color-3:after,
a.btn--color-3:after {
  background-color: #CBA052;
}
.navigation--desktop li.btn a--color-3:hover, .navigation--desktop li.btn a--color-3:focus,
a.btn--color-3:hover,
a.btn--color-3:focus {
  border: 2px solid #CBA052;
  outline: #C8102E;
}
.navigation--desktop li.btn a__dark,
a.btn__dark {
  color: #003087;
}
.navigation--desktop li.btn a__light,
a.btn__light {
  color: #ffffff;
}
.navigation--desktop li.btn a__light:hover, .navigation--desktop li.btn a__light:focus,
a.btn__light:hover,
a.btn__light:focus {
  color: #003087;
}
.navigation--desktop li.btn a.block-mob,
a.btn.block-mob {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .navigation--desktop li.btn a.block-mob,
a.btn.block-mob {
    display: inline-block;
  }
}

.navigation--desktop li.btn a {
  border-color: #CBA052;
}
.navigation--desktop li.btn a:after {
  background-color: #CBA052;
  top: unset;
  transform: none;
  content: "";
  width: 100%;
}
.navigation--desktop li.btn a:hover, .navigation--desktop li.btn a:focus {
  border-color: #CBA052;
  color: #003087 !important;
  outline: #C8102E;
}
.navigation--desktop li.btn a:hover:after, .navigation--desktop li.btn a:focus:after {
  content: "";
  width: 100%;
}

/* SPECIFICS */
/* _____ SPECIFICS _____ */
#header {
  width: 100%;
  background: #012567;
  padding: 30px 0;
}
#header ul a {
  color: #fff;
}

html.menu-open #header {
  position: fixed;
  z-index: 999;
}
@media screen and (min-width: 1250px) {
  html.menu-open #header {
    position: relative;
  }
}
html.menu-open #mobile-menu .menu-inner {
  width: 100%;
}

.logo {
  display: inline-block;
  max-width: 215px;
  width: 100%;
}
.logo img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .logo {
    max-width: 295px;
  }
}

.print-logo {
  display: none !important;
  margin-inline: auto;
}

.header-inner {
  display: flex;
  margin-inline: auto;
  align-items: center;
  column-gap: 20px;
}
@media screen and (min-width: 1250px) {
  .header-inner {
    justify-content: space-between;
    max-width: 1240px;
  }
}

/* Main Menu */
.navigation {
  display: flex;
}
.navigation li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
}
.navigation li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1250px) {
  .navigation li a {
    font-size: 24px;
  }
}
@media screen and (min-width: 1250px) {
  .navigation li.btn a {
    font-size: 24px;
  }
  .navigation li.btn a:after {
    margin-left: 0;
  }
}
.navigation--desktop {
  display: none;
}
@media screen and (min-width: 1250px) {
  .navigation--desktop {
    display: inline-block;
  }
}
.navigation--mobile {
  display: block;
  font-size: 18px;
}

ul.menu {
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.menu li {
  list-style-type: none;
  position: relative;
  width: auto;
  height: auto;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}
ul.menu li.highlight a {
  opacity: 0.8;
}
ul.menu li a {
  display: flex;
  margin: 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  opacity: 1;
  position: relative;
  padding: 0;
  font-weight: 400;
}
ul.menu li a:after {
  content: url(images/svg/chevron__right--color-3.svg);
  right: 0;
  width: 9px;
  height: 12px;
  margin-left: 12px;
}
ul.menu li a:hover, ul.menu li a:focus {
  text-decoration: underline;
}
ul.menu li a:hover:after, ul.menu li a:focus:after {
  content: url(images/svg/chevron-nav__right--color-white.svg);
  width: 9px;
  height: 12px;
}
ul.menu li a.secondary-menu-mobile, ul.menu li a.secondary-menu-footer {
  padding: 0;
}
ul.menu li.current_page_item, ul.menu li.current-menu-ancestor, ul.menu li.current-menu-item, ul.menu li.current-menu-parent {
  color: #fff;
}
@media screen and (min-width: 1250px) {
  ul.menu li {
    margin-bottom: 0;
  }
}
ul.menu ul.sub-menu {
  position: absolute;
  clear: both;
  overflow: hidden;
  left: 0;
  top: 100%;
  width: 140%;
  max-height: 0;
  transition: all 0.5s;
  margin: 0 0 0 35px;
  padding: 0;
  background-color: #ffffff;
  z-index: 99;
}
ul.menu ul.sub-menu li {
  clear: both;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background-image: none !important;
}
ul.menu ul.sub-menu li a {
  height: auto;
  max-width: 100%;
  padding: 10px 10%;
  margin: 0;
  background-image: none;
  text-decoration: none;
  text-align: left;
  color: #808080;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
}
ul.menu ul.sub-menu li a:hover, ul.menu ul.sub-menu li.current-menu-item a {
  opacity: 0.8;
}
@media screen and (min-width: 1250px) {
  ul.menu {
    gap: 30px;
  }
}

/* Responsive nav */
#mobile-menu {
  position: relative;
  top: 22px;
}
#mobile-menu .menu-inner {
  background: #012567;
  position: absolute;
  z-index: 9999;
  width: 0;
  padding-inline: 30px;
  border-top: 1px solid #ffffff;
  padding-top: 50px;
  display: none;
  height: calc(100vh - 87px);
}
@media screen and (min-width: 1250px) {
  #mobile-menu .menu-inner {
    display: none !important;
  }
}
#mobile-menu .menu-inner .menu-scroll {
  height: calc(100vh - 420px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
#mobile-menu .menu-inner .menu-scroll::-webkit-scrollbar {
  display: none;
}
#mobile-menu nav ul.menu {
  flex-direction: column;
}
#mobile-menu .menu-contact {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #003087;
  padding: 30px;
  text-align: center;
}
#mobile-menu .menu-contact .contact-heading {
  display: block;
  color: #CBA052;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  font-weight: 500;
}
@media screen and (min-width: 360px) {
  #mobile-menu .menu-contact .contact-heading {
    font-size: 18px;
  }
}
#mobile-menu .menu-contact a.phone-number, #mobile-menu .menu-contact a.email {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  display: block;
}
@media screen and (min-width: 360px) {
  #mobile-menu .menu-contact a.phone-number, #mobile-menu .menu-contact a.email {
    font-size: 18px;
  }
}
#mobile-menu .menu-contact a.phone-number {
  margin-bottom: 20px;
}

#header-secondary .sub-menu-wrapper,
#mobile-menu .sub-menu-wrapper {
  display: none;
}
#header-secondary .sub-menu-wrapper.open,
#mobile-menu .sub-menu-wrapper.open {
  display: block;
}

#menu-secondary li a:after {
  display: none;
}

#mobile-nav-btn {
  width: 38px;
  height: 33px;
  padding: 0;
  background: transparent;
  margin: 0 0 0 auto;
  border: 0;
}
#mobile-nav-btn span {
  display: block;
  background-color: #CBA052;
  width: 100%;
  height: 4px;
  transition: all 0.3s ease;
  margin: 10px auto;
}
#mobile-nav-btn span:first-of-type {
  margin-top: 0;
}
#mobile-nav-btn span:last-of-type {
  margin-bottom: 0;
}
#mobile-nav-btn span.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;
}
#mobile-nav-btn.is-opened span.line {
  width: 38px;
  margin: 5.5px auto;
}
#mobile-nav-btn.is-opened span.line:first-child {
  transform: translateY(8px) rotate(45deg);
}
#mobile-nav-btn.is-opened span.line:nth-child(2) {
  transform: scaleX(0);
  opacity: 0;
}
#mobile-nav-btn.is-opened span.line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}
@media screen and (min-width: 1250px) {
  #mobile-nav-btn {
    display: none;
  }
}

.page-header {
  position: relative;
  padding-top: 20px;
  margin-bottom: 80px;
}
.page-header .page-heading {
  padding: 17px 30px;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
}
.page-header .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs {
  color: #ffffff;
  margin-bottom: 26px;
  height: unset;
}
.page-header .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs a,
.page-header .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs span {
  color: #ffffff;
}
.page-header .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs strong {
  font-weight: 400;
}
.page-header .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs span > span:first-of-type a {
  padding-left: 16px;
  position: relative;
}
.page-header .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs span > span:first-of-type a:before {
  content: "";
  background-image: url(images/svg/chevron__left--color-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 10px;
}
.page-header .breadcrumb-bg-wrapper .breadcrumb-wrapper #breadcrumbs a:hover {
  text-decoration: underline;
}
.page-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #003087;
}
@media screen and (min-width: 992px) {
  .page-header:before {
    right: 10%;
  }
}
@media screen and (min-width: 992px) {
  .page-header {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .page-header {
    margin-bottom: 150px;
  }
}

#page {
  overflow-x: hidden;
}

#hero {
  position: relative;
  overflow: hidden;
}
#hero .hero-heading {
  position: relative;
  font-size: 30px;
  line-height: 55px;
  max-width: 260px;
  margin-inline: auto;
  padding: 8px;
}
#hero .hero-heading span.gold {
  background-color: #CBA052;
  width: 174px;
  height: 57px;
  position: absolute;
  display: inline-block;
  z-index: 1;
}
#hero .hero-heading span.gold.top {
  top: 0;
  left: 0;
}
#hero .hero-heading span.gold.bottom {
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1440px) {
  #hero .hero-heading span.gold.bottom {
    right: 70px;
  }
}
@media screen and (min-width: 992px) {
  #hero .hero-heading span.gold {
    width: 230px;
    height: 74px;
  }
}
@media screen and (min-width: 1440px) {
  #hero .hero-heading span.gold {
    width: 280px;
    height: 90px;
  }
}
#hero .hero-heading span.title {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #ffffff;
  white-space: pre-wrap;
  display: inline;
  padding: 5px;
  z-index: 4;
  position: relative;
}
@media screen and (min-width: 992px) {
  #hero .hero-heading span.title {
    padding: 7px 20px;
    line-height: 85px;
  }
}
@media screen and (min-width: 360px) {
  #hero .hero-heading {
    line-height: 60px;
    font-size: 35px;
  }
}
@media screen and (min-width: 992px) {
  #hero .hero-heading {
    font-size: 50px;
    margin-inline: unset;
    padding: 15px 32px 10px 20px;
    max-width: 415px;
    line-height: 80px;
  }
}
@media screen and (min-width: 1440px) {
  #hero .hero-heading {
    font-size: 70px;
    max-width: 550px;
    line-height: 110px;
    padding: 24px 30px;
  }
}
#hero .heading-wrap {
  margin-inline: auto;
  position: relative;
  max-width: 220px;
  margin-bottom: -50px;
}
@media screen and (min-width: 360px) {
  #hero .heading-wrap {
    margin-inline: auto;
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  #hero .heading-wrap {
    margin-left: -380px;
    margin-right: unset;
    margin-top: 116px;
    position: absolute;
  }
}
@media screen and (min-width: 992px) {
  #hero .heading-wrap {
    max-width: 415px;
    line-height: 70px;
    margin-top: 187px;
  }
}
@media screen and (min-width: 1440px) {
  #hero .heading-wrap {
    max-width: 550px;
    margin-left: -620px;
  }
}
#hero .hero-container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}
#hero .hero-container:before {
  content: "";
  background-color: #003087;
  position: absolute;
  top: 0;
  left: 0;
  right: 30px;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #hero .hero-container:before {
    width: 530px;
    right: unset;
    background-image: url(images/hero-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (min-width: 992px) {
  #hero .hero-container:before {
    height: 730px;
  }
}
@media screen and (min-width: 1150px) {
  #hero .hero-container:before {
    width: 880px;
  }
}
@media screen and (min-width: 1500px) {
  #hero .hero-container:before {
    left: -50px;
  }
}
@media screen and (min-width: 992px) {
  #hero .hero-container:after {
    content: url(images/svg/hero-bg-logo.svg);
    display: inline-block;
    position: absolute;
    bottom: -30px;
    right: -140px;
    width: 767px;
    height: 124px;
    z-index: 0;
  }
}
@media screen and (min-width: 1440px) {
  #hero .hero-container:after {
    width: 1639px;
    height: 264px;
    right: -300px;
  }
}
@media screen and (min-width: 768px) {
  #hero .hero-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-inline: auto;
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  #hero .hero-container {
    padding-bottom: 88px;
  }
}
@media screen and (min-width: 1440px) {
  #hero .hero-container {
    padding-bottom: 160px;
  }
}
#hero .video-wrap {
  height: 248px;
  z-index: 3;
  position: relative;
}
#hero .video-wrap video {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
@media (max-width: 767px) {
  #hero .video-wrap video#hero-desktop-video {
    display: none;
  }
}
@media (min-width: 768px) {
  #hero .video-wrap video#hero-mobile-video {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #hero .video-wrap {
    height: 400px;
    max-width: 560px;
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  #hero .video-wrap {
    height: 643px;
    max-width: 682px;
  }
}
@media screen and (min-width: 1150px) {
  #hero .video-wrap {
    max-width: 830px;
  }
}
@media screen and (min-width: 1440px) {
  #hero .video-wrap {
    max-width: 1050px;
  }
}
@media screen and (min-width: 1750px) {
  #hero .video-wrap {
    max-width: 1220px;
  }
}
@media screen and (min-width: 1850px) {
  #hero .video-wrap {
    max-width: 1330px;
  }
}
#hero:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  height: 187px;
  width: 100%;
  background-color: #012567;
}
@media screen and (min-width: 1440px) {
  #hero:before {
    height: 159px;
  }
}

.lead-text-block {
  margin: 65px 0 50px;
  position: relative;
  z-index: 1;
}
.lead-text-block strong {
  font-size: 1.222em;
  color: #003087;
}
@media screen and (min-width: 992px) {
  .lead-text-block .text-block-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding-inline: 40px;
  }
  .lead-text-block .text-block-wrap .lead-text-block-body p:first-of-type {
    margin-top: 0;
  }
}
.lead-text-block .title-wrap .section-title {
  position: relative;
  padding-right: 20px;
}
.lead-text-block .title-wrap .section-title:before, .lead-text-block .title-wrap .section-title:after {
  position: absolute;
}
.lead-text-block .title-wrap .section-title:before {
  content: url(images/svg/pin-line-ltr.svg);
  top: -87px;
  right: -15px;
  max-width: 218px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .lead-text-block .title-wrap .section-title:before {
    top: -160px;
  }
}
@media screen and (min-width: 1440px) {
  .lead-text-block .title-wrap .section-title:before {
    right: 0;
    max-width: 313px;
    top: -240px;
  }
}
@media screen and (min-width: 992px) {
  .lead-text-block .title-wrap .section-title:after {
    content: url(images/svg/pin-line-rtl.svg);
    left: -35px;
    bottom: calc(-100% - 40px);
    max-width: 190px;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .lead-text-block .title-wrap .section-title:after {
    left: -30%;
    bottom: calc(-100% - 100px);
    max-width: 267px;
  }
}
@media screen and (min-width: 992px) {
  .lead-text-block .title-wrap {
    max-width: 360px;
  }
}
@media screen and (min-width: 1440px) {
  .lead-text-block .title-wrap {
    max-width: 472px;
  }
}
@media screen and (min-width: 992px) {
  .lead-text-block {
    margin: 130px auto;
  }
}

.slick-dots {
  position: relative;
  bottom: unset;
}
.slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0;
}
.slick-dots li button {
  background: #ffffff;
  border-radius: 30rem;
  width: 10px;
  height: 10px;
  opacity: 0.35;
  transition: all 0.2s ease;
  margin-inline: auto;
}
.slick-dots li.slick-active button {
  opacity: 1;
  width: 15px;
  height: 15px;
}

.tick-list-banner {
  background-color: #003087;
  color: #ffffff;
  position: relative;
  margin-inline: auto;
  margin-bottom: 80px;
}
.tick-list-banner .tick-list-banner-image {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .tick-list-banner .tick-list-banner-image {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .tick-list-banner .img-wrap {
    position: relative;
    align-self: end;
    min-width: 365px;
  }
}
@media screen and (min-width: 1130px) {
  .tick-list-banner .img-wrap {
    min-width: 450px;
  }
}
@media screen and (min-width: 992px) {
  .tick-list-banner .wrapper--mobile {
    display: none;
  }
}
.tick-list-banner .wrapper--desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .tick-list-banner .wrapper--desktop {
    display: block;
    margin-top: -20px;
  }
}
@media screen and (min-width: 1367px) {
  .tick-list-banner .wrapper--desktop {
    margin-top: 0;
  }
}
.tick-list-banner .list-item {
  text-align: center;
  position: relative;
}
.tick-list-banner .list-item:before {
  content: url(images/svg/check-cyan.svg);
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .tick-list-banner .list-item:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.tick-list-banner .list-item .li-heading {
  font-size: 22px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .tick-list-banner .list-item {
    text-align: left;
    padding-left: 45px;
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .tick-list-banner .list-item:first-of-type {
    max-width: 240px;
    align-self: center;
  }
}
@media screen and (min-width: 1024px) {
  .tick-list-banner .list-item:first-of-type {
    max-width: 280px;
    width: 100%;
  }
}
@media screen and (min-width: 1367px) {
  .tick-list-banner .list-item:first-of-type {
    margin-bottom: 30px;
  }
}
.tick-list-banner .continued-list {
  padding-bottom: 40px;
}
.tick-list-banner .continued-list .list-item:first-of-type {
  margin-left: -70px;
  max-width: unset;
  margin-bottom: 100px;
}
@media screen and (min-width: 1130px) {
  .tick-list-banner .continued-list .list-item:first-of-type {
    margin-left: 0;
  }
}
@media screen and (min-width: 1130px) {
  .tick-list-banner .continued-list .list-item:last-of-type {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1367px) {
  .tick-list-banner .continued-list .list-item:last-of-type {
    margin-left: unset;
    margin-right: -30px;
    float: right;
  }
}
@media screen and (min-width: 1367px) {
  .tick-list-banner .continued-list {
    padding-bottom: 70px;
  }
}
.tick-list-banner .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media screen and (min-width: 1130px) {
  .tick-list-banner .grid-wrapper {
    gap: 15px;
  }
}
.tick-list-banner .tick-list.slick-initialized {
  overflow-x: hidden;
}
.tick-list-banner .slick-list {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  .tick-list-banner {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .tick-list-banner {
    margin-bottom: 180px;
  }
}

.careers-banner {
  margin-bottom: 90px;
}
@media screen and (min-width: 992px) {
  .careers-banner .text-wrap {
    margin-left: 40px;
    max-width: 400px;
  }
}
.careers-banner .cb-body {
  margin-bottom: 28px;
}
.careers-banner .gallery-wrap {
  margin-top: 40px;
  position: relative;
  max-width: 320px;
  margin-inline: auto;
}
.careers-banner .gallery-wrap .img-hover-wrap {
  position: relative;
}
.careers-banner .gallery-wrap .img-hover-wrap .tooltip {
  position: absolute;
  background-color: #00ACEC;
  color: #003087;
  padding: 16px 29px 16px 20px;
  opacity: 0;
  z-index: 6;
}
@media (prefers-reduced-motion: no-preference) {
  .careers-banner .gallery-wrap .img-hover-wrap .tooltip {
    transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.careers-banner .gallery-wrap .img-hover-wrap .tooltip:before {
  content: url(images/svg/tooltip-marker--color-5.svg);
  position: absolute;
  left: 20px;
  width: 23px;
  height: 11px;
}
.careers-banner .gallery-wrap .img-hover-wrap .tooltip--top {
  top: 0;
}
.careers-banner .gallery-wrap .img-hover-wrap .tooltip--top:before {
  bottom: 0;
}
.careers-banner .gallery-wrap .img-hover-wrap .tooltip--bottom {
  bottom: 0;
}
.careers-banner .gallery-wrap .img-hover-wrap .tooltip--bottom:before {
  top: 0;
  transform: rotateZ(180deg);
}
.careers-banner .gallery-wrap .img-hover-wrap .tooltip__heading, .careers-banner .gallery-wrap .img-hover-wrap .tooltip__caption {
  display: block;
}
.careers-banner .gallery-wrap .img-hover-wrap .tooltip__caption {
  line-height: 1.2;
}
.careers-banner .gallery-wrap .img-hover-wrap .tooltip__heading {
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .careers-banner .gallery-wrap .img-hover-wrap .tooltip {
    left: 23px;
    right: -23px;
  }
}
@media screen and (min-width: 1440px) {
  .careers-banner .gallery-wrap .img-hover-wrap .tooltip {
    left: 43px;
    right: -43px;
  }
}
.careers-banner .gallery-wrap .img-hover-wrap:hover .tooltip, .careers-banner .gallery-wrap .img-hover-wrap:focus .tooltip {
  opacity: 1;
}
.careers-banner .gallery-wrap .img-hover-wrap:hover .tooltip--top, .careers-banner .gallery-wrap .img-hover-wrap:focus .tooltip--top {
  top: -53px;
}
.careers-banner .gallery-wrap .img-hover-wrap:hover .tooltip--bottom, .careers-banner .gallery-wrap .img-hover-wrap:focus .tooltip--bottom {
  bottom: -60px;
}
.careers-banner .gallery-wrap .img-hover-wrap.image--1, .careers-banner .gallery-wrap .img-hover-wrap.image--2, .careers-banner .gallery-wrap .img-hover-wrap.image--4 {
  display: inline-block;
}
.careers-banner .gallery-wrap .img-hover-wrap.image--3, .careers-banner .gallery-wrap .img-hover-wrap.image--5 {
  display: none;
}
@media screen and (min-width: 992px) {
  .careers-banner .gallery-wrap .img-hover-wrap.image--3, .careers-banner .gallery-wrap .img-hover-wrap.image--5 {
    display: inline-block;
  }
}
.careers-banner .gallery-wrap .img-hover-wrap.image--2, .careers-banner .gallery-wrap .img-hover-wrap.image--3 {
  width: 143px;
}
@media screen and (min-width: 992px) {
  .careers-banner .gallery-wrap .img-hover-wrap.image--2, .careers-banner .gallery-wrap .img-hover-wrap.image--3 {
    width: 145px;
  }
}
.careers-banner .gallery-wrap .img-hover-wrap.image--4, .careers-banner .gallery-wrap .img-hover-wrap.image--5 {
  width: 102px;
}
@media screen and (min-width: 992px) {
  .careers-banner .gallery-wrap .img-hover-wrap.image--4, .careers-banner .gallery-wrap .img-hover-wrap.image--5 {
    width: 110px;
  }
}
.careers-banner .gallery-wrap .img-hover-wrap.image--1 {
  width: 153px;
  margin-top: 76px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .careers-banner .gallery-wrap .img-hover-wrap.image--1 {
    width: 165px;
    left: 90px;
  }
}
@media screen and (min-width: 1440px) {
  .careers-banner .gallery-wrap .img-hover-wrap.image--1 {
    margin-top: 148px;
    left: 134px;
  }
}
.careers-banner .gallery-wrap .img-hover-wrap.image--2 {
  position: absolute;
  margin-top: 55px;
  right: 0;
}
@media screen and (min-width: 992px) {
  .careers-banner .gallery-wrap .img-hover-wrap.image--2 {
    margin-top: 76px;
  }
}
@media screen and (min-width: 1440px) {
  .careers-banner .gallery-wrap .img-hover-wrap.image--2 {
    margin-top: 114px;
  }
}
.careers-banner .gallery-wrap .img-hover-wrap.image--3 {
  position: absolute;
  top: 0;
  left: 0;
}
.careers-banner .gallery-wrap .img-hover-wrap.image--4 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.careers-banner .gallery-wrap .img-hover-wrap.image--4:hover .tooltip--top, .careers-banner .gallery-wrap .img-hover-wrap.image--4:focus .tooltip--top {
  top: -103px;
}
@media screen and (min-width: 992px) {
  .careers-banner .gallery-wrap .img-hover-wrap.image--4 {
    top: 17px;
    left: unset;
    right: 107px;
    transform: none;
  }
}
@media screen and (min-width: 1440px) {
  .careers-banner .gallery-wrap .img-hover-wrap.image--4 {
    right: 160px;
    top: 26px;
  }
}
.careers-banner .gallery-wrap .img-hover-wrap.image--5 {
  margin-left: 23px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1440px) {
  .careers-banner .gallery-wrap .img-hover-wrap.image--5 {
    margin-left: 34px;
  }
}
@media screen and (min-width: 1440px) {
  .careers-banner .gallery-wrap .img-hover-wrap.image--1, .careers-banner .gallery-wrap .img-hover-wrap.image--2, .careers-banner .gallery-wrap .img-hover-wrap.image--3, .careers-banner .gallery-wrap .img-hover-wrap.image--4, .careers-banner .gallery-wrap .img-hover-wrap.image--5 {
    width: unset;
  }
}
@media screen and (min-width: 992px) {
  .careers-banner .gallery-wrap {
    min-width: 435px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .careers-banner .gallery-wrap {
    min-width: 648px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 992px) {
  .careers-banner {
    margin-bottom: 120px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    align-items: center;
  }
}
@media screen and (min-width: 1440px) {
  .careers-banner {
    margin-bottom: 140px;
  }
}

.eyebrow {
  display: block;
  color: #CBA052;
  font-weight: 500;
}

.cta-banner {
  position: relative;
  background-color: #003087;
  color: #ffffff;
  padding: 0 30px 44px;
  margin-bottom: 80px;
}
.cta-banner a:not(.btn) {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 350px) {
  .cta-banner a:not(.btn) {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .cta-banner a:not(.btn) {
    font-size: 22px;
  }
}
.cta-banner .contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .cta-banner .contact-details {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding-inline: 50px;
  }
}
.cta-banner .btn {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .cta-banner .btn {
    margin-top: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 1440px) {
  .cta-banner .btn {
    margin-left: 100px;
  }
}
.cta-banner .banner-image {
  display: none;
}
@media screen and (min-width: 1440px) {
  .cta-banner .banner-image {
    display: inline-block;
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .cta-banner {
    padding-bottom: 60px;
    margin: 100px auto 133px;
  }
}
.cta-banner--alt {
  padding: 0;
}
.cta-banner--alt .copy-wrap {
  padding: 0 30px 44px;
}
@media screen and (min-width: 768px) {
  .cta-banner--alt .copy-wrap {
    padding-inline: 40px;
    padding-bottom: 0;
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .cta-banner--alt .copy-wrap {
    margin-top: 50px;
    padding-inline: 80px;
  }
}
@media screen and (min-width: 1250px) {
  .cta-banner--alt .copy-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
.cta-banner--alt .copy {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: calc(1em + 10px);
}
@media screen and (min-width: 992px) {
  .cta-banner--alt .copy {
    font-size: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .cta-banner--alt .copy {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .cta-banner--alt .btn {
    margin-left: auto;
  }
}
.cta-banner--alt .image-wrap {
  padding-top: 10px;
  padding-left: 9px;
  position: relative;
}
.cta-banner--alt .image-wrap:before {
  content: "";
  display: inline-block;
  width: 206px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #CBA052;
  z-index: 2;
}
.cta-banner--alt .image-wrap:after {
  content: "";
  display: inline-block;
  width: 100%;
  top: 30px;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
}
.cta-banner--alt .image-wrap img {
  z-index: 3;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-banner--alt .image-wrap img {
    object-fit: cover;
    object-position: center;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cta-banner--alt .image-wrap--mobile {
    display: none;
  }
}
.cta-banner--alt .image-wrap--desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .cta-banner--alt .image-wrap--desktop {
    display: block;
    max-width: 251px;
    width: 100%;
    height: 350px;
    padding: 10px 0 0 10px;
  }
}
@media screen and (min-width: 1250px) {
  .cta-banner--alt .image-wrap--desktop {
    max-width: 396px;
    height: 280px;
  }
}
@media screen and (min-width: 768px) {
  .cta-banner--alt .shift-up--mobile {
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .cta-banner--alt:before {
    content: "";
    background-color: #003087;
    display: block;
    position: absolute;
    inset: 0;
    top: 36px;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .cta-banner--alt {
    display: flex;
    align-items: flex-start;
    background: none;
  }
}

.carousel {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 80px;
}
.carousel:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
  background-color: #F8ECD4;
  z-index: 0;
}
@media screen and (min-width: 321px) {
  .carousel:before {
    left: -30px;
    right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .carousel:before {
    left: -60px;
    right: -60px;
  }
}
@media screen and (min-width: 992px) {
  .carousel:before {
    left: -100%;
    right: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .carousel:before {
    right: 150px;
  }
}
.carousel .slick-slide {
  padding-right: 15px;
}
.carousel .slick-slide img {
  border: 1px solid #003087;
  width: 258px !important;
}
@media screen and (min-width: 992px) {
  .carousel .slick-slide img {
    width: 100% !important;
  }
}
.carousel .slick-slide.no-border img {
  border: none;
}
.carousel .slick-slide.no-border:not(.has-copy) {
  padding-right: 110px;
}
.carousel .slick-slide.no-border:not(.has-copy) img {
  width: 212px !important;
}
.carousel .slick-slide .bio-wrap {
  position: relative;
}
.carousel .slick-slide .bio-wrap .bio {
  position: absolute;
  opacity: 0;
  font-size: 16px;
  background-color: #003087;
  inset: 0;
  padding: 30px 24px;
  word-break: break-all;
}
.carousel .slick-slide .bio-wrap .bio * {
  color: #ffffff;
}
.carousel .slick-slide .bio-wrap .bio .years {
  padding: 8px 10px 8px 30px;
  background-color: #CBA052;
  position: relative;
  color: #003087;
}
.carousel .slick-slide .bio-wrap .bio .years:before {
  content: url(images/svg/star--color-2.svg);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.carousel .slick-slide .bio-wrap:hover .bio {
  opacity: 1;
}
.carousel .slick-slide .caption {
  text-align: center;
  max-width: 182px;
  margin-inline: auto;
  margin-top: 20px;
}
.carousel .slick-slide .caption .carousel-heading {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #003087;
}
@media screen and (min-width: 1440px) {
  .carousel .slick-slide .caption {
    margin-top: 27px;
  }
}
.carousel .slick-slide .caption.has-copy {
  text-align: left;
  background-color: #003087;
  color: #ffffff;
  margin: 0;
  padding: 24px;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.carousel .slick-slide .caption.has-copy .carousel-heading,
.carousel .slick-slide .caption.has-copy .carousel-copy {
  color: #ffffff;
  display: block;
}
.carousel .slick-slide .caption.has-copy:before {
  content: url(images/svg/triangle__up--color-2.svg);
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 20px;
}
.carousel .slick-slide:first-of-type {
  padding-left: 0;
}
@media screen and (min-width: 321px) {
  .carousel .slick-slide {
    padding-right: 30px;
  }
  .carousel .slick-slide.no-border:not(.has-copy) {
    padding-right: 110px;
  }
}
@media screen and (min-width: 992px) {
  .carousel .slick-slide {
    padding-right: 40px;
  }
  .carousel .slick-slide.no-border:not(.has-copy) {
    padding-right: 110px;
  }
}
.carousel .slick-dots {
  text-align: left;
}
.carousel .slick-dots li button {
  background-color: #CBA052;
  opacity: 0.35;
}
@media screen and (min-width: 992px) {
  .carousel .slick-dots li button {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 0;
    height: 7px;
    width: 100%;
  }
}
.carousel .slick-dots li.slick-active button {
  background-color: #CBA052;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .carousel .slick-dots li.slick-active button {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .carousel .slick-dots li {
    flex-grow: 1;
  }
}
@media screen and (min-width: 321px) {
  .carousel .slick-dots {
    padding-left: -30px;
    padding-right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .carousel .slick-dots {
    padding-left: -60px;
    padding-right: -60px;
  }
}
@media screen and (min-width: 992px) {
  .carousel .slick-dots {
    display: flex;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  .carousel {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .carousel {
    margin-bottom: 180px;
  }
}

.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carousel-nav .arrows {
  display: flex;
  gap: 30px;
}
.carousel-nav .dots {
  position: relative;
}
@media screen and (min-width: 992px) {
  .carousel-nav .dots {
    flex-grow: 1;
  }
  .carousel-nav .dots:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background-color: #003087;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .carousel-nav--mobile {
    display: none;
  }
}
.carousel-nav--desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .carousel-nav--desktop {
    display: flex;
    gap: 25px;
  }
}

.carousel-wrapper {
  margin-inline: -15px;
  margin-top: 30px;
  overflow-x: hidden;
}
@media screen and (min-width: 321px) {
  .carousel-wrapper {
    margin-inline: -30px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-wrapper {
    margin-inline: -60px;
  }
}
@media screen and (min-width: 992px) {
  .carousel-wrapper {
    margin-inline: -30px;
  }
}
@media screen and (min-width: 1440px) {
  .carousel-wrapper {
    margin-inline: 0;
  }
}

.slick-list {
  padding-right: 10%;
  margin-left: 15px;
  overflow: visible;
}
@media screen and (min-width: 321px) {
  .slick-list {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .slick-list {
    margin-left: 60px;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .slick-list {
    margin-left: 0;
  }
}

.slick-prev,
.slick-next {
  background-color: transparent;
  position: relative;
  left: unset;
  right: unset;
  display: inline-block;
  width: unset;
  height: unset;
  transform: none;
}
.slick-prev:before,
.slick-next:before {
  opacity: 1;
  display: inline-block;
}

.slick-prev:before {
  content: url(images/svg/chevron__left--color-2.svg);
}

.slick-next:before {
  content: url(images/svg/chevron__right--color-2.svg);
}

.flexible-content section {
  margin-bottom: 50px;
}

.z-format-text-image-blocks {
  margin-bottom: 80px;
}
.z-format-text-image-blocks .inner-block {
  display: grid;
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .z-format-text-image-blocks .inner-block {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.z-format-text-image-blocks .img-container {
  position: relative;
  padding-bottom: 4px;
  max-width: 582px;
  margin-inline: auto;
}
.z-format-text-image-blocks .img-container img {
  width: 100%;
}
.z-format-text-image-blocks .img-container:after {
  content: "";
  background-color: #012567;
  width: 152px;
  height: 48px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .z-format-text-image-blocks .img-container:after {
    height: 66px;
    width: 206px;
  }
}
@media screen and (min-width: 1440px) {
  .z-format-text-image-blocks .img-container:after {
    height: 90px;
    width: 280px;
  }
}
@media screen and (min-width: 992px) {
  .z-format-text-image-blocks .img-container {
    padding-bottom: 10px;
  }
}
.z-format-text-image-blocks .image-right .img-container {
  padding-right: 7px;
}
.z-format-text-image-blocks .image-right .img-container:after {
  right: 0;
}
@media screen and (min-width: 992px) {
  .z-format-text-image-blocks .image-right .img-container {
    padding-right: 10px;
  }
}
.z-format-text-image-blocks .image-left .img-container {
  padding-left: 7px;
}
.z-format-text-image-blocks .image-left .img-container:after {
  left: 0;
}
@media screen and (min-width: 992px) {
  .z-format-text-image-blocks .image-left .img-container {
    padding-left: 10px;
    order: 0;
  }
}
@media screen and (min-width: 768px) {
  .z-format-text-image-blocks .image-left .text-wrap {
    order: 1;
  }
}
.z-format-text-image-blocks .body-text ul,
.z-format-text-image-blocks .body-text ol {
  font-size: 22px;
  color: #003087;
  line-height: 28px;
  font-weight: 500;
  margin-top: 30px;
}
.z-format-text-image-blocks .body-text ul li,
.z-format-text-image-blocks .body-text ol li {
  margin-bottom: 15px;
}
.z-format-text-image-blocks .body-text ul {
  padding-left: 0;
}
.z-format-text-image-blocks .body-text ul li {
  position: relative;
  padding-left: 50px;
}
.z-format-text-image-blocks .body-text ul li::marker {
  color: transparent;
}
.z-format-text-image-blocks .body-text ul li:before {
  content: url(images/svg/check-cyan.svg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.z-format-text-image-blocks .body-text .btn {
  margin-top: 20px;
}
@media screen and (min-width: 1440px) {
  .z-format-text-image-blocks .text-wrap {
    padding-inline: 40px;
  }
}
.z-format-text-image-blocks.z-format--alt h2 {
  background-color: #ffffff;
  padding: 18px 30px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .z-format-text-image-blocks.z-format--alt h2 {
    margin-right: 65px;
  }
}
.z-format-text-image-blocks.z-format--alt .img-container:after {
  background-color: #CBA052;
}
@media screen and (min-width: 768px) {
  .z-format-text-image-blocks.z-format--alt .img-container {
    width: 354px;
  }
}
@media screen and (min-width: 1250px) {
  .z-format-text-image-blocks.z-format--alt .img-container {
    width: 479px;
  }
}
.z-format-text-image-blocks.z-format--alt .body-text .btn {
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .z-format-text-image-blocks.z-format--alt .body-text {
    padding-inline: 35px;
    max-width: 470px;
  }
}
@media screen and (min-width: 1250px) {
  .z-format-text-image-blocks.z-format--alt .body-text {
    max-width: 558px;
  }
}
@media screen and (min-width: 768px) {
  .z-format-text-image-blocks.z-format--alt .text-wrap {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1250px) {
  .z-format-text-image-blocks.z-format--alt .text-wrap {
    margin-top: 80px;
  }
}
.z-format-text-image-blocks.z-format--alt .inner-block {
  position: relative;
  padding-bottom: 80px;
}
.z-format-text-image-blocks.z-format--alt .inner-block:before {
  content: "";
  display: block;
  background-color: #F8ECD4;
  position: absolute;
  top: 35px;
  left: -15px;
  right: -15px;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 321px) {
  .z-format-text-image-blocks.z-format--alt .inner-block:before {
    left: -30px;
    right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .z-format-text-image-blocks.z-format--alt .inner-block:before {
    top: 60px;
  }
}
@media screen and (min-width: 1250px) {
  .z-format-text-image-blocks.z-format--alt .inner-block:before {
    top: 115px;
  }
}
@media screen and (min-width: 768px) {
  .z-format-text-image-blocks.z-format--alt .inner-block:nth-of-type(odd):before {
    left: -100%;
    right: 115px;
  }
}
@media screen and (min-width: 768px) {
  .z-format-text-image-blocks.z-format--alt .inner-block:nth-of-type(odd):after {
    content: url(images/svg/z-format-ltr.svg);
    display: block;
    position: absolute;
    bottom: -130px;
    right: 55%;
    transform: translateX(50%);
  }
}
@media screen and (min-width: 1250px) {
  .z-format-text-image-blocks.z-format--alt .inner-block:nth-of-type(odd):after {
    bottom: -170px;
  }
}
@media screen and (min-width: 768px) {
  .z-format-text-image-blocks.z-format--alt .inner-block:nth-of-type(even):before {
    right: -100%;
    left: 115px;
  }
}
@media screen and (min-width: 768px) {
  .z-format-text-image-blocks.z-format--alt .inner-block:nth-of-type(even):after {
    content: url(images/svg/z-format-rtl.svg);
    display: block;
    position: absolute;
    bottom: -130px;
    right: 45%;
    transform: translateX(50%);
  }
}
@media screen and (min-width: 1250px) {
  .z-format-text-image-blocks.z-format--alt .inner-block:nth-of-type(even):after {
    bottom: -200px;
  }
}
.z-format-text-image-blocks.z-format--alt .inner-block:nth-of-type(3n):after {
  right: 0;
  transform: none;
  bottom: -180px;
}
.z-format-text-image-blocks.z-format--alt .inner-block:last-of-type:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .z-format-text-image-blocks.z-format--alt .inner-block {
    align-items: start;
    padding-bottom: 60px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 992px) {
  .z-format-text-image-blocks.z-format--alt .inner-block {
    grid-auto-flow: column;
    grid-template-columns: unset;
    gap: 70px;
  }
}
@media screen and (min-width: 1250px) {
  .z-format-text-image-blocks.z-format--alt .inner-block {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 992px) {
  .z-format-text-image-blocks {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .z-format-text-image-blocks {
    margin-bottom: 140px;
  }
}

.image-grid {
  margin-bottom: 80px;
}
.image-grid .end-copy {
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  position: relative;
}
.image-grid .end-copy p {
  max-width: 223px;
}
@media screen and (max-width: 991px) {
  .image-grid .end-copy p:first-of-type {
    margin-top: 0;
  }
}
.image-grid .end-copy a {
  display: inline-block;
  text-decoration: underline;
  color: #CBA052;
  position: relative;
  padding-right: 18px;
}
.image-grid .end-copy a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 16px;
  background-image: url(images/svg/chevron__right--color-3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.image-grid .end-copy a:hover, .image-grid .end-copy a:focus {
  text-decoration: none;
}
.image-grid .end-copy--mobile {
  background-color: #003087;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 992px) {
  .image-grid .end-copy--mobile {
    display: none;
  }
}
.image-grid .end-copy--desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .image-grid .end-copy--desktop {
    display: block;
  }
}
.image-grid .grid-wrapper {
  position: relative;
}
.image-grid .grid-wrapper .grid-track {
  position: relative;
}
.image-grid .grid-wrapper .grid-track .slick-slide {
  padding-right: 15px;
}
@media screen and (min-width: 321px) {
  .image-grid .grid-wrapper .grid-track .slick-slide {
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .image-grid .grid-wrapper .grid-track .slick-slide {
    padding-right: 0;
  }
}
.image-grid .grid-wrapper:before {
  content: "";
  background-color: #003087;
  position: absolute;
  top: 40px;
  bottom: 0;
  left: -100%;
  right: -100%;
}
@media screen and (min-width: 992px) {
  .image-grid .grid-wrapper:before {
    top: 70px;
    bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .image-grid .grid-wrapper--mobile {
    display: none;
  }
}
.image-grid .grid-wrapper--desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .image-grid .grid-wrapper--desktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    margin-inline: auto;
    width: 100% !important;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .image-grid .grid-wrapper--desktop {
    grid-template-columns: repeat(4, 1fr);
  }
}
.image-grid .grid-wrapper.count-1 .end-copy--desktop, .image-grid .grid-wrapper.count-2 .end-copy--desktop, .image-grid .grid-wrapper.count-3 .end-copy--desktop {
  display: inline-grid;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .image-grid .grid-wrapper.count-1:before, .image-grid .grid-wrapper.count-2:before, .image-grid .grid-wrapper.count-3:before {
    bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .image-grid .grid-wrapper.count-1:before, .image-grid .grid-wrapper.count-2:before, .image-grid .grid-wrapper.count-3:before {
    bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .image-grid .grid-wrapper.count-1, .image-grid .grid-wrapper.count-2, .image-grid .grid-wrapper.count-3 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .image-grid .grid-wrapper.count-1, .image-grid .grid-wrapper.count-2, .image-grid .grid-wrapper.count-3 {
    padding-bottom: 0;
  }
}
.image-grid .grid-wrapper.count-4 {
  padding-bottom: 80px;
}
.image-grid .grid-wrapper.count-4:before {
  bottom: 0;
}
.image-grid .image-wrap {
  position: relative;
}
.image-grid .image-wrap .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #012567;
  color: #ffffff;
  width: 206px;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  padding: 16px 30px;
  min-height: 95px;
}
.image-grid .slick-prev:before {
  content: url(images/svg/chevron__left--color-white.svg);
}
.image-grid .slick-next:before {
  content: url(images/svg/chevron__right--color-white.svg);
}
.image-grid .carousel-nav--mobile {
  position: relative;
}
.image-grid .carousel-nav--mobile:before {
  content: "";
  background-color: #003087;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
}
@media screen and (min-width: 321px) {
  .image-grid .carousel-nav--mobile:before {
    left: -30px;
    right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .image-grid .carousel-nav--mobile:before {
    left: -60px;
    right: -60px;
  }
}
@media screen and (min-width: 992px) {
  .image-grid .carousel-nav--mobile:before {
    left: unset;
    right: unset;
    width: 100%;
    margin-left: -120px;
  }
}
@media screen and (min-width: 1440px) {
  .image-grid .carousel-nav--mobile:before {
    margin-left: -160px;
  }
}
.image-grid .slick-dots {
  text-align: left;
}
.image-grid .slick-dots li button {
  opacity: 0.35;
}
@media screen and (min-width: 992px) {
  .image-grid .slick-dots li button {
    width: 100%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 0;
    height: 7px;
  }
}
.image-grid .slick-dots li.slick-active button {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .image-grid .slick-dots li.slick-active button {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .image-grid .slick-dots li {
    flex-grow: 1;
  }
}
@media screen and (min-width: 321px) {
  .image-grid .slick-dots {
    padding-left: -30px;
    padding-right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .image-grid .slick-dots {
    padding-left: -60px;
    padding-right: -60px;
  }
}
@media screen and (min-width: 1440px) {
  .image-grid {
    margin-bottom: 140px;
  }
}

.testimonial {
  max-width: 1535px;
  margin-inline: auto;
  position: relative;
  color: #003087;
  text-align: center;
  padding-bottom: 80px;
  margin-bottom: 80px;
  padding-top: 60px;
}
.testimonial:before {
  content: "";
  background-color: #F8ECD4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.testimonial.has-image {
  padding-top: 0;
}
.testimonial.has-image:before {
  top: 93px;
}
.testimonial .testimonial-image {
  margin-inline: auto;
}
.testimonial blockquote,
.testimonial span.cite {
  font-size: 22px;
  line-height: 30px;
}
.testimonial blockquote {
  font-style: normal;
  margin-inline: auto;
  max-width: 862px;
  padding: 35px;
  position: relative;
  margin-bottom: 0;
}
.testimonial blockquote p:first-of-type {
  margin-top: 0;
}
.testimonial blockquote:before, .testimonial blockquote:after {
  position: absolute;
}
.testimonial blockquote:before {
  content: url(images/svg/quote__open--color-3.svg);
  top: 0;
  left: 0;
}
.testimonial blockquote:after {
  content: url(images/svg/quote__close--color-3.svg);
  bottom: 0;
  right: 0;
}
.testimonial span.cite {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 1440px) {
  .testimonial {
    margin-bottom: 140px;
  }
}

.timeline-carousel {
  margin-bottom: 80px;
}
.timeline-carousel .inner-wrapper {
  position: relative;
}
.timeline-carousel .inner-wrapper .slick-list {
  padding: 0;
  margin: 0;
  overflow-x: clip;
  overflow-y: visible;
}
.timeline-carousel .inner-wrapper .carousel-track {
  margin-top: 60px;
}
.timeline-carousel .inner-wrapper .carousel-track:before {
  content: "";
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 45%;
  left: -15px;
  right: -15px;
  background-color: #003087;
}
@media screen and (min-width: 321px) {
  .timeline-carousel .inner-wrapper .carousel-track:before {
    left: -30px;
    right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .timeline-carousel .inner-wrapper .carousel-track:before {
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .timeline-carousel .inner-wrapper .carousel-track:before {
    left: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .timeline-carousel .inner-wrapper .carousel-track {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 992px) {
  .timeline-carousel .inner-wrapper .carousel-track {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 992px) {
  .timeline-carousel .lead__copy {
    column-count: 2;
    column-gap: 45px;
  }
}
@media screen and (min-width: 992px) {
  .timeline-carousel .lead {
    padding-inline: 35px;
  }
}
.timeline-carousel .tooltip {
  position: absolute;
  background-color: #00ACEC;
  color: #003087;
  font-weight: 500;
  padding: 12px 16px;
  opacity: 1;
  z-index: 6;
}
.timeline-carousel .tooltip:before {
  content: url(images/svg/tooltip-marker--color-5.svg);
  position: absolute;
  left: 50%;
  width: 23px;
  height: 11px;
  bottom: 0;
  transform: translateX(-50%);
}
.timeline-carousel .slide {
  position: relative;
}
.timeline-carousel .slide .images-wrap {
  max-width: 100%;
  margin-inline: auto;
  position: relative;
}
.timeline-carousel .slide .images-wrap.right-image {
  padding-bottom: 130px;
  padding-right: 44px;
}
.timeline-carousel .slide .images-wrap.right-image .tooltip {
  right: 84px;
  top: -23px;
}
@media screen and (min-width: 350px) {
  .timeline-carousel .slide .images-wrap.right-image .tooltip {
    right: 120px;
  }
}
@media screen and (min-width: 350px) {
  .timeline-carousel .slide .images-wrap.right-image {
    padding-right: 80px;
    padding-bottom: 80px;
  }
}
.timeline-carousel .slide .images-wrap.left-image {
  padding-bottom: 50px;
  padding-left: 75px;
  max-width: 281px;
}
.timeline-carousel .slide .images-wrap.left-image .main-image {
  margin-left: auto;
  margin-right: 0;
  max-width: 207px;
  margin-top: 35px;
}
.timeline-carousel .slide .images-wrap.left-image .tooltip {
  top: -30px;
  right: 98px;
}
.timeline-carousel .slide .images-wrap.main-only img {
  margin-inline: auto;
  margin-top: 50px;
  max-width: 216px;
}
.timeline-carousel .slide .images-wrap.main-only .tooltip {
  bottom: -40px;
  left: 40%;
  transform: translateX(-50%);
}
.timeline-carousel .slide .images-wrap.main-only .tooltip:before {
  bottom: unset;
  top: 0;
  transform: translateX(-50%) rotateZ(180deg);
}
.timeline-carousel .slide .images-wrap .right-image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 164px;
}
.timeline-carousel .slide .images-wrap .left-image {
  position: absolute;
  left: 0;
  bottom: 0;
}
.timeline-carousel .slide .images-wrap .main-image {
  max-width: 246px;
}
@media screen and (min-width: 380px) {
  .timeline-carousel .slide .images-wrap {
    width: 324px;
  }
}
.timeline-carousel .slick-dots li button {
  background-color: #CBA052;
}
@media screen and (min-width: 768px) {
  .timeline-carousel .carousel-nav {
    display: none !important;
  }
}
.timeline-carousel .slick-prev.tablet-desktop,
.timeline-carousel .slick-next.tablet-desktop {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .timeline-carousel .slick-prev,
.timeline-carousel .slick-next {
    position: absolute;
    top: 42%;
  }
  .timeline-carousel .slick-prev.tablet-desktop,
.timeline-carousel .slick-next.tablet-desktop {
    display: block !important;
  }
  .timeline-carousel .slick-prev {
    left: -1rem;
  }
  .timeline-carousel .slick-next {
    right: -1rem;
  }
}
@media screen and (min-width: 1440px) {
  .timeline-carousel {
    margin-bottom: 140px;
  }
}

.employee-benefits {
  margin-bottom: 80px;
}
.employee-benefits ul.benefits-list {
  list-style: none;
  margin: 40px 0;
  padding: 0;
}
.employee-benefits ul.benefits-list li {
  background-color: #003087;
  color: #ffffff;
  font-size: 22px;
  padding: 15px 40px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 30px;
}
.employee-benefits ul.benefits-list li:before {
  display: none;
}
.employee-benefits ul.benefits-list li:after {
  content: url(images/svg/check--color-3.svg);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .employee-benefits ul.benefits-list li {
    min-width: 300px;
  }
}
@media screen and (min-width: 1250px) {
  .employee-benefits ul.benefits-list li {
    min-width: 375px;
  }
}
@media screen and (min-width: 1250px) {
  .employee-benefits ul.benefits-list {
    columns: 2;
    column-gap: 45px;
    min-width: 800px;
  }
}
@media screen and (min-width: 1250px) {
  .employee-benefits h2 {
    padding-left: 35px;
  }
}
@media screen and (min-width: 992px) {
  .employee-benefits .text-wrap {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1250px) {
  .employee-benefits .text-wrap {
    padding-left: 0;
  }
}
.employee-benefits .image-wrap {
  position: relative;
  padding-bottom: 5px;
  padding-right: 7px;
}
.employee-benefits .image-wrap img {
  width: 100%;
}
.employee-benefits .image-wrap:after {
  content: "";
  display: block;
  width: 151px;
  height: 48px;
  background-color: #003087;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .employee-benefits .image-wrap {
    max-width: 425px;
  }
}
@media screen and (min-width: 992px) {
  .employee-benefits .image-wrap {
    max-width: unset;
    padding-right: 10px;
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 1250px) {
  .employee-benefits .image-wrap {
    min-width: 595px;
    margin-left: -16rem;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .employee-benefits {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    align-items: start;
  }
}
@media screen and (min-width: 992px) {
  .employee-benefits {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1250px) {
  .employee-benefits {
    margin-bottom: 140px;
  }
}

.jobs-feed {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 80px;
  scroll-margin-top: 50px;
}
.jobs-feed ul.jobs-list {
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.jobs-feed ul.jobs-list li.job-listing {
  background-color: #003087;
  color: #ffffff;
  padding: 30px;
}
.jobs-feed ul.jobs-list li.job-listing h3 {
  color: #ffffff;
  margin-bottom: 4px;
}
.jobs-feed ul.jobs-list li.job-listing .btn {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .jobs-feed ul.jobs-list li.job-listing .btn {
    margin-bottom: 0;
  }
}
.jobs-feed ul.jobs-list li.job-listing .location {
  color: #CBA052;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  padding-left: 18px;
}
.jobs-feed ul.jobs-list li.job-listing .location:before {
  content: url(images/svg/icon-pin--color-3.svg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .jobs-feed ul.jobs-list li.job-listing .location {
    margin-bottom: 0;
  }
}
.jobs-feed ul.jobs-list li.job-listing:before {
  display: none;
}
@media screen and (min-width: 992px) {
  .jobs-feed ul.jobs-list li.job-listing {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
  }
}
@media screen and (min-width: 992px) {
  .jobs-feed .slick-track {
    display: grid;
    width: 100% !important;
    transform: none;
    margin: 0;
    gap: 40px;
  }
}
@media screen and (min-width: 1250px) {
  .jobs-feed .slick-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 56px;
  }
}
@media screen and (min-width: 992px) {
  .jobs-feed .slick-track:before, .jobs-feed .slick-track:after {
    display: none;
  }
}
.jobs-feed .slick-prev:before {
  content: url(images/svg/chevron__left--color-white.svg);
}
.jobs-feed .slick-next:before {
  content: url(images/svg/chevron__right--color-white.svg);
}
.jobs-feed .slick-dots li button {
  background: #CBA052;
}
.jobs-feed .slick-list {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
.jobs-feed .no-listings {
  color: #ffffff;
  font-size: 22px;
  max-width: 1081px;
  font-weight: 400;
}
.jobs-feed .no-listings strong {
  font-weight: 500;
}
.jobs-feed .no-listings a {
  color: #CBA052;
}
.jobs-feed:before {
  content: "";
  display: inline-block;
  left: -15px;
  right: -15px;
  bottom: 0;
  background-color: #012567;
  top: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 321px) {
  .jobs-feed:before {
    left: -30px;
    right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .jobs-feed:before {
    left: -60px;
    right: -60px;
  }
}
@media screen and (min-width: 992px) {
  .jobs-feed:before {
    bottom: 170px;
  }
}
@media screen and (min-width: 1440px) {
  .jobs-feed:before {
    left: -5%;
    right: -5%;
  }
}
@media screen and (min-width: 1535px) {
  .jobs-feed:before {
    left: -13%;
    right: -13%;
  }
}
@media screen and (min-width: 992px) {
  .jobs-feed.no-listings:before {
    bottom: 0;
  }
}

.job-desc-wrapper {
  position: relative;
}
.job-desc-wrapper .job-description h3,
.job-desc-wrapper .job-description h4 {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
}
.job-desc-wrapper .job-description .btn {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .job-desc-wrapper .job-description .btn {
    min-width: 324px;
  }
}
.job-desc-wrapper:before {
  content: "";
  background-color: #F8ECD4;
  position: absolute;
  top: 0;
  bottom: 50px;
  left: -15px;
  right: -15px;
  z-index: -2;
}
@media screen and (min-width: 321px) {
  .job-desc-wrapper:before {
    left: -30px;
    right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .job-desc-wrapper:before {
    left: -60px;
    right: -60px;
  }
}
@media screen and (min-width: 992px) {
  .job-desc-wrapper:before {
    bottom: 0;
    right: 115px;
  }
}
@media screen and (min-width: 1250px) {
  .job-desc-wrapper:before {
    left: -100%;
  }
}
@media screen and (min-width: 992px) {
  .job-desc-wrapper {
    display: grid;
    grid-auto-flow: column;
    align-items: start;
    gap: 80px;
    padding-bottom: 80px;
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 1250px) {
  .job-desc-wrapper {
    gap: 110px;
  }
}

.jobs-sidebar {
  color: #ffffff;
  margin-top: 55px;
  margin-bottom: 80px;
  position: relative;
}
.jobs-sidebar h2 {
  background-color: #F8ECD4;
  display: inline-block;
  padding: 10px 30px;
}
.jobs-sidebar h3 {
  color: #CBA052;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
}
.jobs-sidebar .sidebar-inner {
  padding: 40px 30px;
}
@media screen and (min-width: 992px) {
  .jobs-sidebar .sidebar-inner {
    padding-inline: 45px;
  }
}
.jobs-sidebar .sb-group {
  margin-bottom: 20px;
}
.jobs-sidebar .btn {
  display: block;
  text-align: center;
}
.jobs-sidebar:before {
  content: "";
  background-color: #003087;
  display: inline-block;
  position: absolute;
  inset: 0;
  right: 10px;
  bottom: 10px;
  z-index: -1;
}
.jobs-sidebar:after {
  content: "";
  display: inline-block;
  background-color: #CBA052;
  width: 240px;
  height: 90px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
}
@media screen and (min-width: 1250px) {
  .jobs-sidebar {
    min-width: 432px;
    margin-top: 80px;
  }
}

.application-form {
  position: relative;
  margin-bottom: 80px;
  scroll-margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .application-form .form-wrap {
    padding-inline: 35px;
  }
}
@media screen and (min-width: 1250px) {
  .application-form .form-wrap {
    padding-inline: 50px;
  }
}
.application-form form {
  padding-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .application-form fieldset .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 45px;
  }
}
@media screen and (min-width: 1250px) {
  .application-form fieldset .form-row {
    gap: 40px 55px;
  }
}
.application-form label {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
.application-form input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
  font-size: 22px;
  margin-top: 10px;
  color: #ffffff;
}
.application-form input.wpcf7-file {
  border: 0;
  font-size: 16px;
}
.application-form .wpcf7-submit {
  border: 2px solid #CBA052;
  background: transparent;
  color: #ffffff;
  width: 100%;
  font-size: 20px;
  padding: 11px 25px;
  font-weight: 700;
  position: relative;
  display: block;
  z-index: 1;
  text-align: center;
  margin-bottom: 18px;
  border-radius: 10px;
}
.application-form .wpcf7-submit:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #CBA052;
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
  border-radius: 8px;
}
.application-form .wpcf7-submit:hover {
  color: #003087;
}
.application-form .wpcf7-submit:hover:after {
  height: 100%;
}
.application-form .upload-wrap {
  margin-bottom: 30px;
  width: 100%;
}
.application-form .upload-wrap label {
  border: 2px solid #ffffff;
  font-size: 20px;
  padding: 11px 60px 11px 25px;
  display: inline-block;
  position: relative;
  width: 100%;
  border-radius: 10px;
}
.application-form .upload-wrap label:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #ffffff;
  transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
  border-radius: 8px;
}
.application-form .upload-wrap label:before {
  content: url(images/svg/icon-upload--white.svg);
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.application-form .upload-wrap label:hover, .application-form .upload-wrap label:focus, .application-form .upload-wrap label:focus-within {
  color: #003087;
}
.application-form .upload-wrap label:hover:before, .application-form .upload-wrap label:focus:before, .application-form .upload-wrap label:focus-within:before {
  content: url(images/svg/icon-upload--color-2.svg);
}
.application-form .upload-wrap label:hover:after, .application-form .upload-wrap label:focus:after, .application-form .upload-wrap label:focus-within:after {
  height: 100%;
}
@media screen and (min-width: 1250px) {
  .application-form .upload-wrap label {
    width: unset;
  }
}
.application-form .upload-wrap .file-chosen {
  color: #ffffff;
}
.application-form .upload-wrap input.wpcf7-file {
  width: 100%;
}
.application-form .upload-wrap input.wpcf7-file::file-selector-button, .application-form .upload-wrap input.wpcf7-file::-webkit-file-upload-button {
  display: none;
}
@media screen and (min-width: 992px) {
  .application-form .upload-wrap {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1250px) {
  .application-form .upload-wrap {
    max-width: 100%;
  }
}
.application-form .form-wrapper {
  margin-bottom: 40px;
}
.application-form .recaptcha {
  color: #ffffff;
  font-size: 14px;
}
.application-form .form-row.upload-row .form-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .application-form .form-row.upload-row .form-wrapper {
    flex-wrap: nowrap;
    gap: 45px;
  }
}
@media screen and (min-width: 1250px) {
  .application-form .form-row.upload-row .form-wrapper {
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .application-form .form-row.submit-row, .application-form .form-row.upload-row {
    display: block;
  }
}
@media screen and (min-width: 1250px) {
  .application-form .buttons-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px;
  }
}
.application-form:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
  background-color: #003087;
  z-index: -1;
}
@media screen and (min-width: 321px) {
  .application-form:before {
    left: -30px;
    right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .application-form:before {
    left: -60px;
    right: -60px;
  }
}
@media screen and (min-width: 1250px) {
  .application-form:before {
    left: -115px;
    right: -115px;
  }
}
@media screen and (min-width: 992px) {
  .application-form {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .application-form {
    margin-bottom: 140px;
  }
}

.wpcf7-not-valid-tip {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid #f5c6cb;
  border-radius: 0.25rem;
  color: #721c24;
  background-color: #f8d7da;
  margin-top: 5px;
  font-size: 16px;
}

main.blog-archive-page .post .link {
  text-decoration: underline;
}

main.contact-page[style] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
main.contact-page[style]:before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  background-color: #012567;
  opacity: 0.94;
}
main.contact-page .branches .branch {
  color: #ffffff;
  margin-bottom: 80px;
}
main.contact-page .branches .branch__title {
  color: #CBA052;
  font-weight: 500;
}
main.contact-page .branches .branch .contact-details .c-wrap {
  margin: 30px 0;
}
main.contact-page .branches .branch .contact-details .c-wrap .eyebrow {
  padding-left: 24px;
  position: relative;
}
main.contact-page .branches .branch .contact-details .c-wrap .eyebrow:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
main.contact-page .branches .branch .contact-details .c-wrap .eyebrow.phone:before {
  content: url(images/svg/icon-phone--color-3.svg);
}
main.contact-page .branches .branch .contact-details .c-wrap .eyebrow.email:before {
  content: url(images/svg/icon-mail--color-3.svg);
}
main.contact-page .branches .branch .contact-details .c-wrap .eyebrow.location:before {
  content: url(images/svg/icon-pin--color-3.svg);
}
@media screen and (min-width: 1250px) {
  main.contact-page .branches .branch .contact-details .c-wrap {
    margin: 0;
  }
}
main.contact-page .branches .branch .contact-details a {
  color: #ffffff;
}
main.contact-page .branches .branch .contact-details a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1250px) {
  main.contact-page .branches .branch .contact-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  main.contact-page .branches {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px;
    padding-inline: 45px;
  }
}
@media screen and (min-width: 1250px) {
  main.contact-page .branches {
    gap: 160px;
  }
}
main.contact-page .map {
  position: relative;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 80px;
}
main.contact-page .map iframe {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 340px;
  border: 0;
}
main.contact-page .map .i4ewOd-pzNkMb-haAclf {
  display: none !important;
}
main.contact-page .map:before {
  content: "";
  display: inline-block;
  background-color: #CBA052;
  position: absolute;
  top: 0;
  left: 0;
  width: 224px;
  height: 72px;
  z-index: 0;
}
@media screen and (min-width: 1250px) {
  main.contact-page .map:before {
    width: 280px;
    height: 90px;
  }
}
@media screen and (min-width: 992px) {
  main.contact-page .map {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1440px) {
  main.contact-page .map {
    margin-bottom: 140px;
  }
}

main.default {
  margin-bottom: 140px;
}
main.default.four-0-4 {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  main.default.four-0-4 {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1440px) {
  main.default.four-0-4 {
    margin-top: 150px;
  }
}

.wpcf7-response-output {
  color: #ffffff;
  margin-top: 0;
}

#page.front-page {
  background-color: #012567;
  color: #ffffff;
}
#page.front-page .lead-text-block .title-wrap .section-title,
#page.front-page .lead-text-block strong {
  color: #ffffff;
}
#page.front-page .careers-banner h2,
#page.front-page .careers-banner .btn {
  color: #ffffff;
}
#page.front-page .careers-banner .btn:hover {
  color: #003087;
}
#page.front-page .carousel:before {
  background-color: #003087;
}
#page.front-page .carousel .carousel-nav .dots:before {
  background-color: #ffffff;
}
#page.front-page .carousel .slick-next:before {
  content: url(images/svg/chevron__right--color-white.svg);
  width: 16.55px;
  height: 24.5px;
}
#page.front-page .carousel .slick-prev:before {
  content: url(images/svg/chevron__left--color-white.svg);
}

.safari #hero .heading-wrap,
.safari #hero .hero-heading {
  max-width: 255px;
}
@media screen and (min-width: 992px) {
  .safari #hero .heading-wrap,
.safari #hero .hero-heading {
    max-width: 450px;
  }
}
@media screen and (min-width: 1440px) {
  .safari #hero .heading-wrap,
.safari #hero .hero-heading {
    max-width: 580px;
  }
}

/* Footer */
#footer {
  background-color: #003087;
  color: #ffffff;
  width: 101%;
  padding-top: 60px;
  text-align: center;
}
#footer .logo {
  display: inline-block;
  margin-inline: auto;
}
#footer .big {
  font-size: 25px;
  line-height: 45px;
  font-weight: 700;
  display: block;
}
#footer a {
  color: #ffffff;
}
#footer ul.menu {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #footer ul.menu {
    margin: 0;
    align-items: start;
  }
}
@media screen and (min-width: 1250px) {
  #footer ul.menu {
    gap: unset;
  }
}
#footer .navigation li a {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #footer .navigation li {
    text-align: left;
  }
}
@media screen and (min-width: 1250px) {
  #footer .navigation li {
    margin-bottom: 30px;
  }
}
#footer .navigation.secondary-navigation ul.menu li a:after {
  display: none;
}
#footer .socials {
  margin-bottom: 60px;
}
#footer .credits {
  background-color: #012567;
  border-top: 1px solid #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 17px;
}
#footer .credits .copyright p:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #footer .credits .epix p:first-of-type {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #footer .credits .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
}
#footer .contact-wrap {
  display: grid;
  gap: 20px;
  margin: 40px 0 64px;
}
@media screen and (min-width: 768px) {
  #footer .contact-wrap {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  #footer .contact-wrap {
    display: flex;
    flex-direction: column;
  }
}
#footer .details-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  #footer .details-wrap {
    flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 1440px) {
  #footer .details-wrap {
    gap: 80px;
  }
}
@media screen and (min-width: 768px) {
  #footer .navigation-wrap {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer-main {
    margin: 40px 0 60px;
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  #footer {
    text-align: left;
  }
}

@media print {
  .print-logo {
    display: block !important;
  }

  #hero:before {
    display: none;
  }
  #hero .hero-container:before {
    display: none;
  }
  #hero .hero-heading,
#hero .heading-wrap {
    max-width: unset;
    width: 100%;
    margin: 0;
  }
  #hero .video-wrap {
    display: none;
  }

  .hero-video {
    display: none;
  }

  .lead-text-block .title-wrap .section-title:before {
    display: none;
  }

  .carousel:before {
    display: none;
  }

  #footer .navigation-wrap {
    display: none;
  }

  .page-header:before {
    display: none;
  }

  #breadcrumbs {
    display: none !important;
  }

  .image-grid .grid-wrapper:before {
    display: none;
  }
  .image-grid .image-wrap .caption {
    position: relative;
    padding: 0;
  }

  .slick-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5cm;
    max-width: 100% !important;
    width: 100% !important;
  }
  .slick-track .slide {
    width: 100% !important;
  }
  .slick-track:before, .slick-track:after {
    display: none;
  }

  .carousel-nav {
    display: none !important;
  }

  blockquote {
    border: 0;
  }

  .z-format-text-image-blocks.z-format--alt .inner-block:before {
    display: none;
  }

  .jobs-feed ul.jobs-list li.job-listing {
    width: 100% !important;
  }

  .jobs-feed {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .jobs-feed:before {
    display: none;
  }

  .job-desc-wrapper:before {
    display: none;
  }

  .jobs-sidebar:before {
    display: none;
  }

  .jobs-sidebar:after {
    display: none;
  }

  .application-form:before {
    display: none;
  }

  main.contact-page[style]:before {
    display: none;
  }
}

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