@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Manrope:wght@300;400;500;600;700;800&display=swap");
:root {
  --profiles-blue: #1E6FD2;
  --deep-blue: #1A3C5E;
  --coral: #ED6A5A;
  --burnt-orange: #C44000;
  --orange: #FFA500;
  --gradient-warm: linear-gradient(135deg, #C44000, #FFA500);
  --cf-black: #1A3C5E;
  --cf-white: #FFFFFF;
  --cf-overlay: #EEEEEE;
  --cf-grey-dk: #333F48;
  --cf-grey-lt: #EDEDED;
  --cf-red: #ED6A5A;
  --cf-green: #7FBA00;
  --cf-orange: #C44000;
  --cf-blue: #1E6FD2;
  --teal-bright: #00b49e;
  --teal-ocean: #00819f;
  --salmon: #f2675d;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: inherit;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
}
.rollover i {
  display: none !important;
}

img {
  height: auto;
  max-width: 100%;
}

body {
  animation: cls-fade-in 0.3s ease 0.25s both;
}

@keyframes cls-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**
 * Basic typography style for copy text
 */
html {
  font-size: 62.5% !important;
}
@media screen and (max-width: 67.5em) {
  html {
    font-size: 60% !important;
  }
}
@media screen and (max-width: 48em) {
  html {
    font-size: 58% !important;
  }
}

body {
  color: #1A3C5E;
  font-family: "Manrope", sans-serif !important;
  font-size: 2rem !important;
  line-height: 1.5;
}

.font-semi {
  font-weight: 500 !important;
}

.font-light {
  font-weight: 300 !important;
}

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

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

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

.line-height-1 {
  line-height: 1 !important;
}

.line-height-1-5 {
  line-height: 1.5 !important;
}

.line-height-2 {
  line-height: 2 !important;
}

body #content h1, body #content .h1,
body #content h2, body #content .h2,
body #content h3, body #content .h3,
body #content h4, body #content .h4,
body #content h5, body #content .h5,
body #content h6, body #content .h6 {
  font-family: "Outfit", sans-serif;
  margin: 0;
  margin-bottom: 1rem;
  text-rendering: optimizelegibility;
}
body #content h1 strong, body #content .h1 strong,
body #content h2 strong, body #content .h2 strong,
body #content h3 strong, body #content .h3 strong,
body #content h4 strong, body #content .h4 strong,
body #content h5 strong, body #content .h5 strong,
body #content h6 strong, body #content .h6 strong {
  font-weight: 700 !important;
}
body #content h1 em, body #content .h1 em,
body #content h2 em, body #content .h2 em,
body #content h3 em, body #content .h3 em,
body #content h4 em, body #content .h4 em,
body #content h5 em, body #content .h5 em,
body #content h6 em, body #content .h6 em {
  font-style: italic !important;
}
body #content h1, body #content .h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.22;
  color: #1A3C5E;
  margin-bottom: 20px !important;
  letter-spacing: -1px;
}
@media screen and (max-width: 67.5em) {
  body #content h1, body #content .h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 48em) {
  body #content h1, body #content .h1 {
    font-size: 2.8rem;
  }
}
body #content h1.small, body #content .h1.small {
  font-size: 3.3rem;
}
@media screen and (max-width: 67.5em) {
  body #content h1.small, body #content .h1.small {
    font-size: 3rem;
  }
}
@media screen and (max-width: 48em) {
  body #content h1.small, body #content .h1.small {
    font-size: 2.4rem;
  }
}
body #content .h1-style {
  font-weight: bold;
}
body #content h2, body #content .h2 {
  font-size: 3.6rem;
  line-height: 1.09;
  font-weight: 500;
  color: #1A3C5E;
  overflow-wrap: inherit;
}
body #content h2:last-child, body #content .h2:last-child {
  margin-bottom: 20px !important;
}
body #content h2.large, body #content .h2.large {
  font-size: 5.4rem;
}
@media screen and (min-width: 67.5em) {
  body #content h2.large, body #content .h2.large {
    font-size: 5.4rem;
  }
}
body #content h2.black, body #content .h2.black {
  color: #1A3C5E;
}
body #content h2.blue, body #content .h2.blue {
  color: #1E6FD2 !important;
}
@media screen and (max-width: 67.5em) {
  body #content h2, body #content .h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 48em) {
  body #content h2, body #content .h2 {
    font-size: 2.4rem;
  }
}
body #content .hero h1, body #content .hero .h1 {
  font-weight: 800;
}
body #content .hero h2, body #content .hero .h2 {
  color: #1A3C5E;
  font-size: 3.6rem;
  line-height: 1.3;
  font-weight: 500;
}
body #content .hero h2:last-child, body #content .hero .h2:last-child {
  margin-bottom: 16px !important;
}
@media screen and (min-width: 48em) {
  body #content .hero .subhead {
    max-width: 420px;
  }
}
body #content .light h2, body #content .light h3, body #content .light h4, body #content .light p {
  color: #FFFFFF !important;
}
body #content h3, body #content .h3 {
  font-size: 3.375rem;
  line-height: 1.11;
  font-weight: 600;
  color: #1A3C5E;
}
body #content h3.black, body #content .h3.black {
  color: #1A3C5E;
}
body #content h3.blue, body #content .h3.blue {
  color: #1A3C5E;
}
body #content h3.subhead, body #content .h3.subhead {
  font-size: 2.4rem;
}
@media screen and (max-width: 67.5em) {
  body #content h3, body #content .h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 48em) {
  body #content h3, body #content .h3 {
    font-size: 2.2rem;
  }
}
body #content h4, body #content .h4 {
  font-size: 3.2rem;
  line-height: 1.125;
  font-weight: 500;
  color: #1A3C5E;
  margin-bottom: 10px !important;
}
body #content h4.blue, body #content .h4.blue {
  color: #1A3C5E;
}
@media screen and (max-width: 67.5em) {
  body #content h4, body #content .h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 48em) {
  body #content h4, body #content .h4 {
    font-size: 2rem;
  }
}
body #content h4 a, body #content .h4 a {
  color: #1A3C5E;
  font-size: 2.2rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px !important;
}
body #content h4 a span.vc_tta-title-text, body #content .h4 a span.vc_tta-title-text {
  color: #ED6A5A;
}
body #content h4 a i.vc_tta-controls-icon, body #content .h4 a i.vc_tta-controls-icon {
  color: #ED6A5A !important;
}
body #content h4 a i.vc_tta-controls-icon::before, body #content h4 a i.vc_tta-controls-icon::after, body #content .h4 a i.vc_tta-controls-icon::before, body #content .h4 a i.vc_tta-controls-icon::after {
  border-color: #ED6A5A !important;
}
body #content h5, body #content .h5 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 550;
}
body #content p {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500 !important;
}
body #content p span {
  font-weight: 500 !important;
}
body #content p span.circle {
  background: #EEEEEE;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #333F48;
  display: inline-block;
  font-weight: bold;
  line-height: 80px;
  margin-right: 5px;
  text-align: center;
  font-size: 4rem;
  font-weight: bold !important;
  width: 80px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
body #content p strong {
  font-weight: 700;
}
body #content p strong span {
  font-weight: 700 !important;
}
body #content p em {
  font-style: italic;
}
body #content p:not(:last-child) {
  margin-bottom: 1rem;
}
body #content p {
  color: #1A3C5E;
}
body #content .section_label p {
  text-transform: uppercase;
  font-size: 2.8rem;
}
body #content .section_label.light p {
  color: #FFFFFF !important;
}
body #content .subhead p {
  font-size: 2.8rem;
}
body #content .subhead.light p {
  color: #FFFFFF !important;
}
body #content .hero p.subhead {
  color: #333F48 !important;
}
body #content .hero_copy h1 {
  font-size: 6rem;
  font-weight: 700;
  color: #cccccc;
}
body #content .hero_copy h1 code {
  color: #ffffff;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  background: none;
  padding: 0;
}
body #content li {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1A3C5E;
  font-weight: 600 !important;
}
body #content .vc_row.blue h1, body #content .vc_row.blue h2, body #content .vc_row.blue h3, body #content .vc_row.blue p, body #content .vc_row.black h1, body #content .vc_row.black h2, body #content .vc_row.black h3, body #content .vc_row.black p, body #content .vc_row.red h1, body #content .vc_row.red h2, body #content .vc_row.red h3, body #content .vc_row.red p {
  color: #FFFFFF !important;
}

/**
*
*/
.mobile-only {
  display: none !important;
}

