
html {
	font-size: 14px;
}
body {
	font-family: Roboto, Arial, sans-serif;
}

.button.button-outline {
	border: 1px solid #fff;
	background: transparent;
}
.button.button-outline:hover {
	border: 1px solid #fff;
	background: transparent;
}
.button.primary {
	background: #2fb5b9;
}
.button.primary:hover {
	background: #3fd1d5;
}

.header_banner {
	position: relative;
	min-height: 400px;
	background-color: #333;
	background-image: url(../img/banner_01.jpg);
	background-position: top center;
	background-size: cover;
}
.header_banner:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(34,43,45,0.9);
	content: '';
	z-index: 0;
}
.header_banner > div {
	position: relative;
	z-index: 1;
}

.titlebar_logo {
	width: 180px;
	padding: 20px;
}
.main-title-bar {
	background: transparent;
}
.main-title-bar a {
	color: rgba(255,255,255,0.8);
}
.main-title-bar a:hover {
	color: rgba(255,255,255,1);
}
.main-title-bar .button {
	margin-left: 20px;
}

.main-title-bar .cell {
	display: flex;
	align-items: center;
	justify-content: center;
}


.banner_content {
	text-align: center;
	padding: 100px 0;
}
.header_banner {
	color: #fff;
}
.header_banner h1 {
	font-size: 3rem;
	font-weight: 700;
	line-height: 2.6rem;
	letter-spacing: -0.05rem;
	margin: 0;
	padding: 0 0 20px 0;
}
.header_banner h1 i {
	color: #2fb5b9;
	font-style: normal;
}
.header_banner p {
	font-size: 1.2rem;
}


.panel_marketing_message {
	padding: 100px 0;
}


.panel_marketing_message h2 {
	font-weight: 700;
	padding: 0 0 40px 0;
	margin: 0;
}

.grid-logos img {
	max-width: 200px;
	max-height: 75px;
}


.grid-logos .cell {
	justify-content: center;
	align-items: center;
	display: flex;
	padding-left: 40px;
	padding-right: 40px;
}

.main-title-bar ul {
	list-style: none;
	list-style-type: none;
	margin: 0 0 0 40px;
	padding: 0
}
.main-title-bar ul li {
	display: inline-block;
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0 15px;
}
.main-title-bar ul li a {
	display: block;
	color: rgba(255,255,255,0.8);
}
.main-title-bar ul li a:focus,
.main-title-bar ul li a:hover {
	color: rgba(255,255,255,1);
}


.main-title-bar .button {
	margin-bottom: 0;
}




