.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

*.disabled, * .disabled {
	cursor:unset !important;
	background-color:transparent !important;
	background:transparent !important;
}

nav, 
nav .brand-logo {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
nav {
	padding:1em 2em 0;
	background-color:#10103c;
}
nav ul a {
	display: inline-block;
}
nav ul li .dropdown-content {
	margin-top: -2px;
	text-align:left;
	color:#10103c;
}
nav .brand-logo img {
	height:100%;
	width:auto;
}
nav .brand-logo {
	display:inline-block;
	position:relative;
	margin:0;
	padding:0;
	width:auto;
	height:116px;
	line-height:1;
}
@media only screen and (max-width: 720px) {
nav .brand-logo {
	height:66px;
	/*left: 50%;*/
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	}
nav .brand-logo.left, nav .brand-logo.right {
	padding: 0;
	-webkit-transform: none;
			transform: none;
	}
nav .brand-logo.left {
	left: 0.5rem;
	}
nav .brand-logo.right {
	right: 0.5rem;
	left: auto;
	}
nav .button-collapse {
	margin: -14px 10px;
	}
nav {
	padding: 1em 1em 0;
	min-height:120px;
	}
}
@media only screen and (max-width:1024px) {
  nav.nav-extended .nav-wrapper {
    display:table;
	width:100%;
	position:unset;
  }
}
@media only screen and (min-width: 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: auto;
    line-height: 1;
  }
  .navbar-fixed {
    height: auto;
  }
}
nav.shrink {
	top: -130px;
}
.nav-wrapper {
	text-align: right;
	line-height: 1;
}

.tab {
	white-space:normal;
}
.tabs-transparent.tabs .indicator {
	background-color:#42e9ae;
}
.tabs.tabs-transparent .tab a, 
.tabs.tabs-transparent .tab.disabled a, 
.tabs.tabs-transparent .tab.disabled a:hover {
	color: inherit;
	font-size: inherit;
}
.tabs.tabs-transparent .tab.disabled a {
	opacity:0.5;
}
.tabs-transparent.tabs .tab a.active {
	color:#42e9ae;
	font-weight:bold;
}
.tabs-transparent.tabs .tab a:not(.active):hover,
a.tab:not(.active):hover {
	color:#5fa0ff;
}
.tab .material-icons {
	display:inline-block;
	line-height: inherit !important;
	height:auto !important;
}







.tab {
	white-space:normal;
}
.tabs_new-transparent.tabs_new .indicator {
	background-color:#42e9ae;
}
.tabs_new.tabs_new-transparent .tab a, 
.tabs_new.tabs_new-transparent .tab.disabled a, 
.tabs_new.tabs_new-transparent .tab.disabled a:hover {
	color: inherit;
	font-size: inherit;
}
.tabs_new.tabs_new-transparent .tab.disabled a {
	opacity:0.5;
}
.tabs_new-transparent.tabs_new .tab a.active {
	color:#42e9ae;
	font-weight:bold;
}
.tabs_new-transparent.tabs_new .tab a:not(.active):hover,
a.tab:not(.active):hover {
	color:#5fa0ff;
}
.tab .material-icons {
	display:inline-block;
	line-height: inherit !important;
	height:auto !important;
}





#TopMenu li .material-icons {
	/*margin-right: 10px;*/
}
.dropdown-button i.right {
	margin-left: 8px;
}
.dropdown-content.has-icons {
	padding-right:50px !important;
}
.dropdown-content .inner {
	font-size: 16px;
	display: block;
	line-height: 22px;
	padding: 14px 16px;
}
.dropdown-content .label {
	color:#ccc;
	font-weight:bold;
}
.btn,
.btn-large {
	border:				1px solid #42e9ae !important; /*teal*/
	border-radius:		0;
	background-color:	#42e9ae; /*teal*/
	color:				#fff;
	text-align:			center;
	text-transform:		uppercase;
}

