html,
body {
  overflow: auto;
}

body {
  overflow-x: hidden;
}

.flex-wrap {
  flex-wrap: wrap;
}

.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
}
@media (max-width: 991px) {
  .container {
    width: 90vw;
  }
}

.full-container {
  width: 100%;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.v-align {
  align-items: center;
}

.row {
  flex-direction: row;
}

.flex-start {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.flex-col {
  flex-direction: column;
}

.space-around {
  justify-content: space-around;
}

.text-center {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-5 {
  width: 5%;
}

.col-10 {
  width: 10%;
}

.col-15 {
  width: 15%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-35 {
  width: 35%;
}

.col-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-50 {
  width: 50%;
}

.col-55 {
  width: 55%;
}

.col-60 {
  width: 60%;
}

.col-65 {
  width: 65%;
}

.col-70 {
  width: 70%;
}

.col-75 {
  width: 75%;
}

.col-80 {
  width: 80%;
}

.col-85 {
  width: 85%;
}

.col-90 {
  width: 90%;
}

.col-95 {
  width: 95%;
}

.col-100 {
  width: 100%;
}

@media screen and (max-width: 1440) {
  .col-md-5 {
    width: 5%;
  }
  .col-md-10 {
    width: 10%;
  }
  .col-md-15 {
    width: 15%;
  }
  .col-md-20 {
    width: 20%;
  }
  .col-md-25 {
    width: 25%;
  }
  .col-md-30 {
    width: 30%;
  }
  .col-md-35 {
    width: 35%;
  }
  .col-md-40 {
    width: 40%;
  }
  .col-md-45 {
    width: 45%;
  }
  .col-md-50 {
    width: 50%;
  }
  .col-md-55 {
    width: 55%;
  }
  .col-md-60 {
    width: 60%;
  }
  .col-md-65 {
    width: 65%;
  }
  .col-md-70 {
    width: 70%;
  }
  .col-md-75 {
    width: 75%;
  }
  .col-md-80 {
    width: 80%;
  }
  .col-md-85 {
    width: 85%;
  }
  .col-md-90 {
    width: 90%;
  }
  .col-md-95 {
    width: 95%;
  }
  .col-md-100 {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .col-bg-5 {
    width: 5%;
  }
  .col-bg-10 {
    width: 10%;
  }
  .col-bg-15 {
    width: 15%;
  }
  .col-bg-20 {
    width: 20%;
  }
  .col-bg-25 {
    width: 25%;
  }
  .col-bg-30 {
    width: 30%;
  }
  .col-bg-35 {
    width: 35%;
  }
  .col-bg-40 {
    width: 40%;
  }
  .col-bg-45 {
    width: 45%;
  }
  .col-bg-50 {
    width: 50%;
  }
  .col-bg-55 {
    width: 55%;
  }
  .col-bg-60 {
    width: 60%;
  }
  .col-bg-65 {
    width: 65%;
  }
  .col-bg-70 {
    width: 70%;
  }
  .col-bg-75 {
    width: 75%;
  }
  .col-bg-80 {
    width: 80%;
  }
  .col-bg-85 {
    width: 85%;
  }
  .col-bg-90 {
    width: 90%;
  }
  .col-bg-95 {
    width: 95%;
  }
  .col-bg-100 {
    width: 100%;
  }
}
.offset-5 {
  margin-left: 5%;
}

.offset-10 {
  margin-left: 10%;
}

.offset-15 {
  margin-left: 15%;
}

.offset-20 {
  margin-left: 20%;
}

.offset-25 {
  margin-left: 25%;
}

.offset-30 {
  margin-left: 30%;
}

.offset-35 {
  margin-left: 35%;
}

.offset-40 {
  margin-left: 40%;
}

.offset-45 {
  margin-left: 45%;
}

.offset-50 {
  margin-left: 50%;
}

.offset-55 {
  margin-left: 55%;
}

.offset-60 {
  margin-left: 60%;
}

.offset-65 {
  margin-left: 65%;
}

.offset-70 {
  margin-left: 70%;
}

.offset-75 {
  margin-left: 75%;
}

.offset-80 {
  margin-left: 80%;
}

.offset-85 {
  margin-left: 85%;
}

.offset-90 {
  margin-left: 90%;
}

.offset-95 {
  margin-left: 95%;
}

.offset-100 {
  margin-left: 100%;
}

.ml-5 {
  margin-left: 5%;
}

.mr-5 {
  margin-right: 5%;
}

.ml-10 {
  margin-left: 10%;
}

.mr-10 {
  margin-right: 10%;
}

.mb-15 {
  margin-bottom: 15%;
}

@media screen and (max-width: 991px) {
  .col-sm-100 {
    width: 100%;
  }
  .col-sm-90 {
    width: 90%;
  }
  .col-sm-50 {
    width: 50%;
  }
  .col-sm-45 {
    width: 45%;
  }
  .clear-offset-sm {
    margin-left: 0;
  }
  .tb1 {
    margin-bottom: 0;
  }
  .tb2 {
    margin-top: 0;
  }
  .flex-col-sm {
    flex-direction: column;
  }
  .flex-col-reverse-sm {
    flex-direction: column-reverse;
  }
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .hide-sm {
    display: none;
  }
}
.custom-logo-link {
  display: flex;
  align-items: center;
}

header#masthead {
  padding: 18px 0;
}
header#masthead .container {
  padding: 0px 20px;
  background: #fbfbfb;
  border: 1px solid #e3e3e3;
  border-radius: 50px;
  min-height: 80px;
  gap: 25px;
}
header#masthead .container .site-branding {
  display: flex;
  align-items: center;
  gap: 20px;
}
header#masthead .container .site-branding img {
  width: 30rem;
  height: auto;
}
header#masthead .container .search-contact {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  header#masthead .container .search-contact {
    display: none;
  }
}
header#masthead .container button {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
header#masthead #menu-toggle-close {
  position: absolute;
  top: 75px;
  right: 63px;
}
header#masthead .desktop-menu {
  display: flex;
}
@media (max-width: 991px) {
  header#masthead .desktop-menu {
    display: none;
  }
  header#masthead .search-contact {
    display: none;
  }
}

#mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 250px;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  transition: left 0.3s ease;
  z-index: 1000;
}
#mobile-menu ul.primary-menu {
  padding: 25% 5% 0 5%;
}

#mobile-menu.open {
  right: 0;
}

#menu-toggle {
  display: none !important;
}
@media (max-width: 991px) {
  #menu-toggle {
    display: block !important;
  }
}

.hidden {
  display: none;
}

.main-navigation ul {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.menu-menu-1-container {
  width: 100%;
}

@media screen and (min-width: 991px) {
  .main-navigation {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .menu-item-has-children {
    display: flex;
    align-items: center;
  }
  .menu-item-has-children > a::after {
    content: "^";
    display: inline-block;
    margin-left: 0.5em;
    transform: rotate(180deg); /* Rotated down */
    transition: transform 0.3s ease;
    width: 100%;
    font-size: 19px;
  }
  /* Rotate back up on hover */
  /* Small menu. */
}
@media screen and (min-width: 991px) and (max-width: 1192px) {
  .menu-item-has-children > a::after {
    font-size: 16px;
  }
}
@media screen and (min-width: 991px) {
  .menu-item-has-children a {
    display: flex;
    justify-content: center;
  }
  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    width: -moz-fit-content;
    width: fit-content;
    background: white;
    padding: 20px 5px 10px;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
  }
  .main-navigation ul ul a {
    width: 200px;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
  }
  .main-navigation li {
    position: relative;
  }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-family: Poppins;
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    color: #353232;
    transition: all 0.3s;
    display: flex;
  }
}
@media screen and (min-width: 991px) and (max-width: 1192px) {
  .main-navigation a {
    font-size: 16px;
  }
}
@media screen and (min-width: 991px) {
  .main-navigation a:hover {
    color: #eb6f2d;
    transition: all 0.3s;
  }
  .main-navigation ul li.current-menu-item a {
    font-weight: bold;
  }
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
  }
}
@media screen and (min-width: 991px) and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
@media (max-width: 991px) {
  ul#primary-menu {
    padding-top: 10rem;
    list-style: none;
  }
  ul#primary-menu a {
    text-decoration: none;
  }
}

.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.search-modal.active {
  display: flex;
}

.search-modal-content {
  text-align: center;
}

.search-form .search-field {
  font-size: 24px;
  padding: 10px 20px;
  width: 80%;
  max-width: 500px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

form.search-form {
  width: 800px;
}

div#mega-menu-wrap-menu-1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  text-align: center;
  padding: 0px;
  width: 100%;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.breadcrumbs {
  font-size: 0.9rem;
  margin: 0.5rem 0 1rem;
}

.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.breadcrumbs li.sep {
  opacity: 0.5;
}

.breadcrumbs [aria-current=page] {
  font-weight: 600;
}

#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease-out, background-color 0.4s ease-out, box-shadow 0.4s ease-out;
}

