﻿:root {
  --orange: #ff8200;
  --black: #58595b;
  --white: #fff;
  --gray: #57585a;
  --lightBlue: #b9e1f2;
  --blue: #1a73c5;
  --heading-clr: #4b4b4b;
  --column-bg-clr: #f6f6f6;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
  color: #58595b;
}

.single-post .content .post img.wp-post-image {
  width: 25%;
  margin: 0 !important;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 1rem !important;
  margin-bottom: 4rem !important;
  float: right;
  margin-left: 3rem !important;
}

.imgWithTxt .wp-block-image:first-child {
  position: relative;
  isolation: isolate;
  padding: 10px 0 0 10px;
  display: block;
  width: calc(100% - 100px);
  margin-left: auto;
}

.imgWithTxt .wp-block-image:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  height: 70%;
  width: 70%;
  background: var(--orange);
  z-index: -1;
  top: 0;
}

.imgWithTxt .wp-block-image:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  height: 100px;
  width: 50%;
  background-size: contain;
  background-image: url("/wp-content/themes/genesis-child/images/shape.png");
}

.imgWithTxt .wp-block-image:last-child {
  max-width: 300px;
  width: 100%;
  margin-top: -100px;
  background: var(--white);
  padding: 10px 10px 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.imgWithTxt .wp-block-image:last-child::before {
  content: "";
  position: absolute;
  left: -11px;
  top: -34px;
  background: var(--white);
  height: 100px;
  width: 30px;
  transform: rotate(45deg);
}

.featuredImg .wp-block-image:first-child img {
  width: 100%;
}

.featuredImg .wp-block-image:first-child {
  display: block !important;
  width: 100%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-top: 20px solid var(--white);
  border-right: 20px solid var(--white);
}

.featuredImg .wp-block-image:first-child::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  background: #fff;
  transform: rotate(45deg);
  z-index: 1;
  height: 100px;
  width: 45px;
  transform-origin: 100%;
}

.featuredImg {
  padding-top: 50px;
  position: relative;
}

.featuredImg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 92%;
  background-color: var(--orange);
}

.featuredNews h2 {
  letter-spacing: 10px;
}

.featuredNews h3 {
  line-height: 1.4;
  margin-top: 0;
}

.featuredNews h3.has-medium-font-size {
  font-size: 25px !important;
}

.featuredImg .wp-block-image:last-child {
  width: 70%;
  display: block;
  position: relative;
  isolation: isolate;
  border-right: 20px solid var(--white);
}

.featuredImg .wp-block-image:last-child::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 145px;
  width: 200px;
  background-size: contain;
  background-image: url("/wp-content/themes/genesis-child/images/shape.png");
}

.featuredImg .wp-block-image:last-child img {
  width: 100%;
}

.featuredMain {
  border-top: 50px solid var(--orange);
  padding-block: 0;
}

.waveImg {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 1;
}

.featuredNews {
  position: relative;
}

.waveImg img {
  height: 100px;
  width: auto;
}

.is-style-outline a {
  background-color: transparent !important;
}

.is-style-outline a:hover {
  background-color: var(--lightBlue) !important;
  color: var(--black) !important;
}

.has-custom-content-position .is-style-outline a:hover {
  background-color: var(--white) !important;
  color: var(--gray) !important;
}

.hero-banner h1 {
  margin-block: 0;
  line-height: 1.4;
}

.hero-banner h1 strong {
  background-color: #ff8200 !important;
  font-size: 50%;
  color: #58595b !important;
  padding: 5px 20px;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}

.featuredMain::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 400px;
  background: var(--orange);
}

.hero-banner {
  align-items: center;
}

.threeCol-custom img {
  vertical-align: top;
}

.threeCol-custom .wp-element-caption,
.threeCol-custom .wp-element-caption a {
  color: var(--white);
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding-inline: 15px;
  background: var(--gray);
}

.threeCol-custom img {
  width: 100%;
}

.threeCol-custom {
  padding-block: 100px 200px;
}

.iframe-videos .has-parallax {
  background-attachment: initial;
  background-position: bottom !important;
}

.iframe-videos .iframe__inner {
  margin-top: -150px;
}

.iframe__inner h2 {
  margin-top: 0;
}

.iframe-videos {
  padding-bottom: 100px;
  position: relative;
  isolation: isolate;
}

.iframe-videos::before {
  background: var(--orange);
  content: "";
  position: absolute;
  top: 0;
  width: 92%;
  height: 50px;
  right: 0;
  z-index: 1;
}

.site-title a {
  color: transparent;
}

.arrowleft img {
  margin-left: 0 !important;
}

.iframe-videos iframe,
.iframe-videos .wp-block-cover__inner-container {
  width: 100% !important;
}

.threeCol-custom .is-layout-constrained {
  padding-inline: 15px;
}

nav.nav-primary {
  margin-bottom: 0;
}

.contact-info {
  margin-top: 0 !important;
}

.latestPostList li {
  padding-left: 0 !important;
}

ul.latestPostList li:before {
  transform-origin: 0 center !important;
}

body .site-title a {
  background: none !important;
  color: #000;
  font-size: 22px;
  position: relative;
}

body.modal-open {
  padding-right: 0 !important;
}

body.modal-open #universal-header {
  position: relative;
  z-index: 11111;
}

.modal-backdrop {
  --bs-backdrop-zindex: unset;
  --bs-backdrop-bg: unset;
  --bs-backdrop-opacity: unset;
}

#searchModal {
  margin-top: 50.6px;
}

#searchModal .universal-header {
  display: none;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .site-footer .container-xxl {
    max-width: 1140px;
  }
}

@media screen and (max-width: 991px) {
  .site-title a:before {
    top: 10px;
  }

  #universal-header .menu-universal {
    justify-content: end !important;
    padding-left: 0 !important;
  }

  nav.nav-primary {
    transition: 0.3s;
  }

  .site-inner .entry-content h1.entry-title,
  body.home .entry-content .wp-block-columns .has-smokey-color:first-child,
  .site-inner .entry-content h1.has-smokey-color {
    font-size: 1.7em !important;
    margin: 20px 0 20px;
    line-height: 1;
  }

  .site-footer .utk-identifier {
    padding: 0.9rem !important;
  }

  nav.nav-primary ul.menu-primary {
    padding-left: 6px;
  }

  .page-id-388 .site-inner .entry-content .wp-block-group h4 {
    margin-top: 0;
  }
}

@media screen and (max-width: 781px) {
  .featuredMain::before {
    display: none;
  }

  .featuredImg {
    border: 0;
  }

  .featuredImg {
    padding-top: 0;
  }

  .featuredImg::before {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  header .site-title a {
    font-size: 15px;
  }

  .site-header .title-area {
    width: 70%;
    margin-left: 0;
    padding-left: 0;
  }

  .site-header button {
    width: 30%;
    padding-right: 0;
  }

  body .site-header .site-title a {
    font-size: 17px;
  }

  #universal-header .menu-universal {
    padding-left: 0 !important;
  }

  .site-inner .entry-content h1.entry-title,
  .site-inner .entry-content h1.has-smokey-color {
    font-size: 1.5em !important;
    margin: 20px 0 10px;
  }

  #utk_footer_logo {
    max-width: 235px;
  }
}

@media screen and (max-width: 375px) {
  body .site-header .site-title a {
    font-size: 16px;
  }
}

/* New Header Updates */
#universal-header ul.menu-universal>.uni-nav-item a.menu-item {
  padding: 0.5rem 0.7rem !important;
}

.site-header .title-area {
  padding-inline: 0 !important;
}

.site-header .title-area .site-title {
  margin-inline: 0 !important;
}

/* 8-28-2023 */

/* Single Box Section Styling */

.fw_orange--banner .banner_content {
  border: 48px solid #ff8200;
  margin-top: -190px;
  box-shadow: 8px 8px 6px rgb(33 33 33 / 20%);
  margin-bottom: 25px;
  z-index: 1;
  position: relative;
  background-color: #ffff;
}

.fw_orange--banner .banner_content .wp-block-column {
  padding: 32px;
}

.fw_orange--banner .banner__img {
  margin-bottom: 0px;
}

.fw_orange--banner .banner__img figure {
  margin-bottom: 0px;
}

.fw_orange--banner .banner__img figure img {
  width: 100%;
}

.fw_orange--banner .banner_content .wp-block-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1;
}

.fw_orange--banner .banner_content h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 72px !important;
  text-transform: uppercase;
}

.fw_orange--banner .banner_content h3 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1.6px;
}

.fw_orange--banner .banner_content p {
  font-size: 25px;
  font-weight: 300;
}

@media (max-width: 1440px) {
  .fw_orange--banner .banner_content {
    border: 40px solid #ff8200;
    margin-top: -190px;
  }

  .fw_orange--banner .banner_content .wp-block-column {
    padding: 26px;
  }

  .fw_orange--banner .banner_content h3 {
    font-size: 34px;
  }

  .fw_orange--banner .banner_content h2 {
    font-size: 60px !important;
  }

  .fw_orange--banner .banner_content p {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .fw_orange--banner .banner_content {
    border: 30px solid #ff8200;
    margin-top: -100px;
  }

  .fw_orange--banner .banner_content .wp-block-column {
    padding: 20px;
  }

  .fw_orange--banner .banner_content h2 {
    font-size: 50px !important;
  }

  .fw_orange--banner .banner_content h3 {
    font-size: 30px;
  }

  .fw_orange--banner .banner_content p {
    font-size: 20px;
    font-weight: 300;
  }
}

@media (max-width: 767px) {
  .fw_orange--banner .banner_content {
    max-width: 100% !important;
    width: 100%;
  }

  .fw_orange--banner .banner_content {
    border: 20px solid #ff8200;
    margin-top: -50px;
  }

  .fw_orange--banner .banner_content .wp-block-column {
    padding: 15px;
  }

  .fw_orange--banner .banner_content h2 {
    font-size: 35px !important;
  }

  .fw_orange--banner .banner_content h3 {
    font-size: 24px;
  }

  .fw_orange--banner .banner_content p {
    font-size: 16px;
    font-weight: 400;
  }

  .fw_orange--banner .banner_content .wp-block-button__link {
    font-size: 14px;
  }
}

/* Double Box Section Styling */

h1 {
  font-size: 2.5em !important;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 35px !important;
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px !important;
    line-height: 1.1;
  }
}

.fw_orange--banner .banner_contetn--row .wp-block-column {
  padding: 30px;
}

.fw_orange--banner .banner_contetn--row {
  gap: 0px;
}

.fw_orange--banner .banner_contetn--row .col-1 {
  border-right: 12px solid #ff8200;
}

.fw_orange--banner .banner_contetn--row .col-2 {
  border-left: 12px solid #ff8200;
}

.fw_orange--banner .banner_contetn--col h3 {
  font-size: 30px;
}

.fw_orange--banner .banner_contetn--col h2 {
  font-size: 50px !important;
}

.fw_orange--banner .banner_contetn--col p {
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 1440px) {
  .fw_orange--banner .banner_contetn--row .wp-block-column {
    padding: 24px;
  }

  .fw_orange--banner .banner_contetn--row .col-1 {
    border-right: 10px solid #ff8200;
  }

  .fw_orange--banner .banner_contetn--row .col-2 {
    border-left: 10px solid #ff8200;
  }

  .fw_orange--banner .banner_contetn--col h2 {
    font-size: 36px !important;
  }

  .fw_orange--banner .banner_contetn--col p {
    font-size: 18px;
    font-weight: 400;
  }
}

