@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --roboto: "Roboto", sans-serif;
  --lato: "Lato", sans-serif;
  --helvetica: "Helvetica", sans-serif;
  --green: #0cb14b;
  --black: #000000;
  --white: #ffffff;
  --grey: #646364;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:hover {
  transition: auto;
}

/* Global Start */
.container {
  max-width: 1140px !important;
  padding: 0 15px;
}

.col-sm-3,
.col-lg-8,
.col-sm-4 {
  padding: 0 15px !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ow-btns a {
  display: block;
  width: 30%;
  height: auto;
  padding: 9px 0;
  text-align: center;
  float: left;
  text-decoration: none;
  font-size: 16px;
}

.ow-btn-3 {
  color: #646364;
  border: 2px solid #0db14b;
}

.ow-btn-3:hover {
  background: #0db14b;
  color: #fff;
}

.ow-btn-1 {
  background: #0782bb;
  color: #fff;
  border: 2px solid #0782bb;
  margin: 0 5% 0 0;
}

.ow-btn-1:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

.ctm_article dl.article-info,
.fields-container {
  max-width: 760px;
  width: 100%;
  margin: auto;
  padding: 0;
}

.fields-container li {
  list-style-type: none;
}

.fields-container li .dwnld_doc .fa-file-pdf-o::before {
  font: normal normal normal 14px / 1 FontAwesome !important;
  color: red !important;
}

.fields-container li .dwnld_doc a {
  text-decoration: none;
  font-family: "Lato", sans-serif;
}

.itemid-160 .com-content-article__body {
  margin-top: 10px !important;
}

.moduletable {
  margin: 0;
}

/* Global End */

.header.container-header {
  background-color: inherit;
  background-image: none;
  position: sticky;
  top: 0;
}

.mod-menu li a,
.mod-menu li button {
  color: #000 !important;
}

.header .container-topbar {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 57px;
  padding: 0 15px;
}

.navbar-brand .brand-logo {
  width: 100%;
  max-width: 280px;
  display: flex;
}

.header .container-topbar .mod-custom:has(.navbar-brand) {
  max-width: 33.333333%;
  width: 100%;
}

.header .container-topbar .navbar-brand {
  padding: 7px 0;
  width: max-content;
}

.header .container-topbar .moduletable._menu {
  padding-left: 15px;
  width: 66.666667%;
}

.header .container-topbar .moduletable._menu .navbar {
  margin: 0 !important;
  float: right;
}

.header .nav-pills .metismenu-item {
  padding: 5px 24px !important;
}

.header .nav-pills .metismenu-item:hover > ul {
  display: block !important;
}

.header .nav-pills .metismenu-item :is(button, a) {
  color: #656565 !important;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  display: block !important;
  text-decoration: none;
  font-family: var(--roboto);
}

.header .nav-pills .metismenu-item a:hover,
.header .nav-pills .metismenu-item.current :is(button, a) {
  color: #4caf50 !important;
}

.header .nav-pills .metismenu-item :is(button, a):focus {
  box-shadow: none !important;
  outline: none !important;
}

/* #navbar1 .nav-pills .metismenu-item:hover ul.mm-collapse {
    display: block;
} */

#navbar1 .nav-pills .mm-toggler:after {
  border-top: 0.3em solid #000;
  border-left: 0.3em solid #0000;
  border-right: 0.3em solid #0000;
  margin-inline-start: 0;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 3px;
}

.header .grid-child.container-nav {
  margin: 0;
  width: fit-content;
  padding: 0;
}

.header .grid-child.container-nav .container-search {
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.header .container-search .rssocial-container .rssocial-icons :is(li, a),
.header .container-search .rssocial-container {
  padding: 0;
  margin: 0;
  display: flex;
}

.header .container-search .rssocial-container .rssocial-icons {
  display: flex;
  gap: 14px;
  background-color: var(--green);
  padding: 13px 22px;
}

.header .container-search .rssocial-container .rssocial-icons a.push:hover {
  animation-name: none !important;
}

.header .container-search .rssocial-container .rssocial-icons :is(a) {
  background-color: transparent !important;
  border: 2px solid var(--white);
  padding: 5px;
  border-radius: 50%;
}

.header .container-search .rssocial-container .rssocial-icons :is(a:hover) {
  border-color: var(--black);
}

.header .container-search .rssocial-container .rssocial-icons a:hover span {
  color: #000;
}

.header .container-search .rssocial-container .rssocial-icons li {
  font-size: 20px !important;
}

.header .form-search,
.header .form-search .mod-finder__search {
  height: 100%;
}

.header .form-search .mod-finder__search input {
  position: absolute;
  top: 0;
  right: 60px !important;
  outline: none;
  height: 60px;
  margin: 0;
  z-index: 9999;
  width: 190px;
  display: none;
  transition: display 300ms ease-in;
}

.header .form-search .mod-finder__search.active input {
  display: inline-block;
  max-width: max-content;
}

.header .mod-finder__search .awesomplete {
  width: 190px;
  position: absolute;
  right: 60px;
}

.header .form-search .mod-finder__search .awesomplete UL[role="listbox"] {
  top: 65px;
}
.header .form-search .mod-finder__search .awesomplete .js-finder-search-query {
  right: 0 !important;
}

.header .form-search .mod-finder__search .js-finder-search-query {
  height: 60px;
  top: 0;
  position: absolute;
  right: 0;
  border-radius: 0;
  font-family: var(--roboto);
  font-size: 16px;
  color: #000;
  border: 1px solid #0cb14b;
  padding: 10px;
}

.header .container-nav:has(.container-search) {
  position: absolute;
  top: 0;
  right: 0;
}

.header .form-search .mod-finder__search button[type="submit"] {
  text-indent: -99999px;
  height: 100%;
  border-radius: 0;
  width: 60px;
  align-items: center;
  justify-content: center;
  background: #0782bb;
  border: 0;
  box-shadow: none;
  outline: none;
}

.header .form-search .mod-finder__search button[type="submit"]:hover {
  background-color: var(--black);
}

.header .form-search .mod-finder__search button[type="submit"] .icon-search {
  text-indent: 1px;
  font-size: 22px;
}

header .mod-menu ul.mm-collapse {
  background-color: var(--black) !important;
  max-width: 250px !important;
  min-width: 250px !important;
  width: 100% !important;
}

header .mod-menu ul.mm-collapse .metismenu-item.level-2 {
  padding: 0 !important;
  border-bottom: 1px solid #323231 !important;
  font-size: 16px !important;
  font-family: var(--roboto) !important;
}

header .mod-menu ul.mm-collapse .metismenu-item.level-2:focus,
header .mod-menu ul.mm-collapse .metismenu-item.level-2:hover {
  outline: none;
  box-shadow: none;
  background: #0cb14b !important;
}

header .mod-menu ul.mm-collapse .metismenu-item.level-2 a {
  color: var(--white) !important;
  text-decoration: none !important;
  text-wrap: balance;
  width: 100% !important;
  padding: 8px 15px !important;
}

.com-content-article .fields-container {
  list-style-type: none;
}

.itemid-349 .site-grid main,
.itemid-350 .site-grid main,
.itemid-99 .site-grid main,
.itemid-214 .site-grid main {
  padding: 50px 0;
}

.itemid-101 .site-grid .container-banner.full-width {
  margin-bottom: 0;
  border-bottom: 1px solid var(--white);
}

.ctm_article main .com-content-article,
.site-grid,
.com-content-article.item-page,
.itemid-99 .site-grid,
.itemid-99 main .com-content-article,
.itemid-101 .site-grid {
  display: flex;
  flex-direction: column;
}

.itemid-99 main .com-content-article .published {
  margin: 0;
}

.itemid-349 main .com-content-article .com-content-article__body,
.itemid-350 main .com-content-article .com-content-article__body,
.itemid-99 main .com-content-article .com-content-article__body {
  margin-top: 0 !important;
}

.itemid-99 main .com-content-article .article-info {
  margin-bottom: 15px;
  width: 100%;
  max-width: 760px;
  margin: 40px auto 0;
}

.ctm_article dl.article-info,
.itemid-350 main .com-content-article .fields-container,
.itemid-349 main .com-content-article .fields-container {
  margin: 40px auto 0;
}

main .com-content-article .dwnld_doc {
  padding-bottom: 10px;
}

.itemid-99 main .com-content-article .dwnld_doc .fa-file-pdf-o:before {
  color: red;
  font-family: "FontAwesome";
}

.itemid-99 main .com-content-article .icon-calendar {
  display: none;
}

.itemid-99 main .com-content-article time {
  color: #646364;
  line-height: 12px;
  font-family: "Lato", sans-serif;
  margin: 0 0 15px 0;
}

.itemid-99 main .com-content-article .fields-container {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 760px;
}

.itemid-99 main .com-content-article a {
  text-decoration: none !important;
  color: #007bff;
}

.itemid-99 main .com-content-article a:hover {
  text-decoration: underline !important;
}

.itemid-101 .moduletable:has(.p_4),
.itemid-101 .moduletable:has(.pert_5),
.itemid-101 .moduletable:has(.ba__nav-tabs) {
  margin: 0;
}

.itemid-101 .container-top-a:has(.ba__tabs) {
  padding: 60px 0;
  background: #f2f2f2;
}

.itemid-101 .moduletable:has(.pert_4) {
  padding: 50px 0;
}

.itemid-101 .baContainer {
  max-width: 1140px !important;
  padding: 0 15px;
  margin: 0 auto;
}

.itemid-101 .baContainer .baTabsWarp {
  width: 90% !important;
  height: auto !important;
  overflow: hidden !important;
  margin: 0px auto !important;
  position: relative !important;
  padding: 0 !important;
}

.itemid-101 .baContainer .baTabsWarp nav {
  width: 100% !important;
  max-width: 300px !important;
}

.itemid-101 .baContainer .baTabsWarp nav .ba__nav-tabs li {
  margin: 0 !important;
}

.itemid-101 .baContainer .baTabsWarp .ba__panel-tabs {
  width: calc(100% - 300px) !important;
}

.itemid-101 .ba__nav-tabs .ba--title {
  padding: 12px 15px !important;
  border: 2px solid #0cb14b !important;
  margin: 0 !important;
  background-color: transparent !important;
  line-height: 24px;
}

.itemid-101 .ba__nav-tabs .ba--title:hover {
  background-color: var(--black) !important;
}

.itemid-101 .ba__nav-tabs .ba--title:hover span {
  color: var(--white) !important;
}

.itemid-101 .ba__nav-tabs .tab__active .ba--title {
  background-color: #0cb14b !important;
}

.itemid-101 .ba__nav-tabs .tab__active .ba--title span {
  color: var(--white) !important;
}

.itemid-101 .ba__nav-tabs .ba--title span {
  font-size: 16px !important;
  line-height: normal !important;
  color: var(--grey) !important;
  font-family: var(--roboto) !important;
  font-weight: 400 !important;
}

.itemid-101 .ba__panel-tabs .ba--description {
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
}

.itemid-101 .tb_dec {
  width: 100%;
  height: auto;
  background: #0cb14b;
  padding: 48px 50px;
  max-width: 83%;
  position: relative;
  z-index: 1;
  margin-top: -92px;
}

.itemid-101 .tb_dec p {
  font-family: var(--lato);
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.moduletable:has(#rsearch) {
  margin: 0 !important;
}

.grid-child:has(.pert_5) main {
  display: none;
}

.pert_5 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #f2f2f2;
}

.pert_5 .p_4_more a {
  background: #0cb14b;
}

.pert_5 .p_4_more a:hover {
  background: #0782bb;
}

.p_5_pic img {
  width: 100%;
  height: auto;
}

.p_5_pic_heading {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin: -120px 0 20px;
  color: #fff;
  font-size: 24px;
  font-family: var(--helvetica);
  text-transform: uppercase;
  padding: 0 0 0 50px;
  text-shadow: 0 0 3px #000;
}

.p_5_dec {
  width: 100%;
  height: auto;
  background: #0782bb;
  padding: 48px 50px;
  max-width: 83%;
  position: relative;
  z-index: 1;
  max-height: 239px;
  overflow: hidden;
}

.p_5_dec p {
  color: #fff;
  line-height: 25px;
  margin: 0;
  font-size: 18px;
  letter-spacing: 1px;
}

.p_5_dec a {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--roboto);
  font-size: 16px;
}

.p_5_dec a:hover {
  text-decoration: underline;
}

.pb_right {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
  position: relative;
}

.pb_pic img {
  width: 100%;
  height: auto;
}

.pb_top_1 {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 15px;
  text-align: right;
}

.pb_top_2 {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  padding: 18px 20px;
  background: url(../../img/shd.png) no-repeat;
  background-size: 100% auto;
}

.pb_top_2 a {
  color: #fff;
  font-size: 18px;
  font-family: var(--helvetica);
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin: 108px 0 0;
}

.pb_top_2 a:hover {
  color: #0cb14b;
}

.com-content-article:has(.com-content-article__body .career-page)
  :is(.page-header, dl.article-info) {
  display: none;
}

.com-content-article:has(.career-page) .com-content-article__body {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

.ctm_career_popup_btn {
  display: flex;
  width: 150px;
  padding: 13px;
  justify-content: center;
  align-items: center;
  background: #0782bb;
  color: #fff;
  border: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

footer {
  margin: 0 !important;
  background: transparent !important;
  color: #000000 !important;
  border-top: 1px solid #bebdbe !important;
}

footer .grid-child {
  padding: 20px 0 !important;
  max-width: 1140px !important;
  margin: 0 auto;
}

footer .left-ft {
  width: 100%;
  height: auto;
  color: #646364;
  font-family: var(--lato);
  font-size: 16px;
  margin: 8px 0 0 0;
}

footer .left-ft a {
  color: #0782bb !important;
  text-decoration: none !important;
}

footer .left-ft a:hover {
  color: #646364 !important;
}

footer #rssocial-195.rssocial-center {
  display: none !important;
}

footer .ft-social {
  margin: 0 !important;
}

footer .right-ft:has(.ft-social) {
  display: flex;
  justify-content: end;
}

footer .grid-child:has(.ft-social) {
  display: block !important;
}

footer .ft-social .rssocial-icons {
  display: flex;
  gap: 14px;
}

footer .ft-social .rssocial-icons li {
  margin: 0 !important;
}

footer .ft-social .rssocial-icons li .rssocial-link {
  background: transparent !important;
  border: 2px solid #646364 !important;
  color: #646364 !important;
  border-radius: 50% !important;
  padding: 6px !important;
}

footer .ft-social .rssocial-icons li .rssocial-link:hover {
  border-color: #0cb14b !important;
  animation-name: none !important;
}

footer .rssocial-link .rssocial-icon::before {
  font-size: 21px;
}

.n2_clear .nextend-bullet-bar .n2-bullet {
  background: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  padding: 5.5px !important;
}

.n2_clear .nextend-bullet-bar .n2-bullet.n2-active {
  background: rgba(0, 0, 0, 0.9) !important;
}

#mod-custom186.mod-custom {
  width: 100%;
  height: auto;
  padding: 45px 0;
  background: #0db14b;
}

