@media (max-width: 1300px) {

  /* fast facts - start */
  .fast-facts .facts {
    padding: 20px 4% 20px 8%;
    transform: skewX(160deg);
  }

  .fast-facts .fact-content {
    transform: skewX(-160deg);
  }

  .fast-facts .fact-number {
    font-size: 30px;
  }

  /* fast facts - end */

  /* hero banner small - start */
  .hero-banner-small {
    display: flex;
    flex-direction: column;
  }

  .hero-banner-small::before,
  .hero-banner-small::after,
  .hero-banner-small .hero-banner-small-content::after {
    display: none;
  }

  .hero-banner-small .hero-banner-small-content {
    order: 1;
    width: 100%;
    padding: 40px 30px;
    border-top: 26px solid var(--secondary);
  }

  .hero-banner-small .img-container {
    order: 0;
    position: static;
    transform: none;
    width: 100%;
    height: 300px;
    border-image: none;
    border-top: none;
    border-right: none;
  }

  .hero-banner-small .img-container .img-div {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
  }

  /* hero banner small - end */

  /* quote banner- start */
  .quote-banner {
    min-height: unset;
  }

  .quote-banner .quote-banner-image {
    position: relative;
    width: 100%;
    height: 300px;
    border-top: none;
  }

  .quote-banner .angled-div {
    position: absolute;
    transform: skewX(-19deg);
    right: -14%;
    top: 0;
    width: 50%;
    height: 300px;
    background-color: var(--tertiary-sheer);
  }

  .quote-banner .quote-banner-content {
    position: static;
    width: 100%;
    height: 100%;
    min-height: unset;
    padding: 40px 30px;
  }

  .quote-banner .quote-banner-text {
    font-size: 30px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .quote-banner .quote-banner-content::after,
  .quote-banner .quote-banner-content::before {
    display: none;
  }

  /* quote banner - end */
}

@media (max-width: 991.5px) {

  /* global - start */
  .section {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .negative-margin-desktop {
    margin-top: 0;
  }

  .divider-gap {
    height: 50px;
  }

  /* global - end */

  /* showcase - start */
  .showcase-title {
    font-size: 30px;
    margin: 100px 0 40px 0;
  }

  .showcase-title::before {
    width: 70px;
    height: 14px;
  }

  /* showcase - end */

  /* headings - start */
  h1,
  .h1 {
    font-size: 2rem;
  }

  h2,
  .h2 {
    font-size: 1.75rem;
  }

  h3,
  .h3 {
    font-size: 1.5rem;
  }

  h4,
  .h4 {
    font-size: 1.2rem;
  }

  h5,
  .h5 {
    font-size: 1rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }

  /* headings - end */

  /* breadcrumb - start */
  .breadcrumb-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .breadcrumb-item.active,
  .breadcrumb-item a {
    font-size: 14px;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    padding: 8px 6px 0 4px;
    font-size: 10px;
  }

  /* breadcrumb - end */

  /* home hero banner - start */
  .home-hero-banner {
    height: 500px;
    max-height: 500px;
    padding: 100px 0;
  }

  .home-hero-banner_video {
    height: 500px;
    max-height: 500px;
  }

  .home-hero-banner .divider-line,
  .home-hero-banner_video .divider-line {
    width: 80%;
  }

  .home-hero-banner .d-btn,
  .home-hero-banner_video .d-btn {
    display: block;
    margin: 14px auto;
  }

  .home-hero-banner_video .play-pause {
    top: 86%;
    right: 38px;
  }

  /* home hero banner - end */

  /* mid banner - start */
  .mid-banner .mid-banner-first-col {
    padding: 30px;
  }

  .mid-banner .mid-banner-second-col {
    padding: 20px 30px;
  }


  /* mid banner without image  */
  .mid-banner-without-img {
    background-color: var(--primary);
  }

  .mid-banner-without-img .mid-banner-first-col {
    border-bottom: 16px solid var(--tertiary);
  }

  .mid-banner-without-img .mid-banner-first-col::after {
    display: none;
  }

  .mid-banner-without-img .mid-banner-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .mid-banner-without-img .mid-banner-second-col {
    background: var(--primary);
    font-size: 16px;
  }


  /* mid banner with image  */
  .mid-banner-with-img {
    font-size: 16px;
  }

  .mid-banner-with-img .mid-banner-img {
    border-bottom: 16px solid var(--secondary);
  }

  .mid-banner-with-img .mid-banner-img img {
    height: 220px;
  }

  .mid-banner-with-img .mid-banner-img::before,
  .mid-banner-with-img .mid-banner-img::after {
    display: none;
  }

  /* mid banner - start */

  /* hero banner large - start */
  .hero-banner-large .hero-banner-large-img {
    height: 300px;
  }

  .hero-banner-large .hero-banner-large-content {
    margin: -80px 0px 50px 0px;
    padding: 40px;
  }

  .hero-banner-large .hero-banner-large-angle {
    border-top: 20px solid var(--tertiary);
  }

  .hero-banner-large .hero-banner-large-angle:before {
    width: 16px;
    height: 71px;
  }

  .hero-banner-large .hero-banner-large-angle:after {
    width: 16px;
  }

  /* hero banner large - end */

  /* hero banner large 2 - start */
  .hero-banner-large-2 {
    width: 100%;
    min-height: unset;
    padding-bottom: 0;
  }

  .hero-banner-large-2 .hero-banner-large-2-content::after,
  .hero-banner-large-2 .angled-div,
  .hero-banner-large-2 .angled-div::before {
    display: none;
  }

  .hero-banner-large-2 .hero-banner-large-2-image {
    position: static;
    height: 300px;
    padding: 0;
  }

  .hero-banner-large-2 .hero-banner-large-2-content {
    position: static;
    width: 100%;
    background-color: var(--primary);
    color: var(--white);
    padding: 40px 30px;
  }

  /* hero banner large 2 - end */

  /* cta box - start */
  .cta-box {
    padding: 50px 20px;
  }

  .cta-box .cta-box-text {
    font-size: 28px;
    text-align: left;
  }

  .cta-box .divider {
    display: none;
  }

  .cta-box .d-btn {
    margin-top: 10px;
  }

  /* cta box - end */

  /* angled card - start */
  .angled-card .angled-card-img img {
    height: 200px;
  }

  .angled-card .date-badge {
    font-size: 20px;
  }

  /* angled card - end */

  /* degree finder box - start */
  .degree-finder-banner .degree-finder-box {
    background: linear-gradient(60deg, var(--primary-darker) 70%, var(--primary-sheer) 70%, var(--primary-sheer) 100%), url(../img/degree-finder-bg.png);
  }

  .degree-finder-banner .degree-finder-content {
    padding: 0 20px;
  }

  .degree-finder-box {
    background: linear-gradient(60deg, var(--primary-darker) 70%, var(--primary) 70%, var(--primary-darker) 100%);
    padding: 40px 20px;
  }

  .degree-finder-box .degree-finder-title {
    font-size: 34px;
    padding-left: 14px;
  }

  .degree-finder-box p {
    padding-left: 0;
  }

  /* degree finder box - end */

  /* image banner - start */
  .image-banner {
    height: 300px;
  }

  .image-banner::before {
    height: 300px;
  }

  .image-banner .image-banner-title {
    font-size: 34px;
    margin: 30px 10px;
  }

  /* image banner - end */

  /* tier sidenav - start */
  .sidenav-tier {
    padding: 14px;
  }

  .sidenav-tier .sidenav-tier-title {
    display: block;
    margin: 0;
  }

  .sidenav-tier .sidenav-tier-title::after {
    content: "\f078";
    font: var(--fa-font-solid);
    color: var(--primary);
    float: right;
    margin-top: 4px;
  }

  .sidenav-tier .sidenav-tier-accordion {
    display: none;
    margin-top: 26px;
    padding: 0 10px;
  }

  /* tier sidenav - end */

  /* checkbox sidenav - start */
  .sidenav-checkbox {
    border: 1px solid var(--gray-border);
    padding: 14px;
  }

  .sidenav-checkbox .sidenav-checkbox-title {
    margin: 0;
  }

  .sidenav-checkbox .sidenav-checkbox-title::after {
    content: "\f078";
    font: var(--fa-font-solid);
    color: var(--primary);
    float: right;
    margin-top: 4px;
  }

  .sidenav-checkbox .sidenav-checkbox-categories {
    display: none;
    margin-top: 26px;
    padding: 0 10px;
  }

  /* checkbox sidenav - end */

  /* fast facts - start */
  .fast-facts {
    background: transparent;
  }

  .fast-facts .facts,
  .fast-facts .fact-content {
    transform: none;
  }

  .fast-facts .fact-number {
    min-width: 130px;
  }

  /* fast facts - end */

  /* buttos cta box - start */
  .btn-cta-box {
    background: transparent;
  }

  .btn-cta-box .btn-ctas {
    transform: none;
  }

  .btn-cta-box .btn-ctas .btn-cta-link {
    font-size: 24px;
    transform: none;
  }

  /* buttos cta box - end */

  /* faculty profile - start */
.faculty-profile-img { 
    width: 100%; 
}

  /* faculty profile - end */
}

@media (max-width: 767.5px) {

  /* side tabs - start */
  .side-tabs .nav-pills {
    border-right: 0;
    border-left: 4px solid var(--gray-border);
    padding: 0;
    margin-bottom: 30px;
  }

  .side-tabs .nav-link {
    text-align: left;
  }

  /* side tabs - end */
}