  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* Mobile spacing + overlap fix */
@media (max-width: 768px) {

    /* Add real separation from the section above */
    .What-are-you-waiting-section {
        margin-top: 70px;          /* main separation */
        padding: 60px 20px;        /* internal breathing room */
        position: relative;
        z-index: 1;
    }

    /* Prevent margin collapse from the element above */
    .What-are-you-waiting-section::before {
        content: "";
        display: table;
    }

    /* Ensure Refunds section pushes properly */
    .refunds-section,
    .Refunds-section {
        margin-bottom: 40px;
    }

    /* Give the image breathing room */
    .refunds-section img,
    .Refunds-section img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }
}


.landing-page-contentSec>.wrapper>.inner {
    display: flex;
    gap: 0px;
	
}




@media (max-width: 767px) {
    .regular-text p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .regular-text p:last-child {
        margin-bottom: 0;
    }
}










.search-bar-form .search img {
    width: 100%;
    padding: 10px;
    height: 100%;
    filter: brightness(0);
    top: 10px;
    position: relative;
}

@media (max-width: 768px) {
  .search-bar-form .search img {
    width: 100%;
    padding: 10px;
    height: 100%;
    filter: brightness(0);
    top: -3px;
    position: relative;
  }
}

.search-bar-form .input {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--interface-white);
    color: var(--brand-black);
    font-family: var(--font-sans-pro);
    padding: 5px 10px;
    border-radius: 4px;
    padding-right: 37px;
    font-size: 20px;
    margin-top: 10px;
}


@media (max-width: 768px) {
.search-bar-form .input {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--interface-white);
    color: var(--brand-black);
    font-family: var(--font-sans-pro);
    padding: 5px 10px;
    border-radius: 4px;
    padding-right: 37px;
    font-size: 20px;
    margin-bottom: 30px;
}
}

.search-bar-form .clearButton {
    right: 37px;
    top: 44px;
}

@media (max-width: 768px) {
.search-bar-form .clearButton {
    right: 37px;
    top: 32px;
}
}


@media (max-width: 768px) {
    .stay-connectedcard .contentWrap .title {
        font-size: 20px;
        line-height: 30px;
        font-family: var(--font-sans-pro);
        margin-bottom: 55px;
        padding-bottom: 8px;
        min-height: 44px;
    }
}



@media (max-width: 1024px) {
    .What-are-you-waiting-section {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-top: 120px;
    }
}



a[href^="tel:"] {
    display: inline-block;
    min-height: 26px;
    line-height: 26px;
    text-decoration-color: currentColor;
    transition: text-decoration-color 0.3s ease;
}

a[href^="tel:"]:hover {
    text-decoration-color: #da0016;
}


.humanities_top {
    padding-bottom: 35px;
    width: 910px;
}

@media (max-width: 1025px) {
.humanities_top {
    padding-bottom: 35px;
    width: 100%;
	padding-right:15px;
}
}

@media (max-width: 768px) {
.humanities_top {
    padding-bottom: 35px;
    width: 100%;
	margin-right:15px;
}
}



.contact_info {
    margin-top: 40px;
    margin-right: 0px;
	padding-right: 40px;
	padding-bottom:20px;
}
	

/* .leftStickyHalf {
        align-self: flex-start;
        width: 500px;
        position: sticky;
        position: -webkit-sticky;
        top: 170px;
        padding-bottom: 50px;
       
        padding-right: 41px;
    } */

.leftStickyHalf {
    align-self: flex-start;
    flex: 0 0 345px;
    max-width: 345px;
    position: sticky;
    position: -webkit-sticky;
    top: 170px;
    padding-bottom: 50px;
    padding-right: 41px;
}

		@media (max-width: 1025px) {
    .leftStickyHalf {
        align-self: flex-start;
        width: 330px;
        position: static;
        
        top: 170px;
        padding-bottom: 50px;
        /* top: 150px; */
        padding-right: 0px;
        margin-right: 50px;
    }
		}		
		




