/**
 *  Colors
 ================================================= */
/**
 *  Text COlor
 ================================================= */
/**
 *  Text Sylte
 ================================================= */
/**
 *  Grid Settings
 ================================================= */
/**
 Animation
 */
/**
 *  Media Query
 ================================================= */
/*
 |----------------------------------------------------------------
 |  Fluid Calculation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Font Faces
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Letter spacing
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Property
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Property Alias
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Fluid Height Calculation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Overlay Pseudo
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Gravityform
 |----------------------------------------------------------------
 */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/*
 |----------------------------------------------------------------
 |  Background
 |----------------------------------------------------------------
 */
.background_primary {
  background-color: #58585A;
  padding-bottom: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
  padding-top: calc(20px + (40 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .background_primary {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .background_primary {
    padding-top: 40px;
  }
}

/*
 |----------------------------------------------------------------
 |  Images
 |----------------------------------------------------------------
 */
/*
|----------------------------------------------------------------
|  Icons
|----------------------------------------------------------------
*/
/*
 |----------------------------------------------------------------
 |  Floating Animation
 |----------------------------------------------------------------
 */
.spacer {
  margin-bottom: calc(60px + (80 - 60) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .spacer {
    margin-bottom: 80px;
  }
}

/*
 |----------------------------------------------------------------
 |  Animation
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Column Grid
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Block Grid
 |----------------------------------------------------------------
 */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.full-row {
  max-width: none;
}

.max-row {
  max-width: 1600px;
}

.row-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.row-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.row-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

[class*=columns-] > .row {
  margin-left: -10px;
  margin-right: -10px;
}

.columns-1 {
  -webkit-flex-basis: calc(1 / 12 * 100%);
      -ms-flex-preferred-size: calc(1 / 12 * 100%);
          flex-basis: calc(1 / 12 * 100%);
  max-width: calc(1 / 12 * 100%);
}

.right-1 {
  margin-left: calc(1 / 12 * 100%);
}

.left-1 {
  margin-right: calc(1 / 12 * 100%);
}

.columns-2 {
  -webkit-flex-basis: calc(2 / 12 * 100%);
      -ms-flex-preferred-size: calc(2 / 12 * 100%);
          flex-basis: calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%);
}

.right-2 {
  margin-left: calc(2 / 12 * 100%);
}

.left-2 {
  margin-right: calc(2 / 12 * 100%);
}

.columns-3 {
  -webkit-flex-basis: calc(3 / 12 * 100%);
      -ms-flex-preferred-size: calc(3 / 12 * 100%);
          flex-basis: calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%);
}

.right-3 {
  margin-left: calc(3 / 12 * 100%);
}

.left-3 {
  margin-right: calc(3 / 12 * 100%);
}

.columns-4 {
  -webkit-flex-basis: calc(4 / 12 * 100%);
      -ms-flex-preferred-size: calc(4 / 12 * 100%);
          flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}

.right-4 {
  margin-left: calc(4 / 12 * 100%);
}

.left-4 {
  margin-right: calc(4 / 12 * 100%);
}

.columns-5 {
  -webkit-flex-basis: calc(5 / 12 * 100%);
      -ms-flex-preferred-size: calc(5 / 12 * 100%);
          flex-basis: calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
}

.right-5 {
  margin-left: calc(5 / 12 * 100%);
}

.left-5 {
  margin-right: calc(5 / 12 * 100%);
}

.columns-6 {
  -webkit-flex-basis: calc(6 / 12 * 100%);
      -ms-flex-preferred-size: calc(6 / 12 * 100%);
          flex-basis: calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}

.right-6 {
  margin-left: calc(6 / 12 * 100%);
}

.left-6 {
  margin-right: calc(6 / 12 * 100%);
}

.columns-7 {
  -webkit-flex-basis: calc(7 / 12 * 100%);
      -ms-flex-preferred-size: calc(7 / 12 * 100%);
          flex-basis: calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%);
}

.right-7 {
  margin-left: calc(7 / 12 * 100%);
}

.left-7 {
  margin-right: calc(7 / 12 * 100%);
}

.columns-8 {
  -webkit-flex-basis: calc(8 / 12 * 100%);
      -ms-flex-preferred-size: calc(8 / 12 * 100%);
          flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}

.right-8 {
  margin-left: calc(8 / 12 * 100%);
}

.left-8 {
  margin-right: calc(8 / 12 * 100%);
}

.columns-9 {
  -webkit-flex-basis: calc(9 / 12 * 100%);
      -ms-flex-preferred-size: calc(9 / 12 * 100%);
          flex-basis: calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%);
}

.right-9 {
  margin-left: calc(9 / 12 * 100%);
}

.left-9 {
  margin-right: calc(9 / 12 * 100%);
}

.columns-10 {
  -webkit-flex-basis: calc(10 / 12 * 100%);
      -ms-flex-preferred-size: calc(10 / 12 * 100%);
          flex-basis: calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}

.right-10 {
  margin-left: calc(10 / 12 * 100%);
}

.left-10 {
  margin-right: calc(10 / 12 * 100%);
}

.columns-11 {
  -webkit-flex-basis: calc(11 / 12 * 100%);
      -ms-flex-preferred-size: calc(11 / 12 * 100%);
          flex-basis: calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%);
}

.right-11 {
  margin-left: calc(11 / 12 * 100%);
}

.left-11 {
  margin-right: calc(11 / 12 * 100%);
}

