/*start common css for a theme*/
body {
	padding-top: 0px !important;
	font-family: 'Open Sans';
}
.headersection {
    margin-left: 0px;
    margin-right: 0px;
    display: block !important;
}
.footer-top, .footer-bottom {
    margin-left: 0px;
    margin-right: 0px;
}
.container2 {
    margin-top: 0px;
  	background: #FBFBF9;
}
.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    margin: 0;
    padding: 0;
}
 
div.outsideframe > div.row.hidden-lg.hidden-md {
    display: none !important;
}
/*end common css for all theme*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	margin: 0;
}
.theme_sprouteducation {
	color      : #34384c;
	font-size  : 16px !important;
	font-weight: 400;
	position: relative;
}
.theme_sprouteducation .header {
	background-color: #1e1e1e;  /* Changed from gradient to solid color */
	padding: 10px 40px;
}
.theme_sprouteducation .header .row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.theme_sprouteducation .header .row:before,
.theme_sprouteducation .header .row:after {
	display: none;
}
.theme_sprouteducation .logo img {
	width: 167px;
}
.theme_sprouteducation .header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.theme_sprouteducation .header nav ul a {
	font-size: 20px;
	font-weight: 600;
	color: white;
	padding: 13px 30px;
}
.theme_sprouteducation .header nav ul a:hover {
	text-decoration: none;
}
.theme_sprouteducation .header .toggle-menu {
	float: right;
	width: 40px;
	height: 20px;
	position: relative;
}
.theme_sprouteducation .header .toggle-menu .line {
	background: #FFFFFF;
    display: block;
    height: 3px;
    right: 0;
    position: absolute;
    transition: all .4s;
    width: 37px;
    border-radius: 1em;
}
.theme_sprouteducation .header .toggle-menu .line.line-1 {
	top: 0;
}
.theme_sprouteducation .header .toggle-menu .line.line-2 {
	top: 50%;
}
.theme_sprouteducation .header .toggle-menu .line.line-3 {
	top: 100%;
}
.theme_sprouteducation .slide-drawer {
	background-color: #1e1e1e;
    bottom: 0;
    max-height: 100vh;
    overflow-y: auto;
    padding: 90px 38px 30px;
    position: fixed;
    right: -400px;
    top: 0;
    transition: right 1.2s;
    z-index: 99;
    width: 400px;
	box-shadow: 2px 8px 23px 3px rgba(0,0,0,0.2);
}

