  /*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background: var(--bs-ffffff);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.header.h-stick {
  top: -44px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

.h-top {
  padding-top: 4px;
  padding-bottom: 4px;
}

.h-top .h-content .h-left>ul,
.h-top .h-content .h-right>ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.h-top ul li {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 7px;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 24px;
}

.h-top ul li:first-child {
  margin-left: 0;
}

.h-top ul li:last-child {
  margin-right: 0;
}

.h-top ul li a {
  text-decoration: none;
  padding: 3px 9px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.h-top ul li a:focus {
  color: inherit;
}

.h-top ul li.current-menu-item a,
.h-top ul li.current-menu-parent a,
.h-top ul li.active a,
.h-top ul li a.current-menu-item,
.h-top ul li a.current-menu-parent,
.h-top ul li a.active,
.h-top ul li a:hover {
  text-decoration: underline;
  color: var(--bs-text-primary-eba900);
  background: var(--bs-0000003c);
}

.h-top .navbar {
  padding: 0;
}

.h-top .h-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.h-searchbox {
  display: inline-flex;
  margin-left: 15px;
}

.h-searchbox .form-group {
  position: relative;
}

.h-searchbox .form-control {
  width: 155px;
  height: 30px;
  font-family: var(--bs-font-family-pt-sans);
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--bs-text-1f1f1f);
  border: 2px solid var(--bs-ffffff);
  background: var(--bs-ffffff);
  padding: 3px 15px 3px 36px;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.h-searchbox .form-control:focus {
  background: var(--bs-ffffffaf);
}

.h-searchbox .form-control::-webkit-input-placeholder {
  color: var(--bs-text-primary-006937);
}

.h-searchbox .form-control::-moz-placeholder {
  color: var(--bs-text-primary-006937);
}

.h-searchbox .form-control:-ms-input-placeholder {
  color: var(--bs-text-primary-006937);
}

.h-searchbox .form-control:-o-placeholder {
  color: var(--bs-text-primary-006937);
}

.h-searchbox .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.h-searchbox .form-control:focus::-moz-placeholder {
  opacity: 0;
}

.h-searchbox .form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

.h-searchbox .form-control:focus:-o-placeholder {
  opacity: 0;
}

.h-searchbox .search-icon {
  position: absolute;
  left: 7px;
  top: 50%;
  color: var(--bs-text-primary-006937);
  margin-top: 1px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  border: none;
  background-color: transparent;
}

.h-bottom {
  padding: 7px 0;
}

.h-stick .h-bottom {
  height: 63px;
}

.h-stick .h-bottom .default-logo {
  max-height: 50px;
}

/* navbar */
.navbar {
  padding: 0;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img.active-logo {
  display: none;
}

.navbar-toggler {
  width: 27px;
  height: 16px;
  padding: 0;
  box-shadow: none !important;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.navbar-toggler .hamburger-toggle {
  width: 100%;
  height: 100%;
}

.navbar-toggler .hamburger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.navbar-toggler .hamburger span {
  width: 100%;
  height: 3px;
  background: var(--bs-ffffff);
  margin-bottom: 5px;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.navbar-toggler.collapsed .hamburger span {
  background: var(--bs-primary-006937);
}

.navbar-toggler .hamburger span:first-child {
  top: 9px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
  margin: 0;
  top: -6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
  opacity: 1 !important;
  top: auto !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

.h-bottom .navbar .navbar-collapse {
  justify-content: flex-end;
}

.h-bottom .navbar-nav .nav-item {
  margin: 0 25px;
}

.h-bottom .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.h-bottom .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.h-bottom .navbar-nav .nav-item .nav-link {
  font-family: var(--bs-font-family-pt-sans);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--bs-text-1f1f1f);
  padding: 0;
}

.h-bottom .navbar-nav .nav-item.active .nav-link,
.h-bottom .navbar-nav .nav-item.current-menu-item .nav-link,
.h-bottom .navbar-nav .nav-item.current-menu-parent .nav-link,
.h-bottom .navbar-nav .nav-item .nav-link.active,
.h-bottom .navbar-nav .nav-item .nav-link.current-menu-item,
.h-bottom .navbar-nav .nav-item .nav-link.current-menu-parent,
.h-bottom .navbar-nav .nav-item .nav-link:hover {
  color: var(--bs-text-primary-006937);
}

.header .mobile-view-blocks {
  padding: 40px 18px 0;
}

.header .h-apply-visit-block .btn {
  font-weight: 400;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 15px;
  padding: 7px 15px;
  justify-content: center;
}

.header .h-more-links-block {
  margin-top: 15px;
  margin-bottom: 15px;
}

.header .h-more-links-block .title {
  text-align: center;
}

.header .h-more-links-block .title * {
  font-family: var(--bs-font-family-pt-sans);
  font-size: 20px;
  line-height: 24px;
  color: var(--bs-text-ffffff);
  margin-bottom: 30px;
}

.header .h-more-links-block .more-links-list ul {
  display: block;
  list-style-type: none;
}

.header .h-more-links-block .more-links-list ul li {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--bs-text-ffffff);
  text-transform: capitalize;
}

.header .h-more-links-block .more-links-list ul li a {
  text-decoration: underline;
  color: inherit;
}

.header .h-more-links-block .more-links-list ul li.active a,
.header .h-more-links-block .more-links-list ul li.current-menu-item a,
.header .h-more-links-block .more-links-list ul li.current-menu-parent a,
.header .h-more-links-block .more-links-list ul li a.active,
.header .h-more-links-block .more-links-list ul li a.current-menu-item,
.header .h-more-links-block .more-links-list ul li a.current-menu-parent,
.header .h-more-links-block .more-links-list ul li a:hover {
  color: var(--bs-text-primary-eba900);
}

.navbar-nav li.dropstart>a:after,
.navbar-nav li.dropend>a:after,
.navbar-nav li.dropdown>a:after {
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.navbar-nav .dropdown-menu {
  padding: 15px;
  margin: 0;
  border: 1px solid var(--bs-secondary-888b8d);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.navbar-nav .dropdown-menu li {
  width: 100%;
  margin: 0 0 13px;
}

.navbar-nav .dropdown-menu li:last-child {
  margin: 0;
}

.navbar-nav .dropdown-menu li .dropdown-item {
  padding: 0;
  color: var(--bs-text-1f1f1f);
  white-space: normal;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.navbar-nav .dropdown-menu li.active .dropdown-item,
.navbar-nav .dropdown-menu li.current-menu-item .dropdown-item,
.navbar-nav .dropdown-menu li.current-menu-parent .dropdown-item,
.navbar-nav .dropdown-menu li .dropdown-item.active,
.navbar-nav .dropdown-menu li .dropdown-item.current-menu-item,
.navbar-nav .dropdown-menu li .dropdown-item.current-menu-parent,
.navbar-nav .dropdown-menu li .dropdown-item:hover {
  color: var(--bs-text-primary-006937);
  text-decoration: underline;
}

/* navbar */
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* banner-section */
.banner-section .banner-image {
  height: 380px;
}

.banner-section .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  font-family: "object-fit: cover";
}

/* banner-section */

/* common-buttons */
.common-buttons-section {
  padding-top: 36px;
  padding-bottom: 36px;
}

/* common-buttons */

/* optional-background-block */
.optional-background-block {
  padding: 44px 25px;
  margin-bottom: 45px;
}

/* optional-background-block */

/* client-review-carousel */
.common-typography-slider {
  margin-bottom: 70px;
}

/* client-review-carousel */

/* cards */
.common-cards-section {
  padding-top: 55px;
  padding-bottom: 55px;
}

/* cards */

/* cost-aid */
.common-cost-aid-section {
  padding-top: 55px;
  padding-bottom: 55px;
}

/* cost-aid */

/* common-tabbed */
.common-tabbed-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* common-tabbed */

/* common-accordion */
.common-accordions-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* common-accordion */

/* table */
.table-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* table */

/* quotes */
.common-quotes-section {
  padding-top: 22px;
  padding-bottom: 22px;
}

/* quotes */

/* image-detail */
.common-image-detail-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* image-detail */

/* youtube */
.common-youtube-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* youtube */

/* typography */
.typography-section .typography-main-detail {
  margin-bottom: 25px;
}

.common-banner-top-detail {
  position: relative;
  padding: 21px 33px;
  margin-top: -100px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
}

/* .typography-description .typography-main-content {
	position: relative;
	padding: 21px 33px;
	margin-top: -100px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
} */
/* typography */

/* explore-academics */
.explore-academics-section {
  position: relative;
  z-index: 9;
  margin-top: -125px;
  margin-bottom: -1px;
  padding: 173px 0 120px;
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
}

.explore-academics-list {
  padding: 0 35.4px;
}

/* explore-academics */

/* common-promo-block */
.home-pg .common-promo-block .promo-image {
  margin-left: 50px;
}

.home-pg .common-promo-block .promo-detail {
  margin-left: auto;
  margin-right: -25px;
}

.home-pg .common-promo-block .promo-detail .promo-button {
  margin-top: 20px;
}

/* common-promo-block */

/* getting-started */
.home-pg .getting-started-section {
  /* margin-bottom: -205px; */
  margin-bottom: -50px;
}

/* getting-started */

/* jackson-state */
.jackson-state-help-section {
  position: relative;
  z-index: 9;
  padding: 186px 0 0;
  /* padding: 250px 0 0; */
  /* clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
	-moz-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
	-ms-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
	-o-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); */
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
}

/* jackson-state-nav-dropdown */
.jackson-state-help-section-nav {
  position: relative;
  z-index: 9;
  padding: 50px 0 0;
  /* padding: 250px 0 0; */
  /* clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
	-moz-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
	-ms-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
	-o-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%); */
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
}

.jackson-state-section {
  padding-bottom: 100px;
}

.common-how-we-help-section {
  padding-top: 100px;
}

/* jackson-state */

/* directory-listing */
.inner-pg {
  padding-top: 32px;
  padding-bottom: 75px;
}

.directory-listing-pg .directory-listing-title .directory-listing-inner-title {
  padding: 0 19px;
}

.directory-listing-pg .faculty-staff-table .common-table {
  padding: 0 19px;
}

.directory-listing-pg .pagination-section {
  padding-top: 50px;
}

.directory-listing-pg .pagination-section .common-pagination-content {
  padding: 0 19px;
}

.directory-listing-title {
  margin-bottom: 60px;
}

.faculty-staff-table .table {
  border: none;
}

.faculty-staff-table .table th {
  font-family: var(--bs-font-family-pt-sans);
  text-align: left;
  text-transform: uppercase;
  background: var(--bs-primary-006937);
  border: none;
}

.faculty-staff-table .table thead th {
  position: relative;
}

.faculty-staff-table .table thead th.name {
  min-width: 150px;
}

.faculty-staff-table .table thead th.title {
  min-width: 200px;
}

.faculty-staff-table .table thead th.department {
  min-width: 400px;
}

.faculty-staff-table .table thead th.phone {
  min-width: 150px;
}

.faculty-staff-table .table thead th.email {
  min-width: 200px;
}

.faculty-staff-table .table thead th:after {
  position: relative;
  content: "\f0d7";
  font-family: "fasolid900";
  margin-left: 8px;
}

.faculty-staff-table .table td {
  text-align: left;
  border: none !important;
  font-size: 16px;
  line-height: 20px;
  color: var(--bs-text-000000);
}

.faculty-staff-table .table tbody tr:hover td {
  background: var(--bs-secondary-274e33);
  color: var(--bs-text-ffffff);
}

.faculty-staff-table .table tbody tr:hover td a {
  color: inherit;
  text-decoration: underline;
}

.directory-listing-filter {
  margin-bottom: 38px;
}

.directory-listing-filter .directory-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -10px;
}

.directory-listing-filter .directory-list>* {
  flex: 0 0 272px;
  max-width: 272px;
  width: 100%;
  padding: 0 10px;
}

.directory-listing-filter .directory-filter-block .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.directory-listing-filter .submit-button .btn {
  width: 100%;
  justify-content: center;
}

/* directory-listing */

/* news-listing */
.news-listing-section {
  padding: 45px 0;
}

.news-listing-section .news-list-description>.row {
  margin: 0 31px;
}

.news-listing-section .news-list-description>.row>* {
  padding: 0 31px;
}

.news-image-detail-block .news-image {
  margin-bottom: 15px;
  background: var(--bs-secondary-274e33);
}

.news-image-detail-block .news-image img {
  width: 100%;
}

.news-image-detail-block .news-detail .h2 a {
  text-decoration: none;
}

.news-image-detail-block .news-detail .h2 a:hover {
  text-decoration: underline;
  color: var(--bs-text-ffffff);
}

.news-listing-filter-section {
  padding-top: 53px;
}

.featured-news-product .filter-product {
  margin-bottom: 73px;
}

.featured-news-product .filter-product .portfolio-gal-filter {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: center;
}

.featured-news-product .filter-product .portfolio-gal-filter li {
  margin: 0 13px;
  font-size: 16px;
  line-height: 21px;
}

.featured-news-product .filter-product .portfolio-gal-filter li:first-child {
  margin-left: 0;
}

.featured-news-product .filter-product .portfolio-gal-filter li:last-child {
  margin-right: 0;
}

.featured-news-product .filter-product .portfolio-gal-filter li a {
  display: inline-block;
  min-width: 180px;
  text-align: center;
  padding: 21px;
  text-transform: uppercase;
  color: var(--bs-text-1f1f1f);
  background: var(--bs-888b8d33);
  position: relative;
  z-index: 9;
  text-decoration: none;
}

.featured-news-product .filter-product .portfolio-gal-filter li a:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: var(--bs-primary-eba900) transparent transparent transparent;
  z-index: -1;
  visibility: hidden;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.featured-news-product .filter-product .portfolio-gal-filter li a:hover {
  text-decoration: underline;
}

.featured-news-product .filter-product .portfolio-gal-filter li.active a,
.featured-news-product .filter-product .portfolio-gal-filter li a.active {
  color: var(--bs-text-1f1f1f);
  background: var(--bs-primary-eba900);
}

.featured-news-product .filter-product .portfolio-gal-filter li.active a:before,
.featured-news-product .filter-product .portfolio-gal-filter li a.active:before {
  visibility: visible;
}

.featured-news-product .portfolio-gal.row {
  margin: 0 -31px;
}

.featured-news-product .portfolio-gal.row>* {
  padding: 0 31px;
}

.featured-news-product .portfolio-gal .featured-article-block {
  padding-bottom: 65px;
  margin: 0;
}

.featured-news-product .portfolio-gal .featured-article-block .date-block {
  color: var(--bs-text-464646);
  margin-bottom: 12px;
}

.featured-news-product .filter-dropdown {
  margin-bottom: 67px;
}

.filter-dropdown h4 {
  position: relative;
  margin-bottom: 15px;
}

.filter-dropdown h4:before {
  position: relative;
  content: "\f0b0";
  font-family: "fasolid900";
  margin-right: 6px;
}

/* news-listing */

/* news-posting */
.news-posting-section .custom-breadcrumb-section {
  border-bottom: 1px solid var(--bs-222222);
}

.news-posting-section .main-title .custom-breadcrumb-section {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bs-222222);
  margin-bottom: 20px;
}

.news-posting-section .news-posting-content {
  display: flex;
  /* padding: 30px 0 65px; */
  padding: 30px 0 0;
}

.news-posting-section .social-icons-list {
  float: left;
  margin-right: 28px;
  /* margin-top: 28px; */
}

.news-posting-section .social-icons-list ul {
  position: sticky;
  top: 135px;
  left: 0;
  flex-direction: column;
}

.news-posting-section .social-icons-list ul li {
  margin: 5px 0 !important;
}

.news-posting-section .social-icons-list ul li:first-child {
  margin-top: 0 !important;
}

.news-posting-section .social-icons-list ul li:last-child {
  margin-bottom: 0 !important;
}

.news-posting-section .custom-breadcrumb-section {
  padding-bottom: 35px;
}

.news-posting-section .cta-banner-block {
  margin: 20px 0;
}

.news-posting-section .featured-post-section {
  margin-top: 75px;
  padding: 33px 0 0;
  border-top: 1px solid var(--bs-222222);
}

.news-posting-section .featured-post-section .main-title * {
  margin-bottom: 45px;
}

.news-posting-section .featured-post-section .row {
  margin-left: -30px;
  margin-right: -30px;
}

.news-posting-section .featured-post-section .row>* {
  padding-left: 30px;
  padding-right: 30px;
}

.news-posting-section .featured-article-block .date {
  display: block;
  margin-bottom: 11px;
}

/* news-posting */

/* top-level-page-title */
.top-level-page-title-section .top-level-page-title-description {
  position: relative;
  z-index: 9;
  padding: 23px 15px 45px;
  /* margin-top: -100px; */
  margin: -100px 39.65px 0;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
}

.top-level-page-title-section .top-level-page-title-content .detail {
  margin-bottom: 35px;
}

/* top-level-page-title */

/* top-level-services */
.top-level-services-section {
  padding-top: 57px;
  padding-bottom: 65px;
}

.top-level-services-section .top-level-services-title {
  margin-bottom: 40px;
}

.top-level-services-section .common-cards-list {
  padding: 0 19.42px;
}

.top-level-services-section .top-level-services-button {
  padding-top: 20px;
}

/* top-level-services */

/* statistics */
.statistics-section {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.statistics-section .statistics-main-detail {
  margin-bottom: 50px;
}

/* statistics */

/* sportlight */
.sportlight-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sportlight-section .sportlight-title {
  padding-left: 25px;
  padding-right: 25px;
}

/* sportlight */

/* college-credits */
.college-credits-section {
  position: relative;
}

.college-credits-section .college-credits-image img {
  width: 100%;
}

.college-credits-section .college-credits-description {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
}

.college-credits-section .college-credits-detail {
  padding: 35px;
}

/* college-credits */

/* program section */
.program-section .program-description {
  position: relative;
  z-index: 9;
  padding: 23px 15px 45px;
  margin-top: -100px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
}

.program-section .program-main-content>.row {
  margin: 0 -30px;
}

.program-section .program-main-content>.row>* {
  padding: 0 30px;
}

.program-section .progarm-main-title * {
  margin-bottom: 50px;
}

.common-main-program-section .common-program-block {
  padding-bottom: 36px;
}

.program-section .course-schedule-block {
  margin-bottom: 30px;
}

.program-section .course-schedule-block:last-child {
  margin: 0;
}

.program-section .course-schedule-block .title * {
  margin-bottom: 10px;
}

.program-section .common-tabbed-block .nav-tabs .nav-item {
  margin: 0 5px;
}

.program-section .common-tabbed-block .nav-tabs .nav-item:first-child {
  margin-left: 0;
}

.program-section .common-tabbed-block .nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.program-section .common-tabbed-block .nav-tabs .nav-item .nav-link {
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  min-width: 296px;
}

.program-section .common-tabbed-block .common-table .table * {
  text-align: left;
}

.program-section .common-tabbed-block .common-table .table th,
.program-section .common-tabbed-block .common-table .table td {
  padding: 7px 15px;
}

.program-section .common-tabbed-block .common-table .table tr th:last-child,
.program-section .common-tabbed-block .common-table .table tr td:last-child {
  text-align: center;
}

.program-section .common-program-block .custom-program-images-list .row {
  margin: 0 -5px;
}

.program-section .common-program-block .custom-program-images-list .row>* {
  padding: 0 5px;
}

.program-section .common-program-block .custom-program-images-list .custom-image-block img {
  width: 100%;
}

.faculty-profile-block {
  position: relative;
  padding: 30px 40px;
}

.faculty-profile-block:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 10px;
  width: 100%;
  /* background: linear-gradient(269deg, #EBA92A 0%, #EE7623 100%); */
  background: linear-gradient(269deg,
      var(--bs-eba92a) 0%,
      var(--bs-primary-ee7623) 100%);
}

.faculty-profile-block .faculty-profile-image {
  text-align: center;
}

.faculty-profile-block .faculty-profile-image img {
  width: 186px;
  height: 186px;
  object-fit: cover;
  font-family: "object-fit: cover";
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.faculty-profile-block .faculty-profile-detail .title {
  margin-bottom: 25px;
}

.faculty-profile-block .faculty-profile-detail .title h3 {
  margin-bottom: 10px;
}

.faculty-profile-block .faculty-profile-detail .title h5 {
  margin-bottom: 5px;
}

.faculty-profile-block .faculty-profile-detail .detail p:last-child {
  margin-bottom: 0;
}

/* program section */

/* program-listing */
.program-listing-section {
  padding-top: 60px;
}

.program-listing-section .sidebar-section.sidebar-with-border:before {
  background: var(--bs-9a9a9a);
}

.program-listing-section .sidebar-section .sidebar-search-block {
  margin-bottom: 45px;
}

.program-listing-section .pagination-section {
  padding: 53px 0 0;
}

.program-listing-records .records-list .records-block {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--bs-d6d6d6);
}

.program-listing-records .records-list .records-block:first-child {
  border-top: 1px solid var(--bs-d6d6d6);
}

.program-listing-records .records-list .records-block .records-detail h4 {
  font-weight: 700;
  color: var(--bs-text-primary-006937);
  margin-bottom: 5px;
}

.program-listing-records .records-list .records-block .records-detail h4 a {
  color: inherit;
}

.program-listing-records .records-list .records-block .records-detail .detail p {
  margin-bottom: 5px;
}

.program-listing-records .records-list .records-block .records-tags {
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.program-listing-records .records-list .records-block .records-tags .tag-mark a {
  display: inline-flex;
  margin: 0 5px 5px;
  padding: 10px 14px;
  border: 1px solid var(--bs-primary-006937);
  background: var(--bs-eaeaea);
  color: black !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  cursor: pointer;
}

.program-listing-records .records-list .records-block .records-tags .tag-mark a:hover,
.program-listing-records .records-list .records-block .records-tags .tag-mark a:focus {
  background: #274e33;
  color: white !important;
  text-decoration: underline;
}

.program-listing-section .program-listing-accordion {
  margin-bottom: 35px;
}

.program-listing-records .records-title * {
  font-family: var(--bs-font-family-open-sans);
  margin-bottom: 38px;
}

.program-listing-accordion .common-accordion .accordion-item {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.program-listing-accordion .common-accordion .accordion-item .accordion-button {
  font-family: var(--bs-font-family-merriweather);
  color: var(--bs-text-ffffff) !important;
  background: var(--bs-secondary-274e33) !important;
  padding: 14px 70px 14px 30px;
}

.program-listing-accordion .common-accordion .accordion-item .accordion-button:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  right: 23px;
  background: var(--bs-ffffff);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.program-listing-accordion .common-accordion .accordion-item .accordion-button:after {
  content: "";
  width: 2px;
  height: 0;
  left: auto;
  right: 29px;
  top: 49%;
  background: var(--bs-ffffff);
  transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  -moz-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important;
}

.program-listing-accordion .common-accordion .accordion-item .accordion-button.collapsed:after {
  height: 15px;
}

.program-listing-accordion .common-accordion .accordion-item .accordion-body ul li {
  margin-bottom: 40px;
}

.program-listing-accordion .common-accordion .accordion-item .accordion-body ul li:last-child {
  margin: 0;
}

/* program-listing */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer .f-top {
  border-bottom: 1px solid var(--bs-ffffff);
  padding-bottom: 10px;
  padding-top: 14px;
}

.footer .f-middle {
  border-bottom: 1px solid var(--bs-ffffff);
}

.footer .f-logo a {
  display: inline-block;
}

.footer .f-logo2 {
  position: relative;
  text-align: center;
  margin-top: -70px;
}

.footer .f-logo2 img {
  width: 130px;
}

.footer .f-logo2 a {
  display: inline-block;
}

.footer .f-social-icons ul {
  justify-content: flex-end;
}

.footer .f-middle .f-block {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer .f-address-block .contact-button {
  margin-bottom: 25px;
}

.footer .f-address-block .address-detail ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer .f-address-block .address-detail ul li {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
}

.footer .f-address-block .address-detail ul li a.address {
  display: flex;
  align-items: center;
}

.footer .f-address-block .address-detail ul li a.address svg {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.f-navigation-block ul {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style-type: none;
}

.f-navigation-block ul li {
  display: block;
  margin: 0 0 22px;
  padding: 0;
  list-style-type: none;
}

.f-navigation-block ul li.current-menu-item a,
.f-navigation-block ul li.current-menu-parent a,
.f-navigation-block ul li a.current-menu-item,
.f-navigation-block ul li a.current-menu-parent,
.f-navigation-block ul li a.active {
  color: var(--bs-secondary-eba900);
}

.footer .f-bottom {
  padding-top: 25px;
  padding-bottom: 5px;
}

.footer .f-bottom p {
  font-size: 12px;
  line-height: 18px;
}

.footer .f-bottom .f-right ul {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer .f-bottom ul li {
  display: inline-flex;
  padding: 0 5px;
  margin: 0;
  list-style-type: none;
  border-right: 1px solid var(--bs-ffffff);
  font-size: 12px;
  line-height: 12px;
}

.footer .f-bottom ul li:first-child {
  padding-left: 0;
}

.footer .f-bottom ul li:last-child {
  padding-right: 0;
  border: none;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

.color-block-banner .banner-section {
  height: 300px;
  margin-bottom: -150px;
}

.top-page-alert {
  font-size: 16px;
  padding: 6px 0;
  min-height: 44px;
  display: block;
  display: flex;
  align-items: center;
}

.top-page-alert .close-div {
  display: flex;
  align-self: center;
}

.h-stick .top-page-alert {
  display: none;
}

.top-page-alert span {
  font-weight: 600;
}

.top-page-alert a.more-info {
  text-decoration: underline;
}

.top-page-alert a.close {
  height: 23px;
  width: 23px;
  display: block;
  position: relative;
  background-image: url(/media/jackson-state/site-assets/css/"data:image/svg+xml,%0A%3Csvg xmlns='http:/www.w3.org/2000/svg' width='22.627' height='22.627' viewBox='0 0 22.627 22.627'%3E%3Cg id='Group_11229' data-name='Group 11229' transform='translate(-1666.686 16679.838)'%3E%3Cg id='Group_10685' data-name='Group 10685' transform='translate(1348 -16704.053)'%3E%3Cg id='Group_10683' data-name='Group 10683' transform='translate(26 -69.473)'%3E%3Crect id='Rectangle_1172' data-name='Rectangle 1172' width='28' height='4' rx='2' transform='translate(295.515 93.687) rotate(45)' fill='%23222'/%3E%3Crect id='Rectangle_1174' data-name='Rectangle 1174' width='28' height='4' rx='2' transform='translate(292.686 113.486) rotate(-45)' fill='%23222'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.top-page-alert SPAN {
  margin-right: 20px;
}

.top-page-alert.low-level,
.top-page-alert.low-level a {
  color: var(--bs-text-000000);
  background-color: var(--bs-eba92a);
}

.top-page-alert.emergency-level {
  display: flex;
  align-items: center;
  min-height: 88px !important;
}

.top-page-alert.emergency-level,
.top-page-alert.emergency-level a {
  color: var(--bs-text-ffffff);
  background-color: var(--bs-eba92a);
  background-color: #e2002e;
}


/* shaye - start */

/* global */
.btn-standard-green,
.btn-standard-yellow {
  box-shadow: none !important;
}

.btn-lg {
  box-shadow: 0px 10px 10px var(--bs-0000004d) !important;
}

.specialty-link {
  text-decoration: none !important;
}

.specialty-link:hover {
  text-decoration: underline !important;
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .mobile-block-btn {
    display: block;
  }

  .social-icons-list ul {
    display: flex !important;
    justify-content: space-between !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}


/* program-listing */
.program-listing-accordion .common-accordion .accordion-item {
  box-shadow: none;
  border: none;
}


/* program */
@media only screen and (max-width: 767px) {
  .custom-image-block img {
    margin-bottom: 16px !important;
  }

  .common-table .table td {
    border: 1px solid var(--bs-bfbfbf) !important;
  }
}


/* top-level */
.college-credits-description .college-credits-content {
  max-width: 950px;
  margin: 0 auto;
}

.college-credits-description .college-credits-detail h3,
.college-credits-description .college-credits-detail .detail {
  margin-bottom: 10px;
}

.college-credits-description .college-credits-detail .detail p {
  color: var(--bs-text-ffffffaf) !important;
}

.college-credits-description .college-credit-button .btn {
  box-shadow: none !important;
}

.client-review-block:before {
  width: 124px;
  height: 85%;
}

.top-level-page-title-content .in-this-section-block:hover {
  background-color: #EE7623;
}

.common-card-block:hover {
  background-color: #E7E8E8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-review-block:before {
    width: 110px !important;
    height: 85% !important;
  }
}

@media only screen and (max-width: 767px) {
  .banner-section .banner-image {
    height: 280px !important;
  }
}


/* components */
.client-review-carousel .client-review-item {
  opacity: 1 !important;
  background-color: unset !important;
}

.common-buttons-section .small-text {
  margin-bottom: 10px;
}

.sidebar-promo-block .promo-detail:before {
  top: -1px;
}

.accordion,
.accordion .accordion-item .accordion-button {
  border-radius: 5px !important;
}

.accordion .accordion-item .accordion-button-hover:hover {
  background-color: #E7E8E8 !important;
}


.ul-outline-bullet {
  list-style-type: none;
  padding-left: 18px;
}

.ul-outline-bullet span:last-child {
  margin-left: -22px;
}

.li-outline-bullet {
  background-image: url('/media/jackson-state/site-assets/images/outline-bullet.svg');
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-top: 8px;
}

.nav-item:hover {
  outline: 1px solid #888B8D;
  border-radius: 7px 7px 0 0;
}

.common-image-detail-section .image-detail {
  background-color: #274e33;
}

.common-image-detail-section .image-detail,
.common-image-detail-section .image-detail a,
.common-image-detail-section .image-detail h3 {
  color: #fff;
}

.common-image-detail-section .image-detail a {
  text-decoration: underline;
}

.common-image-detail-section .image-detail a:hover {
  color: #EBA900;
}


/* components-alt */
.top-page-alert a:hover {
  text-decoration: none;
}

/* index */
.common-promo-section .common-promo-block {
  margin-top: -8px;
}

.common-promo-block .detail p {
  line-height: 28px;
}

.hamburger span {
  border-radius: 2px;
}

.header .h-bottom .dropdown-menu {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25);
  transition: 0s !important;
}

.header.h-stick {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.common-image-overlay-block,
.common-image-overlay-block a {
  text-decoration: none !important;
}

.common-image-overlay-block a .hyperlink {
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  .join-green-detail {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .common-image-overlay-block .image-block:before {
    background: none;
  }
}

/* news-posting */
.news-posting-detail {
  max-width: 800px;
  margin: 0 auto;
}

/* directory listing */
.directory-table-container {
  text-decoration: none;
}

.directory-table-container table {
  border: none;
}

.directory-table-container thead {
  background-color: #006937;
  color: #fff;
  text-transform: capitalize;
}

.directory-table-container thead th {
  padding: 13px 16px;
}


.directory-table-container td {
  text-align: left;
  border: none;
  font-size: 16px;
  line-height: 20px;
  color: var(--bs-text-000000);
  padding: 13px 16px;
}

.directory-table-container tbody tr:nth-of-type(odd) {
  background: v#F5F5F5;
}

.directory-table-container tbody tr:nth-of-type(even) {
  background-color: #E4E4E4;
}

.directory-table-container tbody tr:hover {
  background-color: #274E33;
  color: #fff !important;
}

.directory-table-container tbody tr:hover a,
.directory-table-container tbody tr:hover td {
  color: #fff !important;
}

.directory-table-container tbody tr:hover a {
  text-decoration: underline;
}

#directory-list_wrapper #directory-list_info {
  position: absolute;
  margin-top: 76px;
  float: right;
  margin-left: 62%;
}

#directory-list_wrapper .col-md-7 {
  width: 100% !important;
  margin-top: 76px;
}

#directory-list_wrapper .pagination>* {
  margin: 0 5px;
}

#directory-list_wrapper .page-link {
  text-decoration: none !important;
  border: 1px solid #888B8D;
  border-radius: 4px;
  background-color: unset;
  color: #1F1F1F;
}

#directory-list_wrapper .active>.page-link,
.page-link.active {
  background-color: #006937;
  color: #fff;
}

#directory-list_wrapper .sorting_desc {
  color: #fff !important;
}

#directory-list_wrapper .page-link {
  font-weight: bolder;
}

#directory-list_wrapper .page-link:hover {
  color: white;
  background-color: #274E33;
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after {
  position: relative;
  content: "\f0d7";
  font-family: 'fasolid900';
  padding-left: 10px;
}


table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after {
  position: relative;
  content: "\f0d8";
  font-family: 'fasolid900';
  padding-left: 10px;
}