#mod-custom186.mod-custom p {
  margin: 0px;
  color: var(--white);
  font-size: 18px;
  margin: 0 auto;
  font-family: var(--lato) !important;
  text-align: center;
  max-width: 100%;
  padding: 0 15px;
}

.inner-banner-bottom {
  width: 100%;
  height: auto;
  padding: 45px 0;
  background: #0db14b;
}

.sml-font {
  width: 100%;
  height: auto;
  margin: 0px auto;
  text-align: center;
}

.sml-font p {
  margin: 0px;
  color: #fff;
  font-size: 18px;
  font-family: var(--lato);
}

.inner-banner {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 0px 0;
}

.inner-banner-pic {
  width: 100%;
  height: auto;
  position: relative;
  max-height: 400px;
  overflow: hidden;
  background: #000;
}

.inner-banner-pic img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}

.inner-banner-top {
  width: 100%;
  height: auto;
  position: absolute;
  top: 130px;
  z-index: 9;
  left: 0;
  right: 0;
}

.res-dec {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 33px;
  text-transform: uppercase;
  font-family: var(--roboto);
  margin: 36px 0 0 0;
  max-width: 50%;
  font-weight: 700;
  text-shadow: 0 0 3px #000;
}

.adr {
  width: 100%;
  height: auto;
  position: relative;
  max-width: 320px;
  float: right;
  margin-top: -190px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.adr_heading {
  width: 100%;
  height: auto;
  background: #0782bb;
  font-size: 16px;
  font-family: var(--roboto);
  color: #fff;
  padding: 20px 20px;
  text-transform: uppercase;
}

.adr_inner {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 20px 20px;
  overflow: hidden;
}

.adr_full {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
  overflow: hidden;
}

.adr_icon {
  width: 50px;
  height: auto;
  float: left;
  color: #0782bb;
  font-size: 25px;
}

.adr_dec {
  width: 70%;
  height: auto;
  float: left;
  font-family: var(--roboto);
  font-size: 16px;
  padding: 5px 0 0 0;
}

.fa-map-marker:before {
  content: "\f041" !important;
}

.ctm__timezone {
  position: relative;
  width: auto;
  display: inline-block;
  font-family: var(--lato);
}

.adr_timezone {
  overflow: visible !important;
}

.own-pic {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  background: #4c535a;
}

.own-pic img {
  width: 100%;
  height: auto;
}

.own-dec {
  width: 66%;
  height: auto;
  float: right;
  margin: 10px 0 0 0;
}

.own-dec h4 {
  color: #0782bb;
  font-family: var(--roboto);
  font-size: 22px;
}

.own-dec p {
  font-family: var(--lato);
  color: #646364;
  font-size: 18px;
}

.ics {
  width: 100%;
  height: auto;
  float: left;
}

.ics-ic {
  width: 37px;
  height: 37px;
  border: 2px solid #0db14b !important;
  text-align: center;
  float: left;
  margin: 0 20px 0 0;
  border-radius: 50%;
  padding: 3px 0 0 0 !important;
}

.ow-top {
  width: 100%;
  height: auto;
  margin: 0 0 40px 0;
  float: left;
}

.ow-top-inner {
  width: auto;
  float: right;
}

.res-heading {
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  margin: 45px 0 0 0;
  font-family: var(--roboto);
}

.ics-ic a {
  color: #0db14b;
  text-decoration: none;
  display: block;
  font-size: 18px;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 15px #000;
  z-index: 99;
  text-align: center;
}

.closes1 {
  width: 40px;
  height: 40px;
  background: #000;
  text-align: center;
  color: #fff;
  float: right;
  position: absolute;
  right: 0;
  padding: 6px 0 0 0;
  top: 0;
  font-size: 18px;
  cursor: pointer;
}

.tm-heading {
  width: 100%;
  height: auto;
  padding: 12px 20px;
  background: #0782bb;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  /* font-family: 'HelveticaNeueMedium'; */
}

.tm-dec {
  width: 100%;
  height: auto;
  padding: 15px 20px;
}

.tm-dec p {
  margin: 0 0 5px 0;
}

.single-program-2 {
  width: 100%;
  height: auto;
  padding: 0px 0 30px;
  background: #f2f2f2;
  border-top: 0px solid #0782bb;
  margin: 50px 0 0 0;
}

.tabbable-panel {
  border: 0px solid #eee;
  padding: 0;
  margin-top: -40px;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
  text-align: center;
  display: block;
  background: transparent;
  box-shadow: none;
}

.single-program-2 .tabbable-line > .nav-tabs > li {
  margin: 0 -1px;
  overflow: hidden;
}

.tabbable-line > .nav-tabs > li:hover > a i {
  color: #646364 !important;
}

.tabbable-line > .nav-tabs > li {
  display: inline-block;
  min-width: 150px;
  height: auto;
  border-radius: 10px 10px 0 0;
  padding: 0 0 0 0;
}

.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 9px 0;
  min-width: fit-content;
  font-size: 16px;
  font-family: var(--roboto);
}

.tabbable-line > .nav-tabs > li > a.active {
  color: #646364;
  background: #f2f2f2;
}

.tabbable-line > .nav-tabs > li > a > i {
  color: #fff;
  margin: 0 6px 0 0;
  font-size: 20px;
}

.tabbable-line > .nav-tabs > li > a.active i {
  color: #646364;
}

.tabbable-line > .tab-content {
  margin-top: 40px;
  border: 0;
  padding: 15px 0;
}

.tb-btn {
  width: 100%;
  height: auto;
  text-align: center;
  display: inline-block;
  margin: 20px 0;
}

.tb-btn a {
  width: 150px;
  height: auto;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-family: var(--roboto);
  display: inherit;
  margin: 0 15px;
}

.dis {
  opacity: 0.6;
}

.tb-btn-1 {
  background: #0782bb;
  color: #fff;
  border: 2px solid #0782bb;
  margin: 0 0 0 0;
}

.tb-btn-2 {
  color: #fff;
  border: 2px solid #0db14b;
  background: #0db14b;
  margin: 0 0 0 0;
}

.tb-btn-1:hover,
.tb-btn-2:hover {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}

.tabcontent {
  float: left;
  padding: 0px 0;
  width: 70%;
  border-left: none;
  height: auto;
}

.tb-dec {
  width: 100%;
  height: auto;
  max-width: 75%;
  margin: 0px auto;
}

.tb-dec h4 {
  color: #646364;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 25px 0;
  font-family: var(--roboto);
}

.tb-dec p {
  color: #646364;
  line-height: 25px;
}

.tb-dec p a {
  text-decoration: none;
}

.tb-dec h6 > a {
  text-decoration: none;
  font-family: var(--roboto);
}

.tb-dec h6 > a:hover {
  text-decoration: underline;
  color: #0056b3;
}

.single-program-2 .tabbable-line > .tab-content {
  margin-top: 30px;
  float: left;
  width: 100%;
  background: transparent;
  box-shadow: none;
}

.single-program-3 {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.single-program-5 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #f2f2f2;
}

.glb-full {
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 0px auto;
  text-align: center;
}

.glb {
  height: auto;
  text-align: center;
  display: inline-grid;
  width: auto;
  max-width: 158px;
  margin: 0 8%;
}

.glb-pic {
  width: 80px;
  height: 80px;
  margin: 0px auto;
  border-radius: 50%;
  overflow: hidden;
}

.glb-pic img {
  width: 100%;
  height: auto;
}

.glb h4 {
  color: #0782bb;
  font-size: 15px;
  font-family: var(--roboto);
  text-transform: uppercase;
  max-width: 179px;
  margin: 10px auto 0;
}

#mod-custom187 {
  padding-top: 50px;
}

.ow-top-inner:has(.tx-btm) {
  position: relative;
}

.tx-left {
  width: auto;
  float: left;
  height: auto;
  color: #0782bb;
  font-size: 16px;
  text-transform: uppercase;
  margin: 6px 15px 0 0;
}

.tx-right {
  width: 37px;
  height: 37px;
  border: 2px solid #0782bb;
  text-align: center;
  float: right;
  margin: 0 0 0 0;
  border-radius: 50%;
  padding: 5px 0 0 0;
  color: #0782bb;
  cursor: pointer;
}

.tx-btm {
  width: 360px;
  height: auto;
  position: absolute;
  top: 50px;
  right: 0;
  background: #fff;
  z-index: 9;
  box-shadow: 0 0 5px #ccc;
  margin-top: 50px;
}

.tx-btm {
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
}

.tx-btm.show {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

.closes {
  width: 30px;
  height: 30px;
  background: #000;
  text-align: center;
  color: #fff;
  float: right;
  position: absolute;
  right: -32px;
  top: 0;
  font-size: 18px;
  cursor: pointer;
  padding: 2px 0 0 0;
}

.closes:hover {
  background: #0782bb;
}

.tx-btm ul {
  padding: 20px 20px;
  margin: 0px;
  max-height: 350px;
  overflow-y: scroll;
}

.tx-btm ul li {
  padding: 0px;
  margin: 0px 0 25px 0;
  width: 100%;
  list-style: none;
  overflow: hidden;
}

.tx-btm ul li .gl {
  width: 90px;
  height: 90px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  background: #4c535a;
}

.tx-btm ul li .gl img {
  width: 100%;
  height: auto;
}

.tx-btm ul li .gl_dec {
  width: 200px;
  height: auto;
  float: right;
}

.tx-btm .gl_dec h4 {
  color: #0782bb;
  font-size: 20px;
  text-transform: uppercase;
  margin: 7px 0 3px 0;
}

.tx-btm .gl_dec p {
  color: #646364;
  font-size: 16px;
  margin: 0;
}

div#n2-ss-5 .n2-ss-slider-3,
div#n2-ss-5 .n2-ss-slide-backgrounds {
  max-height: 542px !important;
  height: 100% !important;
}

