/*!
	What would be the child theme, but JPL/LKC theme are combined due to interim 'Hello Elementor' theme

	LOTS of !important to override 'Hello Elementor' theme16
*/
/**
 * Media Queries
 */
/**
 * Standard Colors
 */
.btn-inverse {
  background: #2CD5C4;
  color: #071D49 !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px;
  line-height: 1.5rem;
  text-decoration: none !important;
  background: #fff !important;
  border: 2px solid #071D49 !important;
  padding: 8px 18px !important;
}
.btn-inverse:hover {
  background: #d7efe7;
}
.btn-inverse:hover {
  background: #c6e6e1 !important;
}
/* Lato (300, 400, 700 / regular, italics) */
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v24-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/lato-v24-latin-300italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v24-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/lato-v24-latin-italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v24-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/lato-v24-latin-700italic.woff2') format('woff2');
}
.hdr::after,
.hdr::before,
.ftr::before {
  background-color: transparent;
  background-image: linear-gradient(90deg, #2CD1C0 0%, #0C1E94 100%);
  content: '';
  display: block;
  height: 5px;
}
html {
  font-family: 'Lato', sans-serif;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* sticky header */
html,
body {
  overflow: visible !important;
}
.hdr {
  position: sticky;
  top: 0;
  z-index: 999;
}
.hdr {
  background: #fff;
  font-size: 1rem;
}
.hdr::before {
  left: 0;
  position: absolute;
  top: 4em;
  width: 100%;
}
@media only screen and (min-width: 980px) {
  .hdr::before {
    background: #071D49;
    height: 4em;
    top: 0;
  }
}
.hdr .wrap {
  padding: 4rem 0 0;
  position: relative;
}
.hdr .lang-wrap {
  position: absolute;
  right: 80px;
  top: 10px;
  width: 150px;
  z-index: 1;
}
@media only screen and (min-width: 980px) {
  .hdr .lang-wrap {
    left: 15px;
    top: 8px;
  }
}
.hdr .lang-wrap .trp-language-switcher {
  width: 150px;
}
.hdr .lang-wrap .trp-language-switcher > div {
  background-image: url(img/icons/chevron-down-black.svg);
  border-color: #071D49;
}
.hdr .lang-wrap .trp-language-switcher > div a {
  background: none !important;
}
@media only screen and (min-width: 980px) {
  .hdr .lang-wrap .trp-language-switcher > div {
    background-image: url(img/icons/chevron-down-white.svg);
    border-color: #ccc;
  }
}
.hdr .lang-wrap .trp-ls-shortcode-current-language,
.hdr .lang-wrap .trp-ls-shortcode-language {
  border-radius: 1em;
}
@media only screen and (min-width: 980px) {
  .hdr .lang-wrap .trp-ls-shortcode-current-language,
  .hdr .lang-wrap .trp-ls-shortcode-language {
    background-color: #071D49 !important;
  }
  .hdr .lang-wrap .trp-ls-shortcode-current-language a,
  .hdr .lang-wrap .trp-ls-shortcode-language a {
    color: #fff !important;
  }
  .hdr .lang-wrap .trp-ls-shortcode-current-language a:hover,
  .hdr .lang-wrap .trp-ls-shortcode-language a:hover {
    background: none !important;
    color: #ccc !important;
  }
}
.hdr .logo-wrap {
  left: 15px;
  position: absolute;
  top: 12px;
  width: 114px;
}
@media only screen and (min-width: 980px) {
  .hdr .logo-wrap {
    top: 5.5rem;
  }
}
.hdr .logo-wrap a,
.hdr .logo-wrap img {
  display: block;
}
.hdr a {
  text-decoration: none;
}
.hdr.hdr-empty::before {
  display: none;
}
.hdr.hdr-empty .logo-wrap {
  top: 12px !important;
}
@media only screen and (min-width: 980px) {
  .nav-primary,
  .nav-secondary {
    text-align: right;
  }
}
.nav-primary ul,
.nav-secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 980px) {
  .nav-primary li,
  .nav-secondary li {
    display: inline-block;
    vertical-align: top;
  }
}
.nav-primary a,
.nav-secondary a,
.nav-primary .title,
.nav-secondary .title {
  color: #071D49 !important;
  display: block;
  padding: 0.5em;
}
@media only screen and (min-width: 980px) {
  .nav-primary a,
  .nav-secondary a,
  .nav-primary .title,
  .nav-secondary .title {
    margin: 0.5em;
  }
}
.nav-primary .menu-item-has-children,
.nav-secondary .menu-item-has-children {
  position: relative;
}
.nav-primary .menu-item-has-children > .sub-menu,
.nav-secondary .menu-item-has-children > .sub-menu {
  background: #c6e6e1;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu-item-has-children > .sub-menu,
  .nav-secondary .menu-item-has-children > .sub-menu {
    display: none;
    left: -1em;
    min-width: 250px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 99;
  }
}
.nav-primary .menu-item-has-children > .sub-menu li,
.nav-secondary .menu-item-has-children > .sub-menu li {
  display: block;
}
.nav-primary .menu-item-has-children > .sub-menu a,
.nav-secondary .menu-item-has-children > .sub-menu a,
.nav-primary .menu-item-has-children > .sub-menu .title,
.nav-secondary .menu-item-has-children > .sub-menu .title {
  margin: 0;
  padding-left: 1em;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu-item-has-children > .sub-menu a,
  .nav-secondary .menu-item-has-children > .sub-menu a,
  .nav-primary .menu-item-has-children > .sub-menu .title,
  .nav-secondary .menu-item-has-children > .sub-menu .title {
    padding-left: 0.5em;
  }
}
.nav-primary .menu-item-has-children > .sub-menu .sub-menu,
.nav-secondary .menu-item-has-children > .sub-menu .sub-menu {
  left: 100%;
  padding: 0 0 1px;
  top: 0;
}
.nav-primary .menu-item-has-children > .sub-menu ul.sub-menu .sub-menu a,
.nav-secondary .menu-item-has-children > .sub-menu ul.sub-menu .sub-menu a,
.nav-primary .menu-item-has-children > .sub-menu ul.sub-menu .sub-menu .title,
.nav-secondary .menu-item-has-children > .sub-menu ul.sub-menu .sub-menu .title {
  padding-left: 2em;
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu-item-has-children > .sub-menu ul.sub-menu .sub-menu a,
  .nav-secondary .menu-item-has-children > .sub-menu ul.sub-menu .sub-menu a,
  .nav-primary .menu-item-has-children > .sub-menu ul.sub-menu .sub-menu .title,
  .nav-secondary .menu-item-has-children > .sub-menu ul.sub-menu .sub-menu .title {
    padding-left: 0.5em;
  }
}
@media only screen and (min-width: 980px) {
  .nav-primary .menu-item-has-children:hover > .sub-menu,
  .nav-secondary .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
.nav-primary > ul {
  padding-top: 5px;
}
@media only screen and (min-width: 980px) {
  .nav-primary ul {
    padding: 1em 0;
  }
}
.nav-primary > ul > li > a,
.nav-primary > ul > li > .title {
  text-transform: uppercase;
}
.nav-primary .sub-menu a {
  color: #071D49;
  transition: background 0.5s ease-in;
}
.nav-primary .sub-menu a:hover {
  background: #071D49 !important;
  color: #fff !important;
}
.nav-primary .has-img {
  background-size: 0;
}
@media only screen and (min-width: 980px) {
  .nav-primary .has-img {
    /* background-image will be set inline */
    background-size: initial;
    background-position: left bottom;
    background-repeat: no-repeat;
    min-height: 215px;
    padding-left: 245px;
  }
}
@media only screen and (min-width: 980px) {
  .nav-primary .full-width {
    position: static !important;
  }
  .nav-primary .full-width > a {
    position: relative;
    /* fixes 'gap' when hovering and trying to move from link to .sub-menu */
  }
  .nav-primary .full-width > a:hover::after {
    content: '';
    display: block;
    width: 200%;
    height: 1.5em;
    background: #fff;
    position: absolute;
    top: 100%;
    left: -50%;
    z-index: 99;
  }
  .nav-primary .full-width > .sub-menu {
    min-width: 0;
    position: static !important;
  }
  .nav-primary .full-width > .sub-menu::after,
  .nav-primary .full-width > .sub-menu::before {
    background: #c6e6e1;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50vw;
  }
  .nav-primary .full-width > .sub-menu::after {
    left: 50%;
  }
  .nav-primary .full-width > .sub-menu::before {
    right: 50%;
  }
  .nav-primary .full-width > .sub-menu a {
    background: none !important;
    color: #071D49 !important;
  }
  .nav-primary .full-width > .sub-menu a:hover {
    text-decoration: underline;
  }
  .nav-primary .full-width:hover .sub-menu {
    display: block !important;
    left: 0;
    position: relative;
    z-index: 1;
  }
  .nav-primary .full-width div.sub-menu {
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 100% !important;
  }
  .nav-primary .full-width div.sub-menu > ul.sub-menu {
    display: flex !important;
    margin-top: 2em;
    justify-content: space-between;
  }
}
.nav-primary .full-width .has-btn a {
  background: #2CD5C4;
  color: #071D49 !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px;
  line-height: 1.5rem;
  text-decoration: none !important;
  background: #fff !important;
  border: 2px solid #071D49 !important;
  padding: 8px 18px !important;
  margin: 0.5em 1em !important;
  min-width: 280px;
  text-align: center;
}
.nav-primary .full-width .has-btn a:hover {
  background: #d7efe7;
}
.nav-primary .full-width .has-btn a:hover {
  background: #c6e6e1 !important;
}
@media only screen and (min-width: 768px) {
  .nav-primary .full-width .has-btn a {
    margin-left: 0;
  }
}
.nav-primary .full-width .has-btn:last-child {
  margin-bottom: 1em;
}
.nav-primary .full-width .title {
  color: #006271;
  display: block;
  padding: 0.5em;
  text-transform: uppercase;
}
.nav-secondary {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .nav-secondary {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1024px) {
  .nav-secondary {
    font-size: inherit;
  }
}
.nav-secondary .has-img {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 0;
}
.nav-secondary li {
  vertical-align: middle;
}
@media only screen and (min-width: 980px) {
  .nav-secondary {
    padding: 0.5em;
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav-secondary a {
    color: #fff !important;
    margin-bottom: 0;
    margin-top: 0;
  }
  .nav-secondary a:hover {
    color: #ccc !important;
  }
  .nav-secondary .has-btn a {
    background: #2CD5C4;
    color: #071D49 !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 20px;
    line-height: 1.5rem;
    text-decoration: none !important;
  }
  .nav-secondary .has-btn a:hover {
    background: #d7efe7;
  }
  .nav-secondary .has-btn-inverse a {
    background: #2CD5C4;
    color: #071D49 !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 20px;
    line-height: 1.5rem;
    text-decoration: none !important;
    background: #fff !important;
    border: 2px solid #071D49 !important;
    padding: 8px 18px !important;
    border-color: transparent !important;
  }
  .nav-secondary .has-btn-inverse a:hover {
    background: #d7efe7;
  }
  .nav-secondary .has-btn-inverse a:hover {
    background: #c6e6e1 !important;
  }
  .nav-secondary .has-img {
    background-size: 2em 1em;
    margin-left: 0.9em;
    margin-right: 0.6em;
  }
  .nav-secondary .has-img a {
    margin-left: 0;
    padding-left: 2.25em;
  }
}
.nav-toggle {
  background: none !important;
  border: none;
  border-radius: 0 !important;
  color: #071D49 !important;
  cursor: pointer;
  font-size: 13px;
  height: 50px;
  padding: 30px 0 15px;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: 7px;
  width: 50px;
  z-index: 99;
}
@media only screen and (min-width: 980px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle.toggle-closed:before {
  width: 26px;
  top: 26px;
  transform: rotate(45deg) translate(3px, 8px);
  transform-origin: right center;
}
.nav-toggle.toggle-closed:after {
  width: 26px;
  top: 44px;
  transform: rotate(-45deg) translate(10px, -5px);
  transform-origin: left center;
}
.nav-toggle.toggle-closed span:first-child {
  display: none;
}
.nav-toggle:before,
.nav-toggle:after,
.nav-toggle span:first-child {
  background: #071D49;
  content: "";
  height: 3px;
  position: absolute;
  right: 25%;
  width: 50%;
  transition: all 0.3s ease;
}
.nav-toggle:before {
  top: 32%;
}
.nav-toggle:after {
  top: 68%;
}
.nav-toggle span:first-child {
  top: 50%;
}
.nav-toggle span.txt {
  display: block;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 979px) {
  .nav-wrap {
    display: none;
  }
  .nav > ul > li.menu-item-has-children > a {
    position: relative;
  }
  .nav > ul > li.menu-item-has-children > a::after {
    background: right 50% no-repeat url(img/icons/chevron-right.svg);
    content: '';
    height: 1em;
    margin-top: -0.5em;
    position: absolute;
    right: 1em;
    top: 50%;
    width: 1em;
  }
  .nav > ul > li.menu-item-has-children.ddactive > a::after {
    transform: rotate(90deg);
  }
  .nav > ul > li.menu-item-has-children > .sub-menu {
    display: none;
  }
  .nav > ul > li.menu-item-has-children > .sub-menu.ddopen {
    display: block;
  }
}
.ftr {
  background: #F2F1F0;
  font-size: 1rem;
}
.ftr .wrap {
  padding-bottom: 5.25rem;
  padding-top: 6.25rem;
  position: relative;
}
.ftr ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ftr a {
  color: #071D49 !important;
  text-decoration: none;
}
.ftr a:hover {
  text-decoration: underline;
}
.ftr .ftr-logo-wrap {
  left: 15px;
  position: absolute;
  top: 6.25rem;
}
.ftr .nav-footer .menu {
  list-style: none;
  margin-top: 75px;
}
.ftr .nav-footer .menu > li {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .ftr .nav-footer .menu {
    display: flex;
    padding-bottom: 50px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 980px) {
  .ftr .nav-footer .menu {
    margin-left: 255px;
    margin-top: 0;
  }
}
.ftr .nav-footer li {
  margin-bottom: 0.5em;
}
.ftr .nav-footer .menu > li > a,
.ftr .nav-footer .title {
  color: #006271 !important;
  display: block;
  font-size: 14px;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.ftr .nav-footer ul > li > .title {
  margin-top: 1em;
}
.ftr .nav-footer ul > li:first-child > .title {
  margin-top: 0;
}
.ftr .ftr-menu-wrap {
  position: relative;
}
.ftr .nav-social li {
  display: inline-block;
  margin: 0 1em 1em 0;
}
@media only screen and (min-width: 768px) {
  .ftr .nav-social {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .ftr .nav-social li {
    margin: 0 0 0 1em;
  }
}
.ftr .nav-social a {
  background: #2CD5C4;
  border-radius: 50%;
  display: block;
  line-height: 1;
  padding: 10px;
}
.ftr .nav-social svg {
  fill: #071D49;
  display: block;
}
@media only screen and (min-width: 768px) {
  .ftr .copyright {
    margin-top: -1em;
  }
}
.ftr .nav-copyright {
  border-top: 2px solid #ccc;
  font-size: 0.875rem;
  margin-top: 1em;
  padding: 1em 0;
}
.ftr .nav-copyright li {
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .ftr .nav-copyright ul {
    display: flex;
    justify-content: space-between;
  }
}
.ftr .nav-copyright a {
  text-transform: uppercase;
}
/*oembed styling*/
.oembed iframe {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .oembed iframe {
    max-height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .oembed iframe {
    display: block;
    margin: auto;
    width: 100%;
    height: 600px;
  }
}
/**
 * Video Wrapper
 */
.video-wrap {
  background: #000000;
  margin: 25px 0px;
  position: relative;
}
.video-wrap.video-loaded.aspect-16-9 {
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrap.video-loaded.aspect-4-3 {
  padding-bottom: 75%;
  height: 0;
}
.video-wrap a {
  display: block;
}
.video-wrap a img {
  display: block;
  height: auto;
  width: 100%;
}
.video-wrap a .icon {
  color: #ffffff;
  height: 50px;
  left: 50%;
  margin: -25px 0px 0px -25px;
  position: absolute;
  text-align: center;
  text-shadow: 0px 0px 8px #333;
  top: 50%;
  width: 50px;
}
@media only screen and (min-width: 980px) {
  .video-wrap a .icon {
    height: 120px;
    margin: -60px 0px 0px -60px;
    width: 120px;
  }
}
.video-wrap a .icon svg {
  fill: #ffffff;
  height: auto;
  width: 100%;
}
.video-wrap iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