@media (max-width: 1024px) {
  .fw_orange--banner .banner_contetn--row .wp-block-column {
    padding: 20px;
  }

  .fw_orange--banner .banner_contetn--row .col-1 {
    border-right: 8px solid #ff8200;
  }

  .fw_orange--banner .banner_contetn--row .col-2 {
    border-left: 8px solid #ff8200;
  }

  .fw_orange--banner .banner_contetn--col h3 {
    font-size: 26px;
  }

  .fw_orange--banner .banner_contetn--col h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 781px) {
  .fw_orange--banner .banner_contetn--row .wp-block-column {
    padding: 15px;
  }

  .fw_orange--banner .banner_contetn--row .col-1 {
    border-right: 0px solid #ff8200;
    border-bottom: 8px solid #ff8200;
  }

  .fw_orange--banner .banner_contetn--row .col-2 {
    border-left: 0px;
    border-top: 8px solid #ff8200;
  }

  .fw_orange--banner .banner_contetn--col h3 {
    font-size: 24px;
  }

  .fw_orange--banner .banner_contetn--col h2 {
    font-size: 28px !important;
  }

  .fw_orange--banner .banner_contetn--col p {
    font-size: 16px;
    font-weight: 400;
  }
}

/* Breadcrumb Styling Start 8-29-2023*/

nav.nav-primary ul.menu-primary>.menu-item ul.sub-menu {
  border-bottom: 0px;
}

body:not(.home) .breadcrumb-title-wrapper {
  background-color: #f6f6f6;
}

nav[aria-label="breadcrumb"] {
  margin-bottom: 0px;
}

.breadcrumb {
  padding-top: 20px;
  margin-bottom: 0px;
  background-color: #f6f6f6;
}

body:not(.home) .breadcrumb-title-wrapper .entry-title {
  padding-top: 25px;
  margin: 0px;
  padding-bottom: 25px;
  text-transform: capitalize;
  font-weight: 900;
}

.breadcrumb .breadcrumb-item .breadcrumb-link {
  font-size: 13px;
  padding-inline: 0px;
}

.breadcrumb .breadcrumb-item {
  font-size: 13px;
  color: #707070;
  font-weight: 400;
}

.content .entry-title {
  display: none;
}

.search .content .entry-title {
  display: block;
  font-size: 36px;
}

/*.search .featured-image {
  width: 1024px;
  height: auto;
}*/

.search .content .entry-title a {
  text-decoration: none;
}


.search .entry-content {
  margin-block: 20px;
}

.search .pagination ul {
  padding-left: 0px !important;
}

.search .pagination ul li {
  display: inline;
  padding-right: 10px;
}

.content .entry-title+.entry-meta {
  display: none;
}

/* Orange Box Styling Start */

.hero__clr--stripe {
  position: relative;
}

.hero__clr--stripe .has-background {
  background: #fff;
}

.hero__clr--stripe .wp-block-image {
  border-bottom: 6px solid #fff;
}

.hero__clr--stripe .wp-block-image img {
  /*  aspect-ratio: 21/9;*/
  object-fit: cover;
}

.hero__clr--stripe .content-block {
  position: absolute;
  /*  bottom: 100px;*/
  z-index: 1;
  left: 0;
  width: 100%;
  right: 0;
}

@media screen and (min-width: 768px) {
  .hero__clr--stripe .content-block {
    margin-top: -50px;
  }
}

.hero__clr--stripe .content-block .wp-block-column {
  width: 100%;
  max-width: 800px;
  border-top: 5px solid #ff8200;
  margin-left: 22px !important;
  padding: 50px 35px;
  box-shadow: 8px 8px 6px rgb(33 33 33 / 20%);
}

.hero__clr--stripe .content-block .wp-block-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1;
}

.hero__clr--stripe .content-block h3 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1.6px;
}

.hero__clr--stripe .content-block h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 50px !important;
  text-transform: uppercase;
}

.hero__clr--stripe .content-block h2 strong {
  font-weight: 900;
}

.hero__clr--stripe .content-block p {
  font-size: 22px;
  font-weight: 300;
}

.hero__clr--stripe .btm-img {
  /*  height: 400px;*/
  margin-bottom: 0px;
}

.hero__clr--stripe .btm-img .wp-block-image {
  border-bottom: 0px;
}

/* Gray Box Styling Start */

.fw__grey--box .content-block {
  position: unset;
}

.fw__grey--box .wp-block-image {
  border-bottom: 0px;
}

