﻿:root {
  --orange: #f7931d;
  --white: #fff;
  --gray: #57585a;
  --gray1: #4b4b4b;
  --pink: #9A0D48;
  --blue: #062A48;
  --green: #007A74;
  --font-montserrat-ultra: 'Montserrat';
  --font-montserrat-med: 'Montserrat';
  --font-montserrat-Italic: 'Montserrat';
  --primary-font: 'Montserrat';

}

body {
  font-family: var(--primary-font);
}

@media (min-width: 1200px) {
  .single-post .content .post .entry-content {
    width: 70%;
    margin: 0 30% 0 10%;
  }
}




h2 {
  font-weight: 900;
}

.single-post .content .post img.wp-post-image {
  width: 29%;
  margin: 0 !important;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 3rem !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 {
  /*    border-top: 50px solid var(--orange);*/
  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: #ff8200 !important;
  color: var(--white) !important;
}

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

.hero-banner h1 strong {
  background-color: var(--orange);
  font-size: 50%;
  color: #000;
  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;
}


.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.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) {

  #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) {

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

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


  #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;
  }
}

/* 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;
}

nav.nav-primary {
  background-color: #fff !important;
  position: relative;
}

nav.nav-primary ul.menu-primary {
  justify-content: flex-start;
  padding-left: 0;
  margin-left: -1rem;
}

nav.nav-primary ul.menu-primary .menu-item {
  position: static;
}

nav.nav-primary ul.menu-primary .menu-item:hover,
nav.nav-primary ul.menu-primary .menu-item.current-menu-item,
nav.nav-primary ul.menu-primary .menu-item.current-menu-ancestor {
  background-color: #d9dfe3;
}

nav.nav-primary ul.menu-primary .menu-item.current-menu-ancestor>a {
  font-weight: bold !important;
}

nav.nav-primary ul.menu-primary .menu-item.current-menu-item a {
  background-color: #d9dfe3 !important;
  box-shadow: none !important;
}

nav.nav-primary ul.menu-primary .menu-item a {
  padding: 2rem 1rem !important;
  position: relativee;
}

nav.nav-primary ul.menu-primary .menu-item a,
nav.nav-primary ul.menu-primary .menu-item a:hover,
nav.nav-primary ul.menu-primary .menu-item ul.sub-menu li a,
nav.nav-primary ul.menu-primary .menu-item ul.sub-menu li a:hover {
  background-color: transparent;
}

nav.nav-primary ul.menu-primary .menu-item ul.sub-menu {
  left: 0;
  background-color: #d9dfe3;
  display: none;
  min-width: unset !important;
  width: 100% !important;
}

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 {
  display: flex;
  flex-direction: unset;
  justify-content: center;
  visibility: visible;
  margin-top: 0;
}

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

/* nav.nav-primary:has(ul.menu-primary .menu-item.current-menu-item.menu-item-has-children),
nav.nav-primary:has(ul.menu-primary .menu-item.current-menu-ancestor.menu-item-has-children) {
padding-bottom: 94.67px;
} */

nav.nav-primary {
  padding-bottom: 94px;
}

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

/* 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: 18px;
    font-weight: 300;
  }

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

/* Double Box Section Styling */

.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: 40px;
  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 {
  color: #58595b;
  text-decoration: none;
  font-size: 16px;
  padding-inline: 0px;
  text-transform: capitalize;
}


.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #58595b;
}

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

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

/* Orange Box Styling Start */

.hero__clr--stripe {
  position: relative;
}

.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;
}


.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 {
    bottom: 140px;
  }

  .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 .content-block {
    bottom: 40px;
  }

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

  /* breadcrumb Styling*/

  .breadcrumb {
    padding-top: 30px;
    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 .wp-block-image img {
    aspect-ratio: 1/1;
  }

  .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.nav-primary:has(ul.menu-primary .menu-item.current-menu-item.menu-item-has-children),
nav.nav-primary:has(ul.menu-primary .menu-item.current-menu-ancestor.menu-item-has-children) {
padding-bottom: 55px;
} */

  nav.nav-primary {
    padding-bottom: 56px;
  }

  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) {

  /* .genesis-nav-menu .menu-item-has-children>a {
position: relative !important;
}

.genesis-nav-menu .menu-item-has-children a::after {
content: "\002B";
font-size: 36px;
display: block;
position: absolute;
right: 15px;
top: 0;
} */

  /* nav.nav-primary:has(ul.menu-primary > .menu-item.current-menu-item.menu-item-has-children) {
padding-bottom: 0px;
}

nav.nav-primary:has(ul.menu-primary .menu-item.current-menu-item.menu-item-has-children),
nav.nav-primary:has(ul.menu-primary .menu-item.current-menu-ancestor.menu-item-has-children) {
padding-bottom: 0px;
} */

  nav.nav-primary {
    padding-bottom: 0px;
  }

  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-sec__col {
  padding: 18px;
  min-height: 100%;
  margin-bottom: 0px;
  clip-path: polygon(100% 0, 100% 29%, 96.2% 29%, 96.2% 97.6%, 36% 97.6%, 36% 100%, 0% 100%, 0% 71%, 4% 71%, 4% 2.6%, 64% 2.6%, 64% 0%);

}


.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) {
  .specialty-sec__col {
    padding: 18px;
    clip-path: polygon(100% 0, 100% 29%, 95% 29%, 95% 97.9%, 36% 97.9%, 36% 100%, 0% 100%, 0% 71%, 5% 71%, 5% 2%, 64% 2%, 64% 0%);
  }
}

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


  }

  .specialty-sec__col {
    padding: 18px;
    clip-path: polygon(100% 0, 100% 29%, 94.9% 29%, 94.9% 97.7%, 36% 97.7%, 36% 100%, 0% 100%, 0% 71%, 5.5% 71%, 5.5% 2%, 64% 2%, 64% 0%);
  }

  .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;
  }

  .specialty-sec__col {
    padding: 18px;
    clip-path: polygon(100% 0, 100% 29%, 95.9% 29%, 95.9% 97.5%, 36% 97.5%, 36% 100%, 0% 100%, 0% 71%, 4% 71%, 4% 2.5%, 64% 2.5%, 64% 0%);
  }

  .specialty-sec__row .col-third {
    clip-path: polygon(100% 0, 100% 29%, 97.9% 29%, 97.9% 97.7%, 36% 97.7%, 36% 100%, 0% 100%, 0% 71%, 2.5% 71%, 2.5% 2.4%, 64% 2.4%, 64% 0%);
  }
}

