
/*----------header-section-css-start----------*/
	/*.owl-carousel .item {
        height: 10rem;
        background: #4DC7A0;
        padding: 1rem;
    }*/
    .fade:not(.show) {
    	opacity: 100;
	}
	.header-section {
		margin: 0;
		padding: 0;
		position: relative;
	}
	
	.navbar-light .navbar-menu-custom {
		padding: 0 0 0 100px;
	}
	.logo-part {
		margin: 0;
		padding: 45px 0;
		float: left;
		width: 100%;
	}
	.logo {
		float: left;
		width: auto;
		background: #fff;
		padding: 0;
		text-align: left;
	}

	.sing-in-part {
		float: right;
		margin: 32px 0 0;
	}
	.sing-in-part .sign-in-btn-custom {
		border: 2px solid #4dd2ff;
	    border-radius: 4px;
	    color: #0073e6;
	    font-weight: 700;
	    font-size: 16px;
	    background-color: #fff;
	    width: 152px;
	    height: 40px;
	    text-transform: uppercase;
	    transition-duration: 0.6s;
	    -webkit-transition-duration: 0.6s;
	    -moz-transition-duration: 0.6s;
	}
	.sing-in-part .sign-in-btn-custom:hover {
		background-color: #4dd2ff;
		border: 2px solid #4dd2ff;
		color: #fff;
	}
	
	.nav-menu-part {
		margin: 48px 0 0 0;
	}

	.nav-menu-part .fixed-top {
		position: inherit;
		background: none !important;
		padding: 0;
	}

	.nav-menu-part .nav-item { 
		margin: 0 21px;
	}
	.navbar-light .navbar-dropdown-custom .nav-link {
		font-size: 15px;
		font-weight: 600;
		color: #333333;
		transition-duration: 0.6s;
		-webkit-transition-duration: 0.6s;
		-moz-transition-duration: 0.6s;
	}
	.navbar-light .navbar-dropdown-custom .nav-link:hover {
		color: #0073e6 !important;	
	}
	.navbar-light .navbar-dropdown-custom .dropdown-menu.show .dropdown-item:hover {
		color: #0073e6 !important;
	}
	.navbar-light .navbar-menu-custom .nav-link {
		font-size: 15px;
		font-weight: 500;
		color: #333333 !important;
		padding: 0 24px;
		transition-duration: 0.6s;
		-webkit-transition-duration: 0.6s;
		-moz-transition-duration: 0.6s;
	}
	.navbar-light .navbar-menu-custom .nav-link:hover {
		color: #0073e6 !important;
	}
	.nav-menu-part .navbar-dark .navbar-nav .nav-link {
		color: #5a5a5a;
		padding: 0;
		font-size: 15px;
		font-weight: 500;
		position: relative;
	}

	/*.nav-menu-part .navbar-dark .navbar-nav .nav-link:after {
		position: absolute;
		content: "";
		width: 20px;
		height: 2px;
		background: #fff;
		bottom: -7px;
		left: 1px;
		opacity: 0;
		transition-duration: 1s;
		-webkit-transition-duration: 1s;
		-moz-transition-duration: 1s;
	}*/
	
	.navbar.navbar-expand .navbar-toggler.aabtn {
         background-color: #FFFFFF; 
    } /* added to make background of menu toggle seeable otherwise too dark*/
}

	.nav-menu-part .navbar-dark .navbar-nav .nav-link:after {
		position: absolute;
		content: "";
		width: 4px;
		height: 4px;
		background: #5a5a5a;
		bottom: 0;
		left: auto;
		opacity: 1;
		border-radius: 100%;
		right: -25px;
		top: 11px;
	}
	.nav-menu-part .navbar-dark .navbar-nav .nav-item:last-child .nav-link:after {
		display: none;
	}

	.nav-menu-part .navbar-dark .navbar-nav .nav-link:hover:after {
		opacity: 1;
	}

	/*.nav-menu-part .navbar-dark .navbar-nav .nav-item.active .nav-link:after {
		position: absolute;
		content: "";
		width: 20px;
		height: 2px;
		background: #fff;
		bottom: -7px;
		left: 1px;
		opacity: 1;
	}*/

	.nav-menu-part .mr-auto, .mx-auto {
		margin: 0 auto;
	}

	
	.header-login {
		margin: 0;
		padding: 35px 0;
		text-align: right;
	}
	.login-btn {
		background: #f56e96;
		border-radius: 5px;
		width: 120px;
		height: 46px;
		line-height: 46px;
		color: #fff;
		font-size: 15px;
		font-weight: 400;
		text-align: center;
		padding: 0;
		margin: 0;
	}

