/*
Theme Name: Starter 
*/
/* Globals */
@font-face {
  font-family: 'Aptos';
  /* Replace with your font's name */
  src: url("../../font/Aptos.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 16px; }

body {
  font-family: 'Aptos', sans-serif;
  /* Use your font for the body text */
  letter-spacing: 0.5px; }

body {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  color: #2b4560; }

body.theme-flex {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

.main_content {
  flex: 1; }

/* Content Style A */
p, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px; }

h1, h2, h3, h4, h5, h6, .heading-font {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal; }

.mb-30 {
  margin-bottom: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }

.wt {
  color: #fff !important; }

.light-text {
  color: #e1e7e0 !important; }

.content p, .content .para, .contentarea p, .contentarea .para {
  font-size: 1rem; }

.content h1, .content .fs-1, .contentarea h1, .contentarea .fs-1 {
  font-size: 3rem; }

.content h2, .content .fs-2, .contentarea h2, .contentarea .fs-2 {
  font-size: 2rem; }

.content h3, .content .fs-3, .contentarea h3, .contentarea .fs-3 {
  font-size: 1.5rem; }

.content h4, .content .fs-4, .contentarea h4, .contentarea .fs-4 {
  font-size: 1.375rem; }

.content h5, .content .fs-5, .contentarea h5, .contentarea .fs-5 {
  font-size: 1.25rem; }

.content h6, .content .fs-6, .contentarea h6, .contentarea .fs-6 {
  font-size: 1.125rem; }

.content .fs-lg, .contentarea .fs-lg {
  font-size: 1.375rem; }

.content img, .contentarea img {
  max-width: 100%;
  height: auto; }

h1, .fs-1 {
  font-size: 3rem !important; }

h2, .fs-2 {
  font-size: 2rem !important; }

h3, .fs-3 {
  font-size: 1.5rem !important; }

h4, .fs-4 {
  font-size: 1.375rem !important; }

h5, .fs-5 {
  font-size: 1.25rem !important; }

h6, .fs-6 {
  font-size: 1.125rem !important; }

.fs-lg {
  font-size: 1.375rem !important; }

/* Buttons */
.standard_button {
  display: inline-block;
  background-color: transparent;
  color: #2b4560;
  padding: 10px 20px;
  border: 1px solid #2b4560;
  font-size: 1rem;
  margin-bottom: 15px;
  margin-right: 15px; }
  @media (min-width: 992px) {
    .standard_button {
      padding: 10px 30px; } }
  .standard_button:hover {
    text-decoration: none; }
  .standard_button.white {
    color: #fff;
    border: 1px solid #fff; }
    .standard_button.white:hover {
      background-color: #fff;
      color: #2b4560; }
    .standard_button.white.opacity {
      background-color: #ffffff43; }
  .standard_button.white_fill {
    background-color: #fff;
    color: #2b4560;
    border: 1px solid #fff; }
    .standard_button.white_fill:hover {
      color: #fff;
      background-color: transparent; }
  .standard_button.orange {
    color: #d99a26;
    border: 1px solid #d99a26; }
    .standard_button.orange:hover {
      color: #fff;
      background-color: #d99a26; }
  .standard_button.orange_fill {
    background-color: #d99a26;
    color: #fff;
    border: 1px solid #d99a26; }
    .standard_button.orange_fill:hover {
      color: #d99a26;
      background-color: #fff; }
  .standard_button.solid_white_hover:hover {
    background-color: #fff;
    color: #2b4560; }

.list-style-blue-arrows {
  list-style: none;
  padding-left: 0; }
  .list-style-blue-arrows li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-weight: bold;
    font-style: italic;
    font-size: 1.1rem; }
    .list-style-blue-arrows li::before {
      content: '';
      position: absolute;
      left: 0;
      width: 15px;
      height: 15px;
      background-image: url("../../img/Arrow_Small_Outline_Blue.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      top: 50%;
      transform: translateY(-50%); }

/* Mobile Specific */
/* BP */
@media (min-width: 768px) {
  body {
    font-size: 1rem; }
  .content p, .content .para, .contentarea p, .contentarea .para {
    font-size: 1rem; }
  .content h1, .content .fs-1, .contentarea h1, .contentarea .fs-1 {
    font-size: 4rem; }
  .content h2, .content .fs-2, .contentarea h2, .contentarea .fs-2 {
    font-size: 3.125rem; }
  .content h3, .content .fs-3, .contentarea h3, .contentarea .fs-3 {
    font-size: 2.125rem; }
  .content h4, .content .fs-4, .contentarea h4, .contentarea .fs-4 {
    font-size: 1.625rem; }
  .content h5, .content .fs-5, .contentarea h5, .contentarea .fs-5 {
    font-size: 1.25rem; }
  .content h6, .content .fs-6, .contentarea h6, .contentarea .fs-6 {
    font-size: 1.125rem; }
  h1, .fs-1 {
    font-size: 4rem !important; }
  h2, .fs-2 {
    font-size: 3.125rem !important; }
  h3, .fs-3 {
    font-size: 2.125rem !important; }
  h4, .fs-4 {
    font-size: 1.625rem !important; }
  h5, .fs-5 {
    font-size: 1.25rem !important; }
  h6, .fs-6 {
    font-size: 1.125rem !important; } }

@media (min-width: 1200px) {
  body {
    font-size: 1rem; }
  .content p, .content .para, .contentarea p, .contentarea .para {
    font-size: 1rem; }
  .content h1, .content .fs-1, .contentarea h1, .contentarea .fs-1 {
    font-size: 5rem; }
  .content h2, .content .fs-2, .contentarea h2, .contentarea .fs-2 {
    font-size: 3.75rem; }
  .content h3, .content .fs-3, .contentarea h3, .contentarea .fs-3 {
    font-size: 2.75rem; }
  .content h4, .content .fs-4, .contentarea h4, .contentarea .fs-4 {
    font-size: 2rem; }
  .content h5, .content .fs-5, .contentarea h5, .contentarea .fs-5 {
    font-size: 1.5rem; }
  .content h6, .content .fs-6, .contentarea h6, .contentarea .fs-6 {
    font-size: 1.25rem; }
  h1, .fs-1 {
    font-size: 5rem !important; }
  h2, .fs-2 {
    font-size: 3.75rem !important; }
  h3, .fs-3 {
    font-size: 2.75rem !important; }
  h4, .fs-4 {
    font-size: 2rem !important; }
  h5, .fs-5 {
    font-size: 1.5rem !important; }
  h6, .fs-6 {
    font-size: 1.25rem !important; }
  .wide_container .container {
    max-width: 1400px; } }

.light_nav .navbar-toggler .icon-bar {
  background-color: #e1e7e0; }

@media (min-width: 1200px) {
  .light_nav .navbar-nav .nav-link {
    color: #e1e7e0; }
  .light_nav .navbar-expand-xl .navbar-nav .nav-link {
    color: #e1e7e0; }
  .light_nav .navbar .navbar-contact {
    color: #e1e7e0; }
  .light_nav .navbar .portal-link, .light_nav .navbar .navbar-logout {
    color: #e1e7e0;
    border-color: #e1e7e0; }
  .light_nav header.small-header {
    background-color: #2b4560; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  transition: background-color .3s ease; }
  header.small-header {
    background-color: #fff; }

.navbar {
  padding: 0; }
  .navbar a:not(.navbar-brand) {
    color: #2b4560; }

.navbar-brand {
  width: 25%;
  margin-right: 0;
  z-index: 999; }
  .navbar-brand img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 40px; }

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  transition: .2s;
  background-color: #2b4560; }
  .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 7px; }

.navbar-toggler:not(.collapsed) .icon-bar.one {
  transform: translateY(1px) rotate(45deg);
  background-color: #2b4560; }

.navbar-toggler:not(.collapsed) .icon-bar.two {
  margin: 0;
  height: 0; }

.navbar-toggler:not(.collapsed) .icon-bar.three {
  margin: 0;
  transform: translateY(-1px) rotate(135deg);
  background-color: #2b4560; }

.pinned_link {
  text-align: center;
  background-color: #d99a26; }
  .pinned_link a {
    color: #fff;
    padding: 10px;
    display: inline-block;
    font-style: italic;
    text-decoration: underline;
    font-size: 12px; }
    @media (min-width: 1200px) {
      .pinned_link a {
        font-size: 14px; } }

@media (max-width: 1199px) {
  .navbar-collapse {
    width: 80%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    left: 100%;
    top: 0;
    display: block !important;
    transition: .2s;
    overflow: visible;
    overflow-y: auto;
    padding-top: 100px; }
    .navbar-collapse.show {
      left: 20%;
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.6); }
  .navbar a:not(.navbar-brand) {
    color: #2b4560; }
  .navbar-nav {
    padding-left: 10px;
    padding-right: 10px; }
    .navbar-nav .nav-link {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .navbar-nav .nav-link .sub-arrow {
        margin-right: 10px;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-bottom: 1px;
        border-right: 1px;
        border-color: inherit;
        transition: .2s;
        transform: rotate(135deg); }
    .navbar-nav .nav-item.title {
      display: none; }
    .navbar-nav .nav-item.show .nav-link .sub-arrow {
      transform: rotate(225deg); } }

@media (min-width: 1200px) {
  .navbar-expand-xl .user_commands {
    display: flex;
    gap: 15px;
    align-items: center; }
  .navbar-expand-xl .navbar-contact, .navbar-expand-xl .navbar-logout {
    font-weight: 600;
    font-size: 14px; }
  .navbar-expand-xl .portal-link {
    font-weight: 600;
    font-size: 14px;
    width: 45px;
    height: 45px;
    border: 1px solid #2b4560;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .navbar-expand-xl .portal-link:hover {
      text-decoration: none; }
  .navbar-expand-xl .navbar-nav {
    font-size: 14px; }
    .navbar-expand-xl .navbar-nav .nav-link {
      transition: .2s;
      margin-left: 30px;
      color: #2b4560;
      padding-bottom: 2px; }
    .navbar-expand-xl .navbar-nav .current-menu-item .nav-link, .navbar-expand-xl .navbar-nav .current-page-ancestor .nav-link {
      opacity: 1;
      border-bottom: 1px solid;
      border-color: inherit; }
    .navbar-expand-xl .navbar-nav .menu-item-has-children > a {
      padding-right: 20px; }
      .navbar-expand-xl .navbar-nav .menu-item-has-children > a::after {
        content: ' ';
        width: 8px;
        height: 8px;
        border-bottom: 1px solid;
        border-right: 1px solid;
        border-color: inherit;
        display: inline-block;
        margin-left: 10px;
        transform: rotate(45deg);
        position: absolute;
        top: 12px; }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      font-size: 14px; }
    .navbar-expand-xl .navbar-nav .current_page_item > a, .navbar-expand-xl .navbar-nav .current_page_item > .dropdown-item {
      color: #d99a26; }
    .navbar-expand-xl .navbar-nav .current-menu-ancestor > a {
      color: #d99a26; }
    .navbar-expand-xl .navbar-nav .dropdown-item:focus, .navbar-expand-xl .navbar-nav .dropdown-item:hover {
      background-color: transparent;
      color: #d99a26; }
    .navbar-expand-xl .navbar-nav > li .dropdown-menu {
      display: none !important; }
      .navbar-expand-xl .navbar-nav > li .dropdown-menu .nav-item:not(.title) a {
        padding: .25rem 0;
        padding-left: 30px;
        position: relative; }
        .navbar-expand-xl .navbar-nav > li .dropdown-menu .nav-item:not(.title) a::before {
          content: ' ';
          position: absolute;
          top: 10px;
          left: 0;
          width: 10px;
          height: 10px;
          background-image: url("../../img/Arrow_Small_Outline_Blue.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
      .navbar-expand-xl .navbar-nav > li .dropdown-menu .nav-item:not(.title).current-menu-item a::before {
        background-image: url("../../img/Arrow_Small_Filled_Gold.svg"); }
    .navbar-expand-xl .navbar-nav > li.show > .dropdown-menu {
      display: block !important;
      background-color: #dee3dc;
      padding: 15px 20px; }
      .navbar-expand-xl .navbar-nav > li.show > .dropdown-menu > .menu-item.title a {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #2b4560;
        margin-bottom: 25px;
        padding: 5px 0; }
    .navbar-expand-xl .navbar-nav .has-mega-menu > .dropdown-menu {
      display: none !important; }
    .navbar-expand-xl .navbar-nav .has-mega-menu.show > .dropdown-menu {
      display: flex !important;
      width: 480px !important;
      max-width: none !important;
      flex-wrap: wrap; }
      .navbar-expand-xl .navbar-nav .has-mega-menu.show > .dropdown-menu > .menu-item {
        flex: 50%; }
        .navbar-expand-xl .navbar-nav .has-mega-menu.show > .dropdown-menu > .menu-item.title {
          flex: 100%; }
  .navbar-brand {
    width: 60px; }
  .navbar .navbar-brand img {
    max-height: none; }
  .navbar .navbar-contact, .navbar .navbar-logout {
    justify-content: end;
    color: #2b4560;
    transition: .2s; }
    .navbar .navbar-contact:hover, .navbar .navbar-logout:hover {
      color: #2b4560;
      opacity: 1;
      text-decoration: none; } }

/* Images */
.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.js .group {
  opacity: 0;
  transition: 500ms opacity 1000ms; }
  .js .group.group-ready {
    opacity: 1; }

.group-ready {
  opacity: 1; }

.preload-img {
  opacity: 1; }

.preload-img.img-contain {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%); }

.preload-img.fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.preload-img.img-cover {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) translateZ(0);
  position: absolute;
  width: 100%;
  height: Auto;
  background-repeat: no-repeat; }

.js .preload-img {
  opacity: 0;
  transition: 1200ms opacity; }
  .js .preload-img.show {
    opacity: 1; }

.background_image {
  background-position: center;
  background-size: cover; }

.wh {
  height: 102% !important;
  width: auto !important;
  max-width: none !important; }

.ww {
  width: 102% !important;
  height: auto !important;
  max-width: none !important; }

.img-contain.ww {
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
  max-height: none !important; }

.img-contain.wh {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important; }

.no-js:not(.js) .preload-img {
  display: none; }
  .no-js:not(.js) .preload-img.img-cover {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    min-width: none !important;
    max-width: none !important; }
  .no-js:not(.js) .preload-img.img-contain {
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
    min-width: none !important;
    max-width: none !important; }

.no-js:not(.js) .no-js.preload-img {
  display: block; }

.section-part {
  padding-top: 60px;
  padding-bottom: 30px; }
  .section-part.halfpad {
    padding-top: 35px;
    padding-bottom: 15px; }
  .section-part.no_padt {
    padding-top: 0; }
    .section-part.no_padt > .breadcrumbs {
      padding-top: 20px;
      padding-bottom: 20px; }
  .section-part.no_padb {
    padding-bottom: 0; }

.section-part:not(.backgroundc-active):not(.no_padb) + .section-part:not(.backgroundc-active):not(.no_padt):first-child {
  padding-top: 0px; }

.pattern_green_full {
  background-image: url("../../img/Pattern_Light_Green_Seamless.svg");
  background-size: 600px;
  background-repeat: repeat; }

.pattern_light_blue_full {
  background-image: url("../../img/Pattern_Light_Blue_Seamless.svg");
  background-size: 600px;
  background-repeat: repeat; }

#site-footer {
  padding-top: 30px;
  padding-bottom: 1px;
  overflow: hidden;
  position: relative;
  z-index: 100;
  background-color: #2b4560;
  color: #dee3dc; }
  #site-footer .logo_footer img {
    width: 120px;
    height: auto;
    margin-bottom: 30px; }

#menu-footer {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px; }
  @media (min-width: 992px) {
    #menu-footer {
      gap: 50px; } }
  #menu-footer li {
    display: inline-block; }
    #menu-footer li a:hover {
      color: #ffffff; }

.upper-footer {
  background-image: url("../../img/Pattern_Light_Blue_Edge.svg");
  background-size: 500px;
  background-repeat: repeat;
  background-position: top right -39px; }
  .upper-footer .footer_form {
    background-color: #2b4560;
    padding: 20px;
    margin-bottom: 30px; }
    .upper-footer .footer_form h3 {
      color: #e1e7e0;
      margin-bottom: 15px; }
    .upper-footer .footer_form form p {
      margin-bottom: 0; }
    .upper-footer .footer_form input[type="text"], .upper-footer .footer_form input[type="email"] {
      background-color: #2b4560;
      border: 1px solid #3e648b;
      color: #3e648b;
      margin-bottom: 5px;
      width: 100%;
      padding: 5px; }
      .upper-footer .footer_form input[type="text"]::placeholder, .upper-footer .footer_form input[type="email"]::placeholder {
        color: #3e648b; }
    .upper-footer .footer_form input[type="submit"] {
      margin-top: 10px; }
  .upper-footer .footer_nav {
    background-color: #2b4560;
    padding: 0 20px;
    position: relative; }
    .upper-footer .footer_nav::before {
      content: "";
      position: absolute;
      top: 0;
      left: 100%;
      width: 6000px;
      height: 100%;
      background-color: #2b4560; }
    .upper-footer .footer_nav ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .upper-footer .footer_nav ul li a {
        font-size: .9rem;
        margin-bottom: 4px; }
    .upper-footer .footer_nav .footer_social_icons {
      display: flex;
      gap: 15px;
      margin-top: 10px; }
      .upper-footer .footer_nav .footer_social_icons a {
        display: inline-block;
        width: 30px;
        height: auto; }
        .upper-footer .footer_nav .footer_social_icons a img {
          width: 100%;
          height: auto; }

.lower-footer {
  font-size: 10px;
  padding-top: 15px;
  border-top: 1px solid #dee3dc; }
  .lower-footer .footer_base {
    gap: 10px; }
    @media (min-width: 992px) {
      .lower-footer .footer_base {
        gap: 50px; } }
  .lower-footer span, .lower-footer a {
    margin-bottom: 15px;
    display: inline-block; }
