
/** Column and Row **/
.text-center { text-align:center; }
.cols-wrapper { overflow:hidden; }
.cols-group {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-left: -16.5px;
  margin-right: -16.5px;
}
.cols-group > .col,
.cols-group > div[class*="col-"] {
  padding-left: 16.5px;
  padding-right: 16.5px;
}
/* .col {
  flex: unset;
} */
.equal-col { width:50%; }
.col-30 { width:30%; }
.col-40 { width:40%; }
.col-45 { width:45%; }
.col-50 { width:50%; }
.col-55 { width:55%; }
.col-60 { width:60%; }
.col-70 { width:70%; }




.cp-custom-btn {
    display: inline-block;
    vertical-align: top;
    color: #FFF;
    text-align: center;
    font-family: "Segoe UI";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    text-transform: capitalize;
    padding: 13px 38px;
    margin: 14px 0 0;
    border-radius: 8px !important;
    background: #F7B533;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
}
.cp-custom-btn svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    margin: 0 0 0 7px;
}





.custom-modal .modal-content {
    padding: 30px 18px 13px 18px;
    border-radius: 15px;
    background: #FFF;
    border: 1px solid #9A9999;
}
.custom-modal .modal-header {
    border: 0 none;
    padding: 0;
}
.custom-modal .modal-header button.btn-close {
    color: #021c78;
    position: absolute;
    inset: auto;
    top: 0;
    right: 0;
    margin: -.5rem -.5rem -.5rem auto !important;
    background-color: #ffffff;
    border: 1px solid #021c78;
    opacity: 1;
    border-radius: 100% !important;
}
.custom-modal .modal-body {
    padding: 0;
}
.custom-modal.modal .form_box {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}
.custom-modal.modal .modal-dialog {
    max-width: 450px;
}





.CP_TPCourse_LP39_HighlightCampusImmersion section.overview.padding {
  padding: 0;
}






/******** STICKY NAVIGATION ********/
.cp-tab-nav {
  display: none !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.sticky-top.cp-stickynav-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 999;
	background: #F8F8F8;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
  margin: 25px 0 50px;
}
.sticky-top.cp-stickynav-wrapper .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 10px;
}
.sticky-top.cp-stickynav-wrapper .container {}
.sticky-navbar-group {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.sticky-top.cp-stickynav-wrapper .nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    gap: 5px 6px;
    overflow-x: auto;
    overflow-y: hidden;
}
.sticky-top.cp-stickynav-wrapper .nav::-webkit-scrollbar {
    width: 100%;
    height: 5px;
}
.sticky-top.cp-stickynav-wrapper .nav::-webkit-scrollbar-track {
    background: #D9D9D9;
}
.sticky-top.cp-stickynav-wrapper .nav::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background: #021C78;
  width: 35px;
}
.sticky-top.cp-stickynav-wrapper .nav-item {
  padding: 0;
  margin: 0;
}
.sticky-top.cp-stickynav-wrapper .nav-link {
	color: #9A9999;
  
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  white-space: nowrap;
	padding: 20px 13px;
  margin: 0;
  border: 0 none;
}
.sticky-top.cp-stickynav-wrapper .nav-link:hover {
	color: #9A9999;
  font-weight: 400;
}
.sticky-top.cp-stickynav-wrapper .nav-link.active {
  color: #021C78;
  font-weight: 700;
}
.sticky-top.cp-stickynav-wrapper .floating {
  color: #021C78;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: capitalize;
  text-align: center;
  border-radius: 8px;
  background: #E7FF2A;
  border: 0;
  transform: none !important;
  padding: 12px 25px;
  margin: 0 0;
  width: 220px;
  min-width: 220px;
  height: auto;
  position: static !important;
}
/*
body.CP_TPCourse_LP39_HighlightCampusImmersion > .floating {
  display: none !important;
}
*/
.CP_TPCourse_LP39_HighlightCampusImmersion .key-points.fixed { z-index:9999; }
section.key-points.fixed + section { margin-top:75px!important; }