/*----------header-section-css-end----------*/


/*----------footer-section-start----------*/
.footer-section {
    margin: 0;
    padding: 95px 0 110px 0;
    background-color: #333333;
}

.footer-in-content {
    margin: 0;
    padding: 0 0 0 0;
    float: left;
    width: 100%;
}
.footer-logo-in-con {
	padding-left: 0;
}
.footer-in-content a.footer-logo {
    margin: 7px 0 26px 0;
    padding: 0;
    float: left;
}
.footer-in-content p {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.footer-in-content .social-part {
    margin: 40px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
}
.footer-in-content .social-part ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-in-content .social-part ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}
.footer-in-content .social-part ul li a {
    border: 1px solid #e5e8ed;
    float: left;
    margin: 0 12px 0 0;
    padding: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    background: #f9fafc;
}
.footer-in-content h3 {
    margin: 0;
    padding: 0;
    line-height: 28px;
}
.footer-in-content ul {
    list-style: none;
    margin: 33px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
}
.footer-in-content ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.footer-in-content ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    float: left;
    margin: 0 0 10px;
    padding: 3px 0;
    text-decoration: none;
    transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
}
.footer-in-content ul li a:hover {
	color: #0073e6;
}

.footer-in-content ul li a i {
	margin: auto;
	color: #707b8e;
}
.app-cls p {
	margin: 0 0 22px 0;
}
.app-cls a {
	margin: 15px 0 0;
	padding: 0 ;
	float: left;
	width: 100%;
}
.app-cls a img {
	margin: 0;
	padding: 0;
	width: 170px;
}
.footer-copy-right {
	border-top: 1px solid #4d4d4d;
	padding: 25px 0 0 0;
	margin: 30px 0 0;
}
.footer-copy-right p {
	float: left;
	font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.social {
	float: right;
}
.social a {
	float: left;
	margin: 0 5px;
	padding: 0;
}

/*----------footer-section-end----------*/

.form-check input[type="checkbox"]::before {
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    top: 0;
}
.form-check input[type="checkbox"]:checked::before {
    border-right: 2px solid #0f47ad;
    border-bottom: 2px solid #0f47ad;
    height: 14px;
    width: 10px;
    transform: rotate(42deg) translateY(-20%) translateX(-10%);
}
.que .formulation {
    padding: .75rem 1.25rem 0;
    background-color: inherit;
    border: 0;
}
.popover.fade .popover-body .footer-section {
    background-color: inherit !important;
}
.popover.fade .popover-body .footer-section.p-3 {
    display: none;
}
.popover.fade .popover-body .footer-section.p-3.border-bottom {
    display: block;
    border-bottom: none !important;
    border-top: 1px solid #dee2e6!important;
}
.popover.fade .popover-body .footer-section.p-3.border-bottom:first-child {
    border: none !important;
}
/* MP changes */
.que .info {
    width: 8em;
}
.text-muted {
    visibility: hidden;
}
#page-footer .tool_dataprivacy {
	display: none;
}


.side-menu-content .dropdown-menu a {
	width: 85%;
	white-space: normal;
}
.side-menu-content .dropdown-menu .dropdown-item:active {
	color: #0073e6;
}
.side-menu-content .dropdown-menu .dropdown-item:focus-within {
	color: #0073e6;
}
.side-menu-content .dropdown-menu .dropdown-item:focus {
	color: #0073e6;
}
.tab-in-con-img img {
	height: 222px;
	object-fit: cover;
}
.tab-in-con-img {
	height: 222px;
}
.tab-carousel-slider-custom .tab-in-con-img:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
	left: 0;
	top: 0;
}
.tab-in-con-img h5 {
	z-index: 1;
}
.tab-in-con-img h5 a {
	color: #fff;
}