/* when past threshold, fixed offscreen */
#masthead.sticky {
  top: var(--sticky-top, 0);
  left: 0;
  right: 0;
  transform: translateY(-100%);
  opacity: 0;
}

/* only *this* state shows bg+shadow + slides in */
#masthead.sticky.visible {
  transform: translateY(0);
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

body {
  font-family: "Poppins", sans-serif;
}

h1.accessibility {
  display: none;
}

.post, .page {
  margin: 0;
}

a:focus-visible {
  outline: 2px solid rgb(55, 147, 201); /* blue, dotted line */
  outline-offset: 4px; /* gap between element and outline */
}

a:hover:focus-visible {
  outline: 2px dotted rgb(55, 147, 201); /* blue, dotted line */
  outline-offset: 4px; /* gap between element and outline */
  border: 1px solid rgb(55, 147, 201);
}

a.mega-menu-link:hover {
  outline: 2px dotted rgb(55, 147, 201) !important; /* blue, dotted line */
  outline-offset: 4px !important; /* gap between element and outline */
}

a.mega-menu-link:hover:focus-visible {
  outline: 2px dotted rgb(55, 147, 201) !important; /* blue, dotted line */
  outline-offset: 4px !important;
  border: 2px solid rgb(55, 147, 201) !important; /* gap between element and outline */
}

/* Logo specific focus states */
.custom-logo-link:focus-visible {
  outline: 2px solid rgb(55, 147, 201); /* solid blue outline */
  outline-offset: 4px; /* gap between element and outline */
  border-radius: 8px; /* rounded corners */
}

.custom-logo-link:hover {
  outline: 1px dotted rgb(55, 147, 201); /* dotted blue outline on hover */
  outline-offset: 4px;
  border-radius: 8px;
  outline-style: dotted;
  outline-width: 1px;
}

button:focus-visible {
  outline: 1px dotted rgb(55, 147, 201); /* blue, dotted line */
  outline-offset: 4px; /* gap between element and outline */
}

.custom-logo-link:hover:focus-visible {
  outline: 2px dotted rgb(55, 147, 201); /* dotted blue outline */
  outline-offset: 8px;
  border-radius: 8px;
  outline-style: dotted;
  outline-color: rgb(55, 147, 201);
  border: 0.5px solid rgb(55, 147, 201);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
  background: rgba(51, 51, 51, 0);
  color: #222;
  font-weight: normal;
  text-decoration: underline;
  border-color: #fff;
}

/* Home navigation - remove underlines for all states */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child > a.mega-menu-link:focus,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:first-child > a.mega-menu-link:hover:focus {
  text-decoration: none !important;
}

a.mega-menu-link:focus {
  background: rgba(51, 51, 51, 0);
  color: #222 !important;
  font-weight: normal;
  text-decoration: underline;
  border-color: #fff;
  outline: 2px solid rgb(55, 147, 201); /* blue outline */
  outline-offset: 2px;
}

/* Learn, Adopt, Use hover states - orange with underline */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-child(2) > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-child(3) > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-child(4) > a.mega-menu-link:hover {
  background: rgba(51, 51, 51, 0);
  color: #eb6f2d !important; /* orange color */
  font-weight: normal;
  text-decoration: underline;
  border-color: #fff;
}

/* Learn, Adopt, Use focus states - blue outline and underline */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-child(2) > a.mega-menu-link:focus,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-child(3) > a.mega-menu-link:focus,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:nth-child(4) > a.mega-menu-link:focus {
  background: rgba(51, 51, 51, 0);
  color: #222 !important;
  font-weight: normal;
  text-decoration: underline;
  border-color: #fff;
  outline: 2px solid rgb(55, 147, 201); /* blue outline */
  outline-offset: 2px;
}

/* Learn, Adopt, Use hover+focus states - remove underline on hover */
a.mega-menu-link:hover:focus {
  background: rgba(51, 51, 51, 0);
  color: #eb6f2d !important;
  font-weight: normal;
  text-decoration: none !important; /* remove underline on hover+focus */
  border-color: #fff;
  outline: 2px solid rgb(55, 147, 201); /* blue outline */
  outline-offset: 2px;
}

