@charset "UTF-8";
/*! !!!DO NOT EDIT THE .CSS FILE. MODIFY THE .SCSS FILES ONLY!!! */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

/* Gilroy Font Face Declarations */
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.1e09f38cc59a.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.9e12d6053ae1.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.17cb9303df7b.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 0.875em;
  line-height: 1.4;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

/* ==========================================================================
   Insite's custom styles
============================================================================= */
/* ===========================
   		GLOBAL
	============================== */
/* GLOBAL VARIABLES */
/* Max Widths */
/* Colors */
/* Z-Index */
/* GLOBAL MIXINS */
/* Clearfix */
/* Media Queries */
/* Scaling Padding */
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 * https://css-tricks.com/between-the-lines/
*/
/* iOS11+ Safari Safe Padding (for iPhone X) */
/* Fluid Typography */
/* https://css-tricks.com/snippets/css/fluid-typography/ */
/* Easing Gradients */
/* Fonts */
/* @mixin font_reg {font-family:sans-serif; font-weight:400; font-family: 'Gilroy', sans-serif;
	.fonts_lowPriority & {font-family: 'Gilroy', sans-serif;}
} */
/* */
/* Type */
* {
  margin: 0;
  padding: 0;
}

html {
  background: #0064D1;
}

body {
  background: #f9f9f9;
  color: #000;
  font-family: "Gilroy", sans-serif;
  font-family: sans-serif;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p, ul, ol, li, blockquote {
  font-size: 1.1428571429rem;
  line-height: 1.4375;
}
p + p, p + ul, p + ol, ul + p, ul + ul, ul + ol, ol + p, ol + ul, ol + ol, li + p, li + ul, li + ol, blockquote + p, blockquote + ul, blockquote + ol {
  margin-top: 0.75em;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, li + h1, li + h2, li + h3, li + h4, li + h5, li + h6, blockquote + h1, blockquote + h2, blockquote + h3, blockquote + h4, blockquote + h5, blockquote + h6 {
  margin-top: 1em;
}

li p, li li {
  font-size: 1em;
}

ul {
  list-style: disc;
  padding-left: 24px;
}

ol {
  padding-left: 36px;
  padding-left: revert;
}

ul, ol {
  overflow: hidden;
}

a {
  color: #0064D1;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #0064D1;
  text-decoration: underline;
}

h1, h2,
.header_1, .header_2 {
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 0.5em;
}

h1, .header_1 {
  font-size: 2rem;
  line-height: 1.21875;
}

h2, .header_2 {
  font-size: 1.6875rem;
  line-height: 1.1851851852;
  color: #000;
}

/* h3, .header_3 {font-size:calc(20 / 16 * 1rem); line-height:calc(28 / 20); color:$black;}
h4, .header_4,
h5, .header_5,
h6, .header_6 {font-size:calc(16 / 14 * 1rem); line-height:calc(20 / 16); @include font_bold(); color:$black;} */
@media screen and (min-width: calc(1240 / 16 * 1em)) {
  h1, .header_1 {
    font-size: 2.5rem;
    line-height: 1.25;
  }
  h2, .header_2 {
    font-size: 2rem;
    line-height: 1.15625;
  }
  /* h3, .header_3 {font-size:calc(24 / 16 * 1rem); line-height:calc(30 / 24);}
  h4, .header_4,
  h5, .header_5,
  h6, .header_6 {font-size:calc(18 / 16 * 1rem); line-height:calc(24 / 18);} */
}
.standalone_header_1 {
  color: #0064D1;
}
@media screen and (min-width: calc(1240 / 16 * 1em)) {
  .standalone_header_1 {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}

/* !!! */
legend, label, input, select, textarea, button {
  font-family: "Gilroy", sans-serif;
  font-size: 1.375rem;
  font-family: sans-serif;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
}

textarea {
  width: 98%;
}

h3, h4, h5, h6,
.header_3, .header_4, .header_5, .header_6 {
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 0.5em;
}

h3, .header_3 {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #000;
}

h4, .header_4,
h5, .header_5,
h6, .header_6 {
  font-size: 1.1428571429rem;
  line-height: 1.25;
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  color: #000;
}

@media screen and (min-width: calc(1024 / 16 * 1em)) {
  h3, .header_3 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  h4, .header_4,
  h5, .header_5,
  h6, .header_6 {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}
/* ===========================
   		ATOMS
	============================== */
#main iframe {
  border: 0;
}

html {
  scroll-behavior: smooth;
}

@media screen and (min-width: calc(1024 / 16 * 1em)) {
  [id] {
    scroll-margin-top: 188px;
  }
}

.contentWidth {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .contentWidth {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.copyWidth {
  max-width: 980px;
}

.verticalMargins {
  margin-top: 3.125em;
  margin-bottom: 3.125em;
}

.fitVids-wrapper {
  position: relative;
}
.fitVids-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* BUTTONS */
.btn {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1rem;
  line-height: 1;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  text-decoration: none;
  background: #0064D1;
  border-radius: 100px;
  transition: all 0.1s ease-in;
  border: 2px solid #0064D1;
  cursor: pointer;
  text-transform: uppercase;
}
.btn:hover, .btn:focus {
  background: transparent;
  color: #0064D1;
  border-color: #0064D1;
  text-decoration: none;
}
.btn.btn--blue {
  background: #0064D1;
  color: #fff;
  border-color: #0064D1;
}
.btn.btn--blue:hover, .btn.btn--blue:focus {
  background: transparent;
  color: #0064D1;
  border-color: #0064D1;
}
.btn.btn--green {
  background: #09CEA8;
  color: #fff;
  border-color: #09CEA8;
}
.btn.btn--green:hover, .btn.btn--green:focus {
  background: transparent;
  color: #09CEA8;
  border-color: #09CEA8;
}
.btn.btn--grey {
  background: #EEEEED;
  color: #000;
  border-color: #EEEEED;
}
.btn.btn--grey:hover, .btn.btn--grey:focus {
  background: transparent;
  color: #000;
  border-color: #EEEEED;
}
.btn.btn--white {
  background: #fff;
  color: #000;
  border-color: #000;
}
.btn.btn--white:hover, .btn.btn--white:focus {
  background: #000;
  color: #fff;
  border-color: #000;
}
.btn.btn--extLink {
  padding-right: 46px;
  background-position: calc(100% - 20px) calc(50% - 2px);
  background-repeat: no-repeat;
  background-size: 19px 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.23 17.09'%3E%3Cpath d='M19.23.8V5.07a.8.8,0,0,1-1.37.57L16.67,4.45,8.54,12.58a.8.8,0,0,1-1.13,0h0l-.76-.76a.8.8,0,0,1,0-1.13h0l8.13-8.13L13.59,1.37a.79.79,0,0,1,0-1.13A.78.78,0,0,1,14.15,0h4.28a.8.8,0,0,1,.8.8ZM13.59,9l-.54.53a.81.81,0,0,0-.23.57V15H2.14V4.27H11A.79.79,0,0,0,11.51,4l.54-.54a.8.8,0,0,0,0-1.13.79.79,0,0,0-.57-.23H1.6A1.6,1.6,0,0,0,0,3.74H0V15.49a1.6,1.6,0,0,0,1.6,1.6H13.35a1.6,1.6,0,0,0,1.6-1.6h0V9.6A.8.8,0,0,0,13.59,9Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E");
}
.btn.btn--extLink.btn--white, .btn.btn--extLink.btn--grey {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.23 17.09'%3E%3Cpath d='M19.23.8V5.07a.8.8,0,0,1-1.37.57L16.67,4.45,8.54,12.58a.8.8,0,0,1-1.13,0h0l-.76-.76a.8.8,0,0,1,0-1.13h0l8.13-8.13L13.59,1.37a.79.79,0,0,1,0-1.13A.78.78,0,0,1,14.15,0h4.28a.8.8,0,0,1,.8.8ZM13.59,9l-.54.53a.81.81,0,0,0-.23.57V15H2.14V4.27H11A.79.79,0,0,0,11.51,4l.54-.54a.8.8,0,0,0,0-1.13.79.79,0,0,0-.57-.23H1.6A1.6,1.6,0,0,0,0,3.74H0V15.49a1.6,1.6,0,0,0,1.6,1.6H13.35a1.6,1.6,0,0,0,1.6-1.6h0V9.6A.8.8,0,0,0,13.59,9Z' transform='translate(0 0)' fill='%233c3c3c'/%3E%3C/svg%3E");
}

.buttonGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
}
.buttonGroup .btn {
  margin-bottom: 1em;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
}
.buttonGroup .btn:first-child {
  margin-right: 20px;
}
.buttonGroup .btn:nth-child(2) {
  margin-right: 20px;
}

.share_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  font-size: 1.1428571429rem;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
  padding: 0 20px 0 0;
}
.share_btn .lbl {
  position: relative;
  z-index: 1;
}
.share_btn .icon {
  display: block;
  margin-right: 20px;
  padding: 15px 15px;
}
.share_btn::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 47px;
  top: 0;
  bottom: 0;
  right: 100%;
  transition: all 0.2s ease-in;
}
.share_btn.share_fb {
  background: #3B5A98;
}
.share_btn.share_fb::after, .share_btn.share_fb .icon {
  background: #365189;
}
.share_btn.share_tw {
  background: #01ACEE;
}
.share_btn.share_tw::after, .share_btn.share_tw .icon {
  background: #029AD5;
}
.share_btn:hover, .share_btn:focus {
  color: #fff;
  text-decoration: none;
}
.share_btn:hover::after, .share_btn:focus::after {
  right: 0;
}

/* PDF LINK */
.pdfLink {
  display: inline-flex;
  align-items: center;
  padding: 0 0 0 38px;
  min-height: 33px;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 28px 33px;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.47 33.22'%3E%3Cpath d='M27.21,7a4.62,4.62,0,0,1,.89,1.41,4.35,4.35,0,0,1,.37,1.63V31.43a1.78,1.78,0,0,1-1.77,1.78H1.78A1.77,1.77,0,0,1,0,31.45V1.78A1.76,1.76,0,0,1,1.76,0H18.38A4.22,4.22,0,0,1,20,.37a4.27,4.27,0,0,1,1.41.89ZM19,2.52v7h7a2,2,0,0,0-.41-.76l-5.8-5.8A2,2,0,0,0,19,2.52ZM26.1,30.84v-19H18.39a1.77,1.77,0,0,1-1.78-1.76V2.37H2.37V30.84Zm-9.53-11a14.58,14.58,0,0,0,1.56,1,17.44,17.44,0,0,1,2.17-.13c1.81,0,2.91.3,3.28.9a.9.9,0,0,1,0,1,.06.06,0,0,1,0,0l0,0v0c-.08.47-.51.7-1.32.7a7.39,7.39,0,0,1-2.13-.37,14,14,0,0,1-2.41-1,33.3,33.3,0,0,0-7.26,1.54Q7.61,28.46,6,28.46a1,1,0,0,1-.52-.12L5,28.12a.59.59,0,0,0-.11-.1.74.74,0,0,1-.11-.66,4.14,4.14,0,0,1,1-1.71,9,9,0,0,1,2.45-1.78.27.27,0,0,1,.38,0,.2.2,0,0,1,0,.08.1.1,0,0,1,0,.07c.64-1.05,1.3-2.27,2-3.65a28.17,28.17,0,0,0,1.93-4.85,15,15,0,0,1-.57-3,7.47,7.47,0,0,1,.12-2.36c.14-.5.4-.74.78-.74h.41a.77.77,0,0,1,.65.27A1.52,1.52,0,0,1,14.18,11a.36.36,0,0,1-.08.15.39.39,0,0,1,0,.15v.55a23.5,23.5,0,0,1-.26,3.56,9.3,9.3,0,0,0,2.71,4.41ZM5.89,27.47a8.24,8.24,0,0,0,2.54-2.93A10.39,10.39,0,0,0,6.81,26.1,6.09,6.09,0,0,0,5.89,27.47Zm7.38-17.06a5.48,5.48,0,0,0,0,2.45c0-.09.06-.36.13-.81,0,0,.05-.31.13-.8a.36.36,0,0,1,.08-.15.05.05,0,0,1,0,0,0,0,0,0,0,0,0s0,0,0,0a1.08,1.08,0,0,0-.24-.67l0,0v0ZM11,22.67a26.76,26.76,0,0,1,5.26-1.5L16,21l-.3-.25a9.75,9.75,0,0,1-2.35-3.26,25.41,25.41,0,0,1-1.54,3.65L11,22.67Zm12-.3c-.29-.3-1.16-.45-2.59-.45a7,7,0,0,0,2.3.52,1.83,1.83,0,0,0,.33,0s0,0,0-.05Z' transform='translate(0 0)' fill='%23d54216'/%3E%3C/svg%3E");
}
.pdfLink.link--green {
  color: #09CEA8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.47 33.22'%3E%3Cpath d='M27.21,7a4.62,4.62,0,0,1,.89,1.41,4.35,4.35,0,0,1,.37,1.63V31.43a1.78,1.78,0,0,1-1.77,1.78H1.78A1.77,1.77,0,0,1,0,31.45V1.78A1.76,1.76,0,0,1,1.76,0H18.38A4.22,4.22,0,0,1,20,.37a4.27,4.27,0,0,1,1.41.89ZM19,2.52v7h7a2,2,0,0,0-.41-.76l-5.8-5.8A2,2,0,0,0,19,2.52ZM26.1,30.84v-19H18.39a1.77,1.77,0,0,1-1.78-1.76V2.37H2.37V30.84Zm-9.53-11a14.58,14.58,0,0,0,1.56,1,17.44,17.44,0,0,1,2.17-.13c1.81,0,2.91.3,3.28.9a.9.9,0,0,1,0,1,.06.06,0,0,1,0,0l0,0v0c-.08.47-.51.7-1.32.7a7.39,7.39,0,0,1-2.13-.37,14,14,0,0,1-2.41-1,33.3,33.3,0,0,0-7.26,1.54Q7.61,28.46,6,28.46a1,1,0,0,1-.52-.12L5,28.12a.59.59,0,0,0-.11-.1.74.74,0,0,1-.11-.66,4.14,4.14,0,0,1,1-1.71,9,9,0,0,1,2.45-1.78.27.27,0,0,1,.38,0,.2.2,0,0,1,0,.08.1.1,0,0,1,0,.07c.64-1.05,1.3-2.27,2-3.65a28.17,28.17,0,0,0,1.93-4.85,15,15,0,0,1-.57-3,7.47,7.47,0,0,1,.12-2.36c.14-.5.4-.74.78-.74h.41a.77.77,0,0,1,.65.27A1.52,1.52,0,0,1,14.18,11a.36.36,0,0,1-.08.15.39.39,0,0,1,0,.15v.55a23.5,23.5,0,0,1-.26,3.56,9.3,9.3,0,0,0,2.71,4.41ZM5.89,27.47a8.24,8.24,0,0,0,2.54-2.93A10.39,10.39,0,0,0,6.81,26.1,6.09,6.09,0,0,0,5.89,27.47Zm7.38-17.06a5.48,5.48,0,0,0,0,2.45c0-.09.06-.36.13-.81,0,0,.05-.31.13-.8a.36.36,0,0,1,.08-.15.05.05,0,0,1,0,0,0,0,0,0,0,0,0s0,0,0,0a1.08,1.08,0,0,0-.24-.67l0,0v0ZM11,22.67a26.76,26.76,0,0,1,5.26-1.5L16,21l-.3-.25a9.75,9.75,0,0,1-2.35-3.26,25.41,25.41,0,0,1-1.54,3.65L11,22.67Zm12-.3c-.29-.3-1.16-.45-2.59-.45a7,7,0,0,0,2.3.52,1.83,1.83,0,0,0,.33,0s0,0,0-.05Z' transform='translate(0 0)' fill='%2300856a'/%3E%3C/svg%3E");
}

/* CARDS */
.card {
  background: #fff;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.11);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.card .photo {
  margin: 13px 15px 0;
  overflow: hidden;
  border-radius: 5px;
}
.card .photo img {
  display: block;
  transition: all 0.15s ease-in 0.08s;
}
.card:not(.notFullwidth) .photo img {
  width: 100%;
  height: auto;
}
.card .link {
  margin-top: auto;
  border-radius: 0 0 9px 9px;
  overflow: hidden;
}
.card .link a {
  position: relative;
  display: block;
  padding: 15px;
  text-decoration: none;
  transition: color 0.1s ease-in 0.08s;
  border-radius: 0 0 9px 9px;
  overflow: hidden;
  will-change: transform;
}
.card .link a .label {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.card .link a .icon {
  display: inline-block;
  margin-right: 6px;
}
.card .link a .icon.extLink {
  transform: translateY(-3px);
}
.card .link a::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #0064D1;
  transform: translateY(46px);
  transition: transform 0.1s ease-in 0.08s;
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .card .link a::after {
    transform: translateY(54px);
  }
}
.card .content {
  padding: 1.75em 15px 1em;
}
.card.noLink {
  cursor: inherit;
}
.card.noLink .link {
  background: #d54216;
  height: 7px;
}
.card.photo_wCurve {
  border-radius: 20px;
}
.card.photo_wCurve .content {
  padding-top: 0;
}
.card.photo_wCurve .photo {
  position: relative;
  margin: 0;
  border-radius: 0;
}
.card.photo_wCurve .photo img {
  position: relative;
  z-index: 1;
}
.card.photo_wCurve .photo::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -2px;
  padding-bottom: 14.30769231%;
  background-position: center;
  background-size: 102% auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 649.92 92.98'%3E%3Cpath d='M0,92.98 L649.92,92.98 L649.92,70 Q324.96,18 0,70 Z' fill='%23fff'/%3E%3C/svg%3E");
}
.card.photo_wCurve .link {
  border-radius: 0 0 20px 20px;
}
.card.photo_wCurve .link a {
  border-radius: 0 0 20px 20px;
}
.card.photo_wCurve .link a::after {
  transform: translateY(54px);
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .card.photo_wCurve .link a::after {
    transform: translateY(54px);
  }
}
.card.notFullwidth {
  border-radius: 20px;
}
.card.notFullwidth .link {
  border-radius: 0 0 20px 20px;
}
.card.notFullwidth .link a {
  border-radius: 0 0 20px 20px;
}
.card.notFullwidth .photo {
  border-radius: 0;
}
.card.blue_card .link a {
  color: #0064D1;
}
.card.blue_card .link a::after {
  background: #0064D1;
}
.card.blue_card.noLink .link {
  background: #0064D1;
}
.card.green_card .link a {
  color: #09CEA8;
}
.card.green_card .link a::after {
  background: #09CEA8;
}
.card.green_card.noLink .link {
  background: #09CEA8;
}
.card:not(.noLink):not(.notFullwidth):hover .photo img, .card:not(.noLink):not(.notFullwidth):focus .photo img {
  transform: scale(1.075);
  opacity: 0.65;
}
.card:not(.noLink):hover .link a, .card:not(.noLink):focus .link a {
  color: #fff;
}
.card:not(.noLink):hover .link a::after, .card:not(.noLink):focus .link a::after {
  transform: translateY(0);
}

/* MODULE BACKGROUNDS */
.bg_withCurves {
  background: #fff;
  background-position: left top, left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* BACKGROUND SHAPES */
.bg_shape {
  display: block;
  position: absolute;
  z-index: 5;
  pointer-events: none;
}

.bg_shape_yellowDots,
.bg_shape_purpleDots,
.bg_shape_blueDots {
  max-width: 133px;
}
.bg_shape_yellowDots img,
.bg_shape_purpleDots img,
.bg_shape_blueDots img {
  width: 100%;
  height: auto;
}

.bg_shape_solidCircle {
  width: 75px;
  max-width: 75px;
}
.bg_shape_solidCircle img {
  width: 100%;
  height: auto;
}

.bg_shape_dottedCircle {
  width: 147px;
  max-width: 147px;
}
.bg_shape_dottedCircle img {
  width: 100%;
  height: auto;
}

/* FORMS */
.form {
  background: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.form .req {
  color: #d54216;
}
.form .intro {
  margin-bottom: 2em;
}
.form .footnote {
  font-size: 0.9375rem;
  line-height: 1.2;
}
.form label,
.form legend:not(.title) {
  display: block;
  font-size: 1.1428571429rem;
  line-height: 1.25;
}
.form label + label, .form label + fieldset,
.form fieldset + label,
.form fieldset + fieldset {
  margin-top: 1.5em;
}
.form > fieldset + fieldset {
  margin-top: 2.5em;
}
.form > fieldset > fieldset + fieldset {
  margin-top: 1.5em;
}
.form label input, .form label textarea, .form label select {
  margin-top: 0.5em;
}
.form .radioGroup label {
  margin-top: 0.5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form .radioGroup label input {
  margin: 0 10px 0 0;
}
.form .captcha {
  margin: 4em 0 2em;
}
.form input:not([type=radio]):not([type=checkbox]) {
  display: block;
}
.form textarea,
.form input[type=text],
.form input[type=tel],
.form input[type=number],
.form input[type=date],
.form input[type=email] {
  font-size: 1rem;
  line-height: 1.0625;
  width: calc(100% - 30px);
  padding: 12px 15px;
  color: #000;
  background: #efefef;
  border-radius: 6px;
  border: 2px solid #efefef;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form textarea.error,
.form input[type=text].error,
.form input[type=tel].error,
.form input[type=number].error,
.form input[type=date].error,
.form input[type=email].error {
  border-color: #d54216;
}
.form textarea {
  min-height: 100px;
}
.form textarea.error {
  border-color: #d54216;
}
.form input[type=submit] {
  margin-top: 2em;
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .form {
    padding: 35px;
  }
}

.successMessage .copy {
  max-width: 980px;
}
.successMessage .headline {
  color: #0064D1;
}
.successMessage .cta {
  margin-top: 2em;
}
.successMessage .cta a {
  display: flex;
  align-items: flex-start;
  color: #0064D1;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  text-decoration: none;
}
.successMessage .cta a svg {
  margin: 0 12px 0 0;
  width: 28px;
  height: 26px;
  flex: 0 0 28px;
}

select {
  display: block;
  width: auto;
  max-width: 100%;
  color: #656565;
  background: #efefef;
  border-radius: 6px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  padding: 10px 40px 10px 15px;
  background-size: 16px 9px;
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.88 9.44'%3E%3Cpath d='M2.12,2.12,8.56,8.56,15,2.12' transform='translate(-0.62 -0.62)' fill='none' stroke='%23003087' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E");
}
select::-ms-expand {
  display: none;
}

/* NEWS LISTING */
.news_listing ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: visible;
}
.news_listing ul li {
  margin-bottom: 2em;
}
.news_listing ul li + li {
  margin-top: 0;
}
.news_listing .content time {
  display: block;
  font-size: 1.1428571429rem;
  line-height: 1.1875;
  color: #A7AAAF;
  margin-bottom: 20px;
}
.news_listing .content a.title {
  color: #0064D1;
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  text-decoration: none;
}
@media screen and (min-width: calc(600 / 16 * 1em)) {
  .news_listing ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 552px;
    margin: 0 auto;
  }
  .news_listing ul li {
    flex: 0 1 48%;
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .news_listing ul li:nth-child(1) {
    flex: 0 1 100%;
  }
  .news_listing ul li:nth-child(even) {
    margin-right: 4%;
  }
  .news_listing ul li .card {
    flex: 1 0 100%;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .news_listing ul {
    max-width: none;
  }
  .news_listing ul li {
    flex: 0 1 32.333%;
    display: flex;
    align-items: stretch;
  }
  .news_listing ul li:nth-child(1) {
    flex: 0 1 32.333%;
  }
  .news_listing ul li:nth-child(even) {
    margin-right: 0;
  }
  .news_listing ul li:nth-child(3n-1) {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}

/* PAGINATION */
.pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
}
.pagination a {
  text-decoration: none;
}
.pagination .arrow {
  color: #000;
}
.pagination span.arrow {
  color: #f7f7f8;
}
.pagination .pages {
  background: #EEEEED;
  border-radius: 4px;
  margin: 0 10px;
  padding: 2px;
}
.pagination .pages a {
  display: inline-block;
  color: #000;
  padding: 4px 11px;
  border-radius: 2px;
}
.pagination .pages a:hover, .pagination .pages a:focus {
  background: #fff;
}
.pagination .pages a.active {
  background: #0064D1;
  color: #fff;
}

/* NEWS LIST */
.news_list {
  list-style: none;
  padding: 0;
  margin: 0 0 2em;
}
.news_list li + li {
  border-top: 2px solid #ccc;
  margin-top: 1em;
  padding-top: 1em;
}
.news_list li time {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #000;
}
.news_list li a {
  color: #0064D1;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  font-size: 1.1428571429rem;
  line-height: 1.375;
  text-decoration: none;
}
.news_list li a:hover, .news_list li a:focus {
  text-decoration: underline;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .news_list li time {
    font-size: 1.0625rem;
    line-height: 1.5882352941;
  }
  .news_list li a {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}

/* */
/* ===========================
   		MODULES
	============================== */
.wysiwyg .copy {
  max-width: 980px;
}
.wysiwyg .copy h1 {
  border: 1px solid red;
}
.wysiwyg.scheme--green .copy h2, .wysiwyg.scheme--green .copy h3, .wysiwyg.scheme--green .copy h4, .wysiwyg.scheme--green .copy h5, .wysiwyg.scheme--green .copy h6 {
  color: #09CEA8;
}

.html_block_padding_top .container {
  padding-top: 2em;
}

.html_block_padding_bottom .container {
  padding-bottom: 2em;
}

/* Module 1 */
.home_hero {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.home_hero .picture {
  position: relative;
  z-index: 0;
}
.home_hero .picture img {
  width: 100%;
  height: auto;
}
.home_hero .picture .splide__toggle {
  position: absolute;
  z-index: 3;
  bottom: 8vw;
  right: 5.5%;
  background: rgba(0, 100, 209, 0.7);
  border-radius: 10px;
  border: 0;
  padding: 9px;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .home_hero .picture .splide__toggle {
    bottom: 15px;
  }
}
.home_hero .picture .splide__toggle span {
  display: none;
}
.home_hero .picture .splide__toggle span.splide__toggle__play {
  display: flex;
  align-items: center;
}
.home_hero .picture .splide__toggle.is-active span.splide__toggle__play {
  display: none;
}
.home_hero .picture .splide__toggle.is-active span.splide__toggle__pause {
  display: flex;
  align-items: center;
}
.home_hero .picture::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 1px;
  left: -1px;
  height: 100%;
  width: 25%;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.home_hero .picture::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 1px;
  right: -1px;
  height: 100%;
  width: 25%; /* Adjust width to control triangle size */
  background: rgba(0, 100, 209, 0.5); /* Another color */
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
@media screen and (max-width: calc(1023 / 16 * 1em)) {
  .home_hero .picture {
    display: block;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .home_hero .picture {
    position: absolute;
    left: 47%;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .home_hero .picture .splide__track, .home_hero .picture .splide__list, .home_hero .picture .splide__track:not(.splide__track--loop) .splide__slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .home_hero .picture img {
    height: 100%;
    object-fit: cover;
    object-position: right top;
    font-family: "object-fit: cover; object-position:right top";
  }
}
@media screen and (min-width: calc(1760 / 16 * 1em)) {
  .home_hero .picture {
    left: initial;
    width: 900px;
  }
  .home_hero .picture img {
    object-fit: contain;
    object-position: right top;
    font-family: "object-fit: contain; object-position:right top";
  }
}
.home_hero .container {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.home_hero .copy {
  pointer-events: all;
}
@media screen and (max-width: calc(1023 / 16 * 1em)) {
  .home_hero .copy {
    width: 80%;
    margin-top: 1em; /* padding:0 5%; */
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .home_hero .copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 47%;
    max-width: calc(650px - 0%);
    min-height: 450px; /* padding-right:20%; background:linear-gradient(90deg, rgba(#fff,1) 0%, rgba(#fff,1) 70%, rgba(#fff,.75) 80%, rgba(#fff,.5) 90%, rgba(#fff,0) 100%,
); */
  }
}
.home_hero h1 {
  font-size: 2.1875rem;
  line-height: 1.1428571429;
  color: #0064D1;
}
@media screen and (min-width: calc(1400 / 16 * 1em)) {
  .home_hero h1 {
    font-size: 3.4375rem;
    line-height: 1.0909090909;
  }
}
@media screen and (min-width: calc(1400 / 16 * 1em)) {
  .home_hero .subhead p, .home_hero .subhead li {
    font-size: 1.375rem;
    line-height: 1.2727272727;
  }
}
@media screen and (min-width: calc(1400 / 16 * 1em)) {
  .home_hero .buttonGroup .btn {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: calc(1400 / 16 * 1em)) {
  .home_hero .buttonGroup {
    margin-top: 2em;
  }
}
@media screen and (min-width: calc(1400 / 16 * 1em)) {
  .home_hero .subhead + .buttons {
    margin-top: 2.5em;
  }
}
.home_hero .bg_shape_yellowDots {
  width: 20vw;
  left: 0;
  top: 20vw;
  transform: translateX(-71%);
}
@media screen and (min-width: calc(1024 / 16 * 1em)) and (max-width: calc(1459 / 16 * 1em)) {
  .home_hero .bg_shape_yellowDots {
    top: inherit;
    bottom: 2vw;
  }
}
@media screen and (min-width: calc(1460 / 16 * 1em)) {
  .home_hero .bg_shape_yellowDots {
    top: 400px;
  }
}
.home_hero .bg_shape_solidCircle {
  width: 14vw;
  left: 65%;
  top: 0%;
  transform: translateY(-65%);
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .home_hero .bg_shape_solidCircle {
    left: 55%;
  }
}
.home_hero .bg_shape_dottedCircle {
  width: 17vw;
  right: 0;
  top: 100vw;
  transform: translateX(74%);
}
@media screen and (min-width: calc(600 / 16 * 1em)) {
  .home_hero .bg_shape_dottedCircle {
    top: 30vw;
  }
}
@media screen and (min-width: calc(1260 / 16 * 1em)) {
  .home_hero .bg_shape_dottedCircle {
    top: 370px;
  }
}

/* Module 2 */
.supplementary_links {
  background: #0064D1;
  padding: 10px 0;
  /* Mobile styling for horizontal layout */
}
.supplementary_links .container {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .supplementary_links .container {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 1%;
    padding: right 1%;
  }
}
.supplementary_links p {
  font-size: 24px;
  line-height: 1.4;
  font-family: sans-serif;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #fff;
  text-align: center;
}
.supplementary_links ul {
  list-style: none;
  padding: 0;
  margin: 1em auto 0;
}
.supplementary_links ul li {
  text-align: center;
}
.supplementary_links ul li a {
  color: #fff;
  font-size: 1.1428571429rem;
  line-height: 1.1875;
  text-decoration: none;
  display: inline-block;
  padding: 8px 15px 6px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
}
@media screen and (max-width: calc(767 / 16 * 1em)) {
  .supplementary_links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .supplementary_links ul li {
    flex: 0 1 auto;
    margin-top: 0;
  }
  .supplementary_links ul li a {
    white-space: nowrap;
    word-break: break-word;
    hyphens: auto;
  }
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .supplementary_links {
    /* Tablet horizontal layout */
  }
  .supplementary_links .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .supplementary_links p {
    flex: 0 1 20%;
    margin-right: 3%;
    text-align: left;
  }
  .supplementary_links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .supplementary_links ul li {
    flex: 0 1 auto;
    margin-top: 0;
  }
  .supplementary_links ul li a {
    white-space: nowrap;
    word-break: break-word;
    hyphens: auto;
  }
}
@media screen and (min-width: calc(960 / 16 * 1em)) {
  .supplementary_links ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
  }
  .supplementary_links ul li + li {
    margin-top: 0;
    margin-left: 1.5em;
  }
  .supplementary_links ul li a {
    background: none;
    padding: 0;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .supplementary_links ul li + li {
    margin-left: 40px;
  }
}

/* Module 3 */
.copy_and_photo .container {
  margin-top: 5.31354167%;
  margin-bottom: 5.88802083%;
}
.copy_and_photo .photo {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.copy_and_photo .photo img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.copy_and_photo .video iframe {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.copy_and_photo .copy {
  padding: 1em 0;
  align-self: flex-start;
}
.copy_and_photo .copy .logo {
  margin-bottom: 1.5em;
}
.copy_and_photo .copy .logo img {
  max-width: 100%;
  height: auto;
}
.copy_and_photo .copy .headline {
  color: #000;
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .copy_and_photo .copy .headline {
    font-size: 32px;
    line-height: 1.2;
  }
}
.copy_and_photo .copy .subhead {
  margin-bottom: 1em;
}
.copy_and_photo .copy .subhead p, .copy_and_photo .copy .subhead li {
  font-family: sans-serif;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .copy_and_photo .copy .subhead p, .copy_and_photo .copy .subhead li {
    font-size: 24px;
    line-height: 1.4;
  }
}
.copy_and_photo .cap_CTA {
  position: relative;
  overflow: hidden;
  padding: 36px 40px;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 2em 0;
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .copy_and_photo .cap_CTA {
    border-radius: 25px;
  }
}
.copy_and_photo .cap_CTA .cap_CTA_photo {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.copy_and_photo .cap_CTA .cap_CTA_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.copy_and_photo .cap_CTA .cap_CTA_copy {
  position: relative;
  z-index: 1;
}
.copy_and_photo .cap_CTA .cap_CTA_copy *:not(.btn) {
  color: #fff;
}
@media screen and (max-width: calc(1199 / 16 * 1em)) {
  .copy_and_photo .copy .logo img {
    max-width: 80%;
  }
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .copy_and_photo .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .copy_and_photo.cta_video .container, .copy_and_photo.cta_photo .container {
    align-items: flex-start;
  }
  .copy_and_photo .cap_CTA {
    margin: 0;
  }
  .copy_and_photo .photo, .copy_and_photo .video, .copy_and_photo .cap_CTA {
    flex: 0 1 46%;
    border-radius: 20px;
  }
  .copy_and_photo .copy {
    flex: 0 1 50%;
  }
  .copy_and_photo.photoRight .photo, .copy_and_photo.photoRight .video {
    order: 2;
  }
  .copy_and_photo.photoRight .copy {
    order: 1;
  }
  .copy_and_photo.ctaRight .cap_CTA {
    order: 2;
  }
  .copy_and_photo.ctaRight .copy {
    order: 1;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .copy_and_photo .photo, .copy_and_photo .video, .copy_and_photo .cap_CTA {
    flex: 0 1 53.58711567%;
    max-width: 585px;
    max-height: 380px;
  }
  .copy_and_photo.cta_photo .cap_CTA, .copy_and_photo.cta_video .cap_CTA {
    flex: 0 1 43%;
  }
  .copy_and_photo .copy {
    flex: 0 1 46.41288433%;
  }
}

/* Module 4 */
.news_block {
  padding: 3em 0;
  position: relative;
  overflow: hidden;
}
.news_block.bg_withCurves .container {
  padding-top: 3em;
  padding-bottom: 3em;
}
.news_block .headline {
  color: #000;
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 1.5em;
}
.news_block picture {
  display: block;
  margin-bottom: 1.75em;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
}
.news_block picture img {
  display: block;
  width: 100%;
  height: auto;
}
.news_block .featured .title {
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  line-height: 1.4;
}
.news_block .featured .title a {
  color: #000;
}
.news_block .featured .buttons {
  margin-top: 1.5em;
}
@media screen and (max-width: calc(767 / 16 * 1em)) {
  .news_block .col + .col {
    margin-top: 3em;
  }
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .news_block picture {
    border-radius: 20px;
  }
  .news_block .featured .buttons {
    margin-top: 2.5em;
  }
  .news_block .cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .news_block .cols .col:nth-child(1) {
    flex: 0 1 53.58711567%;
  }
  .news_block .cols .col:nth-child(2) {
    flex: 0 1 45.70278184%;
  }
  .news_block .cols .col.featured {
    max-width: 585px;
  }
}
@media screen and (max-width: calc(1023 / 16 * 1em)) {
  .news_block .bg_shape {
    display: none;
  }
}
.news_block .bg_shape_yellowDots {
  width: 20vw;
  right: 0;
  bottom: 40px;
  transform: translateX(60%);
}
.news_block .bg_shape_solidCircle {
  width: 14vw;
  left: 0;
  top: 200px;
  transform: translateX(-65%);
}

/* Module 6 */
.icon_callouts {
  padding: 3em 0;
}
.icon_callouts .headline {
  text-align: center;
  margin-bottom: 1.5em;
}
.icon_callouts .callouts .co {
  text-align: center;
  margin-bottom: 4em;
}
.icon_callouts .callouts .co .icon {
  margin-bottom: 1.5em;
}
.icon_callouts .callouts .co .icon img {
  max-width: 100%;
  height: auto;
}
.icon_callouts .callouts .co .title {
  color: #000;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
.icon_callouts .callouts .co .text {
  width: 80%;
  margin: 0 auto;
  max-width: 400px;
}
.icon_callouts .callouts .co .subheadline {
  color: #000 !important;
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .icon_callouts .callouts {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .icon_callouts .callouts .co {
    flex: 0 1 33.3333%;
  }
  .icon_callouts .callouts .co + .co {
    margin-left: 2%;
  }
  .icon_callouts .callouts .co .subheadline {
    color: #000 !important;
  }
}

/* Module 5 12 12b */
.careers_CTAs {
  padding: 3em 0;
  position: relative;
  overflow: hidden;
}
.careers_CTAs.bg_withCurves .container {
  padding-top: 4em;
  padding-bottom: 4em;
}
.careers_CTAs .headline {
  color: #000;
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
}
.careers_CTAs .subhead {
  margin-bottom: 1em;
}
.careers_CTAs .subhead p, .careers_CTAs .subhead li {
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  line-height: 1.4;
}
.careers_CTAs .cc_list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: visible; /* max-width:740px; */
}
.careers_CTAs .cc_list li {
  display: block;
  position: relative;
  padding-top: 56% !important;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  overflow: hidden;
  will-change: transform;
}
.careers_CTAs .cc_list li + li {
  margin-top: 2em;
}
.careers_CTAs .cc_list li:hover img, .careers_CTAs .cc_list li:focus img {
  transform: scale(1.075);
  opacity: 0.65;
}
.careers_CTAs .cc_list li:hover .title, .careers_CTAs .cc_list li:focus .title {
  padding-top: 53px;
}
.careers_CTAs .cc_list li img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.15s ease-in;
}
.careers_CTAs .cc_list li .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 50px 20% 12px 20px;
  font-size: 1.125rem;
  line-height: 1.2777777778;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 246px;
  background-position: left center;
  transition: all 0.15s ease-in;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 360 246.69'%3E%3Cpath d='M0,246.69 L360,246.69 L360,120 Q180,60 0,120 Z' fill='%230064D1' fill-opacity='1.0'/%3E%3C/svg%3E");
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .careers_CTAs .cc_list li .title {
    font-size: 1.1428571429rem;
    line-height: 1.3125;
  }
}
@media screen and (min-width: calc(600 / 16 * 1em)) {
  .careers_CTAs .cc_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .careers_CTAs .cc_list li {
    flex: 0 1 48%;
    padding-top: 26% !important;
    margin-bottom: 2em;
  }
  .careers_CTAs .cc_list li + li {
    margin-top: 0;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .careers_CTAs .cc_list li {
    flex: 0 1 24.15812592%;
    padding-top: 30% !important;
  }
}
@media screen and (max-width: calc(599 / 16 * 1em)) {
  .careers_CTAs .container {
    padding-bottom: 2em;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .careers_CTAs .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .careers_CTAs .container .copy {
    flex: 0 1 36.74963397%;
  }
  .careers_CTAs .container .cc_list {
    flex: 0 1 100%;
  }
  .careers_CTAs .container .copy + .cc_list {
    flex: 0 1 54.1727672%;
    margin-top: 0;
  }
  .careers_CTAs .container .copy + .cc_list li {
    flex: 0 1 47.56756757%;
    margin-bottom: 2em;
  }
}
.careers_CTAs .container .copy + .cc_list {
  margin-top: 3em;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .careers_CTAs .container .copy + .cc_list {
    max-width: 585px;
    margin-top: 0;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) and (max-width: calc(1350 / 16 * 1em)) {
  .careers_CTAs .container .copy + .cc_list {
    flex: 0 1 60%;
  }
}
.careers_CTAs .container .copy + .cc_list li {
  padding-top: 33.18181818%;
}
.careers_CTAs .container li {
  padding-top: 18.18181818%;
}
.careers_CTAs.just3 .container {
  /* @include mq(768) {
  	display:flex; justify-content:space-between; align-items:flex-start;
  	.headline {flex:0 1 25%;}
  	.cc_list {flex:0 1 70%;}
  }
  @include mqSpan(768,959) {
  	.cc_list {display:block; max-width:400px;}
  } */
}
.careers_CTAs.just3 .container .cc_list li {
  padding-top: 18.18181818%;
}
@media screen and (min-width: calc(960 / 16 * 1em)) {
  .careers_CTAs.just3 .container .cc_list li {
    flex: 0 1 31.333%;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .careers_CTAs.just3 .container {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .careers_CTAs.just3 .container .cc_list li {
    padding-top: 70% !important;
  }
}
@media screen and (max-width: calc(1499 / 16 * 1em)) {
  .careers_CTAs .bg_shape {
    display: none;
  }
}
.careers_CTAs .bg_shape_purpleDots {
  width: 20vw;
  left: 0;
  top: 150px;
  transform: translateX(-71%);
}
.careers_CTAs .bg_shape_dottedCircle {
  width: 17vw;
  right: 0;
  bottom: 160px;
  transform: translateX(74%);
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .careers_CTAs.ctasFirst .container .copy {
    order: 2;
    flex: 0 1 46.74963397%;
    margin-top: 3em;
  }
  .careers_CTAs.ctasFirst .container .cc_list {
    order: 1;
    flex: 0 1 54.1727672%;
    margin-top: 0;
  }
  .careers_CTAs.ctasFirst .container .cc_list li {
    flex: 0 1 47.56756757%;
    margin-bottom: 2em;
  }
}

/* Modules 8 9 11 */
.copy_callouts {
  padding: 3em 0;
}
.copy_callouts .intro_text {
  margin-bottom: 2em;
  max-width: 980px;
}
.copy_callouts .text.bold--red b {
  color: #d54216;
}
.copy_callouts .text.bold--blue b {
  color: #0064D1;
}
.copy_callouts .text.bold--green b {
  color: #09CEA8;
}
.copy_callouts .photo {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}
.copy_callouts .photo.left {
  margin-left: 0;
}
.copy_callouts .photo.right {
  margin-right: 0;
}
@media screen and (max-width: calc(1023 / 16 * 1em)) {
  .copy_callouts .callouts .co {
    margin-bottom: 2em;
  }
  .copy_callouts .callouts .subheadline {
    color: #000 !important;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: calc(600 / 16 * 1em)) and (max-width: calc(1023 / 16 * 1em)) {
  .copy_callouts .callouts {
    max-width: 85%;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .copy_callouts .intro_text {
    margin-bottom: 3em;
  }
  .copy_callouts .callouts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .copy_callouts .callouts.co_1 .co, .copy_callouts .callouts.co_2 .co {
    flex: 0 1 47.5%;
  }
  .copy_callouts .callouts.co_3 .co {
    flex: 0 1 30.333%;
  }
  .copy_callouts .callouts .subheadline {
    color: #000 !important;
    font-family: sans-serif;
    font-weight: 600;
    font-family: "Gilroy", sans-serif;
  }
}

/* Module 9b-VMV */
/* copy_copy_photo_box */
.ccpb {
  position: relative;
  overflow: hidden;
  padding: 3em 0;
}
.ccpb .container {
  padding-bottom: 2em;
}
.ccpb .intro_copy {
  max-width: 885px;
  margin-bottom: 2em;
}
.ccpb .intro_copy .headline {
  color: #000;
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
}
.ccpb .box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.09);
  background: #fff;
  max-width: 547px;
  margin: 0 auto;
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .ccpb .box {
    max-width: none;
    display: flex;
    align-items: center;
  }
}
.ccpb .box .photo {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em;
  flex: 0 1 50%;
  height: 100%;
  order: 2;
}
.ccpb .box .photo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 10px;
  object-position: center;
}
.ccpb .box .copy {
  padding: 20px 5% 40px;
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .ccpb .box .copy {
    flex: 0 1 50%;
    padding: 3em 4em;
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.ccpb .box h1, .ccpb .box h2 {
  color: #f00;
  border: 1px solid #f00;
}
.ccpb .box h3, .ccpb .box h4, .ccpb .box h4, .ccpb .box h6 {
  color: #000;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
}
@media screen and (max-width: calc(1559 / 16 * 1em)) {
  .ccpb .bg_shape {
    display: none;
  }
}
.ccpb .bg_shape_solidCircle {
  width: 14vw;
  left: 0;
  bottom: 500px;
  transform: translateX(-65%);
}
.ccpb .bg_shape_blueDots {
  width: 20vw;
  right: 0;
  bottom: 120px;
  transform: translateX(60%);
}

/* Module 10 */
.latest_news {
  padding: 3em 0;
  position: relative;
  overflow: hidden;
  /* News Listing Styles Above */
}
.latest_news .intro_text {
  max-width: 980px;
}
.latest_news .headline {
  color: #000;
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 1.5em;
}
.latest_news .intro_text + .news_listing {
  margin-top: 2.5em;
}
.latest_news.scheme--green .content time::after {
  background: #3EA8FF;
}
@media screen and (max-width: calc(1499 / 16 * 1em)) {
  .latest_news .bg_shape {
    display: none;
  }
}
.latest_news .bg_shape_yellowDots {
  width: 20vw;
  left: 0;
  top: 160px;
  transform: translateX(-71%);
}
.latest_news .bg_shape_solidCircle {
  width: 17vw;
  right: 0;
  bottom: 100px;
  transform: translateX(74%);
}

/* Module 13 */
.timeline .intro_copy {
  max-width: 980px;
}
.timeline ol.chart {
  list-style: none;
  padding: 0;
  margin: 2em 0 0;
}
.timeline ol.chart li {
  position: relative;
  padding-bottom: 36px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-size: 4px 795px;
  background-position: 5px 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 4 795'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='4' height='795' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M2,2V812' fill='none' stroke='%23003087' stroke-linecap='round' stroke-width='4' stroke-dasharray='0 15'/%3E%3C/g%3E%3C/svg%3E");
}
.timeline ol.chart li + li {
  margin-top: -8px;
}
.timeline ol.chart li:last-child {
  background-image: none;
}
.timeline ol.chart li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 12px;
  background: #0064D1;
  border-radius: 50%;
}
.timeline ol.chart li time {
  color: #0064D1;
}
.timeline ol.chart li time + .title {
  margin-top: 0.25em;
}
.timeline ol.chart li .title {
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
}
.timeline ol.chart li p {
  font-size: 1.1428571429rem;
  line-height: 1.5;
}
.timeline ol.chart li p + p::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #A7AAAF;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .timeline ol.chart {
    display: flex;
    flex-wrap: wrap;
  }
  .timeline ol.chart li {
    flex: 0 1 calc(50% - 30px);
    padding-bottom: 20px;
  }
  .timeline ol.chart li + li {
    margin-top: -17px;
  }
  .timeline ol.chart li::before {
    top: 21px;
  }
  .timeline ol.chart li .title, .timeline ol.chart li p {
    max-width: 375px;
  }
  .timeline ol.chart li:nth-child(odd) {
    margin-left: calc(50% - 4px);
    background-position: 0 26px;
  }
  .timeline ol.chart li:nth-child(odd)::before {
    left: -5px;
  }
  .timeline ol.chart li:nth-child(even) {
    text-align: right;
    padding-left: 0;
    padding-right: 30px;
    background-position: 100% 26px;
  }
  .timeline ol.chart li:nth-child(even)::before {
    left: inherit;
    right: -5px;
  }
  .timeline ol.chart li:nth-child(even) .title, .timeline ol.chart li:nth-child(even) p {
    margin-left: calc(100% - 375px);
  }
  .timeline ol.chart li:nth-child(even) p + p::before {
    margin-left: calc(100% - 50px);
  }
}

/* Module  14 */
.bio_list {
  position: relative;
  overflow: hidden;
}
.bio_list .container {
  flex-wrap: wrap;
}
.bio_list .intro_text {
  margin-bottom: 4em;
}
.bio_list .headline {
  color: #0064D1;
}
.bio_list .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: visible;
}
.bio_list .list ul li {
  margin-bottom: 1.5em;
}
.bio_list .list ul li + li {
  margin-top: 0;
}
.bio_list .card {
  cursor: pointer;
  transition: transform 0.15s ease-in;
  border-radius: 10px;
}
.bio_list .card .photo img {
  display: block;
  transition: transform 0.15s ease-in;
}
.bio_list .card .name {
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
.bio_list .card .name a {
  color: #0064D1;
  text-decoration: none;
  transition: color 0.15s ease-in;
}
.bio_list .card .title {
  font-size: 0.875rem;
  line-height: 1.1428571429;
  color: #656565;
}
.bio_list .card .link {
  transition: background 0.15s ease-in;
}
.bio_list .card:hover .photo img {
  transform: scale(1.08);
}
.bio_list .card:hover .name a {
  color: #3EA8FF;
}
.bio_list .card:hover .link {
  background: #09CEA8;
}
@media screen and (max-width: calc(400 / 16 * 1em)) {
  .bio_list .card .name a {
    font-size: 1.1428571429rem;
    line-height: 1;
  }
}
@media screen and (max-width: calc(599 / 16 * 1em)) {
  .bio_list .list ul li.card {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .bio_list .list ul li .photo {
    flex: 0 1 40%;
  }
  .bio_list .list ul li .photo::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    padding-right: 11.31578947%;
    padding-bottom: 0;
    background-position: center;
    background-size: auto 104%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 18.51 177.22'%3E%3Cpath d='M18.51,0V177.22H0A592.36,592.36,0,0,0,4.8,0Z' fill='%23fff'/%3E%3C/svg%3E");
  }
  .bio_list .list ul li .content {
    flex: 0 1 calc(60% - 30px);
  }
  .bio_list .list ul li .link {
    display: none;
  }
  .bio_list .list ul li .name {
    margin-top: 1.5em;
  }
  .bio_list .list ul li .name a {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}
@media screen and (min-width: calc(600 / 16 * 1em)) {
  .bio_list .list ul {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    /* li {flex:0 1 31%;
    	&:nth-child(odd) {margin-right:0;}
    	&:nth-child(3n-1) {margin-left:3.5%; margin-right:3.5%;}
    } */
  }
  .bio_list .list ul li {
    flex: 0 1 48%;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: calc(700 / 16 * 1em)) {
  .bio_list .list ul li {
    flex: 0 1 31%;
  }
}
@media screen and (min-width: calc(800 / 16 * 1em)) {
  .bio_list .container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .bio_list .list ul li {
    flex: 0 1 48%;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .bio_list .list ul li {
    flex: 0 1 29.54545455%;
  }
  .bio_list .list ul.four-up li {
    flex: 0 1 21.54545455%;
  }
  .bio_list .list ul.five-up li {
    flex: 0 1 19.54545455%;
  }
}
@media screen and (max-width: calc(1499 / 16 * 1em)) {
  .bio_list .bg_shape {
    display: none;
  }
}
.bio_list .bg_shape_yellowDots {
  width: 20vw;
  left: 0;
  top: 50px;
  transform: translateX(-71%);
}
.bio_list .bg_shape_dottedCircle {
  width: 17vw;
  right: 0;
  bottom: 30%;
  transform: translateX(74%);
}

/* Module 15 */
.bio_detail .title {
  font-size: 1.1875rem;
  line-height: 1.5789473684;
}
.bio_detail .intro_text {
  margin-bottom: 2em;
}
.bio_detail .intro_text .headline {
  margin-bottom: 0;
}
.bio_detail blockquote {
  position: relative;
  margin: 2em 0;
  padding-top: 45px;
  text-align: left;
  max-width: 70%;
}
.bio_detail blockquote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  color: #09CEA8;
  font-size: 5.625rem;
  line-height: 1;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
}
.bio_detail blockquote p, .bio_detail blockquote li {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  color: #0064D1;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .bio_detail blockquote p, .bio_detail blockquote li {
    font-size: 1.625rem;
    line-height: 1.3461538462;
  }
}
.bio_detail .photo {
  text-align: center;
}
.bio_detail .photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: calc(450 / 16 * 1em)) and (max-width: calc(767 / 16 * 1em)) {
  .bio_detail .photo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 1em 0 2em;
  }
  .bio_detail .photo img {
    flex: 0 1 300px;
  }
  .bio_detail .photo blockquote {
    flex: 1 1 calc(100% - 300px);
    margin-left: 5%;
  }
  .bio_detail .photo blockquote p, .bio_detail .photo blockquote li {
    max-width: 275px;
  }
}
.bio_detail .bio {
  margin-top: 1em;
}
.bio_detail .bio blockquote {
  margin-top: 0;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .bio_detail .bio blockquote p, .bio_detail .bio blockquote li {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: calc(1240 / 16 * 1em)) {
  .bio_detail .bio blockquote p, .bio_detail .bio blockquote li {
    font-size: 1.5625rem;
    line-height: 1.36;
  }
}
@media screen and (max-width: calc(767 / 16 * 1em)) {
  .bio_detail .photo img {
    max-width: 200px;
  }
  .bio_detail .bio blockquote {
    display: none;
  }
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .bio_detail .container {
    display: grid;
    grid-template-columns: 22% 1fr;
    grid-template-rows: minmax(1px, auto) 1fr;
    grid-column-gap: 7%;
    grid-row-gap: 0px;
  }
  .bio_detail .photo {
    grid-area: 1/1/3/2;
  }
  .bio_detail .photo blockquote {
    display: none;
  }
  .bio_detail .intro_text {
    grid-area: 1/2/2/3;
  }
  .bio_detail .bio {
    grid-area: 2/2/3/3;
    margin-top: 0;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .bio_detail .container {
    grid-column-gap: 2.48901903%;
  }
}

/* Module 16 */
.hero {
  position: relative;
  overflow: hidden;
  margin-top: 2em;
}
.hero .container {
  padding-bottom: 1em;
}
@media screen and (max-width: calc(599 / 16 * 1em)) {
  .hero .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .hero {
    margin-top: 2.5em;
  }
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .hero .hero_content {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
    min-height: 400px;
  }
}
.hero .splide__toggle {
  position: absolute;
  z-index: 2;
  bottom: 85px;
  right: 4%;
  background: rgba(0, 100, 209, 0.7);
  border-radius: 10px;
  border: 0;
  padding: 9px;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: calc(600 / 16 * 1em)) {
  .hero .splide__toggle {
    bottom: 50px;
  }
}
@media screen and (min-width: calc(800 / 16 * 1em)) {
  .hero .splide__toggle {
    bottom: 1vw;
    right: 1.5vw;
  }
}
.hero .splide__toggle span {
  display: none;
}
.hero .splide__toggle span.splide__toggle__play {
  display: flex;
  align-items: center;
}
.hero .splide__toggle.is-active span.splide__toggle__play {
  display: none;
}
.hero .splide__toggle.is-active span.splide__toggle__pause {
  display: flex;
  align-items: center;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .hero.hasCTA .splide__toggle {
    bottom: 70px;
    right: 4%;
  }
}
@media screen and (min-width: calc(1150 / 16 * 1em)) {
  .hero.hasCTA .splide__toggle {
    bottom: 0;
    right: 1px;
    border-radius: 0;
    padding-inline: 10px;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .hero.hasCTA.copy_right .splide__toggle {
    bottom: 10px;
    right: 6px;
    border-radius: 10px;
    padding-inline: 9px;
  }
}
.hero .photo {
  position: relative;
  z-index: 0;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.11);
}
.hero .photo img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
@media screen and (min-width: calc(600 / 16 * 1em)) {
  .hero .photo {
    border-radius: 10px;
    overflow: hidden;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .hero .photo {
    border-radius: 25px;
  }
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .hero .photo {
    flex: 0 1 60%;
    box-shadow: none;
    border-radius: 0;
    order: 2;
    height: 100%;
    display: flex;
  }
  .hero .photo .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    flex: 1;
  }
}
.hero .photo .logo {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  max-width: 60%;
  padding: 14px 30px 14px 25px;
  border-radius: 0 0 0 25px;
}
@media screen and (max-width: calc(600 / 16 * 1em)) {
  .hero .photo .logo img {
    height: auto;
  }
}
.hero .photo .logo img {
  width: auto;
  max-width: 100%;
}
.hero .photo .logo.green {
  background: rgba(9, 206, 168, 0.9);
}
.hero .photo .logo.blue {
  background: rgba(0, 100, 209, 0.9);
}
.hero .photo .logo.red {
  background: rgba(213, 66, 22, 0.9);
}
.hero .photo::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 1px;
  left: -1px;
  height: 100%;
  width: 25%;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.hero .photo::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 1px;
  right: -1px;
  height: 100%;
  width: 25%; /* Adjust width to control triangle size */
  background: rgba(0, 100, 209, 0.5); /* Another color */
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.hero .copy {
  position: relative;
  z-index: 1;
  padding: 5% 5% 2.5%;
  margin: -78px 4% 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  background: #fff;
}
.hero .copy .headline {
  color: #000;
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
}
.hero .copy .subhead {
  margin-bottom: 1em;
}
.hero .copy .subhead p, .hero .copy .subhead li {
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  font-size: 1.1428571429rem;
  line-height: 1.375;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .hero .copy .subhead p, .hero .copy .subhead li {
    font-size: 1.1875rem;
    line-height: 1.5789473684;
  }
}
@media screen and (min-width: calc(600 / 16 * 1em)) {
  .hero .copy {
    margin-top: -42px;
  }
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .hero .copy {
    margin-left: 7.32064422%;
    border-radius: 20px;
    max-width: calc(620px - 6%);
    padding: 3% 3% 2.5%;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .hero .copy {
    margin-top: -60px;
  }
  .hero .copy p, .hero .copy li {
    font-size: 1.1875rem;
    line-height: 1.5789473684;
  }
}
@media screen and (min-width: calc(1350 / 16 * 1em)) {
  .hero .copy {
    margin-top: -120px;
  }
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .hero .copy {
    flex: 0 1 50%;
    margin: 0;
    box-shadow: none;
    background: transparent;
    padding: 1em 4em;
    border-radius: 0;
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .hero .copy:not(:has(.btn)) {
    padding: 2em 4em;
  }
}
@media screen and (min-width: calc(748 / 16 * 1em)) {
  .hero.copy_right .copy {
    margin-left: auto;
    margin-right: 7.32064422%;
  }
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .hero.copy_right .hero_content {
    flex-direction: row-reverse;
  }
  .hero.copy_right .photo {
    order: 1;
  }
  .hero.copy_right .copy {
    order: 2;
  }
}
@media screen and (max-width: calc(1499 / 16 * 1em)) {
  .hero .bg_shape {
    display: none;
  }
}
.hero .bg_shape_yellowDots {
  width: 20vw;
  left: 0;
  top: 50px;
  transform: translateX(-71%);
}
.hero .bg_shape_dottedCircle {
  width: 17vw;
  right: 0;
  top: 300px;
  transform: translateX(74%);
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .hero.hasCTA .photo {
    aspect-ratio: 876/451;
  }
  .hero.hasCTA .photo img {
    height: 100%;
    object-fit: cover;
  }
}
.hero.hasCTA .hero_CTA {
  position: relative;
  overflow: hidden;
  padding: 36px 40px;
}
.hero.hasCTA .hero_CTA .hero_CTA_photo {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.hero.hasCTA .hero_CTA .hero_CTA_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero.hasCTA .hero_CTA .hero_CTA_copy {
  position: relative;
  z-index: 1;
}
.hero.hasCTA .hero_CTA .hero_CTA_copy *:not(.btn) {
  color: #fff;
}
@media screen and (max-width: calc(1023 / 16 * 1em)) {
  .hero.hasCTA .hero_CTA {
    margin-top: 2em;
  }
}
@media screen and (min-width: calc(600 / 16 * 1em)) and (max-width: calc(1023 / 16 * 1em)) {
  .hero.hasCTA .hero_CTA {
    margin-left: -5.6667%;
    margin-right: -5.6667%;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .hero.hasCTA .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .hero.hasCTA .hero_content {
    flex: 0 1 64.5%;
  }
  .hero.hasCTA .hero_CTA {
    flex: 0 1 calc(33% - 80px);
    min-height: 293px;
    border-radius: 25px;
  }
}

/* Module 17 & 30 */
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .copy_wPhotoBG {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.copy_wPhotoBG .container {
  max-width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  overflow: hidden;
  background: #0064D1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .copy_wPhotoBG .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    align-items: stretch;
    border-radius: 20px;
  }
}
@media screen and (min-width: calc(1690 / 16 * 1em)) {
  .copy_wPhotoBG .container {
    margin-left: auto;
    margin-right: auto;
  }
}
.copy_wPhotoBG .copy {
  position: relative;
  z-index: 1;
  padding: 40px 30px 30px;
  max-width: 1200px;
  margin: 0 auto;
  order: 2;
}
.copy_wPhotoBG .copy * {
  max-width: 670px;
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .copy_wPhotoBG .copy {
    flex: 0 1 40%;
    padding: 65px 40px 60px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 1;
  }
}
.copy_wPhotoBG .footer p, .copy_wPhotoBG .footer li {
  font-size: 0.9375rem;
  line-height: 1.6;
}
.copy_wPhotoBG picture {
  position: relative;
  z-index: 1;
  height: 300px;
  overflow: hidden;
  order: 1;
}
.copy_wPhotoBG picture::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 1px;
  left: -1px;
  height: 100%;
  width: 25%;
  background: #0064D1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.copy_wPhotoBG picture::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 1px;
  right: -1px;
  height: 100%;
  width: 25%;
  background: rgba(255, 255, 255, 0.5);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .copy_wPhotoBG picture {
    flex: 0 1 60%;
    height: auto;
    order: 2;
  }
}
.copy_wPhotoBG picture img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .copy_wPhotoBG picture img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.copy_wPhotoBG .headline, .copy_wPhotoBG .text *, .copy_wPhotoBG .footer p, .copy_wPhotoBG .footer * {
  color: #fff;
}
.copy_wPhotoBG.copyCentered .copy {
  max-width: 980px;
}
.copy_wPhotoBG.copyCentered .copy * {
  text-align: center;
  max-width: none;
}
.copy_wPhotoBG.copyCentered .copy .buttonGroup {
  justify-content: center;
}
@media screen and (max-width: calc(1023 / 16 * 1em)) {
  .copy_wPhotoBG.copyCentered .copy .buttonGroup a.btn {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* Module 18 */
.career_table .intro_copy {
  max-width: 980px;
}
.career_table .table {
  margin: 3em 0;
  background: #fff;
  padding: 10px 20px 20px;
  border-radius: 17px;
}
@media screen and (max-width: calc(630 / 16 * 1em)) {
  .career_table .table {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    margin-left: -4%;
    margin-right: -4%;
  }
}
.career_table .table table {
  width: 100% !important;
  max-width: 100%;
  margin: 0;
  border: 0 !important;
}
.career_table .table table th, .career_table .table table td {
  padding: 10px 20px 10px 10px;
}
.career_table .table table thead th {
  text-align: left;
  border-bottom: 0 !important;
  border-top: 3px solid #fff;
}
.career_table .table table thead th.sorting:hover, .career_table .table table thead th.sorting:focus {
  border-top-color: #0064D1;
}
.career_table .table table tbody td:nth-child(3) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.career_table .table table tbody td:nth-child(3) svg {
  margin-left: 6px;
}
.career_table .table table tbody td:last-child:not(.child) {
  text-align: right;
}
.career_table .table table tbody td:last-child:not(.child) a {
  display: inline-block;
  color: #0064D1;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  text-decoration: underline;
}
.career_table .table table tbody td:last-child:not(.child) a:nth-child(2) {
  color: #0064D1;
  margin-left: 30px;
  white-space: nowrap;
}
@media screen and (min-width: calc(1200 / 16 * 1em)) {
  .career_table .table table tbody td:last-child:not(.child) {
    white-space: nowrap;
  }
}
.career_table .table table tbody td .dtr-details {
  width: 100%;
  margin-left: 0px !important;
}
.career_table .table table tbody td .dtr-details li {
  border-bottom: 0 !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.career_table .table table tbody td .dtr-details li:last-child {
  text-align: center;
}
.career_table .table table tbody td .dtr-details li:last-child:not(:first-child) .dtr-title {
  display: none;
}
.career_table .table table tbody td .dtr-details li:last-child a {
  display: inline-block;
  color: #0064D1;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  text-decoration: none;
}
.career_table .table table tbody td .dtr-details li:last-child a:nth-child(2) {
  color: #0064D1;
  margin-left: 30px;
}
.career_table .table table tbody td .dtr-details li:last-child a:last-child {
  color: #0064D1;
}
.career_table .table table tbody tr.odd {
  background: #efefef;
}
.career_table .table table tbody tr:hover {
  background: #EEEEED;
}
.career_table .table_filters {
  margin: 3em 0 -1.75em;
}
.career_table .table_filters form label {
  display: inline-block;
  margin-bottom: 10px;
}
.career_table .table_filters form label input, .career_table .table_filters form label select {
  font-size: 1.0625rem;
  line-height: 1;
}
.career_table .table_filters form label.keyword input {
  width: 100%;
  padding: 10px 20px;
  background: #efefef;
  border: 0;
  border-radius: 50px;
}
.career_table .table_filters form label.keyword input::-webkit-input-placeholder {
  color: #656565;
  opacity: 1;
}
.career_table .table_filters form label.keyword input::-moz-placeholder {
  color: #656565;
  opacity: 1;
}
.career_table .table_filters form label.keyword input:-ms-input-placeholder {
  color: #656565;
  opacity: 1;
}
.career_table .table_filters form label.keyword input:-moz-placeholder {
  color: #656565;
  opacity: 1;
}
@media screen and (max-width: calc(400 / 16 * 1em)) {
  .career_table .table_filters form label.keyword input {
    padding: 10px;
  }
}
.career_table .table_filters form label.select select {
  width: 100%;
  color: #656565;
  background: #efefef;
  border-radius: 50px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  padding: 10px 40px 10px 20px;
  background-size: 16px 9px;
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.88 9.44'%3E%3Cpath d='M2.12,2.12,8.56,8.56,15,2.12' transform='translate(-0.62 -0.62)' fill='none' stroke='%23003087' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E");
}
.career_table .table_filters form label.select select::-ms-expand {
  display: none;
}
.career_table .table_filters form label.remote svg {
  position: relative;
  top: -2px;
}
@media screen and (max-width: calc(767 / 16 * 1em)) {
  .career_table .table_filters form {
    display: flex;
    flex-direction: column;
  }
  .career_table .table_filters form label {
    width: 100%;
  }
  .career_table .table_filters form label.keyword {
    order: 6;
  }
  .career_table .table_filters form label.remote {
    order: 7;
    text-align: center;
  }
  .career_table .table_filters form label.select select {
    width: 100%;
  }
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .career_table .table_filters form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .career_table .table_filters form label {
    margin-right: 10px;
  }
  .career_table .table_filters form label.keyword {
    flex: 1 0 100%;
  }
  .career_table .table_filters form label.select {
    flex: 1 0 calc(25% - 8px);
  }
  .career_table .table_filters form label.remote {
    margin-left: 15px;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .career_table .table_filters form {
    flex-wrap: wrap;
  }
  .career_table .table_filters form label.keyword {
    flex: 1 0 30%;
    max-width: 500px;
    margin-right: 10px;
  }
  .career_table .table_filters form label.select {
    flex: 0 1 auto; /* min-width:150px; */
  }
  .career_table .table_filters form label.remote {
    flex: 0 1 auto;
    min-width: 190px;
  }
}
.career_table .table_filters .clear_filters {
  text-align: center;
}
.career_table .table_filters .clear_filters button {
  border: 0;
  background: none;
  color: #d54216;
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1;
}
.career_table .table_filters .clear_filters button[aria-hidden=true] {
  opacity: 0;
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .career_table .table_filters .clear_filters {
    text-align: right;
  }
}
.career_table .remoteOpts {
  margin: 2em 0 -1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.career_table .remoteOpts svg {
  margin-right: 6px;
}
.career_table .dataTables_filter {
  display: none !important;
}
.career_table table.dataTable thead .sorting {
  background-size: 22px auto;
  background-position: center left;
  padding-left: 24px;
}
.career_table table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, .career_table table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  padding-left: 32px !important;
}
.career_table table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
.career_table table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  background: #09CEA8 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.career_table table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before,
.career_table table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before {
  background: #d54216 !important;
}
.career_table .dataTables_wrapper .dataTables_info {
  padding-top: 2em;
}
.career_table .dataTables_wrapper .dataTables_paginate {
  position: relative;
  padding-top: 2em;
}
.career_table .dataTables_wrapper .dataTables_paginate > span {
  display: inline-block;
  background: #FAFAFA;
  border-radius: 5px;
  padding: 2px;
}
.career_table .dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline-block;
  color: #A7AAAF !important;
  font-size: 1.1428571429rem;
  line-height: 1;
  padding: 5px 10px !important;
  border: 0 !important;
}
.career_table .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .career_table .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background: none;
  padding: 5px 10px !important;
  border: 0 !important;
  color: #A7AAAF !important;
}
.career_table .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 0;
  background: #0064D1;
  color: #fff !important;
  border-radius: 3px;
}
.career_table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .career_table .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
  background: #0064D1;
  color: #fff !important;
}
.career_table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #EEEEED !important;
}
.career_table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .career_table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
  color: #EEEEED !important;
}

.careers_by_state table tbody td {
  padding: 10px 20px 10px 0;
  vertical-align: top;
}

/* Module 18 */
.compare .chart_container {
  margin-top: 2em;
  margin-bottom: 2em;
}
.compare button {
  display: block;
  width: 100%;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  background: transparent;
  border: 0;
  padding: 0 10px 0 25px;
  text-align: left;
  color: #0064D1;
  cursor: pointer;
}
.compare button::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 10px;
  display: block;
  width: 0;
  height: 0;
  border: 1px solid #0064D1;
  border-color: #0064D1 transparent transparent;
  border-width: 10px 8px;
  transition: all 0.15s ease-in;
}
.compare button[aria-expanded=true]::before {
  transform: rotate(180deg);
  top: -2px;
}
.compare .mobile_thead {
  margin: 2em 0;
}
.compare .headline, .compare .text {
  max-width: 1110px;
}
.compare .chart_container {
  padding: 15px 10px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.compare .chart_container.open {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.compare #chart_accordion {
  overflow: hidden;
  transition: max-height 0.4s ease-in;
}
.compare #chart_accordion.tempHide {
  position: absolute;
  left: 100%;
  top: -100%;
}
.compare .title {
  color: #0064D1;
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
}
.compare table {
  margin-bottom: 2em;
}
.compare table th, .compare table td {
  padding: 6px;
}
.compare table thead th {
  vertical-align: bottom;
  text-align: center;
  font-family: sans-serif;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
}
.compare table thead th .title {
  font-size: 0.875rem;
  line-height: 1.1428571429;
}
.compare table thead th p:not(.title) {
  display: none;
}
.compare table tbody tr:nth-child(odd) td {
  background: #f9f9f9;
}
.compare table tbody tr:nth-child(odd) td:first-child {
  border-radius: 13px 0 0 13px;
}
.compare table tbody tr:nth-child(odd) td:last-child {
  border-radius: 0 13px 13px 0;
}
.compare table tbody tr:nth-child(odd):first-child td:first-child {
  border-radius: 0 0 0 13px;
}
.compare table tbody tr:nth-child(odd):first-child td:last-child {
  border-radius: 0 0 13px 0;
}
.compare table tbody td {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  text-align: center;
}
.compare table tbody td:first-child {
  text-align: left;
}
.compare .chart_footer {
  padding: 0 10px 1em;
}
.compare .chart_footer a {
  color: #09CEA8;
}
@media screen and (max-width: calc(1023 / 16 * 1em)) {
  .compare table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid #EEEEED;
  }
}
@media screen and (min-width: calc(500 / 16 * 1em)) {
  .compare table th, .compare table td {
    padding: 12px;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .compare .mobile_thead {
    display: none;
  }
  .compare table {
    margin: 2em 0;
  }
  .compare table th, .compare table td {
    padding: 16px;
  }
  .compare table thead th {
    vertical-align: top;
    text-align: left;
  }
  .compare table thead th p, .compare table thead th .btn {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
  .compare table thead th p.title {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
  .compare table thead th p:not(.title) {
    display: block;
  }
  .compare table tbody td {
    width: 30%;
    font-size: 1.1428571429rem;
    line-height: 1.5;
  }
  .compare table tbody td:first-child {
    width: 40%;
  }
  .compare .chart_footer {
    padding: 0 16px;
  }
}

/* Module 19 */
.brand_logos ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.brand_logos ul li {
  margin: 1em 3%;
  text-align: center;
}
.brand_logos ul li img {
  display: block;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: calc(699 / 16 * 1em)) {
  .brand_logos ul li + li {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: calc(700 / 16 * 1em)) {
  .brand_logos ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .brand_logos ul li img {
    max-width: 100%;
  }
}
@media screen and (min-width: calc(1366 / 16 * 1em)) {
  .brand_logos ul {
    flex-wrap: nowrap;
  }
}

/* Module 38 */
.cards {
  padding: 3em 0;
}
.cards.bg_withCurves {
  padding-top: 2em;
  padding-bottom: 2em;
}
.cards .intro_copy {
  max-width: 980px;
}
.cards .intro_copy + .cards_container {
  margin-top: 2em;
}
.cards .title {
  color: #000;
}
.cards .headline {
  color: #000;
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 1.5em;
}
.cards .cards_container {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  overflow: visible;
  max-width: 552px;
}
.cards .cards_container > li {
  margin-bottom: 1.5em;
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .cards .cards_container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: none;
  }
  .cards .cards_container > li {
    flex: 0 1 48.5%;
    display: flex;
  }
  .cards .cards_container > li + li {
    margin-top: 0;
  }
  .cards .cards_container > li:nth-child(odd) {
    margin-right: 3%;
  }
  .cards .cards_container > li > div {
    flex: 1 0 100%;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .cards .cards_container > li {
    margin-bottom: 2.5em;
  }
}

/* Module 29 */
.careers_hero .hero_box {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
  background: #fff;
  margin: 0 auto;
}
.careers_hero .hero_box .photo {
  position: relative;
  overflow: hidden;
}
.careers_hero .hero_box .photo img {
  display: block;
  width: 100%;
  height: auto;
}
.careers_hero .hero_box .photo::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}
.careers_hero .hero_box .copy {
  padding: 10px 5% 30px;
}
.careers_hero .hero_box .headline {
  color: #0064D1;
}
.careers_hero .hero_box p, .careers_hero .hero_box li {
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
@media screen and (min-width: calc(1200 / 16 * 1em)) {
  .careers_hero .hero_box p, .careers_hero .hero_box li {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media screen and (max-width: calc(1023 / 16 * 1em)) {
  .careers_hero .hero_box .photo img {
    border-bottom: 1px solid #fff;
  }
  .careers_hero .hero_box .photo::after {
    left: 0;
    right: 0;
    bottom: -2px;
    padding-bottom: 11.6667%;
    background-position: center;
    background-size: 102% auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' perserveAspectRatio='none' viewBox='0 0 360.71 42.35'%3E%3Cpath d='M360.71,42.35H0V0C174.07,36.17,293,23.87,360.71,14.18Z' fill='%23fff'/%3E%3C/svg%3E");
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .careers_hero .hero_box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
  }
  .careers_hero .hero_box .photo {
    flex: 0 1 51.3909224%;
    order: 2;
    position: relative;
  }
  .careers_hero .hero_box .photo img {
    object-fit: cover;
    font-family: "object-fit:cover;";
    width: 100%;
    height: 100%;
    border-left: 1px solid #fff;
  }
  .careers_hero .hero_box .photo::after {
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    background-position: left center;
    background-size: auto 102%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' perserveAspectRatio='none' viewBox='0 0 42.35 360.71'%3E%3Cpath d='M0,360.71V0H42.35C6.18,174.07,18.48,293,28.17,360.71Z' fill='%23fff'/%3E%3C/svg%3E");
  }
  .careers_hero .hero_box .copy {
    flex: 0 1 40.6090776%;
    order: 1;
    padding: 3em 4%;
  }
  .careers_hero .hero_box h3, .careers_hero .hero_box h4, .careers_hero .hero_box h4, .careers_hero .hero_box h6 {
    font-size: 1.375rem;
    line-height: 1.3636363636;
  }
  .careers_hero .hero_box p + h3, .careers_hero .hero_box p h4, .careers_hero .hero_box p h4, .careers_hero .hero_box p h6 {
    margin-top: 2em;
  }
}
.careers_hero .boxes ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: visible;
}
.careers_hero .boxes ul li {
  margin-top: 1em;
  border-radius: 15px;
  padding: 26px 2%;
  text-align: center;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.07);
}
.careers_hero .boxes ul li:nth-child(3) {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.careers_hero .boxes ul li img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: calc(767 / 16 * 1em)) {
  .careers_hero .boxes ul li {
    margin-top: 0;
    border-radius: 0;
    padding: 12px 2%;
  }
  .careers_hero .boxes ul li:first-child {
    border-radius: 15px 15px 0 0;
    margin-top: 1em;
    padding-top: 26px;
  }
  .careers_hero .boxes ul li:last-child {
    border-radius: 0 0 15px 15px;
    padding-bottom: 26px;
  }
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .careers_hero .boxes ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .careers_hero .boxes ul li {
    flex: 0 1 28.333%;
  }
}
.careers_hero .boxes .title {
  font-family: sans-serif;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  margin-bottom: 0;
}
.careers_hero .boxes p {
  font-size: 1.1428571429rem;
  line-height: 1.5;
}

.wysiwyg {
  padding: 3em 0;
}

/* Careers */
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .careers_cols .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .careers_cols .wysiwyg {
    flex: 0 1 55%;
  }
  .careers_cols .careers_callout {
    flex: 0 1 36%;
  }
}

.careers_callout {
  max-width: 550px;
}
.careers_callout .callout {
  margin-bottom: 2em;
}
.careers_callout .callout p {
  color: #0064D1;
}
.careers_callout .callout p::before {
  content: "";
  display: block;
  width: 78px;
  height: 6px;
  background: #ffb549;
  margin: 2em 0 1em;
}

.careers_backto {
  margin: 2em 0 0;
}

/* Copy Accordion */
.copy_accordion .accordion_container {
  padding: 15px 10px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.copy_accordion .accordion_container.open {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.copy_accordion .accordion_container + .accordion_container {
  margin-top: 1em;
}
.copy_accordion button {
  display: block;
  width: 100%;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  background: transparent;
  border: 0;
  padding: 0 10px 0 25px;
  text-align: left;
  color: #0064D1;
  cursor: pointer;
}
.copy_accordion button::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 10px;
  display: block;
  width: 0;
  height: 0;
  border: 1px solid #0064D1;
  border-color: #0064D1 transparent transparent;
  border-width: 10px 8px;
  transition: all 0.15s ease-in;
}
.copy_accordion button[aria-expanded=true]::before {
  transform: rotate(180deg);
  top: -2px;
}
.copy_accordion .accordion_cont {
  overflow: hidden;
  transition: max-height 0.4s ease-in;
  padding-left: 8px;
  padding-right: 8px;
}
.copy_accordion .accordion_cont.tempHide {
  position: absolute;
  left: 0;
  top: -100%;
}
.copy_accordion .accordion_cont .copy {
  margin: 1em 0;
}
.copy_accordion .accordion_cont .buttonGroup {
  margin: 1em 0;
}

/* Corporate Responsibility Journey HTML Block */
.corp_resp_journey {
  list-style: none;
  padding: 0;
  margin: 0 0 0 14px;
  max-width: 980px;
  overflow: visible;
}
.corp_resp_journey > li {
  padding: 0 0 48px 30px; /* background-repeat:no-repeat; background-size:4px 795px; background-position:5px 14px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 4 795'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='4' height='795' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M2,2V812' fill='none' stroke='%23003087' stroke-linecap='round' stroke-width='4' stroke-dasharray='0 15'/%3E%3C/g%3E%3C/svg%3E"); */
  border-left: 3px solid #EEEEED;
}
.corp_resp_journey > li + li {
  margin-top: -8px;
}
.corp_resp_journey > li:first-child {
  position: relative;
}
.corp_resp_journey > li:first-child::after {
  content: "";
  z-index: 0;
  position: absolute;
  left: -7px;
  top: 0;
  height: 15px;
  display: block;
  width: 10px;
  background: #f9f9f9;
}
.corp_resp_journey > li:last-child {
  padding-bottom: 0;
}
.corp_resp_journey > li:last-child li:last-child::after {
  content: "";
  z-index: 0;
  position: absolute;
  left: -33px;
  top: 10px;
  bottom: 0;
  display: block;
  width: 10px;
  background: #f9f9f9;
}
.corp_resp_journey > li .title {
  position: relative;
  display: inline-block;
  color: #0064D1;
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  padding: 2px 0;
  margin-bottom: 0;
}
.corp_resp_journey > li .title::before {
  content: "";
  z-index: 1;
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: -44px;
  top: 5px;
  background: #0064D1;
  border-radius: 50%;
  border: 4px solid #f9f9f9;
}
.corp_resp_journey > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: visible;
}
.corp_resp_journey > li > ul li {
  position: relative;
  font-size: 1.1428571429rem;
  line-height: 1.375;
}
.corp_resp_journey > li > ul li:first-child {
  margin-top: 14px;
}
.corp_resp_journey > li > ul li + li {
  margin-top: 20px;
}
.corp_resp_journey > li > ul li::before {
  content: "";
  z-index: 1;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -40px;
  top: 4px;
  background: #EEEEED;
  border-radius: 50%;
  border: 4px solid #f9f9f9;
}

/* Referral Form Page */
.referralForm aside .text2 {
  margin: 2em 0;
}
.referralForm aside .pdf {
  margin: 2em 0;
}
.referralForm aside p a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .referralForm .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .referralForm form {
    flex: 0 1 calc(65% - 70px);
    order: 1;
  }
  .referralForm aside {
    flex: 0 1 calc(31% - 20px);
    order: 2;
    padding-left: 20px;
  }
}

/* Tables for Independent Practices by State */
table.byState {
  width: 100%;
}
table.byState thead th {
  text-align: left;
  padding: 0 30px 10px 0;
  vertical-align: bottom;
}
table.byState tbody td {
  padding: 0 30px 10px 0;
  vertical-align: top;
}
@media screen and (max-width: calc(767 / 16 * 1em)) {
  table.byState thead {
    display: none;
  }
  table.byState tbody tr {
    display: block;
    margin-bottom: 1em;
  }
  table.byState tbody tr td {
    display: block;
  }
}

/* News */
/* News & Media */
.news_and_media .intro_text {
  margin-bottom: 2em;
}

.news_filter {
  margin: 1em 0 2em;
  padding-top: 3em;
}
.news_filter label {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
}
.news_filter label select {
  display: inline-block;
  margin: 0 10px;
  font-size: 1rem;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  background-size: 16px 9px;
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.88 9.44'%3E%3Cpath d='M2.12,2.12,8.56,8.56,15,2.12' transform='translate(-0.62 -0.62)' fill='none' stroke='%233c3c3c' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E");
}
.news_filter button {
  padding: 9px 28px 10px 15px;
  border-radius: 6px;
  background-color: #FAFAFA;
  border: 0;
  font-size: 1.125rem;
  line-height: 1.2777777778;
  cursor: pointer;
  color: #000;
  background-size: 9px 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.44 15.88'%3E%3Cpath d='M1.5,14.38,7.94,7.94,1.5,1.5' fill='none' stroke='%233c3c3c' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E");
}
.news_filter button:hover, .news_filter button:focus {
  background-color: #EEEEED;
}
@media screen and (max-width: calc(599 / 16 * 1em)) {
  .news_filter form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .news_filter label {
    flex: 0 1 60%;
    margin-right: 10px;
  }
  .news_filter label select {
    display: block;
    margin-top: 0.5em;
    margin-left: 0;
    width: 100%;
  }
  .news_filter button {
    flex: 0 1 auto;
  }
}

/* News Article */
.news_article article {
  max-width: 854px;
  margin: 0 auto;
}
.news_article .headline {
  color: #0064D1;
}
@media screen and (max-width: calc(767 / 16 * 1em)) {
  .news_article .headline {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}
.news_article .date {
  color: #656565;
}
.news_article .photo {
  margin: 2em 0;
}
.news_article .photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.news_article .text {
  margin: 2em 0;
}
.news_article .text img {
  max-width: 100%;
  height: auto;
}
.news_article .article_callout {
  margin: 2em 0;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  border-left: 5px solid #ccc;
  padding-left: 30px;
  padding-right: 35px;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .news_article .article_callout {
    font-size: 1.625rem;
    line-height: 1.3846153846;
  }
}
.news_article .article_pagination {
  margin: 5em 0 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.news_article .article_pagination a {
  display: block;
  padding: 13px 25px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: #000;
  background-repeat: no-repeat;
  background-size: 9px 16px;
}
.news_article .article_pagination a:hover, .news_article .article_pagination a:focus {
  color: #d54216;
}
.news_article .article_pagination a:nth-child(1) {
  padding-left: 35px;
  background-position: 17px center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.44 15.88'%3E%3Cpath d='M1.5,14.38,7.94,7.94,1.5,1.5' fill='none' stroke='%233c3c3c' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' transform='rotate(180,4.72,7.94)'/%3E%3C/svg%3E");
}
.news_article .article_pagination a:nth-child(3) {
  padding-right: 35px;
  background-position: calc(100% - 17px) center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.44 15.88'%3E%3Cpath d='M1.5,14.38,7.94,7.94,1.5,1.5' fill='none' stroke='%233c3c3c' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E");
}
@media screen and (max-width: calc(599 / 16 * 1em)) {
  .news_article .article_pagination {
    display: block;
    text-align: center;
    margin: 3em auto 0;
    max-width: 230px;
  }
  .news_article .article_pagination a {
    margin-bottom: 1em;
  }
}
.news_article .article_sharing {
  text-align: center;
  margin: 4em 0;
}
.news_article .article_sharing .share_btn + .share_btn {
  margin-top: 1em;
}
@media screen and (max-width: calc(599 / 16 * 1em)) {
  .news_article .article_sharing {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: calc(600 / 16 * 1em)) {
  .news_article .article_sharing .share_btn + .share_btn {
    margin-top: 0;
    margin-left: 20px;
  }
}

/* Contact Page */
.contactPage .section {
  max-width: 980px;
}
.contactPage .section + .section {
  margin-top: 3em;
}
.contactPage address {
  font-style: normal;
  margin: 1em 0;
}
.contactPage address .numbers {
  display: block;
  margin-top: 1.5em;
}
.contactPage address .numbers .lbl {
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  text-transform: uppercase;
}
.contactPage .pdf {
  margin: 2em 0;
}
.contactPage .pdf + .pdf {
  margin-top: -1em;
}
.contactPage .form {
  margin-top: 3em;
}

/* Search Results */
.search_results .searchedFor {
  padding: 16px 20px;
  color: #A7AAAF;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5em;
  font-size: 1.25rem;
  line-height: 1.2;
}
.search_results .searchedFor .keywords {
  margin-left: 10px;
  color: #0064D1;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .search_results .searchedFor {
    font-size: 1.5625rem;
    line-height: 1.48;
  }
}
.search_results .resultsHeader {
  margin-top: 3em;
  padding-bottom: 8px;
  font-size: 0.9375rem;
  line-height: 1.6;
  border-bottom: 2px solid #ccc;
}
.search_results .results {
  list-style: none;
  padding: 0;
  margin: 2em 0;
  padding-bottom: 3em;
  border-bottom: 2px solid #ccc;
}
.search_results .results li {
  max-width: 980px;
}
.search_results .results li + li {
  margin-top: 1.5em;
}
.search_results .results .title {
  margin-bottom: 0.25em;
  line-height: 1;
}
.search_results .results .title a {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #0064D1;
}
.search_results .results p {
  color: #656565;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.search_results .results cite {
  display: block;
  margin-top: 0.75em;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-style: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.search_results .noResults {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 13em;
}
.search_results .noResults .headline {
  margin-bottom: 0.25em;
}
.search_results .noResults p {
  color: #000;
}
.search_results .noResults img {
  max-width: 100%;
  height: auto;
}

/* Independant Practice */
.indp_practice {
  margin-bottom: 6em;
}
.indp_practice .headline {
  color: #0064D1;
}
.indp_practice .logo {
  text-align: center;
}
.indp_practice .logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: calc(767 / 16 * 1em)) {
  .indp_practice .container {
    display: grid;
    grid-template-columns: 27% 1fr;
    grid-template-rows: minmax(1px, auto) 1fr;
    grid-column-gap: 3%;
    grid-row-gap: 1em;
    grid-template-areas: "logo headline" "intro_text intro_text";
  }
  .indp_practice .headline {
    grid-area: headline;
  }
  .indp_practice .logo {
    grid-area: logo;
  }
  .indp_practice .intro_text {
    grid-area: intro_text;
  }
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .indp_practice .container {
    display: grid;
    grid-template-columns: 22% 1fr;
    grid-template-rows: minmax(1px, auto) 1fr;
    grid-column-gap: 7%;
    grid-row-gap: 0px;
  }
  .indp_practice .logo {
    grid-area: 1/1/3/2;
  }
  .indp_practice .headline {
    grid-area: 1/2/2/3;
  }
  .indp_practice .intro_text {
    grid-area: 2/2/3/3;
    margin-top: 0;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .indp_practice .container {
    grid-column-gap: 2.48901903%;
  }
}

/* 404 Page */
.four_oh_four .container {
  text-align: center;
  padding-top: 1em;
}
.four_oh_four .headline {
  color: #0064D1;
}
.four_oh_four img {
  width: 80%;
  max-width: 400px;
  height: auto;
}
.four_oh_four p {
  max-width: 500px;
  margin: 1em auto 10em;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: calc(1400 / 16 * 1em)) {
  .four_oh_four .headline {
    font-size: 6rem;
    line-height: 0.7291666667;
  }
  .four_oh_four img {
    max-width: 680px;
  }
  .four_oh_four p {
    font-size: 2.5rem;
    line-height: 1.125;
    max-width: 900px;
  }
}

/* IR News List */
.IR_news .news_list {
  max-width: 600px;
}

/* Banner w/ Background Photo */
.banner {
  position: relative;
}
.banner .container {
  max-width: 1440px;
  padding: 0;
  background: #0064D1;
}
.banner .copy {
  position: relative;
  z-index: 1;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.banner .copy .headline {
  margin-bottom: 0;
}
.banner .copy .headline + .text {
  margin-top: 0.75em;
}
@media screen and (max-width: 1024px) {
  .banner .copy .headline + .text {
    display: none;
  }
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .banner .copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 40px 20px;
  }
  .banner .copy .buttonGroup {
    margin-top: 0;
    margin-left: 60px;
    flex: 1 0 auto;
    align-items: flex-end;
  }
}
.banner .buttonGroup {
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  margin-top: 1em;
}
.banner .buttonGroup .btn, .banner .buttonGroup .btn:first-child {
  margin-right: 0;
}
.banner .buttonGroup .btn:last-child {
  margin-bottom: 0;
}
.banner picture img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.banner .headline, .banner .text * {
  color: #fff;
}

/*  */
/* ===========================
   		HEADER & SUBNAV
	============================== */
.skip_to_content_link {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateY(-100%);
  transition: transform 0.1s ease-in;
  background: #fff;
  padding: 4px 20px;
  border: 4px solid #d54216;
  border-top-width: 0;
}
.skip_to_content_link:focus {
  transform: translateY(0%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.56);
}

.alert_banner {
  background: #ffb549; /* padding:20px 3.5%; */
  max-height: 0;
  overflow: hidden;
}
.alert_banner.show {
  max-height: none;
}
.alert_banner.red_bg {
  background: #d54216;
}
.alert_banner.purple_bg {
  background: #885aac;
}
.alert_banner .container {
  position: relative;
  max-width: 1440px;
  margin: 20px 3.5%;
  padding: 10px 10px 10px 10px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .alert_banner .container {
    padding: 10px 20px 10px 25px;
  }
}
@media screen and (min-width: calc(1700 / 16 * 1em)) {
  .alert_banner .container {
    margin-left: auto;
    margin-right: auto;
  }
}
.alert_banner .icon_and_copy {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 45px);
}
.alert_banner .icon {
  width: 37px;
  margin: 2px 10px 0 0;
  text-align: center;
  align-self: flex-start;
}
.alert_banner .copy {
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
}
.alert_banner .link a {
  display: inline-block;
  color: #000;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  text-decoration: none;
  padding: 4px 15px;
  border: 2px solid #000;
  border-radius: 8px; /* font-size:calc(18 / 16 * 1rem); line-height:calc(24 / 18); */
}
.alert_banner .link a:hover, .alert_banner .link a:focus {
  border-color: #d54216;
  color: #d54216;
}
@media screen and (max-width: calc(767 / 16 * 1em)) {
  .alert_banner .link {
    margin: 1em 0 0.5em;
  }
}
.alert_banner button {
  position: absolute;
  right: 5px;
  top: 6px;
  font-size: 0;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.alert_banner button span {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 auto;
}
.alert_banner button span::before, .alert_banner button span::after {
  content: "";
  display: block;
  width: 2px;
  height: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.alert_banner button span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.alert_banner button span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.alert_banner button::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #000;
  border-radius: 50%;
  width: 31px;
  height: 31px;
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .alert_banner .copy {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .alert_banner .copy p {
    line-height: 1.4;
  }
  .alert_banner .copy p.link {
    margin: 0 0 0 20px;
  }
  .alert_banner .copy p.link a {
    white-space: nowrap;
  }
}

.util {
  background: #0064D1;
  color: #fff;
}
.util p {
  padding: 15px 15px 15px 0;
}
@media screen and (max-width: calc(1409 / 16 * 1em)) {
  .util p {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
@media screen and (max-width: calc(1023 / 16 * 1em)) {
  .util .utilLinks,
  .util .site_search {
    display: none;
  }
}
@media screen and (min-width: calc(500 / 16 * 1em)) {
  .util p {
    position: relative;
    display: inline-block;
    padding: 17px 113px 16px 0;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .util .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .util .utilLinks {
    flex: 1 0 auto;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .util .utilLinks li {
    margin: 0 0 0 24px;
  }
  .util .utilLinks li a {
    color: #fff;
    text-decoration: none;
  }
  .util .utilLinks li a:hover, .util .utilLinks li a:focus {
    text-decoration: underline;
  }
  .util .site_search {
    margin-left: 24px;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) and (max-width: calc(1080 / 16 * 1em)) {
  .util p {
    padding-right: 82px;
  }
  .util .utilLinks li {
    margin-left: 16px;
  }
  .util .utilLinks li a {
    font-size: 1.1428571429rem;
    line-height: 1;
  }
}

.logo_and_nav {
  margin: 0 auto;
  padding: 20px 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .logo_and_nav {
    padding: 20px 0;
  }
}

@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .mobile_menu_btn {
    display: none;
  }
}
.mobile_menu_btn button {
  background: transparent;
  border: 0;
  padding: 0 4px;
  font-size: 0.75rem;
  line-height: 1;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  text-transform: uppercase;
  color: #0064D1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  cursor: pointer;
}
.mobile_menu_btn button span:nth-child(1) {
  display: block;
  width: 23px;
  height: 2px;
  background: #0064D1;
  transition: transform 0.15s ease-in;
  transform: rotate(0deg);
  transform-origin: top right;
}
.mobile_menu_btn button span:nth-child(2) {
  display: block;
  width: 16px;
  height: 2px;
  background: #0064D1;
  margin: 6px 0 6px 6px;
  transition: opacity 0.15s ease-in;
}
.mobile_menu_btn button span:nth-child(3) {
  display: block;
  width: 23px;
  height: 2px;
  background: #0064D1;
  margin-bottom: 8px;
  transition: transform 0.15s ease-in;
  transform: rotate(0deg);
  transform-origin: bottom right;
}
.mobile_menu_btn button.active span:nth-child(1) {
  transform: rotate(-45deg);
}
.mobile_menu_btn button.active span:nth-child(2) {
  opacity: 0;
}
.mobile_menu_btn button.active span:nth-child(3) {
  transform: rotate(45deg);
}

.site_search {
  position: relative;
}
@media screen and (max-width: calc(1023 / 16 * 1em)) {
  .site_search {
    margin-bottom: 2em;
  }
}
.site_search label {
  display: block;
}
.site_search label input {
  width: 100%;
  padding: 11px 58px 12px 20px;
  border: 0;
  border-radius: 20px;
  background: #efefef;
  font-size: 1.0625rem;
  line-height: 1;
}
.site_search label input::-webkit-input-placeholder {
  color: #A7AAAF;
  opacity: 1;
}
.site_search label input::-moz-placeholder {
  color: #A7AAAF;
  opacity: 1;
}
.site_search label input:-ms-input-placeholder {
  color: #A7AAAF;
  opacity: 1;
}
.site_search label input:-moz-placeholder {
  color: #A7AAAF;
  opacity: 1;
}
.site_search input[type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  border: 0;
  background: #0064D1;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  background-size: 22px auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500.06 212.45"><path d="M407.89.95c-46.4-6.1-88,18.1-108,55.4-.4.8-1.5,1-2.2.4-13-11.7-30.1-18.7-48.3-18.7s-34.7,6.7-47.6,18.1c-.7.6-1.7.4-2.2-.4C179.49,18.65,137.99-5.15,91.69.95,44.09,7.25,5.99,46.15.69,94.05c-7.2,64,43,118.4,105.6,118.4,58.6,0,106.3-47.7,106.3-106.3,0-3.1-.1-6.1-.4-9.1-.3-3.2.3-6.3,2-9,7.5-12,20.9-19.7,35.4-19.7,15.3,0,29.4,8.6,36.6,21.9,1.3,2.5,1.8,5.3,1.6,8.1-.2,2.6-.3,5.2-.3,7.8,0,58.6,47.7,106.3,106.3,106.3,62.6,0,112.7-54.4,105.6-118.4-5.4-47.9-43.6-86.9-91.5-93.1ZM113.99,181.75c-47.9,4.8-88.1-35.3-83.3-83.3,3.5-35.5,32.2-64.2,67.7-67.7,47.9-4.8,88.1,35.3,83.3,83.3-3.5,35.5-32.2,64.2-67.7,67.7ZM401.49,181.75c-47.9,4.8-88.1-35.3-83.3-83.3,3.5-35.5,32.2-64.2,67.7-67.7,47.9-4.8,88.1,35.3,83.3,83.3-3.5,35.5-32.2,64.2-67.7,67.7Z" style="fill:%23fff; stroke-width:0px;"/><path d="M449.79,100.25c-4.3-2.7-10-1.8-13.6,1.8l-44.7,42.8c-3.8,3.7-4.9,9.6-2,14,2.2,3.3,5.7,5,9.2,5,2.7,0,5.4-1,7.5-3l45.5-43.5c4.8-4.8,4.3-13.2-1.9-17.1Z" style="fill:%23fff; stroke-width:0px;"/><path d="M149.09,101.65l-45.1,43.1c-3.8,3.7-4.9,9.6-2,14,2.2,3.3,5.7,5,9.2,5,2.7,0,5.4-1,7.5-3l45.1-43.2c3.7-3.5,4.9-9.1,2.3-13.5-3.7-6.3-12-7.2-17-2.4Z" style="fill:%23fff; stroke-width:0px;"/></svg>');
}
@media screen and (max-width: calc(1023 / 16 * 1em)) {
  .site_search label {
    padding: 0 20px;
  }
  .site_search input[type=submit] {
    right: 25px;
  }
}

header {
  position: relative;
  z-index: 6;
  border-bottom: 1px solid #FAFAFA;
}
@media screen and (max-width: calc(1023 / 16 * 1em)) {
  header::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  header .alert_banner, header .util, header .logo, header .mobile_menu_btn {
    position: relative;
    z-index: 2;
  }
}
header nav .site_search {
  display: none;
}
@media screen and (min-width: 64em) {
  header {
    position: relative;
    top: 0;
    background: rgba(255, 255, 255, 0.98);
    transition: top 0.3s;
  }
}
header .logo {
  margin: 20px 20px 20px 0;
}
@media screen and (min-width: calc(600 / 16 * 1em)) {
  header .logo {
    width: 90px;
  }
  header .logo svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  header .logo {
    width: 8.5%;
    min-width: 80px;
    max-width: 120px;
    margin: 10px 2.5% 10px 0;
  }
}
@media screen and (min-width: calc(1468.8 / 16 * 1em)) {
  header .logo {
    margin-left: 0;
  }
}
header .logo a {
  display: block;
}
header nav ul {
  list-style: none;
  margin: 0 0 2em;
}
header nav ul li {
  margin-top: 1em;
}
header nav ul li a {
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  color: #000;
  font-size: 1.1428571429rem;
  line-height: 1.125;
  text-transform: uppercase;
  text-decoration: none;
}
header nav ul li a:hover {
  text-decoration: none;
}
header nav ul li:not(.menu_only) + .menu_only {
  margin-top: 2em;
}
header nav ul li.menu_only a {
  font-family: sans-serif;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: #A7AAAF;
}
@media screen and (max-width: calc(1023 / 16 * 1em)) {
  header nav ul li.active a {
    color: #0064D1;
    padding-left: 11px;
    position: relative;
  }
  header nav ul li.active a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 3px;
    height: 13px;
    background: #ffb549;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  header nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }
  header nav ul li {
    margin-top: 0;
  }
  header nav ul li.menu_only {
    display: none;
  }
  header nav ul li + li {
    margin-top: 0;
  }
  header nav ul li a {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    border: 2px solid transparent;
  }
  header nav ul li a:hover, header nav ul li a:focus {
    background: #efefef;
    border-color: #efefef;
    color: #0064D1;
  }
  header nav ul li.active a {
    color: #0064D1;
  }
  header nav ul li.active a:hover, header nav ul li.active a:focus {
    background: transparent;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) and (max-width: calc(1409 / 16 * 1em)) {
  header nav ul {
    padding-right: 0;
  }
}
@media screen and (min-width: calc(1300 / 16 * 1em)) {
  header nav ul li a {
    padding: 3px 10px;
  }
}
@media screen and (max-width: calc(1023 / 16 * 1em)) {
  header nav {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 100%;
    right: 0;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.2s ease-in, opacity 0.15s ease-in;
    border-bottom: 1px solid #FAFAFA;
    background: #fff;
  }
  header nav.active {
    transition: transform 0.25s ease-in-out, opacity 0.15s ease-in;
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  header nav {
    flex: 1 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) and (max-width: calc(1409 / 16 * 1em)) {
  header nav {
    justify-content: flex-end;
  }
}
@media screen and (max-width: calc(1023 / 16 * 1em)) {
  .no-js header .logo_and_nav {
    flex-wrap: wrap;
  }
  .no-js header .mobile_menu_btn {
    display: none;
  }
  .no-js header nav {
    position: static;
    z-index: 1;
    top: 0;
    opacity: 1;
    transform: translateY(0);
    flex: 1 0 100%;
  }
}
header.headroom--pinned {
  position: sticky;
  transform: translateY(0%);
}
header.headroom--unpinned {
  position: relative;
  transform: translateY(-100%);
}
header.headroom {
  will-change: transform;
  transition: transform 300ms linear;
}

.sub_nav {
  padding-top: 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.sub_nav .breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sub_nav .breadcrumb ol li a {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #A7AAAF;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
}
.sub_nav .breadcrumb ol li a:hover, .sub_nav .breadcrumb ol li a:focus {
  text-decoration: underline;
}
.sub_nav .breadcrumb ol li + li {
  margin-top: 0;
}
.sub_nav .breadcrumb ol li + li a {
  padding-left: 3px;
}
.sub_nav .breadcrumb ol li + li a::before {
  content: "|";
  display: inline-block;
  padding-right: 3px;
}
.sub_nav .subnav {
  margin-top: 1em;
}
.sub_nav .subnav button.menuBtn {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border: 0;
  padding: 15px 22px;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #0064D1;
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  text-align: left;
  cursor: pointer;
}
.sub_nav .subnav button.menuBtn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #0064D1;
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.125s ease-in;
}
.sub_nav .subnav button.menuBtn[aria-expanded=true]::after {
  top: calc(50% + 4px);
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.25s ease-in;
}
.sub_nav .subnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  transition: max-height 0.125s ease-in;
}
.sub_nav .subnav ul li {
  margin-top: 0;
}
.sub_nav .subnav ul li a, .sub_nav .subnav ul li button {
  display: block;
  padding: 15px 22px;
  font-size: 1.0714285714rem;
  line-height: 1.2;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
}
.sub_nav .subnav ul li button {
  position: relative;
  background: none;
  border: 0;
  padding-right: 27px;
}
.sub_nav .subnav ul li button::after {
  content: "";
  position: absolute;
  right: 8px;
  top: calc(50% - 2px);
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #000;
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.125s ease-in;
}
.sub_nav .subnav ul li button[aria-expanded=true]::after {
  top: calc(50% + 2px);
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.25s ease-in;
}
.sub_nav .subnav ul li.active > a, .sub_nav .subnav ul li a:hover, .sub_nav .subnav ul li a:focus, .sub_nav .subnav ul li.active button {
  color: #0064D1;
}
.sub_nav .subnav button.menuBtn[aria-expanded=true] + ul {
  transition: max-height 0.25s ease-in;
}
@media screen and (max-width: calc(1023 / 16 * 1em)) {
  .sub_nav .subnav {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .sub_nav .subnav ul#subnav.tempHide {
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
  }
  .sub_nav .subnav ul#subnav li:last-child a {
    padding-bottom: 22px;
  }
  .sub_nav .subnav ul#subnav li ul {
    padding-left: 20px;
    transition: max-height 0.125s ease-in;
  }
  .sub_nav .subnav ul#subnav li ul.tempHide {
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
  }
  .sub_nav .subnav ul#subnav li button[aria-expanded=true] + ul {
    transition: max-height 0.25s ease-in;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .sub_nav .subnav {
    position: relative;
  }
  .sub_nav .subnav::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 10px;
  }
  .sub_nav .subnav button.menuBtn {
    display: none;
  }
  .sub_nav .subnav ul#subnav {
    max-height: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    overflow: visible;
  }
  .sub_nav .subnav ul#subnav li {
    position: relative;
  }
  .sub_nav .subnav ul#subnav li a, .sub_nav .subnav ul#subnav li button {
    font-size: 1.1428571429rem;
    line-height: 1.25;
    text-transform: uppercase;
  }
  .sub_nav .subnav ul#subnav li a::after, .sub_nav .subnav ul#subnav li button::after {
    transition: none;
  }
  .sub_nav .subnav ul#subnav li ul {
    display: none;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: calc(100% + 15px);
    transform: translateX(-50%);
    max-height: none !important;
    min-width: 202px;
    background: #fff;
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
    overflow: visible;
  }
  .sub_nav .subnav ul#subnav li ul.open {
    display: block;
  }
  .sub_nav .subnav ul#subnav li ul li {
    text-align: center;
  }
  .sub_nav .subnav ul#subnav li ul li a {
    padding: 13px 20px;
    border-radius: 5px;
  }
  .sub_nav .subnav ul#subnav li ul li a:hover, .sub_nav .subnav ul#subnav li ul li a:focus {
    background: #efefef;
  }
}
@media screen and (min-width: calc(768 / 16 * 1em)) {
  .sub_nav {
    padding-top: 2.8125em;
    margin-bottom: 2.1875em;
  }
}
.no-js .sub_nav .subnav button.menuBtn {
  display: none;
}
.no-js .sub_nav .subnav ul {
  border: 0;
  clip: none;
  overflow: visible;
  padding: 0;
  position: static;
  white-space: inherit;
  max-height: none !important;
}
.no-js .sub_nav .subnav ul li:first-child a {
  padding-top: 22px;
}

/* ===========================
   		FOOTER
	============================== */
#footer {
  margin-top: 3em;
  position: relative;
  background-color: #000;
  border-top: 1px solid #000; /* Border is to fix issue w/ Safari */
  overflow: hidden;
}
#footer .footer-bg-image {
  position: absolute;
  top: 0;
  right: -35%;
  width: 60%;
  height: 100%;
  background-image: url("../img/blue_iris.179f62baefbe.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 1;
}
#footer .container {
  position: relative;
  z-index: 2;
}
#footer .container {
  margin: 0 auto;
  padding: 0 20px;
}
#footer .footer-content {
  display: flex;
  min-height: 400px;
}
#footer .footer-left {
  flex: 1;
  max-width: 75%;
  padding: 45px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer .logo {
  margin-bottom: 40px;
}
#footer .logo img {
  height: 60px;
  width: auto;
}
#footer .navigation-links {
  margin-bottom: 40px;
}
#footer .navigation-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .navigation-links ul li {
  margin-bottom: 15px;
}
#footer .navigation-links ul li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
#footer .navigation-links ul li a.active {
  color: #3EA8FF;
}
#footer .navigation-links ul li a:hover {
  color: #3EA8FF;
}
#footer .social-section {
  margin-bottom: 40px;
}
#footer .social-section .get-in-touch {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 500;
}
#footer .social-section .social-links {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .social-section .social-links a {
  transition: opacity 0.3s ease;
}
#footer .social-section .social-links a:hover {
  opacity: 0.7;
}
#footer .footer-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}
#footer .footer-bottom .copyright p {
  color: white;
  font-size: 14px;
  margin: 0;
}
#footer .footer-bottom .footer-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
#footer .footer-bottom .footer-links ul li a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
#footer .footer-bottom .footer-links ul li a:hover {
  color: #0064D1;
}
#footer .footer-bottom .footer-links ul li .separator {
  color: white;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  #footer {
    margin-top: 0;
  }
  #footer .footer-bg-image {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 20%;
    background-position: center top;
  }
  #footer .footer-content {
    flex-direction: column;
  }
  #footer .footer-left {
    max-width: 100%;
    padding: 40px 0 180px 0;
  }
  #footer .logo {
    text-align: left;
    margin-bottom: 30px;
  }
  #footer .navigation-links {
    text-align: left;
    margin-bottom: 30px;
  }
  #footer .social-section {
    text-align: left;
    margin-bottom: 30px;
  }
  #footer .social-section .social-links {
    justify-content: flex-start;
  }
  #footer .footer-bottom {
    text-align: left;
    flex-direction: column;
    gap: 15px;
  }
  #footer .footer-bottom .footer-links {
    text-align: left;
    order: 1;
    align-self: flex-start;
  }
  #footer .footer-bottom .footer-links ul {
    justify-content: flex-start;
  }
  #footer .footer-bottom .copyright {
    order: 2;
    text-align: left;
    align-self: flex-start;
  }
  #footer .footer-bottom .copyright p {
    text-align: left;
  }
}