.logo {
    width: auto !important;
}
.form-check input[type="checkbox"]::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}
.form-check input[type="checkbox"]:checked::before {
    border-right: 2px solid #0f47ad;
    border-bottom: 2px solid #0f47ad;
    height: 14px;
    width: 10px;
    transform: rotate(42deg) translateY(-20%) translateX(-10%);
}
.que .formulation {
    padding: .75rem 1.25rem 0;
    background-color: inherit;
    border: 0;
}
.checkbox .form-check label {
    margin: 0 0 0 30px;
}
.navbar.fixed-top {
    background-color: #FFF !important;
}
.navbar.fixed-top .open-close-menu-bar img {
    filter: brightness(0) invert(1);
    margin: 14px 0 0;
}
.primary-navigation .navigation .nav-link {
    color: #FFFFFF;
}
.primary-navigation .navigation .nav-link {
    color: #083373;
}
.navbar-light .moremenu .navbar-nav .nav-link {
    margin: 0 5px;
}
.navbar-light .moremenu .navbar-nav .nav-link.active {
    border-bottom-color: #0073e6;
    color: #fff;
}
.navbar-light .moremenu .navbar-nav .nav-link:hover {
    border-bottom-color: #0073e6;
    color: #18914a;
    background-color: inherit;
}
.navbar-light .navbar-brand .logo {
    margin: 0;
}
.navbar-light .navbar-nav .nav-link .icon {
    color: #083373;
}
.usermenu-container .btn.dropdown-toggle:after {
    color: #fff;
}
.navbar.fixed-top .editmode-switch-form .input-group .mr-2.mb-0 {
    color: #fff;
}
.footer-section {
    background-color: #003399 !important;
}
.footer-section .tool_dataprivacy a {
    color: #fff;
}
.footer-section .mobilelink {
    color: #fff;
}
.footer-section .footer-copy-right {
    border-top: 1px solid #0073e6;
}
.footer-section .footer-in-content ul li a:hover {
    color: #4DD2FF;
}
.main-body-content .body-tab-part .nav-tabs .nav-link.active {
    color: #0073e6;
}
.main-body-content .body-tab-part .nav-tabs .nav-link:hover {
    color: #0073e6;
}
h1 {
    color: #333 !important;
}
#page-login-index #page {
    background-color: #f0f0f0 !important;
    background-image: inherit;
}
#page-login-index #page .row {
    display: block;
}
#page-login-index #page .login-container {
  background-color: inherit;
  box-shadow: none;
  padding: 14px 20px 5px;
  width: 400px;
  max-width: 350px;
  box-shadow: 0 0 5px #cccc;
}
#page-login-index #page .form-control {
    background-color: inherit;
    border: 0;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0 !important;
    color: #333 !important;
    padding: 0;
    font-size: 16px;
}
#page-login-index .login-form-submit.form-group .btn-primary {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  width: 100%;
  font-weight: 500;
   transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
}
#page-login-index .login-form-forgotpassword.form-group {
    text-align: right;
}
#page-login-index .login-form-forgotpassword.form-group a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
}
#page-login-index .login-signup .btn-secondary {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  width: 100%;
}
#page-login-index .btn.btn-secondary {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  width: 100%;
  margin: 0 0 16px 0;
  font-weight: 500;
  transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
}
#page-login-index .login-form-submit.form-group .btn-primary:hover {
  color: #fff;
  background-color: #0073e6;
  border-color: #0073e6;
  width: 100%;
}
#page-login-index .btn.btn-secondary:hover {
  color: #fff;
  background-color: #0073e6;
  border-color: #0073e6;
  width: 100%;
}
.login-container .login-divider {
  display: none;
}
#page-login-index .login-identityproviders {
  border-bottom: 1px solid #dee2e6;
  padding: 26px 0 26px 0;
  margin: 26px 0 26px 0;
  border-top: 1px solid #dee2e6;
}
#page-login-index .login-instructions.mb-3 {
	text-align: center;
}
#page-login-index .login-container h2.login-heading {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}


