@charset "UTF-8";
/* CSS Document */
.simple-header .row{
	padding:0px;
}
.simple-header .simple-header-headline {
	text-transform: uppercase;
	font-size: 35px;
	line-height: 1.2;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: center;
}
.simple-header .simple-header-logo{
	text-align:center;
	border-bottom:2px #eee solid;
	margin-bottom:10px;
}
.simple-header .simple-header-logo img {
	width: 97px;
	height: 60px;
	margin-bottom:10px;
}
.simple-header {
	padding: 15px 0px;
}
@media (min-width: 768px){
.simple-header .simple-header-headline {
	line-height: 60px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: right;
}
.simple-header .simple-header-logo{
	border-bottom:none;
	margin-bottom:0px;
	text-align:left;
}
.simple-header .simple-header-logo img {
	margin-bottom:0px;
}
}
/**** 7. Start Headers ******************************/
.neurogym-dropdown-header{
	background-color:#8446ac;
	height:97px;
	position:relative;
}
.neurogym-dropdown-header::before{
	content:'';
	background-color:#FFF;
	height:50%;
	width:100%;
	position:absolute;
	z-index:1;
}
.neurogym-dropdown-header::after{
	content:'';
	background-color:#FFF;
	height:90px;
	width:127px;
	background-image:url(https://www.myneurogym.com/assets/images/logos/NeuroGym-Stacked-Logo.svg);
	background-position:center center;
	background-size:97px 60px;
	background-repeat:no-repeat;
	position:absolute;
	z-index:2;
	border-radius:20px;
	top:0px;
	left:50%;
	margin-left:-63px;
}
.corporate-header-body {
	padding-top: 119px; /* height of header */
}
.corporate-header .logo-nav {
	height: 70px;
	margin-right: 20px;
}
.corporate-header .logo-icon-nav {
	height: 40px;
	width: 193px;
}
.corporate-header .navbar-brand {
	padding: 22px;
}
.corporate-header .navbar {
	min-height: 92px;
	margin-bottom: 0px;
}
.corporate-header .navbar-default {
	background-color: #FFF;
	border: none;
}
.corporate-header .navbar-nav {
	padding-top: 5px;
}
.corporate-header .navbar-nav > li > a {
	line-height: 20px;
	/* Added to make border flush */
	padding: 15px 0px;
	margin-right: 15px;
	margin-left: 15px;
	/* End added to make border flush */
	margin-top: 22px;
	margin-bottom: 17px; /* to account for hidden border */
	border-bottom: 3px #FFF solid;
	color: #707170;
	cursor: pointer;
	transition: border-bottom 0.5s ease 0s;
	font-size: 18px;
}
.corporate-header a img {
	cursor: pointer;
}
.corporate-header .navbar-nav > li > a:hover {
	border-bottom: 2px #8446ac solid;
	color: #707170;
}
.corporate-header li.active a {
	background-color: #FFF;
}
.corporate-header {
	background-color: #FFF;
	border-top: #8446ac solid 5px;
}
.corporate-header .navbar-brand {
	height: auto;
}
.header-fixed {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
}
.corporate-header .navbar-social-icons {
	margin-right: 60px;
}
.corporate-header .navbar-social-icons a {
	/* Added to make border flush */
	margin-left: 0px !important;
	/* End added to make border flush */
	background-color: #707170;
	color: #FFF !important;
	line-height: 35px !important;
	height: 35px;
	text-align: center;
	width: 35px;
	margin-right: 4px !important;
	padding: 0px !important;
	font-size: 23px !important;
	margin-top: 29px !important;
	border: none !important;
	transition: background-color 0.5s ease 0s !important;
}
.corporate-header .navbar-social-icons a:hover {
	border: none !important;
	background-color: #8446ac !important;
}
.corporate-header .navbar-mobile-social-icons {
	text-align: center;
	padding-bottom: 10px;
}
.corporate-header .navbar-mobile-social-icons a {
	display: inline-block;
	background-color: #707170;
	color: #FFF;
	line-height: 35px;
	height: 35px;
	text-align: center;
	width: 35px;
	margin-right: 4px;
	padding: 0px;
	font-size: 25px;
	transition: background-color 0.5s ease 0s;
	margin: 0px 2px;
}
.corporate-header .navbar-mobile-social-icons a:hover {
	background-color: #7a9b49;
}
.corporate-header .login-button {
	/* Added to make border flush */
	padding: 15px 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	/* End added to make border flush */
	padding-right: 30px !important;
	border: none !important;
}
.corporate-header .login-button:after {
	font-family: 'Glyphicons Halflings';
	content: "\e072";
	position: absolute;
	right: 0px;
	font-size: 12px;
	background-color: #707170;
	color: #FFF;
	width: 20px;
	height: 20px;
	text-align: center;
	top: 15px;
}
.corporate-header .login-button:hover:after {
	background-color: #8446ac;
	color: #FFF;
	transition: background-color 0.5s ease 0s;
}

@media (max-width: 767px) {
	.corporate-header .container {
		padding-right: 0px;
		padding-left: 0px;
	}
	.corporate-header .navbar {
		min-height: 60px;
	}
	.corporate-header .navbar-toggle {
		margin-top: 25px;
	}
	.corporate-header .navbar-nav > li > a,  .corporate-header li.active a,  .corporate-header .navbar-nav > li > a:link,  .corporate-header .navbar-nav > li > a:hover {
		color: #FFF;
		border: none;
		line-height: 20px;
		margin: 5px 0px;
		background-color: #8446ac;
		text-align: center;
		padding: 10px 0px;
	}
	.corporate-header .navbar-collapse {
		background-color: #8446ac;
		border-bottom: 5px #ffa300 solid;
	}
	.corporate-header-body {
		padding-top: 90px;
	}
}
.corporate-v2-header-body {
    padding-top: 105px;
}
.corporate-v2-header {
	background-color: #8446AC;
}
.corporate-v2-header li{
	margin-bottom:0px;
}
.corporate-v2-header .navbar {
	min-height: 68px;
}
.corporate-v2-header .navbar-nav > li > a {
	font-size: 16px;
	margin: 25px 25px;
	padding: 5px 3px;
}
.corporate-v2-header .navbar-brand {
	padding: 13px;
}
.corporate-v2-header .navbar-toggle {
	margin-top: 17px;
}
.corporate-v2-header {
	background-color: #8446ac;
	position: fixed;
	height: 105px;
	top: 0px;
	width: 100%;
	border-top: #8446ac solid 6px;
	z-index: 1000;
	border-bottom:1px solid #707170;
}
.corporate-v2-header:before {
	background-color: #fff;
	position: absolute;
	top: 0px;
	bottom: 0px;
	content: " ";
	left: -50%;
	width: 100%;
}
.corporate-v2-header:after {
	content: " ";
	position: absolute;
	height: 41px;
	background-image: url(https://www.myneurogym.com/assets/images/backgrounds/corporate-v2-header-shadow.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	bottom: -41px;
	left: 0px;
}
.countdown-header .logo{
    width: 95px;
    height: 60px;
    margin: 0px;
    margin-right: 15px;
    float: left;
}
.corporate-v2-header .container {
	background-color: #FFF;
	height: 98px;
	position: relative;
}
.corporate-v2-header .container:after {
	height: 98px;
	width: 500px;
	position: absolute;
	top: 0px;
	right: -500px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #8446ac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #8446ac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 0%, #8446ac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 0%, #8446ac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffffff 0%, #8446ac 100%); /* IE10+ */
	background: linear-gradient(to right, #ffffff 0%, #8446ac 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8446ac', GradientType=1 ); /* IE6-9 */
}
@media (max-width: 767px) {
	.corporate-v2-header,
	.corporate-v2-header .container{
		height:auto;
	}
	.corporate-v2-header-body {
		padding-top: 75px;
	}
}
.countdown-header{
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size: 27px;
	line-height: 27px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	border-bottom: 2px solid #c6a3d7;
}
.countdown-header-2 .countdown-header-2-headline {
	text-transform: uppercase;
	font-size: 35px;
	line-height: 1.2;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: center;
}
.countdown-header .countdown-container {
	display: inline-block;
	height: 55px;
	width: 260px;
	max-width: 100%;
	margin-bottom: -10px;
	padding-left: 10px;
}
.countdown-header .countdown-header-col {
	width: 25%;
	float: left;
	padding-right: 8px;
}
.countdown-header .countdown-header-countdown-box {
	border-radius: 8px;
	background-color: #FFF;
	width: 100%;
	color: #B00002;
	text-align: center;
	font-size: 25px;
	line-height: 27px;
	padding-top: 5px;
	padding-bottom: 3px;
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,1);
	-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,1);
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,1);
}
.countdown-header .countdown-header-time-unit {
	font-size: 12px;
	line-height: 20px;
}
.countdown-header-2 .countdown-header-logo {
	width: 111px;
	height: 70px;
	margin: 0px;
	margin-right: 15px;
	float: left;
}
.countdown-header .countdown-header-menu a{
	font-size: 18px;
	line-height: 55px;
	color: #FFF;
	margin-left: 20px;
}
.countdown-header a.countdown-header-order-button {
	font-size: 18px;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 20px;
	background-color: #F7941D;
	color: #FFF !important;
	white-space: nowrap;
}
.countdown-header a.countdown-header-order-button:hover {
	text-decoration: none;
	background-color: #FCBF31;
}
.countdown-header .countdown-header-mobile-countdown {
	line-height: 1.2;
	font-size: 18px;
	text-transform: none;
	margin-top: 5px;
	display: block;
}
.timer-header-body {
	padding-top: 97px;
}
.countdown-header-2 {
	padding: 15px 0px;
}