.tablet-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
  .mobile-only img {
    margin-bottom: 20px;
  }
  .desktop-only {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .tablet-only {
    display: block !important;
  }
  .tablet-only img {
    margin-bottom: 20px;
  }
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 80%; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (max-width: 90em) {
  .extend-left {
    padding-left: 0 !important;
  }
  .extend-left > .vc_column-inner {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 90em) {
  .extend-right {
    padding-right: 0 !important;
  }
  .extend-right > .vc_column-inner {
    padding-right: 0 !important;
  }
}

.flex-row {
  display: flex;
}
@media screen and (max-width: 48em) {
  .flex-row {
    flex-direction: column;
  }
}

.center-vertical {
  align-items: center;
  display: flex;
}

.standard-padding {
  padding: 12rem 0 !important;
}
@media screen and (max-width: 67.5em) {
  .standard-padding {
    padding: 9rem 0 !important;
  }
}
@media screen and (max-width: 48em) {
  .standard-padding {
    padding: 6rem 0 !important;
  }
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-1 {
  padding-bottom: 3rem !important;
}

.padding-bottom-2 {
  padding-bottom: 6rem !important;
}
@media screen and (max-width: 48em) {
  .padding-bottom-2 {
    padding-bottom: 3rem 0 !important;
  }
}

.padding-bottom-3 {
  padding-bottom: 9rem !important;
}
@media screen and (max-width: 48em) {
  .padding-bottom-3 {
    padding-bottom: 6rem 0 !important;
  }
}

.padding-bottom-4 {
  padding-bottom: 12rem !important;
}
@media screen and (max-width: 48em) {
  .padding-bottom-4 {
    padding-bottom: 6rem 0 !important;
  }
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-left-1 {
  padding-left: 3rem !important;
}

.padding-left-2 {
  padding-left: 6rem !important;
}
@media screen and (max-width: 48em) {
  .padding-left-2 {
    padding-left: 3rem 0 !important;
  }
}

.padding-left-3 {
  padding-left: 9rem !important;
}
@media screen and (max-width: 48em) {
  .padding-left-3 {
    padding-left: 6rem 0 !important;
  }
}

.padding-left-4 {
  padding-left: 12rem !important;
}
@media screen and (max-width: 48em) {
  .padding-left-4 {
    padding-left: 6rem 0 !important;
  }
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-right-1 {
  padding-right: 3rem !important;
}

.padding-right-2 {
  padding-right: 6rem !important;
}
@media screen and (max-width: 48em) {
  .padding-right-2 {
    padding-right: 3rem 0 !important;
  }
}

.padding-right-3 {
  padding-right: 9rem !important;
}
@media screen and (max-width: 48em) {
  .padding-right-3 {
    padding-right: 6rem 0 !important;
  }
}

.padding-right-4 {
  padding-right: 12rem !important;
}
@media screen and (max-width: 48em) {
  .padding-right-4 {
    padding-right: 6rem 0 !important;
  }
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-1 {
  padding-top: 3rem !important;
}

.padding-top-2 {
  padding-top: 6rem !important;
}
@media screen and (max-width: 48em) {
  .padding-top-2 {
    padding-top: 3rem 0 !important;
  }
}

.padding-top-3 {
  padding-top: 9rem !important;
}
@media screen and (max-width: 48em) {
  .padding-top-3 {
    padding-top: 6rem 0 !important;
  }
}

.padding-top-4 {
  padding-top: 12rem !important;
}
@media screen and (max-width: 48em) {
  .padding-top-4 {
    padding-top: 6rem 0 !important;
  }
}

.standard-margin {
  margin: 12rem 0 !important;
}
@media screen and (max-width: 67.5em) {
  .standard-margin {
    margin: 9rem 0 !important;
  }
}
@media screen and (max-width: 48em) {
  .standard-margin {
    margin: 6rem 0 !important;
  }
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-1 {
  margin-bottom: 3rem !important;
}

.margin-bottom-2 {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 48em) {
  .margin-bottom-2 {
    margin-bottom: 3rem 0 !important;
  }
}

.margin-bottom-3 {
  margin-bottom: 9rem !important;
}
@media screen and (max-width: 48em) {
  .margin-bottom-3 {
    margin-bottom: 6rem 0 !important;
  }
}

.margin-bottom-4 {
  margin-bottom: 12rem !important;
}
@media screen and (max-width: 48em) {
  .margin-bottom-4 {
    margin-bottom: 6rem 0 !important;
  }
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-left-1 {
  margin-left: 3rem !important;
}

.margin-left-2 {
  margin-left: 6rem !important;
}
@media screen and (max-width: 48em) {
  .margin-left-2 {
    margin-left: 3rem 0 !important;
  }
}

.margin-left-3 {
  margin-left: 9rem !important;
}
@media screen and (max-width: 48em) {
  .margin-left-3 {
    margin-left: 6rem 0 !important;
  }
}

.margin-left-4 {
  margin-left: 12rem !important;
}
@media screen and (max-width: 48em) {
  .margin-left-4 {
    margin-left: 6rem 0 !important;
  }
}

.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-1 {
  margin-right: 3rem !important;
}

.margin-right-2 {
  margin-right: 6rem !important;
}
@media screen and (max-width: 48em) {
  .margin-right-2 {
    margin-right: 3rem 0 !important;
  }
}

.margin-right-3 {
  margin-right: 9rem !important;
}
@media screen and (max-width: 48em) {
  .margin-right-3 {
    margin-right: 6rem 0 !important;
  }
}

.margin-right-4 {
  margin-right: 12rem !important;
}
@media screen and (max-width: 48em) {
  .margin-right-4 {
    margin-right: 6rem 0 !important;
  }
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-1 {
  margin-top: 3rem !important;
}

.margin-top-2 {
  margin-top: 6rem !important;
}
@media screen and (max-width: 48em) {
  .margin-top-2 {
    margin-top: 3rem 0 !important;
  }
}

.margin-top-3 {
  margin-top: 9rem !important;
}
@media screen and (max-width: 48em) {
  .margin-top-3 {
    margin-top: 6rem 0 !important;
  }
}

.margin-top-4 {
  margin-top: 12rem !important;
}
@media screen and (max-width: 48em) {
  .margin-top-4 {
    margin-top: 6rem 0 !important;
  }
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.cut-corner-tl {
  clip-path: polygon(3.2rem 0, 100% 0, 100% 100%, 0 100%, 0 3.2rem);
}

.cut-corner-tr {
  clip-path: polygon(calc(100% - 3.2rem) 0, 100% 3.2rem, 100% 100%, 0 100%, 0 0);
}

.cut-corner-br {
  clip-path: polygon(100% 0, 100% calc(100% - 3.2rem), calc(100% - 3.2rem) 100%, 0 100%, 0 0);
}

.cut-corner-bl {
  clip-path: polygon(100% 0, 100% 100%, 3.2rem 100%, 0 calc(100% - 3.2rem), 0 0);
}

.list-left {
  max-width: 400px;
  float: left;
  margin-right: 10%;
  font-weight: 600;
  color: #1A3C5E;
}

:root {
  --space-0: 0;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;
  --space-7: 5rem;
  --space-8: 6rem;
}

@media (min-width: 768px) {
  :root {
    --space-5: 3.5rem;
    --space-6: 5rem;
    --space-7: 6rem;
    --space-8: 7rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --space-6: 6rem;
    --space-7: 7rem;
    --space-8: 8rem;
  }
}
.s0 {
  padding-top: var(--space-0);
  padding-bottom: var(--space-0);
}

.s1 {
  padding-top: var(--space-1);
  padding-bottom: var(--space-1);
}

.s2 {
  padding-top: var(--space-2);
  padding-bottom: var(--space-2);
}

.s3 {
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
}

.s4 {
  padding-top: var(--space-4);
  padding-bottom: var(--space-4);
}

.s5 {
  padding-top: var(--space-5);
  padding-bottom: var(--space-5);
}

.s6 {
  padding-top: var(--space-6);
  padding-bottom: var(--space-6);
}

.s7 {
  padding-top: var(--space-7);
  padding-bottom: var(--space-7);
}

.s8 {
  padding-top: var(--space-8);
  padding-bottom: var(--space-8);
}

.wf-wrap {
  padding: 0 !important;
}

#page {
  max-width: 1440px !important;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

#main > .wf-wrap,
#bottom-bar > .wf-wrap,
#footer > .wf-wrap {
  width: 1300px !important;
  max-width: 100% !important;
}

.infobox-border-bg-white {
  background: #ffffff;
  color: #000000;
  border-radius: 15px;
  border: solid 1px #000000;
  margin-bottom: 25px !important;
  overflow: visible;
  padding: 20px !important;
  display: flex;
  align-items: center;
  gap: 16px;
}

.offset-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.offset-card .icon-circle {
  margin-top: -50px;
  flex-shrink: 0;
}
.offset-card__body:hover {
  border-color: #ED6A5A;
}
.offset-card__body h5 {
  margin: 0 0 6px;
  font-weight: 600;
}
.offset-card__body p {
  margin: 0;
}

.box-bottom-gradient {
  background: linear-gradient(145deg, rgb(30, 111, 209) 0%, rgb(31, 207, 186) 98%);
  border-radius: 0;
  padding: 6rem;
  margin: 7rem 0;
}
@media screen and (min-width: 67.5em) {
  .box-bottom-gradient {
    border-radius: 20px;
  }
}

.box-bottom-gradient,
.box-bottom-gradient p,
.box-bottom-gradient h1,
.box-bottom-gradient h2,
.box-bottom-gradient h3,
.box-bottom-gradient h4,
.box-bottom-gradient h5,
.box-bottom-gradient h6 {
  color: #FFFFFF !important;
}

.text-large-white h1 {
  font-size: 6rem;
  color: #ffffff;
}

@media screen and (max-width: 48em) {
  .wpupg-item-image {
    border-radius: 20px;
    margin: 0 16px;
  }
}
.homepage-subhero-heading,
.homepage-subhero-heading p,
.homepage-subhero-heading h2,
.homepage-subhero-heading h3 {
  color: #ffffff !important;
}

#branding-bottom img {
  width: 200px;
}

.text-eyebrow,
.text-eyebrow p {
  display: block;
  text-transform: uppercase !important;
  letter-spacing: 0.12em;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: #ED6A5A !important;
  line-height: 1;
  margin-bottom: 1rem !important;
}

.text-white,
.text-white p,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white a,
.text-white li {
  color: #ffffff !important;
}

.box-icon-link {
  display: block;
  text-decoration: none;
}

.box-icon-border {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 2px solid #1E6FD2;
  border-radius: 10px;
  padding: 14px 18px;
  background-color: #FFFFFF;
}
.box-icon-border:hover {
  border-color: #ED6A5A;
}
.box-icon-border h5 {
  font-weight: 700;
  color: #1A3C5E;
  font-size: 1rem;
  margin: 0 !important;
}

@media screen and (max-width: 48em) {
  .vc_row.container-button-box .vc_column_container {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
  .vc_row.container-button-box .vc_column-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #content .vc_row.container-button-box .vc_column-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.icon-circle {
  color: #fff;
  flex-shrink: 0;
  margin-bottom: 15px;
  width: 44px;
  height: 44px;
  background: #1E6FD2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-circle i {
  color: #fff;
  font-size: 20px;
}
.icon-circle.bg-teal-bright {
  background: #00b49e;
}
.icon-circle.bg-teal-ocean {
  background: #00819f;
}
.icon-circle.bg-salmon {
  background: #f2675d;
}
.icon-circle.bg-coral {
  background: #ED6A5A;
}
.icon-circle.bg-deep-blue {
  background: #1A3C5E;
}

.icon-60 {
  height: 60px;
  width: 60px;
  margin: 8px auto 20px;
}

.bg-arcs-left,
.bg-arcs-right {
  position: relative;
  overflow: hidden;
}
.bg-arcs-left .vc_column_container,
.bg-arcs-right .vc_column_container {
  position: relative;
  z-index: 1;
}

.arc-decoration-group {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.arc-decoration {
  position: absolute;
  border-radius: 50%;
  background: transparent;
}

.shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.no-padding .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.border-line {
  border-right: 3px solid #1E6FD2;
}

.padding-mob {
  padding-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .border-line {
    border-right: none !important;
  }
}
@media screen and (min-width: 992px) {
  .third-blue {
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .image-fill-space {
    min-height: 300px;
  }
}

.vc_row.box-rounded-floating {
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .vc_row.box-rounded-floating {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .vc_row.box-rounded-floating {
    border-radius: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.white-icon img {
  filter: brightness(0) invert(1);
}

body .mobile-branding img {
  height: 32px !important;
  width: auto !important;
  max-width: 120px !important;
}
body .masthead:not(.side-header) {
  position: fixed !important;
  top: 0;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  z-index: 9999;
}
body.admin-bar .masthead:not(.side-header) {
  top: 32px;
}
body .masthead:not(.side-header) .top-bar {
  display: none !important;
}
body .masthead:not(.side-header) {
  background-color: transparent !important;
  border-bottom: none;
  box-shadow: none !important;
  padding: 16px 48px;
}
body .masthead:not(.side-header) .header-bar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
body .masthead:not(.side-header) .mini-widget-searchform {
  display: none !important;
}
body .masthead:not(.side-header) header.header-bar {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
  padding: 0 12px 0 28px;
  height: 72px;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
body .masthead:not(.side-header) header.header-bar .branding a img {
  max-width: 100%;
  height: 44px;
  width: auto;
  margin-bottom: 0;
}
body .masthead:not(.side-header) .main-nav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
}
body .masthead:not(.side-header) .main-nav > li {
  display: flex;
  align-items: center;
}
body .masthead:not(.side-header) .main-nav > li > a {
  display: flex;
  align-items: center;
  margin-left: 14px;
  margin-right: 14px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}
body .masthead:not(.side-header) .main-nav > li > a span.menu-text {
  font-weight: 500;
  transition: color 0.2s ease;
}
body .masthead:not(.side-header) .main-nav > li.search-cta {
  margin-left: 4px;
}
body .masthead:not(.side-header) .main-nav > li.search-cta > a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #C44000, #FFA500) !important;
  border-radius: 50%;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
body .masthead:not(.side-header) .main-nav > li.search-cta > a span.menu-text {
  display: none !important;
}
body .masthead:not(.side-header) .main-nav > li.search-cta > a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
body .masthead:not(.side-header) .main-nav > li.search-cta > a:hover {
  opacity: 0.85;
}

body .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) header.header-bar {
  padding: 0 12px 0 28px;
  max-width: 1300px;
}

.light-preset-color.masthead:not(#phantom):not(.side-header) .main-nav > li > a .menu-text,
.masthead:not(#phantom):not(.side-header) .main-nav > li > a .menu-text {
  color: #1A3C5E !important;
}

.light-preset-color.masthead:not(#phantom):not(.side-header) .main-nav > li > a:hover .menu-text,
.masthead:not(#phantom):not(.side-header) .main-nav > li > a:hover .menu-text {
  color: #ED6A5A !important;
}

.masthead:not(#phantom):not(.side-header) .main-nav > li.current-menu-item > a .menu-text,
.masthead:not(#phantom):not(.side-header) .main-nav > li.current-menu-ancestor > a .menu-text,
.masthead:not(#phantom):not(.side-header) .main-nav > li.current-menu-parent > a .menu-text {
  color: #ED6A5A !important;
}

.masthead:not(#phantom):not(.side-header) .main-nav > li.has-children {
  position: relative;
}
.masthead:not(#phantom):not(.side-header) .main-nav > li.has-children::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  height: 22px;
}

.masthead:not(#phantom):not(.side-header) .main-nav .sub-nav li a:hover .menu-text {
  font-weight: 600 !important;
}

.masthead:not(#phantom):not(.side-header) .main-nav .sub-nav li.current-menu-item > a .menu-text {
  font-weight: 600 !important;
}

@media screen and (max-width: 1600px) {
  .sticky-on .main-nav {
    -ms-flex-pack: left !important;
    -ms-justify-content: left !important;
    justify-content: left !important;
  }
}
.masthead {
  transition: transform 0.32s ease;
}
.masthead.nav-hidden {
  transform: translateY(calc(-100% - 24px));
}

@media screen and (max-width: 1200px) {
  body .masthead:not(.side-header) {
    padding: 0 !important;
  }
  body .masthead:not(.side-header) header.header-bar {
    display: none !important;
  }
  body .masthead:not(.side-header) .main-nav {
    display: none !important;
  }
  .mobile-header-bar {
    position: fixed !important;
    top: 0;
    left: 16px;
    right: 16px;
    width: calc(100% - 32px) !important;
    margin: 10px 0 !important;
    z-index: 9998;
    background: #FFFFFF !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45) !important;
    padding: 0 12px 0 20px !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .mobile-header-bar .mobile-mini-widgets {
    display: none !important;
  }
  .mobile-header-bar .mobile-branding img {
    height: 32px;
    width: auto;
    max-width: 140px;
  }
  .masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .mobile-header-bar .dt-mobile-menu-icon .menu-line:before,
  .masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .mobile-header-bar .dt-mobile-menu-icon .menu-line:after {
    background: #1A3C5E !important;
  }
  .dt-mobile-header {
    z-index: 10000 !important;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar .mobile-header-bar {
    top: 46px;
  }
}
@media screen and (min-width: 783px) and (max-width: 1200px) {
  body.admin-bar .mobile-header-bar {
    top: 32px;
  }
}
@media screen and (min-width: 1201px) {
  .mobile-header-bar {
    display: none !important;
  }
}
#profiles-search-drawer {
  position: absolute;
  z-index: 9999;
  width: 280px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
#profiles-search-drawer.psd-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(4px);
}
#profiles-search-drawer .psd-inner {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  gap: 6px;
}
#profiles-search-drawer form {
  flex: 1;
  display: flex;
  align-items: center;
}
#profiles-search-drawer input[type=text],
#profiles-search-drawer input[name=s] {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 3px 0 0 3px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  outline: none;
  color: #1a1a1a;
}
#profiles-search-drawer input[type=text]::placeholder,
#profiles-search-drawer input[name=s]::placeholder {
  color: #aaa;
}
#profiles-search-drawer input[type=submit] {
  padding: 8px 12px;
  background: linear-gradient(135deg, #C44000, #FFA500);
  color: #fff;
  border: none;
  border-radius: 0 3px 3px 0;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
#profiles-search-drawer input[type=submit]:hover {
  opacity: 0.85;
}
#profiles-search-drawer .psd-close {
  background: none;
  border: none;
  color: #999;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 2px 4px;
  flex-shrink: 0;
  transition: color 0.15s ease;
}
#profiles-search-drawer .psd-close:hover {
  color: #333;
}

.page-title.solid-bg {
  padding-top: 106px !important;
}

body #footer section#text-2 {
  padding-left: 0 !important;
}
body #footer section#presscore-custom-menu-one-6 {
  padding-right: 0 !important;
}
body #footer, body #footer.solid-bg {
  background-color: #FFFFFF !important;
}
body #footer > .wf-wrap {
  background: #FFFFFF !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
@media screen and (min-width: 1300px) {
  body #footer > .wf-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
body #footer .wf-container-footer {
  border: none !important;
  background: #FFFFFF !important;
}
body #footer .widget-title {
  /* text-transform: uppercase; */
  font-family: "Manrope", sans-serif;
  color: #1A3C5E;
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: 800;
}
body #footer .textwidget p {
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem !important;
  line-height: 1.2;
  color: #1A3C5E;
  margin-bottom: 17px;
}
body #footer .textwidget a {
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem !important;
  line-height: 1.2;
  color: #1A3C5E;
}
body #footer .textwidget a:not(:hover) {
  color: #1A3C5E;
  font-weight: 600;
}
body #footer .textwidget a:hover {
  color: #C44000;
  font-weight: 600;
}
body #footer .textwidget .footer_contact {
  background: transparent !important;
  display: inline-block !important;
  font-family: "Manrope", sans-serif !important;
  color: #1E6FD2 !important;
  font-size: 1.8rem !important;
  line-height: 1.1;
  font-weight: 600;
  transition: all 0.1s;
}
body #footer .textwidget .footer_contact:after {
  content: " ›";
}
body #footer .textwidget .footer_contact:hover {
  color: #C44000 !important;
}
body #footer .textwidget .social_icons img {
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  body #footer .textwidget .social_icons img {
    width: 20px;
  }
}
@media screen and (max-width: 20em) {
  body #footer .textwidget .social_icons img {
    width: 30px;
  }
}
body #footer .custom-menu li {
  margin-bottom: 3px;
}
body #footer .custom-menu a {
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem !important;
  line-height: 1.2;
  color: #1A3C5E;
}
body #footer .custom-menu a:not(:hover) {
  color: #1A3C5E;
}
body #footer .custom-menu a:hover {
  color: #C44000;
}
body #bottom-bar > .wf-wrap {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
@media screen and (min-width: 1300px) {
  body #bottom-bar > .wf-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body #content input.dt-btn-m[type=submit],
body #content .gform_wrapper .gform_footer input.button, body #content #main .gform_wrapper .gform_footer input[type=submit],
body .ce_apply_inner input.dt-btn-m[type=submit],
body .ce_apply_inner .gform_wrapper .gform_footer input.button,
body .ce_apply_inner #main .gform_wrapper .gform_footer input[type=submit] {
  background: linear-gradient(135deg, #C44000, #FFA500) !important;
  display: inline-flex !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.25) !important;
  padding: 12px 28px !important;
  width: auto !important;
  min-width: 160px;
  margin-right: 10px;
  margin-top: clamp(1.5rem, 2.5vw, 3rem);
  text-transform: none;
  color: #FFFFFF !important;
}
body #content input.dt-btn-m[type=submit].long,
body #content .gform_wrapper .gform_footer input.button.long, body #content #main .gform_wrapper .gform_footer input[type=submit].long,
body .ce_apply_inner input.dt-btn-m[type=submit].long,
body .ce_apply_inner .gform_wrapper .gform_footer input.button.long,
body .ce_apply_inner #main .gform_wrapper .gform_footer input[type=submit].long {
  width: 329px !important;
}
body #content input.dt-btn-m[type=submit],
body #content .gform_wrapper .gform_footer input.button, body #content #main .gform_wrapper .gform_footer input[type=submit],
body .ce_apply_inner input.dt-btn-m[type=submit],
body .ce_apply_inner .gform_wrapper .gform_footer input.button,
body .ce_apply_inner #main .gform_wrapper .gform_footer input[type=submit] {
  font-family: "Manrope", sans-serif !important;
}
body #content input.dt-btn-m[type=submit]:hover,
body #content .gform_wrapper .gform_footer input.button:hover, body #content #main .gform_wrapper .gform_footer input[type=submit]:hover,
body .ce_apply_inner input.dt-btn-m[type=submit]:hover,
body .ce_apply_inner .gform_wrapper .gform_footer input.button:hover,
body .ce_apply_inner #main .gform_wrapper .gform_footer input[type=submit]:hover {
  background: linear-gradient(135deg, #A33600, #E09000) !important;
  color: #FFFFFF !important;
}
body #content .vc_row a.dt-btn,
body #content .job_attributes a.dt-btn,
body #content .job_bottom_links a.dt-btn,
body #content .ce_apply_submit_wrapper a.dt-btn,
body .ce_apply_inner .vc_row a.dt-btn,
body .ce_apply_inner .job_attributes a.dt-btn,
body .ce_apply_inner .job_bottom_links a.dt-btn,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn {
  background: linear-gradient(135deg, #C44000, #FFA500) !important;
}
body #content .vc_row a.dt-btn.white,
body #content .job_attributes a.dt-btn.white,
body #content .job_bottom_links a.dt-btn.white,
body #content .ce_apply_submit_wrapper a.dt-btn.white,
body .ce_apply_inner .vc_row a.dt-btn.white,
body .ce_apply_inner .job_attributes a.dt-btn.white,
body .ce_apply_inner .job_bottom_links a.dt-btn.white,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn.white {
  background: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}
body #content .vc_row a.dt-btn.white:hover,
body #content .job_attributes a.dt-btn.white:hover,
body #content .job_bottom_links a.dt-btn.white:hover,
body #content .ce_apply_submit_wrapper a.dt-btn.white:hover,
body .ce_apply_inner .vc_row a.dt-btn.white:hover,
body .ce_apply_inner .job_attributes a.dt-btn.white:hover,
body .ce_apply_inner .job_bottom_links a.dt-btn.white:hover,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn.white:hover {
  background: #EDEDED !important;
  border: 1px solid #EDEDED !important;
}
body #content .vc_row a.dt-btn.white span,
body #content .job_attributes a.dt-btn.white span,
body #content .job_bottom_links a.dt-btn.white span,
body #content .ce_apply_submit_wrapper a.dt-btn.white span,
body .ce_apply_inner .vc_row a.dt-btn.white span,
body .ce_apply_inner .job_attributes a.dt-btn.white span,
body .ce_apply_inner .job_bottom_links a.dt-btn.white span,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn.white span {
  color: #C44000 !important;
}
body #content .vc_row a.dt-btn,
body #content .job_attributes a.dt-btn,
body #content .job_bottom_links a.dt-btn,
body #content .ce_apply_submit_wrapper a.dt-btn,
body .ce_apply_inner .vc_row a.dt-btn,
body .ce_apply_inner .job_attributes a.dt-btn,
body .ce_apply_inner .job_bottom_links a.dt-btn,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn {
  display: inline-flex !important;
  padding: 12px 28px !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.25) !important;
  margin-right: 10px;
  margin-top: clamp(1.5rem, 2.5vw, 3rem);
  width: auto !important;
  min-width: 160px;
}
body #content .vc_row a.dt-btn.long,
body #content .job_attributes a.dt-btn.long,
body #content .job_bottom_links a.dt-btn.long,
body #content .ce_apply_submit_wrapper a.dt-btn.long,
body .ce_apply_inner .vc_row a.dt-btn.long,
body .ce_apply_inner .job_attributes a.dt-btn.long,
body .ce_apply_inner .job_bottom_links a.dt-btn.long,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn.long {
  width: 329px !important;
}
body #content .vc_row a.dt-btn,
body #content .job_attributes a.dt-btn,
body #content .job_bottom_links a.dt-btn,
body #content .ce_apply_submit_wrapper a.dt-btn,
body .ce_apply_inner .vc_row a.dt-btn,
body .ce_apply_inner .job_attributes a.dt-btn,
body .ce_apply_inner .job_bottom_links a.dt-btn,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn {
  font-family: "Manrope", sans-serif !important;
}
body #content .vc_row a.dt-btn span,
body #content .job_attributes a.dt-btn span,
body #content .job_bottom_links a.dt-btn span,
body #content .ce_apply_submit_wrapper a.dt-btn span,
body .ce_apply_inner .vc_row a.dt-btn span,
body .ce_apply_inner .job_attributes a.dt-btn span,
body .ce_apply_inner .job_bottom_links a.dt-btn span,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn span {
  background: transparent;
  color: #FFFFFF;
  font-size: 1.4rem !important;
  line-height: 1;
  font-weight: 600 !important;
  position: relative;
  transition: all 0.1s;
  text-transform: none !important;
  text-align: center;
  margin: 0 auto;
}
body #content .vc_row a.dt-btn span:after,
body #content .job_attributes a.dt-btn span:after,
body #content .job_bottom_links a.dt-btn span:after,
body #content .ce_apply_submit_wrapper a.dt-btn span:after,
body .ce_apply_inner .vc_row a.dt-btn span:after,
body .ce_apply_inner .job_attributes a.dt-btn span:after,
body .ce_apply_inner .job_bottom_links a.dt-btn span:after,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn span:after {
  content: " ›";
}
body #content .vc_row a.dt-btn:hover,
body #content .job_attributes a.dt-btn:hover,
body #content .job_bottom_links a.dt-btn:hover,
body #content .ce_apply_submit_wrapper a.dt-btn:hover,
body .ce_apply_inner .vc_row a.dt-btn:hover,
body .ce_apply_inner .job_attributes a.dt-btn:hover,
body .ce_apply_inner .job_bottom_links a.dt-btn:hover,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn:hover {
  background: linear-gradient(135deg, #A33600, #E09000) !important;
}
body #content .vc_row a.dt-btn:hover span,
body #content .job_attributes a.dt-btn:hover span,
body #content .job_bottom_links a.dt-btn:hover span,
body #content .ce_apply_submit_wrapper a.dt-btn:hover span,
body .ce_apply_inner .vc_row a.dt-btn:hover span,
body .ce_apply_inner .job_attributes a.dt-btn:hover span,
body .ce_apply_inner .job_bottom_links a.dt-btn:hover span,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn:hover span {
  color: #FFFFFF !important;
}
body #content .vc_row.hero a.dt-btn,
body #content .job_attributes.hero a.dt-btn,
body #content .job_bottom_links.hero a.dt-btn,
body #content .ce_apply_submit_wrapper.hero a.dt-btn,
body .ce_apply_inner .vc_row.hero a.dt-btn,
body .ce_apply_inner .job_attributes.hero a.dt-btn,
body .ce_apply_inner .job_bottom_links.hero a.dt-btn,
body .ce_apply_inner .ce_apply_submit_wrapper.hero a.dt-btn {
  width: max-content !important;
}
body #content .vc_row.center a.dt-btn,
body #content .job_attributes.center a.dt-btn,
body #content .job_bottom_links.center a.dt-btn,
body #content .ce_apply_submit_wrapper.center a.dt-btn,
body .ce_apply_inner .vc_row.center a.dt-btn,
body .ce_apply_inner .job_attributes.center a.dt-btn,
body .ce_apply_inner .job_bottom_links.center a.dt-btn,
body .ce_apply_inner .ce_apply_submit_wrapper.center a.dt-btn {
  margin: 40px auto !important;
  text-align: center;
  display: block !important;
}
body #content .vc_row a.dt-btn.invisible,
body #content .vc_row footer .footer_contact,
body #content .job_attributes a.dt-btn.invisible,
body #content .job_attributes footer .footer_contact,
body #content .job_bottom_links a.dt-btn.invisible,
body #content .job_bottom_links footer .footer_contact,
body #content .ce_apply_submit_wrapper a.dt-btn.invisible,
body #content .ce_apply_submit_wrapper footer .footer_contact,
body .ce_apply_inner .vc_row a.dt-btn.invisible,
body .ce_apply_inner .vc_row footer .footer_contact,
body .ce_apply_inner .job_attributes a.dt-btn.invisible,
body .ce_apply_inner .job_attributes footer .footer_contact,
body .ce_apply_inner .job_bottom_links a.dt-btn.invisible,
body .ce_apply_inner .job_bottom_links footer .footer_contact,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn.invisible,
body .ce_apply_inner .ce_apply_submit_wrapper footer .footer_contact {
  background: transparent !important;
  display: inline-flex !important;
  border: 1px solid transparent !important;
  padding: 10px 20px !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  margin-right: 10px;
  margin-top: 40px;
  font-family: "Manrope", sans-serif !important;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
}
body #content .vc_row a.dt-btn.invisible span,
body #content .vc_row footer .footer_contact span,
body #content .job_attributes a.dt-btn.invisible span,
body #content .job_attributes footer .footer_contact span,
body #content .job_bottom_links a.dt-btn.invisible span,
body #content .job_bottom_links footer .footer_contact span,
body #content .ce_apply_submit_wrapper a.dt-btn.invisible span,
body #content .ce_apply_submit_wrapper footer .footer_contact span,
body .ce_apply_inner .vc_row a.dt-btn.invisible span,
body .ce_apply_inner .vc_row footer .footer_contact span,
body .ce_apply_inner .job_attributes a.dt-btn.invisible span,
body .ce_apply_inner .job_attributes footer .footer_contact span,
body .ce_apply_inner .job_bottom_links a.dt-btn.invisible span,
body .ce_apply_inner .job_bottom_links footer .footer_contact span,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn.invisible span,
body .ce_apply_inner .ce_apply_submit_wrapper footer .footer_contact span {
  background: transparent !important;
  color: #1E6FD2 !important;
  font-size: 1.8rem !important;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
  transition: all 0.1s;
  font-size: 1.4rem !important;
  text-transform: uppercase;
}
body #content .vc_row a.dt-btn.invisible span:after,
body #content .vc_row footer .footer_contact span:after,
body #content .job_attributes a.dt-btn.invisible span:after,
body #content .job_attributes footer .footer_contact span:after,
body #content .job_bottom_links a.dt-btn.invisible span:after,
body #content .job_bottom_links footer .footer_contact span:after,
body #content .ce_apply_submit_wrapper a.dt-btn.invisible span:after,
body #content .ce_apply_submit_wrapper footer .footer_contact span:after,
body .ce_apply_inner .vc_row a.dt-btn.invisible span:after,
body .ce_apply_inner .vc_row footer .footer_contact span:after,
body .ce_apply_inner .job_attributes a.dt-btn.invisible span:after,
body .ce_apply_inner .job_attributes footer .footer_contact span:after,
body .ce_apply_inner .job_bottom_links a.dt-btn.invisible span:after,
body .ce_apply_inner .job_bottom_links footer .footer_contact span:after,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn.invisible span:after,
body .ce_apply_inner .ce_apply_submit_wrapper footer .footer_contact span:after {
  content: " ›";
}
body #content .vc_row a.dt-btn.invisible:hover,
body #content .vc_row footer .footer_contact:hover,
body #content .job_attributes a.dt-btn.invisible:hover,
body #content .job_attributes footer .footer_contact:hover,
body #content .job_bottom_links a.dt-btn.invisible:hover,
body #content .job_bottom_links footer .footer_contact:hover,
body #content .ce_apply_submit_wrapper a.dt-btn.invisible:hover,
body #content .ce_apply_submit_wrapper footer .footer_contact:hover,
body .ce_apply_inner .vc_row a.dt-btn.invisible:hover,
body .ce_apply_inner .vc_row footer .footer_contact:hover,
body .ce_apply_inner .job_attributes a.dt-btn.invisible:hover,
body .ce_apply_inner .job_attributes footer .footer_contact:hover,
body .ce_apply_inner .job_bottom_links a.dt-btn.invisible:hover,
body .ce_apply_inner .job_bottom_links footer .footer_contact:hover,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn.invisible:hover,
body .ce_apply_inner .ce_apply_submit_wrapper footer .footer_contact:hover {
  background: transparent !important;
  border: 1px solid transparent !important;
}
body #content .vc_row a.dt-btn.invisible:hover span,
body #content .vc_row footer .footer_contact:hover span,
body #content .job_attributes a.dt-btn.invisible:hover span,
body #content .job_attributes footer .footer_contact:hover span,
body #content .job_bottom_links a.dt-btn.invisible:hover span,
body #content .job_bottom_links footer .footer_contact:hover span,
body #content .ce_apply_submit_wrapper a.dt-btn.invisible:hover span,
body #content .ce_apply_submit_wrapper footer .footer_contact:hover span,
body .ce_apply_inner .vc_row a.dt-btn.invisible:hover span,
body .ce_apply_inner .vc_row footer .footer_contact:hover span,
body .ce_apply_inner .job_attributes a.dt-btn.invisible:hover span,
body .ce_apply_inner .job_attributes footer .footer_contact:hover span,
body .ce_apply_inner .job_bottom_links a.dt-btn.invisible:hover span,
body .ce_apply_inner .job_bottom_links footer .footer_contact:hover span,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn.invisible:hover span,
body .ce_apply_inner .ce_apply_submit_wrapper footer .footer_contact:hover span {
  color: #FFA500 !important;
}
body #content .vc_row a.dt-btn.link,
body #content .job_attributes a.dt-btn.link,
body #content .job_bottom_links a.dt-btn.link,
body #content .ce_apply_submit_wrapper a.dt-btn.link,
body .ce_apply_inner .vc_row a.dt-btn.link,
body .ce_apply_inner .job_attributes a.dt-btn.link,
body .ce_apply_inner .job_bottom_links a.dt-btn.link,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn.link {
  background: transparent !important;
  display: inline-flex !important;
  border: 1px solid transparent !important;
  padding: 10px 0 !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  margin-right: 10px;
  margin-top: 40px;
  font-family: "Manrope", sans-serif !important;
}
body #content .vc_row a.dt-btn.link span,
body #content .job_attributes a.dt-btn.link span,
body #content .job_bottom_links a.dt-btn.link span,
body #content .ce_apply_submit_wrapper a.dt-btn.link span,
body .ce_apply_inner .vc_row a.dt-btn.link span,
body .ce_apply_inner .job_attributes a.dt-btn.link span,
body .ce_apply_inner .job_bottom_links a.dt-btn.link span,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn.link span {
  background: transparent !important;
  color: #1E6FD2 !important;
  font-size: 1.8rem !important;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
  transition: all 0.1s;
  text-transform: none;
  text-align: left;
  margin-left: 0 !important;
}
body #content .vc_row a.dt-btn.link span:after,
body #content .job_attributes a.dt-btn.link span:after,
body #content .job_bottom_links a.dt-btn.link span:after,
body #content .ce_apply_submit_wrapper a.dt-btn.link span:after,
body .ce_apply_inner .vc_row a.dt-btn.link span:after,
body .ce_apply_inner .job_attributes a.dt-btn.link span:after,
body .ce_apply_inner .job_bottom_links a.dt-btn.link span:after,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn.link span:after {
  content: " ›";
}
body #content .vc_row a.dt-btn.link:hover,
body #content .job_attributes a.dt-btn.link:hover,
body #content .job_bottom_links a.dt-btn.link:hover,
body #content .ce_apply_submit_wrapper a.dt-btn.link:hover,
body .ce_apply_inner .vc_row a.dt-btn.link:hover,
body .ce_apply_inner .job_attributes a.dt-btn.link:hover,
body .ce_apply_inner .job_bottom_links a.dt-btn.link:hover,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn.link:hover {
  background: transparent !important;
  border: 1px solid transparent !important;
}
body #content .vc_row a.dt-btn.link:hover span,
body #content .job_attributes a.dt-btn.link:hover span,
body #content .job_bottom_links a.dt-btn.link:hover span,
body #content .ce_apply_submit_wrapper a.dt-btn.link:hover span,
body .ce_apply_inner .vc_row a.dt-btn.link:hover span,
body .ce_apply_inner .job_attributes a.dt-btn.link:hover span,
body .ce_apply_inner .job_bottom_links a.dt-btn.link:hover span,
body .ce_apply_inner .ce_apply_submit_wrapper a.dt-btn.link:hover span {
  color: #FFA500 !important;
}
body #content .vc_row .btn-align-center a.dt-btn.link,
body #content .job_attributes .btn-align-center a.dt-btn.link,
body #content .job_bottom_links .btn-align-center a.dt-btn.link,
body #content .ce_apply_submit_wrapper .btn-align-center a.dt-btn.link,
body .ce_apply_inner .vc_row .btn-align-center a.dt-btn.link,
body .ce_apply_inner .job_attributes .btn-align-center a.dt-btn.link,
body .ce_apply_inner .job_bottom_links .btn-align-center a.dt-btn.link,
body .ce_apply_inner .ce_apply_submit_wrapper .btn-align-center a.dt-btn.link {
  margin-right: auto;
}
body #content .vc_row .btn-align-center a.dt-btn.link span,
body #content .job_attributes .btn-align-center a.dt-btn.link span,
body #content .job_bottom_links .btn-align-center a.dt-btn.link span,
body #content .ce_apply_submit_wrapper .btn-align-center a.dt-btn.link span,
body .ce_apply_inner .vc_row .btn-align-center a.dt-btn.link span,
body .ce_apply_inner .job_attributes .btn-align-center a.dt-btn.link span,
body .ce_apply_inner .job_bottom_links .btn-align-center a.dt-btn.link span,
body .ce_apply_inner .ce_apply_submit_wrapper .btn-align-center a.dt-btn.link span {
  margin-left: auto !important;
}

@media screen and (max-width: 767px) {
  body #content .vc_row a.dt-btn {
    margin-top: 0 !important;
  }
}
body #content a.link-text-arrow {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-width: 0 !important;
  width: auto !important;
  display: inline-flex !important;
  align-items: center;
  margin-top: 1.6rem;
  font-size: 0;
}
body #content a.link-text-arrow span {
  color: #ED6A5A !important;
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  font-family: "Manrope", sans-serif !important;
  text-transform: none !important;
  background: transparent !important;
}
body #content a.link-text-arrow span::after {
  content: "→";
  display: inline-block;
  font-size: 2.7rem;
  vertical-align: 0.03em;
  margin-left: 0.3em;
  line-height: 1;
}
body #content a.link-text-arrow:hover span {
  color: #C44000 !important;
}