/* ===========================
   		IE 10+ Overrides
	============================== */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .home_hero .copy {
    padding-top: 10em;
  }
}
/* ====================================
   	Remote filtering in Career table
======================================= */
.table_filters .remote span {
  font-size: 0.75em;
}

/* ==========================================================================
   Helper classes
============================================================================= */
.hidden, [hidden] {
  display: none !important;
}

.sr-only, .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.large {
  font-size: 117%;
}

.font_med {
  font-family: sans-serif;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
}

.font_semi {
  font-family: sans-serif;
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
}

.font_bold {
  font-family: sans-serif;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
}

.center {
  text-align: center;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
.sr-only.focusable:active,
.visuallyhidden.focusable:active,
.sr-only.focusable:focus,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
============================================================================= */
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles
============================================================================= */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
.body-modal {
  overflow: hidden;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ===========================
   		Student Success Page
	============================== */
@keyframes txtBluranimation {
  0% {
    filter: blur(10px);
  }
  50% {
    filter: blur(0px);
  }
}
.student_success_hero {
  overflow: hidden;
  position: relative;
  background-color: rgba(9, 206, 168, 0.7);
}
.student_success_hero .contentWidth {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .student_success_hero .contentWidth {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.student_success_hero .success_hero_imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.student_success_hero .success_hero_imgs img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .student_success_hero .success_hero_imgs .success_hero_desktop {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .student_success_hero .success_hero_imgs .success_hero_mobile {
    display: none;
  }
}
.student_success_hero .copy {
  min-height: 450px;
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
  color: #fff;
  animation: txtBluranimation 3s ease-in-out;
}
@media screen and (max-width: 600px) {
  .student_success_hero .copy {
    min-height: 300px;
  }
}
.student_success_hero .copy h1 {
  font-size: 100px;
  line-height: 110px;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  .student_success_hero .copy h1 {
    font-size: 100px;
    line-height: 105px;
  }
}
@media screen and (max-width: 600px) {
  .student_success_hero .copy h1 {
    font-size: 60px;
    line-height: 65px;
  }
}
.student_success_hero .copy .desc_area {
  max-width: 500px;
  width: 100%;
}
.student_success_hero .copy .desc_area p {
  font-size: 21px;
  line-height: 33px;
  margin-bottom: 0;
  font-weight: 400;
}
.student_success_hero .copy .desc_area p strong {
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .student_success_hero .copy .desc_area p {
    font-size: 16px;
    line-height: 23px;
  }
}

@media screen and (max-width: 1023px) {
  .sub_nav.alt {
    display: none;
  }
}
.sub_nav.alt .contentWidth {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  .sub_nav.alt .contentWidth {
    padding-left: 3%;
    padding-right: 3%;
  }
}
.sub_nav.alt .subnav {
  padding: 14px 32px;
  margin-top: 0;
}
@media screen and (max-width: 1020px) {
  .sub_nav.alt .subnav {
    padding: 1px;
  }
}
.sub_nav.alt .subnav button.menuBtn {
  color: #00A887;
}
.sub_nav.alt .subnav button.menuBtn::after {
  border-color: #00A887;
}
.sub_nav.alt .subnav a {
  color: #54565A;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 20px;
  border: 2.5px solid transparent;
  display: inline-block;
  font-size: 20px !important;
}
@media screen and (max-width: 600px) {
  .sub_nav.alt .subnav a {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1020px) {
  .sub_nav.alt .subnav a {
    border: 0 !important;
  }
}
.sub_nav.alt .subnav a.active {
  color: #0064D1;
  border-radius: 32px;
  border-color: #00A887;
}
.sub_nav.alt .subnav a:hover {
  color: #0064D1 !important;
}
.sub_nav.alt ul#subnav {
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.sub_nav.alt ul#subnav li:last-child a {
  padding-bottom: 10px;
}

button:not(:disabled).bounce {
  animation: bounce 1.2s infinite alternate;
}

@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.timeline-slider {
  position: relative;
  color: #fff;
  padding: 50px 0;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  .timeline-slider {
    padding: 60px 0;
  }
}
.timeline-slider .container, .timeline-slider #horizontal-timeline {
  position: relative;
  z-index: 3;
}
.timeline-slider .text__area {
  margin-bottom: 50px;
}
.timeline-slider .text__area h3 {
  font-size: 45px;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .timeline-slider .text__area h3 {
    font-size: 30px;
  }
}
.timeline-slider .text__area h4 {
  font-size: 23px;
  color: #FFF;
}
@media screen and (max-width: 600px) {
  .timeline-slider .text__area h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .timeline-slider .swiper {
    padding: 0 15px;
  }
}
.timeline-slider .swiper-slide h3, .timeline-slider .swiper-slide .timeline-slider-text {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.timeline-slider .swiper-slide .square h4 {
  transform: scale(0.8) translateX(-42px);
}
.timeline-slider .swiper-slide h3 {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .timeline-slider .swiper-slide h3 {
    font-size: 24px;
  }
}
.timeline-slider .swiper-slide-active h3, .timeline-slider .swiper-slide-active .timeline-slider-text {
  opacity: 1;
}
.timeline-slider .swiper-slide-active .square h4 {
  transform: scale(1) translateX(0);
}
.timeline-slider .swiper-slide-active .circle {
  background-color: #ffffff !important;
}
.timeline-slider .swiper-slide-active .horizontal .square h4 {
  font-size: 17px;
  color: #FFDA00;
}
.timeline-slider .timeline .circle {
  width: 20px;
  height: 20px;
  border-radius: 30px;
  background-color: transparent;
  border: 5px solid #fff;
  margin: 0;
  padding: 2px;
  z-index: 2;
  position: relative;
}
.timeline-slider .timeline .link {
  z-index: 0;
  background-color: #fff;
  padding: 0;
}
.timeline-slider .square {
  z-index: 2;
  position: relative;
  height: auto;
}
.timeline-slider .square p {
  margin-bottom: 10px !important;
}
.timeline-slider .square p :last-child {
  margin-bottom: 0 !important;
}
.timeline-slider .square .timeline-item-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.timeline-slider .horizontal .link {
  width: auto;
  height: 5px;
  margin-top: -18px;
  margin-left: 29px;
}
.timeline-slider .horizontal .square {
  margin: 30px 30px 0 0;
}
.timeline-slider .horizontal .square h4 {
  font-size: 17px;
  color: #FFF;
}
.timeline-slider .horizontal .square p {
  padding: 0;
  margin: 0;
  width: 100%;
}
.timeline-slider .horizontal #end {
  margin: 9px 0 auto -1px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
.timeline-slider .block {
  margin-left: -1px;
}
.timeline-slider .block .btn-more-info button {
  border: 2px solid #fff;
  padding: 10px 15px;
  border-radius: 35px;
  margin: 10px 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  background: transparent;
  display: inline-block;
}
.timeline-slider .block .btn-more-info button:hover {
  background: white;
  color: #0064D1;
}
.timeline-slider .block .bg__image {
  display: none;
}
.timeline-slider .timeline nav {
  text-align: center;
  margin-top: 20px;
}
.timeline-slider .timeline nav button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.timeline-slider .timeline nav button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.timeline-slider #slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.timeline-slider #slideshow img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  -webkit-transition: 1s all;
  -webkit-backface-visibility: hidden;
}
.timeline-slider #slideshow img.is-active {
  opacity: 1;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: 1s all;
  -webkit-backface-visibility: hidden;
}
.timeline-slider .timeline-slider-text p a {
  color: #FFF;
  font-weight: bold;
}

.quote-color--green {
  color: #09CEA8 !important;
}

.quote-color--blue {
  color: #0064D1 !important;
}

.quote-color--purple {
  color: #3D1152 !important;
}

.big_quote {
  padding: 60px 25px;
  background-color: #f9f9f9;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .big_quote {
    padding: 30px 20px;
  }
}
.big_quote .container {
  padding: 0;
}
.big_quote .big_quote_inner {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
  position: relative;
  border-radius: 56px;
  padding: 45px 50px;
  background-color: white;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .big_quote .big_quote_inner {
    padding: 35px 30px;
  }
}
.big_quote .big_quote_inner blockquote {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.big_quote .big_quote_inner blockquote h3 {
  color: #09CEA8;
  font-size: 50px;
}
@media screen and (max-width: 991px) {
  .big_quote .big_quote_inner blockquote h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .big_quote .big_quote_inner blockquote h3 {
    font-size: 20px;
  }
}
.big_quote .big_quote_inner blockquote .quote_caption {
  color: #A7A8A9;
}
.big_quote .big_quote_inner blockquote .quote_caption strong {
  font-weight: 600;
}
.big_quote .big_quote_inner blockquote .quote_caption p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  .big_quote .big_quote_inner blockquote .quote_caption p {
    font-size: 16px;
    line-height: 20px;
  }
}

.testimonials-mods {
  background-color: #FFFFFF;
  padding: 80px 25px;
}
@media screen and (max-width: 600px) {
  .testimonials-mods {
    padding: 60px 20px;
  }
}
.testimonials-mods h3 {
  font-size: 45px;
  color: #0064D1;
}
@media screen and (max-width: 600px) {
  .testimonials-mods h3 {
    font-size: 30px;
  }
}
.testimonials-mods .swiper-wrapper {
  background-color: #0064D1;
}
.testimonials-mods .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.testimonials-mods .swiper-pagination .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #09CEA8;
}
.testimonials-mods .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
}
.testimonials-mods button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.testimonials-mods .text_block {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.testimonials-mods .text_block .prev, .testimonials-mods .text_block .next {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  z-index: 2;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .testimonials-mods .text_block .prev, .testimonials-mods .text_block .next {
    top: 46%;
  }
}
.testimonials-mods .text_block .prev {
  left: 0;
}
.testimonials-mods .text_block .next {
  right: 0;
}
.testimonials-mods .testimonial_modal_item {
  position: relative;
}
.testimonials-mods .testimonial_modal_item .img_container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 100, 209, 0.7);
}
.testimonials-mods .testimonial_modal_item .img_container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .testimonials-mods .testimonial_modal_item .img_container img {
    height: 450px;
  }
}
.testimonials-mods .testimonial_modal_item .testimonial_content {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 34px 34px 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .testimonials-mods .testimonial_modal_item .testimonial_content {
    padding: 34px;
  }
}
.testimonials-mods .testimonial_modal_item .testimonial_content p {
  margin-bottom: 10px;
}
.testimonials-mods .testimonial_modal_item .testimonial_content h4 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
}
.testimonials-mods .testimonial_modal_item .testimonial_content button {
  border: 2px solid #fff;
  padding: 10px 20px;
  border-radius: 35px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.testimonials-mods .testimonial_modal_item .testimonial_content button:hover {
  background-color: #fff;
  color: #0064D1;
}

.modal {
  position: fixed;
  top: 0px;
  pointer-events: none;
  left: 0px;
  background: fade(#333, 90);
  width: 100vw;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  transition: 0.3s;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.6);
}
.modal.active .box {
  top: 50%;
}
.modal.active iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.modal#success h1 {
  font-size: 1.5em;
}
.modal .close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  color: #ddd;
}
.modal .box {
  background: transparent;
  display: block;
  box-sizing: border-box;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  max-width: 900px;
  width: 100%;
}