@media (max-width: 767px) {
.countdown-header .timer-header-body {
	padding-top: 80px;
}
.countdown-header .countdown-header {
	padding: 10px 0px;
}
}

@media (min-width: 992px) {
.countdown-header-2 .countdown-header-2-headline {
	text-transform: uppercase;
	font-size: 35px;
	line-height: 70px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: right;
}
}
.header-gradient {
	background-color: #FFF;
	position: relative;
	text-align: center;
	border-bottom:5px solid #8446ac;
}
.header-gradient:after {
	content: " ";
	background-color: #8446ac;
	position: absolute;
	width: 50%;
	top: 2px;
	height: 100px;
	right: 0px;
}
.header-gradient img {
	height: 70px;
	width: auto;
	margin: 15px;
	max-width: 100%;
}
.header-gradient .partner-portal {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #8446ac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #8446ac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 0%, #8446ac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 0%, #8446ac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffffff 0%, #8446ac 100%); /* IE10+ */
	background: linear-gradient(to right, #ffffff 0%, #8446ac 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8446ac', GradientType=1 ); /* IE6-9 */
	z-index: 1000;
	color: rgba(0,0,0,.1);
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1;
	padding: 10px;
	text-align: right;
	position: relative;
	height:height: 100px;
}
.header-gradient .partner-portal:before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-image: url(https://www.myneurogym.com/assets/images/backgrounds/corporate-v2-footer-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.header-gradient .header-border {
	height: 2px;
	position: relative;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #7a9b49 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #7a9b49)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 0%, #7a9b49 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 0%, #7a9b49 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffffff 0%, #7a9b49 100%); /* IE10+ */
	background: linear-gradient(to right, #ffffff 0%, #7a9b49 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7a9b49', GradientType=1 ); /* IE6-9 */
}
.header-gradient .header-border:before {
	content: " ";
	height: 37px;
	position: absolute;
	width: 100%;
	top: -37px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: top center;
}
@media (max-width: 767px) {
.header-gradient  .partner-portal {
	margin-right: -15px;
	text-align: center;
}
.header-gradient::after {
	display: none;
}
}
@media (min-width: 768px) {
.header-gradient  .partner-portal {

	font-size: 35px;
	line-height: 100px;
	padding: 0px;
}
}
@media (min-width: 992px) {
.header-gradient  .partner-portal {
	font-size: 45px;
}
}

@media (min-width: 1200px) {
.header-gradient img {
	margin-left:-7px;
}
}
.simple-header .simple-header-headline {
	text-transform: uppercase;
	font-size: 35px;
	line-height: 1.2;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: center;
}
.simple-header .simple-header-logo{
	text-align:center;
	border-bottom:2px #eee solid;
	margin-bottom:10px;
}
.simple-header .simple-header-logo img {
	width: 97px;
	height: 60px;
	margin-bottom:10px;
}
.simple-header {
	padding: 15px 0px;
}
@media (min-width: 768px){
.simple-header .simple-header-headline {
	line-height: 60px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-align: right;
}
.simple-header .simple-header-logo{
	border-bottom:none;
	margin-bottom:0px;
	text-align:left;
}
.simple-header .simple-header-logo img {
	margin-bottom:0px;
}
}
/**** 7. End Headers ******************************/
.countdown-header .row{
      padding:0px !important;
}