.fw__grey--box .content-block .wp-block-column {
  margin: 0 auto !important;
  margin-top: -140px !important;
  position: relative;
  max-width: 950px;
  background-image: url(/wp-content/uploads/2023/08/halftone-corner.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom left;
}

@media (max-width: 1440px) {

  .hero__clr--stripe .content-block .wp-block-column {
    margin-left: 10px !important;
    padding: 30px;
  }

  .hero__clr--stripe .content-block h3 {
    font-size: 30px;
  }

  .hero__clr--stripe .content-block h2 {
    font-size: 40px !important;
  }

  .hero__clr--stripe .content-block p {
    font-size: 18px;
  }

  .fw__grey--box .content-block .wp-block-column {
    margin: 0 auto !important;
    margin-top: -70px !important;
  }
}

@media (max-width: 1200px) {

  .hero__clr--stripe .btm-img {
    height: 300px;
  }

  /* breadcrumb Styling*/

  .breadcrumb {
    padding-top: 20px;
    margin-bottom: 0px;
  }

  body:not(.home) .breadcrumb-title-wrapper .entry-title {
    font-size: 40px !important;
    line-height: 1.1;
  }

  body:not(.home) .breadcrumb-title-wrapper .entry-title {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .hero__clr--stripe .wp-block-image {
    border-bottom: 0px solid #fff;
  }

  .hero__clr--stripe {
    margin-bottom: 30px;
  }

  .hero__clr--stripe .content-block {
    position: unset;
    max-width: 100% !important;
    margin-bottom: 0px;
  }

  .hero__clr--stripe .content-block .wp-block-column {
    max-width: 100%;
    box-shadow: unset;
  }

  .hero__clr--stripe .content-block .wp-block-column {
    margin-left: 0px !important;
    padding: 35px 20px;
  }

  .hero__clr--stripe .content-block h3 {
    font-size: 24px;
  }

  .hero__clr--stripe .content-block h2 {
    font-size: 30px !important;
  }

  .hero__clr--stripe .btm-img {
    height: 50px;
  }

  /* breadcrumb Styling*/

  .breadcrumb {
    padding-top: 20px;
    margin-bottom: 0px;
  }

  body:not(.home) .breadcrumb-title-wrapper .entry-title {
    font-size: 35px !important;
    line-height: 1.1;
    padding-top: 15px;
    padding-bottom: 25px;
  }
}

.offcanvas-backdrop,
.modal-backdrop {
  position: unset !important;
  background-color: transparent;
}

/* Header Menu Styling Start */

@media (max-width: 1440px) {

  nav.not-submenu {
    padding-bottom: 0px;
  }

  nav.nav-primary ul.menu-primary .menu-item ul.sub-menu li a {
    font-size: 18px !important;
    padding: 1rem 1rem !important;
  }

  .breadcrumb {
    padding-top: 30px;
  }
}

@media (max-width: 1200px) {
  nav.nav-primary ul.menu-primary .menu-item ul.sub-menu li a {
    font-size: 16px !important;
    padding: 1rem 0.5rem !important;
  }

  li.current_page_ancestor>a:after {
    content: unset !important;
  }
}

@media (max-width: 991px) {

  nav.not-submenu {
    padding-bottom: 0px;
  }

  .offcanvas-lg.offcanvas-end {
    width: 100%;
    overflow: unset;
    margin: 0;
  }

  nav.nav-primary ul.menu-primary {
    position: absolute;
    background-color: var(--white);
    margin-left: 0px;
    left: 0px;
    height: 100vh;
    overflow: scroll;
  }

  .offcanvas-backdrop.fade.show {
    opacity: unset;
    background-color: transparent;
    position: unset;
    height: auto;
  }

  nav.nav-primary ul.menu-primary>.menu-item a {
    padding: 1rem 1rem !important;
    height: unset;
  }

  nav.nav-primary ul.menu-primary>.menu-item.current-menu-item ul.sub-menu {
    flex-direction: column;
    margin-left: 0px;
  }

  nav.nav-primary ul.menu-primary .menu-item.current-menu-item ul.sub-menu,
  nav.nav-primary ul.menu-primary .menu-item.current-menu-ancestor ul.sub-menu {
    flex-direction: column;
    margin-left: 0px;
  }

  nav.nav-primary ul.menu-primary>.menu-item ul.sub-menu {
    border-bottom: 0px;
  }

  nav.nav-primary ul.menu-primary>.menu-item ul.sub-menu li a {
    font-size: 16px !important;
    padding: 10px 16px !important;
  }

  nav.nav-primary[style*="hidden"] ul.menu-primary .menu-item ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
  }
}

/* Tri Colored Cards – Three Styling Start */

.specialty-sec__row {
  gap: 20px;
}

.specialty-col__inner {
  box-shadow: 5px 5px 7px rgb(33 33 33 / 20%);
  border: 1px solid #e0e0e0;
  padding: 0px !important;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.specialty-col__inner .wp-block-image {
  margin-bottom: 0px;
}

.specialty-col__inner .wp-block-image img {
  width: 100%;
}

.specialty-col__content {
  padding: 40px 20px 60px;
}

.specialty-col__content .wp-block-heading {
  margin: 0px;
  padding-bottom: 35px;
  position: relative;
  line-height: 1;
}

.specialty-col__content .wp-block-heading::after {
  content: "";
  position: absolute;
  left: 0;
  width: 90px;
  margin-left: 0;
  height: 6px;
  background-color: #ff8200;
  bottom: 15px !important;
}

.specialty-inner_card {
  margin-bottom: 0px;
  padding: 0px !important;
  flex: 1;
}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {
  .specialty-sec__row {
    gap: 15px;
  }

  .specialty-col__content .wp-block-button__link {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .specialty-sec__row {
    gap: 15px;
    flex-wrap: wrap !important;
    margin-inline: 0px !important;
    max-width: 100% !important;
  }

  .specialty-sec__row .wp-block-column {
    flex-basis: 400px !important;
  }
}

@media (max-width: 767px) {
  .specialty-col__content {
    padding: 18px 20px 30px;
  }
}

@media (max-width: 575px) {}

/* Undergraduate Students Styling Start */

.graduate-sec__row {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding-inline: 10px;
}

.row-first {
  padding-top: 50px;
}

.row-two {
  padding-bottom: 50px;
}

.graduate-col__title .wp-block-heading {
  margin: 0px 0px 30px;
  padding: 20px;
  border-left: 3px solid #ff8200;
}

.graduate-col__title p {
  color: var(--white) !important;
}

.graduate-col__title p a {
  color: var(--white);
}

.graduate-sec__col {
  padding: 0px;
  box-shadow: 5px 5px 7px rgb(33 33 33 / 20%);
  border: 1px solid #e0e0e0;
}

.graduate-sec__col .wp-block-image {
  margin-bottom: 0px;
}

.graduate-col__inner {
  margin-bottom: 0px;
}

.graduate-col__content {
  padding: 40px 20px 60px;
}

.graduate-col__content .wp-block-heading {
  margin: 0px;
  padding-bottom: 35px;
  position: relative;
  line-height: 1;
}

.graduate-col__content .wp-block-heading::after {
  content: "";
  position: absolute;
  left: 0;
  width: 90px;
  margin-left: 0;
  height: 6px;
  background-color: #ff8200;
  bottom: 15px !important;
}

.graduate-col__content p a {
  color: #1a73c5;
}

.graduate-col__content .wp-block-image img {
  width: 100%;
}

@media (max-width: 1600px) {
  .graduate-sec__row {
    max-width: 1140px;
  }
}

@media (max-width: 1440px) {
  .graduate-col__content .wp-block-button__link {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .graduate-col__content {
    padding: 25px 20px 30px;
  }

  .graduate-col__title .wp-block-heading {
    margin: 0px 0px 20px;
    padding: 9px;
  }
}

/* Colored Photo Boxes Section Styling Start 8-31-2023 */

.clr--box>div {
  margin-bottom: 0px;
}

.clr--box .clr__box--row {
  gap: 0px;
  margin-bottom: 0px;
}

.clr--box .row-first {
  padding-top: 0px;
}

.clr--box .col-first .wp-block-image {
  margin-bottom: 0px;
  border: 20px solid var(--white);
  position: relative;
}

.clr--box .col-first .wp-block-image img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}

.inverse-img-lt .col-second {
  padding: 140px 70px 60px 140px;
  margin-top: 50px;
  margin-left: -100px;
  margin-right: 20px;
}

.inverse-img-lt .col-second .wp-block-heading {
  margin: 0px 0px 30px;
  padding: 20px 0px 20px 20px;
  border-left: 3px solid #ff8200;
}

.inverse-img-rt .col-second {
  padding: 140px 140px 60px 70px;
  margin-top: 50px;
  margin-right: -100px;
  margin-left: 20px;
}

.inverse-img-rt .col-second .wp-block-heading {
  margin: 0px 0px 30px;
  padding: 20px 0px 20px 20px;
  border-left: 3px solid #ff8200;
}

/* Orange Call To Action Stripe Section Styling Start */
.org--stripe {
  padding-top: 115px;
}

.org--stripe .wp-block-cover {
  border-top: 5px solid #ffffff;
  padding: 60px 20px;
  min-height: auto;
  overflow: visible;
}

.org--stripe .wp-block-cover__inner-container {
  width: 100%;
  max-width: 1520px;
  padding: 0px 10px;
}

.org--stripe .cta-content {
  margin-bottom: 0px;
  width: 100%;
  max-width: 600px;
  margin-top: -190px;
  border-top: 5px solid #ff8200;
  box-shadow: 8px 8px 6px rgb(33 33 33 / 20%);
}

.org--stripe.org--right .cta-content {
  margin-left: auto;
}

.org--stripe .cta-content .wp-block-heading {
  margin: 0px 0px 10px;
  line-height: 1.1;
  color: #58595b;
}

/* Youtube With Grey Text Card Section Styling Start */

.yt--grey>div {
  gap: 0px;
  align-items: center !important;
}

.yt--grey .yt-video .wp-block-embed {
  margin-bottom: 0px;
}

.yt--grey .grey--card {
  padding: 40px 40px 30px;
}

.yt--grey .grey--card .wp-block-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1;
}

.yt--grey .grey--card h3 {
  font-weight: 400;
  letter-spacing: 1.6px;
}

.yt--grey .grey--card h2 {
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 35px;
  position: relative;
}

.yt--grey .grey--card h2::after {
  content: "";
  position: absolute;
  left: 0;
  width: 90px;
  margin-left: 0;
  height: 6px;
  background-color: #ff8200;
  bottom: 10px;
}

@media (max-width: 1600px) {
  /* Orange Call To Action Stripe Section Styling Start */

  .org--stripe .wp-block-cover__inner-container {
    max-width: 1140px;
  }

  /* Youtube With Grey Text Card Section Styling Start */

  .yt--grey .yt-video {
    height: 500px;
  }

  .yt--grey .yt-video .wp-block-embed,
  .yt--grey .yt-video .wp-block-embed>div {
    height: 100%;
  }
}

@media (max-width: 1440px) {
  /* Colored Photo Boxes Section Styling Start 8-31-2023 */

  .inverse-img-lt .col-second {
    padding: 100px 20px 60px 100px;
    margin-left: -80px;
  }

  .inverse-img-rt .col-second {
    padding: 100px 100px 60px 30px;
    margin-right: -80px;
  }

  /* Orange Call To Action Stripe Section Styling Start */

  .org--stripe .cta-content {
    margin-top: -140px;
  }
}

@media (max-width: 1200px) {
  /* Orange Call To Action Stripe Section Styling Start */

  .org--stripe .cta-content {
    margin-top: -120px;
  }

  /* Youtube With Grey Text Card Section Styling Start */

  .yt--grey .grey--card {
    padding: 30px 20px 20px;
  }

  /* Colored Photo Boxes Section Styling Start 8-31-2023 */

  .clr--box .col-first .wp-block-image {
    border: 15px solid var(--white);
  }

  .inverse-img-lt .col-second {
    padding: 55px 20px 40px 90px;
    margin-left: -70px;
    margin-top: 40px;
  }

  .inverse-img-rt .col-second {
    padding: 55px 90px 60px 20px;
    margin-right: -70px;
  }

  .clr--box .col-first .wp-block-image img {
    height: 350px;
    object-fit: cover;
  }

  .inverse-img-lt .col-second .wp-block-heading {
    margin: 0px 0px 15px;
    padding: 10px 0px 10px 10px;
  }

  .inverse-img-rt .col-second .wp-block-heading {
    margin: 0px 0px 15px;
    padding: 10px 0px 10px 10px;
  }
}

@media (max-width: 991px) {
  /* Orange Call To Action Stripe Section Styling Start */

  .org--stripe .cta-content {
    margin-top: 0px;
    max-width: 100%;
    border-top: 0px solid #ff8200;
  }

  /* Youtube With Grey Text Card Section Styling Start */

  .yt--grey>div {
    flex-wrap: wrap !important;
  }

  .yt--grey .yt-video,
  .yt--grey .grey--card {
    flex-basis: 100% !important;
  }

  /* Colored Photo Boxes Section Styling Start 8-31-2023 */

  .inverse-img-lt .col-first .wp-block-image {
    border-left: 0px;
    border-top: 0px;
  }

  .inverse-img-rt .col-first .wp-block-image {
    border-right: 0px;
    border-top: 0px;
  }

  .inverse-img-lt .col-second {
    padding: 40px 20px 30px 70px;
    margin-left: -51px;
    margin-top: 40px;
    margin-right: 0px;
  }

  .inverse-img-rt .col-second {
    padding: 40px 70px 41px 20px;
    margin-right: -50px;
    margin-left: 0px;
  }

  .clr__box--row .col-second .wp-block-button__link {
    font-size: 14px !important;
  }
}

@media (max-width: 781px) {
  /* Colored Photo Boxes Section Styling Start 8-31-2023 */

  .clr--box {
    padding-inline: 10px;
  }

  .clr--box .col-first .wp-block-image img {
    height: auto;
    object-fit: cover;
  }

  .inverse-img-lt .col-first .wp-block-image,
  .inverse-img-rt .col-first .wp-block-image {
    border: 0px;
  }

  .inverse-img-lt .col-second {
    padding: 30px 20px 30px;
    margin-left: 0px;
    margin-top: 0px;
  }

  .inverse-img-rt .col-second {
    padding: 30px 20px 30px;
    margin-right: 0px;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  /* Orange Call To Action Stripe Section Styling Start */

  .org--stripe .wp-block-cover {
    border-top: 4px solid #ffffff;
    padding: 40px 20px;
  }

  .org--stripe .wp-block-cover__inner-container {
    padding: 0px;
  }

  .org--stripe .cta-content .wp-block-column {
    padding: 20px;
  }

  /* Youtube With Grey Text Card Section Styling Start */

  .yt--grey .yt-video {
    height: auto;
    aspect-ratio: 1/1;
  }
}

/* Colored Boxes With Youtube Video Section Styling Start 01-09-2023*/

.box--yt__video>div {
  margin-bottom: 0px;
}

.box--yt__video .yt--box__row {
  gap: 0px;
  margin-bottom: 0px;
}

.inverse--yt__lt .yt-text {
  padding: 100px 70px 60px 140px;
  margin-top: 50px;
  margin-left: -100px;
}

.inverse--yt__rt .yt-text {
  padding: 100px 140px 60px 70px;
  margin-top: 50px;
  margin-right: -100px;
}

.box--yt__video .yt--box__row .yt-text {
  background-image: url(/wp-content/themes/genesis-child/images/stripes-light.svg) !important;
  background-size: cover;
  background-position: bottom;
}

.box--yt__video .yt--box__row .yt-text .wp-block-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1;
}

.yt--box__row .yt-text h3 {
  font-weight: 400;
  letter-spacing: 1.6px;
}

.yt--box__row .yt-text h2 {
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.yt--box__row .yt-sec .wp-block-embed {
  margin-bottom: 0px;
}

.yt--box__row .yt-text>div {
  margin-bottom: 0px;
}

.yt--box__row .yt-text p {
  padding-top: 30px;
  position: relative;
  margin-top: 30px;
}

.yt--box__row .yt-text p::before {
  content: "";
  position: absolute;
  left: 0;
  width: 90px;
  margin-left: 0;
  height: 6px;
  background-color: #ff8200;
  top: 0;
  bottom: auto;
}

/* Text Box Section Styling Start 01-09-2023*/

.simple--text__sec>div {
  margin-bottom: 0px;
}

.simple--text__sec .simple--text__content {
  box-shadow: 5px 5px 7px rgb(33 33 33 / 20%);
  border: 1px solid #e0e0e0;
  border-top: 5px solid #ff8200;
  padding: 20px;
  margin-bottom: 0px;
}

.simple--text__sec .simple--text__content .wp-block-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  line-height: 1;
  position: relative;
}

.simple--text__sec .simple--text__content .wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  width: 90px;
  margin-left: 0;
  height: 6px;
  background-color: #ff8200;
  bottom: 0;
}

.simple--text__sec .simple--text__content a {
  color: #1a73c5;
  text-decoration: underline;
  transition: 0.2s ease-in-out;
}

.simple--text__sec .simple--text__content a:hover {
  color: #114c81;
  text-decoration: underline;
}

.simple--text__sec .simple--text__content ul {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.simple--text__sec .simple--text__content ul li {
  list-style: none;
}

.simple--text__sec .simple--text__content ul li::before {
  content: "\203a";
  color: #ff8200;
  margin-left: -20px;
  padding-right: 10px;
  font-weight: 600;
  font-size: 1.25em;
}

@media (max-width: 1600px) {
  /* Colored Boxes With Youtube Video Section Styling Start 01-09-2023*/

  .inverse--yt__lt .yt-text {
    padding: 80px 20px 50px 100px;
    margin-left: -70px;
  }

  .inverse--yt__rt .yt-text {
    padding: 80px 80px 50px 30px;
    margin-right: -70px;
  }
}

@media (max-width: 1440px) {
  /* Colored Boxes With Youtube Video Section Styling Start 01-09-2023*/

  .inverse--yt__lt .yt-text {
    padding: 70px 20px 50px 80px;
    margin-left: -60px;
  }

  .inverse--yt__rt .yt-text {
    padding: 70px 80px 50px 30px;
    margin-right: -60px;
  }

  .box--yt__video .wp-block-spacer {
    height: 60px !important;
  }
}

@media (max-width: 1200px) {
  /* Colored Boxes With Youtube Video Section Styling Start 01-09-2023*/

  .yt--box__row .yt-text p {
    padding-top: 22px;
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  /* Colored Boxes With Youtube Video Section Styling Start 01-09-2023*/

  .inverse--yt__lt .yt-text {
    padding: 40px 20px 20px 50px;
    margin-left: -30px;
    margin-top: 25px;
  }

  .inverse--yt__rt .yt-text {
    padding: 40px 40px 20px 20px;
    margin-right: -40px;
    margin-top: 25px;
  }
}

@media (max-width: 781px) {
  /* Colored Boxes With Youtube Video Section Styling Start 01-09-2023*/

  .box--yt__video {
    padding-inline: 10px;
  }

  .inverse--yt__lt .yt-text {
    padding: 30px 20px 10px;
    margin-left: 0px;
    margin-top: 0px;
  }

  .inverse--yt__rt .yt-text {
    padding: 30px 20px 10px;
    margin-right: 0px;
    margin-top: 0px;
  }

  .yt--box__row .yt-text p {
    padding-top: 15px;
  }

  .yt--box__row .yt-text p::before {
    width: 60px;
    height: 4px;
  }

  .box--yt__video .wp-block-spacer {
    height: 40px !important;
  }

  /* Text Box Section Styling Start 01-09-2023*/

  .simple--text__sec {
    padding-inline: 10px;
  }

  .simple--text__sec .simple--text__content {
    border-top: 4px solid #ff8200;
    padding: 15px;
  }

  .simple--text__sec .simple--text__content .wp-block-heading {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }

  .simple--text__sec .simple--text__content .wp-block-heading::before {
    width: 60px;
    height: 4px;
  }
}

.page-template-content-with-sidebar .content-sidebar-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding-block: 50px;
}

@media screen and (min-width: 768px) {
  .page-template-content-with-sidebar .content-sidebar-wrap>.content {
    width: 66.66%;
  }

  .page-template-content-with-sidebar .content-sidebar-wrap .sidebar {
    width: 33.33333333%;
    padding-right: 2rem;
    margin-top: 0;
  }
}

.page-template-content-with-sidebar .content-sidebar-wrap .sidebar li {
  padding: 12px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 5px solid rgba(255, 130, 0, 1);
  background: #fcfcfc;
  margin-left: 0px !important;
  display: block;
  width: 100%;
}

.page-template-content-with-sidebar .content-sidebar-wrap .sidebar .widget ul {
  gap: 0;
}

.page-template-content-with-sidebar .content-sidebar-wrap .sidebar li:not(:last-child) {
  margin-bottom: 0;
}

.page-template-content-with-sidebar .content-sidebar-wrap .sidebar li a {
  text-decoration: none;
  font-size: 1.25rem;
  display: inline-block;
}

.page-template-content-with-sidebar .content-sidebar-wrap .sidebar li::after {
  content: "\203a";
  color: #ff8200;
  margin-left: 10px;
  margin-right: 20px;
  padding-right: 0.25em;
  font-weight: 600;
  font-size: 1.25em;
}

.page-template-content-with-sidebar .content-sidebar-wrap .sidebar li:hover::after {
  margin-left: 20px;
  margin-right: 10px;
}

.page-template-content-with-sidebar .content-sidebar-wrap .sidebar li:hover a {
  color: #114c81;
}

.page-template-content-with-sidebar .content-sidebar-wrap .sidebar li:hover {
  border-left: 5px solid #bce4e5;
  background-color: #f1f1f1;
}

.page-template-content-with-sidebar .content-sidebar-wrap .sidebar .current-menu-item {
  border-left: 5px solid #114c81;
  background: #eaeaea;
}

/*sidebar*/
.sidebar__menu li {
  padding: 12px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 5px solid rgba(255, 130, 0, 1);
  background: #fcfcfc;
  margin-left: 0px !important;
  display: flex;
  width: 100%;
}

.sidebar__menu ul {
  gap: 0;
}

.sidebar__menu li:not(:last-child) {
  margin-bottom: 0;
}

.sidebar__menu li a {
  text-decoration: none;
  font-size: 1.25rem;
  display: inline-block;
  background: transparent !important;
  box-shadow: none;
}

.sidebar__menu li::after {
  content: "\203a";
  color: #ff8200;
  margin-left: 10px;
  margin-right: 20px;
  padding-right: 0.25em;
  font-weight: 600;
  font-size: 1.25em;
}

.sidebar__menu li:hover::after {
  margin-left: 20px;
  margin-right: 10px;
}

.sidebar__menu li:hover a {
  color: #114c81;
}

.sidebar__menu li:hover {
  border-left: 5px solid #bce4e5;
  background-color: #f1f1f1;
}

.sidebar__menu .current-menu-item {
  border-left: 5px solid #114c81;
  background: #eaeaea;
}

/* degree & certificates styling */

.fw__breadcrumb--bar h1.wp-block-heading {
  margin-block: 15px;
  text-transform: inherit;
}

.fw__breadcrumb--bar .wp-block-cover {
  padding-block: 10px;
  position: static;
}

.fw__breadcrumb--bar .wp-block-cover__inner-container {
  max-width: 1520px;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

@media (max-width: 1599px) {
  .fw__breadcrumb--bar .wp-block-cover__inner-container {
    max-width: 1140px;
  }
}

@media (max-width: 1199px) {
  .fw__breadcrumb--bar .wp-block-cover__inner-container {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .fw__breadcrumb--bar .wp-block-cover__inner-container {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .fw__breadcrumb--bar .wp-block-cover__inner-container {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  .fw__breadcrumb--bar .wp-block-cover__inner-container {
    padding-inline: 0;
  }

  .fw__breadcrumb--bar .wp-block-cover {
    padding-inline: 0.6em;
  }
}

/* Banner cover image styling start */

.notch-banner .notch-banner__pic {
  min-height: 75vh !important;
  --notchSize: 8vw !important;
  clip-path: polygon(0% 0%,
      100% 0,
      100% calc(100% - var(--notchSize)),
      calc(100% - var(--notchSize)) 100%,
      var(--notchSize) 100%,
      0% 100%);
}

@media (max-width: 767px) {
  .notch-banner .notch-banner__pic {
    --notchSize: 10vh !important;
  }
}

@media (min-width: 576px) {
  .notch-banner .notch-banner__pic .wp-block-cover__inner-container {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .notch-banner .notch-banner__pic .wp-block-cover__inner-container {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding-inline: 10px;
  }
}

@media (min-width: 992px) {
  .notch-banner .notch-banner__pic .wp-block-cover__inner-container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-inline: 10px;
  }
}

@media (min-width: 1200px) {
  .notch-banner .notch-banner__pic .wp-block-cover__inner-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding-inline: 10px;
  }
}

@media (min-width: 1600px) {
  .notch-banner .notch-banner__pic .wp-block-cover__inner-container {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding-inline: 10px;
  }
}

.chancellorFeaturePost .wp-block-latest-posts__post-excerpt a {
  display: none;
}

/* All People Listing Page Styling 05-09-2023*/

article.people .entry-title,
article.people .entry-meta {
  display: none;
}

.archive.tax-people_cat main.content {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-gap: 30px;
  padding-block: 60px;
}

.sngl-ppl-wrp {
  display: flex;
  background-color: #f5f5f5;
  height: 100%;
}

.sngl-ppl-wrp p:last-child {
  margin-bottom: 0;
}

.sngl-ppl-wrp .cl--info {
  padding: 22px 45px 20px 22px;
  width: 52%;
}

.sngl-ppl-wrp .cl--img {
  width: 48%;
}

.sngl-ppl-wrp .cl--img img {
  aspect-ratio: 3/3.4;
  object-fit: cover;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
}

.sngl-ppl-wrp .cl--info .rw--ttl {
  padding-top: 15px;
  padding-bottom: 6px;
}

.sngl-ppl-wrp .cl--info .rw--name {
  border-bottom: 2px solid var(--orange);
}

.sngl-ppl-wrp .cl--info a {
  margin-block: 8px;
  display: block;
  color: #186d95;
  word-break: break-word;
}

.sngl-ppl__name {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 18px;
  line-height: 1.2;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: -0.2px;
}

.cat-name {
  margin-top: 15px;
  margin-bottom: 30px;
}

.single-cat {
  padding-top: 20px;
  padding-bottom: 35px;
}

.single-cat:first-of-type {
  padding-top: 0;
}

@media (max-width: 1600px) {
  .cat-name {
    margin-bottom: 25px;
    font-size: 40px;
  }

  .sngl-ppl__name {
    font-size: 26px;
  }

  .sngl-ppl-wrp .cl--info {
    padding: 22px 25px 20px 22px;
    font-size: 16px;
  }

  .sngl-ppl__name {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  .cat-name {
    margin-top: 5px;
  }

  .cat-name {
    margin-bottom: 21px;
    font-size: 36px;
  }

  .archive.tax-people_cat main.content {
    grid-gap: 15px;
  }

  .sngl-ppl-wrp .cl--info {
    padding: 12px;
  }

  .sngl-ppl__name {
    font-size: 23px;
    padding-bottom: 10px;
  }

  .sngl-ppl-wrp .cl--img img {
    min-height: 350px;
  }

  .people_blog-inner {
    max-height: 350px;
  }
}

@media (max-width: 1025px) {
  .archive.tax-people_cat main.content {
    grid-template-columns: 100%;
    grid-gap: 22px;
  }

  .people_blog-inner {
    max-height: unset;
  }
}

@media (max-width: 767px) {
  .cat-name {
    font-size: 32px;
  }

  .sngl-ppl__name {
    font-size: 20px;
  }

  .sngl-ppl-wrp .cl--info {
    padding: 16px;
  }
}

@media (max-width: 640px) {
  .people_blog-inner {
    max-height: unset;
  }

  .sngl-ppl-wrp {
    flex-wrap: wrap;
  }

  .sngl-ppl-wrp .cl--img,
  .sngl-ppl-wrp .cl--info {
    width: 100%;
  }

  .sngl-ppl-wrp .cl--img img {
    aspect-ratio: 1/1;
    height: unset;
    min-height: unset;
  }

  .sngl-ppl-wrp .cl--info {
    font-size: 14px;
  }
}

/* bio page styling start */

.single-people .entry-content h1.entry-title,
.single-people .entry-meta {
  display: none;
}

.single-faculty .breadcrumb-item+.breadcrumb-item {
  margin: 0px -3px;
}

.bio-info {
  padding-left: 15px;
  padding-right: 15px;
}

.single-people .breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  background-color: unset;
}

.single-faculty nav[aria-label="breadcrumb"] {
  margin-bottom: 1rem;
}

.bio-info .bio-info__container {
  display: flex;
  margin-top: 30px;
}

.bio-info .bio-info__left {
  width: 400px;
}

.bio-info .bio-info__right {
  width: calc(100% - 400px);
  padding-left: 60px;
  padding-top: 20px;
}

.bio-info h1.people-name {
  font-size: clamp(1.8117rem, 2vw + 1rem, 3.01048rem);
}

.bio-info .bio-info__inner h1 {
  margin: 0;
}

.bio-info .bio-info__inner p {
  margin-bottom: 8px;
}

.bio-info h2 {
  text-transform: uppercase;
  font-weight: 400;
}

.bio-info .prof-info {
  max-width: 850px;
  padding-bottom: 80px;
}

.bio-info .bio-info__title {
  font-size: 22px;
  margin: 0 0 20px;
  font-weight: 500;
}

.bio-info .bio-info__right h3 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.prof-info__title h4 {
  display: inline-block;
  width: auto;
  box-shadow: inset 0 -2px var(--orange);
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 29px;
  margin-top: 25px;
}

.bio-info .framedOrangeShadow {
  position: relative;
  filter: none;
}

.bio-info .framedOrangeShadow img {
  width: 100%;
}

.bio-info .bio-info__image:before {
  content: "";
  position: absolute;
  left: -12px;
  top: -34px;
  background: var(--white);
  height: 106px;
  width: 55px;
  transform: rotate(45deg);
}

.bio-info .framedOrangeShadow:after {
  content: "";
  background-color: var(--orange);
  height: 100%;
  width: 84%;
  right: -16px;
  position: absolute;
  z-index: -1;
  bottom: -16px;
}

.bio-info .contact-info__row {
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.bio-info .contact-info {
  margin-top: 0 !important;
  padding-top: 30px;
}

.bio-info .contact-info__title h6 {
  margin: 0 0 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 18px;
}

.bio-info .bio-info__content {
  padding-bottom: 20px;
}

.bio-info .contact-info__content a {
  color: #186d95;
  word-break: break-all;
}

.bio-info .contact-info__content a:hover,
.bio-info .contact-info__content a:focus {
  opacity: 0.8;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .bio-info .bio-info__right {
    width: calc(100% - 250px);
    padding-left: 30px;
  }

  .bio-info .bio-info__left {
    width: 280px;
  }

  .bio-info .bio-info__right h3 {
    font-size: 28px;
  }

  .bio-info .bio-info__title {
    font-size: 18px;
    margin: 0 0 15px;
  }

  .bio-info .bio-info__content {
    padding-bottom: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .bio-info .bio-info__container {
    flex-wrap: wrap;
    margin-top: 0px;
  }

  .bio-info .bio-info__right {
    width: calc(100% - 0px);
    padding-left: 15px;
    padding-right: 15px;
  }

  .bio-info .bio-info__left {
    width: 100%;
    margin: 0px auto;
  }

  .bio-info .bio-info__title {
    font-size: 18px;
    line-height: 22px;
  }

  .bio-info .bio-info__content {
    font-size: 16px;
  }

  .bio-info .prof-info__title h4 {
    font-size: 20px;
  }

  .bio-info {
    padding-left: 0;
    padding-right: 0;
  }

  .bio-info .framedOrangeShadow {
    margin-right: 30px;
  }
}

.term-staff .people_blog-outer .list-grid {
  display: block;
}

.term-part-time-faculty .people_blog-outer .list-grid {
  display: block;
}

.term-administrators .people_blog-outer .list-grid {
  display: block;
}

.term-full-time-faculty .people_blog-outer .list-grid {
  display: block;
}

.people_blog-outer .list-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.people_blog-list {
  padding-top: 50px;
}

.sngl-ppl-wrp .cl--info {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .people_blog-outer .list-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.people-list .people-list__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px;
}

.people-blog__wrap .peoplelist {
  width: 50%;
}

.sngl-ppl-wrp .cl--info {
  width: 50%;
}

.category-title h2 {
  margin: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
}

@media only screen and (max-width: 991px) {
  .people-list .people-list__grid {
    gap: 25px;
  }

  .sngl-ppl-wrp {
    display: block;
  }

  .sngl-ppl-wrp .cl--img {
    width: 100%;
  }

  .sngl-ppl-wrp .cl--info {
    width: 100%;
  }

  .category-title h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .people-list .people-list__grid {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 20px;
  }

  .category-title h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 30px;
  }
}

/* End bio page styling start */

/* New pattern Facts And Stats Styling Start 22-09-203 */

.facts-sec .facts__cover {
  padding: 100px 10px;
  min-height: auto !important;
  border-top: 5px solid #ff8200;
}

.facts-sec .facts__rw {
  margin-bottom: 0px;
}

.facts-sec .facts__rw .wp-block-heading {
  text-shadow: 2px 2px 0px rgb(88 89 91), 4px 4px 0px rgb(255 130 0);
  line-height: 1;
}

.facts__cover .rw-1 .facts__cl {
  text-align: center;
}

.facts__cover .rw-1 .facts__cl .wp-block-heading {
  font-size: 66px;
  margin-top: 0px;
  position: relative;
  padding-bottom: 30px;
  border-bottom: 0.75rem solid #ff8200;
  display: inline-block;
  padding-inline: 30px;
  margin-bottom: 20px;
  color: #fff;
}

.facts__cover .rw-2 .facts__cl {
  text-align: center;
  padding-inline: 10px;
  padding-block: 50px;
}

.facts__cover .rw-2 .facts__cl .wp-block-heading {
  font-size: 66px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
}

.facts__cover .rw-2 .facts__cl p {
  font-size: 24px;
  color: #fff;
}

.facts__cover .rw-3 .wp-block-button__link {
  background-color: transparent;
  font-size: 20px;
  line-height: 1;
}

@media only screen and (max-width: 1400px) {
  .facts-sec .facts__cover {
    padding: 70px 10px;
  }

  .facts__cover .rw-1 .facts__cl .wp-block-heading {
    font-size: 50px;
    padding-bottom: 20px;
  }

  .facts__cover .rw-2 .facts__cl {
    padding-inline: 5px;
    padding-block: 30px;
  }

  .facts__cover .rw-2 .facts__cl .wp-block-heading {
    font-size: 50px;
    margin-bottom: 15px;
  }

  .facts__cover .rw-2 .facts__cl p {
    font-size: 20px;
  }

  .facts__cover .rw-3 .wp-block-button__link {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1024px) {
  .facts__cover .rw-1 .facts__cl .wp-block-heading {
    font-size: 40px;
    padding-bottom: 15px;
    border-bottom: 10px solid #ff8200;
    padding-inline: 20px;
  }

  .facts__cover .rw-2 .facts__cl .wp-block-heading {
    font-size: 40px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .facts-sec .facts__cover {
    padding: 50px 20px;
  }

  .facts__cover .rw-1 .facts__cl .wp-block-heading {
    font-size: 35px;
    padding-bottom: 10px;
    border-bottom: 8px solid #ff8200;
    padding-inline: 10px;
  }

  .facts__cover .rw-2 .facts__cl {
    padding-inline: 0px;
    padding-block: 20px 0px;
  }

  .facts__cover .rw-2 .facts__cl .wp-block-heading {
    font-size: 30px;
  }

  .facts__cover .rw-2 {
    gap: 10px;
  }

  .facts__cover .rw-3 .wp-block-button__link {
    font-size: 14px;
    margin-top: 20px;
  }

  .facts__cover .rw-2 .facts__cl p {
    margin-bottom: 0px;
  }

  .facts__cover .rw-1 {
    margin-bottom: 0px;
  }
}

/* Video Banner Styling Start */

@media only screen and (max-width: 1440px) {
  .video-banner {
    min-height: 500px !important;
  }
}

@media only screen and (max-width: 767px) {
  .video-banner {
    min-height: 350px !important;
  }
}

/* Tri Colored Cards Css */

li.current_page_ancestor>a:after {
  content: unset !important;
}

.specialty-card__frame {
  position: relative;
  padding: 18px;
  min-height: 100%;
}

.specialty-sec__col {
  margin-bottom: 0px !important;
  position: relative;
  z-index: 9;
  min-height: 100%;
}

.specialty-card__frame .card__frame-tp,
.specialty-card__frame .card__frame-bt {
  margin-bottom: 0px;
}

.specialty-card__frame .card__frame-tp {
  position: absolute;
  content: " ";
  width: 35%;
  height: calc(25%);
  z-index: -1;
  top: 0;
  right: 0;
}

.specialty-card__frame .card__frame-bt {
  left: 0;
  bottom: 0px;
  position: absolute;
  content: " ";
  width: 35%;
  height: calc(25%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .specialty-card__frame {
    padding: 14px;
  }
}

.category .entry-header .entry-title {
  display: block;
}

.category .content {
  width: 70%;
}

.category .sidebar-primary {
  margin-top: 0px;
  width: 30%;
}

.category .widget_search {
  margin-top: 30px !important;
}

.category .widget_search form label {
  font-size: 22px;
  line-height: 35px;
  display: block;
  color: #2e2d31;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-weight: 600;
}

.category .widget_search form input {
  height: 100%;
  background: #f5f5f5;
  border-radius: 44px 0 0 44px;
  padding: 10px 15px;
  color: #666666;
  border: 1px solid #e1e6ff;
  border-radius: 8px 0px 0px 8px;
}

.category .widget_search form input:focus {
  outline: unset;
  box-shadow: unset;
}

.category .widget_search form .wp-block-search__button {
  border: none;
  font-size: 14px;
  color: #ffffff;
  background-color: #000 !important;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 8px 8px 0;
  margin-left: -1px;
  background-image: unset;
  font-family: "Montserrat" !important;
  font-weight: 400;
  transition: 0.3s ease-in-out;
  padding: 10px 15px;
}

.category .wp-block-group h2 {
  margin-block: 20px;
  font-size: 30px;
}

.tax-people_cat .people_blog-outer .list-grid {
  display: block;
}

.single-post .content .post .entry-content {
  width: 100%;
  max-width: 1200px;
  margin-right: auto !important;
  margin: 0;
}

.single-post .content .post .entry-footer {
  width: 100%;
  max-width: 1200px;
  margin-right: auto !important;
  margin: 0;
}

.single-post .content .post img.wp-post-image {
  width: 100%;
  margin: 50px 0px 50px !important;
  filter: none;
}

.single-faculty nav[aria-label="breadcrumb"] {
  margin-bottom: 0;
}

.archive.category article.post .entry-title {
  display: block;
}

.archive.category article.post {
  display: block !important;
  flex: unset !important;
}

.post-template-default .site-inner main {
  margin-top: 50px;
}

.framedOrangeShadow,
.single-post .content .post img.wp-post-image {
  filter: none;
}

.framedOrangeShadow .wp-block-image img {
  filter: drop-shadow(1.25rem 1.25rem 0px #ff8200);
}

.single-post .content .post img.wp-post-image {
  filter: drop-shadow(1.25rem 1.25rem 0px #ff8200);
}

figcaption {
  padding: 30px 0px 0px;
}


.inverse-img-rt .col-second,
.inverse-img-lt .col-second {
  background-image: url(/wp-content/themes/genesis-child/images/stripes-light-bg.svg) !important;
  background-size: cover;
  background-position: bottom;
}


/* Header Submenu styling start */

nav.nav-primary ul.menu-primary .menu-item ul.sub-menu li a {
  font-size: 18px !important;
  padding: 15px 16px !important;
}

#universal-header {
  display: none;
}

#masthead {
  width: 100%;
  border-top: 6px solid var(--orange);

}

.site-header .wrap {
  max-width: 100% !important;
  padding-inline: 0px;
}


@media (min-width: 1200px) {
  .hdr-container {
    width: 100%;
    margin: auto;
    max-width: 1140px;
    padding-inline: 10px;
  }
}

@media (min-width: 1600px) {
  .hdr-container {
    width: 100%;
    margin: auto;
    max-width: 1520px;
    padding-inline: 10px;
  }
}


.header-top .rw--1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 20px;
}

.header-top .site-logo {
  max-height: 100%;
}

.custom-logo-link .custom-logo {
  width: 230px;
}

.header-top .top-nav ul {
  display: inline-flex;
  align-items: center;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.header-top .top-nav ul li {
  padding-right: 16px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0px !important;
}

.header-top .top-nav ul li:last-child {
  padding-right: 0px;
}


.header-top .top-nav ul li a {
  text-decoration: none;
  color: var(--black);
  transition: 0.3s ease-in-out;
}

.header-top .top-nav ul li a:hover {
  text-decoration: underline;
}

.header-top .rw--2 .site-title {
  padding-bottom: 25px;
  margin-inline: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
}

.header-top .rw--2 .site-title a {
  padding: 0px !important;
  font-size: 32px;
  transition: 0.3s ease-in-out;
  text-decoration-thickness: 1px !important;
  font-weight: 300;
}

.header-top .rw--2 .site-title a:hover {
  text-decoration: underline;
}


.header-top .top-nav {
  display: flex;
  align-items: center;
}

.top-nav .search-button {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 0px 0px 0px 20px;
  display: flex;
  align-items: center;
  margin-top: 1px;
  transition: 0.5s ease-in-out;
}

.top-nav .search-icon {
  background-image: url(../images/top-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  font-size: 0px;
  margin-right: 5px;
  filter: opacity(0.6);
}

.top-nav .search-cnt {
  font-size: 14px;
  text-transform: uppercase;
  color: #58595b;
}

.top__search-slider .cross-icon {
  background-image: url(../images/top-crosss.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-size: 0px;
  cursor: pointer;
  filter: opacity(0.6);
}

.header-top .hide-nav,
.header-top .hide-search,
.header-top .top-hamburger {
  display: none;
}


.top__search-slider {
  display: none;
}

.top__search-slider .input-group input {
  background-color: #f6f6f6;
  border: none;
  border-left: 6px solid var(--orange);
  flex: 1 1 auto;
  line-height: 1;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
}

.top__search-slider .input-group button {
  background: var(--black);
  border: none;
  color: var(--white);
  font-size: 14px;
  padding: 10px 26px;
  text-transform: uppercase;
  position: relative;
}

.top__search-slider .input-group button::before {
  content: "";
  left: 8px;
  background-image: url(../images/top-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 15px;
  position: absolute;
  display: block;
  top: 12px;
  filter: invert(1);
}


.top__search .show-search {
  display: flex;
  align-items: center;
}

.header-bottom {
  background-color: #fff;
  border-top: 2px solid #f6f6f6;
  overflow-x: clip;
}

.header-bottom .main-nav ul {
  display: flex;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-left: -22px;
  z-index: 2;
  position: relative;
}

.header-bottom .main-nav ul.sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  margin-top: 15px;
  animation: fadein .3s cubic-bezier(.38, .97, .56, .76) .1s forwards;
  border: 1px solid #f6f6f6;
  opacity: 0;
  padding: 0;
  transition: opacity 1s ease-out;
  width: -moz-max-content;
  width: max-content;
}

.header-bottom .main-nav .active_menu .sub-menu {
  display: block;
  transition: 1s;
}

.header-bottom .main-nav ul li {
  padding: 15px 30px 15px 20px;
  transition: 0.3s ease-in-out;
  border-top: 2px solid transparent;
  margin-bottom: 0px !important;
}

.header-bottom .main-nav ul a {
  position: relative;

}

.main-nav ul .menu-item-has-children {
  cursor: pointer;
}


.header-bottom .menu-item-has-children {
  position: relative;
}

.header-bottom .menu-item-has-children .navbar__arrow {
  background-image: url(../images/download.svg);
  width: 13px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.1s ease-in-out;
  position: absolute;
  padding: 10px;
  margin-left: 0px;
  top: 20px;
  right: 6px;
  filter: opacity(0.8);
}

.header-bottom .active_menu .navbar__arrow {
  transform: rotate(-180deg);

}

.header-bottom .main-nav ul li:hover,
.header-bottom .main-nav .active_menu {
  background-color: #e0e0e0;
  border-top: 2px solid var(--orange);
}

.header-bottom .main-nav .current-menu-ancestor,
.header-bottom .main-nav .current_page_item {
  background-color: #e0e0e0 !important;
  border-top: 2px solid var(--orange);
}


.header-bottom .main-nav ul li a {
  text-decoration: none;
  box-shadow: unset;
  background-color: unset !important;
  color: #58595b;
  font-size: 16px;
  font-weight: 400;
}

.header-bottom .sub-menu li {
  padding: 12px 16px !important;
  border: none !important;
  display: block;
  line-height: 1.625;
}

.header-bottom .sub-menu li a::after {
  content: unset !important;
  position: static !important;
}

.header-bottom .sub-menu li:hover {
  background-color: #e8e8e8 !important;
}

.header-bottom .sub-menu li a {
  color: #58595b !important;
  font-size: 15px !important;
}

.btn-mobileNav {
  display: none !important;
}

.mobile__menu {
  display: none;
}


@media (max-width: 1440px) {

  .header-bottom .menu-item-has-children .navbar__arrow {
    margin-left: -1px;
    top: 12px;
    right: 0;
  }

  .header-bottom .main-nav ul.sub-menu {
    margin-top: 8px;
  }

  .breadcrumb {
    padding-top: 15px;
  }

  .custom-logo-link .custom-logo {
    width: 180px;
  }

  .header-top .rw--1 {
    padding-block: 15px;
    margin-bottom: 15px;
  }

  .header-top .rw--1 .cl--2 {
    width: 100%;
  }

  .header-top .rw--2 .site-title {
    padding-bottom: 15px;
  }

  .header-top .rw--2 .site-title a {
    font-size: 26px;
    color: #58595b;
  }

  .header-bottom .main-nav ul {
    margin-left: -15px;
  }

  .header-bottom .main-nav ul li {
    padding: 10px 25px 10px 20px;
    font-size: 16px;
  }

  .header-top .top-nav {
    justify-content: flex-end;
  }
}

@media (max-width: 1400px) {

  .header-bottom .main-nav ul {
    justify-content: space-between;
  }
}

@media (max-width: 1200px) {
  #masthead {
    border-top: 4px solid var(--orange);
    padding-inline: 20px;
  }
}

@media (max-width: 1024px) {

  .header-bottom,
  .header-top .top-nav {
    display: none;
  }

  .header-top .top-hamburger {
    display: block;
  }

  #masthead {
    border-top: 0px solid var(--orange);
    padding-inline: 20px;
  }

  .header-top .top-hamburger__btn {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    align-items: center;
  }

  .header-top .top-hamburger__btn .search-icon {
    background-image: url(../images/top-search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 15px;
    font-size: 0px;
    margin-left: 15px;
    position: relative;
    filter: opacity(0.6);
  }

  .header-top .top-hamburger__btn .search-icon::before {
    content: "/";
    display: block;
    font-weight: 400;
    position: absolute;
    height: 18px;
    width: 2px;
    left: -9px;
    top: -2px;
    background-color: #58595b;
    transform: rotate(14deg);
  }

  .header-top .cross-btn .search-cnt {
    color: #58595b;
  }

  .site-header .show-menu {
    right: 0;
    overflow: scroll;
  }


  .header-top .cross-btn {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }

  .header-top .cross-btn .close-icon {
    background-image: url(../images/top-crosss.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    font-size: 0px;
    cursor: pointer;
    opacity: 0.6;
  }

  .show-menu .top-nav,
  .show-menu .top__search-slider,
  .show-menu .header-bottom {
    display: block;
  }

  .mobile__menu .header-bottom .main-nav ul {
    display: block;
    margin-left: 0px;
  }

  .mobile__menu {
    background-color: #ffffff;
    padding: 16px;
    height: 100vh;
    position: fixed;
    right: 0;
    z-index: 999;
    width: 100%;
    top: 0px;
    border-top: 4px solid var(--orange);
    max-width: 350px;
    right: -800px;
    transition: 0.5s;
    display: block;
  }

  .mobile__menu .header-bottom {
    border: none;
  }

  .mobile__menu .header-bottom .main-nav ul li {
    padding: 5px 0px;
    display: flex;
    flex-direction: column;
  }

  .mobile__menu .header-bottom .sub-menu li {
    padding: 12px 10px 2px 20px !important;
  }

  .mobile__menu .header-bottom .sub-menu li a {
    font-size: 14px !important;
    position: relative;
  }

  .mobile__menu .header-bottom .sub-menu li a::before {
    content: "";
    position: absolute;
    left: -20px;
    width: 15px;
    top: 10px;
    height: 1px;
    background-color: var(--black);
  }

  .mobile__menu .main-nav ul li.menu-item-has-children>a:before {
    content: unset;
  }

  .mobile__menu .header-bottom .main-nav ul.sub-menu {
    position: relative !important;
    background-color: transparent;
  }


  .header-bottom .main-nav ul.sub-menu {
    display: none;
    margin-top: 0px;
  }

  .mobile__menu .header-bottom .main-nav ul.show-submenu {
    display: block !important;
    margin-top: 0px !important;
    border: none;
    width: 100%;
  }


  .header-bottom .main-nav .current-menu-ancestor,
  .header-bottom .main-nav .current_page_item {
    background-color: transparent !important;
    border: none;
  }

  .mobile__menu .top__navigation {
    margin-bottom: 30px;
  }

  .shadow {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 2;
    opacity: 0.9;
    transition: 0.5s;
  }

  .mobile__menu .top__search-slider .input-group button {
    padding: 10px 20px;
    font-size: 0px;
    width: auto;
  }

  .mobile__menu .top__search-slider .input-group button::before {
    width: 22px;
    height: 22px;
    top: 9px;
  }

  .mobile__menu .header-bottom .main-nav ul li:hover {
    background-color: transparent;
    border: none;
  }


  .mobile__menu .header-bottom .main-nav ul li {
    border-top: none;
    background-color: transparent;
  }

  .mobile__menu .navbar__arrow {
    background-image: url(../images/download.svg) !important;
    width: 13px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: 0.3s ease-in-out !important;
    position: absolute !important;
    right: 0 !important;
    padding: 10px !important;
    top: unset !important;
  }

  .mobile__menu .active_menu .navbar__arrow {
    transform: rotate(-180deg);
  }

  .top-hamburger__btn .search-cnt {
    font-size: 16px;
    color: #58595b;
  }

  .header-bottom .main-nav ul li a {
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 5px;
  }

  .header-bottom .main-nav ul li .sub-menu li a {
    border-bottom: 0px;
  }

  .custom-logo-link .custom-logo {
    width: 250px;
  }

  .header-top .top-nav ul {
    flex-wrap: wrap;
  }

  .header-top .top-nav ul li {
    padding: 0px 10px 10px 0px;
  }
}


@media screen and (max-width: 599px) {
  .header-top .top-hamburger__btn {
    width: 100%;
  }

  .header-top .rw--2 .site-title a {
    font-size: 24px;
  }

  .header-top .rw--1 {
    margin-bottom: 0px;
  }
}


@keyframes fadein {
  to {
    opacity: 1;
    transform: none
  }
}

/* Hero Banner pattern Styling start */

.hero-bann__pic {
  padding: 80px 20px;
}

.hero__bann .hero-bann__rw {
  margin-bottom: 0px;
}

.hero__bann .hero-bann__cl {
  background-color: var(--white);
  box-shadow: 20px 20px 0 0 var(--orange);
  padding: 40px;
  width: 100%;
  max-width: 770px;
}

.hero__bann .hero-bann__cl h1 {
  font-size: 28px !important;
  color: #918e8e !important;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-block: 0px 15px;
}

.hero__bann .hero-bann__cl h2 {
  font-size: 74px;
  margin-block: 0px 30px;
  text-transform: uppercase;
  color: #4b4b4b;
  line-height: 1.1;
  font-weight: 900;
}

.hero__bann .hero-bann__cl p {
  font-size: 20px;
  font-weight: 400;
  color: #4b4b4b;
  margin-bottom: 30px;
}

.hero__bann .hero-bann__cl .wp-block-button__link {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 0px;
  color: var(--blue);
  font-weight: 800;
  font-size: 18px;
  padding-right: 50px;
  text-align: left;
  position: relative;
  transition: 0.3s ease-in-out;
}

.hero__bann .hero-bann__cl .wp-block-button__link::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  background-image: url(../images/right-arrow__banner.svg) !important;
  background-repeat: no-repeat;
  width: 25px;
  background-size: 100%;
  background-position: center;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.hero__bann .hero-bann__cl .wp-block-button__link:hover {
  text-decoration: none;
  color: var(--black);
}

.hero__bann .hero-bann__cl .wp-block-button__link:hover::after {
  right: 0px;
}

.hero__bann .hero-bann__cl .apply__btn {
  margin-top: 20px;
}

.bann-dots__org {
  padding: 0px;
}

.bann-dots__org .wp-block-column {
  background-image: url(../images/square-dot-orange-horiz.svg) !important;
  background-repeat: repeat-y;
  background-position: left;
  min-height: 72px;
}

/* Second banner styling start */

.hero-bann__second {
  padding: 40px 20px 60px;
  position: relative;
}

.hero-bann__second::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 400px;
  background-image: url(../images/square-dot-orange-horiz.svg) !important;
  background-repeat: repeat-y;
  background-position: left;
  height: 60px;
  top: 0;
}

.hero-bann__second .bann-second__wrap {
  margin-bottom: 0px;
}

.hero-bann__second .bann-second__rw {
  padding-inline: 15px;
  gap: 0;
  margin-bottom: 0px;
  align-items: center !important;
}

.hero-bann__second .bann-second__cnt {
  box-shadow: unset;
  max-width: 100%;
}

.hero-bann__second .bann-second__btn .wp-block-button__link {
  padding: 10px 20px;
  background-color: var(--white);
  border-radius: 8px;
  border: 2px solid var(--orange);
  font-weight: 600;
  font-size: 16px;
}

.hero-bann__second .bann-second__btn .wp-block-button__link:hover {
  background-color: var(--orange);
  color: var(--white);
  border: 2px solid var(--orange);
}

.hero-bann__second .bann-second__btn .wp-block-button__link::after {
  content: unset;
}

.hero-bann__second .bann-second__cnt .apply__btn {
  margin-top: 30px;
}

.bann-second__pic {
  height: 640px;
}

.bann-second__pic .wp-block-image {
  margin-bottom: 0px;
  height: 100%;
  width: 100%;
}

.bann-second__pic .wp-block-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;

}

/* Tab Box pattern styling start */

.tab-box {
  border-bottom: 6px solid var(--orange);
  padding: 20px 20px;
}

.tab-box__rw {
  margin-bottom: 0px;
}

.tab-box__rw .tab-box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0px -10px;
  padding: 0px;
  list-style: none;
}

.tab-box__rw .tab-box__list li {
  width: 20%;
  padding-inline: 10px;
  text-align: center;
}

.tab-box__rw .tab-box__list li a {
  text-decoration: none;
  color: var(--blue);
  font-weight: 700;
  font-size: 18px;
  position: relative;
  transition: 0.3s ease-in-out;
}

.tab-box__rw .tab-box__list li a:hover {
  color: var(--black);
}

.tab-box__rw .tab-box__list li a::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 6px;
  width: 16px;
  background-image: url(../images/down-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.tab-box__rw .tab-box__list li a:hover::after {
  top: 9px;
}

.sticky-tab-box {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
  transition: 0.5s;
}

/* Created few pattren styling 11-12-2023*/

.academic-sc {
  padding: 60px 20px;
}

.academic-sc .academic-sc__rw {
  margin-bottom: 0px !important;
}

.academic-sc .academic-sc__cnt h2 {
  margin-block: 0px 30px;
  line-height: 1.2;
  font-weight: 900;
  font-size: 50px;
  color: #4b4b4b;
}

.academic-sc .academic-sc__cnt p {
  width: 100%;
  max-width: 980px;
  font-size: 20px;
  margin: auto;
  font-weight: 400;
}

.academic-sc .rw-2 {
  margin-top: 30px;
}

.academic-sc .academic-sc__cl {
  border-top: 6px solid var(--orange);
  background-color: #f6f6f6;
  padding: 36px 36px 24px;
}

.academic-sc .academic-sc__cl h3 {
  margin-block: 0px 12px;
  font-size: 20px;
  color: #4b4b4b;
  line-height: 1.2;
  font-weight: 900;
}

.academic-sc .academic-sc__btn .wp-block-button__link {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 0px;
  color: var(--blue);
  font-weight: 800;
  font-size: 16px;
  padding-right: 50px;
  text-align: left;
  position: relative;
  transition: 0.3s ease-in-out;
}

.academic-sc .academic-sc__btn .wp-block-button__link:hover {
  text-decoration: none;
  color: var(--black);
}

.academic-sc .academic-sc__btn .wp-block-button__link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 1px;
  background-image: url(../images/right-arrow__banner.svg) !important;
  background-repeat: no-repeat;
  width: 20px;
  background-size: 100%;
  background-position: center;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.academic-sc .academic-sc__btn .wp-block-button__link:hover::after {
  right: 10px;
}

/* /Discound banner styling start */

.discount-bg__pic {
  padding: 120px 20px 180px;
  min-height: 100%;
}

.discount__banner .discount-bg__rw {
  margin-bottom: 0px !important;
}

.discount__banner .discount-bg__cl {
  width: 100%;
  max-width: 735px;
  margin-left: auto !important;
  border-top: 6px solid var(--orange);
  padding: 40px !important;
}

.discount__banner .discount-bg__cl h2 {
  margin-block: 0px 30px;
  line-height: 1;
  font-size: 50px;
  font-weight: 900;
  text-shadow: 2px 2px 0px rgb(88 89 91), 4px 4px 0px rgb(255 130 0);
  width: 100%;
  max-width: 400px;
  color: var(--white) !important;
  text-transform: uppercase;
}

.discount__banner .discount-bg__cl p {
  margin-bottom: 30px !important;
  font-size: 18px;
  line-height: 1.2;
  color: var(--white) !important;
  font-weight: 400;
}

.discount__banner .discount-bg__cl .dicount__btn .wp-block-button__link {
  color: var(--white) !important;
  font-size: 20px;
}

.dicount__btn {
  line-height: 1;
}

.dicount__btn .wp-block-button__link {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  padding: 0px;
  color: var(--blue);
  font-weight: 800;
  font-size: 18px;
  padding-right: 50px;
  text-align: left;
  position: relative;
  transition: 0.3s ease-in-out;
  font-weight: 800;
  line-height: 1;
  width: auto !important;
}

.dicount__btn .wp-block-button__link:hover {
  text-decoration: none;
  color: var(--black);
}

.dicount__btn .wp-block-button__link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 1px;
  background-image: url(../images/right-arrow__banner.svg) !important;
  background-repeat: no-repeat;
  width: 20px;
  background-size: 100%;
  background-position: center;
  height: 100%;
  transition: 0.3s ease-in-out;
}

.dicount__btn .wp-block-button__link:hover::after {
  right: 10px;
}

/* Explore section styling start */

.explore-sc {
  padding: 100px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 46%, rgb(255, 130, 0) 40%) !important;
}

.explore-sc__rw {
  margin-bottom: 0px !important;
}

.explore-sc .explore-sc__cl {
  border-top: 6px solid var(--orange);
  display: flex;
  flex-direction: column;
}

.explore-sc .explore-sc__img {
  margin-bottom: 0px;
}

.explore-sc .explore-sc__img img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}

.explore-sc .explore-sc__cnt {
  margin-bottom: 0px;
  background-color: var(--column-bg-clr);
  padding: 24px 36px;
  flex: 1;
}

.explore-sc__cnt .wp-block-heading {
  margin-block: 0px 12px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
  color: var(--heading-clr);
}

.explore-sc .explore-sc__cnt p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 14px;
  line-height: 1.5;
  color: var(--heading-clr) !important;
}

@media screen and (max-width: 1440px) {

  /* Hero Banner pattern Styling start */

  .hero__bann .hero-bann__cl h1 {
    font-size: 24px !important;
  }

  .hero__bann .hero-bann__cl h2 {
    font-size: 60px;
    margin-block: 0px 20px;
  }

  .hero__bann .hero-bann__cl p {
    margin-bottom: 20px;
  }


  /* Tab Box pattern styling start */

  .tab-box__rw {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1200px) {

  /* Second banner styling start */
  .hero-bann__second .bann-second__wrap {
    max-width: 100% !important;
  }

  /* Tab Box pattern styling start */

  .tab-box__rw .tab-box__list li {
    width: 25%;
    text-align: left;
    margin-bottom: 10px;
  }

  .sticky-tab-box {
    position: static;
    width: 100vh;
    margin: 0 calc(50% - 50vw);
  }

  /* Created few pattren styling 11-12-2023*/

  .academic-sc__rw {
    max-width: 100% !important;
  }

  .academic-sc .academic-sc__cnt h2 {
    margin-block: 0px 20px;
    font-size: 40px;
  }

  .academic-sc .academic-sc__cnt p {
    max-width: 100%;
    font-size: 18px;
  }

  .academic-sc .rw-2 {
    margin-top: 24px;
  }

  .academic-sc .academic-sc__cl {
    padding: 26px 20px 18px;
  }

  /* /Discound banner styling start */

  .discount-bg__pic {
    padding: 80px 20px 120px;
  }

  .discount__banner .discount-bg__cl {
    max-width: 700px;
    padding: 30px !important;
  }

  .discount__banner .discount-bg__cl h2 {
    margin-block: 0px 24px;
    font-size: 40px;
  }

  .discount__banner .discount-bg__cl p {
    margin-bottom: 20px !important;
    font-size: 16px;
  }

  .discount__banner .discount-bg__cl .dicount__btn .wp-block-button__link {
    color: var(--white) !important;
    font-size: 18px;
  }

  /* Explore section styling start */

  .explore-sc {
    padding: 60px 20px;
  }

  .explore-sc__rw {
    gap: 15px;
  }

  .explore-sc .explore-sc__cnt {
    padding: 15px 20px;
  }

  .explore-sc__cnt .wp-block-heading {
    margin-block: 0px 10px;
    font-size: 22px;
  }

  .dicount__btn .wp-block-button__link {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {

  /* Hero Banner pattern Styling start */

  .hero-bann__pic {
    padding: 60px 20px;
  }

  .hero__bann .hero-bann__cl {
    box-shadow: 15px 15px 0 0 var(--orange);
    padding: 30px;
    max-width: 100%;
  }

  .hero__bann .hero-bann__cl h1 {
    font-size: 20px !important;
  }

  .hero__bann .hero-bann__cl h2 {
    font-size: 40px;
    margin-block: 0px 20px;
  }

  .hero__bann .hero-bann__cl p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .bann-dots__org .wp-block-column {
    min-height: 60px;
  }


  /* Second banner styling start */

  .hero-bann__second {
    padding: 60px 20px 60px;
    position: relative;
  }

  .bann-second__pic {
    height: 450px;
  }

  .hero-bann__second::before {
    max-width: 300px;
    height: 40px;
  }

  /* Tab Box pattern styling start */


  .tab-box__rw .tab-box__list {
    justify-content: normal;
  }


  .tab-box__rw .tab-box__list li {
    width: 33.333%;
    text-align: left;
    margin-bottom: 10px;
  }

  /* Created few pattren styling 11-12-2023*/

  .academic-sc .academic-sc__cnt h2 {
    margin-block: 0px 15px;
    font-size: 34px;
  }

  .academic-sc .academic-sc__cnt p {
    font-size: 16px;
  }

  .academic-sc .rw-2 {
    gap: 20px !important;
  }
}

@media screen and (max-width: 767px) {

  p {
    font-size: 14px !important;
  }

  ul li,
  ol li {
    font-size: 14px !important;
  }

  /* Hero Banner pattern Styling start */

  .hero-bann__pic {
    padding: 40px 20px 30px;
  }

  .hero-bann__wrap {
    margin-bottom: 0px;
  }

  .hero__bann .hero-bann__cl {
    box-shadow: 12px 12px 0 0 var(--orange);
    padding: 20px;
  }

  .hero__bann .hero-bann__cl h1 {
    letter-spacing: 1px;
    line-height: 1.1;
    margin-bottom: 10px;
  }

  .hero__bann .hero-bann__cl h2 {
    font-size: 28px;
    margin-block: 0px 15px;
  }

  .hero__bann .hero-bann__cl p {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .hero__bann .hero-bann__cl .wp-block-button__link {
    font-size: 14px;
    padding-right: 40px;
  }

  .hero__bann .hero-bann__cl .wp-block-button__link::after {
    right: 12px;
    width: 18px;
  }

  .hero__bann .hero-bann__cl .apply__btn {
    margin-top: 8px;
  }

  .bann-dots__org .wp-block-column {
    min-height: 50px;
  }


  /* Second banner styling start */

  .hero-bann__second {
    padding: 50px 20px 40px;
  }

  .hero-bann__second .bann-second__rw {
    padding-inline: 0px;
  }

  .bann-second__pic {
    height: 100%;
  }

  .bann-second__pic .wp-block-image img {
    aspect-ratio: 1/1;
  }

  .hero-bann__second::before {
    max-width: 100%;
    height: 30px;
  }

  .hero-bann__second .bann-second__cnt .apply__btn {
    margin-top: 15px;
  }

  /* Tab Box pattern styling start */

  .tab-box__rw .tab-box__list li {
    width: 100%;
  }

  /* Created few pattren styling 11-12-2023*/
  .academic-sc {
    padding: 30px 20px;
  }

  .academic-sc .rw-2 {
    margin-top: 20px;
  }

  .academic-sc .academic-sc__cnt h2 {
    margin-block: 0px 10px;
    font-size: 30px;
  }

  .academic-sc .academic-sc__cnt p {
    font-size: 14px;
  }

  .academic-sc .academic-sc__cl {
    border-top: 4px solid var(--orange);
    padding: 20px 20px 18px;
  }

  .academic-sc .academic-sc__cl h3 {
    margin-block: 0px 10px;
    font-size: 18px;
  }

  /* /Discound banner styling start */


  .discount-bg__pic {
    padding: 60px 20px 70px;
  }

  .discount__banner .discount-bg__cl {
    max-width: 100%;
    padding: 20px !important;
    border-top: 4px solid var(--orange);
  }

  .discount__banner .discount-bg__cl h2 {
    margin-block: 0px 15px;
    font-size: 30px;
  }

  .discount__banner .discount-bg__cl p {
    margin-bottom: 15px !important;
    font-size: 14px;
  }

  .discount__banner .discount-bg__cl .dicount__btn .wp-block-button__link {
    font-size: 16px;
  }

  /* Explore section styling start */

  .explore-sc {
    padding: 30px 20px;
  }

  .explore-sc__rw {
    gap: 20px;
  }

  .explore-sc .explore-sc__cnt {
    padding: 20px;
  }

  .explore-sc .explore-sc__cnt p {
    font-size: 14px;
    margin-bottom: 10px;
  }

}

/* Quotes styling start */

.black-bg__quotes {
  padding: 100px 20px;
}


.black-quotes__rw {
  width: 100%;
  max-width: 960px !important;
  margin: auto;
  background-color: var(--heading-clr);
  padding: 54px;
  position: relative;
}

.black-quotes__rw::before {
  position: absolute;
  content: "";
  top: -44px;
  background-image: url(../images/quotes-img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 65px;
  width: 84px;
}

.black-bg__quotes .black-quotes__cl p {
  color: var(--white);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 25px !important;
}

.black-bg__quotes .black-quotes__cnt {
  margin-bottom: 0px !important;
}

.black-bg__quotes .black-quotes__cnt>div {
  width: 100%;
  max-width: 200px;
  margin-left: auto !important;
}

.black-quotes__cnt h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
}

.black-quotes__cnt h4::before {
  position: absolute;
  content: "";
  background-color: var(--orange);
  left: -100px;
  height: 4px;
  width: 90px;
  top: 6px;
}

.black-bg__quotes .black-quotes__cnt p {
  font-size: 16px;
  margin-bottom: 0px !important;
  font-style: italic;
}


/* Quotes Right Side With Parallax Bg */

.bg-para-q_sc .bg-para__pic {
  min-height: 100vh;
  padding: 0px 20px;
}

.bg-para-q_sc .bg-para__rw {
  margin-bottom: 0px;
}

.bg-para-q_sc .bg-para__cl {
  width: 100%;
  max-width: 738px !important;
  margin-left: auto !important;
  background-color: var(--white);
  padding: 54px;
  position: relative;
}

.bg-para-q_sc .cl-lf {
  margin-right: auto !important;
  margin-left: unset !important;
}

.bg-para-q_sc .bg-para__cl::before {
  position: absolute;
  content: "";
  top: -44px;
  background-image: url(../images/quotes-img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 65px;
  width: 84px;
}

.bg-para-q_sc .bg-para__cl p {
  color: var(--heading-clr);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 25px !important;
}

.bg-para-q_sc .bg-para__cnt {
  margin-bottom: 0px !important;
}

.bg-para-q_sc .bg-para__cnt>div {
  width: 100%;
  max-width: 200px;
  margin-left: auto !important;
}

.bg-para-q_sc .bg-para__cnt h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--heading-clr);
  position: relative;
}

.bg-para-q_sc .bg-para__cnt h4::before {
  position: absolute;
  content: "";
  background-color: var(--orange);
  left: -100px;
  height: 2px;
  width: 90px;
  top: 8px;
}

.bg-para-q_sc .bg-para__cnt p {
  font-size: 14px !important;
  margin-bottom: 0px !important;
  font-style: italic;
  color: var(--heading-clr);

}

/* Quotes responsive styling start */

@media screen and (max-width: 1200px) {
  .black-bg__quotes {
    padding: 50px 20px 20px;
  }

  .black-bg__quotes .black-quotes__cl p,
  .bg-para-q_sc .bg-para__cl p {
    font-size: 20px;
    margin-bottom: 20px !important;
  }

  .black-quotes__rw,
  .bg-para-q_sc .bg-para__cl {
    max-width: 100% !important;
    padding: 50px 30px;
  }

  .black-quotes__rw::before,
  .bg-para-q_sc .bg-para__cl::before {
    top: -35px;
    height: 60px;
    width: 60px;
  }

  .black-bg__quotes .black-quotes__cnt p,
  .bg-para-q_sc .bg-para__cnt p {
    font-size: 16px !important;
    margin-bottom: 0px !important;
  }

}

@media screen and (max-width: 1024px) {

  /* Quotes Right Side With Parallax Bg */

  .bg-para-q_sc .bg-para__pic {
    min-height: 100%;
    padding-block: 70px;
  }

}

@media screen and (max-width: 767px) {

  .black-bg__quotes {
    padding: 50px 20px;
  }

  .black-quotes__rw,
  .bg-para-q_sc .bg-para__cl {
    padding: 40px 20px 30px;
  }

  .black-bg__quotes .black-quotes__cl p,
  .bg-para-q_sc .bg-para__cl p {
    font-size: 14px !important;
    margin-bottom: 20px !important;
  }

  .black-bg__quotes .black-quotes__cnt p,
  .bg-para-q_sc .bg-para__cnt p {
    font-size: 14px !important;
    margin-bottom: 0px !important;
  }

  .black-quotes__cnt h4,
  .bg-para-q_sc .bg-para__cnt h4 {
    font-size: 16px;
    margin-bottom: 5px !important;
  }

  .black-bg__quotes .black-quotes__cnt>div,
  .bg-para-q_sc .bg-para__cnt>div {
    max-width: 100%;
    padding-left: 60px;
  }

  .black-quotes__cnt h4::before {
    left: -60px;
    height: 4px;
    width: 50px;
  }

  .black-quotes__rw::before,
  .bg-para-q_sc .bg-para__cl::before {
    top: -20px;
    height: 40px;
    width: 40px;
  }

  /* Quotes Right Side With Parallax Bg */

  .bg-para-q_sc .bg-para__pic {
    min-height: 100%;
    padding-block: 50px;
  }

  .bg-para-q_sc .bg-para__cnt h4::before {
    top: 6px;
    left: -60px;
    height: 2px;
    width: 50px;
  }
}

.category .content {
  width: 100%;
  margin-bottom: 0px !important;
}

/* Top Leavel Page Responsive Styling Start */

.ab-banr-video {
  height: 480px !important;
}

@media screen and (max-width: 1400px) {

  /* About Page */

  .two__cl__spacer {
    height: 0px !important;
  }

  .two__cl .fancyLink,
  .division-depart-sc .fancyLink {
    margin-bottom: 0px;
  }

  .two__cl .fancyLink a,
  .division-depart-sc .fancyLink a {
    margin-bottom: 0px;
  }

  .division-depart-sc {
    padding: 60px 0px 0px;
  }

  .division-depart-sc>div {
    margin-bottom: 0px !important;
  }

  .division-depart-sc .division-depart__spacer {
    height: 0px !important;
  }

  .latest_news_post {
    margin-inline: -20px !important;
  }

  .latest_news_post li .wp-block-latest-posts__featured-image {
    margin-bottom: 0px !important;
  }

  .latest_news_post li {
    padding: 0px 20px !important;
    margin: 20px 0px 0px !important;
  }

  .latest_news_post li:before {
    bottom: -50px !important;
    left: -16px !important;
  }

  .latest_news_post li img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .latest_news_post .wp-block-latest-posts__post-title {
    padding: 15px 15px 0px;
    font-size: 22px;
  }

  .latest_news_post time {
    margin: 0px !important;
    padding-left: 15px !important;
    padding-block: 5px !important;
  }

  .latest_news_post time::before {
    margin: 0px !important;
  }

  .latest_news_post .wp-block-latest-posts__post-excerpt {
    margin: 0px !important;
    font-size: 14px;
    padding-inline: 15px;
  }

  .leates_news_btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1200px) {
  /* About Page */

  .ab-banr-video {
    height: 400px !important;
  }

  .two__cl {
    padding: 50px 0px !important;
  }

  .two__cl .wp-block-spacer {
    height: 0px !important;
  }

  .two__cl .two__cl__des {
    font-size: 16px;
  }

  .two__cl__list li {
    font-size: 14px;
  }

  .facts__cover .rw-2 .facts__cl p {
    font-size: 16px;
  }

  .division-depart-sc .division-depart__des {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .section-spacer {
    height: 0px !important;
  }

  .leates_news_title {
    font-size: 32px;
    padding: 40px 0px 0px;
  }
}

@media screen and (max-width: 767px) {

  /* About Page */
  .ab-banr-video {
    height: 350px !important;
    min-height: 100% !important;
  }

  .two__cl {
    padding: 30px 10px 20px !important;
  }

  .two__cl .wp-block-columns {
    gap: 0px !important;
  }

  .two__cl .two__cl__des {
    margin-bottom: 10px;
  }

  .division-depart-sc {
    padding: 30px 10px 0px;
  }

  .two__cl .wp-block-button__link {
    font-size: 14px;
  }

  .alumni-giving-p,
  .org--stripe {
    padding-top: 0px;
  }

  .two__cl .two__cl__cnt {
    margin-bottom: 25px !important;
  }

  .two__cl--modify {
    padding-block: 40px !important;
  }

  .latest_news_post {
    padding-inline: 10px !important;
    gap: 24px !important;
  }

  .latest_news_post .wp-block-latest-posts__post-title {
    padding: 15px 10px 0px;
    font-size: 18px;
  }

  .latest_news_post time {
    padding-left: 10px !important;
    padding-block: 6px !important;
  }

  .leates_news_title {
    padding: 34px 10px 0px;
    font-size: 28px;
  }

  .leates_news_btn {
    margin-top: 50px;
    padding-inline: 10px;
  }

  .leates_news_btn .wp-block-button__link {
    font-size: 14px;
  }

}

.search main img {
  display: none !important;
}