body #content .vc_row .btn-dead a.dt-btn,
body #content .vc_row a.dt-btn.btn-dead,
body #content .vc_row .btn-dead .vc_btn3 {
  cursor: default !important;
  pointer-events: none !important;
  background: #E0EEFF !important;
  color: #1A3C5E !important;
}
body #content .vc_row .btn-dead a.dt-btn span,
body #content .vc_row a.dt-btn.btn-dead span,
body #content .vc_row .btn-dead .vc_btn3 span {
  color: #1A3C5E !important;
}

.cs-nav-grid {
  display: grid;
  grid-gap: 1.6rem;
  grid-template-columns: repeat(2, 1fr);
}
.cs-nav-grid__entry {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.6rem;
  text-align: center;
  transition: background-color 0.1s;
}
.cs-nav-grid__entry:nth-child(2) {
  clip-path: polygon(calc(100% - 3.2rem) 0, 100% 3.2rem, 100% 100%, 0 100%, 0 0);
}
.cs-nav-grid__entry--red {
  background-color: #ED6A5A;
}
.cs-nav-grid__entry--blue {
  background-color: #1E6FD2;
}
.cs-nav-grid__entry--grean {
  background-color: #7FBA00;
}
.cs-nav-grid__entry--orange {
  background-color: #C44000;
}
.cs-nav-grid__entry:hover, .cs-nav-grid__entry:focus {
  background-color: #1A3C5E;
}
.cs-nav-grid__entry:hover .cs-nav-grid__title i, .cs-nav-grid__entry:focus .cs-nav-grid__title i {
  transform: translateX(0.8rem);
}
.cs-nav-grid__image {
  height: auto;
  margin-bottom: 1.6rem;
  max-width: 100%;
  width: 16rem;
}
.cs-nav-grid__title {
  color: #FFFFFF;
  font-size: 2.4rem !important;
  font-weight: 700;
}
.cs-nav-grid__title i {
  font-size: 1.6rem;
  transition: transform 0.1s;
}