@media (max-width: 991px) {

  .specialty-sec__col {
    padding: 18px;
    clip-path: polygon(100% 0, 100% 29%, 97% 29%, 97% 97.5%, 36% 97.5%, 36% 100%, 0% 100%, 0% 71%, 3% 71%, 3% 2.5%, 64% 2.5%, 64% 0%);
  }

  .specialty-sec__row .col-third {
    clip-path: polygon(100% 0, 100% 29%, 97% 29%, 97% 97.5%, 36% 97.5%, 36% 100%, 0% 100%, 0% 71%, 3% 71%, 3% 2.5%, 64% 2.5%, 64% 0%);
  }
}

@media (max-width: 781px) {

  .specialty-sec__col {
    clip-path: polygon(100% 0, 100% 29%, 97.2% 29%, 97.2% 96.7%, 36% 97.7%, 36% 100%, 0% 100%, 0% 71%, 2.8% 71%, 2.8% 2.4%, 64% 2.4%, 64% 0%);
  }
}

@media (max-width: 767px) {

  .specialty-col__content {
    padding: 18px 20px 30px;
  }

  .specialty-sec__col {
    clip-path: polygon(100% 0, 100% 29%, 96.5% 29%, 96.5% 96.7%, 36% 97.7%, 36% 100%, 0% 100%, 0% 71%, 4% 71%, 4% 2.4%, 64% 2.4%, 64% 0%);
  }
}

@media (max-width: 575px) {
  .specialty-sec__col {
    clip-path: polygon(100% 0, 100% 29%, 95.2% 29%, 95.2% 96.7%, 36% 97.7%, 36% 100%, 0% 100%, 0% 71%, 4% 71%, 4% 2.4%, 64% 2.4%, 64% 0%);
    padding: 14px;
  }

  .specialty-sec__row .col-third {
    clip-path: polygon(100% 0, 100% 29%, 95.2% 29%, 95.2% 96.7%, 36% 97.7%, 36% 100%, 0% 100%, 0% 71%, 4% 71%, 4% 2.4%, 64% 2.4%, 64% 0%);
  }
}



/* 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 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;
}

.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 .wp-block-cover {
  border-top: 5px solid #ffffff;
  padding: 60px 20px;
  min-height: auto;
}

.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: -150px;
  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;
  font-weight: 900;
}

/* 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;
    aspect-ratio: 1/1;
    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/uploads/2023/09/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;
  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;
}


.fw__breadcrumb--bar .wp-block-cover__inner-container {
  max-width: 1520px;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.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;
  width: 50%;
  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-people .breadcrumb-title-wrapper .entry-title {
  display: none;
}

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

.bio-info {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.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-block: 80px;
}

.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;
}

.contact-info .contact-info__content p {
  margin-bottom: 0px !important;
}

.bio-info .bio-info__inner p {
  margin-bottom: 12px;
  color: #58595b !important;
}

.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: 20px;
  margin: 0 0 20px;
  font-weight: 500;
  color: #58595b !important;
}

.bio-info .bio-info__right h3 {
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: var(--font-montserrat-med);
  font-size: 40px;
  color: #58595b !important;
}

.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: 500;
  font-size: 29px;
  margin-top: 25px;
}

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

.bio-info .framedOrangeShadow img {
  width: 100%;
  border-radius: 20px;

}

.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 .bio-info__image:before {
  content: unset;
}

.bio-info .framedOrangeShadow:after {
  content: "";
  background-color: var(--orange);
  height: 100%;
  width: 90%;
  position: absolute;
  z-index: -1;
  bottom: -18px;
  border-radius: 20px;
  left: -18px;
}

.bio-info .contact-info__row {
  padding-right: 15px;
  padding-bottom: 15px;
}

.bio-info .email--info,
.bio-info .contact--info {
  display: flex;
  align-items: center;
}

.bio-info .contact-info__pic {
  line-height: 0.7;
  margin-right: 10px;
}

.bio-info .contact-info__pic img {
  width: 20px;
}

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

.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 {
  line-height: 1;
}

.bio-info .contact-info__content a {
  color: #58595b;
  word-break: break-all;
  text-decoration: none;
}

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

.contact-info__btn .contact-info__content {
  display: flex;
}

.contact-info__btn .contact-info__content a {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 60px 10px 60px;
  border-radius: 10px;
  width: 100%;
  position: relative;
  color: #58595b;
  transition: 0.3s ease-in-out;
  font-family: var(--primary-font);
  border: 2px solid #ff8200;
  max-width: 250px;
  text-align: center;
  margin-top: 20px;
  opacity: 1;

}

.contact-info__btn .contact-info__content a::before {
  content: '';
  position: absolute;
  border-left: 2px solid var(--orange);
  border-top: 2px solid #FF8100;
  width: 8px;
  height: 8px;
  right: 60px;
  top: 15px;
  transform: rotateZ(134deg);
  transition: 0.3s ease-in-out;
}

.contact-info__btn .contact-info__content a:hover {
  background-color: #b9e1e2 !important;
  opacity: 1;
}

.contact-info__btn .contact-info__content a:hover::before {
  right: 50px;
}

@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: 20px;
    margin-bottom: 20px;
  }

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

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

  .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: 10px;
    padding-right: 10px;
  }

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

  .bio-info .bio-info__inner p {
    font-size: 14px;
  }
}

.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 Homepage Styling Start 15-09-2023*/

/* Home Banner */

.h-banner-sec>div {
  padding: 100px 20px;
}

.wp-block-cover,
.wp-block-cover-image {
  overflow: initial;
}

.h-banner-sec .h-banner__row {
  padding-inline: 100px;
  margin-bottom: 60px;
  align-items: center !important;
  margin-top:30px;
}

.h-banner-sec .h-banner__col .wp-block-heading {
  margin-top: 0px;
  margin-bottom: 10px;
}


/* .h-banner-sec .h-banner__title {
  width: 100%;
  max-width: 355px;
} */

