@charset "UTF-8";
/* CSS Document */
.container-fluid div[class^="col"] {
  padding-left: 1.2vw;
  padding-right: 1.2vw;
}
.container-fluid div[class^="row"] {
  padding-left: 1.2vw;
  padding-right: 1.2vw;
}
h2 {
  font-size: 3rem;
  line-height: 1.1em;
  font-weight: 700;
  margin-bottom: 3rem;
}
h1 {
  font-weight: 700;
}
h3 {
  font-weight: 700;
}
h4 {
  font-weight: 700;
}
.main_wrap,
.navbar {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  overflow-y: hidden;
}
.main {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
body {
  margin: 0;
  padding: 0px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  color: #243665;
  font-size: 18px;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-kerning: normal;
}
b,
strong {
  font-weight: bold;
}
html [data-aos=fade-up] {
  transform: translateY(50px);
}
.side_menu {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 9999;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}
.hamburger {
  padding: 19px 15px;
}
.purple .hamburger-inner,
.purple .hamburger-inner::before,
.purple .hamburger-inner::after {
  background-color: #243665;
}
.mm-page__blocker {
  background: rgba(3, 2, 1, 0);
}
.mm-menu_offcanvas {
  width: 40%;
  min-width: 140px;
  max-width: 100%;
  z-index: -1;
}
.mm-menu .mm-listview .mm-btn_next:after {
  border-color: #fff;
}
.mm-listitem,
.mm-listitem .mm-btn_next,
.mm-listitem .mm-btn_next:before,
.mm-listitem:after,
.mm-listview {
  border-color: rgba(255, 255, 255, 0.5);
}
.mm-panels {
  background: #243665;
  border-color: inherit;
  color: #fff;
  -webkit-box-shadow: 3px 0px 14px -4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 3px 0px 14px -4px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 0px 14px -4px rgba(0, 0, 0, 0.35);
  font-size: 35px;
  line-height: 1.5em;
}
.mm-panels #menu_close_wrap {
  padding-left: 8px;
}
.mm-panels #menu_close_wrap span {
  cursor: pointer;
}
.mm-panels .menu_close {
  background: url('../images/close_menu.svg') no-repeat center;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  right: 27px;
  top: 22px;
  width: 38px;
  height: 38px;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 1;
}
.mm-panels .rotate {
  transform: rotate(45deg);
  opacity: 0;
}
.mm-panels .mm-navbar {
  background: #243665;
  border-bottom: none;
  border-color: inherit;
  text-align: left;
  line-height: 20px;
  height: 80px;
  padding: 27px 0px 10px 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-panels .mm-navbar a {
  color: #fff !important;
}
.mm-panels .mm-listview > li {
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition: 0.6s ease-out;
  overflow: hidden;
  height: 65px;
  margin: 0px 0px;
  position: relative;
  z-index: 1;
}
.mm-panels .mm-listview > li a {
  color: #F5F5F5;
  display: inline-block;
  padding: 20px 28px;
  margin-top: 65px;
  opacity: 0;
  height: 65px;
}
.mm-panels .mm-listview > li a:hover,
.mm-panels .mm-listview > li a:focus {
  color: #fff;
  opacity: 0.7;
  background: none;
}
.mm-panels .mm-listview > li.active a {
  color: #fff;
  opacity: 0.6 !important;
}
.mm-panels .mm-listview > li.ani a {
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition: 0.6s ease-out;
  margin-top: 0px;
  opacity: 1;
}
.mm-panels .mm-listview > li.ani a:hover,
.mm-panels .mm-listview > li.ani a:focus {
  opacity: 0.6;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.mm-panels .mm-listview > li.mm-listitem_selected a {
  opacity: 0.6;
}
.mm-menu .mm-listitem_selected > a:not(.mm-btn_next),
.mm-menu .mm-listitem_selected > span {
  background: none;
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: #ffffff;
}
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: #243665;
}
.mm-menu.mm-theme-dark .mm-prev:before {
  top: 20px !important;
}
.mm-btn {
  top: 30px;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #fff !important;
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #243665 !important;
}
.mm-menu .mm-prev:before {
  top: 20px !important;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 7vh;
}
.mm-listitem:after {
  border: none;
}
.mm-menu_offcanvas {
  width: 100%;
  min-width: 140px;
  max-width: 100%;
}
.navbar {
  padding-left: 3vw;
  padding-right: 3vw;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  height: 80px;
}
.navbar .navbar-brand-new {
  text-decoration: none;
  color: #243665;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 700;
}
.right_top {
  font-style: italic;
}
.masthead_page {
  height: 35vh;
  overflow: hidden;
}
.masthead_page img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Makes the image cover the entire container */
  object-position: top center;
  /* Centers the image within the container */
}
.content {
  padding: 40px 0px;
}
.docs {
  padding-bottom: 50px;
}
.docs .doc_column {
  background: #F5F5F5;
  font-size: 16px;
  padding: 20px 15px;
  border-radius: 15px;
  margin-bottom: 15px;
}
.docs .doc_column a {
  text-decoration: none;
  color: #243665;
}
.docs .doc_column h3 {
  font-size: 21px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.docs .doc_column .documents {
  padding: 0px;
  list-style: none;
}
.docs .doc_column .documents .pdf {
  margin-right: 10px;
  width: 20px;
}
.docs .doc_column .documents li {
  padding: 5px 0px;
  border-bottom: 1px solid #ddd;
}
.docs .doc_column .documents li:hover {
  background: #fff;
}
.footer {
  padding: 30px 0px;
  background: #243665;
  color: #fff;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}
.grid-item {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  text-align: left;
  /* Centering the text for demo purposes */
}
/* Specific placement of items to fit like a jigsaw */
.item1 {
  grid-column: 1 / span 1;
}
.item2 {
  grid-column: 2 / span 1;
}
.item3 {
  grid-column: 3 / span 1;
}
.item4 {
  grid-column: 1 / span 1;
}
.item5 {
  grid-column: 2 / span 1;
}
/* Media Query for viewport width of 1100px or less */
@media (max-width: 1100px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
  }
  .item3 {
    grid-column: span 2;
    /* Spanning across 2 columns */
  }
  .item4,
  .item5 {
    grid-column: span 1;
    /* Back to normal span */
  }
}
/* Media Query for viewport width of 960px or less */
@media (max-width: 960px) {
  .grid-container {
    grid-template-columns: 1fr;
    /* 1 column */
  }
  .grid-item {
    grid-column: span 1;
    /* Ensure each item spans full width */
  }
}
@media only screen and (min-width: 1300px) {
  .container {
    min-width: 1200px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    min-width: 1300px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    min-width: 1400px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    min-width: 1500px;
  }
}
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