body #main > .wf-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#content .vc_row.color-bar-row {
  min-height: 8px !important;
  background: linear-gradient(to right, #2788a6 0% 20%, #0eb39e 20% 40%, #9cd837 40% 60%, #ed6a5a 60% 80%, #f4a259 80% 100%) !important;
  background-size: 100% 100% !important;
}
#content .vc_row.color-bar-row .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#content .vc_row.color-bar-row .wpb_wrapper {
  min-height: 0 !important;
}
#content .vc_row .filter-categories a {
  margin-bottom: 5px;
}
#content .vc_row.faq-nav {
  background: #1E6FD2;
  padding: 30px 0 10px 0;
}
#content .vc_row.faq-nav a {
  color: #FFFFFF !important;
}
#content .vc_row.faq-nav a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 48em) {
  #content .vc_row.min674 {
    min-height: 674px;
  }
}
@media screen and (min-width: 48em) {
  #content .vc_row .maxp125 .wpb_wrapper {
    max-width: 400px;
  }
}
@media screen and (max-width: 1300px) {
  #content .vc_row.icons h2 {
    font-size: 3rem !important;
  }
}
#content .vc_row.icons img {
  height: auto;
  width: 95px;
  margin-bottom: 20px;
}
#content .vc_row.icons.horizontal h4 {
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 2.2rem !important;
}
#content .vc_row.icons.horizontal a {
  padding-left: 20px !important;
}
#content .vc_row.icons.horizontal p {
  padding: 0 20px;
}
#content .vc_row.icons.left10.third-red .vc_row.vc_inner {
  margin-bottom: 40px;
}
#content .vc_row.icons.left10.third-red .vc_row.vc_inner .vc_column-inner {
  vertical-align: middle;
  margin: auto;
}
#content .vc_row.icons.left10.third-red .vc_row:nth-last-child(2) {
  margin-bottom: 0;
}
#content .vc_row.steps .stats-desc .stats-number {
  font-size: 78px !important;
  color: #ffffff !important;
  background-color: #1E6FD2 !important;
  padding: 25px 30px !important;
  border: 1px solid #1E6FD2 !important;
  border-radius: 50% !important;
  width: 150px !important;
  height: 150px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  font-weight: bold !important;
}
#content .vc_row.steps h4 {
  font-size: 2rem;
  margin-bottom: 20px !important;
}
#content .vc_row.steps p {
  padding: 0 20px;
}
@media screen and (min-width: 48em) {
  #content .vc_row .wpb_column:first-child {
    padding-left: 15px;
  }
}
#content .vc_row .wpb_wrapper .aio-icon-component {
  margin-bottom: 0 !important;
}
#content .vc_row .wpb_wrapper .aio-icon-component h4 {
  margin-bottom: 0 !important;
}
#content .vc_row {
  /* Default column spacing — override per-row with .nopad or .s0–.s8 */
}
#content .vc_row .vc_column-inner {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media screen and (min-width: 48em) {
  #content .vc_row .vc_column-inner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 48em) {
  #content .vc_row:not(.vc_inner) > .vc_column_container > .vc_column-inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
#content .vc_row.nopad .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#content .vc_row.tabs .vc_column-inner {
  padding-bottom: 0 !important;
}
#content .vc_row.vc_inner {
  margin-left: 0;
}
@media screen and (min-width: 48em) {
  #content .vc_row.vc_inner .wpb_column:first-child {
    padding-left: 0;
  }
  #content .vc_row.vc_inner {
    /* Undo VC Styling */
  }
  #content .vc_row.vc_inner .vc_column-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
#content .vc_row.black {
  background-color: #1A3C5E;
}
#content .vc_row.black h2, #content .vc_row.black h3, #content .vc_row.black h4, #content .vc_row.black li, #content .vc_row.black p {
  color: #FFFFFF;
}
#content .vc_row.blue {
  background-color: #1E6FD2;
}
#content .vc_row.blue h2, #content .vc_row.blue h3, #content .vc_row.blue h4, #content .vc_row.blue li, #content .vc_row.blue p {
  color: #FFFFFF;
}
#content .vc_row.blue h2 {
  font-size: 3.2rem;
}
#content .vc_row.grey {
  background-color: #ECEEEF;
}
#content .vc_row.green-headlines h2, #content .vc_row.green-headlines h3, #content .vc_row.green-headlines h4, #content .vc_row.green-headlines h5, #content .vc_row.green-headlines h6 {
  color: #7FBA00;
}
#content .vc_row.bottom {
  background-position-y: bottom !important;
}
#content .vc_row.short {
  max-height: 80px !important;
}
#content .vc_row.quote.light h2 {
  color: #FFFFFF;
}
#content .vc_row.quote.light p {
  color: #FFFFFF !important;
}
#content .vc_row.quote h3 {
  color: #1A3C5E;
}
#content .vc_row.quote .quote_icon img {
  width: 140px !important;
  height: auto !important;
  margin-bottom: 40px;
}
#content .vc_row.quote .quote_content:not(.left) p {
  text-align: center;
}
#content .vc_row.quote .quote_content p {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 16px !important;
}
#content .vc_row.quote .quote_attribution:not(.left) p {
  text-align: center;
}
#content .vc_row.quote .quote_attribution p {
  font-size: 2.2rem;
}
#content .vc_row.quote .quote_icon p {
  color: #1E6FD2 !important;
  font-size: 20rem;
  line-height: 1em;
  margin-bottom: -6rem;
}
#content .vc_row .vc_tta-container h4.vc_tta-panel-title {
  margin-bottom: 0 !important;
}
#content .vc_row .vc_tta-container h4.vc_tta-panel-title a {
  margin-bottom: 0 !important;
}
#content .vc_row .vc_tta-container .vc_tta-style-classic .vc_tta-panel-heading,
#content .vc_row .vc_tta-container .vc_tta-style-classic .vc_tta-panel-body,
#content .vc_row .vc_tta-container .vc_tta-style-flat .vc_tta-panel-heading,
#content .vc_row .vc_tta-container .vc_tta-style-flat .vc_tta-panel-body {
  border-color: transparent !important;
  background-color: transparent;
  margin-bottom: 0 !important;
}
#content .vc_row .vc_tta-container .vc_tta-style-classic .vc_tta-panel-heading .wpb_text_column span,
#content .vc_row .vc_tta-container .vc_tta-style-classic .vc_tta-panel-body .wpb_text_column span,
#content .vc_row .vc_tta-container .vc_tta-style-flat .vc_tta-panel-heading .wpb_text_column span,
#content .vc_row .vc_tta-container .vc_tta-style-flat .vc_tta-panel-body .wpb_text_column span {
  font-weight: 500 !important;
  font-size: 20px !important;
}
#content .vc_row .vc_tta-container .vc_tta-style-classic .vc_tta-panel-body,
#content .vc_row .vc_tta-container .vc_tta-style-flat .vc_tta-panel-body {
  padding-top: 0;
}
#content .vc_row .filter-categories a {
  border-radius: 2px !important;
  background-color: #1E6FD2 !important;
  color: #FFFFFF !important;
}
#content .vc_row .paginator:not(.paginator-more-button) a:after {
  background: #1E6FD2 !important;
}
@media screen and (max-width: 48em) {
  #content .vc_row.remove-background-mobile {
    background-image: none !important;
    background: none !important;
  }
}
@media screen and (max-width: 991px) {
  #content .vc_row.remove-background-tablet {
    background-image: none !important;
    background: none !important;
  }
}