.container-bottom-a:has(.ctm_contact_us_map_wrap) {
  gap: 0;
}
.ctm_contact_info_section .custom {
  height: 100%;
}
.ctm_contact_info_card_wrap {
  border: 1px solid rgba(191, 191, 191, 0.45);
  background: #f8f9fa;
}
.ctm_contact_info_icon {
  display: flex;
  width: 82px;
  height: 82px;
  padding: 21px;
  align-items: center;
  border-radius: 8px;
  background: #eef2f8;
}
.ctm_contact_info_heading {
  color: #1b538a !important;
  text-align: center;
  font-family: var(--roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.ctm_contact_info {
  color: #0b1219 !important;
  text-align: center;
  font-family: var(--roboto);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.ctm_contact_us_map_wrap {
  max-height: 265px;
}

/* ---------------- PROGRAMS page start ---------------- */
.ctm_event_schedule_note_wrap{
    margin-bottom: 56px;
}
.ctm_event_schedule_note{
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.07px;
    text-align: center;
    background: #1B538A;
    width: 100%;
    padding: 17px;
    margin: 0;
}
.mod-jem-events { font-family: inherit; margin-bottom: 1.5rem; }

.card:has(.mod-jem-events){
    border: 0;
}
.jem-module-header {
    display: flex; align-items: center; justify-content: end;
    flex-wrap: wrap; gap: 1rem; margin-bottom: 24px;
}
.jem-module-title { margin: 0; font-size: 24px; font-weight: 500; font-family: var(--roboto); color: #000; line-height: 32px;}

.jem-year-filter { display: flex; align-items: center; gap: .5rem; }
.jem-filter-label { font-size: .85rem; font-weight: 600; white-space: nowrap; }
.jem-year-select {
    appearance: none;
    padding: 10px 2rem 10px .75rem;
    border: 1px solid #00000026;
    border-radius: 3px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%231B538A' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat right .65rem center;
    background-size: 10px;
    font-size: 13px;
    cursor: pointer;
    min-width: 180px;
    color: #1B538A;
    font-weight: 500;
    line-height: normal;
}

.jem-table-wrapper { overflow-x: auto;}

.jem-events-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.jem-events-table thead tr { background: #0CB14B; color: #fff; border-bottom: 1px solid #F0F1F3; }
.jem-events-table thead th:first-child {border-radius: 8px 0 0 0;}
.jem-events-table thead th:last-child {border-radius: 0 8px 0 0; border-right: 0; }
.jem-events-table thead th {
    padding: 14px 16px; text-align: center; font-weight: 500; text-transform: uppercase; font-size: 14px;
    line-height: 20px; color: #fff;
    font-family: var(--roboto);
    border-right: 1px solid #F0F1F3;
    text-wrap: nowrap;
}
.jem-events-table tbody { border-left: 1px solid #1B538A; border-right: 1px solid #1B538A;}
.jem-events-table tbody tr { border-bottom: 1px solid #1B538A; }
.jem-events-table tbody tr:nth-child(even) { background: #F2F2F2; }
.jem-events-table tbody tr td[data-label="Date"] {text-wrap: nowrap; }
.jem-events-table tbody td { padding: 18px 16px; vertical-align: middle; color: #0B1219; font-size: 14px; font-family: var(--roboto) !important; border-right: 1px solid #1B538A;
}
.jem-events-table tbody td:last-child { border-right: 0; }

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

.jem-no-events {
    padding: 1.5rem; text-align: center; color: #6b7280;
    font-style: italic; border: 1px dashed #d1d5db; border-radius: 8px;
}

.ctm_list_view_inner .jem-pagination {
  display: flex; justify-content: center; align-items: center;
  gap: 6px; margin-top: 24px; flex-wrap: wrap;
}

.ctm_list_view_inner .jem-page-btn {
  min-width: 36px; height: 36px; padding: 0 10px;
  border: 1px solid #1B538A; border-radius: 4px;
  background: #fff; color: #1B538A; font-size: 14px;
  font-weight: 500; cursor: pointer; transition: all .2s;
  display: inline-flex; align-items: center; justify-content: center;
  line-height: normal;
}

.ctm_list_view_inner .jem-page-btn:hover:not(.disabled):not(.active) {
  background: #E8F0FE; border-color: #1B538A;
}

.jem-page-btn.active {
  background: #1B538A; color: #fff; border-color: #1B538A;
}

.ctm_list_view_inner .jem-page-btn.disabled {
  opacity: .4; cursor: default;
}

.ctm_list_view_inner .jem-page-dots {
  padding: 0 4px; color: #666; font-size: 14px;
  display: inline-flex; align-items: center;
}

@media (max-width: 767px) {
    .jem-events-table tbody tr td[data-label="Course"] {
        min-width: 250px;
    }
    .jem-module-title {
        font-size: 20px;
        line-height: normal;
    }
    .mod-jem-events,
    .ctm_event_schedule_note_wrap{
        padding-inline: 0;
    }
}
/* ---------------- PROGRAMS page end ---------------- */


@media screen and (min-width: 1920px) {
  .navbar-brand .brand-logo {
    max-width: 310px;
  }
}

@media screen and (max-width: 1920px) {
  /*#n2-ss-5.n2-ss-slider .n2-ss-slide-background-image img {*/
  /*    object-fit: contain !important;*/
  /*    height: auto !important;*/
  /*}*/
}
@media screen and (max-width: 1440px) {
  div#n2-ss-5 .n2-ss-slider-3,
  div#n2-ss-5 .n2-ss-slide-backgrounds {
    max-height: 452px !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 1280px) {
  div#n2-ss-5 .n2-ss-slider-3,
  div#n2-ss-5 .n2-ss-slide-backgrounds {
    max-height: 402px !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  div#n2-ss-5 .n2-ss-slider-3,
  div#n2-ss-5 .n2-ss-slide-backgrounds {
    max-height: 332px !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  .ctm_contact_info_icon {
    width: 72px;
    height: 72px;
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  div#n2-ss-5 .n2-ss-slider-3,
  div#n2-ss-5 .n2-ss-slide-backgrounds {
    max-height: 252px !important;
    height: 100% !important;
  }
  .ctm_contact_info_icon {
    width: 62px;
    height: 62px;
    padding: 14px;
  }
  .ctm_contact_info_heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  div#n2-ss-5 .n2-ss-slider-3,
  div#n2-ss-5 .n2-ss-slide-backgrounds {
    max-height: 180px !important;
    height: 100% !important;
  }
}
/*
@media screen and (min-width:1280px) and (max-width:1439px) {
  .n2-ss-slider-3 {
    min-height: 65vh;
  }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
  .n2-ss-slider-3 {
    min-height: 50vh;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .n2-ss-slider-3 {
    min-height: 40vh;
  }
}

@media screen and (min-width:566px) and (max-width:767px) {
  .n2-ss-slider-3 {
    min-height: 30vh;
  }
}

@media screen and (max-width:565px) {
  .n2-ss-slider-3 {
    min-height: 25vh;
  }
}*/

.n2-ss-slider .n2-ss-slide-background-image img {
  object-fit: unset !important;
}

.n2-ss-slider-wrapper-inside .n2-ss-slider-1,
#n2-ss-1 .n2-ss-slide-backgrounds {
  /* max-height: 537px !important; */
  flex: 1;
}

.n2-ss-slider-3 .n2-ss-slider-4 {
  display: none;
}

.pert_1 {
  width: 100%;
  height: auto;
  padding: 60px 0;
}

.pert_1 .p_1 {
  font-size: 17px;
  font-family: var(--roboto);
}

.p_1 {
  width: 100%;
  height: auto;
  max-width: 300px;
  text-align: center;
  margin: 0px auto;
}

.p_1_pic {
  width: 100%;
  height: 70px;
}

.p_1 h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #0782bb;
  margin: 0 0 7px 0;
  font-family: var(--roboto);
  font-weight: 500;
}

.pert_2 {
  width: 100%;
  height: auto;
  padding: 60px 0;
  min-height: 400px;
  background-size: cover !important;
  position: relative;
}

.p_2 {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p_2 img {
  max-width: 100%;
}

/* .pert_3 {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: #f2f2f2;
    overflow: hidden;
}

.heading {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 0 40px 0;
    color: #646364;
    font-size: 24px;
    font-family: var(--helvetica);
    text-transform: uppercase;
}
.p_3 {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
} */
.moduletable:has(.pert_4) h3 {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 0 40px 0;
  color: #646364;
  font-size: 24px;
  font-family: var(--helvetica);
  text-transform: uppercase;
  font-weight: 500;
}

.p_4_more {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 53px 0 0 0;
}

.p_4 {
  width: 100%;
  max-width: 320px;
  height: auto;
}

.p_4_pic {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0 0 15px 0;
  background: #ccc;
}

.p_4_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_4_dec {
  width: 100%;
  height: auto;
}

.p_4_dec h6 {
  color: #646364;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-family: var(--roboto);
  font-weight: 500;
}

.p_4_more a {
  color: #fff;
  font-size: 16px;
  font-family: var(--roboto);
  background: #0782bb;
  padding: 11px 50px;
  text-decoration: none;
  letter-spacing: 1px;
}

.p_4_dec h4 {
  color: #0782bb;
  margin: 0 0 5px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-family: var(--roboto);
}

.p_4_dec h4 a {
  color: #0782bb;
  text-decoration: none;
  font-family: var(--roboto);
  font-weight: 500;
}

.p_4_dec p {
  color: #646364;
  margin: 0 0 0 0;
  font-size: 16px;
  font-family: var(--lato);
}

.p_4_dec p a {
  color: #0db14b;
  text-decoration: underline;
}

.p_4_dec p a:hover {
  color: #0782bb;
}

.p_4_more a:hover {
  background: #000;
}

.p_4_dec h4 a:hover {
  color: #000;
}

.pert_6 {
  width: 100%;
  height: auto;
  padding: 70px 0;
  background: #0db14b;
  text-align: center;
  margin-bottom: 50px;
}

.p_6_inner {
  width: 100%;
  height: auto;
  max-width: 80%;
  margin: 0px auto;
}

.p_6_inner h4 {
  margin: 0 0 15px 0;
  color: var(--white);
  font-size: 24px;
  font-family: var(--roboto);
  text-transform: uppercase;
}

.p_6_inner p {
  color: var(--white);
  margin: 0;
  font-size: 16px;
  font-family: var(--lato);
  font-size: 18px !important;
}

.p_6_more {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 40px 0 0 0;
}

.p_6_more a {
  color: #646364;
  font-size: 16px;
  font-family: var(--roboto);
  background: #fff;
  padding: 10px 35px;
  text-decoration: none;
  letter-spacing: 1px;
}

.p_6_more a:hover {
  background: #000;
  color: #fff;
}

.icsubscribe h4 {
  color: #646364;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--roboto);
}

.ft_btn {
  width: auto;
  height: auto;
  float: left;
  margin: 5px 0 0 25px;
}

.ft_btn a:hover {
  background: #000;
}

.icsubscribe .icsubbtn a {
  background: #0782bb;
}

.icsubscribe .icsubbtn a:hover {
  background: #646364;
}

.ft_btn a {
  padding: 10px 35px;
  background: #0cb14b;
  color: #fff !important;
  font-family: var(--roboto);
  font-size: 16px;
  text-decoration: none;
}

/* Contact Form Strat */
.itemid-161 .site-grid {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.itemid-161 .site-grid .container-banner:has(.inner-banner-pic) {
  margin: 0;
}

.itemid-161 .site-grid main {
  padding: 50px 0;
}

.cps {
  width: 100%;
  height: auto;
  max-width: 580px;
  margin: 0px auto 30px;
}
.rsform-type-freetext:has(.ctm_career_form_tagline) {
  position: absolute;
  top: -18px;
}
.ctm_career_form_tagline {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
#contact-form {
  margin-bottom: 0;
  padding: 60px 0;
}

#contact-form .formSpan12 .rsform-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px !important;
}

#career-form .rsform-block:not(.rsform-block-submit) {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px !important;
}
#contact-form .formSpan12 .rsform-block label {
  width: 100% !important;
  text-wrap: nowrap;
  text-align: left !important;
  color: #0782bb;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding-top: 0 !important;
  font-weight: 500;
  font-family: var(--roboto);
}

#career-form .rsform-block label {
  width: 100% !important;
  text-wrap: nowrap;
  text-align: left !important;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding-top: 0 !important;
  font-weight: 500;
  font-family: var(--roboto);
}

#career-form .formSpan12 .rsform-block .formControls,
#contact-form .formSpan12 .rsform-block .formControls {
  width: 100%;
  margin: 0;
}

#career-form .formSpan12 .rsform-block .formControls .formBody,
#contact-form .formSpan12 .rsform-block .formControls .formBody {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

#contact-form .formSpan12 .rsform-block .formControls .formBody input {
  width: auto !important;
  border: 1px solid #ccc;
  height: 30px;
  padding: 5px 10px;
  color: #979797;
  font-size: 15px;
  outline: none;
  border-radius: 0;
}

#career-form .ctm_career_upload_file_wrap {
  display: flex;
  align-items: center;
  border-radius: 3px;
  border: 1px dashed #ffebed;
  background: #fff;
  justify-content: center;
}
#career-form .ctm_career_upload_file_wrap .ctm_career_upload_file_drop_area {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  padding: 22px;
  width: 100%;
  cursor: pointer;
}
#career-form .ctm_career_upload_file_wrap span {
  color: #a19f9f;
  text-align: center;
  font-family: var(--roboto);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
#career-form .ctm_career_upload_file_wrap .ctm_drag_drop_title {
  line-height: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  font-family: var(--roboto);
  color: #000000;
  margin-bottom: 0px !important;
  text-align: center;
}
#career-form .formRow:has(.formSpan6) {
  display: flex;
  flex-wrap: nowrap;
}
#career-form .formRow .formSpan6 {
  width: 50%;
}
#career-form .formRow .formSpan6:nth-child(odd) {
  margin: 0 8px 0 0 !important;
}

#career-form .formRow .formSpan6:nth-child(even) {
  margin: 0 0 0 8px !important;
}

#career-form .formSpan6 .rsform-block .formControls {
  margin: 0;
}
#career-form .rsform-block .formControls .formBody input {
  width: auto !important;
  border: 1px solid #828282;
  padding: 10px 16px;
  color: #979797;
  font-size: 14px;
  outline: none;
  border-radius: 0;
  line-height: normal;
  margin-bottom: 0;
  border-radius: 3px;
  border: 1px solid #ffebed;
  background: #fff;
  box-shadow: none;
}
#career-form .rsform-block .formControls .formBody joomla-hidden-mail span {
  width: 100%;
  display: flex;
}

#rsformModal .modal-header {
  border: 0;
  padding: 20px 32px;
}
#rsformModal .modal-title {
  color: #0782bb;
  font-family: var(--roboto);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

#career-form .rsform-block .formControls .formBody joomla-hidden-mail input {
  width: 100% !important;
}
#career-form .rsform-block .formControls .formBody input[type="file"] {
  height: auto;
}

#career-form .rsform-block .formControls .formBody input::placeholder {
  color: #a19f9f;
  font-size: 14px;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
}

#career-form .formRow:has(.formSpan6) .formControls {
  width: 100% !important;
}

#career-form .formRow:has(.formSpan6) .formBody {
  display: flex;
  flex-direction: column;
}

#career-form .rsform-block .formControls .formBody .formDescription,
#contact-form
  .formSpan12
  .rsform-block
  .formControls
  .formBody
  .formDescription {
  margin: 0;
}

#contact-form .formSpan12 .rsform-block .formControls .formBody textarea {
  width: auto !important;
}

#career-form .formSpan12 .rsform-block .formControls .formBody img {
  width: 160px;
  height: auto;
}
#career-form .formSpan12 .rsform-type-captcha .formBody br {
  display: none;
}
#career-form .formSpan12 .rsform-type-captcha .rsform-captcha-box {
  margin-top: 8px;
}
#career-form
  .formSpan12
  .rsform-type-captcha
  .formControls
  .ctm_career_captcha {
  padding: 8px 16px;
  border-radius: 3px;
  border: 1px dashed #ffebed;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 56px);
}
#contact-form .formSpan12 .rsform-block .formControls .formBody > img {
  width: 75px;
}

#career-form .formSpan12 .rsform-block-save .formControls .formBody,
#contact-form .formSpan12 .rsform-block-save .formControls .formBody {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

#rsformModal .modal-body {
  padding: 32px;
}

#career-form
  .rsform-block.rsform-type-freetext:has(.ctm_career_form_container_title) {
  margin-bottom: 0 !important;
}

#career-form .rsform-type-freetext:has(.ctm_career_form_container_hr) {
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid #ffebed;
}
#career-form .ctm_career_form_container_title {
  color: #0782bb;
  font-family: var(--roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px !important;
}

#career-form
  .rsform-block.rsform-block-verify-captcha
  .rsform-captcha-refresh-button {
  color: #1b538a;
  font-size: 16px;
  font-family: var(--roboto);
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none !important;
  margin-top: 8px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #ffebed;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
}
#career-form .rsform-block.rsform-block-save,
#career-form .rsform-block.rsform-block-save label {
  margin-bottom: 0 !important;
}

#career-form .rsform-block-save .formControls .formBody button {
  width: 200px;
  border: none;
  border-radius: 0;
  background: #0782bb;
  font-size: 15px;
  color: #fff;
  font-family: var(--roboto);
  line-height: 21px;
  color: #ffffff;
  padding: 11px 30px;
  text-align: center;
  margin-left: auto;
}
#contact-form .formSpan12 .rsform-block-save .formControls .formBody button {
  width: 180px;
  border: none;
  height: 40px;
  background: #0782bb;
  font-size: 15px;
  color: #fff;
  font-family: var(--roboto);
}

#contact-form .formControls .rsform-captcha-refresh-button {
  text-decoration: none;
  font-family: var(--roboto);
  color: #007bff;
}

#contact-form .formControls .rsform-captcha-refresh-button:hover {
  text-decoration: underline;
}

/* Contact Form End */

/* Annual Reports Start */
.site-grid:has(.statement-list) {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.site:has(.statement-list) .com-content-article__body,
.main-bottom.card:has(.statement-list) .card-header {
  display: none !important;
}

.com-content-article figure.item-image {
  width: 100%;
  max-height: 450px;
  margin: 0 !important;
  overflow: hidden;
  background: #000;
}

.com-content-article figure.item-image img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}

main .com-content-article {
  position: relative;
}

.com-content-article .page-header {
  max-width: 1140px !important;
  padding: 0 15px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 130px;
  z-index: 9;
  left: 0;
  right: 0;
  margin: 0 auto !important;
}

.com-content-article .page-header h1 {
  max-width: 50%;
  color: #fff;
  font-size: 33px;
  text-transform: uppercase;
  font-family: var(--roboto);
  margin: 36px 0 0 0;
  font-weight: 700;
  text-shadow: 0 0 3px #000;
  line-height: 50px;
}

.main-bottom.card:has(.statement-list) {
  margin: 0;
  border: 0;
}

.card-body:has(.statement-list) {
  padding: 0;
}

.itemid-166 .moduletable:has(.statement-list) {
  padding: 50px 0;
  background: #f2f2f2;
}

.statement-list {
  padding: 50px 0;
  width: 100%;
  height: auto;
  background: #f2f2f2;
}

.st-list {
  width: 100%;
  height: auto;
}

.st-list ul {
  padding: 0px;
  margin: 0px;
}