.btn:hover, 
.btn-large:hover {
	cursor:				pointer;
	background-color:	#fff !important;
	border-color:		#fff !important;
	color:				#5fa0ff !important;
}
.btn-inverse {
	border:				1px solid #42e9ae !important; /*teal*/
	background-color:	transparent;
	color:				#fff;
}
.btn-inverse:hover {
	border-color:		#fff !important;
}
.btn-white {
	border-color:		transparent;
	background-color:	white;
	color:				#42e9ae;
}
.btn-white:hover {
}
.btn-brand {
	font-family: 'Roboto', Helvetica;
	font-weight:bold;
	font-size:	2em;
	text-transform:uppercase;
	text-decoration:none !important;
	color: #42e9ae !important; /*teal*/
	line-height:1;
}
.btn-brand i {
	font-size: 1em !important;
	line-height:inherit !important;
	margin-left: 5px !important;
	-ms-transform: scaleX(1,3); /* IE 9 */
    -webkit-transform: scaleX(1.3); /* Safari */
    transform: scaleX(1.3);
}
	.grad {
		background: -moz-linear-gradient(left, rgba(66, 233, 174,0) 0%, rgba(66, 233, 174,1) 95%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(66, 233, 174,0) 0%,rgba(66, 233, 174,1) 95%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(66, 233, 174,0) 0%,rgba(66, 233, 174,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0042e9ae', endColorstr='#42e9ae',GradientType=1 ); /* IE6-9 */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		display: initial;
	}
.btn-brand:hover .grad {
		background: -moz-linear-gradient(left, rgba(3, 155, 229,0) 0%, rgba(3, 155, 229,1) 95%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(3, 155, 229,0) 0%,rgba(3, 155, 229,1) 95%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(3, 155, 229,0) 0%,rgba(3, 155, 229,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00039be5', endColorstr='#039be5',GradientType=1 ); /* IE6-9 */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		display: initial;
}
.btn-group {
	display:inline-block;
	position:relative;
	right:0;
	top:3px;
}
.btn-spacer {
	display:inline-block;
	width:0.3em;
	opacity:0;
}
@media only screen and (min-width:451px) {
	#btn_SignUp-via-Login {
		display: none;
	}
}
@media only screen and (max-width:450px) {
	#btn_SignUp {
		display:none;
	}
	#btn_SignUp-via-Login {
		display: block;
		padding:0.8em;
	}
}
#sidenav-overlay {
}
.side-nav {
	color: rgba(0, 0, 0, 0.87);
}
.side-nav .collapsible-body {
    padding: 0;
}
.side-nav .collapsible-body li a, .side-nav.fixed .collapsible-body li a {
    padding: 0 16px;
}

.side-nav .brand-logo img {
	width:100%;
	height:auto;
}
.side-nav .brand-logo {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	width:113px;
	height:58px;
	line-height:1;
	margin:1em 1.5em;
}
@media only screen and (max-width:640px) {
	.side-nav a {
	padding: 0 16px;
	}
	.side-nav .userView {
	padding: 16px 16px 0;
	}
}

.modal .modal-content {
	color: #10103c;
	padding:0;
}
.modal .inner{
	padding:24px;
}
.modal .title{
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 400;
	color: white;
	text-transform: uppercase;
	background: #42e9ae;
	opacity: 0.8;
}

#form_Forgotten {
	display:none;
}
@media only screen and (min-width:321px) {
#StayIn-text br{
	display:none;
}
}

/* EXTEND MATERIALIZE.CSS */
.check-rgt [type="checkbox"] + label::before, [type="checkbox"]:not(.filled-in) + label::after {
	left:100%;
	margin-left:10px;
}
.check-rgt [type="checkbox"]:checked + label::before {
	left:100%;
	margin-left:5px;
}
.check-rgt [type="checkbox"] + label {
	padding-left:0;
}
[type="checkbox"] + label {
    color: #42e9ae !important; /*teal*/
}
[type="checkbox"] + label:hover {
    color: #039be5 !important; /*sky*/
}
[type="checkbox"]:checked +label {
	font-weight:bold;
	color:#10103c !important;
}
.input-field sup {
	position:relative;
	font-size:1em;
	font-weight:bold;
	
}
.input-field .prefix {
    top: 50%;
    margin-top: -1.3rem;
}