#content .vc_row .card-hero-white {
  background: transparent !important;
}
#content .vc_row .card-hero-white h2 {
  font-size: 2.76rem;
}
#content .vc_row .card-hero-white p {
  font-size: 1.36rem;
}
#content .vc_row .card-hero-white .vc_column-inner {
  background: #FFFFFF;
  border-radius: 25px;
  padding: 28px 24px !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#content .vc_row .card-hero-white .wpb_wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#content .vc_row .card-hero-white .btn-align-left,
#content .vc_row .card-hero-white .btn-align-center {
  margin-top: auto;
  padding-top: 16px;
}

#content .vc_row[class*=vc_column-gap-] + .vc_row[class*=vc_column-gap-] {
  margin-top: 24px;
}

.vc_section.card-bg-left {
  --card-offset: 50px;
  background: #FFFFFF !important;
  position: relative;
  overflow: visible !important;
}
.vc_section.card-bg-left.offset-0 {
  --card-offset: 0px;
}
.vc_section.card-bg-left.offset-20 {
  --card-offset: 20px;
}
.vc_section.card-bg-left.offset-30 {
  --card-offset: 30px;
}
.vc_section.card-bg-left.offset-40 {
  --card-offset: 40px;
}
.vc_section.card-bg-left.offset-60 {
  --card-offset: 60px;
}
.vc_section.card-bg-left.offset-80 {
  --card-offset: 80px;
}
.vc_section.card-bg-left.offset-100 {
  --card-offset: 100px;
}
.vc_section.card-bg-left::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-50vw + 50%);
  right: 10vw;
  background: #E2EFFF;
  border-radius: 0 24px 24px 0;
  z-index: 0;
  margin: var(--card-offset) 0;
}
.vc_section.card-bg-left .vc_column_container {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .vc_section.card-bg-left .vc_row {
    padding-right: calc(10vw + 20px);
  }
}
@media screen and (max-width: 767px) {
  .vc_section.card-bg-left {
    overflow: hidden !important;
  }
  .vc_section.card-bg-left::before {
    left: 0;
    right: 0;
    border-radius: 0;
  }
}

.vc_section.card-bg-right {
  --card-offset: 50px;
  position: relative;
  overflow: visible !important;
}
.vc_section.card-bg-right.offset-0 {
  --card-offset: 0px;
}
.vc_section.card-bg-right.offset-20 {
  --card-offset: 20px;
}
.vc_section.card-bg-right.offset-30 {
  --card-offset: 30px;
}
.vc_section.card-bg-right.offset-40 {
  --card-offset: 40px;
}
.vc_section.card-bg-right.offset-60 {
  --card-offset: 60px;
}
.vc_section.card-bg-right.offset-80 {
  --card-offset: 80px;
}
.vc_section.card-bg-right.offset-100 {
  --card-offset: 100px;
}
.vc_section.card-bg-right::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42%;
  right: calc(-50vw + 50%);
  background: #1A3C5E;
  border-radius: 24px 0 0 24px;
  z-index: 1;
  margin: var(--card-offset) 0;
}
.vc_section.card-bg-right .vc_column_container {
  position: relative;
  z-index: 2;
}
.vc_section.card-bg-right .vc_col-sm-6:first-child .vc_column-inner {
  background: transparent !important;
}
@media (min-width: 769px) {
  .vc_section.card-bg-right .vc_col-sm-6:last-child {
    margin-left: calc(42% - 50%);
    width: calc(100% - 42%) !important;
    flex: 0 0 calc(100% - 42%) !important;
    max-width: none !important;
  }
}
.vc_section.card-bg-right .vc_col-sm-6:last-child .vc_column-inner {
  background: transparent !important;
  color: #FFFFFF;
}
@media (min-width: 769px) {
  .vc_section.card-bg-right .vc_col-sm-6:last-child .vc_column-inner {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .vc_section.card-bg-right {
    overflow: hidden !important;
    background-image: none !important;
  }
  .vc_section.card-bg-right .vc_col-sm-6:first-child {
    display: none;
  }
  .vc_section.card-bg-right::before {
    left: 60px;
    right: 0;
    top: 0;
    border-radius: 24px 0 0 24px;
  }
  .vc_section.card-bg-right .vc_col-sm-6:last-child {
    margin-left: 0 !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .vc_section.card-bg-right .vc_col-sm-6:last-child .vc_column-inner {
    color: #FFFFFF;
    padding-left: 80px !important;
    padding-right: 24px !important;
  }
}

@media only screen and (min-width: 821px) {
  body:not(.home) #content .vc_row:not(.hero):not(.color-bar-row):not(.vc_inner) > .vc_column_container:not(.vc_col-sm-12):not(.vc_col-has-fill) > .vc_column-inner {
    padding-left: 48px;
  }
}
#content .vc_section.card-bg-right .vc_col-sm-6:last-child .vc_column-inner {
  padding-top: 75px !important;
  padding-bottom: 35px !important;
}

@media screen and (max-width: 767px) {
  #content .vc_section.card-bg-right .vc_col-sm-6:last-child .vc_column-inner {
    padding-left: 80px !important;
    padding-right: 24px !important;
  }
}
body #content .vc_section.card-bg-right a.dt-btn span,
body #content .vc_section.card-bg-right a.dt-btn.link span {
  color: #FFFFFF !important;
}

.process-step {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.process-step img {
  flex-shrink: 0;
}
.process-step p {
  margin: 0;
}

.vc_row.centered.light {
  overflow: visible !important;
}

.vc_row.centered.light {
  display: none !important;
}

body.page #main .wf-wrap #content .vc_row.hero {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: #EEEEEE !important;
}
@media screen and (max-width: 767px) {
  body.page #main .wf-wrap #content .vc_row.hero {
    background-position: center center !important;
    background-size: cover !important;
  }
}
body.page #main .wf-wrap #content .vc_row.hero {
  min-height: 500px !important;
  max-height: 500px !important;
}
@media screen and (max-width: 767px) {
  body.page #main .wf-wrap #content .vc_row.hero {
    min-height: 75vh !important;
    max-height: 75vh !important;
  }
}
body.page #main .wf-wrap #content .vc_row.hero:not(.home) {
  padding-top: 106px;
}
body.page #main .wf-wrap #content .vc_row.hero:not(.home) .wpb_column:not(.box-form-connect) > .vc_column-inner {
  height: 100% !important;
  flex-direction: column !important;
  justify-content: center !important;
}
body.page #main .wf-wrap #content .vc_row.hero.careers {
  background-size: 60% !important;
}
@media screen and (min-width: 1200px) {
  body.page #main .wf-wrap #content .vc_row.hero.careers {
    background-position-y: top !important;
    background-position-x: left !important;
  }
}
@media screen and (max-width: 1600px) {
  body.page #main .wf-wrap #content .vc_row.hero.careers {
    background-size: cover !important;
  }
}
body.page #main .wf-wrap #content .vc_row.hero.hero-600 {
  min-height: 600px !important;
  max-height: 600px !important;
}
@media screen and (min-width: 767px) {
  body.page #main .wf-wrap #content .vc_row.hero.home {
    min-height: min(90vh, 900px) !important;
    max-height: 900px !important;
    background-position-y: center !important;
    background-position-x: center !important;
  }
  body.page #main .wf-wrap #content .vc_row.hero.about {
    background-position-y: center !important;
    background-position-x: left !important;
  }
  body.page #main .wf-wrap #content .vc_row.hero.contract {
    background-position-y: center !important;
    background-position-x: left !important;
  }
  body.page #main .wf-wrap #content .vc_row.hero.find-job {
    background-position-y: top !important;
    background-position-x: right !important;
  }
}
@media screen and (min-width: 767px) and (min-width: 1600) {
  body.page #main .wf-wrap #content .vc_row.hero.find-job {
    background-size: 60% !important;
  }
}
@media screen and (min-width: 767px) {
  body.page #main .wf-wrap #content .vc_row.hero.search-jobs {
    background-position-x: right !important;
  }
}
@media screen and (min-width: 767px) and (min-width: 1300) {
  body.page #main .wf-wrap #content .vc_row.hero.search-jobs {
    background-size: 60% !important;
  }
}
@media screen and (min-width: 767px) {
  body.page #main .wf-wrap #content .vc_row.hero.services {
    background-position-y: center !important;
    background-position-x: right !important;
  }
  body.page #main .wf-wrap #content .vc_row.hero.advice {
    background-size: 60% !important;
    background-position-x: right !important;
    background-position-y: 5% !important;
  }
  body.page #main .wf-wrap #content .vc_row.hero.white-papers {
    background-size: 80% !important;
    background-position-x: right !important;
    background-position-y: 30% !important;
  }
  body.page #main .wf-wrap #content .vc_row.hero.case-studies {
    background-position-y: 20% !important;
    background-position-x: 150px !important;
  }
  body.page #main .wf-wrap #content .vc_row.hero.outreach {
    background-color: #eeeeee !important;
  }
}
@media screen and (min-width: 767px) and (min-width: 1600px) {
  body.page #main .wf-wrap #content .vc_row.hero.outreach {
    background-size: 80% !important;
    background-position-x: right !important;
    background-position-y: -150px !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  body.page #main .wf-wrap #content .vc_row.hero.refer {
    background-position-x: -50rem !important;
  }
}
body.page #main .wf-wrap #content .vc_row.faq, body.page #main .wf-wrap #content .vc_row.leadership {
  padding-top: 106px;
}
body.page #main .wf-wrap #content .vc_row.faq .vc_column-inner, body.page #main .wf-wrap #content .vc_row.leadership .vc_column-inner {
  padding-bottom: 20px !important;
}
body.page #main .wf-wrap #content .vc_row.light-grey-left .upb_row_bg {
  background: linear-gradient(to left, transparent 50%, #EEEEEE 100%) !important;
}
body.page #main .wf-wrap #content .vc_row.light-grey-left-strong .upb_row_bg {
  background: linear-gradient(to left, transparent 20%, #EEEEEE 60%) !important;
}
body.page #main .wf-wrap #content .vc_row.light-grey-right .upb_row_bg {
  background: linear-gradient(to right, transparent 0 30%, #eeeeee 70% 100%) !important;
}
body.page #main .wf-wrap #content .vc_row.blue-left .upb_row_bg {
  background: linear-gradient(to right, rgba(26, 60, 94, 0.75) 0%, #1A3C5E 40%, transparent 75%) !important;
}
body.page #main .wf-wrap #content .vc_row.blue-left h1, body.page #main .wf-wrap #content .vc_row.blue-left h2, body.page #main .wf-wrap #content .vc_row.blue-left h3, body.page #main .wf-wrap #content .vc_row.blue-left h4, body.page #main .wf-wrap #content .vc_row.blue-left h5, body.page #main .wf-wrap #content .vc_row.blue-left h6, body.page #main .wf-wrap #content .vc_row.blue-left p, body.page #main .wf-wrap #content .vc_row.blue-left li, body.page #main .wf-wrap #content .vc_row.blue-left a, body.page #main .wf-wrap #content .vc_row.blue-left span, body.page #main .wf-wrap #content .vc_row.blue-left strong, body.page #main .wf-wrap #content .vc_row.blue-left em {
  color: #FFFFFF !important;
}
body.page #main .wf-wrap #content .vc_row.blue-left .box-form-connect h1, body.page #main .wf-wrap #content .vc_row.blue-left .box-form-connect h2, body.page #main .wf-wrap #content .vc_row.blue-left .box-form-connect h3, body.page #main .wf-wrap #content .vc_row.blue-left .box-form-connect h4, body.page #main .wf-wrap #content .vc_row.blue-left .box-form-connect h5, body.page #main .wf-wrap #content .vc_row.blue-left .box-form-connect h6, body.page #main .wf-wrap #content .vc_row.blue-left .box-form-connect p, body.page #main .wf-wrap #content .vc_row.blue-left .box-form-connect li, body.page #main .wf-wrap #content .vc_row.blue-left .box-form-connect a, body.page #main .wf-wrap #content .vc_row.blue-left .box-form-connect span, body.page #main .wf-wrap #content .vc_row.blue-left .box-form-connect strong, body.page #main .wf-wrap #content .vc_row.blue-left .box-form-connect em, body.page #main .wf-wrap #content .vc_row.blue-left .box-form-connect label {
  color: #1A3C5E !important;
}
body.page #main .wf-wrap #content .vc_row.blue-right .upb_row_bg {
  background: linear-gradient(to left, #1A3C5E 0%, transparent 60%) !important;
}
body.page #main .wf-wrap #content .vc_row.bulb {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position-y: 84% !important;
}
body.page #main .wf-wrap #content .vc_row.left {
  background-position-x: left !important;
}
body.page #main .wf-wrap #content .vc_row.left10 {
  background-position-x: 1% !important;
}
@media screen and (max-width: 1024px) {
  body.page #main .wf-wrap #content .vc_row.third-red .wpb_column .vc_column-inner {
    padding-left: 20px;
  }
  body.page #main .wf-wrap #content .vc_row.third-red .upb_row_bg {
    background: linear-gradient(to right, #ED6A5A 20%, transparent 0%) !important;
  }
  body.page #main .wf-wrap #content .vc_row.third-red .maxp125 {
    background: #ED6A5A !important;
    padding-right: 30px;
    padding-left: 30px;
  }
  body.page #main .wf-wrap #content .vc_row.third-red .maxp125 .vc_column-inner {
    padding-left: 0;
  }
  body.page #main .wf-wrap #content .vc_row.third-red .maxp125 h2.large {
    font-size: 6rem !important;
  }
  body.page #main .wf-wrap #content .vc_row.third-blue .wpb_column .vc_column-inner {
    padding-left: 20px;
  }
  body.page #main .wf-wrap #content .vc_row.third-blue .upb_row_bg {
    background: linear-gradient(to right, #1E6FD2 20%, transparent 0%) !important;
  }
  body.page #main .wf-wrap #content .vc_row.third-blue .maxp125 {
    background: #1E6FD2 !important;
    padding-right: 30px;
    padding-left: 30px;
  }
  body.page #main .wf-wrap #content .vc_row.third-blue .maxp125 .vc_column-inner {
    padding-left: 0;
  }
  body.page #main .wf-wrap #content .vc_row.third-blue .maxp125 h2.large {
    font-size: 6rem !important;
  }
}
@media screen and (max-width: 778px) {
  body.page #main .wf-wrap #content .vc_row.third-red {
    background: transparent !important;
    background-image: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.page #main .wf-wrap #content .vc_row.third-red .upb_row_bg {
    background: none !important;
  }
  body.page #main .wf-wrap #content .vc_row.third-red .maxp125 {
    background: #ED6A5A !important;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body.page #main .wf-wrap #content .vc_row.third-blue {
    background: transparent !important;
    background-image: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.page #main .wf-wrap #content .vc_row.third-blue .upb_row_bg {
    background: none !important;
  }
  body.page #main .wf-wrap #content .vc_row.third-blue .maxp125 {
    background: #1E6FD2 !important;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  body.page #main .wf-wrap #content .vc_row.third-red .wpb_column .vc_column-inner {
    padding-left: 20px;
  }
  body.page #main .wf-wrap #content .vc_row.third-red .upb_row_bg {
    background: linear-gradient(to right, #ED6A5A 20%, transparent 0%) !important;
  }
  body.page #main .wf-wrap #content .vc_row.third-red .maxp125 {
    background: #ED6A5A !important;
    padding-right: 40px;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
  }
  body.page #main .wf-wrap #content .vc_row.third-red .maxp125 .vc_column-inner {
    padding-left: 0;
  }
  body.page #main .wf-wrap #content .vc_row.third-blue .wpb_column .vc_column-inner {
    padding-left: 20px;
  }
  body.page #main .wf-wrap #content .vc_row.third-blue .upb_row_bg {
    background: linear-gradient(to right, #1E6FD2 20%, transparent 0%) !important;
  }
  body.page #main .wf-wrap #content .vc_row.third-blue .maxp125 {
    background: #1E6FD2 !important;
    padding-right: 40px;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
  }
  body.page #main .wf-wrap #content .vc_row.third-blue .maxp125 .vc_column-inner {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  body.page #main .wf-wrap #content .vc_row.half-white-middle {
    background: none !important;
  }
}
@media screen and (min-width: 768px) {
  body.page #main .wf-wrap #content .vc_row.half-black .upb_row_bg {
    background: linear-gradient(to right, #313F48 50%, transparent 50%) !important;
  }
  body.page #main .wf-wrap #content .vc_row.half-grey {
    background-position-x: center !important;
    background-position-y: center !important;
  }
  body.page #main .wf-wrap #content .vc_row.half-grey .upb_row_bg {
    background: linear-gradient(to right, #EEEEEE 50%, transparent 50%) !important;
  }
  body.page #main .wf-wrap #content .vc_row.half-grey .vc_column_container .vc_column-inner {
    padding-right: 40px !important;
  }
  body.page #main .wf-wrap #content .vc_row.half-white {
    background-position-x: center !important;
    background-position-y: center !important;
  }
  body.page #main .wf-wrap #content .vc_row.half-white .upb_row_bg {
    background: linear-gradient(to right, #FFFFFF 50%, transparent 50%) !important;
  }
  body.page #main .wf-wrap #content .vc_row.half-white .vc_column_container .vc_column-inner {
    padding-right: 40px !important;
  }
  body.page #main .wf-wrap #content .vc_row.half-white-middle {
    background-position-x: right !important;
    background-position-y: center !important;
    background-size: 50% !important;
  }
}