.st-list ul li {
  list-style: none;
  margin: 0 0 30px 0;
}

.st-pic.ic-st-pic {
  height: 245px;
  max-width: 195px;
}

.st-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.st-list h4 {
  color: #0782bb;
  font-size: 18px;
  text-transform: uppercase;
  font-family: var(--roboto);
  margin: 0 0 15px 0;
}

.st-dec {
  width: 100%;
  height: auto;
  min-height: 100px;
}

.st-dec p {
  color: #646364;
  line-height: 25px;
  font-family: var(--lato);
}

.st-download {
  width: 100%;
  height: auto;
}

.st-download a {
  padding: 8px 50px;
  text-align: center;
  float: left;
  text-decoration: none;
  font-size: 16px;
  font-family: var(--roboto);
  color: #646364;
  border: 2px solid #0db14b;
}

.st-download a:hover {
  color: #fff;
  background: #0db14b;
}

.st-pic {
  width: 100%;
  height: 200px;
  border-right: 5px solid #0db14b;
  max-width: 360px;
  margin: 0px auto;
  text-align: center;
  background: #ccc;
  overflow: hidden;
}

/* Annual Reports End */
.itemid-167 .site-grid,
.itemid-166 .site-grid,
.itemid-165 .site-grid,
.itemid-200 .site-grid,
.itemid-163 .site-grid,
.itemid-159 .site-grid,
.itemid-162 .site-grid,
.itemid-219 .site-grid,
.itemid-201 .site-grid,
.itemid-214 .site-grid,
.itemid-203 .site-grid,
.itemid-220 .site-grid {
  display: flex;
}

.site-grid main {
  margin: 0;
}

/* History Start */

.itemid-166 ul:has(.ab-1) {
  padding: 0px;
  margin: 0px;
}

#mod-custom208:has(.ab-1) {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  transform: translateY(-50px);
}

#mod-custom208 ul li:has(.ab-1) {
  width: 50%;
  float: left;
  min-height: 270px;
  background: #0db14b;
  text-align: center;
  list-style: none;
  border-top: 8px solid #0782bb;
}

.ab-1 {
  width: 100%;
  margin: 50px auto 0;
}

.ab-1 h4 {
  color: #fff !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
  font-family: var(--roboto) !important;
  margin: 0 0 10px 0 !important;
  font-weight: bold;
}

.ab-1 p {
  color: #fff !important;
  margin: 0px !important;
  font-size: 18px;
  font-family: var(--lato);
}

#mod-custom208 ul li:nth-child(2):has(.ab-1) {
  background: #0782bb;
  border-top: 8px solid #0db14b;
}

/* History End */
/* Funders & Founders Start */
.itemid-160 main .com-content-article,
.itemid-201 main .com-content-article {
  display: flex;
  flex-direction: column;
}

.com-content-article__body,
.itemid-160 .com-content-article__body,
.itemid-99 .com-content-article__body,
.itemid-201 .com-content-article__body {
  font-family: "Lato", sans-serif;
  color: #646364;
  margin: 40px auto 15px;
  max-width: 760px;
  width: 100%;
}

.itemid-160 .com-content-article__body table tbody tr td {
  padding: 20px !important;
}

.itemid-160 .com-content-article .article-info {
  margin: 40px auto 0 auto;
  max-width: 760px;
  width: 100%;
}

/* Funders & Founders End */
/* Board of director Start */
.itemid-220 main .com-content-article:has(.tmcp) {
  display: flex;
  flex-direction: column;
}

.tmcp {
  background: #0db14b;
  width: 100%;
  padding: 50px 0;
  text-align: center;
  margin: 0 0 80px 0;
}

.tmcp p {
  color: #fff;
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
  font-family: var(--lato);
  font-size: 18px;
}

.team-pert {
  display: none;
}

.main-bottom.card .card-body:has(.mtab) {
  padding: 0;
}

.main-bottom.card:has(.mtab) {
  margin: 0;
  border: 0;
  margin-top: -38px;
}