/**********/
section.highlight-immersion-sec {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}
.highlightImmersion-content-group h2 {
    text-decoration: none;
    border-bottom: 2px solid #F7B533;
    padding: 0 0 11px;
    margin: 0 0 21px;
}
.highlightImmersion-content-group ul,
.highlightImmersion-content-group ul li {
    color: #000;
    
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 133.333%;
    letter-spacing: 0.4px;
}
.highlightImmersion-content-group ul {
    padding: 0 0 0 30px;
    margin: 0;
}
.highlightImmersion-content-group ul li {
    margin: 0 0 15px;
}
.highlightImmersion-icon-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
    padding: 25px 0 0;
}
.highlightImmersion-icon-col {
    width: 50%;
    padding: 0 35px 18px;
}
.highlightImmersion-icon-col,
.highlightImmersion-icon-col p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}
.highlightImmersion-icon-col p {
    margin: 0 0 5px;
}
.highlightImmersion-icon-col:nth-child(2n + 2) {
    border-left: 2px solid #000000;
}
.highlightImmersion-icon-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 7px 0;
}
.highlightImmersion-icon-item img {
    width: 45px;
    height: 45px;
    aspect-ratio: 1 / 1;
    margin-right: 15px;
    vertical-align: top;
}
.highlightImmersion-icon-item + .highlightImmersion-icon-item {
    margin-top: 6px;
}
.highlightImmersion-icon-item + p { margin-top:13px; }





/**** Highlights Section ****/
section.highlights > .container > .d-md-flex { display:flex!important;flex-wrap:wrap!important; }
section.highlights .highlight-card:nth-child(5) { order:1; }
section.highlights .highlight-card:nth-child(3) { order:2; }
section.highlights .highlight-card:nth-child(2) { order:3; }
section.highlights .highlight-card:nth-child(1) { order:4; }
section.highlights .highlight-card:nth-child(4) { order:5; }



section.sticky {
    z-index: 9999;
}






