.bumpversion-4\.3\.8_7\.4\.0_4\.3\.1 {background-color: transparent;}
.navbar-brand {
	padding-top:1rem;
}
.navbar-brand img {
	max-height: 45px !important;
}


section.jumbotron {
	background-image: url(https://www.wellmindhealth.com/wsimages/large-w-blue.svg);
 background-color: #00847f !important; background-color: var(--teal) !important;
	background-position: center center;
    -webkit-background-size: auto 110%;
    -moz-background-size: auto 110%;
    -o-background-size: auto 110%;
    background-size: auto 110%;
    background-repeat: no-repeat;
    background-attachment: initial;
}

section#intro_custombanner_home.jumbotron,
section#intro_custombanner_thecourse.jumbotron,
section#intro_login.jumbotron {
	background-image: url(https://www.wellmindhealth.com/wsimages/large-w-blue.svg);
 background-color: #00847f !important; background-color: var(--teal) !important;
}

section#intro_custombanner_home:before {
	position: absolute;z-index: auto;
	content:url(https://www.wellmindhealth.com/wsimages/group-108.png);
    bottom: -5px;
    left: 0;
}
section#intro_custombanner_home .container:before {
	position: absolute;z-index: auto;
	content:url(https://www.wellmindhealth.com/wsimages/group-55.png);
    top: calc(5%);
    right: calc(5%);
}

section#intro_custombanner_thecourse .col-left:before,
section#intro_custombanner_selfreg .col-left:before,
section#intro_custombanner_selfreg_shared .col-left:before
{
	position: absolute;z-index: 2;
	content:url(https://www.wellmindhealth.com/wsimages/group-39.png);
    bottom: calc(-4rem - 2rem);
    left: 0;
}
section#intro_custombanner_thecourse .col-right:before,
section#intro_custombanner_selfreg .col-right:before,
section#intro_custombanner_selfreg_shared .col-right:before
{
	position: absolute;z-index: 2;
	content:url(https://www.wellmindhealth.com/wsimages/group-41.png);
    bottom: calc(-4rem - 2rem);
    right: 0;
}


.slider-handle {
    background-image: -webkit-linear-gradient(top,#316174 0,#316174 100%);
    background-image: -o-linear-gradient(top,#316174 0,#316174 100%);
    background-image: linear-gradient(to bottom,#316174 0,#316174 100%);
}

section.mainTabs ul.nav-tabs a.nav-link  {
    background-color: #fff; background-color: var(--white);
    color: #00847f; color: var(--teal);
} 
section.mainTabs ul.nav-tabs a.nav-link.active {
    background-color: #00847f; background-color: var(--teal);
    color: #fff; color: var(--white);
    border-bottom: 1px solid var(--teal);
}

@media (max-width: 991px) {
	section#intro_custombanner_home:before, section .container:before  {
		zoom: 1;
		filter: alpha(opacity=25);
		opacity: 0.25;
	}
	section#intro_custombanner_home.jumbotron {
		background-image: none !important;
	}
	.navbar-brand {
		padding-top:1rem;
		padding-left:1rem;
	}
	.navbar-brand img {
		max-height: 40px !important;
	}
}
@media (max-width: 575px) {
	.navbar-brand {
		padding-top:1rem;
	}
	.navbar-brand img {
		max-height: 40px !important;
	}
}
@media (max-width: 400px) {
	.navbar-brand img {
		max-height: 40px !important;
	}
}