/* Sub navigation focus states - blue outline and orange text with underline */
#mega-menu-wrap-menu-1 .mega-sub-menu a.mega-menu-link:focus {
  background: rgba(51, 51, 51, 0);
  color: #eb6f2d !important; /* orange text */
  font-weight: normal;
  text-decoration: underline;
  border-color: #fff;
  outline: 2px solid rgb(55, 147, 201); /* blue outline */
  outline-offset: 2px;
}

/* Sub navigation hover+focus states - remove underline on hover */
#mega-menu-wrap-menu-1 .mega-sub-menu a.mega-menu-link:hover:focus {
  background: rgba(51, 51, 51, 0);
  color: #eb6f2d !important; /* orange text */
  font-weight: normal;
  text-decoration: none !important; /* remove underline on hover+focus */
  border-color: #fff;
  outline: 2px solid rgb(55, 147, 201); /* blue outline */
  outline-offset: 2px;
}

a.pillar:hover {
  outline: 2px dotted rgb(55, 147, 201);
}

a.pillar:hover:focus-visible {
  border: 2px solid rgb(55, 147, 201);
}

.news-block-container a.news-item:hover {
  outline: 2px dotted rgb(55, 147, 201);
}

.news-block-container a.news-item:focus-visible {
  outline: 2px solid rgb(55, 147, 201);
}

.news-block-container a.news-item:hover:focus-visible {
  border: 2px solid rgb(55, 147, 201) !important;
  outline: 2px dotted rgb(55, 147, 201); /* blue outline */
  outline-offset: 8px;
}

button.search-button:hover {
  outline: 2px dotted rgb(55, 147, 201); /* dotted blue outline */
  border-radius: 50%;
  background: transparent; /* clear background */
}

button.search-button:focus-visible {
  outline: 2px solid rgb(55, 147, 201); /* solid blue outline */
  border-radius: 50%;
}

button.search-button:hover:focus-visible {
  border: 2px solid rgb(55, 147, 201) !important; /* dotted blue outline */
  outline-offset: 4px;
  border-radius: 50%;
  outline-style: dotted;
  outline-width: 2px;
  outline-color: rgb(55, 147, 201);
}

.btn.orange-btn:hover {
  background: transparent;
  color: #293158;
  outline: 2px solid rgb(55, 147, 201);
  outline-offset: 4px; /* dotted blue outline */
}

.btn.orange-btn:focus-visible {
  outline: 2px solid rgb(55, 147, 201); /* solid blue outline */
  outline-offset: 4px;
  border-radius: 50px;
}

.btn.orange-btn:hover:focus-visible {
  border: 2px solid rgb(55, 147, 201); /* dotted blue outline */
  outline-offset: 4px;
  /* solid blue outline with gap */
  outline-style: dotted;
  outline-width: 2px;
  outline-color: rgb(55, 147, 201);
}

.btn.orange-btn {
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  background: #eb6f2d;
  border: 1px solid #eb6f2d;
  padding: 15px 25px;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.btn.orange-btn:hover {
  background: transparent;
  color: #293158;
  border-width: 1px;
  border-color: rgb(55, 147, 201);
  outline-offset: 4px;
  outline: 2px dotted rgb(55, 147, 201);
}
.btn.orange-btn:active {
  background: #293158;
  color: #fff;
  border-color: transparent;
}
.btn.orange-btn.js-clicked {
  background: #723489;
  color: #fff;
  border-color: #723489;
}

h1 {
  font-size: 36px !important;
  line-height: 1.3;
}

h2 {
  font-weight: normal;
  font-size: 30px !important;
  line-height: 1.3 !important;
  text-align: left;
  color: #353232;
  margin: 2.5% 0;
}

h3 {
  color: #353232;
  font-size: 24px !important;
  margin: 2.5% 0;
}

h4 {
  color: #27305b;
  font-size: 20px !important;
  margin: 2.5% 0;
}

a {
  color: #eb6f2d;
}

#primary p {
  font-size: 18px;
}
#primary ul li {
  font-size: 18px;
}