@media only screen and (min-width: 821px) {
  #content .hero .wpb_column:not(.service_list):not(.box-form-connect) > .vc_column-inner {
    padding-left: clamp(43px, 91px - (100vw - 1300px) / 2, 91px) !important;
  }
}
@media only screen and (max-width: 820px) {
  #content .hero .wpb_column:not(.service_list):not(.box-form-connect) > .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  body.page #main .wf-wrap #content .vc_row.hero .upb_row_bg {
    background: linear-gradient(to top, #1A3C5E 0%, transparent 65%) !important;
  }
}
#wpupg-grid-featured-blogs {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body .heateorSssSharingRound i {
  background-color: #1E6FD2 !important;
}
body .vc_row .wpupg-grid-container .wpupg-template-simple {
  border: none !important;
  background: transparent !important;
}
body .vc_row .wpupg-grid-container .wpupg-template-simple .wpupg-item-title {
  margin: 20px auto;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.1em;
}
body .vc_row .wpupg-grid-container .wpupg-template-simple .wpupg-item-title::after {
  content: " ›";
}
body .vc_row .wpupg-grid-container .wpupg-item-excerpt strong {
  font-weight: bold !important;
}

@media screen and (min-width: 48em) {
  #wpupg-grid-jobs-filters {
    max-width: 300px;
  }
}
.sticky {
  position: fixed;
  top: 140px;
  background: #FFFFFF;
}

#wpupg-grid-resources-filter-category-container,
#wpupg-grid-resources-filter-3 {
  margin-top: 32px !important;
}

.cem_list_item {
  display: grid;
  border: none;
  justify-content: center;
  grid-template-columns: 40% 60%;
  min-height: 300px;
}
.cem_list_item .cem_list_image {
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
.cem_list_item .wpupg-meta-container {
  padding: 25px 30px 30px 30px !important;
}
.cem_list_item .wpupg-meta-container h3 {
  color: #000000 !important;
}
.cem_list_item .wpupg-meta-container strong {
  font-weight: bold;
}
.cem_list_item .wpupg-meta-container .wpupg-item-terms {
  margin-bottom: 20px;
  font-weight: normal;
}
.cem_list_item .wpupg-meta-container .wpupg-item-excerpt {
  margin-top: 10px;
}
.cem_list_item .wpupg-meta-container i {
  font-size: 0.8rem;
}

.wpupg-template-locations .cem_list_item {
  grid-template-columns: 1fr;
  min-height: auto;
}
.wpupg-template-locations .wpupg-meta-container {
  padding: 20px 24px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wpupg-template-locations .cem-city-link {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1A3C5E;
  text-decoration: none;
}
.wpupg-template-locations .cem-city-link:hover {
  text-decoration: underline;
}
.wpupg-template-locations .wpupg-item-excerpt {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #1A3C5E;
  margin: 0;
}

.cem-location-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
}
.cem-location-actions .cem-btn-jobs,
.cem-location-actions .cem-btn-office {
  color: #ED6A5A;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  white-space: nowrap;
}
.cem-location-actions .cem-btn-jobs:hover,
.cem-location-actions .cem-btn-office:hover {
  text-decoration: underline;
}

body #content .vc_row .ult_tabs {
  margin: auto auto 0 auto;
}
body #content .vc_row .ult_tabs .ult_tabmenu {
  max-width: fit-content;
  margin: 20px 15px 20px 0;
}
body #content .vc_row .ult_tabs .ult_tabmenu li.ult_tab_li.current a .ult_tab_section .ult-span-text {
  border-bottom: 5px solid #1E6FD2;
  padding-bottom: 5px;
}
body #content .vc_row .ult_tabs .ult_tab_section {
  padding: 0;
}
body #content .vc_row .ult_tabs .ult_tab_section .ult-span-text {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
}
body #content .vc_row .ult_tabs .ult_tabcontent {
  background-color: #EEEEEE;
  width: 140%;
  margin-left: -20% !important;
  padding-left: calc(20% - 40px);
  padding-right: calc(20% - 40px);
}
body #content .vc_row .ult_tabs .ult_tabitemname .vc_inner {
  padding: 40px 0 40px 40px;
}

body #content .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-title > a {
  color: #1A3C5E;
}

.vc_tta-tab > a {
  background: transparent !important;
}

.vc_tta-panels,
.vc_tta-panel-body,
.vc_tta-tabs-list {
  border: none !important;
}

.vc_tta-tabs-container .vc_tta-tab > a,
.vc_tta-tabs-container .vc_tta-tab.vc_active > a {
  border-radius: 0 !important;
}

.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab > a {
  border: none !important;
  background-color: transparent !important;
  color: #1A3C5E !important;
}
.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active > a {
  border: none !important;
  border-bottom: 6px solid #1E6FD2 !important;
  padding-bottom: 6px !important;
  color: #1E6FD2 !important;
}

.vc_tta-title-text,
.vc_tta-panel-title a {
  color: #1A3C5E !important;
  font-weight: 600 !important;
}

.vc_tta-tab.vc_active .vc_tta-title-text,
.vc_tta-tab.vc_active > a {
  color: #1E6FD2 !important;
}

.vc_tta-tabs-list .vc_tta-tab.vc_active a span.vc_tta-title-text {
  color: #1E6FD2 !important;
}

.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a > span.vc_tta-title-text {
  color: #1E6FD2 !important;
}

.benefits-tabs .vc_tta-tabs-list {
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
}
.benefits-tabs .vc_tta-tab:first-child > a {
  margin-left: 0 !important;
}
.benefits-tabs .vc_tta-tab:last-child > a {
  margin-right: 0 !important;
}

.differenceAccordion .vc_tta-panel-title .vc_tta-title-text {
  color: #ED6A5A !important;
}
.differenceAccordion .vc_tta-panel.sectionUnderline {
  border-bottom: 1px solid #ED6A5A !important;
  margin-bottom: 16px !important;
}
.differenceAccordion .vc_tta-panel.sectionUnderline .vc_tta-panel-heading,
.differenceAccordion .vc_tta-panel.sectionUnderline .vc_tta-panel-body {
  border: none !important;
}

body #main > .wf-wrap #content .vc_row.data_table {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body #main > .wf-wrap #content .vc_row.data_table .wpb_column:first-child {
  padding-left: 0 !important;
}
body #main > .wf-wrap #content .vc_row.data_table .wpb_column .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_section .wpb_accordion_header {
  color: #FFFFFF !important;
  padding: 10px;
  text-align: center;
  background-color: #1E6FD2;
  margin-bottom: 0 !important;
}
body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_section .wpb_accordion_header a::after {
  right: auto !important;
  color: #FFFFFF !important;
  padding-left: 5px !important;
}
body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_section .wpb_accordion_header a span {
  color: #FFFFFF;
  font-size: 2rem;
  text-transform: uppercase;
}
body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_content .vc_column-inner {
  box-shadow: 0 0 76px 0 rgba(0, 0, 0, 0.37);
  padding-top: 0 !important;
}
@media screen and (min-width: 67.5em) {
  body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_content .vc_column-inner {
    margin: 0 50px 50px 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_content .vc_column-inner {
    padding: 0 10px;
    width: 99vw !important;
    margin-left: -10vw;
  }
}
body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_content .vc_column-inner {
  width: auto !important;
}
body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_content .vc_column-inner table {
  margin: 40px;
  width: 100% !important;
  table-layout: fixed !important;
  border-color: transparent;
}
body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_content .vc_column-inner table tr td {
  border-color: transparent;
  padding: 5px 0;
}
@media screen and (max-width: 48em) {
  body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_content .vc_column-inner table tr td p {
    font-size: 1rem !important;
  }
  body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_content .vc_column-inner table tr td img {
    max-width: 40% !important;
  }
  body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_content .vc_column-inner table tr td i {
    font-size: 2rem !important;
  }
}
body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_content .vc_column-inner table tr td:nth-child(1) {
  font-weight: bold;
}
body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_content .vc_column-inner table tr td:nth-child(1) p {
  font-weight: bold;
}
body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_content .vc_column-inner table tr td p.column-header {
  font-size: 2rem;
  font-weight: bold !important;
}
body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_content .vc_column-inner table tr td i {
  font-size: 30px;
}
body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_content .vc_column-inner table tr td i.fa-times {
  color: #ED6A5A;
}
body #main > .wf-wrap #content .vc_row.data_table .wpb_accordion_content .vc_column-inner table tr td i.fa-check {
  color: #26d07c;
}

#main .gform_wrapper input[type=text],
#main .gform_wrapper input[type=email],
#main .gform_wrapper input[type=tel],
#main .gform_wrapper input[type=url],
#main .gform_wrapper select {
  border-width: 0px 0px 2px;
  border-bottom-style: solid;
  border-bottom-color: #EDEDED;
  border-top-style: initial;
  border-top-color: initial;
  border-right-style: initial;
  border-right-color: initial;
  border-left-style: initial;
  border-left-color: initial;
  background: transparent;
}
#main .gform_wrapper textarea {
  border: 2px solid #EDEDED;
  background: transparent;
}
#main .gform_wrapper .ginput_container_select select {
  font-family: "Outfit", sans-serif;
  background: linear-gradient(45deg, transparent 50%, #333F48 50%), linear-gradient(135deg, #333F48 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
#main .gform_wrapper label {
  color: #333F48;
  font-size: 1.8rem;
  font-family: "Outfit", sans-serif !important;
  line-height: 1.4;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-left: 10px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
#main .gform_wrapper label .gfield_required {
  display: none;
}
#main .gform_wrapper .ginput_complex label {
  color: #333F48;
  font-family: "Outfit", sans-serif !important;
  margin-bottom: 12px;
  margin-top: 12px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
#main .gform_wrapper .top_label .gfield_label {
  color: #333F48;
}

.gf_progressbar_wrapper,
.gf_progressbar,
.gf_progressbar_title,
.gsection_title,
.gform_wrapper.gravity-theme .gsection {
  display: none !important;
  border-bottom: none !important;
}

.gform-theme-button,
.gform_button.button {
  background-color: #1E6FD2 !important;
  color: #fff !important;
  padding: 10px 30px !important;
  border-radius: 4px !important;
  border: none !important;
  display: block !important;
  margin: 20px auto 0 !important;
}
.gform-theme-button:hover,
.gform_button.button:hover {
  background-color: #1A3C5E !important;
}

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

.progress-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 20px 0;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: #EDEDED;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.dot.active {
  background-color: #1E6FD2;
}

[class*=profiles-arc--] {
  position: relative;
  overflow: visible !important;
}
[class*=profiles-arc--]::before {
  content: "";
  display: block !important;
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  [class*=profiles-arc--]::before {
    display: none !important;
  }
}

[class*=profiles-arc--] > .vc_row,
[class*=profiles-arc--] > .vc_column_container,
[class*=profiles-arc--] > * {
  position: relative;
  z-index: 1;
}

[class*=profiles-arc--]:not(.profiles-arc--arch-right-bottom):not(.profiles-arc--arch-left-bottom):not(.profiles-arc--arch-bottom-big):not(.profiles-arc--arch-left):not(.profiles-arc--arch-right) .wpb_text_column {
  padding: 8px 12px;
}

.profiles-arc--arch-left::before {
  left: 10px;
  top: 63%;
  transform: translateY(-50%) rotate(180deg);
  width: 648px;
  height: 926px;
  background-image: url("images/Arch-Lines-LG.svg");
}

.profiles-arc--arch-right::before {
  right: -11px;
  top: 63%;
  transform: translateY(-50%);
  width: 648px;
  height: 926px;
  background-image: url("images/Arch-Lines-LG.svg");
}

.profiles-arc--arch-right-bottom::before,
.profiles-arc--arch-left-bottom::before,
.profiles-arc--arch-bottom-big::before {
  z-index: 1;
}
.profiles-arc--arch-right-bottom > .vc_row,
.profiles-arc--arch-right-bottom > .vc_column_container,
.profiles-arc--arch-right-bottom > *,
.profiles-arc--arch-left-bottom > .vc_row,
.profiles-arc--arch-left-bottom > .vc_column_container,
.profiles-arc--arch-left-bottom > *,
.profiles-arc--arch-bottom-big > .vc_row,
.profiles-arc--arch-bottom-big > .vc_column_container,
.profiles-arc--arch-bottom-big > * {
  z-index: 2;
}

