/** Column and Row **/
.text-center { text-align:center; }
.cols-wrapper { overflow:hidden; }
.cols-group {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-left: -12px;
  margin-right: -12px;
}
.cols-group > .col {
  padding-left: 12px;
  padding-right: 12px;
}
.cols-group .col {
  flex: unset;
}
.equal-col { width:50%; }
.col-30 { width:30%; }
.col-40 { width:40%; }
.col-45 { width:45%; }
.col-47 { width:47%; }
.col-48 { width:48%; }
.col-49 { width:49%; }
.col-50 { width:50%; }
.col-51 { width:51%; }
.col-52 { width:52%; }
.col-53 { width:53%; }
.col-55 { width:55%; }
.col-60 { width:60%; }
.col-70 { width:70%; }



/** Start - Sticky Navigation **/
.sticky-top.cp-stickynav-wrapper{position:sticky;inset:0;bottom:auto;z-index:999;overflow:visible;margin:15px 0;background: #F8F8F8;box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);}
.sticky-top.cp-stickynav-wrapper .nav{display:flex;flex-wrap:nowrap;justify-content:flex-start!important;gap:15px 13px;border-radius:8px;overflow-x:auto;overflow-y:hidden;list-style:none;padding:0;margin:0;}
.sticky-top.cp-stickynav-wrapper .nav::-webkit-scrollbar{width:100%;height:3px}
.sticky-top.cp-stickynav-wrapper .nav::-webkit-scrollbar-track{background:#d9d9d9}
.sticky-top.cp-stickynav-wrapper .nav::-webkit-scrollbar-thumb{border-radius:25px;background:#141743;width:35px;}
.sticky-top.cp-stickynav-wrapper .nav-item{padding:25px 16px 26px 16px;margin:0!important}
.sticky-top.cp-stickynav-wrapper .nav-link{opacity:1;color:#9a9999;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:1.18;text-decoration:none;letter-spacing:.4px;padding:0;margin:0;border:0 none;white-space:nowrap}
.sticky-top.cp-stickynav-wrapper .nav-link:focus {color:#9a9999;}
.sticky-top.cp-stickynav-wrapper .nav-link.active,
.sticky-top.cp-stickynav-wrapper .nav-link:hover{color:#141743;text-decoration:none;opacity:1}
.sticky-top.cp-stickynav-wrapper .nav-link.active{font-weight:600}
.sticky-top.cp-stickynav-wrapper .nav-link.active:hover,
.sticky-top.cp-stickynav-wrapper .nav-link.active:focus {color:#141743;text-decoration:none;opacity:1}
.sticky-top .nav-item.navLink-fees,.sticky-top .nav-item.navLink-schedule{display:none!important}
/** End - Sticky Navigation **/


/* Banner Form */
.banner_txt .form_wrapper .form_box{padding-bottom:38px}
.banner-form{position:relative;overflow:hidden;padding:20px var(--bs-gutter-x, .75rem);background:#005569;}
.banner-form h2 {padding-left:0!important;padding-right:0!important;}
.banner-form h2:before,.banner-form h2:after {display:none!important;}
.banner-form .form_box{border-radius:15px;background:#fff;padding:15px 17px 15px}
.banner-form .form_box .col-sm-6.mb-2{width:50%}
.banner-form .form_box h3{color:#0b1f3a;font-size:18px;font-style:normal;font-weight:600;line-height:125%;text-align:center;margin:0 0 18px;text-transform:none!important;}
.banner-form .form_box form{margin-left:-6px!important;margin-right:-6px!important;margin-bottom:0!important;}
.banner-form .form_box form > *{padding-left:6px!important;padding-right:6px!important;margin:0 0 10px!important}
.banner-form .single-input{color:#0b1f3a;font-size:10px;font-style:normal;font-weight:700;line-height:180%}
.banner-form .single-input>label{font-weight:400}
.banner-form .single-input input[type=checkbox]{top:2px}
.form-experiencetext{color:var(--formexperience-fontcolor);font-size:14px;font-style:normal;font-weight:500;line-height:normal;text-align:center;border-radius:8px 8px 0 0;box-shadow:none;background:var(--formexperience-bg);padding:6.5px 19px;width:270px;display:block;position:absolute;inset:0;top:auto;margin:auto}
.banner-form .blink { display:none!important; }









/*
.upcoming-webinar-section h2, 
.upcoming-webinar-section h2 {
  color: inherit;
  padding: 0;
  margin: 0 0 10px !important;
}
.upcoming-webinar-section h2:before,
.upcoming-webinar-section h2:after, 
.upcoming-webinar-section h2:before, 
.upcoming-webinar-section h2:after {
	display: none;
}
*/
.upcoming-webinar-section {
	padding: 36px 0;
}
.upcoming-webinar-section h3 {
	color: #000;
	
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
  margin: 0 0 21px;
}
section.upcoming-webinar-section .container {
    width: 100% !important;
    max-width: 1440px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.secheading-group {
	padding: 0 16px;
}
.secheading-group p {
    color: #000;
    
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.secheading-group + .upcomingWebinar-cols-wrapper {
	margin: 25px 0 0;
}
.upcomingWebinar-cols-wrapper {
    background: #F5FAFF;
    padding: 27px 16px;
}
.upcomingWebinar-cols-group .image-col img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center right;
}
.keyhighlights-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}
.keyhighlight-item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: auto;
    min-width: 162px;
    min-height: 50px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    margin: 10px 0 0;
}
.keyhighlight-item p {
	color: #000;
	
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.keyhighlight-item p sup {
	font-size: 10px;
  top: -0.7em;
}
.keyhighlight-item p small {
	font-size: 12px;
}
.keyhighlight-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    background: #E0D2A4;
    padding: 10px;
}
.keyhighlight-text {
    padding: 13px 12px;
}
.webinar-speakeritems-wrap {
	border-radius: 8px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	padding: 8px 17px;
    margin: 20px 0 0;
}
.webinar-speakeritems-wrap h4 {
    color: #000;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 9px;
    padding: 0;
}
.webinar-speakeritems-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin: 0 0 12px;
}
.webinar-speakeritem {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    border-radius: 55px;
    background: #F5FAFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    padding: 5px 6px;
    width: 100%;
    max-width: 300px;
    min-height: 90px;
}
.webinar-speakeritem img {
    width: 80px;
    height: 80px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background: #D9D9D9;
}
.webinar-speakeritem p {
    color: #000;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 128.571%;
}
.webinar-speakeritem p strong {
	display: block;
	color: inherit;
	font-size: 16px;
	font-style: inherit;
	font-weight: 600;
	line-height: normal;
}
.upcoming-webinar-section .btn-wrap {
    margin: 25px 0 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px 20px;
}
.upcoming-webinar-section .btn-wrap > button {
    width: 90%;
    max-width: 400px;
    border-radius: 8px !important;
    height: auto;
    padding: 10.5px 25px;
}
.limitedseats-btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px 10px;
	padding: 5px 9px;
}



.modal#upcoming-webinar-form .modal-content {
    border-radius: 23.74px;
    background: #FFF;
    box-shadow: 0 0 6.331px 0 rgba(0, 0, 0, 0.25);
    border: 0 none;
}
.modal#upcoming-webinar-form h2 {
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding-left: 0 !important;
	padding-right: 0 !important;
  margin: 0 !important;
}
.modal#upcoming-webinar-form h2:before,
.modal#upcoming-webinar-form h2:after {
	display: none !important;
}
.modal#upcoming-webinar-form h5 {
	color: #000;
	
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 7px 11px;
	margin: 5px 0 23px;
	padding: 0;
}
.modal#upcoming-webinar-form h5 svg { width:22px;height:auto; }
.modal#upcoming-webinar-form .modal-header {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 none !important;
}
.modal#upcoming-webinar-form .modal-header .btn-close {
    margin: 5px 7px -5px auto;
}
.modal-backdrop.show {
    z-index: 99999;
}
.modal {
    z-index: 9999999999999999999999 !important;
}










section.sticky-top.cp-stickynav-wrapper + section.overview.padding {
    padding-top: 0 !important;
}






/** ABOVE MOBILE - MEDIA QUERY **/
@media(min-width:768px) {

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

    section.key-points { z-index:99999!important; }
    .sticky-top.cp-stickynav-wrapper { top:90px; }
    .sticky-top.cp-stickynav-wrapper .nav{justify-content:flex-start!important;flex-wrap:nowrap}

    section.key-points.fixed + section {
        margin-top: 75px;
    }
    
    .upcomingWebinar-cols-group > .content-col {
        padding-right: 6.4%;
    }
    .upcomingWebinar-cols-group {
        margin-left: -28px;
        margin-right: -28px;
    }
    .upcoming-webinar-section .btn-wrap > button {
        width: 65%;
    }
    
}







/** MOBILE - MEDIA QUERY **/
@media(max-width: 767px) {
	
	.hide-mobile { display:none!important; }

    section.sticky { z-index:99999!important; }

    /** COlumns **/
    .cols-group {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .cols-group > .col, 
    .equal-col {
        width: 100%;
    }
	
    /* Sticky navigation */
    .sticky-top.cp-stickynav-wrapper .nav{padding:0 22px;margin:0 -12px;border-radius:0}
    .sticky-top.cp-stickynav-wrapper .nav-item{padding:16px 7px}
    .sticky-top.cp-stickynav-wrapper .nav-link{font-size:12px;line-height:normal;letter-spacing:.4px}
    .sticky-top.cp-stickynav-wrapper{margin-top:0;margin-bottom:15px}
    .sticky-top.cp-stickynav-wrapper .nav-item.navLink-schedule{display:inline-block!important}
	
    /**/
    section.spotlight > .container > button {
        display: none !important;
    }

    
    /** Banner Application Form **/
    .banner-form .form_box form button, 
    .banner-form .form_box form input[type=submit] {
        font-size: 16px !important;
        line-height: 125% !important;
    }
    .banner-form .form_box .form-control { height:40px; }
    
    
    /****/
    .secheading-group p {
        font-size: 14px;
        line-height: 128.571%;
    }
    .secheading-group + .upcomingWebinar-cols-wrapper { margin-top:10px; }
    .upcomingWebinar-cols-wrapper {
		    padding: 13px 16px;
		}
		.upcomingWebinar-cols-group .col + .col {
		    margin-top: 10px;
		}
.keyhighlight-item {
    min-width: 129px;
    min-height: 40px;
    border-radius: 4px;
}
.keyhighlight-icon {
    padding: 5px 10px;
}
.keyhighlight-icon svg {
    width: 30px;
    height: 30px;
    aspect-ratio: 1 / 1;
}
.keyhighlight-text {
    padding: 9.5px 10px;
}
.keyhighlight-item p, 
.keyhighlight-item p small {
    font-size: 14px;
    line-height: normal;
}
.keyhighlight-item p sup { top:-0.4em; }
.webinar-speakeritems-wrap h4 {
	font-size: 14px;
}
.webinar-speakeritem {
    width: 100%;
    max-width: 340px;
    min-height: 75px;
    gap: 10px 19px;
}
.webinar-speakeritem img {
    width: 60px;
    height: 60px;
    aspect-ratio: 1 / 1;
}
.webinar-speakeritem p {
    font-size: 12px;
    line-height: 133.333%;
}
.webinar-speakeritem p strong {
    font-size: 14px;
    line-height: normal;
}
.webinar-speakeritems-wrap {
    border-radius: 8px;
    padding: 10px 10px 14px;
}
.webinar-speakeritems-group { margin:0; }
.upcoming-webinar-section .btn-wrap {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px 5px;
}
.limitedseats-btn {
    font-weight: 500;
    line-height: normal;
}
.limitedseats-btn svg {
	width: 14px;
	height: 14px;
}

section.spotlight {
    padding-bottom: 0;
}
.upcoming-webinar-section {
    padding: 20px 0;
}


.modal#upcoming-webinar-form h2 {
	font-size: 18px;
	line-height: normal;
}
.modal#upcoming-webinar-form h5 {
	font-size: 16px;
	margin: 2px 0 10px;
	gap: 5px 7px;
}
.modal#upcoming-webinar-form h5 svg { width:14px;height:auto; }

header .logolist {
    width: auto;
    height: auto;
}
    

}