.columns-12 {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

.right-12 {
  margin-left: calc(12 / 12 * 100%);
}

.left-12 {
  margin-right: calc(12 / 12 * 100%);
}

.column-center {
  margin-left: auto;
  margin-right: auto;
}

.column-right {
  margin-right: 0;
  margin-left: auto;
}

.block-grid-1 > * {
  -webkit-flex-basis: calc(1 / 1 * 100%);
      -ms-flex-preferred-size: calc(1 / 1 * 100%);
          flex-basis: calc(1 / 1 * 100%);
  max-width: calc(1 / 1 * 100%);
}

.block-grid-2 > * {
  -webkit-flex-basis: calc(1 / 2 * 100%);
      -ms-flex-preferred-size: calc(1 / 2 * 100%);
          flex-basis: calc(1 / 2 * 100%);
  max-width: calc(1 / 2 * 100%);
}

.block-grid-3 > * {
  -webkit-flex-basis: calc(1 / 3 * 100%);
      -ms-flex-preferred-size: calc(1 / 3 * 100%);
          flex-basis: calc(1 / 3 * 100%);
  max-width: calc(1 / 3 * 100%);
}

.block-grid-4 > * {
  -webkit-flex-basis: calc(1 / 4 * 100%);
      -ms-flex-preferred-size: calc(1 / 4 * 100%);
          flex-basis: calc(1 / 4 * 100%);
  max-width: calc(1 / 4 * 100%);
}

[class*=block-grid-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
[class*=block-grid-] > * {
  padding-left: 10px;
  padding-right: 10px;
}

.block-grid-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block-grid-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.block-grid-spread {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-grid-equal {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.block-grid-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-grid-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.block-grid-stretch > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.block-grid-flatten > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-grid-flatten > * > * {
  width: 100%;
}

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

body.user-is-tabbing .button:focus, body.user-is-tabbing .button:focus-visible,
body.user-is-tabbing .button > a:focus,
body.user-is-tabbing .button > a:focus-visible {
  -webkit-box-shadow: 0 0 0px 2px var(--wp--preset--color--vivid-cyan-blue, #005FAF);
          box-shadow: 0 0 0px 2px var(--wp--preset--color--vivid-cyan-blue, #005FAF);
}

/*
 |----------------------------------------------------------------
 |  Html / Body
 |----------------------------------------------------------------
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #000000;
  max-width: 1600px;
  margin: 0 auto;
  font-family: lato, sans-serif;
}
@media screen and (max-width:979px) {
  body.menu-opened {
    overflow-y: hidden;
  }
}

::-moz-selection {
  background: #005FAF;
  color: white;
}

::selection {
  background: #005FAF;
  color: white;
}

::-moz-selection {
  background: #005FAF;
  color: white;
}

@-ms-viewport {
  width: device-width;
}
/*
 |----------------------------------------------------------------
 |  Headings
 |----------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  padding-bottom: 10px;
  color: #000000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  text-decoration: none;
}
p + h1, ul:not([class]) + h1, ol:not([class]) + h1,
p + h2,
ul:not([class]) + h2,
ol:not([class]) + h2,
p + h3,
ul:not([class]) + h3,
ol:not([class]) + h3,
p + h4,
ul:not([class]) + h4,
ol:not([class]) + h4,
p + h5,
ul:not([class]) + h5,
ol:not([class]) + h5,
p + h6,
ul:not([class]) + h6,
ol:not([class]) + h6,
p + .h1,
ul:not([class]) + .h1,
ol:not([class]) + .h1,
p + .h2,
ul:not([class]) + .h2,
ol:not([class]) + .h2,
p + .h3,
ul:not([class]) + .h3,
ol:not([class]) + .h3,
p + .h4,
ul:not([class]) + .h4,
ol:not([class]) + .h4,
p + .h5,
ul:not([class]) + .h5,
ol:not([class]) + .h5,
p + .h6,
ul:not([class]) + .h6,
ol:not([class]) + .h6 {
  padding-top: 20px;
}

.h1, h1 {
  font-size: calc(34px + (62 - 34) * (100vw - 320px) / (1200 - 320));
  line-height: calc(40px + (72 - 40) * (100vw - 320px) / (1200 - 320));
  font-family: "questa-slab", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  .h1, h1 {
    font-size: 62px;
  }
}
@media screen and (min-width: 1200px) {
  .h1, h1 {
    line-height: 72px;
  }
}

.h2, h2 {
  font-size: calc(30px + (42 - 30) * (100vw - 320px) / (1200 - 320));
  line-height: calc(40px + (50 - 40) * (100vw - 320px) / (1200 - 320));
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .h2, h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .h2, h2 {
    line-height: 56px;
  }
}

.h3, h3 {
  font-size: calc(28px + (32 - 28) * (100vw - 320px) / (1200 - 320));
  line-height: calc(32px + (39 - 32) * (100vw - 320px) / (1200 - 320));
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  .h3, h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .h3, h3 {
    line-height: 39px;
  }
}

.h4, h4 {
  font-size: calc(17px + (17 - 17) * (100vw - 320px) / (1200 - 320));
  line-height: calc(29px + (29 - 29) * (100vw - 320px) / (1200 - 320));
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (min-width: 1200px) {
  .h4, h4 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .h4, h4 {
    line-height: 29px;
  }
}

.h5, h5 {
  font-size: calc(15px + (15 - 15) * (100vw - 320px) / (1200 - 320));
  line-height: calc(20px + (24 - 20) * (100vw - 320px) / (1200 - 320));
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.52px;
}
@media screen and (min-width: 1200px) {
  .h5, h5 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .h5, h5 {
    line-height: 24px;
  }
}

.h6, h6 {
  font-size: calc(13px + (13 - 13) * (100vw - 320px) / (1200 - 320));
  line-height: calc(17px + (29 - 17) * (100vw - 320px) / (1200 - 320));
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  padding-bottom: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (min-width: 1200px) {
  .h6, h6 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .h6, h6 {
    line-height: 29px;
  }
}

/*
 |----------------------------------------------------------------
 |  Paragraph
 |----------------------------------------------------------------
 */
p {
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0px;
}
p:empty {
  display: none;
}

/*
 |----------------------------------------------------------------
 |  Horizontal Line
 |----------------------------------------------------------------
 */
hr {
  border: none;
  border-bottom: 1px solid #005FAF;
  width: 90%;
  margin: 10px auto 35px;
}

/*
 |----------------------------------------------------------------
 |  MISC
 |----------------------------------------------------------------
 */
i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

/*
 |----------------------------------------------------------------
 | Address
 |----------------------------------------------------------------
 */
address {
  font-style: normal;
}

/*
 |----------------------------------------------------------------
 | Code
 |----------------------------------------------------------------
 */
code,
pre {
  background-color: #F3F6F6;
  font-family: "Consolas", monospace;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  code,
pre {
    font-size: 14px;
  }
}

pre {
  padding: 25px 20px;
}

code {
  border-radius: 3px;
  vertical-align: middle;
  padding: 2px 5px;
}

.required {
  color: #dc3545;
}

/*
 |----------------------------------------------------------------
 |  Lists
 |----------------------------------------------------------------
 */
ul:not([class]),
ol:not([class]) {
  margin: 0 0 25px 10px;
  list-style: none;
  padding-left: 25px;
}
ul:not([class]) li,
ol:not([class]) li {
  position: relative;
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  color: #000000;
}
@media screen and (max-width:767px) {
  ul:not([class]) li,
ol:not([class]) li {
    margin: 0 auto 10px auto;
  }
}
ul:not([class]) li:before,
ol:not([class]) li:before {
  color: #005FAF;
  position: absolute;
  left: -25px;
  font-weight: 500;
}
ul:not([class]) ul:not([class]),
ul:not([class]) ol:not([class]),
ol:not([class]) ul:not([class]),
ol:not([class]) ol:not([class]) {
  list-style: none;
  padding-left: 25px;
}

ul:not([class]) li:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f111";
  font-size: 8px;
  top: calc(0px + (0 - 0) * (100vw - 320px) / (1200 - 320));
  color: #000000;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  ul:not([class]) li:before {
    top: 0px;
  }
}

ol:not([class]) {
  counter-reset: my-counter;
}
ol:not([class]) li:before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  top: 1px;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1200 - 320));
  font-weight: bold;
  color: #005FAF;
}
@media screen and (min-width: 1200px) {
  ol:not([class]) li:before {
    font-size: 16px;
  }
}

.anvil-list {
  margin: 0 0 25px 10px;
  list-style: none;
  padding-left: 25px;
}
.anvil-list .p-wrapper {
  padding: 0px;
  font-size: calc(10px + (10 - 10) * (100vw - 320px) / (1200 - 320));
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .anvil-list .p-wrapper {
    font-size: 10px;
  }
}
.anvil-list li {
  position: relative;
  padding-bottom: 10px;
}
.anvil-list li:before {
  position: absolute;
  left: -20px;
  top: 6px;
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f054";
}

ol:not([class]) li::before {
  color: #000000;
}

/*
 |----------------------------------------------------------------
 |  Link
 |----------------------------------------------------------------
 */
a {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background-color, color, border, opacity, text-indent;
  transition-property: background-color, color, border, opacity, text-indent;
  text-decoration: none;
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  color: #000000;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
p a, ul:not([class]) a, ol:not([class]) a {
  border-bottom: 2px solid #005FAF;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
p a:hover, ul:not([class]) a:hover, ol:not([class]) a:hover {
  border-bottom: 2px solid #005FAF;
  color: #005FAF;
}

/*
 |----------------------------------------------------------------
 |  Image
 |----------------------------------------------------------------
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.aligncenter {
  display: block;
}

/*
 |----------------------------------------------------------------
 |  WP Image classes
 |----------------------------------------------------------------
 */
[class*=wp-image-] {
  margin-top: 15px;
}

.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 0;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  display: block;
  margin: 15px 0 45px;
  max-width: 100%;
  position: relative;
  width: auto !important;
  min-height: 450px;
}
.wp-caption img {
  display: block;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.wp-caption-dd,
.wp-caption-text {
  padding: 10px 15px 10px 0px !important;
  color: #000000;
  font-style: italic;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 29px;
}

/*
 |----------------------------------------------------------------
 |  Custom Image Classes
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Video
 |----------------------------------------------------------------
 */
/*
 |----------------------------------------------------------------
 |  Iframe - anvil wraps embedded iframes with .flex-video, so that
 |  class can be used to style iframes
 |----------------------------------------------------------------
 */
 
 .flex-video iframe { border-radius:10px;}
 
/*
 |----------------------------------------------------------------
 |  Block Quote
 |----------------------------------------------------------------
 */
blockquote {
  border-left: 2px solid #005FAF;
  padding: 20px 20px 20px 50px;
  margin: 20px 0 35px;
  font-family: "questa-slab", sans-serif;
  font-style: normal;
}
blockquote p:last-of-type:not(:first-of-type) {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  blockquote p:last-of-type:not(:first-of-type) {
    font-size: 18px;
  }
}
blockquote cite {
  display: block;
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1200 - 320));
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  blockquote cite {
    font-size: 18px;
  }
}

/*
 |----------------------------------------------------------------
 |  Buttons
 |----------------------------------------------------------------
 */
.button {
  border: none;
  background: transparent;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 21px;
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  font-family: "questa-slab", sans-serif;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 10px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.button i {
  margin-left: 5px;
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.button.default {
  background-color: #005FAF;
}

/*
 |----------------------------------------------------------------
 |  Button Base/Mixin
 |----------------------------------------------------------------
 */
.one {
  color: white;
  background: #005FAF;
}
.one:hover {
  background: #ffffff;
  color: #005FAF;
}

.two {
  color: #000000;
  background: #cde44b;
}
.two:hover {
  background: #dfeb93 !important;
}

.three {
  color: #000000;
  background: #cde44b;
}
.three:hover {
  background: #dfeb93 !important;
}

.outline-one {
  background: transparent;
  border: 1px solid #005FAF;
  color: #005FAF;
}
.outline-one:hover {
  background: #005FAF;
  color: #ffffff;
}

.outline-two {
  color: #ffffff;
  background: unset;
  border: 1px #ffffff solid;
}
.outline-two:hover {
  background: #005FAF;
  color: #ffffff;
}

.read-more {
  font-family: roboto, sans-serif;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.07px;
  line-height: 18px;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  border-bottom: 2px solid #005FAF;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.read-more:before {
  display: none;
}
.read-more i {
  margin-left: 12px;
}
.read-more:hover {
  color: #005faf;
  border-bottom: 2px solid #005faf;
}
.read-more:hover:before {
  color: #005faf;
}

.external:before {
  display: none !important;
}

.read-more-white {
  font-family: roboto, sans-serif;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.07px;
  line-height: 18px;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  border-bottom: 2px solid #005FAF;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: white;
  border-bottom: 2px solid #cde44b;
}
.read-more-white:before {
  display: none;
}
.read-more-white i {
  margin-left: 12px;
}
.read-more-white:hover {
  color: #cde44b;
  border-bottom: 2px solid #cde44b;
}
.read-more-white:hover:before {
  color: #cde44b;
}

.read-more-plus {
  font-family: roboto, sans-serif;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.07px;
  line-height: 18px;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  border-bottom: 2px solid #005FAF;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: black;
  border-bottom: 2px solid #005FAF;
}
.read-more-plus:before {
  display: none;
}
.read-more-plus i {
  margin-left: 12px;
}
.read-more-plus:hover {
  color: #005FAF;
}
.read-more-plus:before {
  display: none;
}
.read-more-plus:after {
  display: none;
}

.form-submit input {
  border: none;
  background: transparent;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 21px;
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  font-family: "questa-slab", sans-serif;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 10px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  background: #005FAF;
  border: unset !important;
}
.form-submit input i {
  margin-left: 5px;
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.form-submit input.default {
  background-color: #005FAF;
}
.form-submit input:hover {
  background: #ffffff;
  color: #005FAF;
}

/**
 *	Global Placeholder
================================================= */
/**
 *	Global Form Element
================================================= */
label {
  font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  label {
    font-size: 15px;
  }
}

[type=text],
[type=url],
[type=email],
[type=tel],
[type=number],
[type=password],
[type=search],
select,
textarea {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  outline: none;
  border: 1px solid #58585A;
  background: white;
  padding: 5px 10px;
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1200 - 320));
  font-weight: 400;
  color: #000000;
}
@media screen and (min-width: 1200px) {
  [type=text],
[type=url],
[type=email],
[type=tel],
[type=number],
[type=password],
[type=search],
select,
textarea {
    font-size: 17px;
  }
}
[type=text]:focus,
[type=url]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #005FAF;
}
[type=text][disabled],
[type=url][disabled],
[type=email][disabled],
[type=tel][disabled],
[type=number][disabled],
[type=password][disabled],
[type=search][disabled],
select[disabled],
textarea[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

textarea {
  min-height: 150px;
  padding: 10px;
  resize: vertical;
}

select:not([multiple]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 35px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  right: 20px;
  top: 15px;
  color: #005FAF;
}

select[multiple] {
  height: auto;
}

option {
  padding: 5px 10px;
  color: #000000;
}

[type=button] {
  background-color: #005FAF;
}

input[type=checkbox],
input[type=file],
input[type=image],
input[type=radio] {
  height: auto;
  width: auto;
}

input[type=checkbox],
input[type=radio] {
  line-height: normal;
  padding: 0;
  vertical-align: middle;
}
input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper label {
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
  color: #005FAF;
}
.gform_wrapper [type=email],
.gform_wrapper [type=number],
.gform_wrapper [type=password],
.gform_wrapper [type=search],
.gform_wrapper [type=tel],
.gform_wrapper [type=text],
.gform_wrapper [type=url],
.gform_wrapper select,
.gform_wrapper textarea {
  border-radius: 5px;
  border: 1px solid #005FAF;
}

.gravity-form .gform_button:focus,
.gform_wrapper .gform_button:focus {
  outline: 2px solid #000;
  /* Replace #000 with your preferred color */
}
/*
input#search-input::-webkit-input-placeholder {
  color: #fff;
}

input#search-input::-moz-placeholder {
  color: #fff;
}

input#search-input:-ms-input-placeholder {
  color: #fff;
}

input#search-input::-ms-input-placeholder {
  color: #fff;
}

input#search-input::placeholder {
  color: #fff;
}
*/
/*
 |----------------------------------------------------------------
 |  Banner Structure
 |----------------------------------------------------------------
 */
.page-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  margin-top: -60px;
}

.banner-slider .cta_btn_cnt { display:inline-block;}
.banner-slider .cta_btn_cnt .btn_caption { font-weight:bold; margin-bottom:1em;}
.banner-slider .image-banner > .row { align-items:stretch;}
.banner-slider .image-banner > .row > .content-container { display:flex; flex-direction:column; margin: 5em 0 1em;}
.banner-slider .image-banner > .row > .content-container > p { margin-bottom:.5em; margin-top:.5em;}

.banner-slider .slick-dots { display:none!important;}



.page-banner .button {
  margin-right: 20px;
}
.page-banner .row {
  width: 100%;
}
.page-banner .content-container {
  z-index: 0;
  font-family: "questa-slab", sans-serif;
  font-style: normal;
}
html:lang(en-CA) .page-banner .content-container .h1,
html:lang(en-CA) .page-banner .content-container .h2,
html:lang(en-CA) .page-banner .content-container .h3 {
  text-transform: capitalize;
}

@media screen and (max-width:767px) {
  .page-banner .content-container .h1,
.page-banner .content-container .h2,
.page-banner .content-container .h3,
.page-banner .content-container .h4,
.page-banner .content-container .h5,
.page-banner .content-container .h6,
.page-banner .content-container h1,
.page-banner .content-container h2,
.page-banner .content-container h3,
.page-banner .content-container h4,
.page-banner .content-container h5,
.page-banner .content-container h6,
.page-banner .content-container p {
    color: black;
    text-align: left;
  }
}
@media screen and (max-width:767px) {
  .page-banner .content-container {
    margin: 0.5rem 1rem;
    background: white;
    border-radius: 15px;
    padding: 20px;
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.24);
  }
  .page-banner .content-container a.one {
    /*color: #cde44b;*/
  }
}
@media screen and (max-width:767px) {
  .page-banner .button {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
.page-banner .image-column {
  padding: 0.5rem 1rem;
}
@media screen and (max-width:767px) {
  .page-banner .image-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
.page-banner .image-column img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
@media screen and (max-width:767px) {
  .page-banner .image-column img {
    height: 370px;
  }
}

.image-banner .content-container {
  z-index: 10;
}
@media screen and (max-width:767px) {
  .image-banner {
    min-height: unset !important;
  }
}

@media screen and (max-width:979px) {
  .page-template-_posts .page-banner {
    margin-bottom: 0px !important;
  }
}

.blue-banner {
  display: block;
}
.blue-banner .content-container {
  padding-bottom: 20px;
}

.video-banner {
  position: relative;
  overflow: hidden;
}
.video-banner > .row {
  min-height: calc(300px + (600 - 300) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .video-banner > .row {
    min-height: 600px;
  }
}
.video-banner #bg-video {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  pointer-events: none;
}

.single-blog-banner .term-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 0px;
  margin-bottom: 10px;
}
.single-blog-banner .term-wrapper h6 {
  line-height: 12px;
  padding-bottom: 0px;
  margin-right: 10px;
  text-transform: uppercase;
}
.single-blog-banner .content-container .post-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.single-blog-banner .content-container .post-meta .divider {
  margin: 0 10px;
}

.single-page-banner .row {
  padding-top: calc(40px + (160 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (100 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .single-page-banner .row {
    padding-top: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .single-page-banner .row {
    padding-bottom: 100px;
  }
}
.single-page-banner .terms-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 20px 15px;
  margin-bottom: 20px;
}
.single-page-banner .terms-container h6 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.single-page-banner .content-container {
  background: #ffffff;
  padding: 40px 100px;
  position: relative;
  top: 200px;
}
.single-page-banner .content-container h1,
.single-page-banner .content-container p,
.single-page-banner .content-container h6 {
  color: #000000;
}
.single-page-banner .term-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 50px;
  margin-bottom: 20px;
}
.single-page-banner .term-wrapper h6 {
  line-height: 12px;
  padding-bottom: 0px;
  margin-right: 10px;
  text-transform: uppercase;
}
.single-page-banner h6 {
  padding: 0px;
  margin-right: 10px;
  text-transform: uppercase;
}
.single-page-banner h1,
.single-page-banner p {
  padding-bottom: 10px;
}
.single-case-banner {
  margin-bottom: 90px;
}
.single-case-banner .row {
  padding-top: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .single-case-banner .row {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .single-case-banner .row {
    padding-bottom: 70px;
  }
}

.search-banner .page-banner {
  margin-bottom: 60px;
}
.search-banner .page-banner:after {
  z-index: 0;
}
.search-banner .page-banner .content-container {
  z-index: 1;
}

@media screen and (min-width:1200px) {
  .page-banner .row {
    width: 1200px;
  }
  .page-banner .row .content-container.columns-6 p {
    max-width: 485px;
  }
}

.page-template-default .page-banner {
  min-height: 280px;
}

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

.youtube .body,
.is-type-video .flex-video {
	    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 25px;*/
    height: 0;
}

.youtube iframe,
.is-type-video .flex-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.post-filter {
  padding-bottom: 60px;
}

.filter-section {
  z-index: 10;
  padding: 10px 0px;
}
.filter-section h6 {
  font-size: 13px;
  font-weight: bold;
}
.filter-section .filter-container {
  min-height: unset;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px !important;
}
.filter-section h6 {
  padding-bottom: 0;
  margin-right: 15px;
  min-width: 70px;
}
.filter-section .view-all {
  font-size: 1rem;
  margin-right: 10px;
  text-decoration: underline;
}
.filter-section .filter-form-container fieldset {
  border: unset;
  padding: 0;
  margin: 0;
}
.filter-section .filter-form-container .inner-filters-form {
  width: 100% !important;
}
.filter-section .filter-form-container .inner-filters-form label {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 29px;
}
.filter-section .filter-form-container .inner-filters-form .taxonomy-select, .filter-section .filter-form-container .inner-filters-form .select-container {
  width: 282px !important;
}
.filter-section .filter-form-container .inner-filters-form .columns-6:last-of-type {
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  display:contents;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filter-section .filter-form-container .inner-filters-form #filter-submit-button,
.filter-section .filter-form-container .inner-filters-form .view-all {
  margin-top: 18px;
}
.filter-section .filter-form-container,
.filter-section .filter-form-container .search-form,
.filter-section .filter-form-container .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-section .filter-form-container .flex-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.filter-section .filter-form-container .flex-container .select-container {
  margin-right: 15px;
  min-width: 150px;
}
.filter-section .filter-form-container .search-form {
  pointer-events: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  font-size: 12px;
}
.filter-section .filter-form-container .search-form input {
  height: 50px;
  border-radius: 5px;
}
.filter-section .filter-form-container .search-form select:not(.button),
.filter-section .filter-form-container .search-form input:not(.button) {
  background-image: none;
  border-radius: 5px;
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  height: 50px;
  border: 1px solid black;
  font-size: 14px;
  background: transparent;
}
.filter-section .filter-form-container .search-form .select-container {
  position: relative;
  border-radius: 6px;
  max-width: 500px;
}
.filter-section .filter-form-container .search-form .select-container i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  font-size: 15px;
  font-weight: 500;
}
.filter-section .filter-form-container .search-form .button {
  margin-right: 15px;
  min-width: 130px;
  max-height: 50px;
  min-height: 50px;
  font-weight: bold;
  border: 0px solid white !important;
}
.filter-section .filter-form-container .search-container {
  min-width: 200px;
  margin-bottom:10px;
}
@media screen and (max-width:1199px) {
  .filter-section .filter-form-container,
.filter-section .filter-form-container .search-form,
.filter-section .filter-form-container .flex-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .filter-section .filter-form-container h6,
.filter-section .filter-form-container a,
.filter-section .filter-form-container .button,
.filter-section .filter-form-container .select-container {
    margin-bottom: 15px;
  }
}
@media screen and (max-width:480px) {
  .filter-section .filter-form-container .select-container {
    -webkit-flex-basis: 46%;
        -ms-flex-preferred-size: 46%;
            flex-basis: 46%;
    min-width: unset !important;
  }
}
.filter-section--collapse {
  padding-top: calc(20px + (30 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .filter-section--collapse {
    padding-top: 30px;
  }
}
.filter-section--collapse .filter-form-container .search-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  gap: 1rem;
}
.filter-section--collapse .filter-form-container .search-form .button,
.filter-section--collapse .filter-form-container .search-form .view-all {
  margin-right: 0;
}
.filter-section--collapse .filter-form-container .search-form .view-all {
  padding: 0.75rem 1rem;
}
.filter-section--collapse .filter-form-container .filter-section__action-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.filter-section--collapse .filter-form-container .filter-section__collapse-toggle {
  cursor: pointer;
  border: none;
}

.simple-filter-form h6 {
  padding-bottom: 0;
}
.simple-filter-form form {
  margin: 0;
}

@media screen and (max-width:1199px) {
  .post-filter {
    padding-left: 20px;
  }
}
.solo-search-container {
  padding-top: 60px;
}
.solo-search-container__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.solo-search-container__icon {
  color: #005FAF;
  position: relative;
  top: 5px;
  left: 10px;
  font-size: 20px;
}

.project-filter .search-form {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.project-filter .search-form .flex-container {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.project-filter .search-form .flex-container .select-container {
  width: 200px;
  margin-bottom: 10px;
}

select:focus {
  -webkit-box-shadow: 0 0 0 3px #CDE44B;
          box-shadow: 0 0 0 3px #CDE44B;
}

.hide-label {
  position: absolute;
  z-index: -999;
  color:transparent;
}

.js-toggle-section {
  display: none;
}

.filter-section .filter-form-container .search-container {
  position: relative;
  border-radius: 6px;
  max-width: 500px;
}

.filter-section .filter-form-container .search-form .search-container i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  font-size: 15px;
  font-weight: 500;
}
.filter-section .filter-form-container .search-form .search-container input:not(.button) {
  background-image: none;
  border-radius: 5px;
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  height: 50px;
  border: 1px solid black;
  font-size: 14px;
  color: #0a0a0a;
  background: transparent;
}
.filter-section .filter-form-container .search-form .search-container input::placeholder {
  color: #0a0a0a;
  opacity: 1; /* Firefox */
}

.filter-section .filter-form-container .search-form .search-container input:placeholder-shown {
  color: #0a0a0a;
  opacity: 1; /* Firefox */
}





fa-search:before {
  content: "\f002";
}

.pagination-container {
  width: 100%;
  padding: 50px 0 70px 0;
}
.pagination-container .wrapper a {
  color: #000000;
}
.pagination-container .pagination-column {
  padding: 15px 0px;
  padding-left: calc(10px + (30 - 10) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(10px + (30 - 10) * (100vw - 320px) / (1200 - 320));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .pagination-container .pagination-column {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .pagination-container .pagination-column {
    padding-right: 30px;
  }
}
.pagination-container .pagination-column .fa-arrow-left {
  margin-right: 10px;
}
.pagination-container .pagination-column i {
  color: #005FAF;
  font-size: 16px;
  margin: 10px 10px;
}
.pagination-container .pagination-column p {
  padding-bottom: 0;
}
.pagination-container .pagination-column p,
.pagination-container .pagination-column a {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
  color: #005FAF;
  text-transform: none;
}
.pagination-container .pagination-column .prev-disabled,
.pagination-container .pagination-column .next-disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-container .pagination-column .prev-disabled i,
.pagination-container .pagination-column .next-disabled i {
  font-size: 16px;
  color: #005FAF;
}
.pagination-container .pagination-column .fa-arrow-right {
  margin-left: 12px;
  color: #005FAF;
}
.pagination-container .pagination-column .fa-arrow-left {
  margin-right: 12px;
  color: #005FAF;
}
.pagination-container .pagination-column .page-lists {
  padding-left: calc(20px + (100 - 20) * (100vw - 320px) / (1200 - 320));
  padding-right: calc(20px + (100 - 20) * (100vw - 320px) / (1200 - 320));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .pagination-container .pagination-column .page-lists {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .pagination-container .pagination-column .page-lists {
    padding-right: 100px;
  }
}
.pagination-container .pagination-column .page-lists .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}
.pagination-container .pagination-column .page-lists .current {
  background: #005FAF;
  color: #ffffff;
}
.pagination-container .pagination-column .page-lists .dots {
  background: unset;
}
.pagination-container .pagination-column .page-lists a,
.pagination-container .pagination-column .page-lists span {
  color: #005FAF;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width:767px) {
  .pagination-container {
    padding-top: 0;
  }
  .pagination-container .pagination-column {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pagination-container .pagination-column .page-lists {
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.slideout-container {
  width: 100%;
}

.slideout-item .loop-content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  border: none;
  text-align: left;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.slideout-item .loop-content:hover, .slideout-item .loop-content:focus {
  background-color: #1e587512;
}
.slideout-item .loop-content img {
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}
.slideout-item .loop-content::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -20px;
  width: 20px;
  height: 20px;
  border-bottom: 10px solid #005FAF;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 2;
}
.slideout-item .loop-content .h4,
.slideout-item .loop-content h4 {
  z-index: 1000;
  padding-bottom: 0px;
  color: #005FAF;
  line-height: 29px;
}
.slideout-item .loop-content .h6,
.slideout-item .loop-content h6 {
  text-transform: uppercase;
  color: #005FAF;
}
.slideout-item .loop-content .icon {
  z-index: 1000;
  height: 30px;
  width: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
  margin-right: 20px;
}
.slideout-item .loop-content .icon:hover {
  cursor: pointer;
}
.slideout-item .loop-content .icon i {
  font-size: 20px;
  font-weight: 500;
  color: #005FAF;
}
.slideout-item .loop-content .minus {
  display: none;
}
.slideout-item .loop-content .show-icon {
  display: block;
}
.slideout-item .loop-content .hide-icon {
  display: none;
}
.slideout-item .loop-content .team-slideout-content .team-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.slideout-item .loop-content .team-slideout-content .team-heading button {
  border: none;
  background: none;
}
.slideout-item .loop-content .project-slider-content .team-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slideout-item .loop-content.show-slideout::after {
  display: none;
}
.slideout-item .slideout-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}
.slideout-item .team-slideout-content {
  width: 100%;
}
.slideout-item .team-slideout-content .position-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slideout-item .team-slideout-content .position-wrap .h6,
.slideout-item .team-slideout-content .position-wrap h6 {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  margin-right: 10px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
  text-transform: none;
  color: #005FAF;
}
.slideout-item .team-slideout-hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 0px;
}
.slideout-item .team-slideout-hidden .h4,
.slideout-item .team-slideout-hidden h4 {
  padding-bottom: 10px;
}
.slideout-item .team-slideout-hidden .h6,
.slideout-item .team-slideout-hidden h6 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.52px;
  line-height: 24px;
}
.slideout-item .team-slideout-hidden .project-content p {
  display: inline-block;
  text-overflow: ellipsis;
  width: 100%;
  height: 270px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .slideout-item .team-slideout-hidden {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .slideout-item .team-slideout-hidden .columns-4,
.slideout-item .team-slideout-hidden .columns-8 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
.slideout-item .team-slideout-hidden .content-column {
  padding: 0 50px;
}
.slideout-item .team-slideout-hidden .content-column .contact-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  padding-bottom: 30px;
}
.slideout-item .team-slideout-hidden .content-column .contact-icons a {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 29px;
}
.slideout-item .team-slideout-hidden .content-column .contact-icons a:before {
  display: none;
}
@media screen and (max-width:979px) {
  .slideout-item .team-slideout-hidden {
    padding: 30px;
  }
  .slideout-item .team-slideout-hidden .content-column,
.slideout-item .team-slideout-hidden .form-container {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .slideout-item .team-slideout-hidden .content-column {
    padding: 0;
  }
}
.slideout-item .loop-hidden {
  display: none;
  position: relative;
  background: #005FAF;
}
.slideout-item .loop-hidden * {
  color: white !important;
}
.slideout-item .loop-hidden .team-slideout-contact {
  padding-top: 10px;
}
.slideout-item .loop-hidden .team-slideout-contact a i {
  border-radius: 15px;
  border: solid 2px white;
  padding: 6px;
  margin-top: 10px;
  margin-right: 5px;
}
.slideout-item .loop-hidden .phone-link {
  margin-bottom: 30px;
  font-weight: bold;
}
.slideout-item .loop-hidden .phone-link::after {
  position: relative;
  top: 2px;
  content: "";
  background: 3px;
  display: block;
  margin: 0 auto;
  width: 0%;
  height: white;
  -webkit-transition: width ease-in-out 0.3s;
  transition: width ease-in-out 0.3s;
}
.slideout-item .loop-hidden .phone-link:hover::after {
  width: 100%;
  -webkit-transition: width ease-in-out 0.3s;
  transition: width ease-in-out 0.3s;
}
.slideout-item .close {
  position: absolute;
  top: 5%;
  right: 3%;
  background: none;
  border: none;
}
.slideout-item .close:hover {
  cursor: pointer;
}
.slideout-item .close i {
  font-size: 25px;
}

.slideout-container.block-grid-2 .loop-content img {
  height: 470px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slideout-container.block-grid-3 .slideout-item .loop-hidden {
  width: 310%;
}
.slideout-container.block-grid-3 .slideout-item:nth-child(3n+1) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-3 .slideout-item:nth-child(3n+2) .loop-hidden {
  left: -105%;
}
.slideout-container.block-grid-3 .slideout-item:nth-child(3n+3) .loop-hidden {
  left: -210%;
}

.slideout-container.block-grid-4 .slideout-item .loop-hidden,
.slideout-container.block-grid-4 .slideout-item .loop-hidden-big,
.slideout-container-big.block-grid-4 .slideout-item .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item .loop-hidden-big {
  width: 435%;
  display: none;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+1) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+1) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+2) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+2) .loop-hidden {
  left: -109%;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+3) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+3) .loop-hidden {
  left: -218%;
}
.slideout-container.block-grid-4 .slideout-item:nth-child(4n+4) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(4n+4) .loop-hidden {
  left: -326%;
}

.slideout-container.block-grid-2 .slideout-item .loop-hidden,
.slideout-container.block-grid-2 .slideout-item .loop-hidden-big {
  width: 203%;
}
.slideout-container.block-grid-2 .slideout-item:nth-child(odd) .loop-hidden {
  left: 0;
}
.slideout-container.block-grid-2 .slideout-item:nth-child(even) .loop-hidden {
  left: -103%;
}

@media screen and (max-width:1199px) {
  /*
      |----------------------------------------------------------------
      | Slideout Component
      |----------------------------------------------------------------
      */
  .slideout-container.block-grid-4 .slideout-item .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item .loop-hidden {
    width: 310%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+1) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+2) .loop-hidden {
    left: -105%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(3n+3) .loop-hidden {
    left: -210%;
  }
}
@media screen and (max-width:1199px) {
  .slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 204%;
  }
  .slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: -103%;
  }
}
@media screen and (max-width:767px) {
  .slideout-container.block-grid-4 .slideout-item .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item .loop-hidden,
.slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 203%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: -103%;
  }

  .slideout-container.block-grid-2 .slideout-item .loop-hidden {
    width: 100%;
  }
  .slideout-container.block-grid-2 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-2 .slideout-item:nth-child(even) .loop-hidden {
    left: 0;
  }
}
@media screen and (max-width:639px) {
  .slideout-container.block-grid-4 .slideout-item .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item .loop-hidden,
.slideout-container.block-grid-3 .slideout-item .loop-hidden {
    width: 100%;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(odd) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(odd) .loop-hidden {
    left: 0;
  }
  .slideout-container.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container-big.block-grid-4 .slideout-item:nth-child(even) .loop-hidden,
.slideout-container.block-grid-3 .slideout-item:nth-child(even) .loop-hidden {
    left: 0;
  }
}
.page-nav {
  padding-top: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .page-nav {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-nav {
    padding-bottom: 50px;
  }
}
.page-nav .all-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-nav .all-posts .button {
  color: white;
  background: #005FAF;
}
.page-nav .all-posts .button:hover {
  background: #ffffff;
  color: #005FAF;
}
.page-nav .prev-column,
.page-nav .next-column {
  position: relative;
}
.page-nav .prev-column::after,
.page-nav .next-column::after {
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  color: #000000;
  font-size: 15px;
  top: 2%;
}
.page-nav .prev-column p,
.page-nav .next-column p {
  color: #000000;
}
.page-nav .prev-column h4,
.page-nav .next-column h4 {
  color: #005FAF;
  padding-bottom: 10px;
}
.page-nav .prev-column {
  padding-left: 8%;
}
.page-nav .prev-column::after {
  left: 18%;
  content: "\f053";
}
.page-nav .next-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 8%;
}
.page-nav .next-column::after {
  right: 18%;
  content: "\f054";
}
.page-nav .next-column .next-link > * {
  text-align: right;
}

.search-bar-nav {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  padding: 10px;
}
@media screen and (min-width:980px) {
  .search-bar-nav {
    width: 80px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.search-bar-nav__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
@media screen and (min-width:980px) {
  .search-bar-nav__form {
    display: none;
    width: 550px;
  }
  .search-bar-nav__form label {
    width: 150px;
  }
  .search-bar-nav__form.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 70px;
    background: #005FAF;
    padding: 1em 3em 1em 1em;
    border-radius: 6px;
    color: white;
    z-index: 1000;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
.search-bar-nav__input {
  border-radius: 3px;
  background: transparent;
  border: 2px solid white !important;
  border-radius: 6px !important;
  color: white !important;
  padding-right: 2rem;
}
.search-bar-nav__input:valid + .search-bar-nav__submit {
  opacity: 1;
  cursor: pointer;
}
.search-bar-nav__input:valid + .search-bar-nav__submit:hover {
  background-color: #cde44b;
}
@media screen and (max-width:1199px) {
  .search-bar-nav__input:valid + .search-bar-nav__submit:hover {
    color: #ffffff;
  }
}
@media screen and (max-width:1199px) {
  .search-bar-nav__input {
    width: 100%;
    color: #000000;
  }
}

.vjump .term-link:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.vjump .term-link {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
	padding-top: 2.5em;
    position: relative;
}

.term-block-wrapper .term-link { padding-top:2em;}
.term-block-wrapper .term-link a:first-of-type {     height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    margin-top: -2.5em;}

.term-block-wrapper .term-link a.read-more-white {
	color:#0a0a0a;
}

.search-bar-nav .search-bar-nav__toggle {
  color: #000;
}

.megadisp .search-bar-nav__toggle {
	color:#fff;
}

.search-bar-nav__toggle {
  border: none;
  cursor: pointer;
  height: 60px;
  width: 60px;
  min-width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-left: 20px;
  position: relative;
  bottom: 0;

  background-color:transparent;
  display: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.search-bar-nav__toggle:focus {
  -webkit-box-shadow: 0 0 0 2px #ffffff;
          box-shadow: 0 0 0 2px #ffffff;
		  background: #cde44b;
		  color:#005FAF;
}
.search-bar-nav__toggle:hover {
  /*background-color: #dfeb93;*/
  color: #005FAF;
  background: #cde44b;
}


#searchForm input::placeholder   { color: #ccc; opacity: 1; /* Firefox */}
#searchForm input::-ms-input-placeholder  { color: #ccc; opacity: 1; /* Firefox */}

@media screen and (min-width:980px) {
  .search-bar-nav__toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-bar-nav .fa-search {
  font-size: 20px;
  font-weight: 600;
}
.search-bar-nav__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2rem;
  border-radius: 0 6px 6px 0;
  border: none;
  background: transparent;
  color: #cde44b;
  cursor: pointer;
  border-left: 2px solid white;
  -webkit-transition: background ease-in 0.2s;
  transition: background ease-in 0.2s;
}
.search-bar-nav__submit:hover {
  background-color: #006dc9 !important;
}
@media screen and (max-width:1199px) {
  .search-bar-nav__submit {
    color: #cde44b;
  }
}
.search-bar-nav__submit i {
  position: relative;
  left: 0px;
}
.search-bar-nav__submit i::before {
  color: #cde44b;
}

.search-bar-nav__form label {
  padding-right: 10px;
  font-family: roboto, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}

.headroom {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (min-width:980px) {
  .headroom--not-top.headroom--pinned .site-utility,
.headroom--not-top.headroom--pinned .site-header {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px);
  }
}

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

.nav-headroom {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.nav-headroom .site-utility,
.nav-headroom .site-header {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.nav-headroom .site-utility .site-menus {/*background: transparent url(../../images/mitacs-dark.png) 0 0 no-repeat;*/ line-height:33px;}
.logo-column {background: transparent url(../../images/mitacs-dark.png) 0 0 no-repeat; line-height:33px;}




#nav-headroom { background-color:#fff;}

#nav-headroom .site-header {
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: auto;
}

body.megadisp #nav-headroom { background-color:#005faf; min-height:450px;}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu { background-color:none;}



/*body.megadisp .nav-headroom .site-utility .site-menus {background: transparent url(../../images/mitacs-light.png) 0 0 no-repeat; line-height:33px; background-size: 196px 33px; }*/
body.megadisp .logo-column {background: transparent url(../../images/mitacs-light.png) 0 0 no-repeat; line-height:33px; background-size: 196px 33px; }

body.megadisp #nav-headroom { background-color:#005faf;}

body.megadisp .utility-menu a { color:#fff;}

body .utility-menu a:hover { 
    /*color: #cde44b;*/
    background-color: initial;
    text-decoration: underline;
}

body.megadisp .utility-menu a:hover {
	color: #cde44b;
}

body .utility-menu  li.menu-item.button:hover {
	background-color: #cde44b;
	color:#005FAF;
}



body.megadisp #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li > a.mega-menu-link { color:#fff;}

.menu-item.button {
	background-color: #005FAF;
    color: white;
    min-height: auto;
    min-width: auto;
}
.menu-item.button a { color:inherit;}

body.megadisp .menu-item.button {
	background-color: #fff;
    color: #005FAF;
}


#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {
	    margin-left: calc(((100% - 900px + 24px) / 2) + 279px);
		position:absolute;
		top:10px;
		display:none;
		
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column { position:relative;}

/*#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu  { height:390px!important;}*/


body.megadisp .menu-item.button a { color:inherit;}
body .menu-item.button a:hover { color:inherit;}
.mega-sub-menu > li.mega-menu-item-has-children > a:before { content:'\f345'; }
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:before { content:'';}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link { font-size:20px; font-weight:300;}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link { border-radius:5px;}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu { padding-top:20px; padding-bottom:2em;}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	font-size:18px; color:#fff; margin-left:1.15em; font-weight:bold;
}


/*
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor:not(.mega-current-menu-ancestor) > a.mega-menu-link {     background: inherit; color: #000;}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor:not(.mega-current-menu-ancestor) > a.mega-menu-link:hover {     background: inherit; color: #000;}
*/


#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor:not(.mega-toggle-on) > a.mega-menu-link {     background: inherit; color: #000;}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor:not(.mega-toggle-on) > a.mega-menu-link:hover {     background: inherit; color: #000;}

body.megadisp #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {  color: #fff;}
body.megadisp #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover { color:#cde44b; text-decoration:underline; }

body.megadisp #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor.mega-toggle-on > a.mega-menu-link {  color: #005faf;}
body.megadisp #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor.mega-toggle-on > a.mega-menu-link:hover { text-decoration:none; }




#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item { width:initial; clear:both;}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover { text-decoration:underline;}

.gradient-blue-white > .row {
	background: rgb(0,95,175);
background: linear-gradient(180deg, rgba(0,95,175,1) 0%, rgba(255,255,255,1) 63%, rgba(255,255,255,1) 100%);
padding: 2.5em 0 0 0;
border-radius:10px;
}

.gradient-blue-white > .row iframe {
	border-radius:10px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item { padding:10px 0 0; position:initial;}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu { min-height:350px;}


#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	    color: #cde44b;
    font-weight: 300;
    text-decoration: underline;
    
	
}



body.megadisp #main.site-main { opacity:0.5;}

@media screen and (min-width:979px) {
	.page-banner .h2 { font-size:55px;}
}


/*body.megadisp .mega-sub-menu { background-color:#005faf!important;}*/

#top-bar #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link { 
	padding: 0px 20px 0px 20px;
    font-size: 18px;
    font-weight: 700;
}

.utility-menu li:last-child a {
	background-color: #005faf;
    color: #fff;
    padding: 0px 20px 0px 20px;
    border-radius: 5px;
    line-height: 40px;
    height: 40px;
    display: block;
}

body.megadisp .utility-menu li:last-child a {
	background-color: #fff;
    color: #005faf;
}

body.megadisp .utility-menu li:last-child a:hover {
	color:#cde44b;
}



.btn_caption { font-size:24px;}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    -webkit-transition: color 0.2s, background-color 0.2s, font-size 0.3s;
    -moz-transition: color 0.2s, background-color 0.2s, font-size 0.3s;
    -ms-transition: color 0.2s, background-color 0.2s, font-size 0.3s;
    -o-transition: color 0.2s, background-color 0.2s, font-size 0.3s;
    transition: color 0.2s, background-color 0.2s, font-size 0.3s;
	
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:not(.mega-toggle-on) > a.mega-menu-link:hover { color:#005FAF; background-color:initial; text-decoration:underline;}
body.megadisp #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item:not(.mega-toggle-on) > a.mega-menu-link:hover { color:#cde44b; background-color:initial; text-decoration:underline;}

.wp-block-image img { border-radius:10px;}


body #nav-headroom { transition: all 0.7s ease;}

#home-url a { display:block; width: 196px; height:33px; }

@media screen and (max-width:979px) {
	#nav-headroom .site-header .navigation-column .desktop-menu { display:none;}
	.weglot-container { display:none;}
	
}




.row.disclaimer p {
	    font-size: 16px;
    color: #fff;
    line-height: 1.2em;
    margin-top: 2em;
    margin-bottom: -3em;
}

.row.disclaimer a, .row.disclaimer a:hover { 
	color:#fff;
}


.logo-column { margin-right:auto;}


.headroom {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.headroom--pinned {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (min-width:980px) {
  .headroom--not-top.headroom--pinned .site-utility,
.headroom--not-top.headroom--pinned .site-header {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px);
  }
}

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

.nav-headroom {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.nav-headroom .site-utility,
.nav-headroom .site-header {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.projects-map {
  position: relative;
  z-index: 1;
}

/**
 *  Colors
 ================================================= */
/**
 *  Text COlor
 ================================================= */
/**
 *  Text Sylte
 ================================================= */
/**
 *  Grid Settings
 ================================================= */
/**
 Animation
 */
/**
 *  Media Query
 ================================================= */
.project-location-counter {
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 100%;
  background-color: #015faf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1px;
}
.project-location-counter--md {
  height: 5.625rem;
  width: 5.625rem;
}
.project-location-counter--lg {
  height: 6.875rem;
  width: 6.875rem;
}
.project-location-counter__input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
          appearance: none;
  -webkit-appearance: textfield;
          appearance: textfield;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: white;
  text-align: center;
  font-size: 1.25rem;
  font-family: lato, sans-serif;
  font-weight: 500;
  opacity: 1;
  border-radius: 100%;
  background-color: #015faf;
  height: 100%;
  width: 100%;
  padding: 9.5%;
  background-clip: content-box;
  letter-spacing: 1px;
}
.project-location-counter__input[type=number]::-webkit-outer-spin-button, .project-location-counter__input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.project-locations-mobile {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: minmax(-webkit-min-content, 50%) auto;
  grid-template-columns: minmax(min-content, 50%) auto;
  grid-gap: 10px;
  font-family: lato, sans-serif;
  font-weight: bold;
}
@media screen and (min-width:769px) {
  .project-locations-mobile {
    display: none;
  }
}
.project-locations-mobile__count {
  font-size: 2rem;
  color: #005FAF;
  text-align: center;
}
.project-locations-mobile__name {
  font-size: 1.5rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  text-align: center;
}
.project-locations-mobile h3 {
  text-align: center;
}

@media screen and (max-width:480px) {
  .projects-map {
    margin-bottom: 20px;
  }

  .completed-projects .columns-10 {
    text-align: center;
  }

  .page-template-_posts .filter-section .filter-form-container .select-container {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-right: 0px;
  }
  .page-template-_posts .post-filter {
    padding-right: 20px;
  }

  .project-filter .search-form {
    width: 100%;
  }
  .project-filter .search-form .flex-container .select-container {
    width: 100%;
    margin-bottom: 10px;
  }
}
.project-content-wrapper {
  padding-top: 80px;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.project-content-wrapper .title {
  color: #005FAF;
}
.project-content-wrapper .project-content {
  padding-right: 40px;
}

.project-info-wrapper {
  background-color: #F3F6F6;
  padding-top: 15px;
}
.project-info-wrapper .project-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.project-info-wrapper .project-item .h6, .project-info-wrapper .project-item h6 {
  color: black;
  font-size: 15px;
  font-weight: bold;
  margin-right: 15px;
}
.project-info-wrapper .project-item p,
.project-info-wrapper .project-item h6,
.project-info-wrapper .project-item .h6 {
  padding-bottom: 0px;
  margin-bottom: 15px;
  line-height: 20px;
}

.single-project .project-content-wrapper .columns-4 .project-info-wrapper {
  padding: 50px 50px 70px 50px;
}
.single-project .project-content-wrapper .columns-4 .project-info-wrapper .project-item .h6, .single-project .project-content-wrapper .columns-4 .project-info-wrapper .project-item h6 {
  width: 30%;
  margin-right: 20px;
  min-width: 90px;
}
.single-project .project-content-wrapper .columns-4 .project-info-wrapper .project-item p {
  width: 100%;
}

.project-category-count {
  position: relative;
  font-family: lato, sans-serif;
  display: inline-block;
  padding: 10px;
}
.project-category-count__svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.project-category-count__svg-bg {
  stroke: #E5E1DA;
  stroke-width: 10px;
}
.project-category-count__svg-bar {
  stroke: #cde44b;
  stroke-linecap: round;
  stroke-width: 10px;
}
.project-category-count__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
  text-align: center;
}
.project-category-count__percentage {
  font-size: 2rem;
}
.project-category-count__name {
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.find-prog-form__field {
  padding: 10px 0;
}
.find-prog-form__fieldset {
  padding: 0;
  margin: 0;
  border: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(-webkit-min-content, 50%));
  grid-template-columns: repeat(auto-fit, minmax(min-content, 50%));
}
.find-prog-form__legend {
  font-weight: 600;
  font-size: 1.125rem;
  padding-bottom: 10px;
  font-family: "questa-sans", sans-serif;
  font-style: normal;
}
.find-prog-form__submit-wrapper {
  padding-top: 2rem;
}
.find-prog-form__submit {
  color: white !important;
}
.find-prog-form__submit::after {
  content: "";
}

.find-prog-radio {
  padding: 5px 0px 5px 25px;
  position: relative;
  cursor: pointer;
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  line-height: 1.5;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.find-prog-radio:hover {
  color: #005FAF;
}
.find-prog-radio__label {
  display: block;
}
.find-prog-radio__label::before, .find-prog-radio__label::after {
  content: "";
  display: block;
  height: 1.125rem;
  width: 1.125rem;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}
.find-prog-radio__label::before {
  border: 1px solid #005FAF;
}
.find-prog-radio__label::after {
  background-color: #005FAF;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.find-prog-radio__input {
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.find-prog-radio__input:checked ~ .find-prog-radio__label::after {
  opacity: 1;
}

@media screen and (min-width:1200px) {
  .find-prog-menu-item {
    position: static;
    z-index: 3;
  }
  .find-prog-menu-item > a {
    position: relative;
    z-index: 1;
  }
  .find-prog-menu-item > a::after {
    content: "";
    position: absolute;
    height: 4rem;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 0;
  }
}
.find-prog-menu-item__mega-menu {
  display: none;
}
@media screen and (min-width:1200px) {
  .find-prog-menu-item__mega-menu {
    border-radius: 5px;
    padding: 20px;
    display: block;
    position: absolute;
    z-index: 1001;
    background: #ffffff;
    width: calc(100vw - 40px);
    max-width: 1200px;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    right: 0;
    top: 5rem;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, opacity, transform;
    transition-property: visibility, opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
}
.find-prog-menu-item:hover .find-prog-menu-item__mega-menu, .find-prog-menu-item:focus-within .find-prog-menu-item__mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.find-prog {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.find-prog__form-col, .find-prog__services-col {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  padding: 20px;
}
@media screen and (min-width:769px) {
  .find-prog__form-col {
    -webkit-flex-basis: calc(8 / 12 * 100%);
        -ms-flex-preferred-size: calc(8 / 12 * 100%);
            flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
}
.find-prog__form-title {
  font-size: 14px;
  color: #005FAF;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 17px;
  padding-bottom: 25px;
}
.find-prog__services-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-rows: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 20px;
}
@media screen and (min-width:769px) {
  .find-prog__services-col {
    grid-template-columns: repeat(auto-fill, minmax(200px, 250px));
    -webkit-flex-basis: calc(4 / 12 * 100%);
        -ms-flex-preferred-size: calc(4 / 12 * 100%);
            flex-basis: calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }
}

.block-grid-1 {
  display: block;
  width: 100%;
}
.block-grid-1 > * {
  margin-bottom: 20px;
}

.block-grid-2 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-2 > * {
  padding: 0px;
  margin: 0.5% 0.5% 1% 0.5%;
  -webkit-flex-basis: 49%;
      -ms-flex-preferred-size: 49%;
          flex-basis: 49%;
  max-width: 49%;
}

.block-grid-3 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-3 > * {
  padding: 0px;
  margin: 0.5% 0.8% 2.5% 0.8%;
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
  max-width: 31%;
}

.block-grid-4 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-4 > * {
  padding: 0px;
  margin: 0.5% 0.5% 1% 0.5%;
  -webkit-flex-basis: 24%;
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%;
  max-width: 24%;
}

.block-grid-5 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-5 > * {
  padding: 0px;
  -webkit-flex-basis: 19%;
      -ms-flex-preferred-size: 19%;
          flex-basis: 19%;
  max-width: 19%;
  margin: 0.5% 0.5% 1% 0.5%;
}

.block-grid-6 {
  -webkit-box-pack: normal;
  -webkit-justify-content: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  width: 100%;
}
.block-grid-6 > * {
  padding: 0px;
  -webkit-flex-basis: 15%;
      -ms-flex-preferred-size: 15%;
          flex-basis: 15%;
  max-width: 15%;
  margin: 0.5% 0.5% 1% 0.5%;
}

@media screen and (max-width:1199px) {
  .block-grid-3 {
    width: 100%;
  }
  .block-grid-3 > * {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }

  .block-grid-4,
.block-grid-5 {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    width: 100%;
  }
  .block-grid-4 > *,
.block-grid-5 > * {
    margin: 0.5% 0.5% 1% 0.5%;
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    max-width: 32%;
  }

  .block-grid-6 {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-align: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial;
    width: 100%;
  }
  .block-grid-6 > * {
    padding: 0px;
    margin: 0.5% 0.5% 1% 0.5%;
    -webkit-flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
            flex-basis: 24%;
    max-width: 24%;
  }
}
@media screen and (max-width:979px) {
  .block-grid-6 {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-box-align: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial;
    width: 100%;
  }
  .block-grid-6 > * {
    padding: 0px;
    margin: 0.5% 0.8% 1% 0.8%;
    -webkit-flex-basis: 31%;
        -ms-flex-preferred-size: 31%;
            flex-basis: 31%;
    max-width: 31%;
  }
}
@media screen and (max-width:767px) {
  .block-grid-2, .block-grid-3 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-2 > *, .block-grid-3 > * {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }

  .block-grid-4,
.block-grid-5,
.block-grid-6 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-4 > *,
.block-grid-5 > *,
.block-grid-6 > * {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width:639px) {
  .block-grid-4,
.block-grid-6 {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
  }
  .block-grid-4 > *,
.block-grid-6 > * {
    padding: 0px 10px 20px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width:1199px) {
  .block-grid-2,
.block-grid-3,
.block-grid-4,
.block-grid-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
}




img.logo-footer {
/*background: transparent url(../../images/mitacs-light.png) 0 0 no-repeat;
padding-top:5em;*/
clear:both;
}



/*
 |----------------------------------------------------------------
 |  Site Header
 |----------------------------------------------------------------
 */
.site-header {
  position: relative;
  z-index: 99;
  padding: 1.5rem 10px;
}
@media screen and (min-width:980px) {
  .site-header {
    padding: 30px 10px;
    min-height: 124px;
  }
}

.site-logo {
  width: 200px;
}

.admin-bar .nav-headroom {
  top: 32px;
}
@media screen and (max-width:979px) {
  .admin-bar .nav-headroom {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .admin-bar .nav-headroom .site-header {
    height: 105px;
  }
}
@media screen and (max-width:767px) {
  .admin-bar .nav-headroom {
    top: 45px;
  }
}

.site-main .mobile-banner {
  display: none;
}
@media screen and (max-width:639px) {
  .site-main .banner-slider .slick-arrow {
    display: none !important;
  }
  .site-main .banner-slider .slick-dots {
    top: unset;
    bottom: 50px;
  }
}

.banner-announcement-container {
  background: #005FAF;
  z-index: 1000000;
  padding: 20px 0 0px;
  position: relative;
  display: none;
  color: white !important;
}
.banner-announcement-container .banner_announcement {
  margin-bottom: 0;
}
.banner-announcement-container .button {
  min-width: 180px;
  min-height: 40px;
}
.banner-announcement-container .button:hover {
  background-color: #005FAF;
  border: 2px solid #ffffff;
}
.banner-announcement-container .content-column {
  padding: 0;
}
.banner-announcement-container .text-container {
  padding: 0;
}
.banner-announcement-container .text-container .heading,
.banner-announcement-container .text-container p {
  color: #000000;
}
.banner-announcement-container .text-container .heading {
  font-size: 16px;
  padding-bottom: 5px;
}
.banner-announcement-container .text-container p {
  font-size: 14px;
  line-height: 1.2;
}
.banner-announcement-container .cta-column {
  right: 0;
}
.banner-announcement-container .close-banner {
  position: absolute;
  top: 22px;
  right: 30px;
  color: #ffffff;
}
.banner-announcement-container .rotate {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
 |----------------------------------------------------------------
 |  Site Utility
 |----------------------------------------------------------------
 */
.site-utility .main-menu-item .mega-menu-toggle .h3::before {
  padding-top: 0px !important;
  top: 0px !important;
}

.site-utility {
  width: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 999;
}
.site-utility > .row {
  padding: 15px 0;
  z-index: 100;
  position: relative;
}
.site-utility .mega-menu-toggle {
  position: relative;
  top: 4px;
}
.site-utility .mega-menu-toggle span {
  display: block;
}
.site-utility #menu-apply_here li {
  margin-right: 15px;
}
.site-utility .apply-here-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.site-utility .main-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-utility .main-menu-item span {
  display: block;
}
.site-utility .main-menu-item a:hover::after {
  display: none !important;
}
.site-utility .main-menu-item .h3,
.site-utility .main-menu-item h3 {
  padding-bottom: 0;
  margin-right: 40px;
}
.site-utility .columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-utility a,
.site-utility .h3,
.site-utility h3 {
  font-size: 20px;
  /*letter-spacing: 1px;*/
  line-height: 17px;
  font-family: "questa-sans", sans-serif;
  font-style: normal;
}
.site-utility .util-search {
  margin-right: 20px;
}
.site-utility .util-search form {
  position: relative;
}
.site-utility .util-search form input {
  max-height: 25px;
}
.site-utility .util-search form input::-webkit-input-placeholder {
  font-size: 13px;
}
.site-utility .util-search form input::-moz-placeholder {
  font-size: 13px;
}
.site-utility .util-search form input:-ms-input-placeholder {
  font-size: 13px;
}
.site-utility .util-search form input::-ms-input-placeholder {
  font-size: 13px;
}
.site-utility .util-search form input::placeholder {
  font-size: 13px;
}
.site-utility .util-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
  border: none;
}
.site-utility .util-search button:hover {
  cursor: pointer;
}

.utility-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
.utility-menu li {
  display: inline-block;
}
.utility-menu li + li {
  margin-left: 20px;
}
.utility-menu a {
  color: #005FAF;
}
.utility-menu a:hover {
  color: #005FAF;
}

/*
 |----------------------------------------------------------------
 |  Burger Trigger
 |----------------------------------------------------------------
 */
.fs-menu-trigger {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  cursor: pointer;
}
.fs-menu-trigger:hover, .fs-menu-trigger:focus {
  color: #cde44b;
}
@media screen and (min-width:980px) {
  .fs-menu-trigger {
    display: none !important;
  }
}



.fs-burger-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50px;
  height: 40px;
  position: relative;
  color: #005faf;
}
.fs-burger-menu::before, .fs-burger-menu::after {
  content: "";
  height: 2px;
  background: #005faf;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.fs-burger-menu::after {
  width: 25px;
}
.menu-opened .fs-burger-menu::before {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.menu-opened .fs-burger-menu::after {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  width: 100%;
}

.burger-menu-text {
  margin-right: 10px;
  text-transform: uppercase;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  color: black;
  display: none;
}
@media screen and (min-width: 1200px) {
  .burger-menu-text {
    font-size: 14px;
  }
}

.burger-line {
  position: relative;
  background: transparent;
  height: 2px;
}
.burger-line::before, .burger-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: currentColor;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  left: 0;
}
.menu-opened .burger-line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.menu-opened .burger-line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.site-utility .main-menu-item .mega-menu-toggle h3 {
  margin-right: 45px;
}
.site-utility .main-menu-item .mega-menu-toggle .h3 {
  margin-right: 45px;
}

.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions {
  margin-bottom: 0;
}

.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions a {
  background-color: transparent !important;
}

.wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal a {
  padding: 5px;
}

.wpml-floating-language-switcher {
  top: 45px;
  right: 0;
  position: absolute;
  z-index: 99999;
}

.wpml-ls-legacy-dropdown > ul {
  padding-left: 0;
}
.wpml-ls-legacy-dropdown > ul:not([class]) a {
  border-bottom: unset;
}
.wpml-ls-legacy-dropdown > ul li:before {
  display: none;
}

.wpml-ls-legacy-dropdown a {
  border: none;
}

.wpml-ls-sub-menu {
  background-color: #e8edf1;
}

.site-header {
  width: 100vw;
}
.site-header .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:980px) {
  .site-header .row {
    position: relative;
  }
}
.site-header .logo-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width:980px) {
  .site-header .logo-column {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-right: 50px;
  }
}
.site-header .navigation-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width:980px) {
  .site-header .navigation-column {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-header .navigation-column .desktop-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .navigation-column .main-menu-item {
  margin-right: 10px;
}
.site-header .navigation-column .h3,
.site-header .navigation-column h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  color: white !important;
  padding-bottom: 0px;
}
.site-header .navigation-column .h3:hover,
.site-header .navigation-column h3:hover {
  color: #cde448 !important;
}
.site-header .navigation-column .h3 {
  display: block;
}
.site-header .search-menu .primary-navigation-wrapper .nav-menu li {
  list-style: none;
}
.site-header .search-menu .primary-navigation-wrapper .nav-menu li a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  padding-bottom: 0px;
}

.main-menu-item .mega-menu-toggle {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:980px) {
  .main-menu-item .mega-menu-toggle::after {
    content: "";
    position: absolute;
    z-index: 999999;
    background: linear-gradient(135deg, #005faf 50%, #CDE44B 50%), linear-gradient(45deg, #CDE44B 50%, #005faf 50%);
    height: 36px;
    left: 50%;
    top: calc(100% - 1px);
    background-size: 0.75rem 0.75rem;
    background-repeat: no-repeat;
    background-position: calc(50% - 0.375rem) 100%, calc(50% + 0.375rem) 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-3rem) translateX(-50%);
            transform: translateY(-3rem) translateX(-50%);
    width: 600px;
    max-width: 100vw;
  }
}
.main-menu-item .mega-menu-toggle .h3,
.main-menu-item .mega-menu-toggle h3 {
  position: relative;
  margin-right: 25px;
}
.main-menu-item .mega-menu-toggle .h3::after,
.main-menu-item .mega-menu-toggle h3::after {
  position: relative;
  top: 2px;
  content: "";
  background: #cde44b;
  display: block;
  margin: 0 auto;
  width: 0%;
  height: 1px;
  -webkit-transition: width ease-in-out 0.3s;
  transition: width ease-in-out 0.3s;
}
.main-menu-item .mega-menu-toggle .h3:hover::after,
.main-menu-item .mega-menu-toggle h3:hover::after {
  width: 100%;
  -webkit-transition: width ease-in-out 0.3s;
  transition: width ease-in-out 0.3s;
}
.main-menu-item .mega-menu-toggle .h3::before,
.main-menu-item .mega-menu-toggle h3::before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  font-weight: 600;
  font-size: 14px;
  content: "\f067";
  margin-left: 5px;
  padding-top: 2px;
  right: -19px;
  position: absolute;
  -webkit-transition: all ease 100ms;
  transition: all ease 100ms;
  -webkit-transform: none;
          transform: none;
  display: inline-block;
  color: #cde448;
}
.main-menu-item:hover > .hidden-menu .anvil-mega-menu, .main-menu-item:focus-within > .hidden-menu .anvil-mega-menu {
  opacity: 1;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, transform, visibility;
  transition-property: opacity, transform, visibility, -webkit-transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  z-index: 10000;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.main-menu-item:hover > .hidden-menu .anvil-mega-menu--small, .main-menu-item:focus-within > .hidden-menu .anvil-mega-menu--small {
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
}
.main-menu-item:hover .h3,
.main-menu-item:hover h3, .main-menu-item:focus-within .h3,
.main-menu-item:focus-within h3 {
  color: #005FAF;
}
.main-menu-item:hover .h3::after,
.main-menu-item:hover h3::after, .main-menu-item:focus-within .h3::after,
.main-menu-item:focus-within h3::after {
  background: #005FAF;
}
.main-menu-item:hover .h3::before,
.main-menu-item:hover h3::before, .main-menu-item:focus-within .h3::before,
.main-menu-item:focus-within h3::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-menu-item:hover .h3 a::after,
.main-menu-item:hover h3 a::after, .main-menu-item:focus-within .h3 a::after,
.main-menu-item:focus-within h3 a::after {
  position: relative;
  top: 2px;
  content: "";
  background: #CDE44B;
  display: block;
  margin: 0 auto;
  width: 0%;
  height: 1px;
  -webkit-transition: width ease-in-out 0.3s;
  transition: width ease-in-out 0.3s;
}
.main-menu-item:hover .h3 a:hover::after,
.main-menu-item:hover h3 a:hover::after, .main-menu-item:focus-within .h3 a:hover::after,
.main-menu-item:focus-within h3 a:hover::after {
  width: 100%;
  -webkit-transition: width ease-in-out 0.3s;
  transition: width ease-in-out 0.3s;
}
@media screen and (min-width:980px) {
  .main-menu-item:hover .mega-menu-toggle::after, .main-menu-item:focus-within .mega-menu-toggle::after {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    visibility: visible;
    opacity: 1;
  }
}

.hidden-menu .required {
  position: relative;
  left: 5px;
}

.site-utility .main-menu-item:hover > .hidden-menu .anvil-mega-menu {
  top: 52px;
}
.site-utility .main-menu-item:hover > .hidden-menu .anvil-mega-menu::before {
  content: "";
  position: absolute;
  top: -15px;
  right: 346px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #cde44b;
}
.site-utility .main-menu-item .mega-menu-toggle .h3::before,
.site-utility .menu-item-has-children::after {
  color: #005faf;
}




/*
 |----------------------------------------------------------------
 |  Sub Menu
 |----------------------------------------------------------------
 */
.menu-mobile-only {
  display: none;
}

.primary-navigation-wrapper {
  z-index: 100;
}
@media screen and (min-width:980px) {
  .primary-navigation-wrapper {
    position: relative;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:980px) {
  .main-menu > li + li {
    margin-left: 25px;
  }
}
.main-menu > li > a {
  z-index: 1000;
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 1px;
}
.main-menu > li > a:hover {
  color: #cde44b !important;
}
@media screen and (min-width:980px) {
  .main-menu > .current-menu-item > a {
    border-bottom: 2px solid currentColor;
  }
}

/*
 |----------------------------------------------------------------
 |  Sub Menu
 |----------------------------------------------------------------
 */
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-item-has-children .sub-menu li a {
  color: #005FAF;
}

.mobile-submenu-trigger {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: background, color, -webkit-transform;
  transition-property: background, color, -webkit-transform;
  transition-property: transform, background, color;
  transition-property: transform, background, color, -webkit-transform;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mobile-submenu-trigger i {
  font-size: 16px;
}
.mobile-submenu-trigger.opened {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
 |----------------------------------------------------------------
 |  None Mobile Menu
 |----------------------------------------------------------------
 */
@media screen and (min-width:980px) {
  .main-menu {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .menu-item-has-children::after {
    font-family: "Font Awesome 6 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
    font-weight: 600;
    font-size: 14px;
    content: "\f067";
    margin-left: 5px;
    -webkit-transition: all ease 100ms;
    transition: all ease 100ms;
    -webkit-transform: none;
            transform: none;
    display: inline-block;
    color: #cde44b;
  }
  .menu-item-has-children:hover::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all ease 100ms;
    transition: all ease 100ms;
  }
  .menu-item-has-children .sub-menu {
    text-align: center;
    position: absolute;
    z-index: 1000;
    min-width: 260px;
    background: #F3F6F6;
    left: 50%;
    padding: 15px 20px;
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    -webkit-transform: translate(-50%, -50px);
            transform: translate(-50%, -50px);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
  .menu-item-has-children .sub-menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 60px;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
  }
  .menu-item-has-children .sub-menu::after {
    content: "";
    position: absolute;
    top: -10px;
    width: 10px;
    height: 10px;
    border-bottom: 5px solid #F3F6F6;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    z-index: 2;
  }
  .menu-item-has-children .sub-menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    text-align: left;
  }
  .menu-item-has-children .sub-menu li + li {
    margin-left: 0;
  }
  .menu-item-has-children .sub-menu li a {
    font-family: "questa-sans", sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    color: #000000;
    font-size: 14px;
  }
  .menu-item-has-children .sub-menu li a:hover {
    color: #005FAF;
  }
  .menu-item-has-children .sub-menu .menu-item-has-children {
    display: block !important;
  }
  .menu-item-has-children .sub-menu .menu-item-has-children a::after {
    display: none;
  }
  .menu-item-has-children .sub-menu .menu-item-has-children:after {
    display: none;
  }
  .menu-item-has-children .sub-menu .sub-menu {
    padding: 0px;
    position: unset !important;
    -webkit-transform: translate(80px, 5px);
            transform: translate(80px, 5px);
  }
  .menu-item-has-children .sub-menu .sub-menu:before, .menu-item-has-children .sub-menu .sub-menu:after {
    display: none !important;
  }
  .menu-item-has-children .sub-menu .sub-menu a {
    padding-left: 10px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
  }
  .menu-item-has-children .sub-menu .sub-menu a::before {
    content: "-";
    margin-left: 5px;
    -webkit-transition: all ease 100ms;
    transition: all ease 100ms;
    -webkit-transform: none;
            transform: none;
    display: inline-block;
    color: #000000;
    font-size: 18px;
    font-family: "Font Awesome 6 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
  }
  .menu-item-has-children:last-child .sub-menu {
    right: 0;
    left: auto;
    -webkit-transform: translate(80px, 50px);
            transform: translate(80px, 50px);
  }
  .menu-item-has-children:hover .sub-menu {
    -webkit-transform: translate(80px, 10px);
            transform: translate(80px, 10px);
    visibility: visible;
    opacity: 1;
  }
  .menu-item-has-children:hover:last-child .sub-menu {
    -webkit-transform: translate(80px, 0);
            transform: translate(80px, 0);
  }

  .desktop-menu .professor-mega-menu .find-a-program {
    position: relative;
    top: 0px;
  }
}
/*
 |----------------------------------------------------------------
 |  Mobile Menu
 |----------------------------------------------------------------
 */
@media screen and (max-width:979px) {
  .site-header .navigation-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .primary-navigation-wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 100%;
    z-index: 1000;
    padding: 2em;
    background: #ffffff;
    max-height: calc(100vh - 104px);
    overflow-y: auto;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .primary-navigation-wrapper .menu-item {
    display: block;
    padding: 10px 0 10px 10px;
    width: 100%;
  }
  .primary-navigation-wrapper .menu-item > a {
    font-size: 18px;
    line-height: 28px;
    color: #005FAF;
  }
  .primary-navigation-wrapper .menu-item > a i {
    color: #cde44b;
  }
  .primary-navigation-wrapper .menu-item > a:hover {
    color: #cde44b;
  }
  .primary-navigation-wrapper .dark-menu {
    background: #e8edf1;
    padding: 1rem 10px;
  }
  .primary-navigation-wrapper .dark-menu.first-dark {
    padding-top: 1.5rem;
    margin-top: 2rem;
  }
  .primary-navigation-wrapper .dark-menu:last-of-type {
    padding-bottom: 1.5rem;
  }
  .primary-navigation-wrapper .dark-menu > a {
    font-weight: 500;
  }
  .primary-navigation-wrapper > .current-menu-item > a {
    border-bottom: none;
  }

  .menu-item-has-children > a {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-item-has-children .sub-menu {
    display: none;
    margin-top: 10px;
  }
  .menu-item-has-children .sub-menu li.menu-item a {
    padding-left: 0px !important;
    font-size: 15px !important;
    letter-spacing: 0.52px !important;
    line-height: 19px !important;
  }
  .menu-item-has-children .sub-menu li.menu-item a::before {
    content: "\f054";
    margin-right: 15px;
    -webkit-transition: all ease 100ms;
    transition: all ease 100ms;
    -webkit-transform: none;
            transform: none;
    display: inline-block;
    color: #cde44b;
    font-size: 15px;
    font-family: "Font Awesome 6 Pro";
    text-rendering: auto;
    font-smoothing: antialiased;
  }
  .menu-item-has-children .sub-menu li.menu-item a:hover {
    color: #cde44b;
  }

  .mobile-submenu-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
  }
}


@media screen and (max-width:979px) {
	.navigation-column { width:100%;}
	
	body.menu-opened #nav-headroom { background-color:#005faf;	}
	body.menu-opened .logo-column { 
		background: transparent url(../../images/mitacs-light.png) 0 0 no-repeat;
		line-height: 33px;
	}
	
	body.menu-opened .fs-burger-menu { color:#fff; }
	
	body.menu-opened .fs-burger-menu::before, body.menu-opened .fs-burger-menu::after { background: #fff; }
	
	body.menu-opened .primary-navigation-wrapper { background-color:#005faf;}
	body.menu-opened .site-header .menu-item a,
	body.menu-opened .site-header .search-menu .primary-navigation-wrapper .nav-menu li a	{ color:#fff!important;}
	
	body.menu-opened .primary-navigation-wrapper {box-shadow:none;}
	body.menu-opened .mobile-submenu-trigger.opened { transform: rotate(180deg);}
	body.menu-opened .primary-navigation-wrapper .dark-menu { background:none;}
	
	html:lang(fr-ca) .weglot-a0 { display:none;}
	html:lang(en-CA) .weglot-en { display:none;}
	body.menu-opened .site-header #searchForm { color:#fff;}
}

    

/*
 |----------------------------------------------------------------
 |  Shared styles
 |----------------------------------------------------------------
 */
.anvil-mega-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 30px 60px;
  background-color: #ffffff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0px;
  top: 75px;
  opacity: 0;
  z-index: -1000;
  border-top: 5px solid #CDE44B;
  visibility: hidden;
  -webkit-transform: translateY(-3rem);
          transform: translateY(-3rem);
  width: 100%;
}
.anvil-mega-menu--small {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  min-width: 280px;
  top: 34px;
  left: 50%;
  -webkit-transform: translateY(-3rem) translateX(-50%);
          transform: translateY(-3rem) translateX(-50%);
  padding: 1rem 1.5rem 1.5rem;
  list-style: none;
}
.anvil-mega-menu--small .menu-item {
  padding: 0.5rem;
}
.anvil-mega-menu--small .menu-item a:hover {
  color: #005FAF;
}
.anvil-mega-menu .h6,
.anvil-mega-menu h6 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 17px;
  color: #005FAF;
  text-transform: capitalize;
}
.anvil-mega-menu .h4,
.anvil-mega-menu h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.06px;
  line-height: 29px;
  color: #005FAF;
}
.anvil-mega-menu .h5,
.anvil-mega-menu h5 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.52px;
  line-height: 24px;
}
.anvil-mega-menu .read-more:hover {
  color: #005faf;
  border-bottom: 2px solid #005faf;
}
.anvil-mega-menu .page-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.anvil-mega-menu .page-links a:not(.read-more) {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.52px;
  line-height: 19px;
  padding-bottom: 10px;
}
.anvil-mega-menu .page-links a:not(.read-more):hover {
  color: #005faf;
}
.anvil-mega-menu .page-links a:not(.read-more) i {
  color: #cde44b;
  font-size: 13px;
}
.anvil-mega-menu .page-links i {
  padding-right: 10px;
}
.anvil-mega-menu .h6,
.anvil-mega-menu h6 {
  padding-bottom: 25px;
}
.anvil-mega-menu .anvil-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
  height: 100%;
}
.anvil-mega-menu .anvil-menu .h4 a,
.anvil-mega-menu .anvil-menu h4 a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.06px;
  line-height: 29px;
}
.anvil-mega-menu .anvil-menu .h4 i,
.anvil-mega-menu .anvil-menu h4 i {
  padding-right: 3px;
  font-size: 13px;
}
.anvil-mega-menu .second-menu {
  padding-top: 30px;
}
.anvil-mega-menu .program-links .discover-menu {
  padding: 20px 30px 30px;
  border-radius: 14px;
  background-color: #e8edf1;
  margin-bottom: 25px;
}
.anvil-mega-menu .program-links .discover-menu .h6,
.anvil-mega-menu .program-links .discover-menu h6 {
  color: #000000;
  padding-bottom: 10px;
}
.anvil-mega-menu .program-links .discover-menu .h5,
.anvil-mega-menu .program-links .discover-menu h5 {
  color: #005FAF;
}
.anvil-mega-menu .program-links .discover-menu p {
  line-height: 25px;
  padding-bottom: 15px;
}
.anvil-mega-menu .program-links .programs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.anvil-mega-menu .program-links .programs-menu a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.52px;
  line-height: 19px;
  padding-bottom: 10px;
  width: 48%;
}
.anvil-mega-menu .program-links .programs-menu a:hover {
  color: #005FAF;
}
.anvil-mega-menu .program-links .programs-menu a i {
  color: #005FAF;
  font-size: 13px;
  padding-right: 10px;
}
.anvil-mega-menu .program-links h6:nth-of-type(2),
.anvil-mega-menu .program-links .h6:nth-of-type(2) {
  padding-bottom: 12px;
}

/*
 |----------------------------------------------------------------
 |  About Menu
 |----------------------------------------------------------------
 */
.business-mega-menu .page-links {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.about-mega-menu .page-links {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.about-mega-menu .block-grid-3 {
  margin-bottom: 30px;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
@media screen and (min-width:1200px) {
  .about-mega-menu .block-grid-3 .mega-menu-loop-item {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    max-width: 30%;
  }
}
.about-mega-menu .block-grid-2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width:1200px) {
  .about-mega-menu .block-grid-2 .mega-menu-loop-item {
    -webkit-flex-basis: 46%;
        -ms-flex-preferred-size: 46%;
            flex-basis: 46%;
    max-width: 46%;
  }
}
.about-mega-menu .mega-menu-loop-item {
  border-radius: 14px;
  background-color: #e8edf1;
  padding: 30px 35px 30px 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.about-mega-menu .mega-menu-loop-item:first-of-type {
  margin-left: 0;
}
.about-mega-menu .mega-menu-loop-item .h4,
.about-mega-menu .mega-menu-loop-item h4 {
  padding-bottom: 10px;
}
.about-mega-menu .mega-menu-loop-item p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
}
.about-mega-menu .discover-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-mega-menu .discover-links a {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.52px;
  line-height: 19px;
  padding-bottom: 10px;
}
.about-mega-menu .discover-links a:hover {
  color: #cde44b;
}
.about-mega-menu .discover-links a i {
  color: #cde44b;
  font-size: 13px;
}
.about-mega-menu .discover-links i {
  padding-right: 10px;
}
@media screen and (max-width:979px) {
  .about-mega-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-mega-menu .columns-3,
.about-mega-menu .columns-9 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

@media screen and (max-width:979px) {
  .site-header .menu-item a {
    color: #005FAF !important;
  }
  .site-header .menu-item a:hover {
    color: #cde44b !important;
  }
  .site-header .menu-item .sub-menu a {
    color: #000000 !important;
  }
  .site-header .menu-text {
    padding-top: 20px !important;
  }
  .site-header .menu-text a {
    font-size: 15px !important;
    font-weight: bold;
    letter-spacing: 1.07px;
    line-height: 18px;
  }
}
.anvil-mega-menu .menu-link {
  position: relative;
  padding-left: 20px;
}
.anvil-mega-menu .menu-link:after {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f054";
  color: #cde44b;
  font-size: 13px;
  left: 0;
  top: 1px;
}
.anvil-mega-menu .menu-link i {
  display: none;
}

/*
 |----------------------------------------------------------------
 |  Site Page Content
 |----------------------------------------------------------------
 */
body {
  padding-top: 104px;
}
@media screen and (min-width:980px) {
  body {
    padding-top: 200px;
  }
}

.no-image {
  -webkit-flex-basis: calc(10 / 12 * 100%) !important;
      -ms-flex-preferred-size: calc(10 / 12 * 100%) !important;
          flex-basis: calc(10 / 12 * 100%) !important;
  max-width: calc(10 / 12 * 100%) !important;
  padding-left: 0px !important;
}

.hidden {
  display: none;
}

.shadow_bottom {
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2);
}

/*
 |----------------------------------------------------------------
 |  Site Single Entry
 |----------------------------------------------------------------
 */
.info-block {
  padding: 40px;
  background-color: #8A8A8A;
  margin-top: 40px;
  margin-bottom: 40px;
}

.compat-object-fit {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.compat-object-fit img {
  opacity: 0;
}

.wp-block-quote {
  margin-bottom: 0px;
}
.wp-block-quote p {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 30px;
  color: #005FAF;
}

.archive .post-selector-wrapper {
  padding: 90px 10px;
}

/*
 |----------------------------------------------------------------
 |  Thank you / 404
 |----------------------------------------------------------------
 */
.page-template-_thank-you .subscribe,
.page-template-_thank-you .get_in_touch {
  text-align: center;
}

.error404 .site-content {
  padding: 60px 10px;
}
.error404 .column-center {
  text-align: center;
}

.no-results {
  padding: 60px 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.no-results form {
  position: relative;
  max-width: 250px;
}
.no-results form input {
  max-height: 40px;
  width: 100%;
  border: 1px solid #005FAF;
  border-radius: 10px;
  padding-bottom: 10px;
}
.no-results form input::-webkit-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #005FAF;
  opacity: 1;
}
.no-results form input::-moz-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #005FAF;
  opacity: 1;
}
.no-results form input:-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #005FAF;
  opacity: 1;
}
.no-results form input::-ms-input-placeholder {
  font-size: 15px;
  font-style: italic;
  color: #005FAF;
  opacity: 1;
}
.no-results form input::placeholder {
  font-size: 15px;
  font-style: italic;
  color: #005FAF;
  opacity: 1;
}
.no-results button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
  border: none;
}
.no-results button i {
  font-weight: 300;
  color: #005FAF;
}
.no-results button:hover {
  cursor: pointer;
}

.side-by-side-content {
  padding: 130px 100px 200px;
  background-size: cover;
  background-repeat: no-repeat;
}
.side-by-side-content .content-column {
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}
.side-by-side-content .content-column h2 {
  color: white;
}

@media screen and (max-width:979px) {
  .side-by-side-content {
    padding: 90px 40px;
  }
}
@media screen and (max-width:767px) {
  .side-by-side-content {
    padding: 70px 30px;
  }
  .side-by-side-content .columns-8 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .footer-cta {
    display: block;
    padding: 10px;
  }
  .footer-cta .side-by-side-content {
    margin: 2% 1%;
    padding: 70px 50px 40px;
  }
}
.footer-newsletter {
  padding: 60px 10px 10px;
  background-color: #005FAF;
}
.footer-newsletter .heading-row h4 {
  color: white;
}
.footer-newsletter .heading-row p {
  color: white;
}
.footer-newsletter form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-newsletter form .ginput_container .large {
  font-size: 12px;
  font-style: italic;
}
.footer-newsletter form .gfield {
  padding: 0px;
  margin: 0.5% 0.5% 1% 0.5%;
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
  max-width: 48%;
}
.footer-newsletter form .gfield_label {
  text-transform: none !important;
  color: white;
}
.footer-newsletter form .gform_body {
  width: 74%;
}
.footer-newsletter form .gform_body [type=email],
.footer-newsletter form .gform_body [type=number],
.footer-newsletter form .gform_body [type=password],
.footer-newsletter form .gform_body [type=search],
.footer-newsletter form .gform_body [type=tel],
.footer-newsletter form .gform_body [type=text],
.footer-newsletter form .gform_body [type=url],
.footer-newsletter form .gform_body select,
.footer-newsletter form .gform_body textarea {
  background: #F3F6F6;
  border-radius: 3px;
  border: 1px solid white;
  color: white;
}
.footer-newsletter form .gform_body ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-newsletter form .gform_body ul > * {
  width: 32%;
  max-width: 32%;
}
.footer-newsletter form .gfield_label {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer-newsletter form .gform_footer {
  width: 26%;
}
.footer-newsletter form .gform_footer .button {
  border: none;
  background: transparent;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 21px;
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  font-family: "questa-slab", sans-serif;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 10px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  background: #005FAF;
  position: relative;
  top: 12px;
  border: none !important;
  top: 8px;
  height: 50px;
  min-height: 50px;
}
.footer-newsletter form .gform_footer .button i {
  margin-left: 5px;
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.footer-newsletter form .gform_footer .button:hover {
  background: #ffffff;
  color: #005FAF;
}
@media screen and (max-width:1199px) {
  .footer-newsletter form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-newsletter .gform_body,
.footer-newsletter .gform_footer {
    width: 100% !important;
  }
}
@media screen and (max-width:767px) {
  .footer-newsletter .heading-row {
    display: block;
  }
  .footer-newsletter .heading-row h4,
.footer-newsletter .heading-row .p-wrapper {
    width: 100%;
    text-align: center;
  }
  .footer-newsletter form ul {
    display: block !important;
  }
  .footer-newsletter form ul > * {
    max-width: 90% !important;
    width: 90% !important;
    margin: 0 auto 20px !important;
  }
}

.footer-cta-banner {
  padding: 40px;
  text-align: center;
  background: #B9CFE7;
}
@media screen and (max-width:480px) {
  .footer-cta-banner {
    padding-bottom: 70px;
  }
}
.footer-cta-banner .footer-banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:980px) {
  .footer-cta-banner .footer-banner-content {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-cta-banner h2, .footer-cta-banner h3 {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 36px;
  color: #005FAF;
}
@media screen and (max-width:979px) {
  .footer-cta-banner h2, .footer-cta-banner h3 {
    padding-bottom: 20px;
  }
}
.footer-cta-banner a:not(.button) {
  color: #005FAF;
}

.footer-cta .block-grid-2 .side-by-side-content {
  margin-bottom: 10px;
}
.footer-cta .block-grid-2 .side-by-side-content h2, .footer-cta .block-grid-2 .side-by-side-content h3, .footer-cta .block-grid-2 .side-by-side-content h4, .footer-cta .block-grid-2 .side-by-side-content p, .footer-cta .block-grid-2 .side-by-side-content a {
  color: white;
}
.footer-cta .block-grid-2 .side-by-side-content a {
  border: none;
  background: transparent;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 21px;
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  font-family: "questa-slab", sans-serif;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 10px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #000000;
  background: #cde44b;
}
.footer-cta .block-grid-2 .side-by-side-content a i {
  margin-left: 5px;
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.footer-cta .block-grid-2 .side-by-side-content a:hover {
  background: #dfeb93 !important;
}
.footer-cta .block-grid-2 .side-by-side-content:first-of-type {
  background-image: url("../../images/cta_bg.jpg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-cta .block-grid-2 .side-by-side-content:last-of-type {
  background: #000 !important;
}

.footer-cta-tabs {
  background-color: #e8edf1;
  padding-bottom: 75px;
  padding-top: 40px;
}
.footer-cta-tabs .footer-logo-tabs-intro, .footer-cta-tabs .secondary-logo-container {
  text-align: center;
}
.footer-cta-tabs .footer-logo-tabs-intro h2 {
  padding-bottom: 20px;
}
.footer-cta-tabs .footer-logo-tabs-intro p {
  padding-bottom: 30px;
}
.footer-cta-tabs .tab-white-wrap .info-links {
  padding: 0 35px;
}
.footer-cta-tabs .tab-white-wrap .info-links a {
  font-size: 14px;
  color: #8A8A8A;
  background: white;
  border-bottom: 2px solid #8A8A8A;
}
.footer-cta-tabs .tab-white-wrap .info-links a.active {
  color: #005FAF !important;
  border-bottom: 2px solid #005FAF;
}
@media screen and (max-width:639px) {
  .footer-cta-tabs .tab-white-wrap .info-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-cta-tabs .tab-white-wrap .info-links a {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
  }
}
@media screen and (max-width:767px) {
  .footer-cta-tabs .info-wrapper-content .logo-grid-post {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-cta-tabs .info-wrapper-content .logo-grid-post .logo-grid-content {
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    max-width: 32%;
  }
  #menu-bottom-footer-bar-menu { padding-left:0; }
  #bottom-footer-bar #menu-bottom-footer-bar-menu li { margin:0; text-align:center; display:block; }
}

.site-footer {
  background: #005FAF;
  padding-top: 60px;
}

#bottom-footer-bar .menu li:first-child { margin-left:0;}

.site-footer .footer-menu {
  list-style: none;
}
.site-footer .footer-menu li {
  padding-bottom: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer .footer-menu ul {
  padding: 0px;
  margin: 0px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-footer .footer-menu .h5,
.site-footer .footer-menu h5 {
  color: #CDE44B;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 37.5px;
  text-align: left;
  padding-bottom: 25px;
}
.site-footer .footer-menu a,
.site-footer .footer-menu p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 17px;
  color: white;
  border-bottom: 1px solid transparent;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.site-footer .footer-menu a:hover,
.site-footer .footer-menu p:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}
.site-footer .footer-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width:979px) {
  .site-footer .footer-menu-wrapper {
    display: block;
  }
  .site-footer .footer-menu-wrapper .footer-menu,
.site-footer .logo-footer  {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .site-footer .footer-menu-wrapper .footer-menu h1,
.site-footer .footer-menu-wrapper .footer-menu h2,
.site-footer .footer-menu-wrapper .footer-menu h3,
.site-footer .footer-menu-wrapper .footer-menu h4,
.site-footer .footer-menu-wrapper .footer-menu h6,
.site-footer .footer-menu-wrapper .footer-menu h5,
.site-footer .footer-menu-wrapper .footer-menu li {
    text-align: center !important;
  }
  .site-footer .footer-menu-wrapper ul {
    margin: unset !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .footer-menu {
  padding-right: 20px;
}
.site-footer .footer-bottom {
  padding: 35px 0px;
  margin-top: 40px;
}

.site-footer .footer-bottom .row{
    border-top: 1px solid white;
	line-height:4em;
}

.row.disclaimer p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.2em;
    margin: 2em 1.5em -3em;
}

.row.disclaimer a, .row.disclaimer a:hover { 
	color:#fff;
}

@media screen and (min-width: 979px) {
		.row.disclaimer p {     margin: 4em 6.5em -3em;	}
	}




  

@media screen and (max-width:1199px) {
  .site-footer .footer-bottom {
    padding: 35px 10px;
  }
}
.site-footer .footer-bottom .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .site-footer .footer-bottom .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-footer .footer-bottom .row .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .footer-bottom .row .logo p {
  font-family: Lato;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 13px;
  color: white;
  padding: 0px;
}
.site-footer .footer-bottom .row .logo img {
  width: 180px;
  height: auto;
  position: relative;
  bottom: 10px;
  margin-right: 30px;
}
/*
.site-footer .social-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}*/
@media screen and (max-width:979px) {
  .site-footer .social-footer {
    padding-top: 20px;
	display:block;
  }
  
  .site-footer .social-footer .social-list {
    padding-top: 20px;
    padding-left: 1em;
  }
  
}
.site-footer .social-footer .h4,
.site-footer .social-footer h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  color: white;
  padding-bottom: 0px;
}

.social-footer .footer-logo { margin-top:1em;}

.site-footer .social-footer ul {
  padding: 0;
  margin: 5.5em 0 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  padding-bottom: 0px;
  flex-direction: initial;
}
.site-footer .social-footer ul li {
  margin-right: 20px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  display:inline-block;
}
.site-footer .social-footer ul li:hover i {
  color: #cde44b;
}
.site-footer .social-footer ul a {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.site-footer .social-footer ul i {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: white;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

#bottom-footer-bar { margin:0 auto;}
#bottom-footer-bar .menu li { display:inline-block; margin-left:40px;}
#bottom-footer-bar .menu li a { color:#fff;}


@media screen and (max-width:979px) {
  .site-footer .footer-logo-column,
.site-footer .footer-menu-wrapper {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
    text-align: center;
  }
  .site-footer .footer-logo-column .address-column,
.site-footer .footer-menu-wrapper .address-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-footer .footer-copyright .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen and (max-width:979px) {
  .site-footer .footer-menu h5 {
    margin-top: 40px;
  }

  .footer-logo-grid .logo-container {
    margin-bottom: 20px;
  }
}
.sub-footer-logo-grid .row {
  max-width: 1300px;
}
.sub-footer-logo-grid .row .primary {
  max-width: 200px;
  padding: 40px 20px 20px;
}
.sub-footer-logo-grid .row .logo-grid-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-footer-logo-grid .row .logo-grid-post .logo-grid-content {
  width: 110px;
  padding: 10px;
}

.page-template-_posts .footer-newsletter {
  margin-top: 130px;
  display: block;
}
.page-template-_posts .featured-post-wrapper {
  background: #dedace4d;
}
.page-template-_posts .featured-post-wrapper .row {
  padding-top: calc(50px + (130 - 50) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .page-template-_posts .featured-post-wrapper .row {
    padding-top: 130px;
  }
}
.page-template-_posts .row.post-selector-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}

.hot-topics-post .loop-item {
  margin-bottom: 40px;
}
.hot-topics-post .content-column p {
  padding-bottom: 10px;
}
.hot-topics-post .content-column .single-post-cat-list {
  padding-bottom: 0;
}
.hot-topics-post .content-column .single-post-date, .hot-topics-post .content-column .single-post-cat-link {
  line-height: 10px;
  padding-right: 5px;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.hot-topics-post .content-column .single-post-date span, .hot-topics-post .content-column .single-post-cat-link span {
  padding: 0 !important;
}
.hot-topics-post .content-column .single-post-date {
  border-right: 1px solid #005FAF;
}

.page-template-_contact {
  background: #dedace4d;
}
.page-template-_contact .information-wrapper .tab-content .wsywyg {
  margin: 0 auto;
}
@media screen and (min-width:980px) {
  .page-template-_contact .information-wrapper .tab-content .wsywyg {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    padding: 30px 30px 40px 30px;
  }
  .page-template-_contact .information-wrapper .tab-content .wsywyg .content-column h2,
.page-template-_contact .information-wrapper .tab-content .wsywyg .content-column p {
    padding: 0 30px 20px 30px;
  }
}
.page-template-_contact .information-wrapper .tab-content .wsywyg form .gform_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-template-_contact .information-wrapper .tab-content .wsywyg form .gform_fields .gfield {
  -webkit-flex-basis: 49%;
      -ms-flex-preferred-size: 49%;
          flex-basis: 49%;
}
.page-template-_contact .information-wrapper .tab-content .wsywyg form .gform_fields .gfield.message-field {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.page-template-_contact .information-wrapper .tab-content .wsywyg form .gform_fields .gfield.message-field textarea {
  min-height: 170px;
}
@media screen and (max-width:767px) {
  .page-template-_contact .information-wrapper .tab-content .wsywyg form .gform_fields .gfield {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.page-template-_contact .information-wrapper .tab-content .wsywyg form .gform_fields .gfield .gfield_label {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
}
.page-template-_contact .information-wrapper .tab-content .wsywyg form .gform_fields .gfield select {
  font-size: 14px;
  color: #005FAF;
}
.page-template-_contact .information-wrapper .tab-content .wsywyg form .gform_fields .gfield select:after {
  top: 19px;
  color: #015faf;
  font-size: 12px;
}
.page-template-_contact .information-wrapper .tab-content .wsywyg form .gform_fields .spacer.gfield {
  display: none;
}
@media screen and (max-width:979px) {
  .page-template-_contact .information-wrapper .tab-content .wsywyg form .gform_footer {
    margin-bottom: 30px;
  }
}
.page-template-_contact .tabs-block.contact-tab .information-wrapper .tab-white-wrap {
  border-radius: 10px;
  background-color: white;
}
.page-template-_contact .tabs-block.contact-tab .information-wrapper .info-links {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0;
}
.page-template-_contact .tabs-block.contact-tab .information-wrapper .info-links a {
  padding-right: 45px;
  padding-left: 45px;
}
.page-template-_contact .tabs-block.contact-tab .information-wrapper .info-links .links-btn {
  min-width: 140px;
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  font-size: 17px !important;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding-bottom: 5px;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
  background: #8A8A8A;
  padding: 30px 0;
  border-bottom: none;
}
.page-template-_contact .tabs-block.contact-tab .information-wrapper .info-links .links-btn.active {
  color: #005FAF;
  background: white;
}

.get-in-touch {
  padding-top: calc(70px + (80 - 70) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .get-in-touch {
    padding-top: 80px;
  }
}
.get-in-touch .block-grid-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}
@media screen and (max-width:639px) {
  .get-in-touch .block-grid-3 {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
}
.get-in-touch a {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
  color: #005FAF;
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.get-in-touch a:hover {
  color: #cde44b;
}
.get-in-touch a i {
  font-size: 22px;
  padding-right: 10px;
  font-weight: 300;
}

.office-repeater {
  padding-bottom: 80px;
}
.office-repeater .office-loop-item {
  background: white;
  border-radius: 5px;
}
.office-repeater .office-loop-item .loop-content {
  padding: 20px 30px;
  position: relative;
}
.office-repeater .office-loop-item .loop-content h4 {
  color: #005FAF;
}
.office-repeater .office-loop-item .loop-content i {
  font-size: 23px;
  font-weight: 300;
  color: #005FAF;
  margin-right: 20px;
  position: absolute;
  left: -5px;
  -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px);
}
.office-repeater .office-loop-item .loop-content p,
.office-repeater .office-loop-item .loop-content a {
  display: block;
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.additional-office-repeater {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: 0 auto;
}
.additional-office-repeater h3 {
  padding-bottom: 0;
}
.additional-office-repeater .office-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px 0 40px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .additional-office-repeater .office-list {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
}
.additional-office-repeater .office-list p {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 24px;
  color: #005FAF;
  margin-right: 30px;
}

.ie11 * {
  min-width: 1px;
}
.ie11 body {
  width: 100%;
}
.ie11 body > * {
  min-width: 1px;
}
.ie11 html {
  width: 100%;
}
.ie11 html > * {
  min-width: 1px;
}
.ie11 .banner-content-box {
  width: 100%;
}
.ie11 select:not([multiple]) {
  background-image: none;
  padding-right: 0px;
}
.ie11 .button {
  max-width: 300px;
}
.ie11 .translation_cta .button, .ie11 .donate_now_cta .button {
  margin: 0 auto;
}
.ie11 .item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ie11 .row {
  width: 100%;
}
.ie11 .row > * {
  width: 100%;
}
.ie11 .banner-wrapper {
  width: 100%;
}
.ie11 p {
  width: 100%;
}
.ie11 .block-grid-2,
.ie11 .block-grid-3,
.ie11 .block-grid-4 {
  width: 100%;
}
.ie11 .accordion-holder {
  width: 100%;
}
.ie11 .accordion-holder .type {
  text-align: right;
}
.ie11 .accordion-label p {
  width: auto;
}
.ie11 .compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.ie11 .compat-object-fit img {
  opacity: 0;
}
.ie11 .read-more {
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: auto;
  max-width: auto;
  min-height: auto;
  max-height: auto;
  width: auto;
  padding: 0;
}
.ie11 .label {
  max-width: auto;
  width: auto;
}
.ie11 select::-ms-expand {
  display: none;
}
.ie11 .single-post-cat-list a, .ie11 .single-post-cat-list p {
  width: auto;
  text-align: left;
}
.ie11 .single-post-cat-list .divider {
  width: 20px;
}
.ie11 .get_in_touch_form {
  height: 900px;
}
.ie11 .get_in_touch_form .contact-form-container .gform_fields .gfield {
  -webkit-flex-basis: 47% !important;
      -ms-flex-preferred-size: 47% !important;
          flex-basis: 47% !important;
}
.ie11 .get_in_touch_form .contact-form-container .gform_fields .gfield:last-of-type {
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
}
.ie11 .single-map-wrapper .content-column > * {
  max-height: 60px;
}
.ie11 #menu-item-1141 a {
  padding-top: 22px;
}
.ie11 .logo-grid .block-grid-3 .logo-container {
  max-width: 28%;
  -webkit-flex-basis: 28%;
      -ms-flex-preferred-size: 28%;
          flex-basis: 28%;
}
.ie11 .icon-post-wrapper .block-grid-2 .icon-post {
  max-width: 47%;
  -webkit-flex-basis: 47%;
      -ms-flex-preferred-size: 47%;
          flex-basis: 47%;
}

.subscribe-form-wrapper {
  padding: 130px 20px;
}
.subscribe-form-wrapper .responsiveCell {
  margin-bottom: 5px;
}
.subscribe-form-wrapper .buttonContainer input {
  border: none;
  background: transparent;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 21px;
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  font-family: "questa-slab", sans-serif;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 10px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  background: #005FAF;
  width: 200px !important;
}
.subscribe-form-wrapper .buttonContainer input i {
  margin-left: 5px;
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.subscribe-form-wrapper .buttonContainer input:hover {
  background: #ffffff;
  color: #005FAF;
}

.page .anvil-wyswyg .contents ul a {
  font-family: roboto, sans-serif;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  padding: 0px;
  min-width: unset;
  min-height: unset;
  padding-bottom: 3px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.07px;
  line-height: 18px;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  border-bottom: 2px solid #005FAF;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.page .anvil-wyswyg .contents ul a:before {
  display: none;
}
.page .anvil-wyswyg .contents ul a i {
  margin-left: 12px;
}
.page .anvil-wyswyg .contents ul a:before {
  content: "\f15b";
  font-size: 15px;
  font-weight: 500;
}
.page .anvil-wyswyg .contents ul a:hover {
  border-bottom: 2px solid #005FAF;
  opacity: 1;
}
.page .anvil-wyswyg .contents ul a:hover:before {
  color: #005FAF;
}
.page .anvil-wyswyg .contents ul a:hover span {
  color: #005FAF;
}

.post-selector-wrapper .loop-program {
  padding: 40px 30px 60px 30px;
  background-color: white;
  border-radius: 10px;
}
.post-selector-wrapper .loop-program:hover {
  cursor: pointer;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 42px 54px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 42px 54px 0 rgba(0, 0, 0, 0.06);
}
.post-selector-wrapper .loop-program .content-column {
  padding: 0px !important;
}
.post-selector-wrapper .loop-program .content-column p {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 23px;
}
.post-selector-wrapper .loop-program .content-column .single-post-cat-list a {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
  color: #005FAF;
}

.bdev-province {
  padding-top: calc(20px + (100 - 20) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(20px + (100 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .bdev-province {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .bdev-province {
    padding-bottom: 100px;
  }
}
.bdev-province--bg-light {
  background: #F3F6F6;
}
.bdev-province__title, .bdev-province__city {
  padding: 10px;
}
.bdev-province__title {
  color: #005FAF;
  font-weight: 400;
  margin-bottom: 10px;
}

.business-dev-item {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dedace4d), to(#dedace4d));
  background-image: linear-gradient(to bottom, #dedace4d, #dedace4d);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-clip: padding-box;
  margin: 0;
  padding: 10px;
}
.business-dev-item:hover {
  -webkit-transform: none !important;
          transform: none !important;
}
.business-dev-item .content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 !important;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.business-dev-item .content-column .loop-title {
  font-size: 17px;
  font-weight: bold;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 5px 10px;
}
@media screen and (min-width:980px) {
  .business-dev-item .content-column .loop-title {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
  }
}
.business-dev-item .content-column .secondary-field {
  padding: 5px 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width:980px) {
  .business-dev-item .content-column .secondary-field {
    -webkit-flex-basis: 66.67%;
        -ms-flex-preferred-size: 66.67%;
            flex-basis: 66.67%;
  }
}
.business-dev-item .content-column .secondary-field-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 8px;
  padding-bottom: 8px;
}
.business-dev-item__contact-name, .business-dev-item__contact-detail {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 2px 10px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.business-dev-item__contact-name i, .business-dev-item__contact-detail i {
  color: #005FAF;
  font-size: 20px;
}
.business-dev-item__contact-name {
  font-weight: 400;
}
@media screen and (min-width:640px) {
  .business-dev-item__contact-name {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
  }
}
@media screen and (min-width:640px) {
  .business-dev-item__contact-detail {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}
.business-dev-item__contact-email {
  text-decoration: underline;
  -webkit-text-decoration-color: #cde44b;
          text-decoration-color: #cde44b;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
}

.projects-wrapper .loop-content {
  background: #F3F6F6;
  display: block;
  padding: 30px;
  border-radius: 5px;
  min-height: 350px;
}
.projects-wrapper .loop-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #005FAF;
}
.projects-wrapper .loop-hidden {
  border-radius: 10px;
}
.projects-wrapper .project-slider-hidden {
  padding: 0px 5% 40px;
}
.projects-wrapper .project-slider-hidden .project-info-wrapper {
  background-color: #005FAF;
  padding-right: 0px;
}
.projects-wrapper .project-item h6 {
  width: 170px;
  max-width: 30%;
}
.projects-wrapper .project-item p {
  text-align: left;
}

.completed-projects {
  padding-top: calc(40px + (60 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(40px + (60 - 40) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .completed-projects {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .completed-projects {
    padding-bottom: 60px;
  }
}
.completed-projects__title {
  text-align: center;
  color: #005FAF;
  font-size: calc(36px + (42 - 36) * (100vw - 320px) / (1200 - 320));
  padding-bottom: 0.75em;
}
@media screen and (min-width: 1200px) {
  .completed-projects__title {
    font-size: 42px;
  }
}

.event-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: white;
}
.event-post .columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  min-width: 90px;
}
.event-post .columns-2 h6 {
  color: #005FAF;
  padding-bottom: 0;
}
.event-post .columns-2 .day {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 5px;
  text-transform: uppercase;
}
.event-post .columns-2 .month {
  width: 48%;
}
.event-post .columns-2 .date {
  width: 100%;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 50px;
  color: #005FAF;
  -webkit-transform: translate(0px, -20px);
          transform: translate(0px, -20px);
}
.event-post .content-column {
  border-left: 2px solid #005FAF;
  padding-left: 20px;
}
.event-post .single-post-cat-list {
  padding-bottom: 0;
}

.results-banner > .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.results-banner__content-col {
  text-align: center;
}
.results-banner__title-label {
  font-size: 13px;
}

.results {
  padding-top: calc(30px + (60 - 30) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(30px + (60 - 30) * (100vw - 320px) / (1200 - 320));
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1200px) {
  .results {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .results {
    padding-bottom: 60px;
  }
}
.results__title {
  text-align: center;
  padding-bottom: 0.5em;
}
.results__table-wrapper {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  scrollbar-color: #cde44b #000000;
  scrollbar-width: thin;
  padding-bottom: 20px;
}
.results__table-wrapper::-webkit-scrollbar {
  height: 2px;
}
.results__table-wrapper::-webkit-scrollbar-track {
  margin-left: 300px;
  background: #000000;
}
.results__table-wrapper::-webkit-scrollbar-thumb {
  background-color: #cde44b;
}

.results-table {
  table-layout: fixed;
  border-spacing: 10px 0;
  width: 100%;
  margin: 0 -10px;
}
.results-table thead tr {
  position: relative;
}
.results-table thead tr::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 10px;
  height: 1px;
  background: #dedace;
  z-index: 2;
}
.results-table thead tr th:first-of-type, .results-table thead tr th:last-of-type {
  width: 280px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background: white;
}
.results-table thead tr th:not(:first-of-type) {
  width: 180px;
  padding: 10px;
  background-color: #e8edf1;
  border-radius: 14px 14px 0 0;
}
.results-table tbody tr {
  position: relative;
}
.results-table tbody tr:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 10px;
  height: 1px;
  background: #dedace;
  z-index: 2;
}
.results-table tbody tr:last-of-type td {
  border-radius: 0 0 14px 14px;
}
.results-table tbody tr th {
  padding: 20px 20px 20px 0;
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  background: white;
}
.results-table tbody tr td {
  padding: 10px;
  text-align: center;
  width: 180px;
  background-color: #e8edf1;
}
.results-table tbody tr td .far {
  color: #005FAF;
}
.results-table tbody tr td > .button {
  min-width: auto;
  min-height: 50px;
}

.single-program .h2 {
  color: #005FAF !important;
}
@media screen and (max-width:979px) {
  .single-program .program-details-content {
    padding: 10px;
  }
}

.single-post .post-single-body h1,
.single-post .post-single-body h2,
.single-post .post-single-body h3,
.single-post .post-single-body h4,
.single-post .post-single-body h5,
.single-post .post-single-body h6,
.single-post .post-single-body .h1,
.single-post .post-single-body .h2,
.single-post .post-single-body .h3,
.single-post .post-single-body .h4,
.single-post .post-single-body .h5,
.single-post .post-single-body .h6,
.single-event .post-single-body h1,
.single-event .post-single-body h2,
.single-event .post-single-body h3,
.single-event .post-single-body h4,
.single-event .post-single-body h5,
.single-event .post-single-body h6,
.single-event .post-single-body .h1,
.single-event .post-single-body .h2,
.single-event .post-single-body .h3,
.single-event .post-single-body .h4,
.single-event .post-single-body .h5,
.single-event .post-single-body .h6,
.single .post-single-body h1,
.single .post-single-body h2,
.single .post-single-body h3,
.single .post-single-body h4,
.single .post-single-body h5,
.single .post-single-body h6,
.single .post-single-body .h1,
.single .post-single-body .h2,
.single .post-single-body .h3,
.single .post-single-body .h4,
.single .post-single-body .h5,
.single .post-single-body .h6 {
  color: #005FAF;
}
.single-post .author,
.single-event .author,
.single .author {
  background-color: #F3F6F6;
  margin-bottom: 40px;
}
.single-post .author .row,
.single-event .author .row,
.single .author .row {
  padding: 20px 0px;
}
.single-post .author .image-column,
.single-event .author .image-column,
.single .author .image-column {
  width: 80px;
  height: 146px;
  margin-bottom: 10px !important;
}
.single-post .author .image-column img,
.single-event .author .image-column img,
.single .author .image-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.single-post .author .h6,
.single-post .author h6,
.single-event .author .h6,
.single-event .author h6,
.single .author .h6,
.single .author h6 {
  margin-right: 10px;
  color: #000000;
  letter-spacing: 2px;
  line-height: 32px;
}
.single-post .author .content-column,
.single-event .author .content-column,
.single .author .content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  padding-left: 30px;
}
.single-post .author .content-column a,
.single-event .author .content-column a,
.single .author .content-column a {
  font-weight: 700;
}
.single-post .author .content-column p,
.single-event .author .content-column p,
.single .author .content-column p {
  padding-bottom: 0;
}
.single-post .form-wrapper .form-content,
.single-event .form-wrapper .form-content,
.single .form-wrapper .form-content {
  -webkit-box-shadow: 0 42px 54px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 42px 54px 0 rgba(0, 0, 0, 0.06);
  padding: 40px 20px 10px 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.single-post .form-wrapper .gform-body .gfield_label,
.single-event .form-wrapper .gform-body .gfield_label,
.single .form-wrapper .gform-body .gfield_label {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
  color: black;
}
.single-post .form-wrapper .gform-body .gform_fields,
.single-event .form-wrapper .gform-body .gform_fields,
.single .form-wrapper .gform-body .gform_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-post .form-wrapper .gform-body .gform_fields .gfield,
.single-event .form-wrapper .gform-body .gform_fields .gfield,
.single .form-wrapper .gform-body .gform_fields .gfield {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin-bottom: 10px;
}
.single-post .form-wrapper .gform-body .gform_fields .gfield:nth-child(-n+3),
.single-event .form-wrapper .gform-body .gform_fields .gfield:nth-child(-n+3),
.single .form-wrapper .gform-body .gform_fields .gfield:nth-child(-n+3) {
  -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
}
.single-post .form-wrapper .gform-body .gform_fields .spacer.gfield,
.single-event .form-wrapper .gform-body .gform_fields .spacer.gfield,
.single .form-wrapper .gform-body .gform_fields .spacer.gfield {
  display: none;
}
.single-post .form-wrapper .gform_footer,
.single-event .form-wrapper .gform_footer,
.single .form-wrapper .gform_footer {
  margin-top: 30px;
}
.single-post .form-wrapper .gform_footer .gform_button,
.single-event .form-wrapper .gform_footer .gform_button,
.single .form-wrapper .gform_footer .gform_button {
  width: 100%;
  min-height: 50px;
}
.single-post .form-wrapper .all-authors,
.single-event .form-wrapper .all-authors,
.single .form-wrapper .all-authors {
  background: #dedace4d;
  border-radius: 10px;
  padding: 40px 40px 60px 20px;
}
.single-post .form-wrapper .all-authors h2,
.single-event .form-wrapper .all-authors h2,
.single .form-wrapper .all-authors h2 {
  padding: 0px !important;
}
.single-post .form-wrapper .all-authors li,
.single-event .form-wrapper .all-authors li,
.single .form-wrapper .all-authors li {
  position: relative;
  list-style: none;
  padding-left: 20px;
}
.single-post .form-wrapper .all-authors li:before,
.single-event .form-wrapper .all-authors li:before,
.single .form-wrapper .all-authors li:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: absolute;
  content: "\f105";
  left: 0;
  top: 0;
  top: 6px;
  font-weight: 500;
  font-size: 15px;
  color: #005FAF;
}

.single-event .gform_wrapper form {
  margin-bottom: 40px;
}

.post-single-body {
  padding-top: 40px;
}
@media screen and (max-width:1199px) {
  .post-single-body {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width:980px) {
  .post-single-body .content-wrapper {
    padding-right: 60px;
  }
}
.post-single-body .takeaways {
  padding: 30px 40px 30px 30px;
  background: #F3F6F6;
  border-radius: 10px;
}
.post-single-body .takeaways ul li {
  margin-bottom: 20px;
}
.post-single-body h2 {
  padding-top: 25px;
  padding-bottom: 40px;
}
.post-single-body img {
  width: 100%;
  max-height: 485px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

blockquote p {
  font-family: "questa-slab", sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 0;
  color: #005FAF !important;
}
blockquote p:last-of-type {
  font-size: 18px !important;
  letter-spacing: 1px;
  line-height: 29px;
}

.single-post-cat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 10px;
}
.single-post-cat-list a {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
.single-post-cat-list a::after {
  content: "|";
  position: absolute;
  color: #005FAF;
  top: 0;
  right: 0px;
  width: 1px;
  height: 100%;
}
.single-post-cat-list a:first-of-type {
  padding-left: 0;
}
.single-post-cat-list a:last-of-type:after {
  display: none;
}
.single-post-cat-list .divider {
  margin-left: 5px;
  margin-right: 5px;
  color: #005FAF;
}
.single-post-cat-list .h6,
.single-post-cat-list h6 {
  padding: 5px 0;
  color: #005FAF;
}
.single-post-cat-list .single-post-date {
  position: relative;
}
.single-post-cat-list .single-post-date + .single-post-cat-link {
  margin-left: 0.75em;
}
.single-post-cat-list .single-post-date + .single-post-cat-link::before {
  content: "|";
  position: absolute;
  left: -0.625rem;
}

.post-selector-wrapper .image-column {
  position: relative;
}
.post-selector-wrapper .image-column .grouped-elements {
  position: absolute;
  left: 41%;
  top: 40%;
  width: 100px;
  height: 100px;
  background-color: #005FAF;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.8;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.post-selector-wrapper .image-column .grouped-elements:hover {
  opacity: 1;
}
.post-selector-wrapper .image-column .grouped-elements i {
  background: #005FAF;
  color: white;
  font-size: 32px;
}
.post-selector-wrapper .featured-post .image-column img {
  height: 350px !important;
}
.post-selector-wrapper .featured-post .image-column,
.post-selector-wrapper .featured-post .content-column {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}
.post-selector-wrapper .loop-item {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.post-selector-wrapper .loop-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.post-selector-wrapper .loop-item .content-column {
  padding: 0 20px 30px;
}
@media screen and (max-width:639px) {
  .post-selector-wrapper .loop-item .content-column {
    padding-bottom: 0;
  }
}
.post-selector-wrapper .loop-item .content-column .h4,
.post-selector-wrapper .loop-item .content-column h4 {
  color: #005FAF;
}
.post-selector-wrapper .loop-item .content-column .h6,
.post-selector-wrapper .loop-item .content-column h6 {
  margin-right: 6px;
  padding-top: 10px;
}
.post-selector-wrapper .loop-item .content-column p {
  display: none;
}
.post-selector-wrapper .loop-item .content-column .loop-title {
  display: block;
}
.post-selector-wrapper .loop-item .content-column .loop-title a {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  color: black;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.post-selector-wrapper .loop-item .content-column .loop-title a:hover {
  color: #005FAF;
}
.post-selector-wrapper .loop-item .image-column img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  height: 260px;
}
@media screen and (max-width:979px) {
  .post-selector-wrapper .loop-item .image-column,
.post-selector-wrapper .loop-item .content-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (max-width:979px) {
  .post-selector-wrapper .preview-posts .loop-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .post-selector-wrapper .preview-posts .loop-item .content-column,
.post-selector-wrapper .preview-posts .loop-item .image-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
.post-selector-wrapper .block-grid-1 .image-column {
  height: 100%;
}
@media screen and (min-width:980px) {
  .post-selector-wrapper .block-grid-1 .loop-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .post-selector-wrapper .block-grid-1 .loop-item .image-column img {
    height: 100%;
    width: 100%;
  }
  .post-selector-wrapper .block-grid-1 .loop-item .content-column .h4,
.post-selector-wrapper .block-grid-1 .loop-item .content-column h4 {
    font-size: 32px;
  }
  .post-selector-wrapper .block-grid-1 .content-column {
    padding: 20px;
  }
}
.post-selector-wrapper .block-grid-1 .block-grid-2 img {
  height: 320px;
}
.post-selector-wrapper .block-grid-1 .block-grid-3 img {
  height: 220px;
}
.post-selector-wrapper .block-grid-1 .block-grid-4 img {
  height: 180px;
}
.post-selector-wrapper.recent-posts .block-grid-1 .image-column.columns-4 {
  height: 200px;
  padding-right: 30px;
}
.post-selector-wrapper.recent-posts .block-grid-1 .content-column .single-post-cat-list {
  padding-bottom: 0;
}
.post-selector-wrapper.recent-posts .block-grid-1 .content-column .h4,
.post-selector-wrapper.recent-posts .block-grid-1 .content-column h4,
.post-selector-wrapper.recent-posts .block-grid-1 .content-column p {
  padding-bottom: 10px;
}
.post-selector-wrapper .block-grid-2 .featured-post .loop-item .image-column {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}
@media screen and (max-width:979px) {
  .post-selector-wrapper .block-grid-2 .loop-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width:639px) {
  .post-selector-wrapper .block-grid-2 .loop-item {
    display: block;
  }
}
@media screen and (min-width:980px) {
  .post-selector-wrapper .columns-10.block-grid-1 .image-column {
    min-width: 280px;
    height: 190px;
  }
  .post-selector-wrapper .columns-10.block-grid-1 .content-column {
    padding-top: 0;
  }
  .post-selector-wrapper .columns-10.block-grid-1 .content-column .h6,
.post-selector-wrapper .columns-10.block-grid-1 .content-column h6 {
    padding-top: 10px;
  }
}

@media screen and (min-width:1200px) {
  .post-selector-wrapper:not(.recent-posts) .block-grid-1 .loop-item .content-column {
    padding-left: 20px;
  }
}

.featured-post-wrapper {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.related-posts .h2,
.related-posts h2 {
  color: #005FAF;
}
.related-posts .left_intro {
  padding-bottom: 20px;
}
.related-posts .left_intro .row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.related-posts .post-selector-wrapper {
  padding-bottom: 120px;
}

.background-post {
  padding: 40px 20px 20px 20px;
  z-index: 0;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-size: cover;
  background-repeat: no-repeat;
}
.background-post:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.background-post:hover {
  z-index: 0;
  position: relative;
}
.background-post:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.background-post .content-column {
  z-index: 100;
}
.background-post .content-column a,
.background-post .content-column p,
.background-post .content-column h3,
.background-post .content-column h4,
.background-post .content-column h6,
.background-post .content-column .h3,
.background-post .content-column .h4,
.background-post .content-column .h6 {
  color: #ffffff;
}

@media screen and (max-width:979px) {
  .post-selector-wrapper .featured-post {
    margin-bottom: 40px;
  }
}
@media screen and (min-width:980px) {
  .post-selector-wrapper .block-grid-2 {
    margin-bottom: 60px;
  }

  .post-selector-wrapper .block-grid-1.columns-12 .image-column {
    -webkit-flex-basis: calc(3 / 12 * 100%);
        -ms-flex-preferred-size: calc(3 / 12 * 100%);
            flex-basis: calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
    min-width: calc(3 / 12 * 100%);
  }
  .post-selector-wrapper .block-grid-1.columns-12 .content-column {
    padding-top: 0;
  }
  .post-selector-wrapper .block-grid-1.columns-12 .content-column p {
    padding-bottom: 10px;
  }
  .post-selector-wrapper .block-grid-1.columns-12 .content-column .h6,
.post-selector-wrapper .block-grid-1.columns-12 .content-column h6,
.post-selector-wrapper .block-grid-1.columns-12 .content-column a {
    padding-bottom: 0;
  }
}
.preview-posts .loop-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.preview-posts .loop-item .image-column {
  -webkit-flex-basis: calc(4 / 12 * 100%);
      -ms-flex-preferred-size: calc(4 / 12 * 100%);
          flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}
.preview-posts .loop-item .image-column img {
  height: 180px;
}
.preview-posts .loop-item .content-column {
  -webkit-flex-basis: calc(8 / 12 * 100%);
      -ms-flex-preferred-size: calc(8 / 12 * 100%);
          flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
  padding-left: 20px;
}
.preview-posts .loop-item .content-column p {
  display: none !important;
}
@media screen and (max-width:979px) {
  .preview-posts .loop-item .image-column,
.preview-posts .loop-item .content-column {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }
}

.left_intro {
  margin-bottom: 30px;
}
.left_intro .h2,
.left_intro h2 {
  color: #005FAF;
}

.archive .post-selector-wrapper .loop-item .image-column img {
  height: 220px;
}

.author .page-banner .row {
  padding-top: calc(40px + (70 - 40) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(60px + (80 - 60) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .author .page-banner .row {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .author .page-banner .row {
    padding-bottom: 80px;
  }
}
.author .page-banner .row .banner-content h1,
.author .page-banner .row .banner-content h6,
.author .page-banner .row .banner-content p,
.author .page-banner .row .banner-content .h1,
.author .page-banner .row .banner-content .h6 {
  color: white;
}

.tax-program_type .post-selector-wrapper {
  background: #dedace4d;
}

.loop-project {
  border-radius: 10px;
  background-color: #F3F6F6;
  padding: 30px 30px 60px;
}
.loop-project h2 {
  padding-bottom: 20px;
  line-height: 39px;
}
.loop-project h2 a {
  color: #005FAF !important;
}

.single-post .column-center {
  position: relative;
}
.single-post .column-center .social-share.vertical {
  position: absolute;
  right: -100px;
  top: 0px;
  z-index: 1000;
}
.single-post .column-center .social-share.vertical .social-list li {
  margin-right: 0px;
}
.single-post .column-center .social-share.vertical ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-post .column-center .social-share.vertical ul li {
  margin-top: 10px;
}
.single-post .tags {
  display: none;
}

.single-blog-banner {
  background: #005FAF;
  background-size: cover;
  z-index: 0;
  position: relative;
}
.single-blog-banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.single-blog-banner .content-column {
  color: #ffffff;
  padding: 100px 0px;
}
.single-blog-banner .content-column h6,
.single-blog-banner .content-column h2,
.single-blog-banner .content-column h3,
.single-blog-banner .content-column h4,
.single-blog-banner .content-column h1 {
  color: #ffffff;
}
.single-blog-banner .image-banner {
  height: 600px;
  width: 100%;
  background-size: cover;
  position: relative;
  top: 180px;
  margin-top: -160px;
}

.single .content-wrapper .social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}
.single .content-wrapper .social-share .h6,
.single .content-wrapper .social-share h6 {
  padding-bottom: 0px;
  margin-right: 10px;
  color: black;
}
.single .content-wrapper .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 0px;
}
.single .content-wrapper .social-list li {
  margin-right: 10px;
  border: 1px solid #005FAF;
  border-radius: 50%;
  background: transparent;
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0px;
}
.single .content-wrapper .social-list li i,
.single .content-wrapper .social-list li a {
  font-size: 22px;
  color: #005FAF;
}
.single .content-wrapper .social-list li:hover {
  background: #005FAF;
}
.single .content-wrapper .social-list li:hover i,
.single .content-wrapper .social-list li:hover a {
  color: #ffffff;
}
.single .single-post-content {
  margin-bottom: 130px;
}
.single .blog_related_posts_intro {
  padding-top: 60px;
  margin-bottom: 0;
}
@media screen and (min-width:980px) {
  .single .blog_related_posts_intro .content-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single .blog_related_posts_intro .content-column .text-container {
    -webkit-flex-basis: calc(8 / 12 * 100%);
        -ms-flex-preferred-size: calc(8 / 12 * 100%);
            flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
  .single .blog_related_posts_intro .content-column .cta-container {
    padding-top: 50px;
  }
}
.single .blog_related_posts_intro .cta-container a {
  border: none;
  background: transparent;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 21px;
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  font-family: "questa-slab", sans-serif;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 10px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: transparent;
  border: 1px solid #005FAF;
  color: #005FAF;
}
.single .blog_related_posts_intro .cta-container a i {
  margin-left: 5px;
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.single .blog_related_posts_intro .cta-container a:hover {
  background: #005FAF;
  color: #ffffff;
}

.breadcrumbs {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.breadcrumbs a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
}
.breadcrumbs .separator {
  margin: 0px 10px;
}
.breadcrumbs .item-current a {
  color: #005FAF;
  border-bottom: 1px solid #005FAF;
}

.author-detail {
  margin: 50px 0px 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-detail img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.author-detail:after {
  content: "";
  position: absolute;
  right: 0px;
  height: 100%;
  width: 92%;
  z-index: -1;
  border-radius: 10px;
  background-color: #dedace4d;
}
.author-detail .image-column {
  height: 220px;
  min-width: 180px;
}
.author-detail .content-column {
  padding: 40px 45px 40px 30px;
}
@media screen and (max-width:979px) {
  .author-detail .content-column {
    padding: 30px 0px;
  }
}
.author-detail .content-column .contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.author-detail .content-column .contacts a:first-of-type {
  margin-right: 10%;
}
@media screen and (max-width:979px) {
  .author-detail {
    display: block;
    background-color: #dedace4d;
    border-radius: 10px;
    padding: 30px 20px;
    margin: 40px 0px;
  }
  .author-detail:after {
    display: none;
  }
  .author-detail .outline-one {
    margin-top: 20px;
  }
}

.page .post-selector-wrapper .loop-item .content-column p {
  display: block;
}

.additional-authors {
  background: #F3F6F6;
  padding-top: calc(10px + (40 - 10) * (100vw - 320px) / (1200 - 320));
  padding-bottom: calc(10px + (40 - 10) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .additional-authors {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .additional-authors {
    padding-bottom: 40px;
  }
}
.additional-authors__title {
  color: #005FAF;
  padding: 10px;
}
.additional-authors__author {
  padding: 10px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.additional-authors__author .avatar {
  border-radius: 8px;
}

.event-page-wrapper {
  padding-top: calc(20px + (80 - 20) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .event-page-wrapper {
    padding-top: 80px;
  }
}
.event-page-wrapper .map-column {
  margin-bottom: 2rem;
}
.event-page-wrapper .columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.event-page-wrapper .columns-12 .wyswyg {
  padding-right: 40px;
}
.event-page-wrapper .columns-12 .detail-item {
  padding-bottom: 25px;
}
.event-page-wrapper .columns-12 .detail-item p, .event-page-wrapper .columns-12 .detail-item h4, .event-page-wrapper .columns-12 .detail-item h5, .event-page-wrapper .columns-12 .detail-item a {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 29px;
  padding-bottom: 5px;
}
.event-page-wrapper .columns-12 .details {
  border-radius: 3px;
  padding: 20px 0px 10px 50px;
}
.event-page-wrapper .columns-12 .details i {
  color: #005FAF;
}
.event-page-wrapper .columns-12 .details p, .event-page-wrapper .columns-12 .details h4, .event-page-wrapper .columns-12 .details h5, .event-page-wrapper .columns-12 .details a {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 29px;
}
.event-page-wrapper .columns-12 .details a.button {
  max-width: 200px;
  color: white;
  margin-top: 5px;
}
.event-page-wrapper .columns-12 .details h2 {
  padding-bottom: 20px;
}
.event-page-wrapper .columns-12 .details .detail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.event-page-wrapper .columns-12 .details .detail-item i {
  width: 20px;
  position: relative;
  top: 9px;
  margin-right: 5px;
}
.event-page-wrapper .columns-12 .details .detail-item p {
  padding-right: 10px;
}
.event-page-wrapper .columns-12 .details .organizer a {
  padding-bottom: 0px;
}
.event-page-wrapper .columns-12 .details .organizer p {
  padding-bottom: 5px;
}
.event-page-wrapper .columns-12 .details .registration {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.event-page-wrapper .columns-12 .details .registration .item-title {
  padding-bottom: 5px;
}
.event-page-wrapper .button {
  margin-top: 40px;
  width: 100%;
}

.related-events-block {
  padding-top: 70px;
  padding-bottom: 90px;
  margin-top: 90px;
  background: #F3F6F6;
}
.related-events-block .centererd_intro {
  margin-bottom: 40px;
}
.related-events-block .loop-hidden {
  background: white;
}

.program-header {
  background: #005FAF;
}
@media screen and (min-width:980px) {
  .program-header {
    padding: 80px 0px 60px;
    margin-bottom: 130px;
  }
}
.program-header .banner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.program-header .banner-content .content-column {
  padding: 2rem 1rem;
}
@media screen and (min-width:980px) {
  .program-header .banner-content .content-column {
    padding: 60px 0px 60px 50px;
  }
}
.program-header .banner-content .content-column h1,
.program-header .banner-content .content-column h2,
.program-header .banner-content .content-column h3,
.program-header .banner-content .content-column h4,
.program-header .banner-content .content-column h5,
.program-header .banner-content .content-column p {
  color: #ffffff;
}
.program-header .banner-content .content-column h6 {
  color: #cde44b;
}
.program-header .banner-content .image-column {
  height: 580px;
}
.program-header .banner-content .image-column img {
  border-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:979px) {
  .program-header .banner-content .image-column {
    height: auto;
    width: 100%;
  }
  .program-header .banner-content .image-column img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.active-link {
  color: #cde44b !important;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 300px;
  width: 100%;
}

.detail-section-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.detail-wrapper {
  padding-right: 40px;
  overflow: auto;
  margin-bottom: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width:769px) {
  .detail-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
  }
}
.detail-wrapper .detail-menu-wrapper {
  padding: 40px 20px 60px 30px;
  background: #F3F6F6;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.detail-wrapper .detail-menu-wrapper .program-index-link {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.52px;
  line-height: 19px;
  margin-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#005FAF), to(#005FAF));
  background-image: linear-gradient(to right, #005FAF, #005FAF);
  background-size: 0 2px;
  background-position: bottom left;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out;
  margin-left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
}
.detail-wrapper .detail-menu-wrapper .program-index-link:before {
  position: absolute;
  left: -20px;
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f054";
  font-size: 10px;
  color: #005FAF !important;
}
.detail-wrapper .detail-menu-wrapper .program-index-link:hover {
  color: #005FAF !important;
}
.detail-wrapper .detail-menu-wrapper .program-index-link.active {
  background-size: 100% 2px;
}

@media screen and (max-width:979px) {
  .detail-section-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .detail-section-wrapper .detail-wrapper {
    position: -webkit-sticky;
    position: sticky;
    padding: 0 20px;
  }
}

.scroll-offset:after {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}

.program-item {
  margin-bottom: -55px;
  overflow: hidden;
}
@media screen and (min-width:640px) {
  .program-item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width:639px) {
  .program-item {
    margin-bottom: 0px;
  }
}
.program-item h2 {
  color: #005FAF;
  position: relative;
}
@media screen and (max-width:480px) {
  .program-item h2 {
    padding-top: 100px;
  }
}
.program-item .programs-detail-text-below-image {
  padding-top: 220px;
  position: relative;
  margin-top: -100px;
}
@media screen and (min-width:640px) {
  .program-item .programs-detail-text-below-image {
    margin-top: -160px;
    padding-top: 190px;
  }
}
@media screen and (max-width:639px) {
  .program-item .programs-detail-text-below-image {
    margin-top: unset;
    padding-top: 0px;
  }
}

@media screen and (max-width:639px) {
  .program-page-wrapper .program-content {
    padding-top: 0px !important;
  }
}

.how-to-apply-downloads {
  background: #F3F6F6;
  padding: 35px 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 235px;
}
.how-to-apply-downloads .hidden-grid {
  width: 100%;
  padding-bottom: 1em;
}
.how-to-apply-downloads .read-more.show-grid {
  margin-bottom: 20px;
  border: unset;
  background: transparent;
}
.how-to-apply-downloads .read-more.show-grid:before {
  display: none;
}
.how-to-apply-downloads .read-more.show-grid:after {
  width: 101%;
}
.how-to-apply-downloads .h5,
.how-to-apply-downloads h5 {
  color: #005FAF;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
}
.how-to-apply-downloads .program-download-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dedace;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.how-to-apply-downloads .program-download-link .h6,
.how-to-apply-downloads .program-download-link h6,
.how-to-apply-downloads .program-download-link a,
.how-to-apply-downloads .program-download-link i {
  line-height: 20px;
  padding: 0px;
  margin: 0px;
}
.how-to-apply-downloads .program-download-link i,
.how-to-apply-downloads .program-download-link .h6,
.how-to-apply-downloads .program-download-link h6 {
  color: #005FAF;
}
.how-to-apply-downloads .program-download-link i {
  margin-right: 5px;
}
.how-to-apply-downloads .program-download-link .h6,
.how-to-apply-downloads .program-download-link h6 {
  margin-right: 0px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}
.how-to-apply-downloads .button {
  padding: 12px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.how-to-apply-downloads .button i {
  font-size: 20px;
}

.how-to-apply-loop-item img {
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.how-to-apply-loop-item .read-more {
  text-align: left;
}
.how-to-apply-loop-item .read-more:before {
  right: -17px;
}
.how-to-apply-loop-item .read-more:after {
  width: 100%;
}

.how-to-apply-links {
  padding: 60px 0px;
}
.how-to-apply-links img {
  border-radius: 5px;
  margin-bottom: 15px;
}
.how-to-apply-links .h4,
.how-to-apply-links h4 {
  color: #005FAF;
}

.program-responsibilities.program-item {
  margin-bottom: 10px;
}

.single-project .open-projects {
  padding: 115px 20px 190px;
  background-color: #37342F;
  text-align: center;
}
.single-project .open-projects .row h2,
.single-project .open-projects .row p {
  color: white !important;
}
.single-project .open-projects .row h2 {
  padding-bottom: 20px;
}
.single-project .open-projects .row .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  max-width: 200px;
  margin: 0 auto;
}
.single-project .open-projects .row .button i {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width:980px) {
  .single-project .related_projects_intro .content-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single-project .related_projects_intro .text-container {
    -webkit-flex-basis: calc(8 / 12 * 100%);
        -ms-flex-preferred-size: calc(8 / 12 * 100%);
            flex-basis: calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }
}
.single-project .related-projects {
  padding-top: 60px;
  margin-top: 20px;
  margin-bottom: 130px;
}

.centered-intro .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centered-intro .content-container {
  text-align: center;
}
.centered-intro .content-container .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.centered-intro .content-container .row .body, .centered-intro .content-container .row .cta-column {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}
@media screen and (max-width:1199px) {
  .centered-intro .content-container {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    margin: 0 auto;
  }
}
.centered-intro .cta-column {
  margin: 0 auto 10px;
}
.centered-intro .cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.left-aligned-intro .row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width:769px) {
  .left-aligned-intro {
    padding-left: 20px;
  }
}
.left-aligned-intro .content-container {
  position: relative;
}
.left-aligned-intro .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media screen and (min-width:769px) {
  .left-aligned-intro .body {
    padding-right: 80px;
  }
}
@media screen and (max-width:767px) {
  .left-aligned-intro .body {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width:767px) {
  .left-aligned-intro .cta-column {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
.left-aligned-intro .content-container {
  text-align: left;
  position: relative;
}
@media screen and (max-width:767px) {
  .left-aligned-intro .content-container {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    margin: 0 auto;
  }
  .left-aligned-intro .content-container .cta-container {
    display: block;
  }
}
@media screen and (min-width:1200px) {
  .left-aligned-intro .contents p {
    max-width: 78%;
  }
}
.social-intro.intro .content-container .body .cta-column {
  -webkit-flex-basis: calc(9 / 12 * 100%);
      -ms-flex-preferred-size: calc(9 / 12 * 100%);
          flex-basis: calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%);
  margin: 0 auto;
}
.social-intro.intro .content-container .body .cta-column .cta-container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:767px) {
  .social-intro.intro .content-container .body .cta-column .cta-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .social-intro.intro .content-container .body .cta-column .cta-container a {
    margin-bottom: 10px;
  }
}
.social-intro.intro .content-container .body .cta-column .cta-container .button {
  min-width: 185px;
  padding-left: 40px;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative;
}
.social-intro.intro .content-container .body .cta-column .cta-container .button:after {
  position: absolute;
  content: "";
  background-image: url("../../images/facebook-square-brands.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: 23px;
  top: 21px;
  height: 20px;
  width: 20px;
}
.social-intro.intro .content-container .body .cta-column .cta-container .button:nth-of-type(2):after {
  background-image: url("../../images/twitter-brands.svg");
}
.social-intro.intro .content-container .body .cta-column .cta-container .button:nth-of-type(3):after {
  background-image: url("../../images/instagram-brands.svg");
}

@media screen and (min-width:769px) {
  .split-intro .content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .split-intro .content-container .headings {
    -webkit-flex-basis: calc(5 / 12 * 100%);
        -ms-flex-preferred-size: calc(5 / 12 * 100%);
            flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .split-intro .content-container .body {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
    padding: 35px 0px 0px 10px;
  }
}
@media screen and (max-width:1199px) {
  .split-intro .content-container {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    margin: 0 auto;
  }
  .split-intro .content-container .cta-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.intro {
  background-size: cover;
}
@media screen and (max-width:639px) {
  .intro .content-container {
    padding-bottom: 30px;
  }
}

#intro-block_61c4f3fd40095 .cta-column .cta-container a {
  min-width: 250px;
}

.split-intro .h6,
.split-intro .h2,
.split-intro h6,
.split-intro h2,
.centered-intro .h6,
.centered-intro .h2,
.centered-intro h6,
.centered-intro h2 {
  margin: 0px;
}
.split-intro .h2, .split-intro h2,
.centered-intro .h2,
.centered-intro h2 {
  padding-bottom: 20px;
}
.split-intro .h6, .split-intro h6,
.centered-intro .h6,
.centered-intro h6 {
  padding-bottom: 10px;
}
.split-intro .cta-container,
.centered-intro .cta-container {
  margin-top: 20px;
}
@media screen and (max-width:1199px) {
  .split-intro,
.centered-intro {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width:639px) {
  #intro-block_62718d7149f18 .content-container {
    padding-bottom: 0;
  }
  #intro-block_62718d7149f18 .body {
    display: none;
  }
}
.content-image .content-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
.content-image img {
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 700px;
}
.content-image .image-column {
  border-radius: 10px;
  overflow: hidden;
}
.content-image h3, .content-image h4, .content-image .h3, .content-image .h4 {
  color: #005FAF !important;
}

.full-width-content-image .row {
  max-width: 1600px;
  margin: 0 auto;
}

.right-image-content .content-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.right-image-content .content-image-container .content-column {
  padding: 60px 60px 80px 0px;
}
.right-image-content .image-column {
  position: relative;
}
.right-image-content .image-column .secondary-image {
  height: 400px;
  width: 400px;
  position: absolute;
  right: -40%;
  top: 10%;
}

.left-image-content .row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.left-image-content .content-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.left-image-content .content-image-container .content-column {
  padding: 60px 40px 80px 40px;
}
.left-image-content .image-column {
  position: relative;
}
.left-image-content .image-column .secondary-image {
  height: 400px;
  width: 400px;
  position: absolute;
  left: -40%;
  top: 10%;
}

.left-image-content.full-width-content-image .content-image-container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vert-image-content .content-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}
.vert-image-content .content-image-container .image-column {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  max-height: 280px;
}
.vert-image-content .content-image-container .content-column {
  -webkit-flex-basis: calc(12 / 12 * 100%);
      -ms-flex-preferred-size: calc(12 / 12 * 100%);
          flex-basis: calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
  padding: 20px;
}

@media screen and (max-width:1199px) {
  .left-image-content .content-column, .left-image-content .image-column, .right-image-content .content-column, .right-image-content .image-column {
    -webkit-flex-basis: calc(6 / 12 * 100%);
        -ms-flex-preferred-size: calc(6 / 12 * 100%);
            flex-basis: calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }

  .right-image-content .content-image-container:not(.columns-10) .content-column {
    padding-left: 20px;
  }
}
@media screen and (max-width:979px) {
  .content-image .content-column {
    padding: 30px 20px !important;
  }

  .left-image-content, .right-image-content {
    padding: 60px 10px 40px !important;
  }
}
@media screen and (max-width:767px) {
  .project-content-wrapper .project-content { max-width:100%; }
  .project-content-wrapper { display:block; }

  .content-image {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .content-image .content-image-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .content-image .content-image-container .content-column, .content-image .content-image-container .image-column {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
  .content-image .content-image-container .content-column img, .content-image .content-image-container .image-column img {
    max-height: 400px !important;
  }
}
.content-image .image-column {
  position: relative;
}
.content-image .image-column .grouped-elements {
  position: absolute;
  left: 41%;
  top: 40%;
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.content-image .image-column .grouped-elements:hover {
  opacity: 1;
}
.content-image .image-column .grouped-elements i {
  color: #005FAF;
  font-size: 32px;
}

.right-image-content.background-box-1 {
  position: relative;
}
@media screen and (min-width:980px) {
  .right-image-content.background-box-1:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 50%;
    width: 30%;
    content: "";
    background-color: #005FAF;
  }
}

.left-image-content.background-box-1 {
  position: relative;
}
@media screen and (min-width:980px) {
  .left-image-content.background-box-1:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 50%;
    width: 30%;
    content: "";
    background-color: #005FAF;
  }
}

.wp-block-column .vert-image-content .image-column, .wp-block-column .vert-image-content img {
  height: 340px;
}

.background-image-content {
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.background-image-content .content-column {
  z-index: 100;
  padding: 40px;
  background-color: #005FAF;
}
.background-image-content .content-column h1,
.background-image-content .content-column h2,
.background-image-content .content-column h3,
.background-image-content .content-column h4,
.background-image-content .content-column h5,
.background-image-content .content-column h6,
.background-image-content .content-column p {
  color: white;
}

.left-content-background {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.right-content-background {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.right-content-background .content-column {
  padding: 110px 13% 110px 100px;
  border-top-left-radius: 10px;
}

.icon-post {
  text-align: center;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon-post .post-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}
.icon-post .post-content .cta-column {
  padding-top: 2rem;
  margin-top: auto;
}
.icon-post img {
  margin: 0px auto 20px;
  padding-top: 10px;
  height: 90px;
  width: auto;
}
.icon-post a {
  margin-bottom: 10px;
}
.icon-post a i {
  margin-left: 10px;
}

.dark-background-icon-post .icon-post {
  z-index: 0;
  position: relative;
  padding: 60px 20px 40px;
}
.dark-background-icon-post .icon-post:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.dark-background-icon-post .icon-post .h1,
.dark-background-icon-post .icon-post .h2,
.dark-background-icon-post .icon-post .h3,
.dark-background-icon-post .icon-post .h4,
.dark-background-icon-post .icon-post .h5,
.dark-background-icon-post .icon-post .h6,
.dark-background-icon-post .icon-post h1,
.dark-background-icon-post .icon-post h2,
.dark-background-icon-post .icon-post h3,
.dark-background-icon-post .icon-post h4,
.dark-background-icon-post .icon-post h5,
.dark-background-icon-post .icon-post h6,
.dark-background-icon-post .icon-post p {
  color: white;
}
.dark-background-icon-post .icon-post .read-more {
  color: white;
  border-bottom: 1px solid white;
}

.left-aligned-icon .icon-post {
  text-align: left;
}

.left-aligned-icon-white-bg .h3, .left-aligned-icon-white-bg h3 {
  color: #005FAF;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
}
.left-aligned-icon-white-bg .icon-post {
  text-align: left;
  background-color: white !important;
  border-radius: 10px;
  padding: 20px 20px 40px;
}
.left-aligned-icon-white-bg .icon-post img {
  max-width: 70px;
}

.blue-header-post .h1,
.blue-header-post .h2,
.blue-header-post .h3,
.blue-header-post .h4,
.blue-header-post .h5,
.blue-header-post .h6,
.blue-header-post h1,
.blue-header-post h2,
.blue-header-post h3,
.blue-header-post h4,
.blue-header-post h5,
.blue-header-post h6 {
  color: #005FAF;
  font-weight: bold;
  padding-left: 30px;
}
.blue-header-post .h1:before,
.blue-header-post .h2:before,
.blue-header-post .h3:before,
.blue-header-post .h4:before,
.blue-header-post .h5:before,
.blue-header-post .h6:before,
.blue-header-post h1:before,
.blue-header-post h2:before,
.blue-header-post h3:before,
.blue-header-post h4:before,
.blue-header-post h5:before,
.blue-header-post h6:before {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f054";
  color: #cde44b;
  position: relative;
  right: 31px;
  font-size: 20px;
}
.blue-header-post .icon-post {
  text-align: left;
}
@media screen and (min-width:640px) {
  .blue-header-post .icon-post .post-content {
    padding-right: 30px;
  }
}

.icon-posts-wrapper.blue-icon-post .icon-post {
  position: relative;
  background: #005FAF;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.icon-posts-wrapper.blue-icon-post .icon-post:after {
  position: absolute;
  content: "";
  background-image: url("../../images/box_bg_2.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  width: 118px;
  height: 169px;
}
.icon-posts-wrapper.blue-icon-post .icon-post:before {
  position: absolute;
  content: "";
  background-image: url("../../images/box_bg_right.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  width: 134px;
  height: 222px;
}
.icon-posts-wrapper.blue-icon-post .icon-post:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 22px 24px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 22px 24px 0 rgba(0, 0, 0, 0.1);
}
.icon-posts-wrapper.blue-icon-post .icon-post .post-content {
  padding: 70px 20px 60px 20px;
}
.icon-posts-wrapper.blue-icon-post .icon-post .h3, .icon-posts-wrapper.blue-icon-post .icon-post h3, .icon-posts-wrapper.blue-icon-post .icon-post p {
  color: white;
}

.highlights-posts-wrapper .split-highlights-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.highlights-posts-wrapper .highlight-post {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.highlights-posts-wrapper .highlight-post img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.highlights-posts-wrapper .highlight-post h4, .highlights-posts-wrapper .highlight-post h3, .highlights-posts-wrapper .highlight-post h5 {
  padding-bottom: 10px;
}
.highlights-posts-wrapper .highlight-post .highlights-content {
  padding-left: 20px;
}
@media screen and (max-width:979px) {
  .highlights-posts-wrapper .split-highlights-wrapper {
    display: block;
  }
  .highlights-posts-wrapper .split-highlights-wrapper div {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }
}
@media screen and (max-width:979px) and (max-width:767px) {
  .highlights-posts-wrapper .split-highlights-wrapper div {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}

.highlights-posts-wrapper .block-grid-1 .highlight-post {
  padding: 40px 0px 20px;
}
.highlights-posts-wrapper .block-grid-2 .highlight-post {
  padding: 10px 10px 20px;
}
.highlights-posts-wrapper .block-grid-3 .highlight-post {
  padding: 30px 20px 20px;
}
.highlights-posts-wrapper .block-grid-4 {
  padding: 30px 20px 20px;
}

.dark-background-highlights h1, .dark-background-highlights h2, .dark-background-highlights h3, .dark-background-highlights h4, .dark-background-highlights h5, .dark-background-highlights h6, .dark-background-highlights p {
  color: white;
}

.statistics-wrapper .statistic {
  z-index: 10;
  text-align: center;
}
.statistics-wrapper .statistic img {
  margin-bottom: 15px;
}
.statistics-wrapper .statistic .stat-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.statistics-wrapper .statistic .stat-container .h3,
.statistics-wrapper .statistic .stat-container .h2, .statistics-wrapper .statistic .stat-container h3, .statistics-wrapper .statistic .stat-container h2 {
  margin-right: 8px;
  color: #005FAF;
  font-size: 52px;
  line-height: 55px;
  word-break: normal;
}
.statistics-wrapper .statistic h4,
.statistics-wrapper .statistic h5,
.statistics-wrapper .statistic h6,
.statistics-wrapper .statistic .h4,
.statistics-wrapper .statistic .h5,
.statistics-wrapper .statistic .h6 {
  text-transform: uppercase;
  color: black;
}

.home .wp-block-columns .statistics-wrapper .statistic {
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
  max-width: 31%;
}
@media screen and (max-width:639px) {
  .home .wp-block-columns .statistics-wrapper .statistic {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

.psuedo-wrapper {
  position: relative;
}
.psuedo-wrapper:after {
  position: absolute;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width:1799px) {
  .psuedo-wrapper {
    overflow-x: hidden;
  }
}
.contact-form .follow {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 29px;
  color: #005FAF;
  padding-top: 30px;
  text-transform: uppercase;
}
.contact-form .contact-layout-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-form .contact-layout-wrapper .contact-info {
  padding-right: 30px;
}
.contact-form .contact-layout-wrapper .contact-info .contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-form .contact-layout-wrapper .contact-info .contact-item p,
.contact-form .contact-layout-wrapper .contact-info .contact-item a {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  padding-bottom: 10px;
}
.contact-form .contact-layout-wrapper .contact-info .contact-item i {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
  margin-right: 20px;
}
.contact-form .contact-layout-wrapper .social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-form .contact-layout-wrapper .social-list li {
  margin-right: 10px;
  border: 1px solid #005FAF;
  border-radius: 50%;
  background: transparent;
  width: 51px;
  height: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0px;
}
.contact-form .contact-layout-wrapper .social-list li i,
.contact-form .contact-layout-wrapper .social-list li a {
  font-size: 22px;
  color: #005FAF;
}
.contact-form .contact-layout-wrapper .social-list li:hover {
  background: #005FAF;
}
.contact-form .contact-layout-wrapper .social-list li:hover i,
.contact-form .contact-layout-wrapper .social-list li:hover a {
  color: #ffffff;
}

.contact-layout-wrapper .form-wrapper .gform_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-layout-wrapper .form-wrapper .gform_fields .gfield {
  -webkit-flex-basis: 49%;
      -ms-flex-preferred-size: 49%;
          flex-basis: 49%;
}
@media screen and (max-width:767px) {
  .contact-layout-wrapper .form-wrapper .gform_fields .gfield {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.contact-layout-wrapper .form-wrapper .gform_fields .gfield .gfield_label {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
}
.contact-layout-wrapper .form-wrapper .gform_fields .spacer.gfield {
  display: none;
}
.contact-layout-wrapper .form-wrapper .gform_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.contact-layout-wrapper .form-wrapper .gform_fields .gfield .gfield_label {
  line-height: 20px !important;
}

.gravity-form .form-title, .gform_wrapper .form-title {
  margin: 0 auto 40px;
  text-align: center;
}
.gravity-form .form-title h2, .gform_wrapper .form-title h2 {
  color: #005FAF;
}
.gravity-form fieldset, .gform_wrapper fieldset {
  border: 0px solid white;
  margin: 0;
  padding: 0em;
}
.gravity-form .contact-layout-wrapper, .gform_wrapper .contact-layout-wrapper {
  background: white;
  padding: 60px 80px 80px;
  border-radius: 10px;
  margin: 0 auto;
}
@media screen and (max-width:979px) {
  .gravity-form .contact-layout-wrapper, .gform_wrapper .contact-layout-wrapper {
    padding: 40px 30px 100px;
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }
}
.gravity-form li, .gform_wrapper li {
  margin-bottom: 20px;
}
.gravity-form .gfield, .gform_wrapper .gfield {
  margin-bottom: 20px;
}
.gravity-form label,
.gravity-form legend, .gform_wrapper label,
.gform_wrapper legend {
  color: #005FAF;
  font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1200 - 320));
  line-height: calc(15px + (18 - 15) * (100vw - 320px) / (1200 - 320));
  font-family: "questa-sans", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 1200px) {
  .gravity-form label,
.gravity-form legend, .gform_wrapper label,
.gform_wrapper legend {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .gravity-form label,
.gravity-form legend, .gform_wrapper label,
.gform_wrapper legend {
    line-height: 18px;
  }
}
.gravity-form input,
.gravity-form textarea,
.gravity-form select, .gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
  border: 1px solid #005FAF;
  border-radius: 5px;
}
.gravity-form select, .gform_wrapper select {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 29px;
  color: #005FAF;
}
.gravity-form .gform_button, .gform_wrapper .gform_button {
  border: none;
  background: transparent;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 21px;
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  font-family: "questa-slab", sans-serif;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, -webkit-transform;
  transition-property: background-color, color, border, opacity, transform;
  transition-property: background-color, color, border, opacity, transform, -webkit-transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  border-radius: 10px;
  min-width: 200px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  outline: none;
  -webkit-transform: translateZ(1px) rotate(0.0000000001deg);
          transform: translateZ(1px) rotate(0.0000000001deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #000000;
  background: #cde44b;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.gravity-form .gform_button i, .gform_wrapper .gform_button i {
  margin-left: 5px;
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  position: relative;
  top: 1px;
}
.gravity-form .gform_button:hover, .gform_wrapper .gform_button:hover {
  background: #dfeb93 !important;
}
.gravity-form .gform_footer, .gform_wrapper .gform_footer {
  padding: 0px;
}
.gravity-form .gform_footer .button, .gform_wrapper .gform_footer .button {
  margin: 0px;
}

.font-icon {
  height: 22px;
  width: auto;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

@media screen and (max-width:1199px) {
  .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.subscribe-form-wrapper form .alignBottom span {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 29px;
  color: #005FAF !important;
}
.subscribe-form-wrapper form .alignBottom .maxSize1 {
  min-width: 500px;
}
.subscribe-form-wrapper form .webform-component .alignBottom.minSize1 > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.subscribe-form-wrapper form .webform-component .alignBottom.minSize1 input.floatLeft {
  margin-right: 10px;
}
.subscribe-form-wrapper form .webform-component input.maxSize1, .subscribe-form-wrapper form .webform-component select.maxSize1 {
  border: 1px solid #005FAF;
  border-radius: 5px;
}
@media screen and (min-width:980px) {
  .subscribe-form-wrapper form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .subscribe-form-wrapper form .responsiveRow.webform-component {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .subscribe-form-wrapper form .responsiveRow.webform-component .responsiveCell {
    text-align: left !important;
  }
  .subscribe-form-wrapper form .responsiveRow.webform-component:nth-of-type(-n + 10) {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    max-width: 49%;
  }
  .subscribe-form-wrapper form .buttonContainer {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .subscribe-form-wrapper form .buttonContainer #btnSubmit {
    height: 60px !important;
    width: 220px !important;
    color: black !important;
    background-color: #cde44b !important;
    border-radius: 5px !important;
    font-size: 17px !important;
    letter-spacing: 0;
    line-height: 21px;
  }
}

.gfield_required_asterisk {
  color: #C3423F !important;
}

.map-block .single-map-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.location-wrapper {
  padding: 90px 10px;
}

.location-post {
  border: 1px solid #005FAF;
  border-radius: 3px;
  padding: 20px;
}
.location-post .contact-item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
}
.location-post .contact-item p {
  padding-bottom: 0px;
}
.location-post .contact-item i {
  position: absolute;
  left: 0px;
  top: 5px;
}

.logo-grid img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 120px;
  margin: 0 auto;
}
.logo-grid .floating-posts {
  position: relative;
  bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.logo-grid .floating-posts:hover {
  bottom: 10px;
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
}
.logo-grid .logo-grid-content {
  border: 1px solid #58585A;
  border-radius: 3px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo-grid .logo-grid-post {
  padding-top: 10px;
}
@media screen and (max-width:979px) {
  .logo-grid .logo-grid-post {
    padding: 20px;
    margin: 0 auto;
  }
}
.logo-grid .block-grid-4 img {
  width: auto;
}
.logo-grid .block-grid-3 img {
  width: auto;
}

@media screen and (max-width:639px) {
  .logo-grid-content {
    margin-bottom: 20px;
  }
}
.logo-slider {
  margin: 0 auto;
  max-width: 90vw;
}
.logo-slider .slick-slide {
  margin: 4px;
}
.logo-slider .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.logo-slider .slick-arrow:hover {
  cursor: pointer;
}
.logo-slider .slick-arrow i {
  font-weight: 300;
  font-size: 24px;
}
.logo-slider .slick-next {
  right: -60px;
}
.logo-slider .slick-prev {
  left: -60px;
}

@media screen and (max-width:979px) {
  .anvil-wyswyg {
    padding: 20px !important;
  }
  .anvil-wyswyg .content-container {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .anvil-wyswyg li {
    width: 100%;
  }
}
.anvil-wyswyg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.anvil-wyswyg .gform_wrapper {
  background-color: white;
  border-radius: 10px;
  padding: 40px 10% 60px;
}
.anvil-wyswyg blockquote p {
  letter-spacing: 1px;
}
.anvil-wyswyg blockquote p:last-of-type {
  font-size: 13px !important;
  font-weight: bold;
  font-style: normal !important;
  text-transform: none !important;
}

.anvil-testimonial {
  padding-bottom: calc(100px + (100 - 100) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .anvil-testimonial {
    padding-bottom: 100px;
  }
}
.anvil-testimonial .columns-10 {
  padding: 10px;
}
.anvil-testimonial .quote p {
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  font-size: calc(18px + (32 - 18) * (100vw - 320px) / (1200 - 320));
  line-height: calc(30px + (52 - 30) * (100vw - 320px) / (1200 - 320));
  font-style: italic;
}
@media screen and (min-width: 1200px) {
  .anvil-testimonial .quote p {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .anvil-testimonial .quote p {
    line-height: 52px;
  }
}
.anvil-testimonial .slick-list {
  padding-bottom: 50px;
  overflow: visible;
}
.anvil-testimonial .slick-list .slick-slide {
  opacity: 0.1;
  max-height: 500px;
  overflow: hidden;
}
.anvil-testimonial .slick-list .slick-slide .testimonial .wrapper {
  border: none;
}
.anvil-testimonial .slick-list .slick-slide.slick-current {
  opacity: 1;
  max-height: none;
}
.anvil-testimonial .slick-list .slick-slide.slick-current .testimonial .wrapper {
  border: 1px solid #000000;
}
.anvil-testimonial .no-slider {
  -webkit-flex-basis: calc(8 / 12 * 100%);
      -ms-flex-preferred-size: calc(8 / 12 * 100%);
          flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
  text-align: center;
}
.anvil-testimonial .no-slider img {
  margin-bottom: 25px;
}
.anvil-testimonial .no-slider h5 {
  padding-bottom: 8px;
}
.anvil-testimonial .testimonial-slider .testimonial {
  padding-bottom: 50px;
}
.anvil-testimonial .testimonial-slider .testimonial > .wrapper {
  padding: 80px;
  padding-bottom: 0;
  border: 2px solid #000000;
  min-height: 450px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.anvil-testimonial .testimonial-slider .testimonial img {
  margin-bottom: calc(50px + (50 - 50) * (100vw - 320px) / (1200 - 320));
}
@media screen and (min-width: 1200px) {
  .anvil-testimonial .testimonial-slider .testimonial img {
    margin-bottom: 50px;
  }
}
.anvil-testimonial .testimonial-slider .testimonial .quote-source {
  background: white;
  position: relative;
  top: 50px;
  padding: 20px 30px;
  max-width: 400px;
}
@media screen and (max-width:767px) {
  .anvil-testimonial .testimonial-slider .testimonial .quote-source {
    min-width: auto;
  }
}
.anvil-testimonial .testimonial-slider .testimonial .quote-source h5 {
  padding-bottom: 5px;
}
.anvil-testimonial .slick-arrow {
  position: absolute;
  top: 100%;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #005FAF;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 400;
  color: #005FAF;
  z-index: 9;
}
.anvil-testimonial .slick-arrow:hover {
  color: #005FAF;
  border: 1px solid #005FAF;
}
.anvil-testimonial .slick-arrow.prevArrow {
  right: 90px;
}
@media screen and (max-width:979px) {
  .anvil-testimonial .slick-arrow.prevArrow {
    right: calc(100% - 70px);
  }
}
.anvil-testimonial .slick-arrow.nextArrow {
  right: 10px;
}
@media all and (min-width: 1600px) {
  .anvil-testimonial .slick-arrow.nextArrow {
    right: 10px;
  }
}
@media screen and (max-width:767px) {
  .anvil-testimonial .slick-arrow.nextArrow {
    left: unset;
    right: 10px;
  }
}
.anvil-testimonial .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: calc(10% + 10px);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 50px;
}
@media screen and (max-width:979px) {
  .anvil-testimonial .slick-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width:639px) {
  .anvil-testimonial .slick-dots {
    top: 0;
  }
}
.anvil-testimonial .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.anvil-testimonial .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, 0.3);
}
.anvil-testimonial .slick-dots li.slick-active button {
  background: #005FAF;
}

.wp-block-column {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .wp-block-column {
    display: block;
  }
  .wp-block-column .wp-block-column {
    margin-left: 0px;
  }
  .wp-block-column .wp-block-column .alignleft,
.wp-block-column .wp-block-column .align-right {
    float: unset !important;
  }
}

.wp-block-columns {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .wp-block-columns {
    display: block;
  }
  .wp-block-columns .wp-block-columns {
    margin-left: 0px;
  }
}

.full-width-columns {
  max-width: 1600px;
}

.half-color-background {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), color-stop(50%, black));
  background: linear-gradient(0deg, white 50%, black 50%);
}


@media screen and (min-width:980px) {
  .home .wp-block-columns .block-grid-3 {
    -webkit-flex-basis: calc(7 / 12 * 100%);
        -ms-flex-preferred-size: calc(7 / 12 * 100%);
            flex-basis: calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }
}

.accordion-holder .accordion-content {
  display: none;
  padding: 10px;
}

.accordion-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.accordion-controls a {
  display: inline-block;
  padding: 5px 10px;
  opacity: 1;
}
.accordion-controls a:hover {
  opacity: 0.5;
}

.accordion-entry img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.accordion-entry .heading {
  padding-bottom: 0px;
}

.accordion-entry {
  margin-bottom: 10px;
}

.accordion-label {
  background-color: #e8edf1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 50px 20px 20px;
  border-radius: 3px;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  border: none;
  text-align: left;
  width: 100%;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.accordion-label:hover {
  background-color: #c8d4de;
}
.accordion-label img {
  height: 50px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.accordion-label::after {
  font-family: "Font Awesome 6 Pro";
  text-rendering: auto;
  font-smoothing: antialiased;
  content: "\f077";
  font-size: 17px;
  right: 20px;
  top: 22px;
  position: absolute;
  color: #005FAF;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  border: unset;
}
.accordion-label[aria-expanded=true] {
  background-color: #c8d4de;
}
.accordion-label[aria-expanded=true]::after {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.accordion-label span {
  margin-left: 15px;
}

@media screen and (max-width:979px) {
  .accordion-holder {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .accordion-holder h5 {
    width: 70%;
  }
}
.gallery {
  background-repeat: no-repeat;
  background-position-y: -200px;
  background-size: cover;
  position: relative;
  overflow-x: hidden;
}
.gallery .blue-background {
  height: 60%;
  position: absolute;
  width: 100%;
  top: -10px;
  background-size: cover;
}
.gallery .gallery-wrapper {
  position: relative;
}
.gallery .slick-arrow {
  position: absolute;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.gallery .slick-arrow:hover {
  cursor: pointer;
}
.gallery .slick-arrow i {
  font-weight: 300;
  font-size: 24px;
}
.gallery .slick-next {
  right: -40px;
}
.gallery .slick-prev {
  left: -40px;
}
@media screen and (max-width:480px) {
  .gallery {
    padding: 40px 20px !important;
  }
  .gallery .gallery-wrapper {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .gallery .gallery-wrapper .slick-track, .gallery .gallery-wrapper .slick-slide {
    width: 100%;
  }
  .gallery .gallery-wrapper .gallery-image i {
    left: 43%;
    font-size: 70px;
  }
}
.gallery .gallery-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 700px;
  overflow: hidden;
  display: relative;
  border-radius: 5px;
}
.gallery .gallery-image i {
  position: absolute;
  top: 40%;
  left: 45%;
  font-size: 80px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery .gallery-image i:hover {
  color: #005FAF !important;
}
.gallery .gallery-image i:before {
  color: white;
}
.gallery .gallery-image i:after {
  color: #005FAF;
  opacity: 0.8;
}
.gallery .gallery-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 520px;
  width: 100%;
}
@media screen and (max-width:480px) {
  .gallery .gallery-image, .gallery img {
    max-height: 300px;
  }
}
.gallery .gallery-caption {
  margin-top: 2px;
  color: #58585A;
  text-transform: none;
}
.gallery .gallery-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}
.gallery .gallery-info .date h6 {
  font-size: 14px;
  color: #005FAF;
}

.slick-thumbnail-grid {
  margin-top: 20px;
  max-height: 500px;
  /* the slides */
  /* the parent */
}
.slick-thumbnail-grid .gallery-nav-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 155px;
  overflow: hidden;
}
.slick-thumbnail-grid .gallery-nav-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.slick-thumbnail-grid .slick-slide {
  margin: 20px 10px;
}
.slick-thumbnail-grid .slick-list {
  margin: -10px 0;
}
@media screen and (max-width:480px) {
  .slick-thumbnail-grid .gallery-nav-image {
    max-height: 90px;
  }
}

.information-wrapper .tab-white-wrap {
  border-radius: 10px;
  background-color: white;
}
.information-wrapper .info-links {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 35px;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.information-wrapper .info-links .links-btn {
  font-family: "questa-sans", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 17px;
  text-align: center;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
  color: #8A8A8A;
  background: white;
  border: 0;
  border-bottom: 2px solid #8A8A8A;
  cursor: pointer;
  padding: 30px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.information-wrapper .info-links .links-btn.active, .information-wrapper .info-links .links-btn:hover {
  color: #005FAF;
  border-bottom-color: #005FAF;
}
@media screen and (max-width:767px) {
  .information-wrapper .info-links .links-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width:639px) {
  .information-wrapper .info-links .links-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (max-width:639px) {
  .information-wrapper .info-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .information-wrapper .info-links a {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
  }
}
.information-wrapper .tab-white-wrap .info-links {
  padding: 0 35px;
}
.information-wrapper .tab-white-wrap .info-links a {
  font-size: 14px !important;
  color: #6b6a6a !important;
  background: white !important;
  border-bottom: 2px solid #8A8A8A;
}
@media screen and (max-width:639px) {
  .information-wrapper .tab-white-wrap .info-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .information-wrapper .tab-white-wrap .info-links a {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%;
  }
}
.information-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.information-wrapper .image-column img {
  -o-object-fit: cover;
     object-fit: cover;
}
.information-wrapper .wsywyg {
  padding: 20px 60px;
  background-color: white;
  border-radius: 10px;
}
.information-wrapper .content-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.information-wrapper .content-image img {
  border-radius: 10px;
}
.information-wrapper .left-image {
  padding: 40px 60px;
  background-color: white;
  border-radius: 10px;
}
.information-wrapper .left-image .content-column {
  padding-left: 40px;
}
.information-wrapper .right-image {
  padding: 40px 20px;
  background-color: white;
  border-radius: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.information-wrapper .right-image .content-column {
  padding-right: 40px;
}
.information-wrapper .left-logo-image {
  padding: 40px 60px;
  background-color: white;
  border-radius: 10px;
}
.information-wrapper .left-logo-image .image-column {
  -webkit-flex-basis: calc(4 / 12 * 100%);
      -ms-flex-preferred-size: calc(4 / 12 * 100%);
          flex-basis: calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}
.information-wrapper .left-logo-image .image-column img {
  border: 1px solid #97a9b4;
  border-radius: 10px;
  max-height: 200px;
  padding: 20px;
}
.information-wrapper .left-logo-image .content-column {
  -webkit-flex-basis: calc(8 / 12 * 100%);
      -ms-flex-preferred-size: calc(8 / 12 * 100%);
          flex-basis: calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
  padding-left: 20px;
}
.information-wrapper .logo-grid-wrapper {
  padding: 40px 60px;
  background-color: white;
  border-radius: 10px;
}
.information-wrapper .logo-grid-wrapper .logo-grid-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.information-wrapper .logo-grid-wrapper .logo-grid-content img {
  margin: 0 auto;
  max-height: 100px;
}
@media screen and (max-width:480px) {
  .information-wrapper .logo-grid-wrapper {
    padding: 40px 0px;
  }
  .information-wrapper .logo-grid-wrapper .logo-grid-post .logo-grid-content {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    max-width: 48%;
  }
}
.information-wrapper .logo-grid-wrapper img {
  width: 160px;
  padding: 5px;
}
.information-wrapper .team-members-tab {
  padding-top: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.information-wrapper .team-members-tab .name-column {
  padding-right: 20px;
}
.information-wrapper .team-members-tab .name-column h4 {
  font-size: 20px;
}
.information-wrapper .team-members-tab .name-column h6 {
  font-size: 14px;
}
.information-wrapper .team-members-tab .name-column h4,
.information-wrapper .team-members-tab .name-column h6,
.information-wrapper .team-members-tab .name-column a {
  color: #005FAF;
  padding-bottom: 10px;
}
.information-wrapper .team-members-tab .name-column .teams-photo {
  margin-bottom: 25px;
}

.tab-content {
  display: none;
}

.active-content {
  display: block !important;
  padding: 30px 10px;
}

.tabs-block .tab-white-wrap .info-links a {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 21px;
}

.info-links .links-btn:hover {
  color: #cde44b !important;
}

.secondary-logo-container {
  margin-top: 50px;
}

.full-width {
  width: 100%;
  max-width: 1600px;
}

.background-link {
  display: block;
}
.background-link a h4 {
  color: white;
}
.background-link .block-grid-3,
.background-link .block-grid-4,
.background-link .block-grid-2 {
  margin: 0 auto;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.background-link .loop-item {
  background-size: cover;
  z-index: 0;
  position: relative;
  position: relative;
  bottom: 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: white;
  border-radius: 5px;
  z-index: 100;
}
.background-link .loop-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.background-link .loop-item:hover {
  bottom: 10px;
  -webkit-box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0px 20px 50px -20px rgba(0, 0, 0, 0.2) !important;
}
.background-link .loop-item:after {
  border-radius: 5px;
}
.background-link .loop-item:hover {
  z-index: 0;
  position: relative;
}
.background-link .loop-item:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-property: background, opacity, -webkit-transform;
  transition-property: background, opacity, -webkit-transform;
  transition-property: background, transform, opacity;
  transition-property: background, transform, opacity, -webkit-transform;
  z-index: -1;
}
.background-link .block-grid-2 .loop-item, .background-link .block-grid-3 .loop-item {
  padding: 210px 40px 70px;
}
.background-link .block-grid-4 .loop-item, .background-link .block-grid-5 .loop-item {
  padding: 120px 20px 30px;
}

.toolbox-section {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.toolbox-section::after {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.toolbox-item:not(.closed) .toolbox-trigger {
  display: none;
}

.toolbox-item {
  position: relative;
  background-color: inherit;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.toolbox-item .less:hover {
  cursor: pointer;
}
.toolbox-item.closed .toolbox-content {
  display: none;
}
.toolbox-item.closed .wrapper {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-radius: 3px;
}
.toolbox-item.closed .wrapper .date {
  padding-bottom: 20px;
}
.toolbox-item.closed .wrapper .heading {
  padding-bottom: 30px;
}
.toolbox-item .wrapper {
  padding: 30px;
  padding-left: 30px;
  width: 72%;
  position: relative;
  border-radius: 3px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.toolbox-item::before {
  content: "";
  height: 2px;
  width: 70px;
  right: 20px;
  background: red;
  top: 24px;
  position: absolute;
}
.toolbox-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  background-color: red;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.toolbox-item:nth-of-type(odd) {
  left: 10px;
}
.toolbox-item:nth-of-type(even) {
  left: 49%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.toolbox-item:nth-of-type(even)::before {
  left: 20px;
}
.toolbox-item:nth-of-type(even)::after {
  left: 2px;
}

.toolbox-trigger:hover {
  cursor: pointer;
}
.toolbox-trigger i {
  font-size: 26px;
  color: red;
}
.toolbox-trigger .plus {
  display: none;
}
.toolbox-trigger .minus {
  display: block;
}
.toolbox-trigger.closed i {
  color: red;
}
.toolbox-trigger.closed .plus {
  display: block;
}
.toolbox-trigger.closed .minus {
  display: none;
}

.toolbox-item:last-of-type {
  margin-bottom: 0px;
}

.timeline {
  width: 100%;
}

.single-toolbox .entry-content .content-column .custom_ {
  font-weight: 700;
}
.single-toolbox .entry-content .content-column a {
  color: red;
}

@media screen and (max-width:979px) {
  .toolbox-section {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
}
@media screen and (max-width:767px) {
  .toolbox-item:nth-of-type(even)::after {
    left: 0;
  }

  .timeline {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .timeline .toolbox-section {
    padding: 0px 10px;
    padding-top: 40px !important;
    padding-bottom: 0px !important;
    margin-bottom: 40px !important;
  }
  .timeline .toolbox-section::after {
    display: none;
  }
  .timeline .toolbox-section .toolbox-item {
    width: 100%;
  }
  .timeline .toolbox-section .toolbox-item::before, .timeline .toolbox-section .toolbox-item::after {
    display: none;
  }
  .timeline .toolbox-section .toolbox-item:nth-of-type(odd), .timeline .toolbox-section .toolbox-item:nth-of-type(even) {
    left: 0;
    right: 0;
  }
  .timeline .toolbox-section .toolbox-item .wrapper {
    width: 100%;
  }
}
.content-with-details .details-column {
  padding: 50px 0px 20px 60px;
}
.content-with-details .details-column .detail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-with-details .details-column .detail-item i, .content-with-details .details-column .detail-item p {
  margin-right: 10px;
}
.content-with-details .details-column .detail-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content-with-details .details-column .detail-item .label {
  font-weight: bold;
}
.content-with-details .details-column .detail-item i {
  position: relative;
  top: 6px;
}
@media screen and (max-width:979px) {
  .content-with-details {
    display: block;
  }
  .content-with-details .content-column, .content-with-details .details-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding: 20px;
  }
}

.anvil-slider,
.statistic-slider {
  max-width: 1200px;
  overflow: hidden;
  padding-bottom: 70px;
}
.anvil-slider .slick-arrow,
.statistic-slider .slick-arrow {
  position: absolute;
  top: 23%;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1e58754d;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 400;
  color: #005FAF;
  z-index: 9;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.anvil-slider .slick-arrow:hover,
.statistic-slider .slick-arrow:hover {
  color: white;
  background: #005FAF;
  border: 1px solid #005FAF;
  cursor: pointer;
}
.anvil-slider .slick-arrow.prevArrow,
.statistic-slider .slick-arrow.prevArrow {
  left: 0%;
}
@media screen and (max-width:979px) {
  .anvil-slider .slick-arrow.prevArrow,
.statistic-slider .slick-arrow.prevArrow {
    left: 0;
  }
}
.anvil-slider .slick-arrow.nextArrow,
.statistic-slider .slick-arrow.nextArrow {
  right: 0%;
}
@media screen and (max-width:979px) {
  .anvil-slider .slick-arrow.nextArrow,
.statistic-slider .slick-arrow.nextArrow {
    right: 0;
  }
}
.anvil-slider .slick-dots,
.statistic-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin: 0;
  top: 70%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width:979px) {
  .anvil-slider .slick-dots,
.statistic-slider .slick-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width:639px) {
  .anvil-slider .slick-dots,
.statistic-slider .slick-dots {
    top: 82%;
  }
}
.anvil-slider .slick-dots li,
.statistic-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.anvil-slider .slick-dots li button,
.statistic-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(205, 228, 75, 0.3);
}
.anvil-slider .slick-dots li.slick-active button,
.statistic-slider .slick-dots li.slick-active button {
  background: #cde44b;
}
/* ks 
.home .banner-slider {
  background: #005FAF;
}
*/
.home .banner-slider button.prevButton.slick-arrow {
  left: 20px;
}
.home .banner-slider .page-banner {
  margin-bottom: 0;
}

.banner-slider .slick-arrow {
  position: absolute;
  top: 44%;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid white;
  background: white;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 400;
  color: #005FAF;
  z-index: 9;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width:1400px) {
  .banner-slider .slick-arrow {
    top: 85%;
  }
}
.banner-slider .slick-arrow:hover {
  color: #cde44b;
  background: #ffffff;
  cursor: pointer;
}
.banner-slider .slick-arrow.prevArrow {
  left: 20px;
}
.banner-slider .slick-arrow.nextArrow,
.banner-slider .nextButton {
  right: 20px;
}
.banner-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin: 0;
  bottom: 25%;
  left: 20px;
}
@media screen and (min-width:1200px) {
  .banner-slider .slick-dots {
    left: 7%;
  }
}
@media screen and (max-width:767px) {
  .banner-slider .slick-dots {
    left: 0;
    bottom: 50px;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 30px;
    margin: 20px auto;
  }
}
.banner-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.banner-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(205, 228, 75, 0.3);
}
.banner-slider .slick-dots li.slick-active button {
  background: #cde44b;
}

.centered-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.centered-button .row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centered-button .cta_btn_cnt {
	margin-bottom:15px;
}

.centered-button .cta_btn_cnt:last-child {
	margin-bottom:0;
}


.left-aligned-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.left-aligned-button .row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.right-aligned-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.right-aligned-button .row {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cta-container.vertical-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta-container.vertical-button .button {
  margin: 10px 0;
}

.cta-column div:empty {
  display: none;
}

.button.two:focus,
.button.outline-one:focus,
a:focus {
  outline: 2px solid #00f;
}

.program-finder {
  margin-top: var(--pf-mt);
  margin-bottom: var(--pf-mb);
  background-color: #005FAF;
  color: #ffffff;
  padding: var(--pf-pt, 4rem) 10px var(--pf-pb, 4rem);
}
@media screen and (max-width:979px) {
  .program-finder .columns-10, .program-finder .columns-8 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
.program-finder h2, .program-finder h3, .program-finder h4, .program-finder h5, .program-finder h6 {
  color: inherit;
}
.program-finder__content p {
  font-size: 20px;
}
.program-finder__form {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.program-finder__form-ctrl {
  padding: 10px;
}
.program-finder__label {
  font-size: 1.375rem;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.program-finder__input {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 10px 1rem;
  height: 60px;
  min-width: 320px;
}
.program-finder__input:focus {
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

@media screen and (max-width:1799px) {
  .site-header .search-menu, .site-utility .site-menus {
    right: 0px;
  }

  .site-header .row .logo-column img {
    left: 0px;
  }
}
@media screen and (max-width:1199px) {
  .slideout-item .team-slideout-hidden {
    padding: 20px;
  }

  .single-post .column-center .social-share.vertical {
    display: none;
  }

  .related-posts-block {
    padding-left: 20px;
  }

  .event-page-wrapper .columns-12 .details {
    padding: 40px;
  }

  .event-page-wrapper #locations-map {
    right: 0px;
  }

  .left_intro {
    padding-left: 20px;
  }

  .page-banner .row {
    padding-left: 20px;
  }

  .site-header {
    padding-bottom: 50px;
  }
}
.mobile-menu {
  display: none !important;
}

@media screen and (max-width:979px) {
  .mobile-menu {
    display: block !important;
  }

  #menu-item-19159 {
    display: none;
  }

  .main-menu-item,
.site-utility {
    display: none;
  }

  .wp-block-column:not(:only-child) {
    -webkit-flex-basis: calc(100% - 1em) !important;
        -ms-flex-preferred-size: calc(100% - 1em) !important;
            flex-basis: calc(100% - 1em) !important;
  }

  .main-menu li + li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }

  .single-post .author .content-column {
    padding-left: 20px;
  }
  .single-post .author img {
    height: auto;
    margin-right: 20px;
    width: auto;
  }

  .background-image-content .row .content-column {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    position: initial !important;
  }

  .footer-newsletter .columns-12 {
    display: block;
  }
  .footer-newsletter .columns-12 .heading-row,
.footer-newsletter .columns-12 .form-row {
    -webkit-flex-basis: calc(10 / 12 * 100%);
        -ms-flex-preferred-size: calc(10 / 12 * 100%);
            flex-basis: calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
    margin: 0 auto;
  }
  .footer-newsletter .columns-12 .heading-row {
    text-align: center;
  }
  .footer-newsletter .columns-12 .gform_footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .post-single-body {
    display: block;
  }
  .post-single-body .columns-8,
.post-single-body .columns-4 {
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    margin: 0 auto;
  }

  .info-links {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .info-links a {
    width: 33% !important;
  }

  .background-image-content .content-column {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    opacity: 0.9;
  }

  .feature-blog-loop {
    display: block;
  }
  .feature-blog-loop .featured-post {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .feature-blog-loop .featured-post img {
    height: 400px !important;
  }
  .feature-blog-loop .preview-posts {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .feature-blog-loop .preview-posts .loop-item {
    display: block;
    max-width: 30%;
  }
  .feature-blog-loop .preview-posts img,
.feature-blog-loop .preview-posts .image-column {
    height: 200px !important;
  }

  .site-footer .footer-bottom .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .gallery {
    background-position-y: -20px;
  }

  .main-menu-item:hover > .hidden-menu .anvil-mega-menu {
    top: 40px !important;
  }

  .loop-item {
    margin-bottom: 20px;
  }

  .information-wrapper .tab-white-wrap .info-links {
    padding: 10px !important;
  }

  .sub-footer-logo-grid .row .logo-grid-post {
    padding: 10px !important;
  }


  .site-footer .social-footer,
.site-footer .footer-bottom .logo {
    padding: 10px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .social-footer h2,
.site-footer .footer-bottom .logo h2 {
    margin-bottom: 10px;
  }

  .statistics-wrapper .block-grid-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .program-finder__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .program-page-wrapper .detail-wrapper {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }
  .program-page-wrapper .sticky {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 260px;
    width: 100%;
    z-index: 1000;
  }
  .program-page-wrapper .detail-menu-wrapper a {
    width: 230px;
  }
  .program-page-wrapper .program-content {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
    padding: 60px 20px;
  }

  .search-bar-nav__input {
    border-color: #005FAF !important;
  }

  .search-bar-nav__submit {
    border-color: #005FAF !important;
  }
}
@media screen and (max-width:767px) {
  .content-container li {
    width: 100% !important;
  }

  .post-filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-filter a {
    margin-bottom: 10px;
  }

  .event-page-wrapper .columns-12 {
    display: block;
  }
  .event-page-wrapper .columns-12 .columns-6 {
    padding: 20px;
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .information-wrapper .wsywyg {
    padding: 20px;
  }

  .contact-form .contact-layout-wrapper {
    display: block;
  }
  .contact-form .contact-layout-wrapper .columns-4,
.contact-form .contact-layout-wrapper .columns-8 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .feature-blog-loop .preview-posts {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  .feature-blog-loop .preview-posts .loop-item {
    margin: 1%;
    display: block;
    max-width: 46%;
  }

  .program-header {
    padding-bottom: 0px;
  }
  .program-header .banner-content {
    display: block;
  }
  .program-header .columns-5, .program-header .columns-6 {
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .page-banner .row {
    padding: 10px !important;
  }
}
@media screen and (max-width:639px) {
  .single-post .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-basis: calc(11 / 12 * 100%);
        -ms-flex-preferred-size: calc(11 / 12 * 100%);
            flex-basis: calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
    padding: 40px 20px;
    background: #F3F6F6;
  }
  .single-post .author .read-more {
    text-align: left;
  }
  .single-post .author img {
    margin-bottom: 20px;
  }
  .single-post .author .columns-2 {
    -webkit-flex-basis: calc(5 / 12 * 100%);
        -ms-flex-preferred-size: calc(5 / 12 * 100%);
            flex-basis: calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }
  .single-post .author .content-column {
    padding-left: 0px;
    -webkit-flex-basis: calc(12 / 12 * 100%);
        -ms-flex-preferred-size: calc(12 / 12 * 100%);
            flex-basis: calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

  .site-logo {
    width: 130px;
  }

  .site-header {
    width: 100vw;
  }

  .fancybox-slide {
    padding: 10px !important;
  }
}
@media screen and (max-width:480px) {
  .feature-blog-loop .preview-posts {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  .feature-blog-loop .preview-posts .loop-item {
    margin: 1%;
    display: block;
    max-width: 98%;
  }

  .search-bar-nav__form {
    width: 220px;
  }
}
.placeholder-text {
  display: none;
}

.top-pad { padding-top:25px;}
.bottom-pad { padding-bottom:25px;}
















































































/* to remove */

@media screen and (max-width: 639px) {
	
  body .is-layout-flex.intro-collapse {
	  display:block;
  }
	
	.intro-collapse .content-container {
		padding-bottom:0;
	}
	
	.intro-collapse .left-aligned-intro {
		padding-bottom:0!important;
	}
	
	.intro-collapse .left-aligned-intro .content-container {
		text-align:center;
	}
	
	.intro-collapse .right-aligned-button .row {
		justify-content: center;		
	}
	
}



/* end remove */
body {
    max-width: 100%;
}

.blue { color:#005FAF;}

.left-align .content-container { text-align:left; }

.rounded { border-radius:15px;}

.cta-container a.three { color:#005FAF }

.neg-bottom { margin-bottom:-45px;}

.background-image-content .content-column ul li,
.background-image-content .content-column ul:not([class]) li:before {
    color: white;
}

.full-width-intro.left-aligned-intro .body {
    display: block;
}

.icon-large.icon-posts img {
    height: auto;
}


/* program singles > accordion */
.lightweight-accordion .lightweight-accordion-title:before {
    content: "+";
    font-weight: bold;
    display: inline-block;
    width: 14px;
}

.lightweight-accordion .lightweight-accordion-title {
    list-style: none;
}

.lightweight-accordion details[open] .lightweight-accordion-title:before {
    content: "-";
}

.lightweight-accordion-title {
    background: #F3F6F6;
    padding: 15px;
    font-family: lato, sans-serif;
    font-weight: bold;
    color: #1E5875;
}

.lightweight-accordion-body {
    padding: 10px;
    padding-top: 20px;
    font-family: lato, sans-serif;
}

.lightweight-accordion {
    margin-bottom: 10px;
}

.color-block li,
.color-block li:before {
    color: white !important;
}

/*
.program-content .columns-9,
.program-content .columns-10,
.program-content .columns-11,
.program-content .columns-12 {
    flex-basis: 100% !important;
    max-width: 100% !important;
}
*/

/* wysiwyg color block with bullet points */
.achieve-your-goals h2 {
    margin-bottom: 20px;
}

.achieve-your-goals li,
.achieve-your-goals ul li,
.achieve-your-goals ul li:before {
    padding-bottom: 12px;
    color: white;
    line-height: 24px;
}

.achieve-your-goals.tan li,
.achieve-your-goals.tan ul li,
.achieve-your-goals.tan ul li:before {
    color: black;
}

.home .page-banner .image-column {bottom:50px;}

.list3 {-webkit-column-count: 3;  /* Chrome/Opera, Safari */
-moz-column-count: 3; /* Mozilla Firefox */
column-count: 3; text-align:left;}

.hot-topic-intro .row {justify-content:center;}

.page .anvil-wyswyg .contents ul a {letter-spacing:0 ; font-family:lato, sans-serif; font-weight:normal; font-size:16px;}

#intro-block_7c1b00cb7637764794cb45543a77fa3d .h1 {
	color: #1E5875;
}


.about-mega-menu .discover-links a:hover {color: #005FAF ;}


.gravity-form {background-color:#005FAF !important;}

.fa-check:before {
    font-weight: 600;
}

.fa-times:before {
    color: #dc3545;
}

.white ul li, .white ul li:before {color: #fff !important;}

.sm-margin-top {margin-top:20px;}

.no-icon {padding-top:60px;}
.no-icon .icon-post .post-content img {display:none;}

.search-bar-nav__toggle {
	color: #005faf;
}
.search-bar-nav__toggle:hover {
    color: #005faf;
}

.two {
    color: #005faf;
}

.program-header {
    margin-bottom: 70px;
}

.page-template-_contact {
    background:#DCE6ED;
}

#content-image-block_0e1f7c1384fcdde9334224e26b290dbe {
    background-color: #FFFFFF !important;
}

@media screen and (max-width:979px) {
.program-header .banner-content .image-column {
	height: env(0) !important;
}
}

@media screen and (max-width:979px) { 
    /* Safari and Chrome */
.program-header .banner-content .image-column img {
		height: auto; 

	}
}

.program-resources-items h2 {
    color: #005faf !important;
    position: relative;
		padding: 10px 0 20px;
}

.fa-arrow-down-to-line {
	padding:0 10px;
}

/*
Equity, Diversity, and Inclusion page - IIAP icon section 
*/
.iiap .post-content {
	padding: 40px;
}

/*
Indigenous Pathways
*/

.file-size {
	font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

/*
Mitacs Partners International title - foter
*/
.tab-content .secondary-logo-container h3 {
	 visibility: hidden;
}

/*
Newsletter - foter
*/
.footer-cta-banner h3 {
    font-size: 32px;
	  line-height: 25px;
}
.footer-cta-banner h2 {
    font-size: 24px;
}

/*
Hubspot Forms
*/

code {
    border-radius: 0 !important;
    padding: 0 !important;
}

.anvil-wyswyg .contact-layout-wrapper {
		background: #fff;
    padding: 60px 80px 80px;
    border-radius: 10px;
    margin: 0 auto;
}

.row.disclaimer p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.2em;
    margin: 2em 1.5em -3em;
}

.row.disclaimer a, .row.disclaimer a:hover { 
	color:#fff;
	text-decoration:underline;
}

@media screen and (max-width: 979px) {

	.anvil-wyswyg .contact-layout-wrapper, .anvil-wyswyg .contact-layout-wrapper {
    padding: 40px 30px 100px;
    flex-basis: calc(11/12*100%);
    max-width: calc(11/12*100%);
}
	}

@media screen and (min-width: 979px) {

		.row.disclaimer p { 
    margin: 4em 6.5em -3em;
		
	}
	
}


.form-wrapper [type=text], .form-wrapper [type=email],
.form-wrapper [type=tel],
.form-wrapper select {
	border-radius: 5px;
  border: 1px solid #005faf;
	transition-duration: .25s;
    transition-property: background-color,color,border,opacity,transform;
    box-shadow: none;
    outline: none;
    background: #fff;
    padding: 5px 10px;
    height: 50px;
    width: 100%;
    appearance: none;
    font-size: calc(15px + (17 - 15)*(100vw - 320px)/(1200 - 320));
    font-weight: 400;
    color: #000;
}

.form-wrapper  label, 
.form-wrapper  legend {
    color: #005faf;
    font-family: 'questa-sans',sans-serif;
    font-style: normal;
		line-height: 20px !important;
		font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}
.hs-form-field {
	  margin-bottom: 20px;
}

fieldset, select.hs-input {
	   max-width: 100% !important;
}

.hs-form-field .hs-input {
	   width: 100% !important;
}

.hs-form-booleancheckbox-display .hs-input {
	   width: auto !important;
}


.hs-form-required {
    color: #c3423f !important;
}

.form-title h2 {
    color: #005faf !important;
		line-height: 50px;
}

p.subtitle {
		line-height: 20px;
}


.form-title h2, p.subtitle {
		display: flex;
    justify-content: center;
	  text-align: center;
}

.hsform_required_legend {
	color: #000000 !important;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
	color: #005faf !important;
	font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px
}


.actions .hs-button {
    border: none;
    background: 0 0;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 21px;
    font-family: 'questa-sans',sans-serif;
    font-style: normal;
    font-family: 'questa-slab',sans-serif;
    text-align: center;
    transition-duration: .2s;
    transition-property: background-color,color,border,opacity,transform;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 10px;
    min-width: 200px;
    min-height: 60px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    outline: none;
    transform: translateZ(1px) rotate(.0000000001deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #000;
    background: #cde44b;
    margin: 0;
    margin-top: 20px;
}

.actions .hs-button:hover {
		background: #dfeb93;
}

.actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.hs-form-field .inputs-list {
	  padding-left: 0;
}

.hs-form-field span {
	 margin-left: 10px;
}

.hs-form-field ul {  
list-style-type: none;  
}  

.hs-form-field .hs-input {
	  margin-top: 10px;
}

.hs-form-field input.hs-input[type=checkbox] {
    margin: 4px 0 0;
    line-height: normal;
    width: 20px!important;
    height: 20px;

}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 30px !important;
}

html:not([lang="en-CA"]) .english-form, html:not([lang="fr-ca"]) .french-form {   display: none!important; }

#english-form a, #french-form a {
    color: #005faf !important;
		font-family: 'questa-sans',sans-serif;
    font-style: normal;
    line-height: 10px !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}


/*
Anvil Blocks Background Content
*/

.subheading .h6 {
	color: #CDE44B;
}

#bottom-footer-bar .menu li:first-child {margin-left:0;}


@media screen and (max-width:979px) {
	
.banner-slider .image-banner > .row > .content-container { margin: 0;}
	body #nav-headroom .site-header { padding-bottom:10px;}
  .page-banner {
    margin-bottom: 60px;
  }
}


.author .page-banner .row .banner-content h1, .author .page-banner .row .banner-content h6, .author .page-banner .row .banner-content p, .author .page-banner .row .banner-content .h1, .author .page-banner .row .banner-content .h6 { color:initial;}

.filter-section__collapse-toggle { color:white;}

.nav-headroom { z-index:999;}


#main .blue h3 { color:#005FAF; }

.one:hover {
	    border: 1px solid #005faf;
}

#top-bar #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1>li.mega-menu-item>a.mega-menu-link {
  padding: 0 16px;	
}

#home-url a:focus { outline-style:none; }

a:focus { outline: thin dotted; }

.img_scale img { object-fit:scale-down; }




.lightweight-accordion.centered_acc {
    margin-top: 2em;
    margin-bottom: 2em;
}

.lightweight-accordion.centered_acc .lightweight-accordion-title {
	text-align:center;
	display:block;
	}

.lightweight-accordion.centered_acc .lightweight-accordion-title h3 {
	margin-left:-5px;
	text-decoration: underline;
    font-size: 24px;
}
	


.lightweight-accordion.centered_acc .lightweight-accordion-title:before,
.lightweight-accordion.centered_acc  details .lightweight-accordion-title:before {
	content:"";
}


.lightweight-accordion.centered_acc  details .lightweight-accordion-title:after {
	content: "\f347";
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
	left:5px;
	   transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -webkit-transition: all 0.5s ease;
}


.lightweight-accordion.centered_acc  details .lightweight-accordion-title:after {
 transform: rotate(0deg);
 -o-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 } 

.lightweight-accordion.centered_acc  details[open] .lightweight-accordion-title:after {
 transform: rotate(180deg);
 -o-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 } 


.lightweight-accordion.centered_acc  details .lightweight-accordion-body {
-webkit-transition: all ease-in-out 1000ms;
-moz-transition: all ease-in-out 1000ms;
-o-transition: all ease-in-out 1000ms;
transition: all ease-in-out 1000ms;
}


/*

.lightweight-accordion.centered_acc  details[open] .lightweight-accordion-title:after {
	content: "\f343";
}

*/





.economic_impact_grp .left-aligned-intro .body { display:block;}

.economic_impact_grp h1,
.economic_impact_grp h2,
#main .economic_impact_grp .anvil-wyswyg h2, 
.economic_impact_grp p
{
	    color: #005FAF;
}

.map_graphic_bg {
	background-image: url(/wp-content/uploads/2024/09/Canada-Map_dots_gradient_sml.png);
		
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: -90px;
    background-size: 575px;
}

.map_wrapper {transition: all 1s ease;}

.igm_content_below {transition: all 1s ease;
margin-top:3em;
}
.igm_content_below > div { background-color: #DCE6EC;
transition: all 1s ease;
}
.igm_content_below > div > div { 
transition: all 1s ease;
}

.map_wrapper .province_cnt {
	padding-top:2em;
	padding-bottom:2em;
	
}

.map_wrapper .li-item { margin:0.5em 0 3em;}

.map_wrapper .li-item > img {
	float:left;
	padding-right:2em;
	}

.map_wrapper .li-item > h3,
h2 {
color: #005FAF;
    padding-top: 0;
    padding-bottom: 0.5em;
    font-weight: 500;
    font-size: 44px;
}

.map_wrapper .li-item > p {
	font-size:26px;
}

.map_wrapper .right img { padding:3em 5em;}

.map_wrapper .right p {
color: #005FAF;
	    font-size: 26px;
    margin: 0 1em 1.5em;
	padding-bottom:0;
}

.map_wrapper .right .cta_btn_cnt {
	text-align:center;
	
}

.map_wrapper .right .cta_btn_cnt a.two {color:#000;}



/* special offers */
ul.special li::marker {
	font-size:26px;
	
}

ul.special li h4 {
	padding: 0;
    font-size: 26px;
}
	
ul.special li p {
	font-size:24px;
}

.centered-intro .hs-cta-embed { margin:0 auto;}


.province_cnt > div {
	width:90%;
}

@media only screen and (max-device-width: 768px) {
	
	body.page-id-5497 .tab-content .columns-10 { display:block; }
	
		body.page-id-5497 .tab-content .columns-4 { max-width:none; }

}

/* pr height ovr */

.logo-column {
    background: transparent url(/wp-content/themes/strukture/images/mitacs_canada_en.png) 0 0 no-repeat;
 background-size: contain;
    height: 60px;
 width: 220px;
    line-height: 33px;

}

html[lang="fr-ca"] .logo-column {
    background: transparent url(/wp-content/themes/strukture/images/mitacs_canada_fr.png) 0 0 no-repeat;
background-size: contain;
}


body.megadisp .logo-column,
body.menu-opened .logo-column
{
 background: transparent url(/wp-content/themes/strukture/images/mitacs_canada_logo_en_white.png) 0 0 no-repeat;
 background-size: contain;
    height: 60px;
 width: 220px;
    line-height: 33px;

}

html[lang="fr-ca"] body.megadisp .logo-column,
html[lang="fr-ca"] body.menu-opened .logo-column
{
 background: transparent url(/wp-content/themes/strukture/images/mitacs_canada_logo_fr_white.png) 0 0 no-repeat;
background-size: contain;
}

@media screen and (min-width: 980px) {
.logo-column {
margin-top: -40px;
}
}

body.faq-template-default > #main > p,
body.faq-template-default > #main > .span-reading-time
{
max-width: 1200px;
  margin: 0 auto;
  padding: 1em;
}
@media screen and (min-width: 1200px) {
  body.faq-template-default > #main > p,
body.faq-template-default > #main > .span-reading-time
{
    padding: 1em 0;
  }
}
table, th, td {
    border: 2px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 10px;
    text-align: left;
}


/* Accessibility enhancements */

.information-wrapper .info-links .links-btn { color:#333; }

.information-wrapper .info-links .links-btn.active, .information-wrapper .info-links .links-btn:hover {
color: #005FAF!important;
}

.anvil-slider .slick-dots li button, .statistic-slider .slick-dots li button {
background-color:#333;
}

.anvil-slider .slick-dots li.slick-active button, .statistic-slider .slick-dots li.slick-active button {
background-color:#005FAF;
}

.get-in-touch a:hover {
color: #005FAF;
text-decoration:underline;
}


@media screen and (min-width: 980px) {

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link:before {
    float: right!important;
    top: 2px;
    left: 4px;
    position: relative;
}
}

.how-to-apply-downloads a.button.two {
display:none;
}

.how-to-apply-downloads {
min-height:175px;
}

.no-max-height img {max-height:initial;}



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