.profiles-arc--arch-right-bottom::before {
  bottom: -300px;
  right: 3rem;
  width: 648px;
  height: 926px;
  transform: rotate(90deg) scale(0.5);
  background-image: url("images/Arch-Lines-LG.svg");
}

.profiles-arc--arch-left-bottom::before {
  bottom: 0;
  left: 40px;
  width: 648px;
  height: 926px;
  transform: rotate(-90deg);
  background-image: url("images/Arch-Lines-LG.svg");
}

.profiles-arc--arch-bottom-big {
  overflow: hidden !important;
}
.profiles-arc--arch-bottom-big::before {
  bottom: 29px;
  right: 724px;
  width: 648px;
  height: 926px;
  transform: rotate(107deg) scale(1.5);
  transform-origin: bottom right;
  background-image: url("images/Arch-Lines-LG.svg");
}

.profiles-arc--dots-top-right::before {
  top: -40px;
  right: -60px;
  width: 390px;
  height: 300px;
  background-image: url("images/Color-Dot-Grid.svg");
  z-index: 999;
}

.profiles-arc--dots-top-left::before {
  top: -40px;
  left: -60px;
  width: 390px;
  height: 300px;
  background-image: url("images/Color-Dot-Grid.svg");
  z-index: 999;
}

.profiles-arc--dots-bottom-right::before {
  bottom: -40px;
  right: -60px;
  width: 390px;
  height: 300px;
  background-image: url("images/Color-Dot-Grid.svg");
  z-index: 999;
}

.profiles-arc--dots-bottom-left::before {
  bottom: -71px;
  left: -47px;
  width: 390px;
  height: 300px;
  transform: scale(1.4);
  background-image: url("images/Color-Dot-Grid.svg");
  z-index: 999;
}

.profiles-arc--rings-overlay {
  overflow: hidden !important;
}
.profiles-arc--rings-overlay::before {
  top: 55%;
  left: 49%;
  transform: translate(-50%, -50%) scale(1.2);
  transform-origin: center center;
  width: 560px;
  height: 400px;
  background-image: url("images/Connection-Rings.svg");
  z-index: 2;
}

.profiles-arc--rings-bottom-right::before {
  bottom: -40px;
  right: -40px;
  width: 420px;
  height: 300px;
  background-image: url("images/Connection-Rings.svg");
}

.profiles-arc--organic-top-right::before {
  top: -30px;
  right: -30px;
  width: 260px;
  height: 220px;
  background-image: url("images/Organic-Dots.svg");
}

.profiles-arc--organic-top-left::before {
  top: -30px;
  left: -30px;
  width: 260px;
  height: 220px;
  background-image: url("images/Organic-Dots.svg");
}

.profiles-arc--arc-bottom-right::before {
  bottom: -30px;
  right: -30px;
  width: 280px;
  height: 200px;
  background-image: url("images/Arc-Lines.svg");
}

.profiles-arc--arc-bottom-left::before {
  bottom: -30px;
  left: -30px;
  width: 280px;
  height: 200px;
  background-image: url("images/Arc-Lines.svg");
  transform: scaleX(-1);
}

@media screen and (max-width: 767px) {
  .profiles-arc--dots-bottom-left.vc_col-has-fill {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .profiles-arc--dots-bottom-left.vc_col-has-fill {
    align-self: flex-start !important;
    min-height: 400px !important;
  }
}
.vc_row.card-hero-row .card-hero-white {
  position: relative;
  top: -180px;
  z-index: 10;
  background: transparent !important;
  border-radius: 0 !important;
}
.vc_row.card-hero-row .card-hero-white .vc_column-inner {
  border-radius: 25px;
  padding: 28px 24px !important;
}

.vc_row.card-hero-row {
  position: relative;
  z-index: 1;
  overflow: visible !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.home .vc_row.card-hero-row {
  margin-bottom: -120px !important;
}

body.home .vc_row.card-hero-row .card-hero-white {
  top: -120px;
}

.vc_row.card-hero-row.card-hero-shallow {
  margin-bottom: -75px !important;
}

body:not(.home) .vc_row.card-hero-row + .vc_row-full-width + .vc_section,
body:not(.home) .vc_row.card-hero-row + .vc_row-full-width + .vc_row {
  position: relative;
  z-index: 2;
  margin-top: -180px;
}

body:not(.home) .vc_row.card-hero-row.card-hero-shallow + .vc_row-full-width + .vc_section,
body:not(.home) .vc_row.card-hero-row.card-hero-shallow + .vc_row-full-width + .vc_row {
  margin-top: -75px;
}

@media screen and (max-width: 48em) {
  body:not(.home) .vc_row.card-hero-row + .vc_row-full-width + .vc_section,
  body:not(.home) .vc_row.card-hero-row + .vc_row-full-width + .vc_row {
    margin-top: -80px;
  }
}
body.home #main .wf-wrap #content .vc_row.hero.home {
  position: relative;
  z-index: 0;
  background-position-y: 24% !important;
}
body.home #main .wf-wrap #content .vc_row.hero.home h1 {
  font-size: clamp(5.4rem, 7vw, 8.5rem);
  line-height: 1.1;
  font-weight: 700;
  color: #cccccc !important;
  margin-bottom: 0 !important;
}
body.home #main .wf-wrap #content .vc_row.hero.home h1 code {
  color: #FFFFFF;
  font-family: inherit;
  background: none;
  padding: 0;
}
body.home #main .wf-wrap #content .vc_row.hero.home a.dt-btn {
  margin-top: 1rem;
}
body.home #main .wf-wrap #content .vc_row.row-subhero-heading .vc_column-inner {
  padding-top: 40px !important;
  padding-bottom: 50px !important;
}
body.home #main .wf-wrap #content .vc_row.row-subhero-heading .homepage-subhero-heading h1 {
  color: #ffffff !important;
  font-weight: 800;
}
body.home #main .wf-wrap #content .vc_row.row-subhero-heading .homepage-subhero-heading h1 .subhero-light {
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  body.home #main .wf-wrap #content .vc_row.simplybest {
    background-position-y: -100px !important;
  }
}
body.home #main .wf-wrap #content .vc_row.simplybest .upb_row_bg {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.1) 50%, #eeeeee 100%) !important;
}
@media screen and (min-width: 48em) {
  body.home #main .wf-wrap #content .vc_row.find-job {
    background-position-x: 100px !important;
    background-size: cover !important;
  }
}
@media screen and (min-width: 767px) {
  body.home #main .wf-wrap #content .vc_row.find-job {
    background-position-x: -15rem !important;
  }
}
@media screen and (min-width: 67.5em) {
  body.home #main .wf-wrap #content .vc_row.find-job {
    background-position-x: 50rem !important;
    background-size: 80% !important;
  }
}

.vc_row.container-button-box .aio-icon-title,
.vc_row.container-button-box h5 {
  font-size: clamp(16px, 1.6vw, 22px) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

@media screen and (max-width: 48em) {
  .vc_row.card-hero-row .card-hero-white {
    top: -80px;
  }
  .vc_row.card-hero-row {
    margin-bottom: -80px !important;
  }
  body.home #main .wf-wrap #content .vc_row.container-button-box {
    left: 0 !important;
  }
}
#content .vc_section.s8.nopad .vc_row .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#content > div > section.vc_section.s8.profiles-arc--arch-left::before {
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 648px !important;
  height: 90% !important;
  background-image: url("images/arc-column-left.svg") !important;
}

#section-amplify .vc_row.container-button-box {
  left: 0 !important;
  width: 100% !important;
}

@media screen and (min-width: 48em) {
  body.page-id-112 #main > .wf-wrap #content .vc_row.hero.about .vc_column-inner {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }
}
body.page-id-112 #main > .wf-wrap #content .vc_row.our_story .upb_row_bg {
  background: transparent !important;
}
@media screen and (min-width: 48em) {
  body.page-id-112 #main > .wf-wrap #content .vc_row.our_story {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
body.page-id-112 #main > .wf-wrap #content .vc_row.our_story .vc_col-has-fill .vc_column-inner {
  background-position-y: bottom !important;
}
@media screen and (min-width: 48em) {
  body.page-id-112 #main > .wf-wrap #content .vc_row#team {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
body.page-id-112 #main > .wf-wrap #content .vc_row.skills h3 {
  margin-bottom: 40px;
}
@media screen and (min-width: 48em) {
  body.page-id-112 #main > .wf-wrap #content .vc_row.skills .vc_inner .organizations .vc_column-inner {
    padding-left: 100px !important;
  }
}

body.page-id-116 #content .vc_row:not(.vc_inner):first-child:not(.hero),
body.parent-pageid-116 #content .vc_row:not(.vc_inner):first-child:not(.hero) {
  background-color: #FFFFFF !important;
  min-height: clamp(200px, 22vw, 300px) !important;
  max-height: clamp(200px, 22vw, 300px) !important;
  padding-top: 106px !important;
}
body.page-id-116 #content .vc_row:not(.vc_inner):first-child:not(.hero) .upb_row_bg,
body.parent-pageid-116 #content .vc_row:not(.vc_inner):first-child:not(.hero) .upb_row_bg {
  background: none !important;
}

body.parent-pageid-116 #content .vc_row:not(.vc_inner):first-child:not(.hero) .vc_column-inner {
  padding-top: 70px !important;
}

.provision-team-section .vc_inner {
  display: flex !important;
  align-items: stretch !important;
}
.provision-team-section .vc_inner > .wpb_column {
  display: flex !important;
}
.provision-team-section .vc_inner > .wpb_column > .vc_column-inner {
  flex: 1 !important;
}
.provision-team-section .vc_inner .vc_col-sm-4 > .vc_column-inner {
  padding-top: 0 !important;
}

body.single #main .wf-wrap #content .vc_row:not(.vc_inner):first-child {
  padding-top: 200px !important;
}
body.single #main .wf-wrap #content .vc_row:not(.vc_inner):first-child .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 40px !important;
}

@media screen and (min-width: 48em) {
  body.page-id-108 #main > .wf-wrap #content #workforce .workforce_content {
    padding-left: 35px !important;
  }
}

body.page-id-110 #main > .wf-wrap #content #how_they_work a.dt-btn {
  width: 90%;
}
body.page-id-110 #main > .wf-wrap #content #how_they_work h3 {
  margin-bottom: 40px;
}
@media screen and (min-width: 48em) {
  body.page-id-110 #main > .wf-wrap #content #how_they_work .vc_inner .list .vc_column-inner {
    padding-left: 100px !important;
  }
}
body.page-id-110 #main > .wf-wrap #content #goals a.dt-btn {
  width: 90%;
}
body.page-id-110 #main > .wf-wrap #content .vc_row.quote {
  background-position-y: top !important;
}
@media screen and (min-width: 48em) {
  body.page-id-110 #main > .wf-wrap #content .vc_row.bulb.nopad {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 1300px) {
  body.page-id-110 #main > .wf-wrap #content .vc_row.bulb.nopad h4 {
    font-size: 2.7rem;
  }
}
body.page-id-110 #main > .wf-wrap #content .vc_row.black li {
  font-weight: 500 !important;
}
body.page-id-110 #main > .wf-wrap #content .vc_row.half-white.services {
  background-position-x: right !important;
  background-position-y: top !important;
  background-size: 60% !important;
}
@media screen and (min-width: 48em) {
  body.page-id-110 #main > .wf-wrap #content .vc_row.half-white.services .vc_column-inner {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
}

body.parent-pageid-94043 #main .wf-wrap #content .vc_row.hero.contract {
  min-height: auto !important;
  max-height: none !important;
}
body.parent-pageid-94043 #main .wf-wrap #content .vc_row.hero.contract .upb_row_bg {
  background: #1A3C5E !important;
}
body.parent-pageid-94043 #main .wf-wrap #content .vc_row.hero.contract h1, body.parent-pageid-94043 #main .wf-wrap #content .vc_row.hero.contract h2, body.parent-pageid-94043 #main .wf-wrap #content .vc_row.hero.contract h3, body.parent-pageid-94043 #main .wf-wrap #content .vc_row.hero.contract h4, body.parent-pageid-94043 #main .wf-wrap #content .vc_row.hero.contract h5, body.parent-pageid-94043 #main .wf-wrap #content .vc_row.hero.contract h6, body.parent-pageid-94043 #main .wf-wrap #content .vc_row.hero.contract p, body.parent-pageid-94043 #main .wf-wrap #content .vc_row.hero.contract li, body.parent-pageid-94043 #main .wf-wrap #content .vc_row.hero.contract a, body.parent-pageid-94043 #main .wf-wrap #content .vc_row.hero.contract span, body.parent-pageid-94043 #main .wf-wrap #content .vc_row.hero.contract strong, body.parent-pageid-94043 #main .wf-wrap #content .vc_row.hero.contract em {
  color: #FFFFFF !important;
}
@media screen and (min-width: 767px) {
  body.parent-pageid-94043 #main .wf-wrap #content .vc_row.hero.contract {
    min-height: 650px !important;
    max-height: 650px !important;
  }
  body.parent-pageid-94043 #main .wf-wrap #content .vc_row.hero.contract .upb_row_bg {
    background: linear-gradient(to right, #1A3C5E 0%, transparent 60%) !important;
  }
}

body .ce_apply label {
  display: block;
}
body #wpupg-grid-jobs-filters {
  transition: 1s;
}
body #wpupg-grid-jobs .wpupg-item,
body #wpupg-grid-profilesjobs .wpupg-item {
  padding: 10px;
  border: 1px solid #EDEDED;
  border-radius: 2px;
  margin: 10px;
}
body #wpupg-grid-jobs .wpupg-item:hover,
body #wpupg-grid-profilesjobs .wpupg-item:hover {
  border: 1px solid #1E6FD2;
}
body #wpupg-grid-jobs .wpupg-item .wpupg-meta-container strong,
body #wpupg-grid-profilesjobs .wpupg-item .wpupg-meta-container strong {
  font-weight: bold !important;
}
body #wpupg-grid-jobs .wpupg-item .wpupg-block-text-bold,
body #wpupg-grid-profilesjobs .wpupg-item .wpupg-block-text-bold {
  font-size: 2rem;
  margin-bottom: 10px;
}
body.single-ce_job #content h1 {
  font-size: 6rem;
  margin-top: 40px;
}
body.single-ce_job #content p,
body.single-ce_job #content li,
body.single-ce_job #content span {
  font-weight: 500 !important;
}
body.single-ce_job #content strong {
  font-weight: 600 !important;
}
body.single-ce_job #content strong span {
  font-weight: 600 !important;
}
body.single-ce_job #content .job_attributes {
  background-color: #FFFFFF;
  border: 1px solid #1E6FD2;
  border-radius: 2px !important;
}
body.single-ce_job #content .job_attributes .job-label {
  font-weight: bold !important;
}
body.single-ce_job #content .all_jobs_link {
  margin-left: 0 !important;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