.mtab {
  border: 0px solid #ccc !important;
  background-color: transparent !important;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.tabbable-panel .tablinks,
.mtab .tablinks {
  border: 0px solid #0782bb !important;
  background: #0782bb !important;
  color: #fff !important;
  margin: 0 0px !important;
  float: none !important;
  padding: 8px 0px;
  font-size: 15px;
  border-radius: 10px 10px 0 0;
  min-width: 220px;
  font-weight: 300;
}

.tabbable-panel .tablinks.active,
.tabbable-panel .tablinks:hover,
.mtab .tablinks.active,
.mtab .tablinks:hover {
  background: #f2f2f2 !important;
  color: #646364 !important;
}

.mtabcontent {
  background-color: #f2f2f2;
  padding-top: 36px;
}

.mtabcontent .psc {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto !important;
  margin-bottom: 20px !important;
}

.psc {
  padding-bottom: 30px !important;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px !important;
}

.psc:last-child {
  border-bottom: 0px solid #707070;
}

.team-pht {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 30px 0 0;
  border: 1px solid #ccc;
  background: #ccc;
  float: right;
}

.team-pht img {
  width: 100%;
  height: auto;
}

.team-dec {
  margin: 10px 0 0 0;
}

.team-dec h4 {
  color: #0782bb;
  margin: 0 0 5px 0;
  font-size: 22px;
  text-transform: uppercase;
  font-family: var(--roboto);
}

.team-dec h5 {
  font-size: 18px;
  font-family: var(--roboto);
}

.team-dec p {
  color: #646364;
  font-size: 16px;
  max-width: 71%;
  font-family: var(--lato);
}

@media only screen and (min-width: 1201px) and (max-width: 1500px) {
  .header .container-topbar .moduletable._menu .navbar {
    float: left;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1250px) {
  .header .nav-pills .metismenu-item {
    padding: 5px 12px !important;
  }

  .header .nav-pills .metismenu-item :is(button, a) {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .psc:nth-child(even) .col-lg-6 .team-pht {
    float: left;
    margin: 0 0 0 50px;
  }

  .psc:nth-child(even) .col-lg-6:nth-child(2) {
    order: -1;
    text-align: right;
  }

  .psc:nth-child(even) .col-lg-6:nth-child(2) .team-dec p {
    width: 100%;
    max-width: 71%;
    float: right;
  }
}

/* Board of director End */
/* Team Start */
.itemid-165 main .com-content-article:has(.tmcp) {
  display: flex;
  flex-direction: column;
}

/* Team End */
/* POLICY Start */

.itemid-220 .site-grid,
.itemid-201 .site-grid,
.itemid-163 .site-grid,
.itemid-200 .site-grid,
.itemid-166 .site-grid,
.itemid-202 .site-grid {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}

.itemid-201 .site-grid {
  margin: 0;
}

.itemid-165 main,
.itemid-164 main {
  padding-top: 50px;
}

.itemid-164 .card:has(.statement-list),
.itemid-165 .card:has(.mtab) {
  padding-bottom: 50px;
}

.itemid-163 .com-content-article__body {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.itemid-163 main .com-content-article {
  display: flex;
  flex-direction: column;
}

.policies-pg {
  width: 100%;
  height: auto;
  max-width: 765px;
  margin: 0px auto;
}

.policy h4 {
  color: #0782bb;
  font-size: 20px;
  font-family: var(--roboto);
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

.policy p {
  color: #646364;
  line-height: 25px;
  font-size: 16px;
  font-family: var(--lato);
}

.margin-top-40 {
  margin-top: 40px !important;
}

.itemid-163 .main-bottom {
  border: 0;
  margin: 0 auto !important;
  height: auto;
  width: 100% !important;
  max-width: 765px !important;
  padding-bottom: 50px !important;
}

.itemid-163 .main-bottom > h3.card-header {
  display: none;
}

.itemid-163 .main-bottom .card-body {
  padding: 0;
}

.itemid-163 .main-bottom .card-body .card-header {
  background: #f2f2f2;
  border-bottom: 3px solid #0782bb;
  color: #646364;
  font-size: 16px;
  position: relative;
  padding: 0px;
}

.itemid-163 .main-bottom .card-body .card-header a {
  text-decoration: none;
  color: #646364;
  display: block;
  margin: 0;
  padding: 0.75rem 1.25rem;
  font-family: var(--roboto);
  font-weight: 400;
  line-height: 24px;
}

.itemid-163 .main-bottom .card-body .card-header a:hover {
  color: #0cb14b;
}

.itemid-163 .main-bottom .card-body .card-header .card-title.collapsed::after {
  font-family: "FontAwesome";
  content: "\f077";
  position: absolute;
  z-index: 9;
  top: 11px;
  right: 16px;
  transform: rotate(90deg);
}

.itemid-163 .main-bottom .card-body .card-header .card-title::after {
  font-family: "FontAwesome";
  content: "\f077";
  position: absolute;
  z-index: 9;
  top: 11px;
  right: 16px;
  transform: rotate(180deg);
}

.itemid-163 .main-bottom > .card-body {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.itemid-163 .main-bottom .card-body[data-parent="#accordion"] {
  padding: 1.25rem;
}

.itemid-163 .main-bottom .card-body p {
  font-family: var(--lato);
}

.itemid-163 .main-bottom .card-body ul li {
  font-family: var(--roboto);
}

.itemid-163 .policies-pg .row:has(#accordion) {
  display: none;
}

/* POLICY End */
/* Jobs Start */
.itemid-200 main .com-content-article {
  display: flex;
  flex-direction: column;
}

.itemid-200 .com-content-article__body {
  font-family: "Lato", sans-serif;
  color: #646364;
  margin: 40px auto 15px;
  max-width: 760px;
}

.itemid-200 .com-content-article__body a {
  text-decoration: none;
}

/* Jobs End */
/* News page Start */

.itemid-160 .site-grid {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}

.itemid-160 main:has(.blog) {
  padding: 50px 0;
  background-color: #f2f2f2;
}

.itemid-160 .moduletable:has(.programe-2) {
  margin: 0;
}

.programe-2 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #f2f2f2;
}

.itemid-160 main .blog {
  margin: 0 auto;
  padding: 0 15px;
}

.itemid-160 .blog .blog-item .item-content {
  color: #212529;
  font-size: 16px;
  font-family: var(--roboto);
}

.itemid-160 .blog .blog-item .item-content .st-download {
  margin-top: 20px;
}

.itemid-160 .blog .blog-item .item-content h2,
.itemid-160 .blog .blog-item .item-content h2 a {
  color: #0782bb;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-family: var(--roboto);
  text-decoration: none;
}

.itemid-160 .site-grid > .container-banner:has(.res-heading) {
  margin: 0;
}

.itemid-160 .blog .blog-items {
  column-count: 1;
  margin: 0;
}

.itemid-160 .blog .com-content-category-blog__navigation {
  display: flex;
  justify-content: center;
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
}

.itemid-160 .blog .com-content-category-blog__navigation .pagination {
  margin: 0 !important;
  padding: 12px 0;
}

.itemid-160 .blog .pagination .page-item .page-link {
  border: 0;
  color: #646364;
  font-size: 18px;
  font-family: var(--roboto);
  background: transparent;
}

.itemid-160 .blog .pagination .page-item.active .page-link {
  background: #46b14b;
  padding: 5px 11px;
  color: #fff;
}

.prog-full {
  width: 100%;
  height: auto;
  max-width: 750px;
  margin: 0px auto 40px;
  overflow: hidden;
}

.prog_left {
  width: 330px;
  height: 200px;
  float: left;
  border-right: 5px solid #0db14b;
  text-align: center;
  background: #ccc;
}

.prog_left img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.prog_right {
  width: 400px;
  height: auto;
  float: right;
}

.prog_right h4 {
  color: #0782bb;
  font-size: 18px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-family: var(--roboto);
}

.prog_right p {
  font-size: 16px;
  color: #646364;
  font-family: var(--lato);
}

.btns {
  width: 100%;
  height: auto;
  margin: 25px 0 0 0;
  overflow: hidden;
}

.btns a {
  display: block;
  width: 180px;
  height: auto;
  padding: 9px 0;
  text-align: center;
  float: left;
  text-decoration: none;
  font-size: 16px;
  font-family: var(--roboto);
}

.bt-1 {
  background: #0db14b;
  color: #fff;
  border: 2px solid #0db14b;
  margin: 0 40px 0 0;
}

.bt-1:hover {
  background: #0782bb;
  border: 2px solid #0782bb;
  color: #fff;
}

.cp {
  padding: 9px 45px;
  text-decoration: none;
  font-size: 16px;
  color: #646364;
  border: 2px solid #0db14b;
  display: inline-block;
  cursor: pointer;
}

.cp:hover {
  background: #0db14b;
  color: #fff;
}

.p_4_more {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 53px 0 0 0;
}

.itemid-160 .blog .blog-items .masonry-2 {
  padding-bottom: 50px;
}

.itemid-160 .inner-banner-top .res-heading {
  color: #fff;
  font-size: 33px;
  text-transform: uppercase;
  font-family: var(--roboto);
  margin: 36px 0 0 0;
  font-weight: 700;
  text-shadow: 0 0 3px #000;
  text-align: start;
}

.itemid-160 .blog .blog-item {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-bottom: 30px;
}

.itemid-160 .blog .blog-item figure {
  width: 100% !important;
  height: 200px !important;
  border-right: 5px solid #0db14b;
  max-width: 360px !important;
  text-align: center;
  background: #ccc;
  overflow: hidden;
  margin: 0;
}

/* News page End */
/* GUIDANCE page Start */

.itemid-219 .grid-child:has(#rsearch) {
  padding: 50px 0;
}

.itemid-159 .grid-child:has(.resource-2) {
  padding-top: 50px;
}

.itemid-159 .card:has(.resource-2) {
  padding-bottom: 50px;
}

.itemid-159 .moduletable:has(#rsearch) {
  margin: 0;
}

.searchbar {
  width: 100%;
  height: auto;
  float: right;
  max-width: 400px;
  position: relative;
}

.category #cats {
  margin: 0px;
  height: 38px;
  border: none;
  padding: 9px 10px;
  font-family: var(--roboto);
  outline: none;
  width: 100%;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTk5OTk5IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNyAxMGw1IDUgNS01eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center right;
}

.src_left input {
  width: 100%;
  height: 40px;
  border: 1px solid #fff;
  padding: 5px 50px 5px 10px;
  color: #646364;
  font-family: var(--roboto);
}

.cps-btns input[type="submit"] {
  width: 100%;
  border: 2px solid #0782bb;
  height: 40px;
  background: #0782bb;
  font-family: var(--roboto);
  font-size: 15px;
  color: #fff;
}

.cps-btns input[type="submit"]:hover {
  border: 2px solid #0db14b;
}

.itemid-159 main .com-content-article {
  display: flex;
  flex-direction: column;
}

/* GUIDANCE page End */
/* Crisis COE page Start */
.itemid-203 .site-grid main {
  padding: 50px 0;
}

.itemid-203 main .com-content-article {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.itemid-203 .com-content-article__body {
  font-family: "Lato", sans-serif;
  color: #646364;
  margin: 40px auto 15px;
  max-width: 760px;
}

.itemid-203 .com-content-article__body > h1 {
  font-family: var(--lato);
}

.itemid-203 .com-content-article__body h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-family: var(--lato);
  color: #0782bb;
}

.itemid-203 .com-content-article__body img {
  margin: 0 15px 5px 0 !important;
}

.itemid-203 .testimonials-sec {
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 0;
  margin-bottom: 50px;
  margin-top: 30px;
  z-index: 999;
}

.itemid-203 .testimonials-sec:before {
  position: absolute;
  left: -3000px;
  top: 0;
  width: 10000%;
  height: 100%;
  z-index: -1;
  content: "";
  background: #ececec;
}

.sub-blck {
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #0db14b;
  margin-bottom: 0;
  margin-top: 30px;
  padding-bottom: 0;
  z-index: 999;
}

.sub-blck:before {
  position: absolute;
  left: -3000px;
  top: 0;
  width: 10000%;
  height: 100%;
  z-index: -1;
  content: "";
  background: #0db14b;
}

.sub-blck p {
  color: #fff !important;
}

.itemid-203 .com-content-article__body a {
  color: #646364;
  text-decoration: none;
}

.itemid-203 .com-content-article__body a:hover {
  color: #0db14b;
}

/* Crisis COE page End */
/* GUIDANCE All page Start */
.guidance main .com-content-article {
  display: flex;
  flex-direction: column;
}

.main-bottom.card:has(.tc_notes) {
  max-width: 1140px !important;
  padding: 0 15px;
  margin: 0 auto;
  border: 0;
  width: 100%;
}

.guidance .card-body:has(.tc_notes) {
  padding: 0;
}

.itemid-101 .moduletable h3,
.itemid-166 .moduletable h3,
.heading {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 0 40px 0;
  color: #646364;
  font-size: 24px;
  font-family: var(--helvetica);
  text-transform: uppercase;
}

.tc_notes .res-1 {
  width: 100%;
  height: auto;
  max-width: 320px;
  margin: 0px auto;
}

.tc_notes .res-1-pic {
  width: 100%;
  height: 200px;
  border-bottom: 5px solid #0db14b;
  overflow: hidden;
  background: #ccc;
  margin: 0 0 10px 0;
}

.tc_notes .res-1-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resource-1 {
  width: 100%;
  height: auto;
  padding: 20px 0 100px;
  overflow: hidden;
}

.resource-1:has(.owl-nav) {
  overflow: visible;
  padding-bottom: 140px;
}

.tc_notes .owl-carousel .owl-nav {
  margin-top: 0px;
  position: absolute;
  width: 108%;
  top: 74px;
  left: -47px;
}

.tc_notes .owl-carousel .owl-nav .owl-prev {
  float: left;
  width: 40px;
  height: 40px;
  background: url("../images/rg.png") no-repeat !important;
  background-size: 100% 100% !important;
  color: #fff !important;
}

.tc_notes .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  float: right;
  background: url("../images/lf.png") no-repeat !important;
  background-size: 100% 100% !important;
  color: #fff !important;
}

.tc_notes .owl-carousel .owl-dots {
  display: none;
}

.tc_notes .res-1 h4 {
  margin: 0;
  color: #0782bb;
  font-family: var(--lato);
  font-size: 18px;
  text-transform: uppercase;
}

.tc_notes .res-1 h4 a {
  text-decoration: none;
  color: #0782bb;
}

.tc_notes .res-1 h4 a:hover {
  color: #000;
  text-decoration: none;
}

.tc_notes .ft_btn.icseeall {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.guidance .main-bottom.card:has(.resource-2) {
  margin: 0;
  border: 0;
}

.guidance .main-bottom.card:has(.resource-2) .card-header {
  display: none;
}

.guidance .main-bottom.card:has(.resource-2) .card-body {
  padding: 0;
}

.guidance .resource-2 {
  width: 100%;
  height: auto;
  padding: 0px 0 30px;
  background: #f2f2f2;
}

.guidance .resource-2 .tabbable-line > .tab-content {
  border: 0;
  padding: 15px 0;
}

.itemid-219.guidance .resource-2 .tabbable-line .nav-tabs,
.itemid-159.guidance .resource-2 .tabbable-line .nav-tabs {
  transform: translateY(0);
}

.guidance .resource-2 .tabbable-line .nav-tabs {
  display: flex;
  gap: 4px;
  padding: 0 12px;
  transform: translateY(-40px);
  justify-content: center;
}

.guidance .resource-2 .res_full {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto 30px;
  max-width: 334px;
}

.guidance .resource-2 .res-pic {
  width: 100%;
  height: 210px;
  overflow: hidden;
  border-bottom: 5px solid #0db14b;
  background: #ccc;
}

.guidance .resource-2 .res-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guidance .resource-2 .res-name {
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
  color: #0782bb;
  font-size: 18px;
  font-family: var(--helvetica);
  text-transform: uppercase;
}

.guidance .resource-2 .res-name a {
  color: #0782bb;
  text-decoration: none;
}

.guidance .tabbable-panel .nav-tabs,
.guidance .tabbable-panel .tab-content {
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0;
}

.guidance .tabbable-panel .tablinks img {
  width: 21px;
  height: 21px;
  filter: brightness(0) invert(1);
}

.guidance .tabbable-panel .tablinks.active img,
.guidance .tabbable-panel .tablinks:hover img {
  filter: brightness(1) invert(0);
}

.guidance .tabbable-panel .tablinks {
  min-width: 150px !important;
  max-width: 150px !important;
  width: 100% !important;
  display: inline-block;
  text-align: center;
  font-family: var(--roboto);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 400;
}

.guidance .tabbable-panel .tablinks .fa {
  margin-right: 6px;
}

/* GUIDANCE All page End */
/* Certified Financial Supervisor Start */
.itemid-214 main .com-content-article {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.itemid-214 .com-content-article__body {
  font-family: "Lato", sans-serif;
  color: #646364;
  margin: 40px auto 15px;
  max-width: 760px;
}

.itemid-214 .com-content-article__body table tbody tr td:has(img) {
  height: 95px !important;
  width: 216px !important;
}

.itemid-214 .com-content-article__body table tbody tr td img {
  width: 100% !important;
  max-width: fit-content !important;
  margin: 0 15px 5px 0 !important;
}

.itemid-214 .com-content-article__body div span a {
  text-decoration: none;
}

/* Certified Financial Supervisor End */
/* TC Notes Start */
.ic-news-category-filter-section-content .category-filter {
  font-family: var(--roboto);
}

.ic-news-category-content-section-inner-content1 h4 a {
  font-family: var(--roboto);
  text-decoration: none;
}

.ic-news-category-content-section-inner-content1 h4 a:hover {
  text-decoration: underline;
}

.itemid-204 .moduletable:has(.ic-news-banner) {
  padding: 50px 0;
}

.itemid-204 .site-grid {
  display: flex;
  flex-direction: column-reverse;
}

.itemid-204 main .com-content-article {
  display: flex;
  flex-direction: column;
}

.itemid-204 .com-content-article .page-header {
  max-width: 100% !important;
  padding: 0 25px;
}

/* TC Notes End */
/* PROGRAMS Start */
.itemid-218 .grid-child:has(.statement-list) {
  padding: 50px 0;
}

.itemid-167 main .com-content-article,
.itemid-158 main .com-content-article {
  display: flex;
  flex-direction: column;
}

.itemid-158 .site-grid .container-banner:has(.bggreen) {
  margin-bottom: 0 !important;
}

.itemid-158 .moduletable:has(.pert_4) {
  padding: 50px 0;
}

/* PROGRAMS End */
/* About Toronto Centre Start */
.itemid-202 .container-banner:has(.inner-banner-pic) {
  margin: 0;
}

.itemid-202 .wrapper {
  overflow: hidden;
  padding: 50px 0;
}

.heading.object {
  margin-top: 35px;
}

.about-1 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.about-1 ul {
  padding: 0px;
  margin: 0px;
}

.about-1 ul li {
  width: 50%;
  float: left;
  min-height: 200px;
  background: #0db14b;
  text-align: center;
  list-style: none;
}

.ab-1 {
  width: 100%;
  margin: 50px auto 0;
}

.ab-1 h4 {
  color: #fff !important;
  font-size: 24px !important;
  text-transform: uppercase !important;
  font-family: var(--roboto) !important;
  margin: 0 0 10px 0 !important;
  font-weight: bold;
}

.ab-1 p {
  color: #fff !important;
  margin: 0px !important;
  font-size: 18px;
  font-family: var(--lato) !important;
}

.about-1 ul li:nth-child(2) {
  background: #0782bb;
}

.list {
  width: 100%;
  height: auto;
  max-width: 900px;
  margin: 0px auto;
}

.list ul {
  padding: 0 0 0 20px;
  overflow: hidden;
}

.list ul li {
  width: 49%;
  height: auto;
  float: left;
  list-style: none;
  color: #646364;
  font-family: var(--roboto);
  font-size: 17px;
  position: relative;
  padding: 0 2px 0 43px;
  margin: 0 0 20px;
  min-height: 90px;
}

.list ul li:before {
  content: url("../images/bu.png");
  margin: 0 10px 0 0;
  position: absolute;
  left: 0;
}

.itemid-162 .site-grid main {
  padding: 50px 0;
}

.itemid-202 main {
  width: 100%;
  height: auto;
  background: #f2f2f2;
  max-width: 700px;
  padding: 40px 60px;
  margin: -50px auto 0;
  border-top: 5px solid #0db14b;
  text-align: center;
  position: relative;
}

.itemid-202 main h4 {
  color: #0782bb;
  font-size: 18px;
  text-transform: uppercase;
  font-family: var(--helvetica);
  font-weight: 500;
  margin: 0 0 30px 0;
}

.itemid-202 main p {
  color: var(--black);
  font-size: 16px;
  font-family: var(--lato);
  font-weight: 400;
}

.itemid-162 .site-grid .moduletable:has(.single-program-4) {
  margin: 0;
}

.itemid-162 main .com-content-article,
.itemid-162 .site-grid {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.itemid-167 .com-content-article__body,
.itemid-162 .com-content-article__body {
  font-family: "Lato", sans-serif;
  color: #646364;
  margin: 40px auto 15px;
  max-width: 760px !important;
  padding: 0 15px;
}

.itemid-162 .com-content-article__body h3 {
  font-family: var(--lato) !important;
}

.itemid-167 .com-content-article__body a {
  color: #646364;
  text-decoration: none;
}

.itemid-167 .com-content-article__body a:hover {
  color: #0db14b;
}

.itemid-167 main {
  padding: 50px 0;
}

/* About Toronto Centre End */

#cboxOverlay {
  background: url("../overlay.png") repeat 0 0;
  opacity: 0.9;
  position: fixed;
  width: 100%;
  height: 100%;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/*For Calendar*/

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  z-index: 100;
}

/*calender css*/
.list-view .next-prev-row .col-9.text-right {
  position: relative;
}

.grid-view .grid-items {
  width: 100%;
  padding: 18px 13px 14px 13px;
  display: block;
  position: relative;
  border: 1px solid #50a1cd;
  border-radius: 0px;
  background: #50a1cd;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.grid-view .grid-items p {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}

.grid-view .grid-items .image-caption {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.grid-view .grid-items .image-caption img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.grid-view .grid-items .learn-more-btn {
  width: 100%;
  display: block;
  padding: 11px 0;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #50a1cd;
  text-transform: capitalize;
  background: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  margin-top: 15px;
}

.grid-view .grid-items:hover {
  background: #37ca57;
  border-color: #37ca57;
}

.grid-view .grid-items .learn-more-btn:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #000;
}

.itemid-158 .site-grid {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.programe-1 {
  width: 100%;
  height: auto;
  padding: 50px 0;
}

.filter-main {
  display: block;
  width: 100%;
  border: 1px solid #1b538a;
  border-radius: 3px;
  padding: 18px 26px 22px 26px;
}

.filter-main h4 {
  font-size: 18px;
  line-height: 18px;
  color: #1b538a;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
}

.filter-main .filter_row {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

#eventcalq104 table.mod_jemcalq_calendar {
  width: auto;
  border-collapse: separate !important;
  padding: 0 12px;
  border: 0;
  display: flex;
  flex-direction: column;
}

#eventcalq104 table.mod_jemcalq_calendar tr th {
  border-right: 0px !important;
}

#eventcalq104 table.mod_jemcalq_calendar tr th:last-child {
  border-right: 1px solid #1b538a !important;
}

#eventcalq104 table.mod_jemcalq_calendar tr td {
  border-right: 0px !important;
  border-top: 0px !important;
}

#eventcalq104 table.mod_jemcalq_calendar tr td:last-child {
  border-right: 1px solid #1b538a !important;
}

.mod_jemcalq_calday span.nolink,
.mod_jemcalq_calday_passed span.nolink,
.eventcalq td.mod_jemcalq_calday_passedlink a:link,
.eventcalq td.mod_jemcalq_caldaylink a:visited,
.mod_jemcalq_caltoday span.nolink,
#eventcalq104 td a {
  /*position: absolute;*/
  top: 2px;
  left: 5px;
}

#eventcalq104 td a {
  color: #000 !important;
  text-decoration: none;
  background-color: transparent !important;
}

#eventcalq104 td {
  border: 1px solid #000000;
  font-size: 14px;
  vertical-align: baseline;
  background: #ffffff;
  font-weight: normal;
  height: 162px;
  position: relative;
  width: 162px;
  transition: all 0.3s ease-in-out;
}

td.mod_jemcalq_caltoday {
  background-color: white !important;
}

.eventcalq td {
  position: relative !important;
}

.eventcalq td.mod_jemcalq_calday_passedlink a:link,
.eventcalq .mod_jemcalq_caldaylink a:visited {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0;
  width: auto;
}

.mod_jemcalq_calendar tr:last-child {
  display: none;
}

.eventcalq .mod_jemcalq_daynames {
  height: auto !important;
  background: #fff !important;
  color: #1b538a !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
  padding: 8px !important;
  border: 1px solid #1b538a;
  text-transform: uppercase;
  font-family: "Inter", sans-serif !important;
}

#eventcalq104 table.mod_jemcalq_calendar tbody tr td {
  padding-bottom: 8px !important;
}

#eventcalq104 table.mod_jemcalq_calendar tbody tr td .date-item {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1b538a !important;
  padding: 2px 0 0 4px !important;
  margin: 0px !important;
  position: relative;
  border: 0px !important;
  display: inline-block !important;
  text-align: left;
  left: 0px !important;
  width: 100% !important;
  font-family: "Inter", sans-serif !important;
}