.h-banner-sec .h-banner__title h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 60px !important;
  font-family: var(--font-montserrat-med);
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
}

.h-banner-sec .h-banner__title h1 span {
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -2px;
  font-family: var(--font-montserrat-ultra);
}

.h-banner-sec .h-banner__title h2 {
  color: #fff;
}

.h-banner-sec .h-banner__title h2,
.up-coming__row .h-banner__title h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 60px !important;
  font-family: var(--font-montserrat-med);
  text-transform: uppercase;
  font-weight: 900;

}

.h-banner-sec .h-banner__title h2 span,
.up-coming__row .h-banner__title h2 span {
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -2px;
  font-family: var(--font-montserrat-ultra);
}


.h-banner-sec .row-1 .h-banner__col p {
  max-width: 650px;
  font-weight: 300;
  width: 100%;
  margin-bottom: 50px;
  font-size: 24px;
  font-family: var(--primary-font);
}

.h-banner-sec .row-2 .h-banner__col p {
  font-weight: 300;
  margin-bottom: 50px;
  font-size: 24px;
  font-family: var(--primary-font);


}

.h-banner-sec .row-2 .col-left {
  padding-left: 30px;
}

.wp-block-button .wp-block-button__link {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 60px 10px 40px !important;
  border-radius: 15px;
  position: relative;
  transition: 0.3s ease-in-out;
  font-family: var(--primary-font);
  font-weight: 600;

}

.wp-block-button .wp-block-button__link::before {
  content: '';
  position: absolute;
  border-left: 2px solid var(--orange);
  border-top: 2px solid #FF8100;
  width: 10px;
  height: 10px;
  right: 40px;
  top: 20px;
  transform: rotateZ(134deg);
  transition: 0.3s ease-in-out;
}

.wp-block-button .wp-block-button__link:hover::before {
  right: 30px;
}

.ut-btn--dark .wp-element-button:hover {
  background-color: #b9e1e2 !important;
  text-decoration: none;
}

.ut-btn--dark .wp-element-button {
  color: #58595b;
}

.ut-btn-light .wp-element-button {
  color: #fff;
}

.ut-btn-light .wp-element-button:hover {
  background-color: #fff !important;
  color: #58595b !important;
  text-decoration: none;

}

/* Up Coming Section Styling Start */

.home .org--stripe .wp-block-cover {
  border-top: 25px solid #ffffff;
}

.home .org--stripe .cta-content .wp-block-heading {
  margin: 0px 0px 18px;
  line-height: 1.1;
  font-family: var(--font-montserrat-med);
}

.home .org--stripe .cta-content p {
  color: #58595b;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 24px;
  font-family: var(--primary-font);
}

.up-coming-sec {
  padding: 80px 20px;
  position: relative;
}

.up-coming-sec::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background-image: url("/wp-content/themes/genesis-child/images/bg_pixel-graf.png");
  top: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  background-size: contain;
  left: 0;
}

.up-coming__row {
  padding-inline: 100px;
  align-items: center !important;
  margin-bottom: 0px;
}

.up-coming__row .col-right {
  padding-left: 70px;
}


.up-coming__row .col-right .wp-block-heading {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: var(--primary-font);

}

.up-coming__row .col-right p {
  font-weight: 300;
  width: 100%;
  max-width: 550px;
  font-size: 24px;
  font-family: var(--primary-font);

}

/* Our Nation Section Styling Start */
.our-nation-cover {
  min-height: auto !important;
  padding: 70px 20px;
}

.our-nation-cover .our-nation__row {
  margin-bottom: 0px;
}

.our-nation-cover .our-nation__col {
  text-align: center;
}

.our-nation-cover .our-nation__col .wp-block-heading {
  font-size: 50px;
  margin-block: 30px 40px;
  font-family: var(--font-montserrat-med);
  font-weight: 900;
}

.our-nation-cover .our-nation__col .wp-block-buttons {
  justify-content: center;
}

/* Our Impact Section Styling Start */

.our-impact-sec {
  padding: 130px 0px 70px;
}

.our-impact-sec .our-impact__col p {
  font-weight: 300;
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: var(--primary-font);

}

.our-impact-sec .col-left {
  padding-left: 100px;
}


.reserch-sec {
  padding: 100px 0px 150px;
}

.reserch-sec .reserch-sec__row {
  gap: 50px;
  margin-bottom: 0px;
}

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

.reserch-sec__col .wp-block-image img {
  width: 100%;
}

.reserch-sec__col .reserch-col__content {
  padding: 40px 20px 50px;
  border: 2px solid #d1d7d6;
  border-top: 0px;
}

.reserch-col__content .wp-block-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 38px;
  font-family: var(--font-montserrat-med);
  font-weight: 900;
}

.our-impact-sec .our-impact__col .wp-block-button__link.wp-element-button {
  margin-bottom: 20px;
}

.our-impact-sec .up-coming__row .col-right {
  padding-left: 0px;
}



/* Innovation. Section Styling Start */

.innovation-sec {
  position: relative;
}

.innovation-sec__row {
  padding-inline: 100px;
  align-items: center !important;
  margin-bottom: 0px;
}

.innovation-sec .col-left {
  position: absolute;
}

.innovation-sec .col-left .wp-block-image img {
  width: 95%;
}

.innovation-sec__row .col-right {
  padding-block: 40px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  padding-left: 70px;
}

.innovation-sec__row .col-right .wp-block-heading {
  font-size: 28px;
  line-height: 1.3;
  font-family: var(--font-montserrat-med);
  margin-top: 0px;
  margin-bottom: 15px;
}

.innovation-sec__row .col-right p {
  text-align: right;
}

.innovation-sec__row .col-right a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
}


/* About Section Styling Start */


.about-sec::after {
  left: auto;
  transform: rotate(-0.25turn);
  right: 0 !important;
}

.about-sec__row {
  padding-inline: 100px !important;
}

.about-sec .about-sec__col-left {
  padding-left: 0px;
}


