/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

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

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #FFF;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 1%;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

:focus {
  outline: 0;
}

.no-padding {
  padding-right: 0;
  padding-left: 0;
}

.no-scroll {
  overflow: hidden;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: none;
  }
  .tablet {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
13.4 Plugins
--------------------------------------------------------------*/
/* Added to help with load issues */
.slick-load {
  height: 100vh;
}

.slick-load:after {
  content: "\f110";
  color: #799900;
  display: block;
  font-family: FontAwesome;
  font-size: 72px;
  font-style: normal;
  font-weight: normal;
  left: calc(50% - 36px);
  position: absolute;
  text-decoration: inherit;
  top: calc(50% - 36px);
  z-index: 888;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  visibility: visible;
  opacity: 1;
}

.slick {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 889;
}

.slick.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick .slick-slide {
  display: none;
}

.slick .slick-slide:first-child {
  display: block;
  visibility: hidden;
}

.slick.slick-initialized .slick-slide {
  display: block;
  visibility: visible !important;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
label {
  display: inline-block;
  font-weight: 700;
  max-width: 475px;
  margin-bottom: 5px;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
select {
  background: #f3f3f3;
  color: #002083;
  border: 0px;
  border-radius: 0;
  width: 100%;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: rgba(0, 32, 131, 0.5);
  border: 0px;
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea {
  padding: 23px 26px;
}

textarea,
select {
  width: 100%;
}

/*--------------------------------------------------------------
Desktop Nav
--------------------------------------------------------------*/
.desktop-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 12;
}
.desktop-navbar .dropdown-menu > li.open > a {
  background-color: #FFFFFF;
  color: #3FBA93 !important;
  text-decoration: none;
}

.desktop-navbar > .navbar {
  -webkit-box-shadow: 1px -2px 5px black;
          box-shadow: 1px -2px 5px black;
}

.navbar {
  padding-right: 0;
  padding-bottom: 25px;
  padding: 26.5px 0;
  background-color: #FFFFFF;
  z-index: 2;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.navbar .container {
  max-width: 100%;
  padding: 0 100px;
}
.navbar .container .menu-item a {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .navbar .container {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 650px) {
  .navbar .container {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .navbar .menu-item .menu-item {
    width: 180px;
  }
  .navbar #mobile-primary-navigation {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: block !important;
  }
  .navbar #mobile-primary-navigation .nav.navbar-nav {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .navbar #mobile-primary-navigation .dropdown > .dropdown-menu {
    top: 25px !important;
    bottom: unset !important;
  }
  .navbar #mobile-primary-navigation .dropdown > .dropdown-menu li:first-child a {
    padding-top: 0;
    line-height: 0.75;
  }
  .navbar #mobile-primary-navigation .dropdown > .dropdown-menu li:last-child a {
    padding-bottom: 0;
  }
  .navbar #primary-navigation {
    display: none !important;
  }
}
.navbar > .container .navbar-nav > .menu-item {
  font-size: 18px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.navbar > .container .navbar-nav > .menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.navbar > .container .navbar-nav > .menu-item a {
  color: #004799;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.navbar > .container .navbar-nav > .menu-item.open > a, .navbar > .container .navbar-nav > .menu-item.current-menu-ancestor > a {
  color: #3FBA93 !important;
}
@media only screen and (max-width: 1184px) {
  .navbar > .container .navbar-nav > .menu-item {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .navbar > .container .navbar-nav > .menu-item {
    margin: 0px;
    padding: 15px 0;
    display: block;
    width: 180px;
  }
}
.navbar > .container .dropdown > .dropdown-menu {
  border: 0px;
  margin: 0;
  margin-top: 3px;
  border-radius: 0;
  background-color: #FFFFFF;
  top: 70px;
  padding: 0;
  border-top: 4px solid #F0BB64;
}
.navbar > .container .dropdown > .dropdown-menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar > .container .dropdown > .dropdown-menu .menu-item:last-child {
  border-bottom: 0;
}
.navbar > .container .dropdown > .dropdown-menu .menu-item a {
  width: 100%;
  padding: 7px 20px;
  color: #004799;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.navbar > .container .dropdown > .dropdown-menu .menu-item a:hover {
  color: #3FBA93;
}
@media only screen and (max-width: 1024px) {
  .navbar > .container .dropdown > .dropdown-menu .menu-item a {
    padding: 10px 0px;
  }
}
.navbar > .container .dropdown > .dropdown-menu.dropdown a {
  color: white;
}

.dropdown-toggle:after {
  content: "";
  border: 0px;
  margin-left: 5px;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  border: 0;
  background-image: url("../images/dropdown_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
}

#primary-navigation .dropdown.open > .dropdown-menu {
  display: block;
  border-radius: 0px;
  min-width: 255px;
  padding: 0;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*--------------------------------------------------------------
Mobile Nav
--------------------------------------------------------------*/
.mobile-navbar {
  display: none;
}

.mobile-navbar {
  width: 100%;
  height: 100vh;
  right: 0;
  top: 0;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.83);
  backdrop-filter: blur(8px);
  position: fixed;
  z-index: 9;
}
.mobile-navbar .mobile-wrapper {
  width: 100vw;
  height: 100%;
  overflow: scroll;
  margin-left: auto;
  background: #FFFFFF;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-navbar .navbar {
  position: static;
  background: none;
}
.mobile-navbar .navbar li {
  position: relative;
  padding-right: 0 !important;
}
.mobile-navbar .navbar li a {
  color: #FFFFFF;
  font-size: 28px;
  position: relative;
}
.mobile-navbar .navbar li.third-level-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-navbar .navbar li.third-level-menu a:hover {
  color: #FFFFFF !important;
  background-color: transparent !important;
}
@media only screen and (max-width: 650px) {
  .mobile-navbar .navbar li a {
    font-size: 24px;
  }
}
.mobile-navbar .navbar .dropdown-menu {
  background: transparent !important;
  margin-left: 160px !important;
  position: absolute !important;
  top: 70px;
  right: 100px;
  border-left: 2px solid #F0BB64 !important;
  padding-left: 12.5px !important;
}
.mobile-navbar .navbar .dropdown-menu a {
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .mobile-navbar .navbar .dropdown-menu {
    top: 10px;
  }
}
@media only screen and (max-width: 650px) {
  .mobile-navbar .navbar .dropdown-menu {
    top: 0;
    left: 0;
  }
  .mobile-navbar .navbar .dropdown-menu a {
    font-size: 15px;
  }
}
.mobile-navbar .navbar .dropdown-toggle:after {
  content: "";
  border: 0px;
  margin-left: 5px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border: 0;
  background-image: url("../images/math-plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
}
.mobile-navbar .navbar .dropdown-toggle[aria-expanded=true]:after, .mobile-navbar .navbar .dropdown-toggle.opened:after {
  background-image: url("../images/math-minus.svg");
}
@media only screen and (max-width: 1024px) {
  .mobile-navbar .navbar {
    padding: 20px 30px;
  }
}
.mobile-navbar .social-icons {
  padding-bottom: 45px;
  padding-left: 20px;
}
.mobile-navbar .social-icons a {
  font-size: 16px;
  margin: 0 16px;
}
.mobile-navbar .social-icons a:last-child {
  margin-right: 20px;
}
@media only screen and (max-width: 650px) {
  .mobile-navbar .social-icons a {
    margin: 0 10px;
    font-size: 12px;
  }
}

.mobile-navbar .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
 * Controls the menu hamburger
**/
.toggle-section {
  display: none;
  height: 50px;
  width: 50px;
  position: relative;
  z-index: 10;
}

.toggle-section .navbar-toggle {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  text-shadow: none;
  z-index: 999;
  height: 100%;
  width: 100%;
  background: transparent;
  box-shadow: none;
}

.toggle-section .navbar-toggle:hover,
.toggle-section .navbar-toggle:focus {
  background-color: transparent;
  color: #3FBA93;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0px;
}

.toggle-section .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
  position: absolute;
  height: 4px;
  width: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: 0px;
}

.toggle-section .navbar-toggle:hover .icon-bar,
.toggle-section .navbar-toggle:focus .icon-bar {
  background-color: #FFFFFF;
}

.toggle-section .navbar-toggle .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
  top: 15px;
}

.toggle-section .navbar-toggle .middle-bar {
  opacity: 0;
  top: 23px;
}

.toggle-section .navbar-toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
  bottom: 15px;
}

.toggle-section .navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.toggle-section .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.toggle-section .navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

/**
 * Controls the back to top button
**/
.btt-top {
  display: inline-block;
  height: 75px;
  width: 75px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(63, 186, 147, 0.8) url(/wp-content/themes/cmg-theme-v4-2/images/btt-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 999;
}

.btt-top:hover {
  background-color: #3fba93;
  cursor: pointer;
}

.btt-top.cd-is-visible,
.btt-top.cd-fade-out,
.no-touch .btt-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.btt-top.cd-is-visible {
  /* The button becomes visible */
  visibility: visible;
  opacity: 1;
}

.btt-top.cd-fade-out {
  /* If the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.no-touch .btt-top:hover {
  background-color: rgb(255, 68, 35);
  opacity: 1;
}

.mobile-navbar .navbar .dropdown-menu {
  border-top: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .navbar-desktop {
    display: none;
  }
  .navbar-default {
    background-color: transparent;
    border: none;
  }
  .navbar-default .navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-nav {
    float: none !important;
    margin: 0;
  }
  .navbar-nav > li {
    float: none;
    padding: 15px 0;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 15px;
    font-size: 25px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  /* Since v3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
  .mobile-navbar {
    display: none;
  }
  .navigation-section > .row {
    position: relative;
  }
  .navbar .navbar-brand {
    min-width: 0px;
    z-index: 100;
  }
  .toggle-section {
    display: block;
    margin-right: 15px;
  }
  .toggle-section .navbar-toggle {
    margin: 0;
    padding: 0;
  }
  .navbar .nav .menu-item .dropdown-menu a {
    text-transform: revert;
  }
  .btt-top.cd-is-visible {
    visibility: hidden;
  }
}
.navbar-v2 .navbar {
  position: relative;
}
.navbar-v2 .navbar .toggle-section {
  display: block;
}
.navbar-v2 .navbar .navbar-brand {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1px;
}
.navbar-v2 .navbar a {
  color: #FFFFFF;
}
.navbar-v2 .mobile-navbar {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: rgba(0, 0, 0, 0.83);
}
.navbar-v2 .mobile-navbar .navbar {
  background-color: transparent;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.navbar-v2 .mobile-navbar .navbar .current-menu-item a {
  border-bottom: 0;
}
.navbar-v2 .mobile-navbar .navbar .navbar-nav {
  max-width: 1014px;
  margin: auto;
}
.navbar-v2 .mobile-navbar .navbar .navbar-nav > li {
  font-size: 32px;
  margin-bottom: 50px;
}
.navbar-v2 .mobile-navbar .navbar .navbar-nav > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar-v2 .mobile-navbar .navbar .navbar-nav > li > ul.dropdown-menu {
  font-size: 22px;
  background-color: transparent;
  position: absolute;
  top: 5px;
  font-size: 22px;
  left: 320px;
  margin-top: 0;
  padding: 0;
}
.navbar-v2 .mobile-navbar .navbar .navbar-nav > li.show .caret {
  height: 1px;
  width: 100px;
  background: white;
  margin-left: 25px;
}
.navbar-v2 .mobile-navbar.open-navbar {
  width: 100vw;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #004799;
}

footer {
  background-color: #004799;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  padding: 50px 0 25px;
}
footer a {
  text-decoration: none !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
footer a:hover {
  color: #20B888;
}

footer p {
  margin: 0;
  font-size: 16px;
}

footer .top-footer {
  padding-top: 0;
  padding-bottom: 0;
}

footer .top-footer .userful-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .top-footer .userful-links li {
  position: relative;
  font-size: 24px;
  margin-bottom: 7px;
}

footer .top-footer .userful-links li a {
  color: #FFF;
}

footer .top-footer .social-icons a {
  margin: 0px 10px;
}

footer .top-footer .social-icons a img {
  width: 14px;
}

footer .top-footer .social-icons a:first-of-type {
  margin-left: 0;
}

footer .top-footer .social-icons a:last-of-type {
  margin-right: 0;
}

footer .top-footer .footer-text {
  max-width: 272px;
  margin: 25px 0 9px;
}

footer .footer-content {
  margin-left: auto;
}

footer .copyright {
  padding-top: 30px;
}

footer .copyright p {
  font-size: 14px;
}

footer .ghosted-logo {
  grid-column: 1/4;
}

footer .footer-wrapper {
  grid-column: 4/13;
}

footer .address, footer .phone-info {
  margin-bottom: 20px;
}

footer .social-icon {
  margin-bottom: 62px;
}

footer .copyright a, footer .address, footer .phone-info, footer .emails a {
  font-size: 16px !important;
}

footer .social-icon a:first-child {
  margin-right: 57px;
}

footer .emails br {
  display: none;
}

@media (max-width: 1920px) {
  footer .ghosted-logo {
    grid-column: 1/5;
    padding-bottom: 50px;
  }
  footer .footer-wrapper {
    grid-column: 5/13;
  }
}
@media (max-width: 1440px) {
  footer .ghosted-logo {
    padding-bottom: 28px;
  }
}
@media (max-width: 991px) {
  footer span.desktop {
    display: none;
  }
  footer .ghosted-logo {
    grid-column: 1/4;
    padding-bottom: 50px;
  }
  footer .footer-wrapper {
    grid-column: 4/7;
  }
  footer .emails {
    margin-bottom: 77px;
  }
  footer .emails br {
    display: block;
  }
  footer .emails a {
    margin-bottom: 10px;
  }
  footer .emails a:last-child {
    margin-bottom: 0;
  }
  footer .copyright {
    padding-bottom: 50px;
  }
  footer .copyright br {
    display: block;
  }
}
@media (max-width: 650px) {
  footer {
    padding-top: 107px;
    background-image: none;
  }
  footer .social-icon {
    margin-bottom: 28px;
  }
  footer .social-icon a:first-child {
    margin-right: 21px;
  }
  footer .emails {
    margin-bottom: 76px;
  }
  footer .ghosted-logo {
    grid-column: 1/5;
    display: none;
  }
  footer .footer-wrapper {
    grid-column: 1/5;
  }
  footer .top-footer .footer-text {
    margin: 25px 0 9px;
  }
  footer .top-footer .social-icons {
    margin-bottom: 43px;
  }
  footer .top-footer .map-container {
    margin: 20px 0 45px;
  }
}
.btn {
  font-size: 16px;
  border-radius: 0px;
  border: 0px;
  padding: 15px 38px;
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:hover, .btn:focus, .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-solid-primary {
  color: #FFFFFF;
  background-color: #3FBA93;
}
.btn-solid-primary:hover {
  color: #FFFFFF;
  background-color: #20B888;
}

.btn-solid-primary.white-hover:hover {
  color: #3FBA93;
  background-color: #FFFFFF;
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #F0BB64;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #20B888;
}

.btn-solid-dark {
  color: #FFFFFF;
  background-color: #20B888;
}
.btn-solid-dark:hover {
  color: #FFFFFF;
  background-color: #3FBA93;
}

.btn-outline {
  border: 1px solid #3FBA93;
  color: #3FBA93;
}
.btn-outline:hover {
  background-color: #3FBA93;
  color: #FFFFFF;
}

.btn-white-outline {
  border: 1px solid #FFF;
  color: #FFF;
}
.btn-white-outline:hover {
  background-color: #FFF;
  color: #3FBA93;
}

.hero {
  margin-top: 100px;
}
.hero.global-hero {
  height: 668px;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.hero.global-hero .grid {
  position: relative;
}
.hero.global-hero h1 {
  text-shadow: 0px 0px 9px rgba(12, 10, 58, 0.6509803922);
  font-size: 65px;
  grid-column: 2/13;
}
.hero.global-hero h1 br {
  display: none;
}
.hero.global-hero .hero-chevron {
  position: absolute;
  left: -430px;
  grid-column: 2/13;
}
.hero.global-hero .hero-chevron img {
  width: 645px;
}
@media (max-width: 1440px) {
  .hero.global-hero {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 501px;
  }
  .hero.global-hero h1 {
    font-size: 48px;
  }
  .hero.global-hero .grid {
    margin-top: 0;
  }
  .hero.global-hero .hero-chevron {
    left: -378px;
    bottom: -410px;
  }
  .hero.global-hero .hero-chevron img {
    width: 476px;
  }
}
@media (max-width: 1024px) {
  .hero.global-hero {
    height: 503px;
  }
  .hero.global-hero h1 {
    grid-column: 1/7;
    font-size: 42px;
  }
  .hero.global-hero .hero-chevron {
    margin-left: 40px;
    width: 645px;
    bottom: unset;
  }
  .hero.global-hero .hero-chevron img {
    width: 645px;
  }
}
@media (max-width: 650px) {
  .hero.global-hero {
    background-position: bottom right;
    height: 500px;
  }
  .hero.global-hero h1 {
    grid-column: 1/5;
    position: relative;
    bottom: 175px;
    margin-bottom: 20px !important;
  }
  .hero.global-hero .hero-chevron {
    left: -50px;
    bottom: -180px;
    width: 279px;
    margin-left: 0;
    grid-column: 1/5;
  }
  .hero.global-hero .hero-chevron img {
    width: 100%;
  }
}

section.center h2 {
  margin-bottom: 20px;
}
section .line-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .line-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #002083;
}

.container {
  max-width: 100%;
  padding: 0 203px;
}
.container.wider {
  max-width: 1640px;
}
@media (max-width: 1920px) {
  .container {
    padding: 0 199.05px;
  }
}
@media (max-width: 1440px) {
  .container {
    padding: 0 101.85px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 53px;
  }
}
@media (max-width: 650px) {
  .container {
    padding: 0 25px;
  }
}

.white {
  color: #FFFFFF !important;
}
.white p {
  color: #FFFFFF !important;
}

.primary {
  color: #3FBA93 !important;
}
.primary p {
  color: #3FBA93 !important;
}

.primary-dark {
  color: #20B888 !important;
}
.primary-dark p {
  color: #20B888 !important;
}

.secondary {
  color: #002083 !important;
}
.secondary p {
  color: #002083 !important;
}

.secondary-light {
  color: #F0BB64 !important;
}
.secondary-light p {
  color: #F0BB64 !important;
}

.secondary-dark {
  color: #E3A949 !important;
}
.secondary-dark p {
  color: #E3A949 !important;
}

.with-blue-chevron.green-hover p {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.with-blue-chevron.green-hover svg path {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.with-blue-chevron.green-hover:hover p {
  color: #20B888 !important;
}
.with-blue-chevron.green-hover:hover svg path {
  fill: #20B888 !important;
}

.green-hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.green-hover:hover {
  color: #20B888 !important;
  text-decoration: none !important;
}

.blue-hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.blue-hover:hover {
  color: #004799 !important;
}

.grey-bg {
  background-color: #F9F9F9;
}

.primary-bg {
  background-color: #3FBA93;
}

.hidden {
  display: none;
}

.hidden {
  display: none;
}

.grey-box {
  padding: 21px;
}

.tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tags-list .tag-item {
  padding: 10px 34px;
  border-radius: 30px;
  margin-right: 10px;
}

p a:not(.btn) {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
p a:not(.btn):hover {
  color: #3FBA93;
}

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

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-word-break {
  white-space: nowrap;
}

section:not(.home-hero) {
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  section:not(.home-hero) {
    padding: 100px 0;
  }
}
@media screen and (max-width: 650px) {
  section:not(.home-hero) {
    padding: 50px 0;
  }
}
section.center h2 {
  margin-bottom: 20px;
}
section .line-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .line-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #002083;
}

.hero {
  height: 462px;
  background-color: #eee;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero h1 {
  color: #20B888;
  grid-column: 2/9;
}
@media (max-width: 650px) {
  .hero {
    height: 503px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .hero .container {
    padding-top: 41px;
  }
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h5 {
  color: #3FBA93;
  margin-bottom: 15px;
}
.content img {
  width: 100%;
  height: auto;
  margin: 50px 0;
}

.col-sm-12:first-child {
  padding-left: 0;
}
.col-sm-12:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
@media only screen and (max-width: 1024px) {
  .grid {
    grid-template-columns: repeat(6, 1fr);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media only screen and (max-width: 650px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

a.with-chevron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a.with-chevron svg path {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a.with-chevron span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
a.with-chevron.with-white-chevron svg path {
  fill: #FFFFFF;
}
a.with-chevron.with-white-chevron:hover {
  color: #D8D8D8 !important;
}
a.with-chevron.with-white-chevron:hover svg path {
  fill: #D8D8D8;
}
a.with-chevron.with-green-chevron {
  color: #3FBA93;
}
a.with-chevron.with-green-chevron svg path {
  fill: #3FBA93;
}
a.with-chevron.with-green-chevron:hover {
  color: #25A079;
}
a.with-chevron.with-green-chevron:hover svg path {
  fill: #25A079;
}
a.with-chevron.with-yellow-chevron {
  color: #F0BB64;
}
a.with-chevron.with-yellow-chevron:hover {
  color: #e3a949 !important;
}
a.with-chevron.with-yellow-chevron:hover svg path {
  fill: #e3a949;
}

h2, h5 {
  margin-bottom: 30px;
}

.about {
  overflow-x: hidden;
}
@media only screen and (max-width: 650px) {
  .about .hero {
    background-image: url(/wp-content/uploads/2025/08/Terns_mobile_secondary_about.jpg) !important;
    background-position-x: center;
  }
}
.about .top-section h2 {
  margin-bottom: 50px;
  grid-column: 2/12;
}
.about .top-section h3 {
  margin-bottom: 20px;
}
.about .top-section .top {
  grid-column: 2/12;
}
.about .top-section .top p {
  margin-bottom: 50px;
}
.about .top-section .bottom-left {
  grid-column: 2/6;
}
.about .top-section .bottom-right {
  grid-column: 7/11;
}
.about .top-section .top-right-chevron {
  grid-column: 11/13;
  position: absolute;
  width: 504px;
  bottom: -369px;
}
.about .top-section .grid {
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .about .top-section p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .about .top-section h2 {
    grid-column: 1/7;
  }
  .about .top-section .top {
    grid-column: 1/7;
  }
  .about .top-section .top p {
    margin-bottom: 50px;
  }
  .about .top-section .bottom-left {
    grid-column: 1/5;
  }
  .about .top-section .bottom-right {
    grid-column: 1/5;
  }
  .about .top-section .top-right-chevron {
    grid-column: 5;
    position: absolute;
    width: 504px;
    bottom: -200px;
    z-index: 1;
  }
  .about .top-section .contact-section {
    background-position-y: 215px;
  }
}
@media only screen and (max-width: 650px) {
  .about .top-section .top-right-chevron {
    display: none;
  }
}
.about .section-2 {
  background-color: #F0BB64;
}
.about .section-2 * {
  color: #002083;
}
.about .section-2 .item {
  width: 50%;
}
.about .section-2 .grid {
  position: relative;
}
.about .section-2 .grid .left-chevron {
  grid-column: 1/2;
  position: absolute;
  width: 330px;
  left: -200px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about .section-2 .grid .top {
  grid-column: 3/11;
}
.about .section-2 .grid .top p {
  margin-bottom: 50px;
}
.about .section-2 .grid .bottom {
  grid-column: 3/12;
}
.about .section-2 .grid .bottom p.small {
  font-size: 22px;
  max-width: 488px;
  margin-top: 5px;
}
@media only screen and (max-width: 1440px) {
  .about .section-2 .item {
    padding-right: 38px;
  }
}
@media only screen and (max-width: 1024px) {
  .about .section-2 .grid .top {
    grid-column: 3/7;
  }
  .about .section-2 .grid .left-chevron {
    grid-column: 2/3;
    left: -210px;
  }
  .about .section-2 .grid .bottom {
    grid-column: 3/7;
  }
  .about .section-2 .grid .bottom .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .section-2 .grid .bottom .d-flex .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .about .section-2 .grid .bottom .d-flex .item p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 650px) {
  .about .section-2 .grid .top {
    grid-column: 1/5;
  }
  .about .section-2 .grid .left-chevron {
    display: none;
  }
  .about .section-2 .grid .bottom {
    grid-column: 1/5;
  }
}
.about .team {
  padding-bottom: 107px;
  background-color: #004799;
}
.about .team h2 {
  margin-bottom: 30px;
}
.about .board-of-directors-section h2 {
  margin-bottom: 20px;
  font-size: 40px;
}
.about .board-of-directors-section .grid > * {
  grid-column: 2/10;
}
.about .board-of-directors-section .grid .board-of-directors-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  grid-column: 2/12;
}
.about .board-of-directors-section .grid .arrows {
  display: none;
}
.about .board-of-directors-section .grid .btn-wrapper {
  width: 25%;
  padding: 5px;
}
.about .board-of-directors-section .grid .btn-wrapper .button-trigger {
  padding: 30px 20px;
  padding-right: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  min-width: 229px;
  font-size: 18px;
  font-weight: 600;
  background-color: #F0BB64;
  color: #004799;
}
.about .board-of-directors-section .grid .btn-wrapper .button-trigger:hover {
  cursor: pointer;
  background-color: #3FBA93;
  color: #FFFFFF;
}
@media only screen and (max-width: 1750px) {
  .about .board-of-directors-section .grid .btn-wrapper {
    width: 33%;
  }
  .about .board-of-directors-section .grid .btn-wrapper .button-trigger {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1603px) {
  .about .board-of-directors-section .grid .btn-wrapper .button-trigger {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .about .board-of-directors-section h2 {
    font-size: 40px;
  }
  .about .board-of-directors-section .grid > * {
    grid-column: 1/7;
  }
  .about .board-of-directors-section .grid .board-of-directors-buttons, .about .board-of-directors-section .grid h2 {
    grid-column: 1/7;
  }
  .about .board-of-directors-section .grid .board-of-directors-buttons {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }
  .about .board-of-directors-section .grid .board-of-directors-buttons .btn-wrapper {
    width: 100%;
  }
  .about .board-of-directors-section .grid .board-of-directors-buttons .btn-wrapper .button-trigger {
    min-width: none;
  }
}
@media only screen and (max-width: 650px) {
  .about .board-of-directors-section .grid .board-of-directors-buttons, .about .board-of-directors-section .grid h2 {
    grid-column: 1/5;
  }
  .about .board-of-directors-section .grid .board-of-directors-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about .board-of-directors-section .grid h2 {
    font-size: 30px;
  }
  .about .board-of-directors-section .grid .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  .about .board-of-directors-section .grid > * {
    grid-column: 1/5;
  }
}
.about .partners-section {
  background-color: #002083;
  position: relative;
}
.about .partners-section .grid .copy {
  grid-column: 2/8;
}
.about .partners-section .grid .copy h2 {
  margin-bottom: 30px;
  color: white;
}
.about .partners-section .grid .green-box {
  grid-column: 9/12;
  background-color: #3FBA93;
  padding: 30px;
  padding-top: 50px;
}
.about .partners-section .grid .green-box p {
  font-size: 24px;
  margin-bottom: 30px;
}
.about .partners-section .grid .green-box .with-chevron {
  font-size: 25px;
}
@media only screen and (max-width: 1440px) {
  .about .partners-section .grid .green-box {
    grid-column: 8/12;
  }
  .about .partners-section .grid .green-box p {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1024px) {
  .about .partners-section {
    padding-bottom: 0;
  }
  .about .partners-section .grid .copy {
    grid-column: 1/7;
    margin-bottom: 30px;
  }
  .about .partners-section .grid .green-box {
    grid-column: 1/4;
    margin-bottom: 50px;
    padding-top: 30px;
  }
  .about .partners-section .grid .green-box p {
    font-size: 20px;
  }
  .about .partners-section .grid::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -85px;
    top: unset;
    background-color: #002083;
    height: 130px;
    -webkit-transform: skewY(-3deg);
            transform: skewY(-3deg);
  }
}
@media only screen and (max-width: 650px) {
  .about .partners-section .grid {
    position: relative;
  }
  .about .partners-section .grid .copy {
    grid-column: 1/5;
  }
  .about .partners-section .grid .green-box {
    grid-column: 1/5;
  }
  .about .partners-section .grid::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -270px;
    display: none;
    background-color: #002083;
    height: 300px;
    -webkit-transform: skewY(-3deg);
            transform: skewY(-3deg);
    z-index: 9999;
  }
}
.about .contact-section {
  background-image: url(/wp-content/uploads/2025/07/bay_area.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -400px;
  position: relative;
}
.about .contact-section .blue-bg {
  height: 250px;
  background-color: #002083;
  width: 100%;
  position: absolute;
  top: 0;
  grid-column: 1/13;
}
.about .contact-section .address, .about .contact-section .emails-1, .about .contact-section .emails-2 {
  line-height: 175%;
}
.about .contact-section .grid h2 {
  margin-bottom: 30px;
}
.about .contact-section .grid > * {
  grid-column: 2/12;
}
.about .contact-section .grid .d-flex {
  line-height: 140%;
  font-size: 18px;
}
.about .contact-section .grid .d-flex > * {
  margin-bottom: 30px;
}
.about .contact-section .grid::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -75px;
  background-color: #002083;
  height: 130px;
  -webkit-transform: skewY(-3deg);
          transform: skewY(-3deg);
}
@media only screen and (max-width: 1920px) {
  .about .contact-section .grid::before {
    top: -50px;
  }
}
@media only screen and (max-width: 650px) {
  .about .contact-section .grid::before {
    top: -27px;
  }
}
.about .contact-section .mobile {
  display: none;
}
.about .contact-section .phone-info {
  margin-top: 30px;
}
@media only screen and (max-width: 1920px) {
  .about .contact-section {
    background-position-y: 0;
  }
}
@media only screen and (max-width: 1565px) {
  .about .contact-section .grid > * {
    grid-column: 1/13;
  }
  .about .contact-section .grid .mobile {
    display: block;
  }
  .about .contact-section .grid .emails-2 {
    display: none;
  }
  .about .contact-section .grid .d-flex > * {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .about .contact-section {
    background-position-y: 0;
    padding-top: 150px;
  }
  .about .contact-section .grid > * {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: 736px) {
  .about .contact-section .grid .d-flex > * {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .about .contact-section {
    padding-top: 125px;
    background-position-y: 88px;
  }
  .about .contact-section .grid > * {
    grid-column: 1/5;
  }
}
@media only screen and (max-width: 1440px) {
  .about .hero {
    background-image: url(/wp-content/uploads/2025/07/hero-area-21.png) !important;
  }
}
@media only screen and (max-width: 1024px) {
  .about .hero {
    background-image: url(/wp-content/uploads/2025/07/hero-area-19.png) !important;
  }
}
@media only screen and (max-width: 650px) {
  .about .hero {
    background-image: url(/wp-content/uploads/2025/08/Terns_mobile_secondary_about.jpg) !important;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  color: #002083;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

h1, .h1 {
  font-size: 65px;
  color: #20B888;
}

h2, .h2 {
  font-size: 48px;
  color: #20B888;
}

h3, .h3 {
  font-size: 40px;
  color: #20B888;
}

h3.small {
  font-size: 32px;
  color: #20B888;
}

h4, .h4 {
  font-size: 32px;
  color: #20B888;
}

h4.small {
  font-size: 22px;
  color: #20B888;
}

h5, .h5 {
  font-size: 24px;
  color: #20B888;
}

h6, .h6 {
  font-size: 22px;
  color: #20B888;
}

p, ul {
  font-size: 24px;
  color: #002083;
  font-weight: 500;
}

p.small {
  font-size: 16px;
  font-weight: 500;
}

li {
  margin-bottom: 5px;
}

a,
a:active,
a:focus,
a:hover {
  outline: 0;
  color: inherit;
}

.btn:hover, .btn:focus, .with-chevron:hover, .with-chevron:focus {
  text-decoration: none;
}

.btn.with-chevron {
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  .btn.with-chevron {
    font-size: 20px;
  }
}

.medium {
  font-size: 22px;
}

.large-font {
  font-size: 32px;
}

.green-text {
  color: #3FBA93;
}

.uppercase {
  text-transform: uppercase;
}

.main-font {
  font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 1440px) {
  h1, .h1 {
    font-size: 48px;
  }
  h2, .h2 {
    font-size: 40px;
  }
  h3, .h3 {
    font-size: 36px;
  }
  h3.small {
    font-size: 28px;
  }
  h4, .h4 {
    font-size: 28px;
  }
  h4.small {
    font-size: 20px;
  }
  h5, .h5 {
    font-size: 20px;
  }
  h6, .h6 {
    font-size: 20px;
  }
  p, a, li {
    font-size: 18px;
  }
  p.medium {
    font-size: 20px;
  }
}
@media only screen and (max-width: 650px) {
  h1, .h1 {
    font-size: 42px;
  }
  h2, .h2 {
    font-size: 36px;
  }
  h3, .h3 {
    font-size: 32px;
  }
  h3.small {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h4.small {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 18px;
  }
  p, a, li {
    font-size: 18px;
  }
  p.medium {
    font-size: 18px;
  }
}
body.home {
  overflow-x: hidden;
}

.home {
  position: relative;
}
.home .hero {
  height: auto;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .home .hero {
    aspect-ratio: 1440/710;
  }
}
.home .hero .hero-container {
  position: relative; /* Needed for absolutely positioned content */
  width: 100%;
  overflow: hidden; /* Hide overflowing video content */
}
@media only screen and (max-width: 1024px) {
  .home .hero .hero-container {
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .home .hero .hero-video iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.home .hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Ensure the video is behind other content */
}
.home .hero .hero-video.tablet, .home .hero .hero-video.mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .home .hero .hero-video.tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .hero .hero-video.desktop {
    display: none;
  }
  .home .hero .hero-video iframe {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media only screen and (max-width: 650px) {
  .home .hero .hero-video.tablet {
    display: none;
  }
  .home .hero .hero-video.mobile {
    display: block;
  }
  .home .hero .hero-video iframe {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.home .hero .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: white; /* Or any desired color */
  z-index: 1; /* Ensure content is above the video */
}
@media only screen and (max-width: 991px) {
  .home .hero {
    padding-top: 135px;
  }
}

.home-v1 .tablet-only, .home-v1 .mobile-only {
  display: none;
}
.home-v1 .hero {
  background-color: #eee;
}
.home-v1 .hero h1 {
  margin-bottom: 20px;
}
.home-v1 .hero p {
  margin-bottom: 35px;
  color: #20B888;
}
.home-v1 .hero .buttons-wrapper .btn:first-child {
  margin-right: 25px;
}
.home-v1 .section-tag {
  color: #3FBA93;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home-v1 .check-item span {
  margin-right: 15px;
}
.home-v1 .check-item:first-child {
  margin-bottom: 15px;
}
.home-v1 .check-item:last-child {
  margin-bottom: 35px;
}
.home-v1 .section-1 {
  position: relative;
  background-color: #004799;
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: no-repeat;
  padding-bottom: 193px;
  padding-top: 150px;
  overflow: hidden;
}
.home-v1 .section-1 .chevron-wrapper {
  grid-column: 4/5;
  position: absolute;
  right: 0;
  width: 700px;
  height: 700px;
}
.home-v1 .section-1 .chevron-wrapper .top-section-chevron {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.home-v1 .section-1 .top-section h2 {
  color: #F0BB64;
  text-align: right;
  font-size: 54px;
}
.home-v1 .section-1 .top-section .text {
  margin-bottom: 35px;
  color: #FFFFFF;
}
.home-v1 .section-1 .top-section > div {
  grid-column: 3/11;
}
.home-v1 .section-1 .bottom-section {
  padding-top: 171px;
  position: relative;
}
.home-v1 .section-1 .bottom-section .d-flex {
  grid-column: 5/11;
}
.home-v1 .section-1 .bottom-section h2 {
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 60px;
}
.home-v1 .section-1 .bottom-section p {
  color: #FFFFFF;
}
.home-v1 .section-1 .bottom-section a {
  font-size: 25px;
  color: #F0BB64;
}
.home-v1 .section-1 .bottom-section img {
  grid-column: 1/5;
  position: absolute;
}
.home-v1 .section-1 h2 {
  font-weight: 600;
}
@media only screen and (min-width: 991px) {
  .home-v1 .section-1 .top-section .text {
    font-size: 27px;
  }
  .home-v1 .section-1 .bottom-section .text {
    font-size: 24px;
  }
}
.home-v1 .section-2 h2 {
  max-width: 720px;
  margin: auto;
  margin-bottom: 45px;
}
.home-v1 .section-2 .tiles-wrapper a {
  padding: 35px 15px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.home-v1 .section-2 .tiles-wrapper a:hover {
  background-color: #FFFFFF;
}
.home-v1 .section-2 .tiles-wrapper .single-tile h3 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
}
.home-v1 .section-2 .tiles-wrapper .single-tile .text {
  margin-bottom: 25px;
}
.home-v1 .section-2 .tiles-wrapper .single-tile > div img {
  margin-bottom: 35px;
}
.home-v1 .section-2 .tiles-wrapper .single-tile span {
  margin-left: 10px;
}
.home-v1 .clinical-trials-section {
  position: relative;
  padding: 150px 0;
}
.home-v1 .clinical-trials-section .content-wrapper {
  grid-column: 3/7;
}
.home-v1 .clinical-trials-section h2 {
  margin-bottom: 20px;
  color: #002083;
}
.home-v1 .clinical-trials-section .img-wrapper {
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
}
.home-v1 .clinical-trials-section .img-wrapper img {
  width: 877px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.home-v1 .clinical-trials-section a {
  font-size: 25px;
  color: #20B888;
}
.home-v1 .right-chevron {
  position: relative;
}
.home-v1 .right-chevron img {
  position: absolute;
  right: -18px;
  top: -565px;
  max-width: 582px;
  -o-object-position: left;
     object-position: left;
}
.home-v1 .left-chevron {
  position: absolute;
  bottom: -456px;
  width: 100%;
  left: -95px;
}
.home-v1 .left-chevron .container {
  padding: 0;
}
.home-v1 .section-4 {
  background-color: #20B888;
  padding-top: 161px;
  padding-bottom: 149px;
}
.home-v1 .section-4 .content-wrapper {
  grid-column: 3/9;
}
.home-v1 .section-4 .content-wrapper h2 {
  margin-bottom: 20px;
  color: white;
}
.home-v1 .section-4 .content-wrapper p {
  color: white;
  font-weight: 500;
}
.home-v1 .section-4 .content-wrapper a {
  font-size: 25px;
  color: white;
}
.home-v1 .section-5 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.home-v1 .section-5 .content-wrapper .header-wrapper {
  grid-column: 3/4;
}
.home-v1 .section-5 .content-wrapper .news-wrapper {
  position: relative;
  z-index: 1;
  grid-column: 5/10;
}
.home-v1 .section-5 .content-wrapper .news-wrapper a {
  color: #004799;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.home-v1 .section-5 .content-wrapper .news-wrapper a:hover {
  color: #002083;
}
.home-v1 .section-5 .content-wrapper h2 {
  margin-bottom: 20px;
  color: #002083;
}
.home-v1 .section-5 .content-wrapper .date {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3FBA93;
  margin-bottom: 0;
}
.home-v1 .section-5 .content-wrapper a {
  font-size: 27px;
  font-weight: 500;
}
.home-v1 .section-5 .content-wrapper .single-post-item {
  margin-bottom: 54px;
}
.home-v1 .section-5 .content-wrapper .single-post-item:last-child {
  margin-bottom: 0;
}
.home-v1 .right-chevron img {
  position: absolute;
  right: 0;
  top: -565px;
  max-width: 582px;
}
@media only screen and (max-width: 2310px) {
  .home-v1 .right-chevron img {
    right: -18px;
  }
}
@media only screen and (max-width: 1920px) {
  .home-v1 .section-1 {
    padding-bottom: 147px;
  }
  .home-v1 .section-1 .top-section > div {
    grid-column: 2/12;
  }
  .home-v1 .section-1 .bottom-section .d-flex {
    grid-column: 5/11;
  }
  .home-v1 .clinical-trials-section .content-wrapper {
    grid-column: 2/7;
  }
  .home-v1 .section-4 .content-wrapper {
    grid-column: 2/9;
  }
  .home-v1 .section-5 .content-wrapper .header-wrapper {
    grid-column: 2/4;
  }
  .home-v1 .section-5 .content-wrapper .news-wrapper {
    grid-column: 4/11;
  }
  .home-v1 .right-chevron img {
    right: 0;
  }
}
@media only screen and (max-width: 1894px) {
  .home-v1 .right-chevron img {
    right: -18px;
  }
}
@media only screen and (max-width: 1620px) {
  .home-v1 .right-chevron img {
    right: -37px;
    top: -402px;
    max-width: 410px;
  }
  .home-v1 .clinical-trials-section .img-wrapper img {
    width: 704px;
  }
}
@media only screen and (max-width: 1440px) {
  .home-v1 .section-1 {
    padding-top: 145px;
    padding-bottom: 110px;
  }
  .home-v1 .section-1 .chevron-wrapper {
    width: 496px;
    height: 496px;
  }
  .home-v1 .section-1 .bottom-section {
    padding-top: 123px;
  }
  .home-v1 .section-1 .bottom-section .d-flex {
    grid-column: 5/11;
  }
  .home-v1 .right-chevron img {
    right: -18px;
  }
  .home-v1 .clinical-trials-section .content-wrapper {
    grid-column: 2/7;
  }
  .home-v1 .clinical-trials-section .img-wrapper {
    right: -44px;
  }
  .home-v1 .section-4 {
    background-color: #20B888;
    padding-top: 161px;
    padding-bottom: 149px;
  }
  .home-v1 .section-4 .content-wrapper {
    grid-column: 2/10;
  }
  .home-v1 .section-5 .content-wrapper .header-wrapper {
    grid-column: 2/4;
  }
  .home-v1 .section-5 .content-wrapper .news-wrapper {
    grid-column: 4/12;
  }
}
@media only screen and (max-width: 1352px) {
  .home-v1 .right-chevron img {
    right: -32px;
  }
}
@media only screen and (max-width: 1240px) {
  .home-v1 .right-chevron {
    display: none;
  }
  .home-v1 .right-chevron img {
    right: -36px;
  }
  .home-v1 .clinical-trials-section .img-wrapper {
    position: relative;
    right: 0;
  }
  .home-v1 .clinical-trials-section .img-wrapper img {
    width: 100%;
  }
  .home-v1 .clinical-trials-section .img-wrapper img.desktop {
    display: none;
  }
  .home-v1 .clinical-trials-section .img-wrapper img.tablet, .home-v1 .clinical-trials-section .img-wrapper img.mobile {
    display: block;
  }
  .home-v1 .section-4 {
    margin-top: -1000px;
    padding-top: 400px;
  }
}
@media only screen and (max-width: 1366px) {
  .home-v1 .section-1 {
    background-size: 25%;
  }
}
@media only screen and (max-width: 1024px) {
  .home-v1 a.with-chevron {
    font-size: 20px !important;
  }
  .home-v1 .left-chevron {
    bottom: -155px;
    left: -35px;
  }
  .home-v1 .left-chevron .container {
    padding: 0;
  }
  .home-v1 .left-chevron img {
    width: 180px;
  }
  .home-v1 .hero {
    padding-top: 0;
    aspect-ratio: 768/798;
  }
  .home-v1 section .left-side, .home-v1 section .right-side {
    padding: 0 !important;
  }
  .home-v1 .desktop-only {
    display: none;
  }
  .home-v1 .tablet-only {
    display: block;
  }
  .home-v1 h2 {
    font-size: 30px;
  }
  .home-v1 .section-1 {
    padding-top: 100px;
    padding-bottom: 142px;
  }
  .home-v1 .section-1 .chevron-wrapper {
    grid-column: 3/4;
  }
  .home-v1 .section-1 .top-section > div {
    grid-column: 1/7;
  }
  .home-v1 .section-1 .top-section h2 {
    font-size: 40px !important;
  }
  .home-v1 .section-1 .bottom-section .d-flex {
    grid-column: 4/7;
  }
  .home-v1 .section-1 .bottom-section h2 {
    font-size: 33px !important;
  }
  .home-v1 .section-1 p {
    font-size: 20px !important;
  }
  .home-v1 .clinical-trials-section {
    padding-top: 100px;
  }
  .home-v1 .clinical-trials-section p {
    font-size: 18px;
  }
  .home-v1 .clinical-trials-section .content-wrapper {
    grid-column: 1/7;
  }
  .home-v1 .section-4 {
    padding-bottom: 100px;
    margin-top: -900px;
    padding-top: 400px;
  }
  .home-v1 .section-4 .content-wrapper {
    grid-column: 1/4;
  }
  .home-v1 .section-4 .content-wrapper p {
    font-size: 18px;
  }
  .home-v1 .section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-v1 .section-5 .content-wrapper .header-wrapper {
    grid-column: 1/7;
  }
  .home-v1 .section-5 .content-wrapper a {
    font-size: 20px;
  }
  .home-v1 .section-5 .content-wrapper .news-wrapper {
    grid-column: 1/7;
  }
  .home-v1 .left-side {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .home-v1 section .col-sm-12 {
    padding: 0;
  }
  .home-v1 .hero {
    aspect-ratio: 620/821;
  }
  .home-v1 .section-1 {
    padding-top: 50px;
    padding-bottom: 64px;
  }
  .home-v1 .section-1 .top-section > div {
    grid-column: 1/5;
  }
  .home-v1 .section-1 .top-section h2 {
    margin-left: auto;
    max-width: 300px;
  }
  .home-v1 .section-1 .bottom-section {
    padding-top: 443px;
  }
  .home-v1 .section-1 .bottom-section .d-flex {
    grid-column: 1/5;
  }
  .home-v1 .section-1 .chevron-wrapper {
    grid-column: 4/5;
  }
  .home-v1 .section-1 .chevron-wrapper .top-section-chevron {
    bottom: 80px;
  }
  .home-v1 .clinical-trials-section {
    padding-top: 50px;
  }
  .home-v1 .clinical-trials-section .content-wrapper {
    grid-column: 1/5;
  }
  .home-v1 .section-4 {
    padding-bottom: 50px;
    margin-top: -600px;
  }
  .home-v1 .section-4 .content-wrapper {
    grid-column: 1/5;
  }
  .home-v1 .section-5 {
    padding-top: 50px;
    padding-bottom: 163px;
  }
  .home-v1 .section-5 h2 {
    bottom: 14px;
  }
  .home-v1 .section-5 .content-wrapper .header-wrapper {
    grid-column: 1/5;
  }
  .home-v1 .section-5 .content-wrapper .news-wrapper {
    grid-column: 1/5;
  }
  .home-v1 .right-chevron img {
    position: absolute;
    right: 0;
    top: -90px;
    max-width: 150px;
  }
  .home-v1 h2 {
    font-size: 30px;
  }
  .home-v1 .hero .buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-v1 .mobile-only {
    display: block;
  }
}
@media only screen and (max-width: 390px) {
  .home-v1 .section-1 .bottom-section {
    padding-top: 450px;
  }
}

.investors .view-all {
  font-size: 20px;
  font-weight: 600;
}
.investors .grid > * {
  grid-column: 2/12;
}
.investors .top-section {
  padding-top: 150px;
  padding-bottom: 140px;
}
.investors .top-section .top h2 {
  margin-bottom: 23px;
  font-weight: 600;
}
.investors .top-section .top p {
  margin-bottom: 100px;
  line-height: 145%;
}
.investors .top-section .bottom .bottom-left .price h2 {
  margin-right: 25px;
}
.investors .top-section .bottom .bottom-left .price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.investors .top-section .bottom .bottom-left > h2 {
  margin-bottom: 20px;
}
.investors .top-section .bottom .bottom-right h2 {
  margin-bottom: 12px;
}
.investors .top-section .bottom .bottom-right img {
  width: 100%;
}
.investors .press-releases-section {
  background-color: #004799;
  padding: 150px 0;
}
.investors .press-releases-section h2 {
  margin-bottom: 40px;
}
.investors .press-releases-section .single-post-item a {
  font-size: 24px;
  color: #FFFFFF;
}
.investors .press-releases-section .single-post-item .date {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #F0BB64;
}
.investors .press-releases-section .row {
  margin-bottom: 15px;
}
.investors .press-releases-section .view-all {
  color: #F0BB64;
}
.investors .events-presentations-section {
  padding-top: 150px;
  padding-bottom: 0px;
}
.investors .events-presentations-section h2 {
  margin-bottom: 35px;
}
.investors .events-presentations-section .single-post-item {
  margin-bottom: 30px;
}
.investors .events-presentations-section .single-post-item .date {
  font-size: 20px;
  color: #3FBA93;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.investors .events-presentations-section .single-post-item a {
  font-size: 24px;
  line-height: 1.25;
}
.investors .events-presentations-section .events-wrapper {
  padding-right: 153px;
}
.investors .events-presentations-section .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.investors .events-presentations-section .view-all {
  color: #3FBA93;
}
.investors .events-presentations-section .icon-buttons {
  padding-top: 150px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.investors .events-presentations-section .icon-buttons span {
  font-weight: 600;
}
.investors .left-chevron {
  position: relative;
}
.investors .left-chevron img {
  position: absolute;
  top: -437px;
}
.investors .right-chevron {
  position: relative;
}
.investors .right-chevron img {
  position: absolute;
  top: -184px;
  right: 0;
}
@media only screen and (max-width: 1440px) {
  .investors .events-presentations-section .events-wrapper {
    padding-right: 65px;
  }
}
@media only screen and (max-width: 1024px) {
  .investors .grid > * {
    grid-column: 1/7;
  }
  .investors h2 {
    font-size: 30px;
  }
  .investors .hero {
    background-image: url(/wp-content/uploads/2025/07/tablet-hero.png) !important;
  }
  .investors .top-section {
    padding-top: 100px;
    padding-bottom: 129px;
  }
  .investors .top-section .top p {
    margin-bottom: 56px;
    font-size: 18px;
  }
  .investors .top-section .bottom .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .investors .top-section .bottom .row .bottom-left p {
    margin-bottom: 30px;
  }
  .investors .top-section .bottom .row .bottom-left p br {
    display: none;
  }
  .investors .press-releases-section {
    padding: 100px 0;
  }
  .investors .press-releases-section .single-post-item {
    margin-bottom: 60px;
  }
  .investors .press-releases-section .single-post-item a {
    font-size: 20px;
  }
  .investors .left-chevron {
    display: none;
  }
  .investors .left-chevron img {
    top: -205px;
    left: -25px;
    max-width: 118px;
  }
  .investors .right-chevron img {
    top: -80px;
    max-width: 310px;
    right: 0;
  }
  .investors .events-presentations-section {
    padding-top: 100px;
  }
  .investors .events-presentations-section .events-wrapper {
    margin-bottom: 71px;
  }
  .investors .events-presentations-section .single-post-item a {
    font-size: 20px;
  }
  .investors .events-presentations-section .icon-buttons {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 650px) {
  .investors .grid {
    height: 100%;
  }
  .investors .grid > * {
    grid-column: 1/5;
  }
  .investors .top-section {
    padding-top: 50px;
    padding-bottom: 47px;
  }
  .investors .top-section .top p {
    margin-bottom: 30px;
  }
  .investors .hero {
    background-image: url(/wp-content/uploads/2025/07/Terns_secondary_mobile_investor-scaled.jpg) !important;
  }
  .investors .hero h1 br {
    display: block;
  }
  .investors .events-presentations-section {
    padding-top: 50px;
  }
  .investors .events-presentations-section .events-wrapper {
    margin-bottom: 63px;
  }
  .investors .events-presentations-section .icon-buttons {
    padding-top: 63px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 0;
  }
  .investors .events-presentations-section .icon-buttons > * {
    margin-bottom: 20px;
  }
  .investors .events-presentations-section .icon-buttons > *:last-child {
    margin-bottom: 0;
  }
}
.patients .right-chevron-tablet {
  display: none;
}
.patients .view-all {
  font-size: 20px;
  font-weight: 600;
}
.patients .top-section {
  background-color: #3FBA93;
  padding: 0 !important;
}
.patients .top-section .grid {
  position: relative;
}
.patients .top-section .top {
  padding: 150px 0;
  grid-column: 2/9;
}
.patients .top-section .top p {
  font-size: 27px;
  margin: 0;
}
.patients .top-section .right-chevron-small-desktop, .patients .top-section .right-chevron-tablet {
  display: none;
}
.patients .top-section .right-chevron {
  grid-column: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
}
.patients .top-section .right-chevron img {
  height: 907px;
  width: 565px;
}
.patients .clinical-trials-section h2 {
  margin-bottom: 30px;
}
.patients .clinical-trials-section p.top-paragraph {
  margin-bottom: 30px;
}
.patients .clinical-trials-section .grid .grid-wrapper {
  grid-column: 2/12;
  display: block;
}
.patients .clinical-trials-section .grid .grid-wrapper .single-post-item .box-header {
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 30px;
}
.patients .clinical-trials-section .grid .grid-wrapper .single-post-item .box-container {
  padding: 12.5px 30px;
}
.patients .clinical-trials-section .grid .grid-wrapper .single-post-item .blue-box-container {
  border: 4px solid #004799;
}
.patients .clinical-trials-section .grid .grid-wrapper .single-post-item .green-box-container {
  border: 4px solid #3FBA93;
}
.patients .clinical-trials-section .grid .grid-wrapper .single-post-item .blue-box-wrapper {
  margin-right: 134px;
}
.patients .clinical-trials-section .grid .grid-wrapper .single-post-item .blue-box-wrapper .box-header {
  color: #004799;
}
.patients .clinical-trials-section .grid .grid-wrapper .single-post-item .green-box-wrapper .box-header {
  color: #3FBA93;
}
.patients .clinical-trials-section .grid .grid-wrapper .single-post-item a {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.patients .clinical-trials-section .grid .grid-wrapper .single-post-item a p {
  margin: 0;
  margin-right: 10px;
  font-weight: 600;
}
.patients .clinical-trials-section .grid .grid-wrapper > .d-flex {
  margin-bottom: 50px;
  margin-top: 50px;
}
.patients .clinical-trials-section .bottom-paragraph {
  margin-bottom: 0;
}
.patients .clinical-trials-section .bottom-paragraph a {
  text-decoration: none !important;
}
.patients .colored-box-section {
  padding-top: 0 !important;
}
.patients .colored-box-section .colored-row {
  grid-column: 2/12;
}
.patients .colored-box-section .colored-row ul {
  padding-left: 0;
  font-weight: 500;
}
.patients .colored-box-section .colored-row .colored-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin-bottom: 50px;
}
.patients .colored-box-section .colored-row .colored-header p {
  font-weight: 600;
  margin-bottom: 0;
}
.patients .colored-box-section .colored-row .colored-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: white;
  font-size: 25px;
}
.patients .colored-box-section .colored-row .colored-header a svg {
  margin-left: 10px;
}
.patients .colored-box-section .colored-row .line {
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  z-index: -1;
}
.patients .colored-box-section .colored-row .colored-body {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.patients .colored-box-section .colored-row .colored-body h4 {
  margin-bottom: 20px;
  max-width: 652px;
  font-weight: 700;
  line-height: 1.2;
}
.patients .colored-box-section .colored-row .colored-body h4 .big {
  font-size: 40px;
  font-weight: 600;
}
.patients .colored-box-section .colored-row .colored-body p, .patients .colored-box-section .colored-row .colored-body li {
  font-weight: 500;
  line-height: 1.5;
}
.patients .colored-box-section .colored-row .colored-body p a, .patients .colored-box-section .colored-row .colored-body li a {
  text-decoration: none !important;
}
.patients .colored-box-section .colored-row .colored-body h5 {
  font-size: 24px;
  color: #004799;
  margin-bottom: 20px;
}
.patients .colored-box-section .colored-row .colored-body .img-wrapper {
  margin-right: 81px;
  width: 275px;
}
.patients .colored-box-section .colored-row.Yellow {
  margin-bottom: 150px;
}
.patients .colored-box-section .colored-row.Yellow .colored-header, .patients .colored-box-section .colored-row.Yellow .line {
  background-color: #F0BB64;
}
.patients .colored-box-section .colored-row.Blue {
  margin-bottom: 150px;
}
.patients .colored-box-section .colored-row.Blue .colored-header, .patients .colored-box-section .colored-row.Blue .line {
  background-color: #004799;
}
.patients .colored-box-section .colored-row.Blue .colored-header p, .patients .colored-box-section .colored-row.Blue .line p {
  color: #FFFFFF;
}
.patients .colored-box-section .colored-row.Green .colored-header, .patients .colored-box-section .colored-row.Green .line {
  background-color: #3FBA93;
}
.patients .colored-box-section .colored-row.Green .colored-header p {
  color: #FFFFFF;
}
.patients .blue-section {
  background-color: #004799;
}
.patients .blue-section .grid p {
  color: #FFFFFF;
  grid-column: 2/12;
  margin-bottom: 0;
}
.patients .resources-section {
  position: relative;
}
.patients .resources-section .left-chevron {
  position: absolute;
  top: -140px;
}
.patients .resources-section .left-chevron .tablet {
  display: none;
}
.patients .resources-section .grid-wrapper {
  grid-column: 2/12;
}
.patients .resources-section .grid-wrapper h2 {
  margin-bottom: 30px;
}
.patients .resources-section .grid-wrapper .paragraph {
  margin-bottom: 100px;
}
.patients .resources-section .grid-wrapper h3 {
  margin-bottom: 20px;
}
.patients .resources-section .grid-wrapper .resource-buttons-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.patients .resources-section .grid-wrapper .resource-buttons-section > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.patients .resources-section .grid-wrapper .resource-buttons-section .resource-button {
  max-width: 447px;
  padding: 10px;
  font-size: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 4px solid #3FBA93;
  margin-bottom: 20px;
  text-decoration: none;
}
.patients .resources-section .grid-wrapper .resource-buttons-section .resource-button:last-child {
  margin-bottom: 0;
}
.patients .resources-section .grid-wrapper .resource-buttons-section .resource-button:hover {
  color: #3FBA93;
}
.patients .resources-section .grid-wrapper .resource-buttons-section .resource-button:active {
  color: #3FBA93;
}
.patients .resources-section .grid-wrapper .resource {
  margin-bottom: 100px;
}
.patients .resources-section .grid-wrapper .footnote {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
@media only screen and (max-width: 1440px) {
  .patients section:not(.hero) {
    padding: 100px 0;
  }
  .patients p {
    font-size: 18px;
  }
  .patients .top-section .top {
    padding: 100px 0;
    grid-column: 2/11;
  }
  .patients .top-section .top h2 {
    font-size: 44px;
  }
  .patients .top-section .top p {
    font-size: 18px;
  }
  .patients .top-section .right-chevron-full-desktop {
    display: none;
  }
  .patients .top-section .right-chevron-small-desktop {
    display: block;
  }
  .patients .top-section .right-chevron {
    top: 118px;
  }
  .patients .clinical-trials-section .grid .grid-wrapper {
    grid-column: 2/11;
  }
  .patients .clinical-trials-section .grid .grid-wrapper .single-post-item {
    width: 408px;
    text-decoration: none;
  }
  .patients .clinical-trials-section .grid .grid-wrapper .single-post-item .box-container {
    padding: 21px 25px;
  }
  .patients .clinical-trials-section .grid .grid-wrapper .single-post-item .blue-box-wrapper {
    margin-right: 0;
  }
  .patients .clinical-trials-section .grid .grid-wrapper .single-post-item a {
    text-decoration: none;
  }
  .patients .clinical-trials-section .grid .grid-wrapper > .d-flex {
    margin-bottom: 38px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .patients .resources-section .grid-wrapper .resource-buttons-section {
    display: grid;
  }
  .patients .resources-section .grid-wrapper .resource-buttons-section .resource-button {
    font-size: 22px;
  }
  .patients .resources-section .grid-wrapper .resource {
    margin-bottom: 52px;
  }
  .patients .resources-section .grid-wrapper .footnote {
    font-weight: 400;
  }
}
@media only screen and (max-width: 1300px) {
  .patients .clinical-trials-section .grid .grid-wrapper .single-post-item .blue-box-wrapper {
    margin-right: 10px;
  }
  .patients .clinical-trials-section .grid .grid-wrapper .single-post-item .greem-box-wrapper {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .patients .right-chevron-tablet {
    display: block;
  }
  .patients .grid > * {
    grid-column: 1/7 !important;
  }
  .patients h2 {
    font-size: 32px !important;
  }
  .patients .hero {
    background-image: url(/wp-content/uploads/2025/07/hero-area-4.png) !important;
  }
  .patients .top-section {
    padding-top: 100px;
    padding-bottom: 129px;
  }
  .patients .top-section .top p {
    margin-bottom: 56px;
    font-size: 18px;
  }
  .patients .top-section .bottom .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .patients .top-section .bottom .row .bottom-left p {
    margin-bottom: 30px;
  }
  .patients .top-section .bottom .row .bottom-left p br {
    display: none;
  }
  .patients .top-section .right-chevron-small-desktop {
    display: none;
  }
  .patients .top-section .right-chevron-tablet {
    display: block;
  }
  .patients .right-chevron {
    position: relative;
    margin-bottom: -400px;
    margin-top: -100px;
    z-index: 1;
    width: 100vw;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3FBA93), color-stop(50%, transparent));
    background: linear-gradient(to bottom, #3FBA93 50%, transparent 50%);
  }
  .patients .right-chevron img {
    width: 100%;
  }
  .patients .clinical-trials-section .grid .grid-wrapper {
    display: grid;
  }
  .patients .clinical-trials-section .grid .grid-wrapper.grid p:not(.bottom-paragraph), .patients .clinical-trials-section .grid .grid-wrapper.grid h2 {
    grid-column: 1/5 !important;
  }
  .patients .clinical-trials-section .grid .grid-wrapper > .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .patients .clinical-trials-section .grid .grid-wrapper .single-post-item {
    width: 100%;
    margin-bottom: 41px;
  }
  .patients .clinical-trials-section .grid .grid-wrapper .single-post-item a {
    font-size: 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .patients .clinical-trials-section .grid .grid-wrapper .single-post-item a br:last-child {
    display: none;
  }
  .patients .clinical-trials-section .grid .grid-wrapper .single-post-item:last-child {
    margin-bottom: 0;
  }
  .patients .left-chevron {
    display: none;
  }
  .patients .left-chevron img {
    top: -205px;
    left: -25px;
    max-width: 118px;
  }
  .patients .colored-box-section .colored-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .patients .colored-box-section .colored-header p {
    margin-bottom: 20px !important;
  }
  .patients .colored-box-section .colored-header .line {
    display: none;
  }
  .patients .colored-box-section .colored-header a {
    font-size: 20px !important;
    text-decoration: none;
  }
  .patients .colored-box-section .colored-row .colored-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .patients .colored-box-section .colored-row .colored-body h4 .big {
    font-size: 26px;
  }
  .patients .colored-box-section .colored-row .colored-body .img-wrapper {
    margin-bottom: 20px;
  }
  .patients .resources-section .grid-wrapper .resource-buttons-section {
    display: block;
  }
  .patients .resources-section .grid-wrapper .resource-buttons-section .resource-button {
    max-width: 487px;
    font-size: 18px;
  }
  .patients .resources-section .grid-wrapper .resource-buttons-section .left-buttons {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .patients section:not(.hero) {
    padding: 50px 0;
  }
  .patients h2 {
    font-size: 30px !important;
  }
  .patients .grid > * {
    grid-column: 1/5 !important;
  }
  .patients .top-section {
    padding-bottom: 47px;
  }
  .patients .top-section .top {
    padding-top: 50px;
  }
  .patients .top-section .top p {
    margin-bottom: 30px;
  }
  .patients .right-chevron {
    margin-bottom: -150px;
    margin-top: -100px;
  }
  .patients .hero {
    background-image: url(/wp-content/uploads/2025/07/Terns_secondary_mobile_patients-scaled.jpg) !important;
  }
  .patients .colored-box-section .colored-row .colored-header a {
    max-width: 250px;
  }
}

.tertiary table, .tertiary th, .tertiary td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 10px;
}
.tertiary a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.tertiary a:hover {
  color: #3FBA93 !important;
}
.tertiary ul {
  padding-left: 0;
  font-weight: 500;
}
.tertiary .hero {
  width: 100%;
  overflow: hidden;
  height: 450px;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tertiary .hero .grid {
  position: relative;
  margin-top: 150px;
}
.tertiary .hero h1 {
  text-shadow: 0px 0px 9px rgba(12, 10, 58, 0.6509803922);
  font-size: 65px;
  grid-column: 2/13;
}
.tertiary .hero h1 br {
  display: none;
}
.tertiary .hero .hero-chevron {
  position: absolute;
  left: -425px;
  grid-column: 2/13;
}
.tertiary .hero .hero-chevron img {
  width: 645px;
}
@media (max-width: 1440px) {
  .tertiary .hero {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 249px;
  }
  .tertiary .hero h1 {
    font-size: 48px;
  }
  .tertiary .hero .grid {
    margin-top: 0;
  }
  .tertiary .hero .hero-chevron {
    left: -350px;
    bottom: -300px;
  }
  .tertiary .hero .hero-chevron img {
    width: 476px;
  }
}
@media (max-width: 1024px) {
  .tertiary .hero {
    height: 315px;
  }
  .tertiary .hero h1 {
    grid-column: 1/7;
    font-size: 42px;
  }
  .tertiary .hero .hero-chevron {
    bottom: -655px;
    margin-left: 40px;
    width: 645px;
  }
  .tertiary .hero .hero-chevron img {
    width: 645px;
  }
}
@media (max-width: 650px) {
  .tertiary .hero {
    height: 250px;
  }
  .tertiary .hero h1 {
    grid-column: 1/5;
  }
  .tertiary .hero .hero-chevron {
    left: -25px;
    bottom: -195px;
    width: 263px;
    margin-left: 0;
    grid-column: 1/5;
  }
  .tertiary .hero .hero-chevron img {
    width: 100%;
  }
}
.tertiary .top-section {
  position: relative;
}
.tertiary .top-section .grid .top {
  grid-column: 2/12;
}
.tertiary .top-section .grid .top p, .tertiary .top-section .grid .top li, .tertiary .top-section .grid .top a {
  font-size: 18px;
}
.tertiary .top-section .left-chevron {
  position: absolute;
  top: 150px;
}
.tertiary .top-section .right-chevron {
  position: absolute;
  right: 0;
  bottom: -250px;
}
@media (max-width: 1440px) {
  .tertiary .top-section .left-chevron {
    width: 173px;
    top: 177px;
  }
  .tertiary .top-section .right-chevron {
    width: 200px;
    bottom: -100px;
  }
}
@media (max-width: 1024px) {
  .tertiary .top-section {
    padding-bottom: 206px;
  }
  .tertiary .top-section .left-chevron {
    display: none;
  }
  .tertiary .top-section .grid .top {
    grid-column: 1/7;
  }
  .tertiary .top-section .right-chevron {
    width: 125px;
    bottom: 0;
  }
}
@media (max-width: 650px) {
  .tertiary .top-section {
    padding-bottom: 270px;
  }
  .tertiary .top-section .grid .top {
    grid-column: 1/5;
  }
  .tertiary .top-section .right-chevron {
    width: 200px;
  }
}

.publications table, .publications th, .publications td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 10px;
}
.publications .with-chevron {
  font-size: 18px !important;
}
.publications .hero {
  width: 100%;
  overflow: hidden;
  height: 450px;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.publications .hero .grid {
  position: relative;
  margin-top: 150px;
}
.publications .hero h1 {
  text-shadow: 0px 0px 9px rgba(12, 10, 58, 0.6509803922);
  font-size: 65px;
  grid-column: 2/13;
}
.publications .hero h1 br {
  display: none;
}
.publications .hero .hero-chevron {
  position: absolute;
  left: -425px;
  grid-column: 2/13;
}
.publications .hero .hero-chevron img {
  width: 645px;
}
@media (max-width: 1440px) {
  .publications .hero {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 249px;
  }
  .publications .hero h1 {
    font-size: 48px;
  }
  .publications .hero .grid {
    margin-top: 0;
  }
  .publications .hero .hero-chevron {
    left: -350px;
    bottom: -300px;
  }
  .publications .hero .hero-chevron img {
    width: 476px;
  }
}
@media (max-width: 1024px) {
  .publications .hero {
    height: 315px;
  }
  .publications .hero h1 {
    grid-column: 1/7;
    font-size: 42px;
  }
  .publications .hero .hero-chevron {
    margin-left: 40px;
    width: 645px;
    bottom: unset;
  }
  .publications .hero .hero-chevron img {
    width: 645px;
  }
}
@media (max-width: 650px) {
  .publications .hero {
    height: 250px;
  }
  .publications .hero h1 {
    grid-column: 1/5;
  }
  .publications .hero .hero-chevron {
    left: -25px;
    bottom: -195px;
    width: 263px;
    margin-left: 0;
    grid-column: 1/5;
  }
  .publications .hero .hero-chevron img {
    width: 100%;
  }
}
.publications .top-section {
  position: relative;
  padding-bottom: 200px;
}
.publications .top-section .grid .top {
  grid-column: 2/12;
}
.publications .top-section .grid .top p, .publications .top-section .grid .top li {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
.publications .top-section .grid .top p.secondary, .publications .top-section .grid .top li.secondary {
  font-size: 27px;
  font-weight: 500;
}
.publications .top-section .grid .top a {
  font-size: 18px !important;
}
.publications .top-section h2 {
  color: #004799;
}
.publications .top-section .accordian-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: pointer;
  padding: 30px 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.publications .top-section .accordian-trigger .line {
  height: 2px;
  width: 100%;
  background-color: #004799;
}
.publications .top-section .accordian-trigger img {
  width: 24px;
  margin: 0px 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.publications .top-section .accordian-trigger.open {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.publications .top-section .accordian-trigger.open img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.publications .top-section .accordian {
  display: none;
  padding-top: 50px;
}
.publications .top-section .content {
  margin-bottom: 50px;
}
.publications .top-section .content img {
  margin: 0;
}
.publications .top-section .content .primary {
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.publications .top-section .content .secondary {
  font-weight: 500;
  margin-bottom: 5px;
}
.publications .top-section .content:last-child {
  margin-bottom: 0;
}
.publications .top-section .left-chevron {
  position: absolute;
  top: 150px;
  left: -15px;
}
.publications .top-section .right-chevron {
  position: absolute;
  right: 0;
  bottom: -250px;
}
@media (max-width: 1440px) {
  .publications .top-section .left-chevron {
    width: 173px;
    top: 177px;
  }
  .publications .top-section .right-chevron {
    width: 200px;
    bottom: -100px;
  }
}
@media (max-width: 1024px) {
  .publications .top-section .with-chevron {
    font-size: 20px !important;
  }
  .publications .top-section .left-chevron {
    display: none;
  }
  .publications .top-section .grid .top {
    grid-column: 1/7;
  }
  .publications .top-section .grid .top p.secondary {
    font-size: 20px;
  }
  .publications .top-section .right-chevron {
    width: 125px;
    bottom: 0;
  }
}
@media (max-width: 650px) {
  .publications .top-section {
    padding-bottom: 300px;
  }
  .publications .top-section .grid .top {
    grid-column: 1/5;
  }
  .publications .top-section .grid .top a {
    font-size: 20px !important;
  }
  .publications .top-section .right-chevron {
    width: 200px;
  }
}

.pipeline th, .pipeline td {
  border: 2px solid #004799;
  border-collapse: collapse;
}
@media (max-width: 1024px) {
  .pipeline .hero {
    background-image: url(/wp-content/uploads/2025/08/Terns_tablet_secondary_pipeline.jpg) !important;
  }
}
@media (max-width: 650px) {
  .pipeline .hero {
    background-image: url(/wp-content/uploads/2025/08/Terns_secondary_mobile_pipeline_updated.jpg) !important;
  }
}
.pipeline .top-section {
  position: relative;
  background-color: #004799;
}
.pipeline .top-section .grid .top {
  grid-column: 2/12;
}
.pipeline .top-section .grid .top h2 {
  margin-bottom: 30px;
}
.pipeline .top-section .grid .footnote-top {
  grid-column: 2/12;
  font-size: 14px;
  margin-left: 35px;
}
@media (max-width: 768px) {
  .pipeline .top-section .grid .footnote-top {
    margin-left: -21px !important;
  }
}
.pipeline .top-section .grid .footnote-bottom {
  grid-column: 2/12;
  font-size: 14px;
}
.pipeline .top-section .left-chevron {
  position: absolute;
  top: 150px;
}
.pipeline .top-section .right-chevron {
  position: absolute;
  right: 0;
  bottom: -550px;
}
@media (max-width: 1440px) {
  .pipeline .top-section .left-chevron {
    width: 173px;
    top: 177px;
  }
  .pipeline .top-section .right-chevron {
    bottom: -375px;
    width: 300px;
  }
  .pipeline .top-section .grid .top, .pipeline .top-section .grid .pipeline-container {
    width: 100%;
    margin-left: 0;
  }
  .pipeline .top-section .grid .footnote-top {
    margin-left: 0;
  }
}
@media (max-width: 1366px) {
  .pipeline .top-section .grid .top, .pipeline .top-section .grid .pipeline-container {
    grid-column: 1/13;
    border-radius: 0;
  }
  .pipeline .top-section .grid .footnote-top {
    grid-column: 1/13;
  }
  .pipeline .top-section .grid .footnote-bottom {
    grid-column: 1/13;
  }
}
@media (max-width: 1024px) {
  .pipeline .top-section .left-chevron {
    display: none;
  }
  .pipeline .top-section .grid .top, .pipeline .top-section .grid .pipeline-container {
    grid-column: 1/7;
  }
  .pipeline .top-section .grid .phase-indicator img {
    margin-left: 10px;
    max-width: 148px;
  }
  .pipeline .top-section .grid .program-chevron {
    display: none;
  }
  .pipeline .top-section .grid .footnote-top {
    grid-column: 1/7;
  }
  .pipeline .top-section .grid .footnote-bottom {
    grid-column: 1/7;
  }
  .pipeline .top-section .grid .phase-indicator {
    padding: 8px 15px;
    font-size: 10px;
    min-width: 80px;
  }
}
.pipeline .top-section .mobile-pipeline {
  display: none;
}
.pipeline .top-section .mobile-pipeline .pipeline-row {
  position: relative;
  border-bottom: 2px solid #004799;
  padding: 10px;
}
.pipeline .top-section .mobile-pipeline .pipeline-row:first-child {
  border-bottom: 4px solid #004799;
}
.pipeline .top-section .mobile-pipeline .pipeline-row .program-chevron {
  display: block;
  left: -23px;
  top: 16%;
}
.pipeline .top-section .mobile-pipeline .pipeline-row:first-child .program-code, .pipeline .top-section .mobile-pipeline .pipeline-row:nth-child(2) .program-code {
  margin-top: 30px !important;
}
.pipeline .top-section .mobile-pipeline .pipeline-row:first-child .program-chevron, .pipeline .top-section .mobile-pipeline .pipeline-row:nth-child(2) .program-chevron {
  display: block;
  left: -23px;
  top: 40%;
}
.pipeline .top-section .mobile-pipeline .program-chevron p {
  font-size: 11px;
}
@media (max-width: 650px) {
  .pipeline .top-section .mobile-break {
    display: block !important;
  }
  .pipeline .top-section .pipeline-table {
    display: none;
  }
  .pipeline .top-section .grid .top {
    grid-column: 1/5;
  }
  .pipeline .top-section .grid .pipeline-container {
    grid-column: 1/5;
    margin: 0;
  }
  .pipeline .top-section .grid .mobile-pipeline {
    background-color: white;
    display: block;
    margin-bottom: 10px;
  }
  .pipeline .top-section .grid .mobile-pipeline .pipeline-row:first-child .program-name {
    border-bottom: 0;
    font-weight: 700;
    margin: 0 -10px;
    padding-left: 10px;
  }
  .pipeline .top-section .grid .mobile-pipeline .program-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 130%;
    margin: 0 -10px;
    border-bottom: 0;
    padding-left: 5px;
  }
  .pipeline .top-section .grid .mobile-pipeline .program-code {
    border-top: 0;
    margin: 0 -15px;
    font-weight: 600;
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-weight: 600;
    padding-top: 10px;
  }
  .pipeline .top-section .grid .mobile-pipeline .mech-indication {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .pipeline .top-section .grid .mobile-pipeline .mech-indication .mechanism {
    font-size: 10px;
    font-weight: 600;
  }
  .pipeline .top-section .grid .mobile-pipeline .mech-indication .development {
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    position: relative;
    text-transform: uppercase;
  }
  .pipeline .top-section .grid .mobile-pipeline .phase-1 {
    width: 75%;
  }
  .pipeline .top-section .grid .mobile-pipeline .phase-2 {
    width: 101%;
  }
  .pipeline .top-section .grid .mobile-pipeline .phase-2-ready {
    width: 101%;
  }
  .pipeline .top-section .grid .mobile-pipeline .lead-opt {
    width: 50%;
  }
  .pipeline .top-section .grid .mobile-pipeline .phase-indicator {
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    margin-top: 10px;
    margin-bottom: 20px;
    left: -10px;
  }
  .pipeline .top-section .grid .mobile-pipeline br {
    display: none;
  }
  .pipeline .top-section .grid .footnote-top {
    grid-column: 1/5;
  }
  .pipeline .top-section .grid .footnote-bottom {
    grid-column: 1/5;
  }
  .pipeline .top-section .right-chevron {
    bottom: -345px;
    width: 200px;
  }
}
.pipeline .second-section {
  background-color: #002083;
}
.pipeline .second-section .grid {
  position: relative;
}
.pipeline .second-section .grid p {
  grid-column: 3/9;
}
.pipeline .second-section .grid .with-chevron {
  grid-column: 10/13;
  font-size: 25px;
  color: #F0BB64;
  text-decoration: none;
}
.pipeline .second-section .grid .left-chevron {
  grid-column: 1;
  position: absolute;
  left: -200px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .pipeline .second-section .grid .left-chevron {
    width: 250px;
    left: -102px;
  }
  .pipeline .second-section .grid .with-chevron {
    font-size: 20px;
    text-decoration: none;
  }
}
@media (max-width: 991px) {
  .pipeline .second-section .grid .left-chevron {
    top: -94px;
  }
  .pipeline .second-section .grid p {
    grid-column: 1/7;
    margin-bottom: 30px;
  }
  .pipeline .second-section .grid .with-chevron {
    grid-column: 1/7;
  }
}
@media (max-width: 650px) {
  .pipeline .second-section .grid .left-chevron {
    display: none;
  }
  .pipeline .second-section .grid p {
    grid-column: 1/5;
  }
  .pipeline .second-section .grid .with-chevron {
    grid-column: 1/5;
  }
}
.pipeline .multi-section h2 {
  margin-bottom: 0;
}
.pipeline .multi-section.tern-701-section {
  position: relative;
}
.pipeline .multi-section.tern-701-section .yellow-chevron {
  position: absolute;
  bottom: 200px;
}
.pipeline .multi-section.tern-701-section .grid .box-copy {
  background-color: #004799;
}
.pipeline .multi-section.tern-701-section .grid .box-copy * {
  color: white;
}
.pipeline .multi-section.tern-701-section .grid h2 {
  margin-bottom: 0;
}
.pipeline .multi-section.tern-701-section .grid p {
  margin-bottom: 50px;
}
.pipeline .multi-section.tern-701-section .grid .bottom-sub-header {
  font-size: 28px;
  font-weight: 700;
}
.pipeline .multi-section.tern-701-section .grid .bottom-box img {
  position: relative;
  bottom: 42px;
}
@media screen and (max-width: 1440px) {
  .pipeline .multi-section.tern-701-section .grid .bottom-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pipeline .multi-section.tern-701-section .grid .bottom-box img {
    bottom: 0;
  }
}
.pipeline .multi-section.tern-601-section {
  position: relative;
  background-color: #3FBA93;
}
@media screen and (min-width: 1921px) {
  .pipeline .multi-section.tern-601-section .grid .sub-heading-2 {
    grid-column: 3/7;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 10px;
  }
  .pipeline .multi-section.tern-601-section .grid .img-wrapper {
    grid-column: 7/11;
    margin-left: 10px;
  }
}
.pipeline .multi-section.tern-601-section .blue-chevron {
  position: absolute;
  left: 0;
  top: 373px;
}
.pipeline .multi-section.tern-601-section .white-chevron {
  position: absolute;
  top: 0;
  right: 0;
}
.pipeline .multi-section.tern-601-section .grid .box-copy {
  border: 4px solid #004799;
  background-color: #FFFFFF;
}
.pipeline .multi-section.tern-601-section .grid .bottom-box {
  background-color: #FFFFFF;
}
.pipeline .multi-section.tern-601-section .grid .bottom-header {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 700;
}
.pipeline .multi-section.tern-601-section .grid img {
  max-width: 375px;
}
.pipeline .multi-section.tern-601-section .grid .sub-heading-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pipeline .multi-section.tern-601-section .grid .bottom-headings {
  grid-column: 2/12;
}
.pipeline .multi-section.tern-601-section .grid .bottom-sub-header {
  font-size: 28px;
  font-weight: 700;
}
.pipeline .multi-section.tern-601-section .grid .bottom-box img {
  position: relative;
  bottom: 36px;
}
@media screen and (max-width: 1440px) {
  .pipeline .multi-section.tern-601-section .grid .bottom-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pipeline .multi-section.tern-601-section .grid .bottom-box img {
    bottom: 0;
  }
}
.pipeline .multi-section .grid .top-headings {
  grid-column: 2/7;
}
.pipeline .multi-section .grid .sub-heading-1 {
  line-height: 1.2;
  font-weight: 700;
}
.pipeline .multi-section .grid .box-copy {
  grid-column: 7/12;
  padding: 30px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.pipeline .multi-section .grid .box-copy p {
  margin-bottom: 10px;
}
.pipeline .multi-section .grid .box-copy ul {
  padding-left: 0;
  margin-bottom: 0;
}
.pipeline .multi-section .grid .top-content {
  grid-column: 2/12;
  margin: 50px 0;
}
.pipeline .multi-section .grid .sub-heading-2 {
  grid-column: 2/6;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pipeline .multi-section .grid .img-wrapper {
  grid-column: 8/12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pipeline .multi-section .grid .bottom-box {
  grid-column: 2/12;
  margin: 50px 0;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  border: 4px solid #004799;
}
.pipeline .multi-section .grid .bottom-box img {
  margin-right: 32px;
  max-width: 375px;
}
.pipeline .multi-section .grid .bottom-box .with-chevron {
  font-size: 25px;
  text-decoration: none;
}
.pipeline .multi-section .grid .bottom-headings {
  grid-column: 2/12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pipeline .multi-section .grid .bottom-headings .bottom-sub-header {
  font-size: 28px;
  font-weight: 700;
}
.pipeline .multi-section .grid .bottom-copy {
  grid-column: 2/12;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0 !important;
}
@media (max-width: 2100px) {
  .pipeline .multi-section .grid .img-wrapper {
    grid-column: 7/12;
  }
}
@media (max-width: 1700px) {
  .pipeline .multi-section .grid .img-wrapper {
    grid-column: 6/12;
  }
}
@media (max-width: 1497px) {
  .pipeline .multi-section .grid .bottom-box img {
    max-width: 300px;
  }
}
@media (max-width: 1440px) {
  .pipeline .multi-section .grid .img-wrapper {
    grid-column: 6/12;
  }
  .pipeline .multi-section.tern-701-section .yellow-chevron {
    left: -20px;
  }
}
@media (max-width: 1440px) {
  .pipeline .multi-section .grid > *:not(.sub-heading-2, .img-wrapper) {
    grid-column: 2/12 !important;
  }
  .pipeline .multi-section .grid .bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pipeline .multi-section .grid .bottom-box img {
    margin-bottom: 20px;
  }
  .pipeline .multi-section .grid .bottom-sub-header {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .pipeline .multi-section .grid .bottom-headings .bottom-sub-header {
    font-size: 24px;
    font-weight: 700;
  }
  .pipeline .multi-section .grid .top-header {
    font-size: 42px;
  }
  .pipeline .multi-section .grid .box-copy li {
    font-size: 16px;
  }
  .pipeline .multi-section .grid .sub-heading-2 {
    font-size: 18px;
  }
  .pipeline .multi-section .grid .bottom-box .with-chevron {
    font-size: 20px;
    text-decoration: none;
  }
  .pipeline .multi-section .grid .bottom-headings {
    grid-column: 2/6;
  }
  .pipeline .multi-section .grid .bottom-headings .bottom-header {
    font-size: 30px;
  }
  .pipeline .multi-section .grid .bottom-headings .bottom-sub-header {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .pipeline .multi-section.tern-601-section .blue-chevron {
    position: absolute;
    left: -70px;
    top: unset;
    bottom: -115px;
  }
  .pipeline .multi-section.tern-601-section .white-chevron {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 320px;
  }
  .pipeline .multi-section.tern-601-section .bottom-header {
    font-size: 28px;
  }
  .pipeline .multi-section.tern-701-section .sub-heading {
    font-size: 20px !important;
  }
  .pipeline .multi-section.tern-701-section .yellow-chevron {
    z-index: 1;
    left: -70px;
    top: unset;
    bottom: -115px;
  }
  .pipeline .multi-section .grid > *:not(.sub-heading-2, .img-wrapper) {
    grid-column: 1/7 !important;
  }
  .pipeline .multi-section .grid .top-content, .pipeline .multi-section .grid .bottom-box {
    margin: 30px 0;
  }
  .pipeline .multi-section .grid .sub-heading-2 {
    grid-column: 1/7;
  }
  .pipeline .multi-section .grid .img-wrapper {
    grid-column: 1/7;
  }
  .pipeline .multi-section .grid .img-wrapper img {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .pipeline .multi-section .grid > *:not(.sub-heading-2, .img-wrapper) {
    grid-column: 1/5 !important;
  }
  .pipeline .multi-section .grid .sub-heading-2 {
    grid-column: 1/5;
  }
  .pipeline .multi-section .grid .img-wrapper {
    grid-column: 1/5;
  }
  .pipeline .multi-section .grid .img-wrapper img {
    max-width: 100%;
  }
  .pipeline .multi-section .grid .top-content, .pipeline .multi-section .grid .bottom-box {
    margin: 20px 0;
  }
  .pipeline .multi-section .grid .bottom-sub-header {
    font-size: 24px !important;
  }
  .pipeline .multi-section .grid .bottom-header {
    font-size: 24px !important;
  }
  .pipeline .multi-section.tern-601-section .blue-chevron {
    display: none;
  }
  .pipeline .multi-section.tern-701-section .yellow-chevron {
    display: none;
  }
  .pipeline .multi-section.tern-701-section .grid .img-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pipeline .multi-section.tern-701-section .grid .img-wrapper img {
    max-width: 181px;
    margin: auto;
    margin-bottom: 20px;
  }
}
.pipeline .tern-501-section {
  background-color: #004799;
  overflow: hidden;
}
.pipeline .tern-501-section h2 {
  margin-bottom: 0;
}
.pipeline .tern-501-section .grid {
  position: relative;
}
.pipeline .tern-501-section .grid h5 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
}
.pipeline .tern-501-section .grid .top-headings {
  grid-column: 2/6;
}
.pipeline .tern-501-section .grid .sub-heading-1 {
  font-size: 27px;
  font-weight: 700;
}
.pipeline .tern-501-section .grid .top-copy {
  grid-column: 7/12;
  margin-bottom: 50px;
}
.pipeline .tern-501-section .grid .chevron-wrapper {
  bottom: 0;
  grid-column: 1/2;
  position: absolute;
  right: 0;
  width: 300px;
  height: 300px;
}
.pipeline .tern-501-section .grid .chevron-wrapper img {
  width: 100%;
  height: 100%;
}
.pipeline .tern-501-section .grid .middle-copy {
  grid-column: 2/12;
}
.pipeline .tern-501-section .grid .middle-copy p {
  margin-bottom: 50px;
}
.pipeline .tern-501-section .grid .bottom-copy {
  grid-column: 2/12;
}
@media (max-width: 1920px) {
  .pipeline .tern-501-section .chevron-wrapper {
    bottom: -320px;
  }
}
@media (max-width: 1024px) {
  .pipeline .tern-501-section .grid h5 {
    font-size: 18px;
  }
  .pipeline .tern-501-section .grid .top-headings, .pipeline .tern-501-section .grid .top-copy, .pipeline .tern-501-section .grid .bottom-copy {
    grid-column: 1/7;
  }
  .pipeline .tern-501-section .grid .sub-heading-1 {
    font-size: 20px;
  }
  .pipeline .tern-501-section .grid .chevron-wrapper {
    bottom: 225px;
    grid-column: 3/4;
    width: 495px;
    height: 495px;
  }
  .pipeline .tern-501-section .grid .middle-copy {
    grid-column: 4/7;
    margin: 105px 0;
  }
}
@media (max-width: 860px) {
  .pipeline .tern-501-section .grid .chevron-wrapper {
    bottom: 240px;
  }
}
@media (max-width: 768px) {
  .pipeline .tern-501-section .grid .chevron-wrapper {
    bottom: 280px;
  }
}
.pipeline .tern-501-section .chevron-wrapper-m {
  display: none;
}
@media (max-width: 650px) {
  .pipeline .tern-501-section .grid .chevron-wrapper-m {
    display: block;
    position: relative;
    right: 200px;
    bottom: 50px;
    display: none;
  }
  .pipeline .tern-501-section .grid .top-headings, .pipeline .tern-501-section .grid .top-copy, .pipeline .tern-501-section .grid .bottom-copy, .pipeline .tern-501-section .grid .middle-copy {
    grid-column: 1/5;
  }
  .pipeline .tern-501-section .grid .top-copy {
    margin-bottom: 30px;
  }
  .pipeline .tern-501-section .grid .top-copy h5 {
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .pipeline .tern-501-section .grid .middle-copy {
    margin: 0;
  }
  .pipeline .tern-501-section .grid .chevron-wrapper {
    display: none;
  }
}
@media (max-width: 650px) {
  .pipeline .tern-501-section .grid .chevron-wrapper-m {
    right: 150px;
  }
  .pipeline .tern-501-section .grid .pipeline-row {
    border-bottom: 0;
  }
}
.pipeline .tern-800-section .small-desktop, .pipeline .tern-800-section .tablet, .pipeline .tern-800-section .mobile {
  display: none;
}
.pipeline .tern-800-section .grid .top-header {
  grid-column: 2/6;
  margin-bottom: 0;
}
.pipeline .tern-800-section .grid .top-copy {
  grid-column: 2/12;
}
.pipeline .tern-800-section .grid .paragraph_2 {
  grid-column: 7/12;
  margin-bottom: 0;
}
.pipeline .tern-800-section .grid .paragraph_3 {
  grid-column: 2/12;
  margin: 50px 0;
}
.pipeline .tern-800-section .grid .img-wrapper {
  grid-column: 2/12;
}
.pipeline .tern-800-section .grid .paragraph-sub-header {
  margin-top: 50px;
  grid-column: 2/12;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.pipeline .tern-800-section .grid .paragraph_4 {
  grid-column: 2/12;
  margin-bottom: 50px;
}
@media (max-width: 650px) {
  .pipeline .tern-800-section .grid .paragraph_4 {
    margin-bottom: 50px;
  }
}
.pipeline .tern-800-section .grid .footnote {
  grid-column: 2/12;
  font-size: 14px;
}
.pipeline .tern-800-section .grid .sub-heading {
  grid-column: 2/6;
  font-size: 28px;
}
.pipeline .tern-800-section .grid p {
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .pipeline .tern-800-section .large-desktop {
    display: none;
  }
  .pipeline .tern-800-section .small-desktop {
    display: block;
  }
}
@media (max-width: 1024px) {
  .pipeline .tern-800-section .tablet {
    display: block;
  }
  .pipeline .tern-800-section .small-desktop {
    display: none;
  }
  .pipeline .tern-800-section .grid > * {
    grid-column: 1/7 !important;
  }
  .pipeline .tern-800-section .grid .top-header {
    font-size: 30px;
  }
  .pipeline .tern-800-section .grid .sub-heading {
    font-size: 20px;
  }
  .pipeline .tern-800-section .grid .paragraph-sub-header {
    font-size: 18px;
  }
  .pipeline .tern-800-section .grid .footnote {
    font-size: 12px;
  }
}
@media (max-width: 650px) {
  .pipeline .tern-800-section .grid > * {
    grid-column: 1/5 !important;
  }
  .pipeline .tern-800-section .grid .img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pipeline .tern-800-section .tablet {
    display: none;
  }
  .pipeline .tern-800-section .mobile {
    display: block;
  }
  .pipeline .tern-800-section #footnote-800 {
    padding-top: 30px;
  }
}

.pipeline-container {
  width: 95%;
  margin: 0 auto;
  border-radius: 8px;
  grid-column: 2/12;
  margin-left: 35px;
}

.pipeline-row td:nth-child(n+3) {
  width: 20%;
}
.pipeline-row td:nth-child(-n+3) {
  width: 13.3%;
  padding-top: 35px;
}

.pipeline th, .pipeline td {
  background: white;
  border-bottom: 2px solid #004799;
}

.pipeline-row:first-child td {
  border-bottom: 4px solid #004799;
  padding-top: 40px;
}

.pipeline-table {
  border: 0 !important;
}
.pipeline-table thead th, .pipeline-table thead td {
  background: transparent;
}

.pipeline-table {
  width: 100%;
  border-collapse: collapse;
}

/* Header row styling */
.header-row {
  color: white;
}

.header-row th {
  padding: 20px 15px 5px 15px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.5px;
  border: 0;
}

.header-row th:last-child {
  border-right: none;
}

/* Program column styling */
.program-cell {
  background-color: #f8f9fa;
  padding: 25px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #004799;
  border-right: 2px solid #e9ecef;
  position: relative;
  vertical-align: middle;
  width: 180px;
  text-align: center;
}

.program-name {
  color: #004799;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: -50px;
  line-height: 130%;
  min-height: 30px;
  text-align: left;
}
@media (max-width: 790px) {
  .program-name {
    font-size: 18px;
  }
}

.pipeline-row:nth-child(2) .program-name {
  color: #3FBA93;
  margin-top: -40px;
}

.program-chevron {
  border: 2px #F0BB64 solid;
  border-radius: 50%;
  line-height: 1;
  padding: 5px 5px;
  position: absolute;
  left: -55px;
  top: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.program-chevron p {
  color: white;
  font-size: 40px;
  margin: 0;
  line-height: 0.6;
}

.program-chevron:hover {
  cursor: pointer;
  left: -50px;
}

.program-code {
  color: #004799;
  font-size: 13px;
}

/* Standard cell styling */
.pipeline-cell {
  padding: 25px 15px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e9ecef;
  font-weight: 600;
  color: #004799;
}

.pipeline-cell:last-child {
  border-right: none;
}

/* Phase indicators */
.phase-indicator {
  display: inline-block;
  padding: 12px 25px;
  color: white;
  font-weight: 600;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  position: relative;
  min-width: 120px;
  min-height: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1580px) {
  .phase-indicator {
    font-size: 10px;
  }
}
.phase-indicator img {
  margin-left: 20px;
  max-width: 148px;
  max-height: 27.7px;
}

.phase-indicator-cell {
  padding-left: 0;
  position: relative;
}

.phase-indicator::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.phase-1 {
  background: #004799;
  width: 185%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.phase-1::after {
  border-left-color: #004799;
}

.phase-2 {
  background: #3FBA93;
  width: 201%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.phase-2::after {
  border-left-color: #3FBA93;
}

.phase-2-ready {
  background: #3FBA93;
  width: 201%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.phase-2-ready::after {
  border-left-color: #3FBA93;
}

.lead-opt {
  background: #3FBA93;
  width: 90%;
  padding: 10px 20px;
  padding-right: 0;
  text-align: left;
  text-transform: none;
}

.lead-opt::after {
  border-left-color: #3FBA93;
}

/* Mechanism column */
.mechanism-cell {
  font-size: 14px;
  color: #004799;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .mechanism-cell {
    font-size: 12px;
  }
}

.pipeline-row:hover {
  background-color: #f8f9fa;
}

.pipeline-row:last-child {
  border-bottom: none;
}

/* Responsive design */
@media (max-width: 1200px) {
  .pipeline-container {
    margin: 0 10px;
  }
  .header-row th {
    padding: 15px 10px;
    font-size: 12px;
  }
  .program-cell {
    padding: 20px 15px;
    width: 150px;
  }
  .pipeline-cell {
    padding: 20px 10px;
  }
  .phase-indicator {
    padding: 10px 20px;
    font-size: 12px;
    min-width: 100px;
  }
}
@media (max-width: 768px) {
  .pipeline-table {
    font-size: 12px;
    margin-left: -25px;
  }
  .program-cell {
    width: 120px;
    padding: 15px 0px;
  }
}
/* WordPress ACF Integration Styles */
.acf-field {
  margin-bottom: 20px;
}

.acf-label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #004799;
}

.acf-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.approach {
  overflow: hidden;
}
.approach table, .approach th, .approach td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 10px;
}
.approach .hero h1 br {
  display: none;
}
@media (max-width: 650px) {
  .approach .hero {
    background-image: url(/wp-content/uploads/2025/07/Terns_secondary_mobile_approach-scaled.jpg) !important;
  }
}
.approach .top-section {
  position: relative;
  background-color: #004799;
  padding: 0;
}
.approach .top-section .grid {
  padding-top: 150px;
  padding-bottom: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.approach .top-section .grid > * {
  grid-column: 2/10;
}
.approach .top-section .left-chevron {
  position: absolute;
  top: 150px;
  left: -15px;
}
.approach .top-section .right-chevron {
  position: absolute;
  right: 0;
  bottom: -550px;
}
@media (max-width: 1440px) {
  .approach .top-section .left-chevron {
    width: 173px;
    top: 177px;
  }
  .approach .top-section .right-chevron {
    bottom: -375px;
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .approach .top-section .left-chevron {
    display: none;
  }
  .approach .top-section .grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .approach .top-section .grid > * {
    grid-column: 1/7;
  }
  .approach .top-section .grid h2 {
    font-size: 32px;
    margin-bottom: 30px;
    grid-column: 1/5;
  }
  .approach .top-section .grid p {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .approach .top-section .grid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .approach .top-section .grid .top {
    grid-column: 1/5;
  }
  .approach .top-section .right-chevron {
    bottom: -345px;
    width: 200px;
  }
}
.approach .featured-publication-section {
  padding: 183px 0;
  position: relative;
}
.approach .featured-publication-section .grid > * {
  grid-column: 2/7;
}
.approach .featured-publication-section .with-chevron {
  font-size: 25px;
  font-weight: 600;
}
.approach .featured-publication-section h2 {
  color: #F0BB64;
}
.approach .featured-publication-section .primary {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 135%; /* 27px */
  font-weight: 600;
}
.approach .featured-publication-section .primary br {
  display: none;
}
.approach .featured-publication-section .secondary {
  font-size: 27px;
  margin-bottom: 20px;
  font-weight: 500;
}
.approach .featured-publication-section .right-chevron-image {
  position: absolute;
  top: -675px;
  right: -84px;
  z-index: 1;
}
.approach .featured-publication-section .right-chevron {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.approach .featured-publication-section .right-chevron img {
  height: 100%;
}
.approach .featured-publication-section a .secondary {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (max-width: 2961px) {
  .approach .featured-publication-section .right-chevron-image {
    right: -48px;
  }
}
@media (max-width: 2271px) {
  .approach .featured-publication-section .right-chevron-image {
    right: -25px;
  }
}
@media (max-width: 2195px) {
  .approach .featured-publication-section .right-chevron {
    right: -33px;
  }
}
@media (max-width: 1920px) {
  .approach .featured-publication-section .right-chevron-image {
    right: -155px;
  }
  .approach .featured-publication-section .right-chevron {
    right: -164px;
  }
}
@media (max-width: 1756px) {
  .approach .featured-publication-section .right-chevron-image {
    right: -258px;
  }
  .approach .featured-publication-section .right-chevron {
    right: -300px;
  }
}
@media (max-width: 1651px) {
  .approach .featured-publication-section .right-chevron {
    right: -420px;
  }
}
@media (max-width: 1526px) {
  .approach .featured-publication-section .right-chevron-image {
    right: -404px;
  }
  .approach .featured-publication-section .right-chevron {
    right: -546px;
  }
}
@media (max-width: 1440px) {
  .approach .featured-publication-section .primary {
    font-size: 28px;
    margin-bottom: 0;
  }
  .approach .featured-publication-section .with-chevron {
    font-size: 20px;
  }
  .approach .featured-publication-section .secondary {
    font-size: 28px;
  }
  .approach .featured-publication-section .right-chevron {
    right: -175px;
  }
}
@media (max-width: 1024px) {
  .approach .featured-publication-section .grid > * {
    grid-column: 1/4;
  }
  .approach .featured-publication-section h2 {
    font-size: 32px;
  }
  .approach .featured-publication-section .primary {
    font-size: 20px;
    margin-bottom: 0;
  }
  .approach .featured-publication-section .with-chevron {
    font-size: 20px;
  }
  .approach .featured-publication-section .secondary {
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  .approach .featured-publication-section .grid > * {
    grid-column: 1/5;
  }
}
@media (max-width: 650px) and (max-width: 650px) {
  .approach .featured-publication-section {
    padding: 50px 0;
  }
}
@media (max-width: 650px) {
  .approach .featured-publication-section .grid > * {
    grid-column: 1/5;
  }
  .approach .featured-publication-section .primary br {
    display: block;
  }
}
.approach .right-chevron-tablet {
  display: none;
  position: relative;
  z-index: -1;
}
.approach .right-chevron-tablet img {
  width: 100%;
}
@media (max-width: 1440px) {
  .approach h2 {
    font-size: 40px;
  }
  .approach .right-chevron, .approach .right-chevron-image {
    display: none;
  }
  .approach .right-chevron-tablet {
    display: block;
    margin-top: -900px;
    margin-bottom: -700px;
  }
}
@media (max-width: 991px) {
  .approach .right-chevron-tablet {
    margin-top: -700px;
    margin-bottom: -500px;
  }
}
@media (max-width: 820px) {
  .approach .right-chevron-tablet {
    margin-top: -600px;
  }
}
@media (max-width: 650px) {
  .approach .right-chevron-tablet {
    margin-top: -235px;
    margin-bottom: -305px;
  }
}
@media (max-width: 390px) {
  .approach .right-chevron-tablet {
    margin-top: -230px;
    margin-bottom: -205px;
  }
}

.careers {
  overflow: hidden;
}
@media (max-width: 1440px) {
  .careers section:not(.hero) {
    padding: 100px 0;
  }
}
@media (max-width: 650px) {
  .careers section:not(.hero) {
    padding: 50px 0;
  }
}
.careers table, .careers th, .careers td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 10px;
}
@media (max-width: 1440px) {
  .careers .hero {
    background-image: url(/wp-content/uploads/2025/07/careers_hero_1440.png) !important;
  }
}
@media (max-width: 1024px) {
  .careers .hero {
    background-image: url(/wp-content/uploads/2025/07/careers_hero_tablet.png) !important;
  }
}
@media (max-width: 650px) {
  .careers .hero {
    background-image: url(/wp-content/uploads/2025/07/Terns_secondary_mobile_career-scaled.jpg) !important;
  }
}
.careers .top-section {
  position: relative;
  padding: 0;
  background-color: #004799;
  overflow: hidden;
}
.careers .top-section .grid {
  padding-top: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 0;
}
.careers .top-section .grid > * {
  grid-column: 2/12;
}
.careers .top-section .grid > h2 {
  margin-bottom: 30px;
}
.careers .top-section .grid .watch-us-soar-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 209px;
  margin-top: 3em;
}
.careers .top-section .grid .watch-us-soar-row h2 {
  color: #F0BB64;
}
.careers .top-section .grid .left-top-chevron {
  grid-column: 1/2;
  position: absolute;
  right: 0;
  width: 700px;
  height: 700px;
  bottom: -182px;
}
.careers .top-section .grid .right-top-chevron {
  position: absolute;
  bottom: -115px;
  right: -294px;
  grid-column: 11;
}
.careers .top-section .grid .green-box {
  background-color: #3FBA93;
  padding: 30px;
  grid-column: 2/13;
  position: relative;
}
.careers .top-section .grid .green-box .green-box-dummy {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 900px;
  z-index: -1;
  background: #3FBA93;
}
.careers .top-section .grid .green-box h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.careers .top-section .grid .green-box p {
  margin-bottom: 0;
  max-width: 1100px;
}
.careers .top-section .left-chevron {
  position: absolute;
  top: 150px;
}
.careers .top-section .right-chevron {
  position: absolute;
  right: 0;
  bottom: -550px;
}
@media (max-width: 1800px) {
  .careers .top-section .grid .left-top-chevron {
    bottom: -145px;
  }
  .careers .top-section .grid .green-box p {
    max-width: 900px;
  }
}
@media (max-width: 1440px) {
  .careers .top-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .careers .top-section .left-chevron {
    width: 173px;
    top: 177px;
  }
  .careers .top-section .right-chevron {
    bottom: -375px;
    width: 300px;
  }
  .careers .top-section .grid {
    padding-top: 0;
  }
  .careers .top-section .grid .left-top-chevron {
    bottom: -255px;
  }
  .careers .top-section .grid .green-box p {
    font-size: 16px;
    max-width: 656px;
  }
  .careers .top-section .grid .watch-us-soar-row {
    margin-bottom: 145px;
  }
  .careers .top-section .grid .watch-us-soar-row h2 {
    font-size: 44px;
  }
  .careers .top-section .grid > h2 {
    font-size: 44px;
  }
  .careers .top-section .grid > p {
    font-size: 18px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .careers .top-section {
    padding-bottom: 0 !important;
  }
  .careers .top-section .left-chevron {
    display: none;
  }
  .careers .top-section .grid {
    padding-top: 0;
    padding-bottom: 0;
  }
  .careers .top-section .grid h2 {
    font-size: 30px;
    margin-bottom: 30px;
    grid-column: 1/7;
  }
  .careers .top-section .grid > p {
    margin-bottom: 30px;
  }
  .careers .top-section .grid > p, .careers .top-section .grid .watch-us-soar-row {
    grid-column: 1/7;
  }
  .careers .top-section .grid .watch-us-soar-row {
    margin-bottom: 100px;
  }
  .careers .top-section .grid .watch-us-soar-row h2 {
    font-size: 40px;
  }
  .careers .top-section .grid p {
    font-size: 18px;
  }
  .careers .top-section .grid .green-box {
    grid-column: 2/7;
    position: relative;
  }
  .careers .top-section .grid .green-box .green-box-dummy {
    left: 200px;
  }
  .careers .top-section .grid .green-box h2 {
    position: relative;
    z-index: 1;
    font-size: 26px;
  }
  .careers .top-section .grid .green-box p {
    max-width: 414px;
    position: relative;
    z-index: 1;
  }
  .careers .top-section .grid .green-box .green-box-dummy {
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 300px;
    background: #3FBA93;
    padding: 30px;
  }
  .careers .top-section .grid .left-top-chevron {
    bottom: 50px;
    width: 400px;
    height: 400px;
  }
  .careers .top-section .grid .right-top-chevron {
    bottom: -12px;
    right: -180px;
    grid-column: 11;
    z-index: 0;
  }
  .careers .top-section .grid .right-top-chevron img {
    width: 305px;
  }
}
.careers .top-section .green-box-chevron {
  display: none;
}
@media (max-width: 650px) {
  .careers .top-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-bottom: 70px !important;
  }
  .careers .top-section .green-box-chevron {
    display: block;
    position: absolute;
    width: 200px;
    top: -80px;
    left: -147px;
  }
  .careers .top-section .grid > p, .careers .top-section .grid .watch-us-soar-row, .careers .top-section .grid > h2 {
    grid-column: 1/5 !important;
  }
  .careers .top-section .right-chevron {
    bottom: -345px;
    width: 200px;
  }
  .careers .top-section .grid .green-box {
    grid-column: 1/5;
  }
  .careers .top-section .grid .green-box h2 {
    max-width: 200px;
    margin-left: 50px;
  }
  .careers .top-section .grid .green-box .green-box-dummy {
    display: none;
  }
  .careers .top-section .grid .green-box p {
    max-width: 100%;
  }
  .careers .top-section .grid .watch-us-soar-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .careers .top-section .grid .watch-us-soar-row .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .careers .top-section .grid .right-top-chevron, .careers .top-section .grid .left-top-chevron {
    display: none;
  }
}
.careers .values-section .grid > * {
  grid-column: 2/12;
}
.careers .values-section .grid .secondary {
  margin-bottom: 20px;
}
.careers .values-section .grid .values-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.careers .values-section .grid .values-block-wrapper .value-block {
  max-width: 189px;
}
.careers .values-section .grid .values-block-wrapper .value-block .img-wrapper {
  margin-bottom: 20px;
}
.careers .values-section .grid .values-block-wrapper .value-block p {
  font-size: 18px;
}
.careers .values-section .testimonials {
  margin-top: 150px;
  margin-right: -15px;
  margin-left: -15px;
}
.careers .values-section .testimonials .testimonial-card {
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 345px;
}
.careers .values-section .testimonials .testimonial-card .mobile {
  display: none;
}
.careers .values-section .testimonials .testimonial-card.green {
  background-color: #3FBA93;
}
.careers .values-section .testimonials .testimonial-card.green * {
  color: #FFFFFF;
}
.careers .values-section .testimonials .testimonial-card.dark-blue {
  background-color: #002083;
}
.careers .values-section .testimonials .testimonial-card.dark-blue * {
  color: #FFFFFF;
}
.careers .values-section .testimonials .testimonial-card.light-blue {
  background-color: #447BBE;
}
.careers .values-section .testimonials .testimonial-card.light-blue * {
  color: #FFFFFF;
}
.careers .values-section .testimonials .testimonial-card.yellow {
  background-color: #F0BB64;
}
.careers .values-section .testimonials .testimonial-card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 20px;
}
.careers .values-section .testimonials .testimonial-card .card-content .quote {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.careers .values-section .testimonials .testimonial-card .card-content .person {
  font-size: 18px;
  margin-bottom: 5px;
}
.careers .values-section .testimonials .testimonial-card .card-content .position, .careers .values-section .testimonials .testimonial-card .card-content .resumator-job-title {
  font-size: 14px;
  margin-bottom: 30px;
}
.careers .values-section .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.careers .values-section .arrows .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 3.5px;
}
.careers .values-section .arrows .slick-arrow.next-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.careers .values-section .arrows .slick-arrow svg {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.careers .values-section .arrows .slick-arrow svg path {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.careers .values-section .arrows .slick-arrow:hover {
  cursor: pointer;
}
.careers .values-section .arrows .slick-arrow:hover svg path {
  fill: #F0BB64;
}
@media (max-width: 1540px) {
  .careers .values-section .grid > * {
    grid-column: 1/13;
  }
}
@media (max-width: 1440px) {
  .careers .values-section .grid > * {
    grid-column: 2/12;
  }
  .careers .values-section .grid .values-block-wrapper .value-block p {
    font-size: 16px;
  }
  .careers .values-section .testimonials .testimonial-card .card-content .person {
    font-size: 16px;
  }
  .careers .values-section .testimonials .testimonial-card .card-content .position, .careers .values-section .testimonials .testimonial-card .card-content .resumator-job-title {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1345px) {
  .careers .values-section .testimonials .testimonial-card .card-content .quote {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1345px) {
  .careers .values-section .grid .values-block-wrapper .value-block {
    max-width: 124px;
  }
}
@media (max-width: 1024px) {
  .careers .values-section .grid > * {
    grid-column: 1/7;
  }
  .careers .values-section .grid .values-block-wrapper .value-block {
    max-width: 124px;
  }
  .careers .values-section .grid .values-block-wrapper .value-block p {
    font-size: 16px;
  }
  .careers .values-section .testimonials {
    margin-top: 115px;
  }
  .careers .values-section .testimonials .testimonial-card .card-content .quote {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .careers .values-section .testimonials .slick-track {
    left: -25px;
  }
  .careers .values-section .testimonials .testimonial-card {
    margin: 0;
    margin-right: 20px;
  }
}
@media (min-width: 650px) {
  .careers .values-section .testimonials .testimonial-card .desktop {
    position: relative;
  }
  .careers .values-section .testimonials .testimonial-card .card-content {
    padding-right: 20px;
  }
}
@media (max-width: 753px) {
  .careers .values-section .grid .values-block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .careers .values-section .grid .values-block-wrapper .value-block {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .careers .values-section .grid .values-block-wrapper .value-block .img-wrapper {
    margin-right: 20px;
    max-width: unset;
  }
  .careers .values-section .grid .values-block-wrapper .value-block .img-wrapper img {
    width: 124px;
    height: 124px;
    max-width: unset;
  }
}
@media (max-width: 650px) {
  .careers .values-section .grid > * {
    grid-column: 1/5;
  }
  .careers .values-section .testimonials .testimonial-card {
    position: relative;
    overflow: hidden;
  }
  .careers .values-section .testimonials .testimonial-card .mobile {
    display: block;
  }
  .careers .values-section .testimonials .testimonial-card .desktop {
    display: none;
  }
  .careers .values-section .testimonials .testimonial-card img {
    left: 0;
  }
  .careers .values-section .testimonials .testimonial-card .card-content {
    right: 20px;
    max-width: 263px;
    bottom: 0;
  }
}
.careers .benefits-section {
  background-color: #004799;
  position: relative;
}
.careers .benefits-section .grid h2 {
  grid-column: 2/13;
  margin-bottom: 13px;
}
.careers .benefits-section .grid p.white {
  grid-column: 2/12;
  margin-bottom: 62px;
}
.careers .benefits-section .grid .benefits {
  grid-column: 2/8;
}
.careers .benefits-section .grid .benefits p, .careers .benefits-section .grid .benefits li {
  font-size: 24px;
  font-weight: 500;
}
.careers .benefits-section .grid .benefits ul {
  padding: 0;
}
.careers .benefits-section .grid .img-wrapper {
  grid-column: 8/12;
}
.careers .benefits-section .grid .img-wrapper .mobile {
  display: none;
}
.careers .benefits-section .grid .with-chevron {
  margin-top: 30px;
  color: #F0BB64;
  font-size: 25px;
}
.careers .benefits-section .green-chevron {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1440px) {
  .careers .benefits-section .grid h2 {
    font-size: 40px;
  }
  .careers .benefits-section .grid p.white {
    margin-bottom: 35px;
    font-size: 18px;
  }
  .careers .benefits-section .grid .benefits p, .careers .benefits-section .grid .benefits li {
    font-size: 18px;
    font-weight: 500;
  }
  .careers .benefits-section .grid .benefits ul {
    padding: 0;
  }
  .careers .benefits-section .grid .with-chevron {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .careers .benefits-section .grid > * {
    grid-column: 1/7 !important;
  }
  .careers .benefits-section .grid > *.img-wrapper {
    grid-column: 1/6 !important;
  }
  .careers .benefits-section .grid > *.img-wrapper img {
    width: 100%;
  }
  .careers .benefits-section .green-chevron {
    width: 320px;
  }
}
@media (max-width: 650px) {
  .careers .benefits-section .grid > * {
    grid-column: 1/5 !important;
  }
  .careers .benefits-section .grid .img-wrapper .mobile {
    display: block;
  }
  .careers .benefits-section .grid .img-wrapper .desktop {
    display: none;
  }
  .careers .benefits-section .grid h2 {
    font-size: 30px;
  }
  .careers .benefits-section .green-chevron {
    width: 262px;
  }
}
.careers .open-positions-section .grid h2 {
  margin-bottom: 30px;
  grid-column: 2/12;
}
.careers .open-positions-section .grid > p {
  grid-column: 2/12;
  margin-bottom: 100px;
}
.careers .open-positions-section .grid h3 {
  grid-column: 2/12;
  width: 100%;
  color: #F0BB64;
  border-bottom: 4px solid #F0BB64;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.careers .open-positions-section .grid .job-openings {
  grid-column: 2/12;
}
.careers .open-positions-section .grid .job-openings .resumator-job {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #F0BB64;
  margin-bottom: 30px;
}
.careers .open-positions-section .grid .job-openings .resumator-job:last-child {
  margin-bottom: 0;
}
.careers .open-positions-section .grid .job-openings .position, .careers .open-positions-section .grid .job-openings .resumator-job-title {
  grid-column: 1;
  border-top: 0;
  border-bottom: 0;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-size: 24px;
  color: #004799;
  font-weight: 700;
  padding-bottom: 5px;
}
.careers .open-positions-section .grid .job-openings .location, .careers .open-positions-section .grid .job-openings .resumator-job-info {
  grid-column: 2;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #004799;
  text-align: right;
  font-weight: 500;
}
.careers .open-positions-section .grid .job-openings .location span, .careers .open-positions-section .grid .job-openings .resumator-job-info span {
  color: #004799;
  font-weight: 700;
}
.careers .open-positions-section .grid .job-openings .resumator-job-view-details {
  grid-column: 3;
  text-align: right;
}
.careers .open-positions-section .grid .job-openings span {
  grid-column: 10;
}
@media (max-width: 1024px) {
  .careers .open-positions-section .grid > * {
    grid-column: 1/7 !important;
  }
  .careers .open-positions-section .grid .job-openings {
    grid-template-columns: repeat(6, 1fr);
  }
  .careers .open-positions-section .grid .job-openings .position, .careers .open-positions-section .grid .job-openings .resumator-job-title {
    font-size: 18px;
  }
  .careers .open-positions-section .grid .job-openings span {
    margin-bottom: 25px;
  }
  .careers .open-positions-section .grid > p {
    margin-bottom: 50px;
  }
}
@media (max-width: 650px) {
  .careers .open-positions-section .grid .job-openings .position, .careers .open-positions-section .grid .job-openings .resumator-job-title {
    grid-column: 1/4;
  }
  .careers .open-positions-section .grid .job-openings .location, .careers .open-positions-section .grid .job-openings .resumator-job-info {
    grid-column: 1/4;
    text-align: left;
  }
  .careers .open-positions-section .grid .job-openings .resumator-job-view-details {
    position: relative;
    bottom: 20px;
    grid-column: 4;
  }
  .careers .open-positions-section .grid > * {
    grid-column: 1/5 !important;
  }
}
.careers .photos-section {
  padding: 0 !important;
  background-color: #F0BB64;
}
.careers .photos-section .grid {
  position: relative;
  height: auto;
}
.careers .photos-section .grid .copy-box {
  grid-column: 2/5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.careers .photos-section .grid .copy-box h2 {
  margin-bottom: 20px;
}
.careers .photos-section .grid .img-wrapper {
  height: 100%;
}
.careers .photos-section .grid .img-wrapper img {
  height: 100%;
}
.careers .photos-section .grid .img-wrapper-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 5/12;
}
.careers .photos-section .grid .img-wrapper-1 img {
  border-left: 10px solid white;
  width: 66.7%;
  -o-object-fit: cover;
     object-fit: cover;
}
.careers .photos-section .grid .img-wrapper-1 img:nth-child(2) {
  width: 33.3%;
  border-right: 10px solid white;
}
.careers .photos-section .grid .img-wrapper-2 {
  grid-column: 2/12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.careers .photos-section .grid .img-wrapper-2 img {
  border-right: 10px solid white;
}
.careers .photos-section .grid .img-wrapper-2 img:nth-child(2) {
  border-right: 10px solid white;
  border-top: 10px solid white;
  width: 49%;
}
.careers .photos-section .grid .img-wrapper-2 img:first-child {
  border-right: 10px solid white;
  border-left: 10px solid white;
  border-top: 10px solid white;
  height: 100%;
  width: 30%;
}
.careers .photos-section .grid .img-wrapper-2 img:last-child {
  height: 100%;
  width: 21%;
  border-right: 10px solid white;
  border-top: 10px solid white;
}
.careers .photos-section .photo-border {
  border-bottom: 10px solid white;
}
.careers .photos-section .tablet {
  display: none;
}
@media (min-width: 1921px) {
  .careers .photos-section .img-wrapper-2 {
    width: 90%;
    grid-column: unset;
  }
  .careers .photos-section .img-wrapper-2 img:first-child, .careers .photos-section .img-wrapper-2 img:last-child {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1700px) {
  .careers .photos-section .grid .copy-box p {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .careers .photos-section .grid {
    position: relative;
  }
  .careers .photos-section .grid .copy-box {
    grid-column: 2/5;
  }
  .careers .photos-section .grid .copy-box h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .careers .photos-section .grid {
    height: 265px;
  }
  .careers .photos-section .grid .copy-box {
    grid-column: 2/6;
  }
  .careers .photos-section .grid .copy-box h2 {
    font-size: 40px;
  }
  .careers .photos-section .grid.desktop {
    display: none;
  }
  .careers .photos-section .tablet {
    display: block;
  }
  .careers .photos-section .tablet .copy-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 37px 20px;
  }
  .careers .photos-section .tablet .copy-box h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .careers .photos-section .tablet .img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .careers .photos-section .tablet .img-wrapper > *:first-child {
    width: 31%;
  }
  .careers .photos-section .tablet .img-wrapper > *:nth-child(2) {
    width: 47%;
  }
  .careers .photos-section .tablet .img-wrapper > *:last-child {
    width: 22%;
  }
}
.careers .photos-section .mobile {
  display: none;
}
@media (max-width: 1024px) {
  .careers .photos-section .tablet {
    display: none;
  }
  .careers .photos-section .mobile {
    display: block;
  }
  .careers .photos-section .mobile .copy-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 16px 25px;
    border-left: none !important;
  }
  .careers .photos-section .mobile .copy-box h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .careers .photos-section .mobile .copy-box p {
    font-size: 16px;
  }
  .careers .photos-section .mobile .img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .careers .photos-section .mobile .img-wrapper-5 > * {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    border-left: 10px solid white;
    border-bottom: 10px solid white;
  }
  .careers .photos-section .mobile .img-wrapper-7 > * {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    border-left: none;
  }
  .careers .photos-section .mobile .img-wrapper-6 > * {
    width: 100%;
    border-bottom: 10px solid white;
  }
  .careers .photos-section .mobile .img-wrapper-8 > * {
    width: 100%;
  }
  .careers .photos-section .mobile .img-9 {
    border-left: 10px solid white;
  }
  .careers .photos-section .mobile .img-wrapper-8 {
    border: 10px solid white;
    border-left: none;
    border-right: none;
  }
}

.team {
  position: relative;
}
.team > .green-chevron {
  right: 0 !important;
  display: none;
}
.team .grid {
  position: relative;
}
.team .grid > * {
  grid-column: 2/12;
}
@media screen and (min-width: 1025px) {
  .team > .container {
    display: block;
    max-width: 1046px;
    padding: 0;
  }
  .team > .green-chevron {
    display: block;
  }
  .team .grid .green-chevron {
    display: none;
  }
}
.team .arrows {
  display: none;
  margin-top: 0;
}
.team .green-chevron {
  position: absolute;
  grid-column: 12/13;
  right: -204px;
  width: 711px;
  bottom: -350px;
}
.team .team-wrapper {
  width: 100%;
  margin-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.team .team-wrapper .team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 23%;
  margin-bottom: 43px;
}
.team .team-wrapper .team-member:hover {
  cursor: pointer;
}
.team .team-wrapper .team-member .name {
  font-size: 18px;
  font-weight: 600;
}
.team .team-wrapper .team-member .title {
  font-size: 16px;
  font-weight: 500;
}
.team .team-wrapper .team-member .img-wrapper {
  border-bottom: 8px solid #F0BB64;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  width: 243px;
  height: 263px;
  background-position: center;
  background-color: #F3F3F3;
  margin-bottom: 10px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.team .team-wrapper .team-member .img-wrapper:hover {
  border-bottom: 8px solid #3FBA93;
}
.team .team-wrapper .team-member p {
  margin: 0;
}
.team .team-wrapper .team-member p.big {
  margin-bottom: 5px;
}

.team-member-modal, .board-member-modal {
  top: 0;
  background: #002083;
  z-index: 10;
  padding-top: 230px;
  padding-bottom: 700px;
  display: none;
  overflow-x: hidden;
}
.team-member-modal:first-child .prev-arrow, .board-member-modal:first-child .prev-arrow {
  pointer-events: none;
  display: none;
}
.team-member-modal:last-child .next-arrow, .board-member-modal:last-child .next-arrow {
  pointer-events: none;
  display: none;
}
.team-member-modal .img-wrapper, .board-member-modal .img-wrapper {
  grid-column: 1/5;
}
.team-member-modal .img-wrapper img, .board-member-modal .img-wrapper img {
  border-bottom: 10px solid #F0BB64;
}
.team-member-modal .team-info, .board-member-modal .team-info {
  grid-column: 5/12;
}
.team-member-modal .name, .board-member-modal .name {
  margin-bottom: 0;
}
.team-member-modal .title, .board-member-modal .title {
  margin-bottom: 50px;
}
.team-member-modal .biography, .board-member-modal .biography {
  color: white;
}
.team-member-modal .biography *, .board-member-modal .biography * {
  font-size: 18px;
}
.team-member-modal .grid, .board-member-modal .grid {
  position: relative;
}
.team-member-modal .yellow-chevron, .board-member-modal .yellow-chevron {
  grid-column: 2/3;
  position: absolute;
  left: -410px;
  width: 530px;
  top: -450px;
}
.team-member-modal .green-chevron, .board-member-modal .green-chevron {
  grid-column: 12/13;
  position: absolute;
  right: -200px;
  width: 620px;
  bottom: -700px;
}
.team-member-modal .close-button, .board-member-modal .close-button {
  grid-column: 12/13;
  padding-bottom: 100px;
}
.team-member-modal .close-button:hover, .board-member-modal .close-button:hover {
  cursor: pointer;
}

.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 100px;
}
.arrows .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 3.5px;
}
.arrows .arrow.next-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.arrows .arrow svg {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.arrows .arrow svg path {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.arrows .arrow:hover {
  cursor: pointer;
}
.arrows .arrow:hover svg path {
  fill: #F0BB64;
}

@media (max-width: 1440px) {
  .team h2 {
    font-size: 42px;
  }
  .team-member-modal .img-wrapper, .board-member-modal .img-wrapper {
    grid-column: 2/5;
  }
  .team-member-modal .team-info, .board-member-modal .team-info {
    grid-column: 5/12;
  }
}
@media (max-width: 1108px) {
  .team .team-wrapper {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .team {
    font-size: 32px;
  }
  .team .grid > * {
    grid-column: 1/7;
  }
  .team .green-chevron {
    width: 350px;
    bottom: -320px;
    right: -55px;
  }
  .team .team-wrapper {
    gap: 40px;
  }
  .team .team-wrapper .team-member {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .team-member-modal, .board-member-modal {
    padding-top: 200px;
  }
  .team-member-modal .img-wrapper, .board-member-modal .img-wrapper {
    grid-column: 1/3;
  }
  .team-member-modal .team-info, .board-member-modal .team-info {
    grid-column: 3/7;
  }
  .team-member-modal .green-chevron, .board-member-modal .green-chevron {
    grid-column: 6/7;
  }
  .team-member-modal .close-button, .board-member-modal .close-button {
    grid-column: 6/7;
    padding-bottom: 44px;
  }
  .team-member-modal .yellow-chevron, .board-member-modal .yellow-chevron {
    left: -210px;
    width: 270px;
    top: -200px;
  }
}
@media (max-width: 920px) {
  .team .team-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .team .team-wrapper .team-member {
    max-width: 241px;
    width: 100%;
  }
  .team .team-wrapper .team-member:nth-child(even) {
    justify-self: end;
  }
}
@media (max-width: 650px) {
  .team .grid > * {
    grid-column: 1/5;
  }
  .team h2 {
    font-size: 32px;
  }
  .team .team-wrapper {
    margin-top: 20px;
    grid-template-columns: 1fr;
  }
  .team .team-wrapper .team-member {
    max-width: 100%;
    margin: 0 10px;
    margin-right: 40px;
    margin-left: -28px;
  }
  .team .team-wrapper .team-member:last-of-type {
    margin-bottom: 0;
  }
  .team .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .team .green-chevron {
    display: none !important;
  }
  .team-member-modal, .board-member-modal {
    overflow-x: unset;
    padding-bottom: 300px;
  }
  .team-member-modal .img-wrapper, .board-member-modal .img-wrapper {
    grid-column: 1/4;
    margin-bottom: 30px;
  }
  .team-member-modal .team-info, .board-member-modal .team-info {
    grid-column: 1/5;
  }
  .team-member-modal .green-chevron, .board-member-modal .green-chevron {
    grid-column: 4/5;
    right: -65px;
    width: 350px;
    bottom: -513px;
  }
  .team-member-modal .yellow-chevron, .board-member-modal .yellow-chevron {
    top: -200px;
    left: -280px;
    display: none;
  }
  .team-member-modal .close-button, .board-member-modal .close-button {
    grid-column: 4/5;
    padding-bottom: 0;
  }
}
.error {
  background-color: #3FBA93;
}
.error .content {
  padding: 120px 0;
}
.error .content img {
  width: auto;
  margin: 0;
}
.error .content h1 {
  font-size: 231.091px;
  line-height: 277px;
  font-weight: 700;
  margin: 0;
}
.error .content h2 {
  margin: 0px 0px 10px;
}
.error .content p {
  margin: 0px 0px 25px;
}
.error .content .btn-white-outline {
  margin: auto;
}