#eventcalq104
  table.mod_jemcalq_calendar
  tbody
  tr
  td.mod_jemcalq_caltoday
  .date-item {
  color: #37ca57 !important;
}

#eventcalq104
  table.mod_jemcalq_calendar
  tbody
  tr
  td.mod_jemcalq_caltoday:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background: #37ca57;
  bottom: 0px;
}

#eventcalq104
  table.mod_jemcalq_calendar
  tbody
  tr
  td.mod_jemcalq_caltodaylink
  .date-item {
  color: #37ca57 !important;
}

#eventcalq104 table.mod_jemcalq_calendar tbody tr td.mod_jemcalq_caltodaylink {
  padding-bottom: 14px !important;
}

#eventcalq104
  table.mod_jemcalq_calendar
  tbody
  tr
  td.mod_jemcalq_caltodaylink:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background: #37ca57;
  bottom: 0px;
}

.eventcalq .tooltiptext {
  visibility: visible;
  width: 145px;
  background-color: #1582bc;
  color: #fff;
  text-align: left;
  margin: 2px 0px;
  border-radius: 3px;
  padding: 5px 7px;
  left: 0px;
  position: relative;
  z-index: 1;
  top: 6px;
  font-size: 12px;
  line-height: 14px;
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  left: 50%;
  transform: translateX(-50%);
  height: 35px !important;
  text-transform: uppercase;
  font-family: "Inter", sans-serif !important;
}

.eventcalq .mod_jemcalq_calday_passedlink .tooltiptext {
  background-color: #aeaeae;
}

.eventcalq span.tooltip_wrap {
  width: 100%;
  display: block !important;
  background: #fff !important;
  padding: 24px 20px;
  border-radius: 3px;
  box-shadow: 0px 1px 10px 2px #0000001a;
  min-width: 285px;
  position: absolute;
  visibility: hidden !important;
  z-index: 99999 !important;
  top: 0 !important;
  left: 0;
  margin-top: 84px;
}

.eventcalq span.tooltip_wrap p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #767676 !important;
  margin-bottom: 10px;
  text-align: left !important;
  font-family: "Inter", sans-serif !important;
}

.eventcalq span.tooltip_wrap b {
  font-size: 15px;
  line-height: 20px;
  color: #1b538a !important;
  text-align: left !important;
  display: block;
  width: 100%;
  margin-bottom: 12px !important;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", sans-serif !important;
}

.eventcalq span.tooltip_wrap svg {
  position: absolute;
  top: -18px;
  left: -115px;
  width: 100%;
}

.eventcalq span.tooltip_wrap p:last-child {
  margin-bottom: 0px !important;
}

.eventcalq td .tooltip-info:hover .tooltip_wrap {
  visibility: visible !important;
}

.eventcalq td .tooltip-info:hover .tooltiptext {
  background-color: #1b538a !important;
  cursor: pointer;
}

.eventcalq td .tooltip-info + .tooltip-info:hover .tooltip_wrap {
  margin-top: 120px !important;
}

.eventcalq
  td
  .tooltip-info
  + .tooltip-info
  + .tooltip-info:hover
  .tooltip_wrap {
  margin-top: 155px !important;
}

.eventcalq
  td
  .tooltip-info
  + .tooltip-info
  + .tooltip-info
  + .tooltip-info:hover
  .tooltip_wrap {
  margin-top: 190px !important;
}

.eventcalq
  td
  .tooltip-info
  + .tooltip-info
  + .tooltip-info
  + .tooltip-info
  + .tooltip-info:hover
  .tooltip_wrap {
  margin-top: 225px !important;
}

/* .eventcalq .mod_jemcalq_calendar #mod_jem_cal_104_navi_ajax {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
} */

.eventcalq .tooltip-info .tooltip_wrap ul {
  position: relative;
  width: 100%;
  padding: 0px !important;
  margin-bottom: 22px !important;
  text-align: left;
}

.eventcalq .tooltip-info .tooltip_wrap ul li {
  display: inline-block !important;
  padding-right: 10px;
}

.eventcalq .tooltip-info .tooltip_wrap ul li svg {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  width: auto;
}

.eventcalq .tooltip-info .tooltip_wrap ul li span {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #8d8d8d;
  font-family: "Inter", sans-serif !important;
  text-transform: capitalize;
}

/*calender css*/
.custom_filter_submit {
  color: #fff;
  background: #0782bb;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  border: none;
  display: block;
  text-decoration: none;
  height: 42px;
  padding: 10px 0;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
}

.filter-main {
  display: block;
  width: 100%;
  border: 1px solid #1b538a;
  border-radius: 3px;
  padding: 18px 26px 22px 26px;
}

.filter-main h4 {
  font-size: 18px;
  line-height: 18px;
  color: #1b538a;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
}

.sel {
  width: 100%;
  height: auto;
}

.sel select {
  width: 100%;
  height: 42px;
  border: 2px solid #0782bb;
  font-family: "HelveticaNeueRegular";
  padding: 5px 10px;
}

.filter_row .filter-col-wrap .filter-col .ms-options-wrap > button:after {
  border-top-color: #1b538a !important;
}

.filter_row .filter-col-wrap {
  width: calc(100% - 200px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
}

.filter_row .filter-col-wrap .filter-col {
  width: 25%;
  padding: 0 10px;
  display: block;
  position: relative;
}

.filter_row .filter-col-wrap .filter-col .ms-options {
  margin-top: 15px;
  border: 1px solid #00000026 !important;
  border-radius: 3px !important;
}

.filter_row .filter-col-wrap .filter-col .ms-options .label {
  display: none !important;
}

.filter_row .filter-col-wrap .filter-col .ms-options li label {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400 !important;
  color: #797979 !important;
}

.filter_row
  .filter-col-wrap
  .filter-col
  .ms-options
  li
  label
  input[type="checkbox"] {
  top: 3px;
}

.filter_row .filter-col-wrap .filter-col .ms-options .optgroup {
  padding: 10px 4px !important;
}

.filter_row .filter-col-wrap .filter-col > label {
  color: #1b538a;
  font-weight: 500;
  font-family: "Inter", sans-serif !important;
  width: 100%;
}

.filter_row .filter-view-wrap .change-view label {
  color: #1b538a;
  font-weight: 500;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 8px;
}

.filter_row .filter-col-wrap .filter-col .custom_filter_submit {
  border-radius: 3px;
}

.filter_row .filter-col-wrap .filter-col .sel label {
  font-family: var(--roboto);
  margin-bottom: 8px;
}

.filter_row .filter-col-wrap .filter-col .sel .ms-options-wrap {
  border-radius: 3px !important;
  border: 1px solid #00000026 !important;
}

.filter_row .filter-col-wrap .filter-col .ms-options-wrap > button:after {
  border-top-color: #1b538a !important;
}

.filter_row .filter-col-wrap .filter-col .sel .ms-options-wrap button {
  border-radius: 3px !important;
  border: none !important;
  outline: none !important;
  padding: 9px 10px !important;
  margin-top: 1px !important;
  font-family: "Inter", sans-serif !important;
}

.category #ms-list-1 {
  position: relative;
}

.category .ms-options-wrap button {
  margin: 0px;
  height: 38px;
  border: none;
  padding: 9px 10px;
  outline: none;
}

.category .ms-options-wrap .ms-options {
  margin-top: 0;
}

.category .ms-options-wrap button span {
  font-family: var(--roboto);
  color: #000000;
  font-size: 16px;
}

.ms-options-wrap button span {
  color: #000000;
  font-size: 1rem;
}

.category .ms-options-wrap .ms-options li input[type="checkbox"] {
  margin: 0 5px 0 3px;
}

.category .ms-options-wrap .ms-options li label {
  font-family: var(--roboto);
  color: #212529;
  padding: 2px 2px 4px 27px;
}

.filter_row .filter-view-wrap {
  width: 200px;
  padding: 0 10px;
  display: flex;
  align-items: flex-end;
}

.filter_row .filter-view-wrap .change-view {
  max-width: 100px;
  margin-left: auto;
}

.filter_row .filter-view-wrap .change-view a {
  margin-right: 8px;
  text-decoration: none !important;
  display: inline-block;
}

.filter_row .filter-view-wrap .change-view a:hover {
  text-decoration: none !important;
}

.filter_row .filter-view-wrap .change-view a:last-child {
  margin-right: 0px !important;
}

.filter_row .filter-view-wrap .change-view a.active_view svg {
  fill: #1582bc !important;
}

.filter_row .filter-view-wrap .change-view a.active_view svg rect {
  fill: #1582bc !important;
}

.filter_row .filter-view-wrap .change-view a.active_view svg path {
  fill: #fff !important;
}

.filter_row .filter-view-wrap .change-view a svg rect {
  fill: #fff;
}

.filter_row .filter-view-wrap .change-view a svg path {
  fill: #1582bc;
}

.filter_row .filter-col-wrap .filter-col .ms-options li.first_child {
  margin-left: 20px;
}

.filter_row .filter-col-wrap .filter-col .ms-options li.second_child {
  margin-left: 41px;
}

.filter_row .filter-col-wrap .filter-col .anchor {
  border-radius: 3px !important;
  outline: none !important;
  padding: 9px 10px !important;
  margin-top: 1px !important;
  border: 1px solid #00000026 !important;
  width: 100%;
  font-size: 1rem;
  line-height: 22px;
  font-family: "Inter", sans-serif !important;
  font-weight: 500;
  color: #797979 !important;
}

.filter_row .filter-col-wrap .filter-col .anchor:after {
  content: " ";
  height: 0 !important;
  position: absolute !important;
  top: 50% !important;
  right: 5px !important;
  width: 0 !important;
  border: 6px solid rgba(0, 0, 0, 0) !important;
  border-top-color: #1b538a !important;
  margin-top: -3px !important;
  padding: 0px !important;
  transform: rotate(0) !important;
}

.filter_row .filter-col-wrap #list1 .items {
  position: absolute;
  background: #fff;
  width: 90%;
  margin-top: 15px !important;
  border: 1px solid #00000026 !important;
  border-radius: 3px !important;
  z-index: 999;
  max-height: 200px;
  min-height: 200px;
  overflow-y: auto;
  padding: 10px 4px !important;
  left: 50%;
  margin: 0 auto;
  transform: translateX(-50%);
}

.dropdown-check-list {
  display: inline-block;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
}

.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}

.dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.dropdown-check-list.visible .items {
  display: block;
}

.filter_row .filter-col-wrap #list1 .items li ul {
  padding-left: 20px !important;
}

.filter_row .filter-col-wrap ul.items li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.filter_row .filter-col-wrap ul.items li label.hidden {
  display: block;
  visibility: visible;
}

.filter_row .filter-col-wrap ul.items li.sublist {
  flex-wrap: wrap;
}

.filter_row .filter-col-wrap #list1 .items li label {
  margin: 0px !important;
  display: inline-block;
  padding: 2px 4px 4px 6px;
  line-height: 18px;
}

.filter_row .filter-col-wrap #list1 .items li label.lbl_level0,
.filter_row .filter-col-wrap #list1 .items li label.lbl_level1,
.filter_row .filter-col-wrap #list1 .items li label.lbl_level2 {
  padding-left: 2px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400 !important;
  color: #797979 !important;
}

.filter_row .filter-col-wrap #list1 .items li ul {
  padding-left: 20px !important;
}

/*  List view*/
.list-view {
  width: 100%;
  display: block;
  position: relative;
  font-family: "Inter", sans-serif !important;
}

.list-view .list-view-inner {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.list-view .month-wrap h3 {
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  font-weight: 700;
  margin: 0;
  padding: 0px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif !important;
  letter-spacing: 1px;
}

.list-view .month-wrap {
  width: 100%;
  display: block;
}

.list-view .month-wrap h6 {
  font-size: 20px;
  line-height: 24px;
  color: #797979;
  font-family: "Inter", sans-serif !important;
}

.list-view .event-wrap {
  width: 100%;
  display: block;
  position: relative;
}

.list-view .event-wrap a {
  display: block;
  text-decoration: none !important;
}

.list-view .event-wrap a h4 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif !important;
}

.list-view .event-wrap ul {
  margin: 0;
  padding: 0;
}

.list-view .event-wrap ul li {
  list-style: none !important;
  padding-right: 25px;
  display: inline-block;
}

.list-view .event-wrap ul li:last-child {
  padding-right: 0px;
}

.list-view .event-wrap ul li svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
}

.list-view .event-wrap ul li span {
  font-size: 12px;
  font-weight: 600;
  color: #1582bc;
  line-height: 16px;
  text-transform: uppercase;
}

.list-view .event-wrap .content-list {
  display: block;
  position: relative;
  margin: 32px 0 10px 0 !important;
  font-size: 15px;
  line-height: 25px;
  color: #767676;
  font-weight: 400;
}

.list-view .event-wrap .content-list p {
  font-size: 15px;
  line-height: 25px;
  color: #767676;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
}

.list-view .event-wrap .content-list p:last-child {
  margin-bottom: 0px !important;
}

.list-view .list-row {
  margin-bottom: 50px;
}

.list-view .event-image {
  width: 100%;
  display: block;
  position: relative;
}

.list-view .event-image img {
  width: 100%;
}

.list-view em {
  font-style: normal;
}

/*  List view*/
/*em {
  font-style: normal !important;
}*/

.next-prev-row {
  margin-bottom: 30px;
  height: 45px;
}

.next-prev-row .btn-next-prev {
  padding: 10px 28px !important;
  background: #1582bc !important;
  border-radius: 0px !important;
  border: 0px !important;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.next-prev-row .btn-next-prev svg {
  margin-right: 10px;
  margin-left: 0px !important;
}

.next-prev-row .btn-next-prev:hover {
  background: #000 !important;
}

.next-prev-row .btn-next-prev:focus,
.next-prev-row .btn-next-prev:focus-visible {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.next-prev-row .btn-next-prev.next {
  position: absolute;
  justify-content: flex-end !important;
  right: -140px !important;
  top: 0 !important;
}

.next-prev-row .btn-next-prev.next svg {
  margin-left: 10px !important;
  margin-right: 0px !important;
}

#eventcalq104 caption {
  caption-side: top;
  font-size: 23px;
  color: #000;
  background: none;
  margin: 0 0 25px 0;
  text-transform: uppercase;
  padding: 12px;
}

#eventcalq104 caption#mod_jem_cal_104_navi_ajax {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

#eventcalq104 caption a {
  text-decoration: none;
}

.month_name {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #797979;
  text-transform: capitalize;
  margin: 0 4px;
  font-family: "Roboto", sans-serif !important;
}

/* .next_prev_calender {
    display: flex !important;
    align-items: center;
} */