.about-sec .about-sec__col-left h3 {
  font-weight: 400 !important;
  font-size: 40px !important;
  font-family: var(--font-montserrat-ultra) !important;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

.about-sec .about-sec__col-left h2 {
  font-weight: 900 !important;
  margin-bottom: 30px !important;
  margin-top: 0px !important;
  font-size: 60px !important;
  font-family: var(--font-montserrat-med) !important;
}

.about-sec .about-sec__col-left p {
  max-width: 600px;
  margin-bottom: 30px;
}

.title-area {
  padding-top: 20px;
  padding-bottom: 10px;
}

.site-title {
  margin: 0px;
  display: none;
}

.site-title a {
  width: unset;
  padding: 0px;
  height: auto;
}

.header-logo__wrap {
  margin-bottom: 0px;
}

.header-logo__wrap .header-logo {
  display: block;
  width: 100%;
  max-width: 300px;
}

.header-logo__wrap .header-logo img {
  width: 100%;
}


/* Footer Section Styling Start */

.site-footer .site-info {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  padding-block: 20px;
}

.site-footer .site-info p {
  margin-bottom: 20px;
  font-size: 35px;
  margin-top: 20px;
}


.site-footer .footer-left_main-des p,
.site-footer .footer-left_des p,
.site-footer .footer-left_call p,
.site-footer .footer-left_mail p {
  font-size: 18px !important;
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  font-family: var(--primary-font);
}

.site-footer .footer-left_call p {
  margin-bottom: 0px !important;
}

.site-footer .footer-left_call p .tel,
.site-footer .footer-left_mail p .mail {
  text-decoration: none;
}

/* Responsive Styling Start */

@media (max-width: 1600px) {

  .our-impact__row {
    padding-inline: 0px;
  }

  .innovation-sec .col-left .wp-block-image img {
    width: 85%;
  }



}

@media (max-width: 1440px) {

  .h-banner-sec>div {
    padding: 70px 20px 150px;
  }

  .h-banner-sec .h-banner__row {
    padding-inline: 0px;
  }

  .up-coming-sec {
    padding: 70px 20px;
  }

  .up-coming-sec::after {
    width: 55%;
  }

  .our-impact-sec {
    padding: 70px 0px 70px;
  }

  .up-coming__row {
    padding-inline: 0px;
  }

  .home .specialty-sec__row {
    padding-bottom: 80px;
  }

  .about-sec__row {
    padding-inline: 0px !important;
  }

  .innovation-sec__row {
    padding-inline: 0px;
  }

  .h-banner-sec .h-banner__title h1 {
    margin-bottom: 20px;
    font-size: 50px !important;
    font-weight: 900;
  }

  .h-banner-sec .h-banner__title h2,
  .up-coming__row .h-banner__title h2 {
    margin-bottom: 20px;
    font-size: 50px !important;
    font-weight: 900;

  }

  .h-banner-sec .h-banner__title h2 span,
  .up-coming__row .h-banner__title h2 span {
    font-size: 35px;
  }

  .home .org--stripe .wp-block-cover {
    border-top: 15px solid #ffffff;
  }

  .our-impact-sec .col-left {
    padding-left: 20px;
  }

  .reserch-sec {
    padding: 100px 0px 150px;
  }

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

  .wp-block-button .wp-block-button__link::before {
    top: 18px;
  }

  .about-sec .about-sec__col-left h3 {
    font-size: 35px !important;
    margin-bottom: 10px !important;
  }


  .about-sec .about-sec__col-left h2 {
    margin-bottom: 20px !important;
    font-size: 50px !important;
  }

  .reserch-col__content .wp-block-heading {
    font-size: 36px;
  }


}

@media (max-width: 1200px) {

  .header-logo__wrap .header-logo {
    max-width: 250px;
  }

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

  .wp-block-button .wp-block-button__link {
    font-size: 18px;
  }

  .h-banner-sec>div {
    padding: 70px 20px;
  }


  .h-banner-sec .h-banner__title h1 {
    margin-bottom: 20px;
    font-size: 50px !important;
  }

  .h-banner-sec .row-1 .h-banner__col p {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .h-banner-sec .row-2 .col-left {
    padding-left: 30px;
  }


  .home .cta-content .wp-block-column p {
    font-size: 20px !important;
  }

  .up-coming__row .col-right {
    padding-left: 20px;
  }

  .up-coming__row .col-right p {
    font-size: 20px;
  }

  .up-coming__row .col-right .wp-block-heading {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .our-impact-sec .our-impact__col p {
    margin-bottom: 30px;
    font-size: 20px;
  }


  .innovation-sec .col-left {
    position: unset;
  }

  .innovation-sec .col-left .wp-block-image img {
    width: 100%;
  }

  .innovation-sec__row .col-right {
    padding-block: 20px;
    max-width: 100%;
    margin-left: auto;
    padding-left: 0px;
  }

  .innovation-sec__row .col-right .wp-block-heading {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .about-sec .about-sec__col-left h3 {
    font-size: 35px !important;
  }

  .about-sec .about-sec__col-left h2 {
    margin-bottom: 20px !important;
    font-size: 50px !important;
  }

  .h-banner-sec .row-2 .h-banner__col p {
    font-size: 20px;
  }

  .reserch-sec {
    padding: 70px 0px;
  }

  .reserch-sec .reserch-sec__row {
    gap: 25px;
    margin-bottom: 0px;
  }

  .reserch-sec__col .reserch-col__content {
    padding: 30px 20px 30px;
  }

  .reserch-col__content .wp-block-heading {
    margin-bottom: 25px;
    font-size: 30px;
  }

  .reserch-sec .reserch-col__content .wp-block-button .wp-block-button__link {
    font-size: 13px;
    padding: 10px 60px 10px 30px;
  }

  .reserch-sec .reserch-col__content .wp-block-button .wp-block-button__link::before {
    top: 15px;
    width: 8px;
    height: 8px;
  }

  .site-footer .site-info p {
    margin-bottom: 20px;
    font-size: 26px;
    margin-top: 10px;
  }

  .site-footer .footer-left_main-des p,
  .site-footer .footer-left_des p,
  .site-footer .footer-left_call p,
  .site-footer .footer-left_mail p {
    font-size: 16px !important;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 991px) {

  .header-logo__wrap .header-logo {
    max-width: 200px;
  }

  .title-area {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  /* .h-banner-sec .h-banner__title {
    max-width: 240px;
  } */

  .h-banner-sec .h-banner__title h1 {
    font-size: 35px !important;
  }


  .h-banner-sec .h-banner__title h1 span {
    font-size: 26px;
    letter-spacing: 0px;
  }

  .h-banner-sec .h-banner__title h2,
  .up-coming__row .h-banner__title h2 {
    margin-bottom: 20px;
    font-size: 35px !important;
  }

  .h-banner-sec .h-banner__title h2 span,
  .up-coming__row .h-banner__title h2 span {
    font-size: 26px;
  }

  .h-banner-sec .row-1 .h-banner__col p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .h-banner-sec .row-2 .h-banner__col p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .home .cta-content .wp-block-column p {
    font-size: 16px !important;
  }

  .up-coming__row .col-right p {
    font-size: 16px;
    max-width: 100%;
  }

  .up-coming__row .col-right .wp-block-heading {
    font-size: 18px;
  }

  .our-nation-cover .our-nation__col .wp-block-heading {
    font-size: 35px;
  }

  .our-impact-sec .our-impact__col p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .about-sec .about-sec__col-left h2 {
    margin-bottom: 20px !important;
    font-size: 40px !important;
  }

  .about-sec .about-sec__col-left h3 {
    font-size: 30px !important;
  }

  .h-banner-sec .row-2 .col-left {
    padding-left: 0px;
  }

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

  .wp-block-button .wp-block-button__link::before {
    top: 16px;
  }

  .up-coming__row .col-right {
    padding-left: 0px;
  }

  .our-impact-sec .col-left {
    padding-left: 0px;
  }

  .reserch-sec {
    padding: 0px 0px 40px;
  }

  .reserch-sec .reserch-sec__row {
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap !important;
  }

  .reserch-sec .reserch-sec__col {
    min-width: 48%;
  }

  .reserch-sec__col .reserch-col__content {
    border: 1px solid #d1d7d6;
  }

  .home .org--stripe .wp-block-cover {
    border-top: 0px solid #ffffff;
  }

  .site-footer .site-info {
    width: 50%;
    max-width: unset;
    margin-left: unset;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {

  .header-logo__wrap .header-logo {
    max-width: 160px;
  }

  .h-banner-sec>div {
    padding: 40px 20px;
  }

  .h-banner-sec .row-2 {
    display: flex;
    flex-direction: column-reverse;
  }

  /* .h-banner-sec .h-banner__title {
    width: 100%;
    max-width: 220px;
  } */

  .h-banner-sec .row-2 .col-left {
    padding-left: 0px;
  }

  .h-banner-sec .h-banner__title h1 {
    margin-bottom: 15px;
    font-size: 30px !important;
  }

  .h-banner-sec .h-banner__title h1 span {
    font-size: 22px;
  }

  .h-banner-sec .row-1 .h-banner__col p {
    margin-bottom: 20px;
    font-size: 14px;
    max-width: 100%;
  }

  .h-banner-sec .row-2 .h-banner__col p {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .wp-block-button .wp-block-button__link {
    font-size: 14px;
    padding: 10px 55px 10px 30px;
    border-radius: 50px;
  }

  .wp-block-button .wp-block-button__link::before {
    width: 8px;
    height: 8px;
    top: 16px;
    right: 35px;
  }

  .home .cta-content .wp-block-column p {
    font-size: 14px !important;
    margin-bottom: 10px;
  }

  .up-coming-sec {
    padding: 40px 20px;
  }

  .up-coming__row .col-right {
    padding-left: 0px;
  }


  .up-coming__row .col-right p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .up-coming__row .col-right .wp-block-heading {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .our-impact-sec .our-impact__col p {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .our-nation-cover {
    padding: 40px 20px;
  }

  .our-nation-cover .our-nation__col .wp-block-heading {
    font-size: 26px;
    line-height: 1.1 !important;
    margin-block: 15px 20px;
  }

  .our-impact-sec {
    padding: 40px 10px 40px;
  }

  .home .specialty-col__content .wp-block-heading {
    font-size: 26px;
    padding-bottom: 14px;
  }

  .home .specialty-sec__row {
    padding-bottom: 10px;
  }


  .innovation-sec__row .col-right {
    padding-left: 0px;
    padding-block: 0px 30px;
  }

  .innovation-sec__row .col-right .wp-block-heading {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center
  }

  .innovation-sec__row .col-right p {
    margin-bottom: 0px;
    line-height: 1;
    text-align: center;
  }

  .innovation-sec__row .col-right a {
    font-size: 14px;
  }

  .about-sec .about-sec__col-left {
    text-align: left;
  }

  .about-sec .about-sec__col-left .wp-block-buttons {
    justify-content: left;

  }

  .about-sec .about-sec__col-left h2 {
    margin-bottom: 15px !important;
    font-size: 30px !important;
  }

  .about-sec .about-sec__col-left h3 {
    font-size: 22px !important;
  }

  .up-coming-sec::after {
    content: unset;
  }

  .h-banner-sec .h-banner__title h2,
  .up-coming__row .h-banner__title h2 {
    margin-bottom: 15px;
    font-size: 30px !important;
  }

  .h-banner-sec .h-banner__title h2 span,
  .up-coming__row .h-banner__title h2 span {
    font-size: 22px;
  }

  .home .org--stripe .wp-block-cover {
    padding: 20px 20px;
  }

  .home .org--stripe .cta-content .wp-block-column {
    padding: 20px 10px;
    text-align: center;
  }

  .home .org--stripe .cta-content .wp-block-column .wp-block-buttons {
    justify-content: center;
  }

  .reserch-sec {
    padding: 0px 10px 30px;
  }

  .reserch-sec__col .reserch-col__wrap {
    margin-bottom: 0px;
  }

  .reserch-col__content .wp-block-heading {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .reserch-sec .reserch-col__content .wp-block-button .wp-block-button__link {
    padding: 10px 50px 10px 20px;
  }

  .reserch-sec .reserch-col__content .wp-block-button .wp-block-button__link::before {
    top: 16px;
  }

  .site-footer .site-info p {
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 10px;
  }

  .site-footer .footer-left_main-des p,
  .site-footer .footer-left_des p,
  .site-footer .footer-left_call p,
  .site-footer .footer-left_mail p {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }

  .site-footer .site-info {
    width: 100%;
  }
}

/* 05-10-2023 */

.program__inner {
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 0px;
  border-top: 1px solid #b7bbc1;
  border-bottom: 1px solid #b7bbc1;
  margin-block: 20px 0px;
}

.program__inner .program__title {
  display: inline-block;
}

.program__inner p {
  display: inline-block;
  margin-bottom: 0px !important;
}

.bio-info__inner .taxonomy-term {
  display: inline-block;
  margin-bottom: 12px;
  padding-right: 6px;
  font-size: 22px;
  color: #58595b;
}

/* Add new field in people single post */

.recruiting__content {
  display: flex;
  border-bottom: 1px solid #b7bbc1;
  padding: 8px 0px;
  margin-block: 0px 20px;
}

.recruiting__content .recruiting__title {
  width: 20%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.recruiting__content .recruiting__des {
  width: 80%;
  font-size: 14px;
  line-height: 1.3;
}

.recruiting__content .recruiting__des p {
  margin-bottom: 0px;
}


@media (max-width: 1600px) {
  .recruiting__content .recruiting__title {
    width: 25%;
  }

  .recruiting__content .recruiting__des {
    width: 75%;
  }
}

@media (max-width: 1200px) {
  .recruiting__content {
    display: block;
  }
}

@media (max-width: 767px) {

  .bio-info__inner .taxonomy-term {
    margin-bottom: 6px;
    padding-right: 5px;
    font-size: 20px;
  }
}

/* Add stripe bg */

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

/* People page styling start */

.people_sec {
  padding: 70px 0px;
}

.people_sec .rw-1 .people__cl {
  width: 60%;
}

.people__rw form {
  display: flex;
  align-items: center;
  margin-inline: -10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.people__search {
  width: 60%;
  padding-inline: 10px;
}

.people__search input {
  width: 100%;
  width: 100%;
  height: 55px;
  border-radius: 10px;
  font-weight: 600;
  padding: 16px;
  color: #4b4b4b;
  border: 2px solid var(--orange);
  line-height: 1.1;

}

.people__search input:focus {
  outline: unset;
}

.people__search input::placeholder {
  color: #4b4b4b;
  text-transform: uppercase;

}

.people-progarm__option {
  width: 40%;
  padding-inline: 10px;

}

.people-progarm__option select {
  display: none;
}

.people-progarm__option .select2 {
    height: 55px;
    border-radius: 10px;
    font-weight: 600;
    width: 100% !important;
    color: #4b4b4b;
    border: 2px solid var(--orange);
    appearance: none;
    line-height: 1.1;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent;
    display: block;
    position: relative;
}

.people-progarm__option .select2::after {
  content: '';
  height: 8px;
  width: 8px;
  border-style: solid;
  border-color: var(--orange);
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  position: absolute;
  right: 26px;
  top: 22px;
}

.select2-results__options {
  padding: 0px;
  margin: 0px;
  border-radius: 0px 0px 10px 10px;
  border: 2px solid var(--orange);
  width: 100%;
  list-style: none;
  background-color: #fff;
  border-top: 0px;
  margin-top: -8px;
  overflow: hidden;
}

.select2-results__options li {
  padding: 6px 16px;
  font-weight: 800;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.select2-selection__clear {
  display: none;
}

.select2-results__options li:hover {
  background-color: #dfdfdf;
}

.select2-container--open {
  width: 100%;
  max-width: 347px;
}

.select2-selection__rendered {
  width: 100%;
  display: block;
  padding: 16px;
}

.people-progarm__option .selection {
  width: 100%;
  display: block;
}

.select2-container .select2-search__field {
  display: none;
}

.people_sec .people__filter {
  margin-bottom: 30px;
}

.people_sec .people__filter ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.people_sec .people__filter ul li {
  margin-right: 25px;
  font-weight: 600;
}

.people_sec .people__filter ul li label {
  font-size: 18px;
  cursor: pointer;
}

.people_sec .rw-3 .searh_result {
  display: flex;
  margin-inline: -20px;
  flex-wrap: wrap;
}

.people-search__cl {
  width: 25%;
  padding-inline: 20px;
  margin-bottom: 30px;
}

.people_sec .rw-3 .people__card {
  border: 2px solid #adb2b5;
  height: 100%;
}


.people_sec .people__thumbnail img {
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
}

.people__content--row {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 150px;
}

.people_sec .people__title a,
.people_sec .people__cat a {
  text-decoration: none;
}

.people_sec .people__title h2 {
  font-size: 26px;
  margin-block: 0px 15px;
  font-weight: 900;
  line-height: 1;
}

.people_sec .people__cat h3 {
  margin-top: 0px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.people_sec .people__bio {
  font-size: 16px;
}

.people_sec .people__progam {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  display: none;
}

.people_sec .people__bio {
  font-size: 16px;
}

.people__progam p {
  margin: 0px;
}

@media (max-width: 1440px) {

  .people_sec .rw-1 .people__cl {
    width: 80%;
  }

  .people-search__cl {
    width: 33.33%;
  }

  .select2-container--open {
    max-width: 345px;
  }
}

@media (max-width: 1200px) {

  .select2-container--open {
    max-width: 287px;
  }
}

@media (max-width: 1024px) {

  .people__content--row {
    padding: 12px;
    min-height: 170px;
  }

  .people_sec .people__title h2 {
    font-size: 22px;
    margin-block: 0px 10px;
  }

  .people_sec .people__cat h3 {
    font-size: 16px;
  }

  .people_sec .people__progam {
    font-size: 12px;
  }
}

@media (max-width: 991px) {

  .people_sec .rw-1 .people__cl {
    width: 100%;
  }

  .people__search input {
    height: 45px;
    padding: 8px;
    font-size: 14px;
  }

  .people-progarm__option .select2 {
    height: 45px;
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  .select2-selection__rendered {
    padding: 8px;
  }

  .people_sec .people__filter ul li label {
    font-size: 14px;
  }

  .people-search__cl {
    width: 50%;
  }

  .people-progarm__option .select2::after {
    top: 16px;
  }

  .select2-container--open {
    max-width: 266px;
  }
}

@media (max-width: 767px) {

  .people_sec {
    padding: 40px 10px;
  }

  .people-search__cl {
    width: 100%;
  }

  .people__search {
    width: 100%;
    margin-bottom: 20px;
  }

  .people-progarm__option {
    width: 100%;
  }

  .people__content--row {
    min-height: auto;
  }

  .select2-container--open {
    max-width: 356px;
  }

  .select2-results__options li {
    padding: 4px 8px;
    font-size: 14px;
  }

  .people-progarm__option .select2::after {
    top: 14px;
    right: 12px;
  }

}

@media (max-width: 400px) {
  .select2-container--open {
    max-width: 330px;
  }
}

.tax-people_cat .people_blog-outer .list-grid {
  grid-template-columns: repeat(1, 1fr);
}

.no-result-found {
  padding-left: 20px;
}

/*Resource Page /15-11-2023/ */

/*.page-id-2171 .breadcrumb-title-wrapper{
  display: none;
}*/


.resrc-contnt__rw {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto !important;
}

.resrc-titl {
  text-transform: capitalize;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1;
  font-size: 60px !important;
  font-family: var(--font-montserrat-med);
  font-weight: 900;
}

.resrc-contnt .wp-block-columns {
  align-items: center !important;
  margin-bottom: 0;
}

.resrc-contnt--1 {
  padding: 0px 20px 80px;
}

.resrc-contnt {
  align-items: center !important;
  position: relative;
  margin-bottom: 0;
}

.resrc-contnt h2 {
  margin-top: 0;
  color: var(--gray1) !important;
  text-transform: uppercase;
}

.resrc-contnt span {
  text-transform: uppercase;
  color: var(--orange);
  font-style: italic;
  font-weight: 600;
  font-size: 30px;
  font-family: var(--font-montserrat-ultra);
}

.resrc-contnt p {
  max-width: 85%;
  width: 100%;
  font-weight: 300;
  font-size: 22px;
}


.resrc-contnt--2 p {
  max-width: 100%;
}

.page-id-2171 .wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: transparent !important;
}

.resrc-contnt figure {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.resrc-contnt--1 .wp-block-image {
  position: relative;
}

.resrc-contnt--1 .wp-block-image:before {
  content: "";
  position: absolute;
  /* background-image: url('/wp-content/uploads/2023/11/big_problem_upper.png'); */
  height: 100%;
  width: 100%;
  top: -150px;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  background-size: contain;
  right: 0;
}

.explore-world__pic {
  position: relative;
}

.explore-world__pic::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 400px;
  max-height: 300px;
  background-image: url(../images/exploring-shap.svg);
  top: -200px;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  background-size: cover;
  left: 80px;
}

.resrc-contnt--2 .h-title {
  position: relative;
}

.resrc-contnt--2 .h-title:before {
  content: "";
  position: absolute;
  background-image: url('/wp-content/uploads/2023/11/img546464.png');
  height: 100%;
  width: 100%;
  max-width: 90px;
  top: -35px;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  background-size: cover;
  left: 60px;
}

.resrc-contnt--2:before {
  content: "";
  position: absolute;
  background-image: url(../images/our-world-right-pic.png);
  height: 100%;
  width: 100%;
  max-width: 390px;
  top: -50px;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: unset;
  background-size: cover;
  right: 0;
  max-height: 340px;
}

.resrc-contnt--3 {
  padding-block: 80px 120px;
}

.resrc-contnt--3:before {
  content: "";
  position: absolute;
  height: 100%;
  max-height: 300px;
  width: 100%;
  max-width: 600px;
  background-image: url(../images/poly_shapes.svg);
  top: -66px;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: unset;
  background-size: contain;
  left: 90px;
}

.resrc-contnt--3:after {
  content: "";
  position: absolute;
  height: 100%;
  max-height: 300px;
  width: 100%;
  max-width: 1200px;
  background-image: url(../images/building-shape.svg);
  bottom: 0px;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  background-size: cover;
  left: 0;
}

.resrc-contnt .wp-block-cover__image-background {
  display: none;
}

.resrc-3--left {
  position: relative;
}

.resrc-3--left:before {
  content: "";
  position: absolute;
  height: 110px;
  width: 85px;
  background-image: url('/wp-content/uploads/2023/11/arrow_direct.svg');
  top: 55%;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  background-size: contain;
  right: 0;
}


/* Fututre building section styling start */

.bulid-sec .future-arrow__pic {
  text-align: right;
  margin-right: 30px !important;
}

.bulid-sec .future-arrow__pic img {
  max-width: 130px;
  width: 100%;
  margin-top: -30px;
}

.celebrating__section {
  background: url('/wp-content/uploads/2023/11/grey-back.webp') no-repeat;
  padding: 120px 20px 0;
  background-size: cover;
  position: relative;
}

.celebrating__section .wp-block-columns {
  padding-inline: 0px;
  margin-bottom: 0px;
}

.celebrating-right h2 {
  margin-block: 20px;
}

.celebrating__section .wp-block-cover__background {
  background-color: transparent !important;
}

.celebrating__section:after {
  content: "";
  background: url(/wp-content/uploads/2023/11/footer-left-line.png) no-repeat;
  position: absolute;
  height: 90px;
  background-position: right;
  bottom: -25px;
  left: 0;
  width: 30%;
}

.celebrating__section:before {
  content: "";
  background: url(/wp-content/uploads/2023/11/dash-lines.webp);
  width: 300px;
  height: 85px;
  position: absolute;
  bottom: -64px;
  z-index: -9;
  left: 0;
}

.celebrating-left h2 {
  margin-top: 30px;
  color: var(--blue) !important;
}

.celebrating-left h2 span {
  font-style: italic;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -2px;
  font-family: var(--font-montserrat-ultra);
}

.pricing_with-back {
  text-align: center;
  color: #fff;
  position: relative;
  min-height: 350px;
  padding-inline: 20px;
}

.pricing_with-back:first-child {
  background-color: var(--pink);
}

.pricing_with-back .cap__img {
  background-color: var(--blue);
  border-radius: 50%;
  width: 100%;
  max-width: 80px;
  margin: auto;
  height: 80px;
  display: flex;
  margin-top: -40px;
  justify-content: center;
  align-items: center;
}

.pricing_with-back .bullet__img {
  background-color: var(--pink);

}

.pricing_with-back .bottel__img {
  background-color: var(--green);
}

.pricing_with-back .cap__img img {
  width: 40px;
}

.pricing_with-back::after {
  content: "";
  width: 100%;
  height: 40px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -40px;
}

.pricing_with-back:first-child:after {
  background-image: url('/wp-content/uploads/2023/11/btm_ang.svg');
}

.pricing_with-back:nth-child(2):after {
  background-image: url('/wp-content/uploads/2023/11/btm_ang-blue.svg');
}

.pricing_with-back:last-child:after {
  background-image: url('/wp-content/uploads/2023/11/btm_ang-green.svg');
}

.pricing_with-back:nth-child(2) {
  background-color: var(--blue);
}

.pricing_with-back:last-child {
  background-color: var(--green);
}

.celebrating-right p {
  font-style: italic;
}

/*Responsive*/

@media (max-width: 1440px) {

  .resrc-contnt--2:before {
    max-width: 280px;
    top: -70px;
    max-height: 220px;
  }

  .resrc-contnt--3:before {
    max-height: 200px;
    max-width: 400px;
    top: -50px;
    left: 0px;
  }

  .bulid-sec .future-arrow__pic img {
    max-width: 100px;
    margin-top: -20px;
  }

  .resrc-contnt--3:after {
    max-height: 330px;
    max-width: 100%;
  }

}

@media (max-width: 1200px) {

  .resrc-contnt--3 {
    padding: 80px 20px 120px;
  }

  .resrc-contnt--3:after {
    max-height: 310px;
    bottom: 0;
  }

  .resrc-contnt--2 {
    padding-inline: 20px;
  }

  .resrc-contnt h2 {
    margin-bottom: 20px;
  }

  .resrc-contnt span {
    font-size: 24px;
  }

  .explore-world__pic::before {
    max-width: 300px;
    max-height: 200px;
    top: -154px;
    left: 50px;
  }

  .resrc-contnt p {
    max-width: 100%;
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .resrc-contnt--2:before {
    max-width: 180px;
    top: -60px;
    max-height: 150px;
  }

  .explore-world__pic::before {
    max-width: 250px;
    max-height: 142px;
    top: -130px;
    left: 0px;
  }

  .resrc-contnt--2 .h-title:before {
    max-width: 60px;
    top: -30px;
    left: 30px;
  }

  .resrc-contnt--3:before {
    max-height: 150px;
    max-width: 300px;
    top: -30px;
    left: 0px;
  }

  .bulid-sec .future-arrow__pic img {
    max-width: 60px;
    margin-top: -30px;
  }

  .resrc-contnt--3:after {
    max-height: 220px;
  }

  .resrc-contnt--3 {
    padding: 40px 20px 70px;
  }
}


@media (max-width: 767px) {

  .journy p {
    font-size: 30px !important;
    line-height: 1 !important;
  }

  .pricing_with-back {
    min-height: 250px;
    margin-bottom: 30px !important;
  }

  .celebrating__section {
    padding: 30px 20px 40px;
  }

  .celebrating-left h2 {
    margin-top: 0px;
  }

  .celebrating-right h2 {
    margin-block: 10px;
    font-size: 30px;
  }

  .celebrating-right p {
    font-size: 14px;
  }


  .celebrating__section:after {
    display: none;
  }

  .resrc-contnt--1 {
    padding: 40px 20px;
  }

  .resrc-contnt--2 {
    padding: 10px 20px 50px;
  }

  .resrc-3--left:before {
    top: -44%;
  }

  .resrc-titl {
    font-size: 36px !important;
    margin-bottom: 0;
  }

  .resrc-contnt--1 .is-layout-flex {
    gap: 0;
  }

  .resrc-contnt span {
    font-size: 18px;
  }

  .resrc-contnt p {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .resrc-contnt--2:before {
    max-width: 110px;
    top: -30px;
    max-height: 80px;
  }

  .explore-world__pic::before {
    content: unset;
  }

  .resrc-contnt--2 .is-layout-flex {
    flex-direction: column-reverse;
  }

  .resrc-contnt--3:before {
    max-height: 150px;
    max-width: 200px;
    top: -60px;
  }

  .resrc-contnt--3 {
    padding: 40px 20px 40px;
  }

  .bulid-sec .future-arrow__pic {
    margin-right: 0px !important;
  }

  .bulid-sec .future-arrow__pic img {
    max-width: 40px;
    margin-top: -10px;
  }

  .jouney__rw {
    min-height: 250px !important;
  }

  .resrc-contnt--3:after {
    max-height: 120px;
  }

  .jouney__rw h2 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 0px;
  }

  .resrc-contnt h2 {
    margin-bottom: 10px;
  }

  .celebrating__section:before {
    width: 200px;
    background-size: contain;
    height: 50px;
    bottom: -30px;
  }
}

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

/* Header Navbar Uodates form Mobile */

@media (min-width: 991px) {
    nav.nav-primary {
        padding-bottom: 0;
    }

    .page .submenu {
        padding-bottom: 94px;
    }
}

@media (max-width: 1440px) {
    .page .submenu {
        padding-bottom: 56px;
    }

}

@media (max-width: 991px) {
    .page .submenu {
        padding-bottom: 0;
    }

    .menu-item-has-children a {
        padding: 16px 10px !important;
        font-size: 16px;
        display: inline-block;
        width: -webkit-fill-available;
        max-width: max-content;
    }

    nav.nav-primary ul.menu-primary .menu-item ul.sub-menu {
        left: 0;
        background-color: #d9dfe3;
        display: none;
        min-width: unset !important;
        width: 100% !important;
    }

    .menu-item-has-children>a {
        position: relative;
        padding-right: 20px;
    }

    .menu-item-has-children:before {
        content: "";
        position: absolute !important;
        right: 40px;
        border-right: 2px solid;
        border-top: 2px solid;
        height: 10px !important;
        width: 10px !important;
        transform: rotate(135deg);
        bottom: 6px;
        z-index: 9999;
        top: 25px;
    }

    .menu-item-has-children {
        position: relative !important;
    }

    nav.nav-primary .active_menu ul.sub-menu {
        display: block !important;
        background: #333;
        margin: 0 !important;
        padding-left: 15px !important;
    }
}


@media (max-width: 767px) {
    .menu-item-has-children:before {
        right: 20px;
    }
}