@media (min-width: 768px) {
    .show-mobile { display:none!important; }

    section.spotlight, 
    section.spotlight .banner_wrp, 
    section.spotlight .banner_pic {
        min-height: 500px;
    }
    section.spotlight .banner_txt {
        position: relative;
        inset: auto;
        padding: 20px 0 70px;
    }
    section.spotlight .banner_wrp {
        position: relative !important;
    }
    section.spotlight .banner_pic {
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
    }

    .highlightImmersion-imgs-group {
        display: grid;
        grid-gap: 15px 10px;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    .highlightImmersion-img {
        /*width: 300px;
        height: 137px;*/
        border-radius: 15px;
        border: 1px solid #021C78;
        position: relative;
        overflow: hidden;
    }
    .highlightImmersion-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
        transform: scale(1);
    }
    .highlightImmersion-img:nth-child(2),
    .highlightImmersion-img:nth-child(3) {
        grid-column: auto / span 1;
        grid-row: auto / span 9;
    }
    .highlightImmersion-img:nth-child(2) img,
    .highlightImmersion-img:nth-child(3) img {
        object-position: left center;
    }
    .highlightImmersion-img img:hover {
        transform: scale(1.15);
    }
    .sticky-top.cp-stickynav-wrapper { top:100px; }
}
@media (min-width: 991px) {
    .highlightImmersion-imgs-group {
        grid-gap: 16px 20px;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}
@media (min-width: 1401px) {
    .highlightImmersion-imgs-group {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    .highlightImmersion-icon-cols {
        margin-left: -45px;
        margin-right: -45px;
    }
    .highlightImmersion-icon-col {
        padding-left: 45px;
        padding-right: 45px;
    }
}







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

    .col-55.highlight-immersion-col,
    .col-45.highlight-immersion-col {  width:50%;  }
    .highlightImmersion-content-group h2 {
        margin-bottom: 17px !important;
        padding-bottom: 8px !important;
    }
    .highlightImmersion-content-group ul li {
        margin-bottom: 11px;
    }
    .highlightImmersion-icon-cols {
        padding-top: 20px;
    }

}


@media (max-width: 767px) {


    .hide-mobile { display:none!important; }

    /******** STICKY NAVIGATION ********/
    .sticky-top.cp-stickynav-wrapper .floating {
        display: none !important;
    }
    .sticky-top.cp-stickynav-wrapper {
        padding: 0;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .sticky-top.cp-stickynav-wrapper .container {
        padding: 0;
    }
    .sticky-top.cp-stickynav-wrapper .nav {
        padding: 0 15px;
    }
    .sticky-top.cp-stickynav-wrapper .nav-item {
        padding: 10px 0;
    }
    .sticky-top.cp-stickynav-wrapper .nav-link {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.4px;
    padding: 6px 10px;
    border-radius: 27px;
    }
    .sticky-top.cp-stickynav-wrapper .nav-link.active {
    color: #ffffff;
    background: #021C78;
    font-weight: normal;
    }


    /**********/
    .cols-group > .col, 
    .cols-group > div[class*=col-] {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .cp-custom-btn {
        color: #021C78;
        text-align: center;
        
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
        text-transform: capitalize;
        padding: 10px 25px;
        width: 100%;
    }
    .cp-custom-btn svg { display:none; }


    /********/
    section.spotlight { padding-bottom:0; }
    section.spotlight > .container > button[data-bs-toggle="modal"] { display:none!important; }
    .banner-form {
        padding: 20px 10px;
    }
    .banner-form .form_box form > .col-sm-6 {
        width: 50%;
    }
    .banner-form .form_box form button,
    .banner-form .form_box form input[type=submit]{color:#000000!important;text-align:center!important;font-size:18px!important;font-style:normal!important;font-weight:600!important;line-height:125%!important;padding:10px 10px 11px 10px!important;border-radius:8px!important;background:#F7B633!important;width:100%!important;height:auto!important}
    .banner-form .form_box form button:hover,
    .banner-form .form_box form input[type=submit]:hover{color:#171616!important;border-color:#FFEFD4!important;background:#FFEFD4!important}
    .banner-form .form_box {
        position: relative !important;
        overflow: hidden !important;
        padding: 16px 10px 40px;
        margin: auto;
        border-radius: 15px;
        background: #FFF;
    }
    .banner-form .form_box form {
        margin: 0 !important;
        padding: 0 !important;
    }
    .banner-form .form_box h3 {
        text-transform: none;
    }
    .form-experiencetext {
        color: #3E5151;
        
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
        border-radius: 5px 5px 0 0;
        border: 0.5px solid #A3A3A3;
        background: #FFFEF7;
        padding: 5px 30px;
        position: absolute;
        inset: 0;
        top: auto;
        bottom: -1px;
        display: block;
        width: 250px;
        margin: 0 auto;
    }


    /********/
    section.highlight-immersion-sec {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .highlight-immersion-col.images-col .swiper-container {
        position: relative;
        overflow: hidden;
    }
    .highlightImmersion-icon-item {
        font-size: 14px;
        line-height: normal;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .highlightImmersion-icon-item img {
        width: 30px;
        height: 30px;
        aspect-ratio: 1 / 1;
        margin-right: 15px;
    }
    .highlightImmersion-content-group ul,
    .highlightImmersion-content-group ul li {
        font-size: 12px;
        line-height: 125%;
        letter-spacing: 0.4px;
    }
    .highlightImmersion-content-group ul { padding-left:25px; }
    .highlightImmersion-icon-cols {
        margin-left: -12px;
        margin-right: -12px;
    }
    .highlightImmersion-icon-col {
        width: 50%;
        padding: 0 12px;
    }
    .highlightImmersion-icon-col, 
    .highlightImmersion-icon-col p {
        font-size: 12px;
        line-height: normal;
        letter-spacing: 0.4px;
    }
    .highlightImmersion-icon-item + .highlightImmersion-icon-item {
        margin-top: 5px;
    }
    .highlightImmersion-icon-col:nth-child(2n+2) { border-left-width:1.5px; }
    .highlight-immersion-col + .highlight-immersion-col { margin-top:25px; }
    section.highlight-immersion-sec .swiper-pagination-bullets {
        position: static !important;
    }
    section.highlight-immersion-sec .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px;
        background: #D9D9D9;
        opacity: 1;
    }
    section.highlight-immersion-sec .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #021C78;
    }

    section.overview.instructors.testi + section.syllabus { margin-bottom:15px; }
    body.CP_TPCourseLP39_HghlgtCmpsImrsin footer { padding-bottom:30px; }

    /*****/
    section.sticky button:first-child { display:none; }
    .modal #top-application-form {
        position: static !important;
        margin-bottom: 20px;
    }

}