
.display_table_cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
	overflow: hidden;
	zoom: 1;
	box-sizing: border-box;
}

.page_header [class*="display_table_cell"] {
	overflow: visible;
}

.page_header .header-button {
	line-height: 60px;
}

.header_right_buttons .inline-list.small-padding > li {
	padding-top: 0;
	padding-bottom: 0;
}

/* header floats */
.page_header:before,
.page_header:after {
	content: '';
	display: block;
	clear: both;
}

.page_header {
	height: auto;
}

.header_left_logo {
	white-space: nowrap;
	padding: 0 15px;
	overflow: visible;
}

[class*="display_table_cell"] .header_left_logo {
	padding-left: 0;
}

.header_mainmenu {
	overflow: visible;
	width: 10000px;
	padding: 0 15px;
}

.header_right_buttons {
	white-space: nowrap;
	padding: 0 15px;
	text-align: right;
	overflow: visible;
}

.header_right_buttons.ls {
	background-color: transparent !important;
}

/*
** Side Header
*/
/* side header layout */

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}


h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}


.highlight2 {
    color: #f3702b;
    border-color: #f3702b;
}
h4 {
    font-size: 24px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 1.1em;
    margin-bottom: 0.8em;
}

h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
center {
    text-align: -webkit-center;
}

.logo_text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-top: -5px;
    margin-left: 15px;
    color: #3a3d44;
    text-align: left;
    font-size: 34px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