footer {
  background-color: #F6F6F6;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 5%;
}
footer .logo-text-container {
  align-items: center;
}
footer a.custom-logo-link {
  width: 300px;
}
@media (max-width: 991px) {
  footer {
    padding: 10% 0;
  }
}
footer .custom-logo-link {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
footer p.desc {
  padding-top: 5%;
  text-align: center !important;
}
footer .terms-pp {
  justify-content: center;
  gap: 8px;
  margin-bottom: 2.5%;
}
@media (max-width: 991px) {
  footer .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  footer .div1 {
    grid-area: 3/1/4/3;
  }
  footer .div2 {
    grid-area: 1/1/2/2;
  }
  footer .div3 {
    grid-area: 1/2/2/3;
  }
  footer .div4 {
    grid-area: 2/1/3/2;
  }
  footer .div5 {
    grid-area: 2/2/3/3;
  }
}
footer p {
  margin-top: 0;
}
footer #menu-learn-menu {
  margin-top: 0;
}
footer #menu-adopt-menu {
  margin-top: 0;
}
footer #menu-use-menu {
  margin-top: 0;
}
footer #menu-resources-menu {
  margin-top: 0;
}
footer a {
  text-decoration: none;
  font-family: Poppins;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #484848;
}
footer a:hover {
  outline: 1px dotted rgb(55, 147, 201);
}
footer a:focus-visible {
  outline: 2px solid rgb(55, 147, 201);
}
footer a:hover:focus-visible {
  outline: 2px dotted rgb(55, 147, 201) !important;
  outline-offset: 5px !important;
  border: 1px solid rgb(55, 147, 201) !important;
}
footer ul {
  margin: 0 important;
  padding: 0 important;
  list-style: none;
}
footer ul li {
  margin-bottom: 2.5%;
}
footer ul a {
  text-decoration: none;
  font-family: Poppins;
  font-size: 16px;
  text-align: left;
  color: #282828;
}
footer ul a:hover {
  outline: 1px dotted rgb(55, 147, 201);
}
footer ul a:focus-visible {
  outline: 2px solid rgb(55, 147, 201);
}
footer ul a:hover:focus-visible {
  outline: 2px dotted rgb(55, 147, 201) !important;
  outline-offset: 10px !important;
  border: 1px solid rgb(55, 147, 201) !important;
}
@media (max-width: 991px) {
  footer .div1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
footer p.desc {
  padding-top: 5%;
}

button {
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  background: #eb6f2d;
  padding: 15px 25px;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
button:hover, button:focus {
  background: transparent;
  color: #293158;
  border: 1px solid #293158;
}
button:active {
  background: #293158;
  color: #fff;
  border-color: transparent;
}
button::selected {
  background: #723489;
  color: #fff;
  border-color: transparent;
}
button.js-clicked {
  background: #723489;
  color: #fff;
  border-color: #723489;
}

.wp-block-button.omd .wp-block-button__link {
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content !important;
  white-space: nowrap;
  background: #eb6f2d;
  padding: 15px 25px;
  margin: 2.5% 0;
}

a.kb-button.kt-button.button.kb-btn865_586c9e-8c.kt-btn-size-standard.kt-btn-width-type-auto.kb-btn-global-fill.kt-btn-has-text-true.kt-btn-has-svg-false.wp-block-kadence-singlebtn {
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  background: #eb6f2d;
  padding: 15px 25px;
  border: 1px solid #eb6f2d;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
a.kb-button.kt-button.button.kb-btn865_586c9e-8c.kt-btn-size-standard.kt-btn-width-type-auto.kb-btn-global-fill.kt-btn-has-text-true.kt-btn-has-svg-false.wp-block-kadence-singlebtn:hover {
  background: transparent;
  color: #293158;
  outline-offset: 4px;
  outline: 2px dotted rgb(55, 147, 201);
}
a.kb-button.kt-button.button.kb-btn865_586c9e-8c.kt-btn-size-standard.kt-btn-width-type-auto.kb-btn-global-fill.kt-btn-has-text-true.kt-btn-has-svg-false.wp-block-kadence-singlebtn:hover:focus-visible {
  background: transparent;
  color: #293158;
  outline: 2px dotted rgb(55, 147, 201);
  outline-offset: 4px;
  border: 1px solid rgb(55, 147, 201);
}
a.kb-button.kt-button.button.kb-btn865_586c9e-8c.kt-btn-size-standard.kt-btn-width-type-auto.kb-btn-global-fill.kt-btn-has-text-true.kt-btn-has-svg-false.wp-block-kadence-singlebtn:active {
  background: #293158;
  color: #fff;
  border-color: transparent;
}
a.kb-button.kt-button.button.kb-btn865_586c9e-8c.kt-btn-size-standard.kt-btn-width-type-auto.kb-btn-global-fill.kt-btn-has-text-true.kt-btn-has-svg-false.wp-block-kadence-singlebtn::selected {
  background: #723489;
  color: #fff;
  border-color: transparent;
}
a.kb-button.kt-button.button.kb-btn865_586c9e-8c.kt-btn-size-standard.kt-btn-width-type-auto.kb-btn-global-fill.kt-btn-has-text-true.kt-btn-has-svg-false.wp-block-kadence-singlebtn.js-clicked {
  background: #723489;
  color: #fff;
  border-color: #723489;
}

a.kb-button.kt-button.button {
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  background: #eb6f2d;
  padding: 15px 25px;
  border: 1px solid #eb6f2d;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
a.kb-button.kt-button.button:hover {
  background: transparent;
  color: #293158;
  outline-offset: 4px;
  outline: 2px dotted rgb(55, 147, 201);
}
a.kb-button.kt-button.button:hover:focus-visible {
  background: transparent;
  color: #293158;
  outline: 2px dotted rgb(55, 147, 201);
  outline-offset: 4px;
  border: 1px solid rgb(55, 147, 201);
}
a.kb-button.kt-button.button:active {
  background: #293158;
  color: #fff;
  border-color: transparent;
}
a.kb-button.kt-button.button::selected {
  background: #723489;
  color: #fff;
  border-color: transparent;
}
a.kb-button.kt-button.button.js-clicked {
  background: #723489;
  color: #fff;
  border-color: #723489;
}

.breadcrumbs {
  width: 80%;
  margin: auto;
  display: flex;
  max-width: 1440px;
  margin-top: 1%;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs a:focus {
  border: 1px solid rgb(55, 147, 201);
  text-decoration: none;
  outline: none;
}

.breadcrumbs a:hover {
  outline: 1px dotted rgb(55, 147, 201);
}

main#primary ul,
main#primary ol {
  margin: 0 0 0 1.5em;
  padding-left: 0;
}
main#primary ul li,
main#primary ol li {
  margin-bottom: 1.5%;
}

ul.wp-block-list.omd {
  margin-left: 5% !important;
  padding-left: 0 !important;
}

.menu ul {
  padding-left: 0 !important;
  margin-left: 0 !important;
  list-style: none;
}

h2.kt-blocks-info-box-title {
  line-height: 1.8rem;
}

.wp-block-kadence-infobox .kt-blocks-info-box-title {
  margin: 2rem 0;
}

.has-theme-palette-8-background-color, :root .has-theme-palette8-background-color {
  background-color: #f5f5f5;
}

footer.entry-footer {
  display: none;
}

#internal-banner-container {
  position: relative;
  height: 450px;
  display: flex;
  align-items: center;
  margin: 5% auto;
}
@media screen and (max-width: 991px) {
  #internal-banner-container {
    height: -moz-fit-content;
    height: fit-content;
  }
}
#internal-banner-container .img-container {
  border-radius: 25px 0px 0px 25px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  min-height: 375px;
}
#internal-banner-container .img-container img {
  width: 100%;
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 991px) {
  #internal-banner-container .container-full {
    gap: 0px;
  }
}
@media screen and (max-width: 650px) {
  #internal-banner-container .container-full {
    gap: 0px !important;
  }
}
#internal-banner-container .text-container {
  position: relative;
  z-index: 1;
}
#internal-banner-container .text-container h2 {
  font-family: Poppins;
  font-weight: normal;
  text-align: left;
  color: #eb6f2d;
  margin: 0;
}
@media screen and (max-width: 650px) {
  #internal-banner-container .text-container h2 {
    font-size: 37px;
    line-height: 50px;
  }
}
#internal-banner-container .text-container p {
  font-size: 20px;
}
@media screen and (max-width: 650px) {
  #internal-banner-container .text-container p {
    font-size: 17px;
  }
}
#internal-banner-container svg {
  position: absolute;
  z-index: 0;
  right: 0;
  transform: rotate(-180deg) translate(0px, 15%);
  z-index: 0;
}
@media screen and (max-width: 991px) {
  #internal-banner-container svg {
    transform: rotate(-90deg);
    left: 10%;
    bottom: 0px;
    width: 80%;
    display: none;
  }
}/*# sourceMappingURL=main.css.map */