.month_year_wrap a {
  font-size: 30px;
  line-height: 36px;
  color: #333333 !important;
  font-weight: 700;
  font-family: "Roboto", sans-serif !important;
}

.single-program-4 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: #0db14b;
}

.single-program-4 h4 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: var(--roboto);
  text-transform: uppercase;
  margin: 0;
}

.single-program-4 h4 a {
  color: #fff;
  text-decoration: none;
}

.single-program-4 h4 a:hover {
  text-decoration: underline;
}

/* Footer Start here */
#eu_cookies.notice_div_ribbin {
  box-shadow: 0 0 40px #444 !important;
  padding: 10px 0 !important;
  background-color: #000000e6 !important;
  border-top: 1px solid #0089f2 !important;
}

#eu_cookies.notice_div_ribbin .inner1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#eu_cookies.notice_div_ribbin .eb_contentwrap {
  text-align: center;
}

#eu_cookies .eb_contentwrap .eb_textinfo .heading_title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  line-height: 25px;
  font-family: var(--roboto);
  padding-bottom: 4px;
}

#eu_cookies .eb_contentwrap .eb_textinfo p {
  font-size: 14px;
  font-family: var(--lato);
}

#eu_cookies .inner1 .eb_privacypolicy {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

#eu_cookies .inner1 .eb_privacypolicy > * {
  margin: 0;
  width: fit-content;
  min-width: 100px;
  font-family: var(--roboto);
  font-size: 14px;
  font-weight: 400;
}

/* Footer End here */
.timeline {
  position: relative;
  overflow: hidden;
}

.timeline-item {
  width: 100%;
  margin-bottom: 0px;
  position: relative;
}

.timeline .timeline-item {
  display: none;
}

.timeline-item::before {
  content: "";
  background: #0782bb;
  width: 20px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item:nth-child(even) .timeline-content {
  float: right;
  border-left: 4px solid #0db14b;
  text-align: left;
  border-right: 0px;
}

.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
}

.timeline-item:nth-child(even)::before {
  content: "";
  background: #0db14b;
  width: 20px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item::after {
  content: "";
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 37%;
  padding: 10px 15px;
  border-radius: 0px;
  background: #ffffff;
  border-right: 4px solid #0782bb;
  text-align: right;
}

.timeline-content h4 {
  font-size: 16px;
  margin: 0 0 5px 0;
}

.timeline-content p {
  font-size: 15px;
  margin: 0 0 0 0;
  font-family: var(--lato);
}

.timeline-img {
  width: 26px;
  height: 26px;
  background: #0782bb;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 22px;
  margin-left: -25px;
  border: 5px solid #f2f2f2;
}

.timeline-item:nth-child(even) .timeline-img {
  background: #0db14b;
  margin-left: 0px;
}

.timeline-item:nth-child(even) .timeline-img::after {
  content: "";
  border-top: 0.3rem solid black;
  width: 4rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
}

.timeline-content a {
  background: #3f51b5;
  color: #ffffff;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 2px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.timeline-content a:hover {
  text-decoration: underline;
}

.timeline-card {
  padding: 0 !important;
}

.timeline-card p {
  padding: 0 20px;
}

.timeline-card a {
  margin-left: 20px;
}

.yr {
  border: 7px solid #0782bb;
  color: #646364;
  position: absolute;
  top: 0;
  left: 39%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  padding: 16px 0 0 0;
  cursor: pointer;
}

.yr:hover {
  background: #0782bb;
  color: #fff;
}

.timeline-item:nth-child(2n) .yr {
  border: 7px solid #0db14b;
  left: 55%;
}

.timeline-item:nth-child(2n) .yr:hover {
  background: #0db14b;
  color: #fff;
}

.yr::after {
  content: "";
  border-top: 7px solid #0782bb;
  width: 35px;
  margin: 0 0;
  transform: translateY(-1rem);
  position: absolute;
  top: 41px;
  right: -42px;
  z-index: 9;
}

.timeline-item:nth-child(2n) .yr::after {
  content: "";
  border-top: 7px solid #0db14b;
  width: 36px;
  margin: 0 0;
  transform: translateY(-1rem);
  position: absolute;
  top: 41px;
  right: 0;
  left: -43px;
}

#ldMore {
  cursor: pointer;
  width: 170px;
  margin: 55px auto 0;
  text-align: center;
  padding: 10px 35px;
  background: #0cb14b;
  color: #fff;
  /* font-family: 'HelveticaNeueRegular';*/
  font-size: 16px;
}

.com_jem.view-event .wrapper {
  padding: 50px 0;
}

.com_jem.view-event .site-grid {
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}

.left-text p {
  color: #fff;
  margin: 0px;
  font-size: 20px !important;
  font-family: var(--lato);
}

/* Begin:Event details page */
.ctm_events_partner_profile .partner_profile_name,
.ctm_event_subtitle {
  color: #000;
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0;
}

.ctm_events_partner_profile :is(.partner_profile_link,img){
  max-width: 92px;
  max-height: 92px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.director_profile_img_wrap{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: contain;
}
.director_profile_name{
  color: #0782BB !important;
  font-family: var(--roboto);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.ctm_event_program_tabs_more_btn,
.director_profile_contact_btn{
  color: #FFF !important;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  padding: 10px 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  background: #0CB14B;
  text-align: center;
}
.ctm_event_program_tabs_more_btn{
  background: #0782BB !important;
}
.ctm_event_desc_heading{
  color: #000;
  font-family: var(--roboto);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
}
.ctm_event_desc :is(p,span){
  color: #000 !important;
  font-family: var(--roboto) !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}
body:has(.ctm_event_desc_heading) .moduletable:has(.pert_4) {
    padding: 50px 0;
    background: #F2F2F2;
    margin-top: 80px;
}
.ctm_event_program_green,
.ctm_agenda_download_btn{
  background: #0CB14B;
}
.ctm_event_program_blue{
  background: #0782BB;
}
.event_program_dec_agenda_wrap{
  border-bottom: 1px solid #0782BB;
}
.ctm_event_program_tab{
  color: #000;
  font-family: var(--roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 10px 30px;
}
.ctm_event_program_tab_ul .ctm_event_program_tab_li:nth-child(odd) {
  background-color: #fff;
}
.ctm_event_program_tab_ul .ctm_event_program_tab_li:nth-child(even) {
  background-color: #F2F2F2;
}
.ctm_event_program_li_value{
  font-weight:400 !important;
  text-align: end;
}
.ctm_event_program_tab_ul{
  border-color:#0782BB;
  border-width: 0 1px 0px 1px;
  border-style: solid;
}
.ctm_event_program_tab_ul:last-child{
  border-width: 0 1px 1px 1px;
}
.ctm_program_details_container{
  padding-bottom:24px;
  border-bottom: 1px solid #0782BB;
}
/* .ctm_event_desc p{
  margin-bottom: 6px;
} */

.ctm_event_desc p:last-child{
  margin-bottom: 0px !important;
}

.event_container_border_spacer{
  border-bottom: 1px solid #0782BB;
  margin-bottom:32px;  
  padding-bottom:32px;  
}
.ctm_event_hero_title{
  font-family: var(--roboto);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
/* End:Event details page */

/* Responsive Start */
@media only screen and (min-width: 981px) and (max-width: 1199px) {
  .single-program-2 .tabbable-line > .nav-tabs > li {
    margin: 0 7px;
  }

  .own-dec {
    width: 62%;
  }

  .own-pic {
    width: 110px;
    height: 110px;
  }

  .adr {
    margin-top: -177px;
  }

  .adr_icon {
    width: 40px;
  }

  .adr_dec {
    width: 80%;
  }

  .res-dec {
    font-size: 20px;
    margin: 0 0 0 0;
    max-width: 57%;
  }

  .tc_notes .owl-carousel .owl-nav {
    left: -39px;
  }

  .prog_left {
    width: 268px;
  }

  .single-program-4 {
    padding: 35px 0;
  }

  .com-content-article .page-header h1 {
    font-size: 20px;
    margin: 0 0 0 0;
    max-width: 57%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .com-content-article .page-header,
  .inner-banner-top {
    top: 98px;
  }

  .com-content-article .page-header h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1199px) {
  .header .container-search .rssocial-container .rssocial-icons {
    gap: 6px;
  }

  #navbar1 .nav-pills .mm-toggler:after {
    margin-left: 4px;
  }

  .com-content-article .page-header,
  .inner-banner-top {
    top: 145px;
  }

  .res-heading {
    margin: 0;
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  .single-program-2 .tabbable-line > .nav-tabs > li {
    margin: 0 0px;
  }

  .own-pic {
    width: 110px;
    height: 110px;
  }

  .own-dec {
    width: 62%;
  }

  .adr {
    margin-top: -177px;
  }

  .adr_icon {
    width: 40px;
  }

  .adr_dec {
    width: 80%;
  }

  .res-dec {
    font-size: 20px;
    margin: 0 0 0 0;
    max-width: 57%;
  }

  .guidance .resource-2 .res-pic {
    height: 136px;
  }

  .guidance .resource-2 .res-name {
    font-size: 14px;
  }

  .tc_notes .owl-carousel .owl-nav {
    left: -30px;
  }

  .team-pht {
    width: 140px;
    height: 140px;
  }

  .psc:nth-child(2n) .col-lg-6:nth-child(2) .team-dec p {
    max-width: 100%;
  }

  .tabbable-panel .tablinks,
  .mtab .tablinks {
    padding: 8px 8px !important;
    font-size: 13px;
    min-width: 23%;
  }

  .ab-1 {
    padding: 0 15px;
  }

  .list ul {
    padding: 0;
  }

  .single-program-4 {
    padding: 36px 0;
  }

  .com-content-article .page-header,
  .inner-banner-top {
    top: 97px;
  }

  .res-heading {
    margin: 0;
    font-size: 30px !important;
  }

  .prog_left {
    width: 268px;
  }

  .prog_right {
    width: 360px;
  }

  .com-content-article .page-header h1 {
    font-size: 20px;
    margin: 0 0 0 0;
    max-width: 57%;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .header .container-topbar .moduletable._menu .navbar .navbar-toggler {
    height: 53px !important;
    width: 53px !important;
  }

  .single-program-2 .tabbable-line > .nav-tabs > li {
    margin: 0 2px 0;
    font-size: 12px;
    min-width: 78px;
  }

  .inner-banner-bottom {
    padding: 30px 0;
  }

  .res-dec {
    margin: 10px 0 0;
    max-width: 100%;
    color: #fff;
    font-size: 17px;
  }

  .ft_btn {
    float: right;
    margin: 5px 0 0 0;
    width: 100%;
    text-align: center;
  }

  .inner-banner-bottom {
    padding: 30px 0;
  }

  .single-program-4 h4 a {
    font-size: 18px;
  }

  .guidance .tabbable-panel .tablinks {
    min-width: 100px !important;
  }

  .resource-1 {
    padding: 50px 0 100px;
  }

  .tc_notes .owl-carousel .owl-nav {
    width: 100%;
    top: 70px;
    left: 0;
  }

  .tc_notes .res-1 {
    max-width: 230px;
  }

  .tc_notes .res-1 h4 {
    font-size: 15px;
  }

  .team-dec h4 {
    font-size: 19px;
  }

  .team-pht {
    width: 100px;
    height: 100px;
  }

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

  .list ul {
    padding: 0;
  }

  .list ul li {
    width: 100%;
    font-size: 16px;
  }

  .com-content-article .page-header,
  .inner-banner-top {
    top: 30px;
  }

  .res-heading {
    color: #fff;
    font-size: 24px !important;
    margin: 60px 0 0;
  }

  .st-pic,
  .prog_left {
    margin: 0 auto 20px;
  }

  .prog_right {
    width: 100%;
  }

  .com-content-article .page-header h1 {
    margin: 10px 0 0;
    max-width: 100%;
    color: #fff;
    font-size: 17px;
  }
}

@media (min-width: 576px) {
  .header .container-topbar .mod-custom:has(.navbar-brand) {
    max-width: 41.666667% !important;
    width: 100%;
  }

  .container,
  .itemid-101 .baContainer,
  .header .container-topbar,
  .mtabcontent .psc,
  .com-content-article .page-header,
  .itemid-160 main .blog,
  #mod-custom186.mod-custom p {
    max-width: 540px !important;
  }

  .ctm_contact_us_map_wrap {
    flex: 25%;
  }
  .moduletable:has(.ctm_contact_info_card_wrap) {
    flex: 75%;
  }
}

@media (min-width: 768px) {
  .container,
  .itemid-101 .baContainer,
  .header .container-topbar,
  .mtabcontent .psc,
  .com-content-article .page-header,
  .itemid-160 main .blog,
  #mod-custom186.mod-custom p {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .header .container-topbar .mod-custom:has(.navbar-brand) {
    max-width: 25% !important;
    width: 100%;
  }

  .container,
  .itemid-101 .baContainer,
  .header .container-topbar,
  .mtabcontent .psc,
  .itemid-160 main .blog,
  .com-content-article .page-header,
  #mod-custom186.mod-custom p {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .container,
  .itemid-101 .baContainer,
  .header .container-topbar,
  .mtabcontent .psc,
  .itemid-160 main .blog,
  .com-content-article .page-header,
  #mod-custom186.mod-custom p {
    max-width: 1140px !important;
  }
}

@media (max-width: 1199px) {
  .header .grid-child.container-nav .container-search {
    display: none;
  }

  .header .container-topbar {
    justify-content: space-between;
  }

  .itemid-101 .tb_dec {
    padding: 22px 20px;
    max-width: 100%;
    margin-top: -55px;
  }

  .filter_row .filter-col-wrap {
    width: calc(100% - 120px);
  }

  .filter_row .filter-col-wrap .sel {
    margin-bottom: 0px !important;
  }

  .filter_row .filter-view-wrap {
    width: 120px;
  }

  .eventcalq,
  .eventcalq table.mod_jemcalq_calendar {
    overflow-x: overlay;
  }
}

@media (max-width: 991px) {
  .header .container-topbar {
    min-height: 50px;
  }

  .header .container-topbar .navbar-brand {
    padding: 0;
  }

  .header .container-search .rssocial-container .rssocial-icons {
    gap: 6px;
  }

  .header .container-topbar .navbar:has(.navbar-collapse.show) .navbar-toggler {
    background: #000000 !important;
  }

  .header .container-topbar .moduletable._menu .navbar .navbar-toggler {
    background: #0782bb;
    float: right;
    margin: 0;
    border-radius: 0px;
    padding: 14px 14px 15px;
    height: 60px;
    width: 60px;
  }

  .header .container-topbar .moduletable._menu .navbar .navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
  }

  #navbar1 {
    width: 260px;
    position: absolute;
    right: 0;
    top: 60px;
    background: #fff;
    z-index: 99;
  }

  #navbar1 .mm-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
  }

  .header .nav-pills .metismenu-item {
    padding: 6px 10px !important;
  }

  .header .nav-pills .metismenu-item.item-215 > button {
    width: 100%;
    text-align: left;
  }

  .header .nav-pills .metismenu-item.item-215 > button::after {
    position: absolute;
    right: 0 !important;
    top: 50%;
  }

  .header .nav-pills .metismenu-item.parent:has(> a) .mm-toggler {
    flex: 1;
    text-align: end;
  }

  .filter_row .filter-col-wrap .filter-col {
    padding: 0 8px;
  }

  .filter_row .filter-col-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .filter-main {
    padding: 15px 16px;
  }

  .filter-main .filter_row {
    justify-content: flex-end;
  }

  .tb-dec {
    max-width: 100%;
  }

  .itemid-163 .main-bottom {
    padding: 0 15px;
  }

  .com-content-article__body,
  .itemid-163 .main-bottom,
  .itemid-203 .com-content-article__body,
  .itemid-214 .com-content-article__body,
  .itemid-200 .com-content-article__body,
  .itemid-201 .com-content-article__body,
  .itemid-99 .com-content-article__body,
  .itemid-160 .com-content-article__body,
  .ctm_article dl.article-info,
  .fields-container,
  .itemid-167 .com-content-article__body,
  .itemid-162 .com-content-article__body,
  .itemid-99 main .com-content-article .article-info,
  .itemid-160 .com-content-article .article-info,
  .itemid-99 main .com-content-article .fields-container {
    max-width: 720px !important;
  }

  .com-content-article__body,
  .ctm_article dl.article-info,
  .fields-container,
  .itemid-160 .com-content-article .article-info,
  .itemid-203 .com-content-article__body,
  .itemid-214 .com-content-article__body,
  .itemid-200 .com-content-article__body,
  .itemid-160 .com-content-article__body,
  .itemid-99 .com-content-article__body,
  .itemid-201 .com-content-article__body,
  .itemid-99 main .com-content-article .article-info,
  .itemid-99 main .com-content-article .fields-container {
    padding: 0 15px;
  }

  footer .right-ft:has(.ft-social) {
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
  }

  footer .left-ft {
    text-align: center;
  }

  footer .ft-social .rssocial-icons {
    gap: 20px;
  }

  .itemid-160 .blog .blog-item .item-content .st-download {
    margin-top: 6px;
  }

  .btns {
    display: flex;
  }

  .btns a {
    width: 45%;
  }

  .bt-1 {
    margin-right: 3%;
  }
}

