.light-blue.lighten-1{
	background: #2293bc;
}

.section .container{
	width: 66%;
}

nav{
	height: 100px;
}

nav ul a{
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
}

.hide{
	display: none;
}

nav ul a:hover {
    background-color: transparent;
}

.nav-wrapper ul{
	padding-top: 16px;
}

.sidenav-trigger .material-icons{
	color: black;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.btn, .btn-large{
	background-color: #0CB8EC;
}

.btn:hover, .btn-large:hover{
	background-color: #2293bc;
}

.header{
	margin: 35px 0 15px 0;
}

.orange{
	background-color: #0066AA !important;
}

.tabs .tab a, .tabs .tab a:hover, .tabs .tab a.active, .tabs .tab a:focus, .tabs .tab a:focus.active{
	color: #0CB8EC;
	font-size: 14px;
	font-weight: bold;
	background-color: #fff !important;
}

.tabs .indicator{
	background-color: #0CB8EC;
}

h2{
	color: #0CB8EC;
	font-size: 28px;
	font-weight: bold;
	margin-top: 10px;
}

.page-footer h5{
	font: 16px "Helvetica Neue", Arial, sans-serif;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    font-weight: bold;
    margin: 25px 0 12px 0;
}

@media only screen and (max-width: 601px) {
	nav{
		height: 100px;
	}
	
	.container .header img{
		width: 100%;
	}
}