a {
  transition: 0.3s;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

a:hover,
a:focus {
  text-decoration: underline;
}

:focus-visible {
  outline: 3px solid var(--brand-red) !important;
  outline-offset: 3px;
}

a.focus-visible,
a[data-focus-visible-added],
.button-styled.focus-visible,
.button-styled[data-focus-visible-added] {
  outline: 3px solid var(--brand-red) !important;
  outline-offset: 3px;
}








.visually-hidden {
  color:#fff;
}





.important-links-info-content-half .desc
 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.landing-page-programDetail .campus-calendar-section {
    padding-top: 24px !important;
    border: solid;
    border-radius: 10px;
    padding-left: 20px;
    border-color: #e3e4e5;
}

.call-to-action-masked-image-section .img-wrap img {
    min-height: 420px;
    max-height: 657px;
    max-width: 664px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    mask-image: url(/_resources/images/_dev_images/call-to-action-masked-image.png);
    -webkit-mask-image: none;
    mask-position: top;
    -webkit-mask-position: top;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    object-fit: cover;
    border-radius: 10px;
}




.landing-page-programDetail .campus-calendar-section {
    padding-top: 28px !important;
    border: solid;
    border-radius: 10px;
    padding-left: 20px;
    border-color: #e3e4e5;
}



.type-of-student-image {
    width: 100%; /* Ensure it fills the mask */
    height: 112%;
    object-fit: cover; /* Maintain proportions while covering */
    position: absolute;
    top: -59px;
    mask-image: url(/_resources/images/_dev_images/type-of-student-image-mask.png);
    -webkit-mask-image: url(/_resources/images/_dev_images/type-of-student-image-mask.png);
    mask-position: center;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover; /* Ensure mask fits the container */
    -webkit-mask-size: cover;
    max-width: 582px;
    max-height: 799px;
}





header {
    position: relative;
    z-index: 1001;
    min-height: 149px;
    
}

.grLaPaHe-section2 {
    background-color: #e3e4e5;
    min-height: auto;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
}


.type-of-student-card:hover {
    background-color: #ccc; /* Hover color */
   
}

.featured-event-outer .featured-event-wrapper .featured-events .featured-event-image {
    background: var(--mc-theme-color-main);
    background-position: 50%;
    background-size: cover;
    height: 13em !important;
}


.call-to-action-section .img-half img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.link-list-wrap {
	padding-top: 0px !important;
}

.search-bar-form .search {
    border: none;
    width: 37px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    top: 16px;
    right: 0;
}



@media (max-width: 1024px) {
    .call-to-action-masked-image-section .img-wrap img {
    height: 500px !important;
    max-width: 100% !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    position: static !important;
  }
}

.fast-facts-card .counter-number {
    color: var(--brand-red);
    text-align: center;
    font-family: "hello-bloomie-script";
    
    font-weight: 400;
   
    margin-bottom: 20px;
	white-space: nowrap;
}

.fast-facts-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: baseline;
    text-align: center;
    aspect-ratio: 1;
    width: calc(25% -(14px* 3) / 4);
    border-radius: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: var(--interface-white);
    padding: 74px 10px 30px;
}

@media (max-width: 768px) {

.fast-facts-section h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .fast-facts-section {
    padding-top: 81px;
    padding-bottom: 81px;
    padding-left: 0px;
    padding-right: 0px;
    min-height: auto;
  }

  .fast-facts-cards {
    display: flex; /* Ensures proper flexbox behavior */
    flex-wrap: wrap;
    gap: 10px;
  }

  .fast-facts-card {
    width: calc(50% - 5px);
    margin: 0;
    padding: 18px;
    aspect-ratio: 2;
    height: auto; /* Fallback for older browsers or Firefox quirks */
    min-height: 150px; /* Ensures minimum height */
  }

 /* .fast-facts-card .counter-number {
    font-size: 48px;
    line-height: 96px;
    margin-bottom: 0;
  } */

}


.mega-menu .submenu ul li a {
    color: var(--brand-black);
    font-family: var(--font-sans-pro);
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 0px;
}

.breadcrumb-section {
    padding: 10px 0;
}




.wrapper {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 30px;
    padding-bottom: 20px;
}

.single-column-content-block-secton .desc {
    display: flex;
    font-family: var(--font-neo);
    flex-direction: column;
    gap: 15px;
}

.accordian-section {
    padding: 20px 0;
}

ol {
	padding-left: 15px;
}

.sub_coform .ou-form label {
	color: #fff;
}