@media (max-width: 767px) {
  .itemid-101 .tb_dec {
    padding: 20px;
    margin-top: -50px;
  }
  body:has(.ctm_event_desc_heading) .res-dec,
  .ctm_event_hero_title{
    text-align: center;
  }
  .event_container_border_spacer {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .ctm_event_desc_heading {
    font-size: 20px;
    line-height: normal;
  }

  .itemid-101 .ba__panel-tabs .ba--description .item-content,
  .itemid-101 .baContainer .baTabsWarp nav {
    display: none;
  }

  .itemid-101 .baContainer .baTabsWarp .ba__panel-tabs {
    width: 100% !important;
  }

  .itemid-101 .ba__panel-tabs .ba--description {
    width: 100%;
    height: auto;
    background: #fff !important;
    border-bottom: 2px solid #0782bb !important;
    position: relative !important;
    display: inline-block;
  }

  .itemid-101 .ba__panel-tabs .ba--description.panel__active .item-content {
    display: block;
  }

  .itemid-101 .ba__panel-tabs .ba--description::before {
    content: attr(data-title);
    padding: 8px 11px 10px;
    display: block;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
  }

  .itemid-101 .ba__panel-tabs .ba--description.panel__active::before {
    background-color: #0782bb;
    color: #fff;
  }

  .itemid-101 .baContainer .baTabsWarp {
    width: 100% !important;
  }

  #mod-custom208 ul li:has(.ab-1) {
    width: 100%;
    min-height: auto;
    padding: 30px 20px;
  }

  .header .container-search .rssocial-container .rssocial-icons {
    gap: 6px;
    padding: 13px 22px;
  }

  #navbar1 {
    width: 300px !important;
    position: absolute !important;
    top: 53px !important;
    background: #fff !important;
  }

  .header .container-search .form-search {
    display: none;
  }

  .filter_row .filter-view-wrap {
    padding: 0 8px;
    width: 50%;
  }

  .filter_row .filter-col-wrap .filter-col {
    width: 50%;
    margin-bottom: 15px;
  }

  .filter_row .filter-col-wrap {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }

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

  .tb-btn a {
    margin: 0 3px;
  }

  .tabbable-line > .nav-tabs > li > a {
    font-size: 12px;
    width: 100%;
  }

  .own-pic {
    width: 70px;
    height: 70px;
  }

  .own-dec {
    width: 50%;
    margin: 0 0 0 8px;
    float: left;
  }

  .own-dec h4 {
    font-size: 20px;
    margin: 0px 0 0 0;
  }

  .own-dec p {
    margin: 0 0 5px 0;
  }

  .ics-ic {
    text-align: center;
    float: none;
    margin: 0 5px 0 0;
    display: inline-block;
  }

  .adr {
    display: none;
  }

  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 75px;
  }

  .timeline-content {
    border-left: 4px solid #0782bb;
    border-right: 0px;
    text-align: left;
  }

  .timeline-item::before {
    left: 0;
    width: 7px;
  }

  .timeline-item:nth-child(2n)::before {
    left: 0;
    width: 7px;
  }

  .timeline-item:nth-child(2n) .timeline-img {
    left: 0px;
  }

  .timeline-item:nth-child(2n) .yr {
    left: 2px;
  }

  .timeline-item:nth-child(2n) .yr::after {
    width: 0;
  }

  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }

  .timeline-img {
    display: none;
  }

  .yr {
    left: 2px;
  }

  .yr::after {
    width: 0px;
    left: -46px;
  }

  .itemid-203 .com-content-article__body img {
    max-width: 100%;
    height: auto;
    margin-right: 0 !important;
    display: inline-block !important;
  }

  .itemid-203 div,
  .itemid-203 table {
    max-width: 100%;
    height: auto !important;
    width: 100% !important;
  }

  .itemid-203 table td {
    width: 100% !important;
    display: block;
    text-align: center;
    height: auto !important;
  }

  .guidance .resource-2 .tabbable-line .nav-tabs {
    gap: 12px;
  }

  .guidance .resource-2 .res-pic {
    height: 105px;
  }

  .single-program-4 {
    padding: 30px 0;
  }

  .itemid-159 .resource-2 {
    background-color: #f2f2f2 !important;
  }

  .guidance .resource-2 .res-name {
    font-size: 13px;
  }

  .itemid-214 table {
    max-width: 100%;
  }

  .itemid-214 .com-content-article__body table tbody tr td:has(img) {
    height: 100% !important;
    width: 100% !important;
  }

  .itemid-214 .com-content-article__body table tbody tr td {
    float: left;
    width: 100% !important;
    display: block;
    text-align: center;
    height: auto !important;
  }

  .itemid-214 .com-content-article__body table tbody tr td img {
    width: 140px !important;
  }

  .mtab {
    text-align: start;
    padding: 0 15px;
  }

  .team-dec p {
    max-width: 100%;
  }

  .about-1 ul li {
    width: 100%;
    padding: 20px 0;
    min-height: auto;
  }

  .ab-1 {
    margin: 0 auto 0;
  }

  .p_2 {
    width: 50px;
    height: 50px;
  }

  .itemid-202 main {
    padding: 30px 20px;
    max-width: 510px;
    margin: 0 auto;
  }

  .com-content-article__body,
  .itemid-163 .main-bottom,
  .itemid-203 .com-content-article__body,
  .itemid-214 .com-content-article__body,
  .itemid-160 .com-content-article__body,
  .ctm_article dl.article-info,
  .fields-container,
  .itemid-99 main .com-content-article .article-info,
  .itemid-200 .com-content-article__body,
  .itemid-201 .com-content-article__body,
  .itemid-99 .com-content-article__body,
  .itemid-167 .com-content-article__body,
  .itemid-162 .com-content-article__body,
  .itemid-99 main .com-content-article .article-info,
  .itemid-160 .com-content-article .article-info,
  .itemid-99 main .com-content-article .fields-container {
    max-width: 540px !important;
  }

  #mod-custom186.mod-custom {
    padding: 30px 0;
  }

  .itemid-101 .container-top-a:has(.ba__tabs),
  .pert_1 {
    padding: 40px 0;
  }

  .p_1 {
    margin: 0px auto 20px;
    overflow: hidden;
    max-width: 100%;
  }

  .pert_2 {
    min-height: auto;
  }

  .itemid-101 .moduletable h3,
  .itemid-166 .moduletable h3,
  .heading {
    font-size: 20px;
  }

  .p_5_pic_heading {
    color: #fff;
    padding: 0 0 0 20px;
    margin: -64px 0 10px 0px;
  }

  .p_5_dec {
    padding: 15px;
    max-width: 95%;
    margin: 0 0 30px 0;
  }

  .pb_right {
    margin: 0 auto 15px;
    max-width: 352px;
  }

  .pb_top_2 a {
    font-size: 13px;
    margin: 40px 0 0;
  }

  .p_4_more {
    margin: 20px 0 0 0;
  }

  .pert_6 {
    padding: 30px 0;
    border-bottom: 3px solid #0782bb;
  }

  .itemid-101 .moduletable:has(.pert_4) {
    padding: 30px 0;
  }

  .p_6_inner {
    max-width: 100%;
  }

  .p_4 {
    margin: 0 auto 20px;
  }

  .p_4_dec h4 {
    font-size: 17px;
  }

  .itemid-160 .blog .blog-item figure {
    max-width: 150px !important;
    width: auto !important;
  }
}

@media only screen and (max-width: 651px) {
  #contact-form {
    max-width: 410px;
  }

  #career-form .formRow .formSpan6 {
    width: 100%;
    margin: 0 !important;
  }
  #career-form .formRow .formSpan6:nth-child(even),
  #career-form .formRow .formSpan6:nth-child(odd) {
    margin: 0 !important;
  }

  #career-form .formRow:has(.formSpan6) {
    flex-direction: column;
  }

  #career-form .ctm_career_upload_file_wrap span {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .header .container-topbar .moduletable._menu .navbar {
    position: absolute;
    right: 0;
    top: 0;
  }

  .header .container-topbar .moduletable._menu .navbar .navbar-toggler {
    width: 60px !important;
    height: 52px !important;
  }

  .header .container-nav:has(.container-search) {
    width: auto;
    right: 60px !important;
  }

  .header .container-search .rssocial-container .rssocial-icons {
    gap: 4px;
    padding: 13px 7px;
  }

  .header .container-search .rssocial-container .rssocial-icons li {
    font-size: 12px !important;
  }

  .navbar-brand .brand-logo {
    max-width: 240px;
  }

  .filter_row .filter-view-wrap {
    width: 100%;
  }

  .filter_row .filter-col-wrap .filter-col {
    width: 100%;
  }

  .category {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .cps-btns input[type="submit"] {
    margin: 15px 0 0 0;
  }

  .container,
  .itemid-101 .baContainer,
  .mtabcontent .psc,
  #mod-custom186.mod-custom p {
    max-width: 100% !important;
  }

  footer .right-ft:has(.ft-social) {
    flex-direction: column;
    margin-top: 10px;
    align-items: center;
    gap: 20px;
  }

  .itemid-160 .blog .blog-item {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .itemid-160 .blog .blog-item figure {
    max-width: 360px !important;
    width: auto !important;
  }

  .com-content-article__body,
  .itemid-163 .main-bottom,
  .itemid-203 .com-content-article__body,
  .itemid-214 .com-content-article__body,
  .itemid-200 .com-content-article__body,
  .itemid-201 .com-content-article__body,
  .itemid-99 .com-content-article__body,
  .itemid-160 .com-content-article__body,
  .ctm_article dl.article-info,
  .fields-container,
  .itemid-167 .com-content-article__body,
  .itemid-162 .com-content-article__body,
  .itemid-99 main .com-content-article .article-info,
  .itemid-99 main .com-content-article .fields-container {
    max-width: 100% !important;
  }

  .itemid-202 main {
    margin: 0 15px;
    max-width: fit-content;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .single-program-2 .tabbable-line > .nav-tabs > li {
    margin: 0 2px 0;
    font-size: 12px;
    min-width: 150px;
  }

  .res-dec {
    margin: 10px 0 0;
    max-width: 100%;
    color: #fff;
    font-size: 17px;
  }

  .inner-banner-bottom {
    padding: 15px 0;
  }

  .inner-banner-bottom {
    padding: 15px 0;
  }

  .guidance .tabbable-panel .tablinks {
    min-width: 120px !important;
  }

  .tabbable-panel .tablinks,
  .mtab .tablinks {
    padding: 8px 2px !important;
    font-size: 13px;
    width: 50%;
    float: left !important;
    min-width: auto;
  }

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

  .list ul {
    padding: 0;
  }

  .list ul li {
    width: 100%;
    font-size: 16px;
  }

  .st-list {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .st-download {
    display: flex;
    justify-content: center;
  }

  .com-content-article figure.item-image img {
    width: 135%;
    max-width: fit-content;
  }

  .com-content-article .page-header h1 {
    margin: 10px 0 0;
    max-width: 100%;
    color: #fff;
    font-size: 17px;
  }

  .p_1_pic {
    width: 27%;
    height: 70px;
    float: left;
  }

  .p_1 {
    margin: 0px auto 20px;
    overflow: hidden;
    max-width: 100%;
    text-align: left;
  }

  .inner-banner-pic img {
    width: 135%;
    max-width: fit-content;
  }

  .com-content-article .page-header,
  .inner-banner-top {
    top: 30px;
  }

  .res-heading {
    color: #fff;
    font-size: 24px !important;
    margin: 25px 0 0;
  }

  .prog_left,
  .prog_right {
    width: 100%;
  }

  .single-program-4 {
    padding: 30px 0;
  }

  .st-pic {
    margin: 0px auto 20px;
  }
}

@media only screen and (max-width: 425px) {
  #contact-form {
    max-width: 370px;
  }

  .prog_left,
  .prog_right {
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  #contact-form {
    max-width: 290px;
  }

  #career-form .ctm_career_upload_file_wrap {
    padding: 8px 14px;
  }
}

.itemid-101 .p_5_dec p span,
.itemid-101 .p_5_dec ul li span,
.itemid-101 .p_5_dec ul li::marker {
  color: #fff !important;
}

.itemid-160.view-article.layout-blog #mod-custom196 {
  display: none;
}
.com-content-article__body :is(.itemid-165, .itemid-220) {
  max-width: 100%;
  margin: 0px;
}