#page.drawers.show-drawer-left {
    background-color: #f0f0f0;
}
#page.drawers.show-drawer-left .main-inner {
    background-color: #f0f0f0;
}
#page.drawers.show-drawer-left .secondary-navigation .navigation {
    background-color: #f0f0f0;
}
#page.drawers.show-drawer-left .secondary-navigation .navigation .nav-tabs {
    background-color: #f0f0f0;
}
#page.drawers.show-drawer-left section#region-main {
    background-color: #f0f0f0;
}
.courseindex .courseindex-item .courseindex-link {
    color: #333;
}
.courseindex .courseindex-item .courseindex-chevron {
    color: #333333;
}
.courseindex .courseindex-item:hover .courseindex-chevron {
    color: #0073e6;
}
.courseindex .courseindex-item .courseindex-link:hover {
    color: #0073e6; 
}
.courseindex .courseindex-item.dimmed .courseindex-chevron {
    color: #333;
}
.courseindex .courseindex-item.dimmed .courseindex-link {
    color: #333;
}
.courseindex .courseindex-item.dimmed:hover .courseindex-chevron {
    color: #0073e6;
}
.courseindex .courseindex-item.dimmed .courseindex-link:hover {
    color: #0073e6;
}
.courseindex .courseindex-item.pageitem a {
    color: #0073e6;
}
.courseindex .courseindex-item.pageitem {
    background-color: inherit;
}
.courseindex .courseindex-item.pageitem:hover {
    background-color: inherit;
    color: #0073e6;
}
.courseindex .courseindex-item.pageitem:hover .courseindex-chevron {
    color: #0073e6;
}
.courseindex .courseindex-item.pageitem:hover .courseindex-link {
    color: #0073e6;
}
.courseindex .courseindex-item.courseindex-section-title a {
    font-weight: 700;
    font-size: 16px;
}
.courseindex .courseindex-item {
    padding: .7rem .5rem;
}
.btn-secondary {
    color: #fff;
    background-color: #0073e6;
    border-color: #0073e6;
}
.btn-primary {
    color: #fff;
    background-color: #003399;
    border-color: #003399;
}
.header-actions-container.ml-auto .header-action.ml-2 .simplesearchform .form-inline .form-control {
    width: 86.5% !important;
}
.loginform #loginlogo .img-fluid {
    width: 117px;
}

#page.drawers {
    padding-left: 0;
    padding-right: 0;
}
.container { max-width: 1230px;}
#page.drawers .main-inner {
    padding: 1.5rem 2.5rem;
}

.popover.fade .popover-body .footer-section {
   background-color: inherit !important;
}
.popover.fade .popover-body .footer-section.p-3 {
	display: none;
}
.popover.fade .popover-body .footer-section.p-3.border-bottom {
	display: block;
	border-bottom: none !important;
	border-top: 1px solid #dee2e6!important;
}
.popover.fade .popover-body .footer-section.p-3.border-bottom:first-child {
	border: none !important;
}



@media (max-width:1100px) {
    .navbar-light .navbar-menu-custom {
        padding: 0 0 0 50px;
    }
}
@media (max-width:991px) {
    .navbar-light .navbar-menu-custom {
        padding: 0 0 0 20px;
    }
}
@media (max-width:900px) {
	.navbar-light .navbar-menu-custom {
    	padding: 0 0 0 13px;
  	}
  	.navbar-light .navbar-menu-custom .nav-link {
  		padding: 0 17px;
	}
}
@media only screen and (max-width: 801px) {
	.navbar-light .navbar-menu-custom .nav-link {
  		padding: 0 14px;
	}
    .sing-in-part .sign-in-btn-custom {
        font-size: 15px;
        width: 133px;
    }
}
@media only screen and (max-width: 767px) {
    .header-section .col-xl-12.col-md-12.col-sm-12 {
        padding: 0;
    }
    .navbar-light .navbar-menu-custom {
    	padding: 0;
  	}
  	.navbar-light .navbar-menu-custom {
    	padding: 0;
    	flex-direction: inherit;
    	display: block;
  	}
  	.navbar-light .navbar-menu-custom .nav-link {
	    padding: 0;
	    width: auto;
	    display: inline-block;
	    margin: 4px 0;
	    color: #333;
  	}
    .sing-in-part {
        float: right;
        margin: 15px 15px 0px 0px;
    }
    .footer-section {
        margin: 0;
        padding: 50px 0 50px 0;
        background-color: #333333;
    }
    .footer-in-content ul {
        margin: 15px 0 0 0;
    }
    .footer-in-content {
        margin: 0 0 20px 0;
    }
    .navbar.navbar-expand .navbar-toggler.aabtn {
    	background-color: #FFFFFF;
  	}  /*did not work well with color scheme - taken out - AAP*/ 
}
@media only screen and (max-width: 375px) {
	.sing-in-part .sign-in-btn-custom {
    	width: 110px;
  	}
}