.sub_coform .ou-form button[type="reset"] {
	display:none;
}

/*
added per customer request ticket #206805
*/

.new-link{
	text-decoration: none;
	color: var(--brand-red);
	font-family: var(--font-neo);   
	font-weight: 700;
	line-height: 17px;
	position: relative;
}

.new-link::after {
	content: " > ";
}

.new-link-no-af::after {
	content: "";
}

.contentSecHalf p, .single-column-content-block-secton p {
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	font-family: var(--font-sans-pro);
	min-height: 26px;
    line-height: 26px;
	color: var(--brand-black);
	margin-bottom: 16px;
	
} 

.contentSecHalf ul li, .single-column-content-block-secton ul li,  .single-column-content-block-secton ol li, .regular-text ul li {
	padding: 0px 2px;
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	font-family: var(--font-sans-pro);
	line-height: 24px;
	color: var(--brand-black);
	margin-bottom: 24px;
	margin-left: 24px;
}

.contentSecHalf h3, .single-column-content-block-secton h3 {
	color: var(--brand-black);
	font-family: var(--font-neo);
	font-size: 32px;
	font-weight: 700;
	line-height: 34px;
}



.contentSecHalf h4, .single-column-content-block-secton h4 {
	color: var(--brand-black);
	font-family: var(--font-neo);
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}



.contentSecHalf h5, .single-column-content-block-secton h5 {
	color: var(--brand-black);
	font-family: var(--font-neo);
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}



.contentSecHalf h6, .single-column-content-block-secton h6 {
	color: var(--brand-black);
	font-family: var(--font-neo);
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
}

.artcle_temphead img {
	width: 60%;
	height: auto;
	border-radius: 8px;
}

.humaninties_head p {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px;
	font-family: var(--font-neo);
	color: var(--brand-red);
}

header.header2 {
	padding-bottom:0;
}

section.NR_article_main{
	padding-top:40px;
}

section.newsroom-mainsec{
	padding-top:40px;
}

.stay-connectedcards.news-cards .img-wrap {
	height:313px;
}

/*ticket #213955*/
.accordian-section .accordian-content .desc a.button-styled {
	color: var(--interface-white);
}

.landing-page-programDetail .featured-events-section .section-header {
	justify-content: center;
	margin-bottom: 50px;
}

.landing-page-programDetail .quick-guide-tab-section {
	padding-top: 10px;
	padding-bottom: 10px;
}

element.style {
	--height: calc(50px - 40px);
}

.important-links-info-section {
	padding: 20px 0;
}

.announcement-box-section {
	padding: 5px 0px;
}

.single-column-content-block-secton h2 {
	margin-bottom: 20px;
	padding-top: 25px;
}

.link-list-section {
	padding-bottom: 10px;
	padding-top: 30px;
}

.two-column-content-block-section {
	padding: 20px 0;
	padding-top: 25px;
}

.PDcalltoaction {
	padding: 40px 0;
	padding-top: 0px;
}

.careermain {
	padding-bottom: 75px;
	padding-top: 40px;
}

/*ticket 216043*/
@media (max-width: 1024px)
{ 
	.grLaPaHe-section .left-half h1 { max-width: 100%; }
}
/*ticket 216043*/

.mega-menu {
	pointer-events: none;
	opacity: 0;
	width: 75%;
	min-height: 429px;
	position: absolute;
	padding: 25px;
	top: 68px;
	top: 61px;
	left: 285px;
	/* background: linear-gradient(to bottom, #e3e4e5 0%, #fff 100%); */
	background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #dbdcdd 15%,
    #d4d5d6 30%,
    #cccccd 45%,
    #cfcfd0 60%,
    #d9d9da 75%,
    #eaeaea 85%,
    #f5f5f5 92%,
    #ffffff 100%
  );
	/* background-color: #e3e4e5; */
	z-index: 1;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: 1px solid #a9a9a9;
}

.mega-menu-inner {
	position: relative;
	max-width: 1050px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.latestnews_img img { 
 height: auto;
}


.spacer {
    height: calc(50px - 40px);
}

.PDMassionary_sldier2 {
    width: 100%;
    padding: 5px 0;
    padding-top: 25px;
}

a:hover {
	text-decoration: underline;
}