body.single-ce_job #content .all_jobs_link:after {
  content: " ›";
}
body.single-ce_job #content .all_jobs_link_footer {
  margin-left: 0 !important;
  text-align: left;
  display: block;
  text-transform: uppercase;
}
body.single-ce_job #content .all_jobs_link_footer:after {
  content: " ›";
}
body.single-ce_job #content .all_jobs_link_wrapper_footer {
  margin-top: 10px;
}
body.single-ce_job #content #ce_apply_form_go_footer {
  margin-bottom: 20px;
}
body.single-ce_job #content .job_related div.job_related {
  border: 1px solid #EDEDED;
  border-radius: 2px;
}
body.single-ce_job #content .job_related div.job_related .job_type {
  display: inline-block;
  margin-right: 10px;
}
body.single-ce_job #content .job_related div.job_related .job_excerpt {
  margin: 20px 0;
}
body.single-ce_job #content .job_related div.job_related .job-label {
  font-weight: bold !important;
}
body.single-ce_job #content .job_related div.job_related .recruiter-label {
  font-weight: bold !important;
}
body.single-ce_job #content .job_related .job_excerpt_link {
  background: linear-gradient(135deg, #C44000, #FFA500);
  border: none;
  color: #FFFFFF;
  padding: 10px 25px;
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-family: "Manrope", sans-serif;
}
body.single-ce_job #content .job_related .job_excerpt_link:after {
  content: " ›";
}
body.single-ce_job #content .job_related .job_excerpt_link:hover {
  background: linear-gradient(135deg, #A33600, #E09000);
  color: #FFFFFF;
}
@media screen and (min-width: 67.5em) {
  body.single-ce_job article {
    padding-top: 80px;
  }
}

@media screen and (min-width: 48em) {
  body.page-id-104 .vc_row#refer {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
body.page-id-104 .vc_row.faq .vc_tta-panel .vc_tta-panel-body p {
  margin-bottom: 20px !important;
}
body.page-id-104 .vc_row.icons strong a:hover {
  color: #333F48 !important;
}
body.page-id-104 .vc_row p span.circle {
  background: #1E6FD2 !important;
  color: #FFF !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #333F48;
  display: inline-block;
  font-weight: bold;
  line-height: 100px !important;
  margin-right: 5px;
  margin-bottom: 20px !important;
  text-align: center;
  font-size: 5.5rem !important;
  font-weight: bold !important;
  width: 100px !important;
  text-align: center;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 48em) {
  body.page-id-1164 #main .wf-wrap #content .vc_row#hero {
    background-position-y: top !important;
  }
}
@media screen and (min-width: 1200px) {
  body.page-id-1164 #main .wf-wrap #content .vc_row#hero {
    background-position-x: -40rem !important;
    background-size: cover !important;
  }
}
@media screen and (min-width: 1600px) {
  body.page-id-1164 #main .wf-wrap #content .vc_row#hero {
    background-position-x: -20rem !important;
    background-size: 70% !important;
  }
}

body.page-id-369 .vc_row.quote {
  padding-top: 100px;
  padding-bottom: 100px;
}
body.page-id-369 .vc_row.third-red, body.page-id-369 .vc_row.third-blue {
  background-size: 45% !important;
}
@media screen and (max-width: 48em) {
  body.page-id-369 .vc_row.third-red .vc_column_container, body.page-id-369 .vc_row.third-blue .vc_column_container {
    padding: 0 !important;
  }
  body.page-id-369 .vc_row.third-red .vc_column_container:first-child, body.page-id-369 .vc_row.third-blue .vc_column_container:first-child {
    padding-top: 20px !important;
  }
}
body.page-id-369 .vc_row#benefits img {
  height: 100px;
  width: auto;
  margin: 20px 0;
}

body.page-id-355 #main > .wf-wrap #content .vc_row#process h3:last-child {
  margin: 50px auto !important;
}
body.page-id-355 #main > .wf-wrap #content .vc_row.steps img {
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
  width: 95px !important;
}
body.page-id-355 #main > .wf-wrap #content .vc_row.steps p:last-child {
  margin-top: 20px !important;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .location-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .location-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 778px) {
  .location-grid {
    grid-template-columns: 1fr;
  }
}

.location-card {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: box-shadow 0.2s ease;
}
.location-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.location-card__title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1A3C5E;
  margin: 0;
  line-height: 1.3;
}
.location-card__links {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
}
.location-card__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #C44000;
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  transition: color 0.15s ease;
}
.location-card__link:hover {
  color: #ED6A5A;
  text-decoration: none;
}
.location-card__link--contact {
  color: #C44000;
}
.location-card__link--pending {
  color: #EDEDED;
  cursor: default;
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Manrope", sans-serif;
}

#section-locations > .vc_row {
  max-width: 1320px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cem-hq-badge {
  padding-left: 5px;
  position: relative;
  top: 3px;
}

#section-locations .vc_row-has-fill:not(.vc_row-flex) {
  overflow: hidden;
}

body.page #main .wf-wrap #content .vc_row.hero-location {
  min-height: 600px !important;
  max-height: 600px !important;
  background-position-y: -200px !important;
  background-position-x: 50% !important;
  background-color: transparent !important;
}
body.page #main .wf-wrap #content .vc_row.hero-location .upb_row_bg {
  background: linear-gradient(to right, #1A3C5E 0%, transparent 60%) !important;
}
@media screen and (max-width: 767px) {
  body.page #main .wf-wrap #content .vc_row.hero-location {
    min-height: auto !important;
    max-height: none !important;
    background-position: center !important;
  }
  body.page #main .wf-wrap #content .vc_row.hero-location .upb_row_bg {
    background: linear-gradient(to top, rgba(26, 60, 94, 0.9) 0%, rgba(26, 60, 94, 0.2) 100%) !important;
  }
}
body.page #main .wf-wrap #content .vc_row.hero-location h1, body.page #main .wf-wrap #content .vc_row.hero-location h2, body.page #main .wf-wrap #content .vc_row.hero-location h3, body.page #main .wf-wrap #content .vc_row.hero-location h4, body.page #main .wf-wrap #content .vc_row.hero-location h5, body.page #main .wf-wrap #content .vc_row.hero-location h6, body.page #main .wf-wrap #content .vc_row.hero-location p, body.page #main .wf-wrap #content .vc_row.hero-location li, body.page #main .wf-wrap #content .vc_row.hero-location a, body.page #main .wf-wrap #content .vc_row.hero-location span, body.page #main .wf-wrap #content .vc_row.hero-location strong, body.page #main .wf-wrap #content .vc_row.hero-location em {
  color: #FFFFFF !important;
}

body.parent-pageid-93388 .form-pull {
  margin-top: -470px !important;
  border-radius: 5px !important;
  border: 1px solid #EDEDED !important;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  body.parent-pageid-93388 .form-pull {
    margin-top: 0 !important;
  }
}

body.page-id-351 #content h4 {
  margin-top: 20px !important;
  font-size: 2rem;
}
body.page-id-351 #content .vc_row.team .vc_column-inner {
  padding-top: 0px !important;
}

body.single-post #content h4 {
  color: #1A3C5E !important;
}

@media screen and (max-width: 1200px) {
  body.single-post .entry-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
body.single.case-studies .vc_row .vc_single_image-img {
  margin-top: 10px;
  margin-bottom: 30px;
}
body.single.case-studies .vc_row .quote_content {
  margin-bottom: 16px;
}
@media screen and (min-width: 767px) {
  body.single.case-studies .vc_row.quote .vc_column_container:nth-child(2) {
    padding-left: 35px !important;
  }
}
body.single.case-studies .vc_row h2 {
  margin-top: 20px !important;
  font-size: 3rem !important;
  color: #1E6FD2 !important;
}
body.single.case-studies .post-meta {
  display: none;
}
body.single.case-studies .navigation.post-navigation {
  display: none;
}

#content #connect-icons h3 {
  font-size: clamp(2rem, 1.77vw, 2.3rem);
  margin-bottom: 1rem;
}

body:not(.home) .hero h1 {
  font-size: clamp(3rem, 5vw, 4.5rem) !important;
  line-height: 1.15 !important;
  letter-spacing: normal;
}

.we_know h2 {
  line-height: 50px !important;
  font-size: 36px !important;
}

#testimonial {
  margin-top: -15px;
}

#content #process h2 {
  margin-top: 50px !important;
  margin-bottom: 0 !important;
}

body #content .vc_row #header > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body #content .vc_row #dei > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 50px !important;
}

#header > div {
  padding-bottom: 0 !important;
}

#process > div:nth-child(5) > div {
  padding-bottom: 0 !important;
}

body #content ul > li {
  font-weight: normal !important;
}

#default-btn-795217c553a1bde470225f40f9716946 {
  width: 250px !important;
}

#default-btn-a3f40c179866140307013caef3fbec9c {
  width: 200px !important;
}

#default-btn-6f6e10245a88faa9109b09ac50658d05 {
  width: 200px !important;
}

#splash_3 {
  background: url("../../uploads/2023/10/Your-Industry-BG.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  color: #FFFFFF;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 50px;
  background-position-y: -3px;
}

#box {
  background: url("../../uploads/2023/10/Blue-Box.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
  color: #FFFFFF;
  display: inline-block;
  padding: 50px;
  line-height: 2.5;
  text-align: center;
  position: absolute !important;
  right: 0;
  top: 50px;
  margin-right: -185px;
}

@media only screen and (max-width: 1520px) {
  #box {
    margin-right: -142px !important;
  }
}
@media only screen and (max-width: 1231px) {
  #box {
    margin-right: -92px !important;
  }
}
@media only screen and (min-width: 768px) {
  .service_list .vc_column-inner {
    background: none !important;
  }
}
@media only screen and (max-width: 820px) {
  #box {
    display: block;
    padding: 0;
    line-height: 3;
    text-align: center;
    margin-left: auto;
    margin-right: auto !important;
    max-width: 270px;
    position: initial !important;
  }
  #services {
    background-color: #ECEEEF !important;
  }
  #process > div:nth-child(2) > div > div > div > div > h2 {
    font-size: 3rem;
  }
  .hero {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .vc_row.vc_column-gap-35 {
    margin-right: 0 !important;
  }
  body.page #main .wf-wrap #content .vc_row.third-red .maxp125 h2.large,
  body.page #main .wf-wrap #content .vc_row.third-blue .maxp125 h2.large {
    font-size: 3rem !important;
  }
  .hero h1 > br {
    display: none;
  }
  .hero h1 {
    padding-top: 20px;
  }
  body #content .vc_row a.dt-btn {
    margin-right: 0 !important;
    width: 100% !important;
  }
  body #content .vc_row #default-btn-795217c553a1bde470225f40f9716946 {
    text-align: center;
    width: 100% !important;
    padding: 15px 50px !important;
  }
  body #content .wpb_column .vc_custom_1697054653045 {
    padding-left: 0 !important;
  }
  body #content .vc_custom_1697240035152 {
    margin-left: 0 !important;
    border-radius: 1px !important;
  }
  body #content .vc_custom_1697240005007 {
    margin-left: 0 !important;
  }
}
body.page #main .wf-wrap #content .vc_row.hero-with-form {
  align-content: flex-start !important;
  overflow: visible !important;
  z-index: 3;
}
@media screen and (min-width: 767px) {
  body.page #main .wf-wrap #content .vc_row.hero-with-form {
    min-height: 535px !important;
    max-height: 535px !important;
  }
}

@media screen and (min-width: 767px) {
  body.page .vc_row.hero-with-form .wpb_column:not(.box-form-connect) {
    align-self: flex-start !important;
    height: calc(535px - 106px) !important;
  }
}
.vc_row.hero .box-form-connect {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 2rem !important;
  align-self: flex-start;
  position: relative;
  z-index: 10;
}
.vc_row.hero .box-form-connect > .vc_column-inner {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media screen and (max-width: 1200px) {
  .vc_row.hero .box-form-connect {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .vc_row.hero .box-form-connect > .vc_column-inner {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
.vc_row.hero .box-form-connect h2 {
  font-size: 2.4rem !important;
  line-height: 1.2 !important;
  margin-bottom: 0.5rem !important;
  text-align: center !important;
}
.vc_row.hero .box-form-connect p:empty {
  display: none !important;
}
.vc_row.hero .box-form-connect .wpb_text_column p {
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin-bottom: 8px !important;
  text-align: center !important;
}
.vc_row.hero .box-form-connect .gform_wrapper label, .vc_row.hero .box-form-connect .gform_wrapper .gfield_label {
  font-size: 1.2rem !important;
  margin-top: 4px !important;
  margin-bottom: 1px !important;
}
.vc_row.hero .box-form-connect .gform_wrapper .gfield {
  margin-bottom: 0 !important;
}
.vc_row.hero .box-form-connect .gform_wrapper input[type=text],
.vc_row.hero .box-form-connect .gform_wrapper input[type=email],
.vc_row.hero .box-form-connect .gform_wrapper input[type=tel] {
  height: 38px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.vc_row.hero .box-form-connect .gform_wrapper .ginput_container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.vc_row.hero .box-form-connect .gform_wrapper .gform_fields {
  row-gap: 4px !important;
}
.vc_row.hero .box-form-connect .gform_wrapper .gform_page_footer, .vc_row.hero .box-form-connect .gform_wrapper .gform_footer {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin-top: 0 !important;
}

.icon-content-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.icon-content-block img {
  flex-shrink: 0;
}
.icon-content-block h3 {
  font-size: 2.4rem;
  margin: 0 0 10px;
}
.icon-content-block p {
  margin: 0;
}
.icon-content-block ul {
  margin: 0;
  padding-left: 20px;
}

.icon-content-block .icon-spacer {
  width: 100px;
  flex-shrink: 0;
}

.process-step-item img {
  width: auto;
  height: 76px;
}

.case-study-item img {
  width: 100px;
  height: 100px;
}

.default-btn-shortcode.dt-btn.link-hover-off.caseStudyButton.btn-flat {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
}

body.page-id-92155 #content li {
  font-weight: normal !important;
}
body.page-id-92155 #content ul {
  margin-top: 20px;
}
body.page-id-92155 #content li {
  margin-bottom: 15px;
}
body.page-id-92155 #content .vc_row a.dt-btn {
  width: 300px !important;
}
