
/*
* @section      Page Header
* @description  This section holds specific style redeclarations for some
*               of common elements in page header
*/
.page-head {
	position: relative;
	z-index: 1080;
	background-color: #fff;
}

/*
* @section      Page Content
* @description  This section holds specific style redeclarations for some
*               of common elements in page content
*/
.page-content {
	position: relative;
	z-index: 1;
}

/*
* @section      Page Footer
* @description  This section holds specific style redeclarations for some
*               of common elements in page footer
*/
.page-foot {
	background-color: #000;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	display: inline-block;
	text-decoration: none;
	transition: .33s all ease-out;
}

a, a:active, a:focus {
	color: #585858;
}

a:hover, a:focus {
	color: #26a7e9;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a[href*='callto'], a[href*='mailto'] {
	white-space: nowrap;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.71429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	transition: all 0.2s ease-in-out;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #2a2b2b;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role="button"] {
	cursor: pointer;
}

.brand {
	/**
    @bugfix: color flickering in child objects on hover
    @affected: IE Edge
  */
	transition: none !important;
}

.brand, .brand:active, .brand:focus, .brand:hover {
	fill: #000;
}

.brand-inverse, .brand-inverse:active, .brand-inverse:focus, .brand-inverse:hover {
	fill: #fff;
}

.brand-md svg {
	width: 162px !important;
	height: 26px !important;
}

.rights {
	display: inline-block;
	margin: 0;
	line-height: 1.5;
	letter-spacing: .025em;
	vertical-align: baseline;
}

.rights * {
	display: inline;
	margin-right: .25em;
}

.page-foot-default .rights {
	color: #fff;
	font-weight: 300;
}

.page-foot .brand + * {
	margin-top: 22px;
}

.page-foot * + .link-block {
	margin-top: 15px;
}

.page-foot .footer-title + * {
	margin-top: 30px;
}

.page-foot .contact-info * + .unit {
	margin-top: 15px;
}

.privacy-link {
	margin-top: 30px;
}

.one-page-section * + .group-xl {
	margin-top: 40px;
}

@media (min-width: 768px) {
	.one-page-section * + .group-xl {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	.one-page-section * + .group-xl {
		margin-top: 100px;
	}
}

[data-x-mode="design-mode"] .page {
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-height: 100vh !important;
}

.rd-search .search-list .search-list-item {
	display: block;
}

.rd-search .search-list .search-list-item + .search-list-item {
	margin-top: 20px;
}