.theme_sprouteducation.open-menu .slide-drawer {
	right: 0;
}
.theme_sprouteducation .drawwer-content .logo img {
	width: 158px;
}
.theme_sprouteducation .drawwer-content .dc-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.theme_sprouteducation .drawwer-content .dc-menu a {	
	font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
	color: white;
	padding: 13px 0;
	display: inline-block;
}
.theme_sprouteducation .icon-close {
	color: white;
	position: absolute;
	right: 6.6%;
	top: 3.3%;
}
.theme_sprouteducation .icon-close svg {
	width: 18px;
	height: 18px;
}
.theme_sprouteducation .drawwer-content .dc-menu a:hover {
	text-decoration: none;
}
.theme_sprouteducation .drawwer-content .dc-menu.mobile {
	display: none;
}
.theme_sprouteducation .drawer-content {
	padding-top: 30px;
	margin: 30px 0 30px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.theme_sprouteducation .drawer-content .logo {
	margin-bottom: 20px;
}
.theme_sprouteducation .drawer-content p {	
	color: white;
	font-size: 14px;
    font-weight: 400;
	margin-bottom: 30px;
}
.theme_sprouteducation .header .socials {
	color: #ffff;
  	font-size: 20px;
	justify-content: flex-start;
}
.theme_sprouteducation .header .fa-instagram {
	font-family: 'Font Awesome 5 Brands';
    font-style: normal;
}
.theme_sprouteducation .socials li:first-child {
	padding-left: 0;
}
.theme_sprouteducation .backdrop {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000000CC;
    z-index: 1;
	display: none;
	transition: display 0.7s ease-out;
}
.theme_sprouteducation.open-menu .backdrop {
	display: block;
}

/*Footer css*/
.theme_sprouteducation footer {
	background-color: #1e1e1e;  /* Changed from gradient to solid color */
	color: white;
	padding: 15px 25px;
	margin-top: 30px;
}
.theme_sprouteducation footer .row {
	display: flex;
	align-items: center;
}
.theme_sprouteducation .socials {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.theme_sprouteducation .socials li a {	
    color: #ffff;
  	font-size: 22px;
}
}
.theme_sprouteducation footer .socials li {
	padding-left: 10px;
}
.theme_sprouteducation .socials svg path {
	fill: white;
}
.theme_sprouteducation footer h3 {
	margin: 0;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
}
.theme_sprouteducation .footer .socials .fa-instagram {
	font-family: 'Font Awesome 5 Brands';
    font-style: normal;
}
.theme_sprouteducation .socials li a:hover{
text-decoration: none !important;
}
@media (max-width: 767px) {
	.theme_sprouteducation .footer {
		padding: 15px 0;
	}
	.theme_sprouteducation footer h3 {
		font-size: 18px;
	}
	.theme_sprouteducation .logo img {
		width: 160px;
	}
	.theme_sprouteducation .drawwer-content .dc-menu.mobile {
		display: block;
	}
	.theme_sprouteducation .drawwer-content .dc-menu.desktop,
	.theme_sprouteducation .header nav,
	.theme_sprouteducation .header .menubar {
		display: none;
	}
	.theme_sprouteducation .header .row {
		justify-content: space-between;
	}
	.theme_sprouteducation .header {padding: 10px 20px;}
	.theme_sprouteducation footer h3 {font-size: 18px;}
}
@media (max-width: 400px) {
	.theme_sprouteducation .slide-drawer {
		width: 100%;
	}
	.theme_sprouteducation .slide-drawer {
		padding: 70px 38px 30px;
	}
	.theme_sprouteducation .header .toggle-menu .line {width: 30px;}
}

/* #6313892067 */
@media screen and (min-width: 991px) and (max-width: 1440px) {
  
  .theme_sprouteducation .header .row {
  		width: 100%;
    	justify-content: space-between;
  }
  
  .theme_sprouteducation .menubar {
	margin-right: -200px !important;
  }
}

/* monday#6368679523 ProductDetailPage */
.divItemProductSection .productBody .ce21-tabbable .CE21_ProductDetail_TabList .CE21_ProductDetail_DetailTabList.active a,
.divItemProductSection .productBody .ce21-tabbable .CE21_ProductDetail_TabList .CE21_ProductDetail_DetailTabList a:hover{
	color: #000000 !important;
}
.divItemProductSection .productBody .ce21-tabbable .CE21_ProductDetail_TabList .CE21_ProductDetail_DetailTabList a{
	color: #ffffff;
}

   #btnRegister,
   #next{
       font-weight: bold;
   }

	.CE21_MyAccount_ButtonsDiv a,
	.CE21_MyAccount_ButtonsDiv a:hover{
       background-image: none;
      background-color: #0052FE;
      border-color: #0052FE;
      color: #ffffff;
      font-weight: bold;
      text-shadow: none;
  	}
  .CE21_MyAccount_ButtonsDiv_EditAddressBtn{
      display:none;
  }
  .tabs.testm.myAccountMenuTabList li a{
      color: #1e1e1e;
  }
  .tabs.testm.myAccountMenuTabList li.active a{
      border-bottom: #0052fe 2px solid !important;
      color: #0052fe !important;
      border-left: 0 !important;
      border-right: 0 !important;
      border-top: 0 !important;
  }

  .SeminarListSmartFilter:not(.active) a{
      background-color: #1E1E1E !important; 
      color: #ffffff !important;
  }
  .SeminarListSmartFilter:not(.active) a:hover{
      color:#000000;
  }
  .SeminarListSmartFilter.active a{
      background-color: #00c684 !important;
      color: #ffffff !important;
  }

  .CE21_MyAccount_tabPendingSeminars_LaunchSeminarbtn.clsClassroomSeminar{
      background-image: none !important;
      background-color: #00c684 !important;
  }

  .btn-handouts.CE21_MyAccount_tabPendingSeminars_Handoutsbtn{
      background-image:none;
      background-color:#0052FE;
    border-color: #0052FE;
  }

  #body-pendingSeminar .clsListCourseSchedule .popCatalogCertification,
  #body-pendingSeminar .clsListCourseSchedule .CE21_MyAccount_tabPendingSeminars_Certbtn{
      background-image:none;
      background-color:#0052FE;
		border-color: #0052FE;
  }

  .popCourseDescription {
      margin: 0px 5px;
      background-image: none;
      background-color: #0052FE;
    border-color: #0052FE;
      color: #ffffff;
    text-shadow: none;
  }