/* SPEEDTEST overrides */
#ostsharebutton,
.rrssb-buttons,
.rrssb-buttons li {
	display: none !important;
}

.dropdown-content .inner {
	max-width:420px;
	overflow-x: hidden;
}

/* -----------------------------------------
	BASE RESETS
----------------------------------------- */

		body {
			font-family: 		"Roboto", Helvetica, Arial, sans-serif;
			/* font-size:			16px; */
			letter-spacing:		0.02em;
			line-height:		1.5em;
		}
		a,
		a:visited {
			color:				#42e9ae /*teal*/
			text-decoration:	none;
			cursor:				pointer;
		}
		a:not(.active):not(.disabled):hover {
			color:				#5fa0ff !important; /*sky*/
			text-decoration:	underline;
			cursor:				pointer;
		}
		a:active {
			color:				#42e9ae !important; /*teal*/
		}
		a.active,
		.selected {
			text-transform:		uppercase;
			font-weight:		bold;
			color:				#42e9ae !important; /*teal*/
		}
		.selected a {
			color:				#42e9ae; /*teal*/
			font-weight:		bold;
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			font-family:		"Roboto", Helvetica, Arial, sans-serif;
			letter-spacing:		0.02em;
			line-height: 		1.3;
			margin:				0;
		}
		p {
			margin:				auto;
		}
		sup { 
			letter-spacing:		0;
			position:			relative;
			top:				-0.4em;
		}
		strong, b {
			font-weight:		800;
		}
		em, i {
			font-style:			italic;
		}
		.uppercase {
			text-transform:uppercase;
		}
		
		/*-- FONT SIZES --*/
		h1, .h1 {
		  font-size: 2.25rem; /*36px login title */
		  letter-spacing: -0.02em;
		}
		h2, .h2 {
		  font-size: 1.7rem;
		}
		h3, .h3 {
		  font-size: 1.5rem;
		}
		h4, .h4 {
		  font-size: 1.31rem;
		}
		h5, .h5 {
		  font-size: 1.125rem;
		}
		h6, .h6 {
		  font-size: 0.94rem;
		}
		.small_13 {
			font-size:			0.81rem;
		}
		.small_11 {
			font-size:			0.69rem;
		}
		.mega {
			font-size:			3.25rem !important; /*52px*/
			font-weight:		400;
			letter-spacing:		0em !important;
		}
		.lrg {
			font-size:			2.5rem !important; /*40px*/
			font-weight:		300;
			letter-spacing:		0em !important;
		}

		.pop-lead {
			margin: 0.5em 1em 0;
			font-size: 90%;
			line-height: 1.8;
			color: #778;
			margin-bottom:1.5em;
		}

		/*-- COLORS --*/
		
		.nvy {					color:#10103c !important;} 
		.teal {					color:#42e9ae !important;}
		.apple {				color:#99c942 !important;}
		.sky {					color:#5fa0ff !important;}
		.orange {				color:#fa891b !important;}
		.white {				color:#fff    !important;}
		
		.bg-nvy {				background-color:#10103c !important;}
		.bg-teal {				background-color:#42e9ae !important;}
		
		
		/*-- GENERAL OBJECTS --*/
		
		.nowrap {
			white-space:		nowrap;
		}
		.hr {
			display:			block;
			width:				100%;
			height:				1px;
			padding:			0;
			margin:				0 auto;
			background:			#bbb
		}

/*-- MATERIALISE COLORS --*/
.teal {
  background-color: #42e9ae !important;
}
.teal-text {
  color: #42e9ae !important;
}
