@import url("/templates/global.css");
.t-primary-bgcolor {
	background-color: #554E49;
}

a {
	color: #4FADD1;
}

body {
	background-color: #fff;
}

.header {
	width: 100%;
}

.header a:hover {
	text-decoration: none;
	color: #D68600;
}

.home_link {
	font-size: 18px;
}

.header_top {
	background-color: #554E4A;
    border: 1px solid #000;
    border-radius: 4px;
    height: 52px;
}

.header_top_content {
	max-width: 1140px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 52px;
}

.header_top a {
	color: #BAB298;
	font-family: Helvetica, Arial, sans-serif;
	padding: 10px 15px;
}

.top-left {
	display: flex;
	align-items: center;
}

.top-right {
	font-size: 0;
}

.top-right a {
	font-size: 14px;
}

.top-left .home_link {
	padding-left: 0;
}

.top-right a:last-child {
	padding-right: 0;
}

.header_bottom {
	background-color: #F6F4F2;
	border-bottom: 1px solid #BAB298;
	border-top: 5px solid #BAB298;
	margin-top: 5px;
}

.header_bottom_content {
	max-width: 1140px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 4fr 1fr;
}

.header__logo {
	margin: 20px 0;
}

.header_title {
	font-family: Helvetica, Arial, sans-serif;
	display: grid;
	place-items: center;
}

.title-inner {
	text-align: center;
	line-height: 44px;
}

.main-title {
	font-size: 48px;
	color: #554E4A;
}

.sub-title {
	font-size: 30px;
	color: #BAB298;
}

.socials {
	display: flex;
	justify-content: right;
	margin-top: 25px;
}

.socials a:not(:first-child) {
	margin-left: 10px;
}

.socials a img {
	max-width: 28px;
}

.header-vimeo img {
	margin-right: 0;
}

.main {
	padding: 2em 0;
	width: 1140px;
}

.sidebar {
	margin-right: 28px;
}

@media screen and (max-width: 1150px) {
    .header_top_content,
    .header_bottom_content {
    	padding: 0 1.5em;
    }
    .main {
    	padding: 1.5em;
    }
}