/*#6545915028*/
.tabs.testm.myAccountMenuTabList li a span {
    background-color: #1e1e1e;
}

#body-pendingSeminar .dl-horizontal.clsDlHorizontal .clsCalender .atc-CardView .addtocalendar{
    background-image: none;
    background-color: #0052FE;
    border-color: #0052FE;
    color: #ffffff;
    font-weight: bold;
    text-shadow: none;
}

#body-pendingSeminar .dl-horizontal.clsDlHorizontal .clsCalender .atc-CardView .addtocalendar .atcb-link{
	color: #ffffff;
  font-weight: normal;
}

#btnClearMyList{
	background-color: #0052FE;
    background-image: none;
    color: #fefefe;
}

#body-pendingSeminar .clsProductDetail.pendingSeminar {
	background-color: #1e1e1e !important;
    color: #fefefe;
}

#body-pendingSeminar span {
    color: #fefefe !important;
}

.navbar-inverse .navbar-toggle {
	background-color: #1e1e1e;
}

.container .navbar-inverse{
	border-color: #ccc;
}

#navbar1 .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a,
nav navbar-nav nav-list1{
	text-shadow: 0 0 BLACK;
}

/*#6730122985*/
.clsListCourseSchedule.clsListCourseScheduleview2 .panel .divImageThumbnail .img-thumbnail {
  width : auto !important;
}

/*#6770424467 - pt.1*/
.custom-mobileview .container2 .container nav.custom-navbar.navbar-inverse.navbar-static{
	display: none;
}


@media only screen and (max-width: 425px) {
  #tabPendingSeminars .cardView-menu .header-menu #smart-filter #right-button {
    box-shadow: rgb(255, 255, 255) 1px 0px 25px 20px !important;
  }

  #tabPendingSeminars .cardView-menu .header-menu #smart-filter #left-button {
    box-shadow: rgb(255, 255, 255) -16px 0px 25px 12px !important;
  }

  #tabPendingSeminars .cardView-menu #smart-filter .SeminarListSmartFilter {
    margin-left: 0px !important;
  }
}


@media only screen and (min-width: 992px) {
    #tabPendingSeminars .cardView-menu {
        z-index: 1 !important;
    }
}.event_1{background-color: #83b9eb !important;color:black !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:black !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:black !important; }.event_11{background-color: #6aa84f !important;color:black !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:black !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:black !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:black !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:black !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:black !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #e8eae7 !important;color:black !important;}.event_icon_-16{color: #e8eae7 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#e8eae7;color:black !important; }.event_2{background-color: #0052fe !important;color:white !important;}.event_icon_2{color: #0052fe !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#0052fe;color:white !important; }.event_3{background-color: #dd9d5a !important;color:black !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:black !important; }.event_4{background-color: #00c684 !important;color:white !important;}.event_icon_4{color: #00c684 !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#00c684;color:white !important; }.event_5{background-color: #e06666 !important;color:black !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:black !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:black !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:black !important; }.event_8{background-color: #45818e !important;color:black !important;}.event_icon_8{color: #45818e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#45818e;color:black !important; }.event_9{background-color: #bf9000 !important;color:black !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:black !important; }