.animated_icons {
  background-color: #fff;
  padding: 90px 25px;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .animated_icons {
    padding: 40px 20px;
  }
}
.animated_icons .bg__circle {
  position: absolute;
  top: 50px;
  right: -150px;
}
@media screen and (max-width: 1700px) {
  .animated_icons .bg__circle {
    width: 200px;
    top: 0;
    right: -100px;
  }
}
@media screen and (max-width: 991px) {
  .animated_icons .bg__circle {
    display: none;
  }
}
.animated_icons .animated_icons_header {
  margin-bottom: 50px;
}
.animated_icons .animated_icons_header .header_2 {
  font-size: 45px;
}
@media screen and (max-width: 600px) {
  .animated_icons .animated_icons_header .header_2 {
    font-size: 30px;
  }
}
.animated_icons .animated_icons_grid {
  text-align: center;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .animated_icons .animated_icons_grid {
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.animated_icons .animated_icons_grid .animated_icons_grid_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 300px;
}
.animated_icons .animated_icons_grid .animated_icons_grid_item .animated_icons_grid_item_text {
  color: #212322;
  font-weight: 700;
}
.animated_icons .animated_icons_grid .animated_icons_grid_item a {
  border: 2px solid #0064D1;
  text-decoration: none;
  padding: 15px;
  border-radius: 35px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
  color: #0064D1;
}
.animated_icons .animated_icons_grid .animated_icons_grid_item a:hover {
  background-color: #0064D1;
  color: #FFF;
  border-color: #0064D1;
}
.animated_icons .animated_icons_grid_item_icon.hide-section img {
  transform: translateY(100%);
}
.animated_icons .animated_icons_grid_item_icon.hide-section.show img {
  transform: translateY(0);
}
.animated_icons .animated_icons_grid_item:nth-child(1) .animated_icons_grid_item_icon.hide-section img {
  transition-delay: 300ms;
}
.animated_icons .animated_icons_grid_item:nth-child(2) .animated_icons_grid_item_icon.hide-section img {
  transition-delay: 400ms;
}
.animated_icons .animated_icons_grid_item:nth-child(3) .animated_icons_grid_item_icon.hide-section img {
  transition-delay: 500ms;
}
.animated_icons .animated_icons_grid_item_icon {
  overflow: hidden;
}
.animated_icons .animated_icons_grid_item_icon img {
  transition: all 1s ease-in;
  height: 109px;
}
@media (prefers-reduced-motion) {
  .animated_icons .animated_icons_grid_item_icon.hide-section img {
    transform: translateY(0);
  }
}

.exporing {
  background-color: #fff;
  padding: 100px 25px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  .exporing {
    padding: 40px 20px;
  }
}
.exporing .cc_list img {
  object-fit: cover;
}
.exporing .cc_list .title {
  text-transform: uppercase;
  font-weight: 700;
}
.exporing .bg__circle {
  position: absolute;
  bottom: 25px;
  left: -100px;
}
@media screen and (max-width: 1700px) {
  .exporing .bg__circle {
    left: -100px;
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .exporing .bg__circle {
    display: none;
  }
}
.exporing .header_2 {
  font-size: 45px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .exporing .header_2 {
    font-size: 30px;
  }
}
.exporing .cc_list li .title {
  padding: 50px 20% 20px 20px;
  min-height: 42px;
}

.student-resources {
  background-color: #09CEA8;
  padding: 90px 0;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .student-resources {
    padding: 50px 0;
  }
}
.student-resources .hidden_bio {
  display: none;
}
.student-resources .student-resources-inner {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1199px) {
  .student-resources .student-resources-inner {
    flex-direction: column;
    align-items: center;
  }
}
.student-resources .header_2 {
  color: #fff;
  font-size: 45px;
}
@media screen and (max-width: 600px) {
  .student-resources .header_2 {
    font-size: 30px;
  }
}
.student-resources .student-resources-text {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .student-resources .student-resources-text {
    max-width: 100%;
  }
}
.student-resources .img__text--area {
  color: #000;
}
.student-resources .img__text--area .box_inner {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 766px) {
  .student-resources .img__text--area .box_inner {
    flex-direction: column;
    align-items: center;
  }
}
.student-resources .img__text--area .box-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.student-resources .img__text--area .box-card .photo img {
  border: 0;
  transition: transform 0.5s ease-in-out;
  margin-top: -1px;
  width: 100%;
}
.student-resources .img__text--area .box-card .photo img.shift-img {
  transform: translateY(-30px);
}
.student-resources .img__text--area .box-card .copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.student-resources .img__text--area .box-card .copy img {
  width: 100%;
  height: auto;
}
.student-resources .img__text--area .box-card .copy .copy_inner {
  background-color: #fff;
  padding: 0px 20px 20px;
  width: 100%;
  box-sizing: border-box;
}
.student-resources .img__text--area .box-card .copy h4 {
  color: #00A887;
  font-size: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .student-resources .img__text--area .box-card .copy h4 {
    font-size: 25px;
  }
}
.student-resources .img__text--area .box-card .copy .bio__position {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-bottom: 8px;
}
.student-resources .img__text--area .box-card .copy .bio__status {
  color: #00A887;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 10px;
}
.student-resources .img__text--area .box-card .copy .main__bio {
  margin-bottom: 20px;
}
.student-resources .img__text--area .box-card .copy .main__bio p {
  font-size: 16px;
}
.student-resources .img__text--area .box-card .copy .btn {
  background-color: transparent;
  border: 2px solid #09CEA8;
  color: #09CEA8;
  border-radius: 35px;
  margin-top: 0;
}
.student-resources .img__text--area .box-card .copy .btn:hover, .student-resources .img__text--area .box-card .copy .btn:focus {
  box-shadow: 0 5px 20px rgba(9, 206, 168, 0.15);
}
.student-resources .img__text--area .box-card .copy .btn.read_more {
  background-color: transparent;
  border: 2px solid #09CEA8;
  color: #09CEA8;
}
.student-resources .img__text--area .box-card .copy .btn:hover {
  color: white;
  background-color: #09CEA8;
}
.student-resources .img__text--area .box-card .copy.full_height {
  height: 100%;
  background: white;
  padding-top: 35px;
}

.events {
  background-color: #fff;
  padding: 60px 0 10%;
  margin-bottom: -10%;
}
@media screen and (max-width: 600px) {
  .events {
    padding: 50px 0 15%;
    margin-bottom: -20%;
  }
}
.events .header_2 {
  font-size: 45px;
}
@media screen and (max-width: 600px) {
  .events .header_2 {
    font-size: 30px;
  }
}
.events .event__columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
}
@media screen and (max-width: 991px) {
  .events .event__columns {
    flex-direction: column;
    gap: 40px;
  }
}
.events .event__columns .event__gallery {
  width: 100%;
  overflow: hidden;
  border-radius: 35px;
  position: relative;
  margin-top: 20px;
}
.events .event__columns .event__gallery .eventSwiper img {
  max-height: 350px;
  height: 100%;
  max-width: 700px;
  width: 100%;
  object-fit: cover;
  border-radius: 35px;
}
@media screen and (max-width: 991px) {
  .events .event__columns .event__gallery .eventSwiper img {
    max-width: 100%;
    max-height: auto;
  }
}
.events .event__columns .event__gallery .eventSlidePrev, .events .event__columns .event__gallery .eventSlideNext {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background-color: transparent;
  border: 0;
  z-index: 1;
  cursor: pointer;
}
.events .event__columns .event__gallery .eventSlidePrev {
  left: 0;
}
.events .event__columns .event__gallery .eventSlideNext {
  right: 0;
}
.events .event__columns .event__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.events .event__columns .event__list .event__list--item {
  border-bottom: 2px solid #A7A8A9;
  padding-bottom: 10px;
}
.events .event__columns .event__list .event__list--item:last-child {
  border-bottom: 2px solid transparent;
}
.events .event__columns .event__list .event__list--item a {
  text-decoration: none;
}
.events .event__columns .event__list .event__list--item .the-date {
  color: #00A887;
  font-size: 18px;
  margin-bottom: 5px;
}
.events .event__columns .event__list .event__list--item .the-title a {
  color: #000;
}
.events .event__columns .event__list .btn {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #00a887;
  color: #00a887;
  border-radius: 35px;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
.events .event__columns .event__list .btn:hover, .events .event__columns .event__list .btn:focus {
  background-color: #00a887;
  color: #fff;
}

.lity-content:after {
  box-shadow: none !important;
}

.lity-active body {
  overflow: hidden;
}

.lity-modal-inner {
  color: white;
  padding: 20px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.lity {
  background: rgba(0, 0, 0, 0.6) !important;
}

.student_success_hero h1, .timeline-slider h3, .timeline-slider .text__area h4, .timeline-slider .horizontal .square h4, .big_quote .big_quote_inner blockquote h3, .testimonials-mods h3, .animated_icons .animated_icons_header .header_2, .exporing .header_2, .student-resources .header_2, .student-resources .img__text--area .box .copy h4, .events__header .header_2 {
  font-family: Gilroy, sans-serif;
  margin-bottom: 0.5em;
}

.mobile_accordian {
  position: sticky;
  top: -7px;
  z-index: 1000;
  padding-top: 2.8125em;
  margin-bottom: 2.1875em;
}
@media screen and (min-width: 1024px) {
  .mobile_accordian {
    display: none !important;
  }
}
.mobile_accordian .mobile-accordian-container {
  padding-left: 4%;
  padding-right: 4%;
}
.mobile_accordian .mobile_accordian_nav {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.mobile_accordian .accordion {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border: 0;
  padding: 15px 22px;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #00A887;
  font-weight: 600;
  font-family: "Fira Sans", "Montserrat", sans-serif;
  text-align: left;
  cursor: pointer;
}
.mobile_accordian .accordion::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #003087;
  border-width: 2px 2px 0 0;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.25s ease-in;
  border-color: #00A887;
}
.mobile_accordian .accordion.active::after {
  top: calc(50% + 4px);
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.25s ease-in;
}
.mobile_accordian .accordion .active,
.mobile_accordian .accordion .accordion:hover {
  background-color: #ccc;
}
.mobile_accordian .panel {
  padding: 0;
  background-color: white;
  display: none;
  overflow: hidden;
  list-style: none;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 10px;
}
.mobile_accordian .panel a {
  color: #54565A;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0px 20px;
  border: 2.5px solid transparent;
  display: block;
  font-size: 16px !important;
  text-decoration: none;
}
.mobile_accordian .panel a.active {
  color: #003087;
}

.timeline-modal-content {
  background: #0064D1;
  color: white;
  border-radius: 10px;
  max-width: 600px;
}

#main {
  position: relative;
  z-index: 1;
}

div.tuition_remote {
  order: 7;
}

.sr-alert-title {
  display: flex;
  justify-content: space-between;
}
.sr-alert-title div {
  width: 152px;
}

/* ===========================
End of Student Success Page
============================== */
header .logo {
  margin: 3px 20px 3px 0;
}
@media screen and (min-width: calc(600 / 16 * 1em)) {
  header .logo {
    width: 90px;
  }
  header .logo svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: calc(1024 / 16 * 1em)) {
  header .logo {
    width: 8.5%;
    min-width: 80px;
    max-width: 120px;
    margin: 3px 2.5% 3px 0;
  }
}

.sr-alert-button {
  border: 0;
  color: #fff;
  display: inline-block;
  line-height: 24px;
  padding: 0.65rem 1rem;
  background-color: #003087;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.sr-alert-button:hover {
  transform: scale(1.05);
  background-color: #0040a0;
  color: #fff;
  text-decoration: none;
}

/*# sourceMappingURL=main.css.2548dec566af.map */
