.menu-horizontal>li,
.menu-vertical>li {
	font-family: 'Lato', Sans-Serif;
	font-size: .95em;
	letter-spacing: .16em;
}

.menu-horizontal>li>a,
.menu-horizontal>li>.modal-instance>a {
	font-weight: 600;
}

.menu-horizontal>li.nav-item.active a {
	opacity: 1;
	/* or whatever you like */
	color: #000;
	/* display: block; */
	padding-bottom: 3px;
	border-bottom: 1px solid #252525;
}

.bar .logo {
	max-height: 6.5em;
	max-width: none;
}

.bar .logo {
	margin: 0;
	position: relative;
	top: -3px;
}

#menu2 ul,
ol {
	list-style: none;
	line-height: 5.85714286em;
	text-transform: uppercase;
}

.menu-horizontal>li:not(:hover)>a,
.menu-horizontal>li:not(:hover)>span,
.menu-horizontal>li:not(:hover)>.modal-instance>.modal-trigger {
	opacity: .8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	color: #252525 !important;
}

h1 {
	text-transform: uppercase;
	letter-spacing: .15em;
}

h1,
.h1 {
	font-size: 3.0em;
	line-height: 1.45818182em;
}

h1 span {
	color: #FFF !important;
}

h1 span.spanblock {
	display: inline-block;
	margin-right: 20px;
	color: #FFF !important;
}

h3 {
	font-size: 1.65em;
	text-transform: uppercase;
	letter-spacing: .15em;
	margin-bottom: 0px;
}

h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: .15em;
}

h4 span {
	color: #fff !important;
}

h4 span.spanblock {
	display: inline-block;
	margin-right: 20px;
}

p.lead {
	font-size: 1.05em;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.white {
	color: #fff !important;
}

.imagebg:not(.image--light) a {
	color: #fff !important;
	font-weight: 500;
	text-decoration: none;
}

.imagebg:not(.image--light) a:hover {
	text-decoration: underline;
}

.mt10 {
	margin-top: 10px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.clear {
	display: block;
}

.black {
	color: #252525 !important;
}

.footer-7 {
	font-size: .83em;
	text-transform: uppercase;
	color: #252525;
}

footer.footer-7 {
	padding: 2.5em 0 2.0em 0;
	border-bottom: 10px solid #252525;
}

.footer-7 span.spanblock {
	display: inline-block;
	margin-right: 15px;
}

.footer-7 span.spanblock-sm {
	display: inline-block;
	margin-right: 15px;
}

.footer-7 span.company {
	display: inline;
	color: #4a4a4a;
	padding-left: 5px;
}

.footer-7 span a {
	text-decoration: none;
}

.footer-7 span a:hover {
	text-decoration: underline;
}

footer:not(.bg--primary):not(.bg--dark) a {
	color: #252525;
}

hr.short {
	width: 2.78571429em;
	border-color: #252525;
}

.section--ken-burns {
	overflow: hidden;
}

.section--ken-burns>.background-image-holder,
.section--ken-burns>img:only-child {
	animation: kenBurns 25s ease alternate infinite;
	-webkit-animation: kenBurns 25s ease alternate infinite;
}

@media (min-width: 991px) {
	.bar.pos-fixed {
		position: fixed;
		top: 0;
		animation: fadeInDown 0.3s ease-out forwards;
		box-shadow: none;
		box-shadow: none;
	}

	.bar.pos-fixed:not([class*='bg-']) {
		background: none;
	}
}

@media (max-width: 767px) {

	.height-100,
	.height-90,
	.height-80,
	.height-70,
	.height-60,
	.height-50,
	.height-40,
	.height-30,
	.height-20 {
		height: 93vh;
		padding: 4em 0;
	}

	.height-10 {
		height: 20vh;
		padding: 4em 0;
	}

	.bar .logo {
		margin: 0;
		position: relative;
		top: -4px;
		margin-bottom: -4px;
	}

	.bar .logo {
		max-height: 3.3em;
		max-width: none;
	}

	.bar.bar--sm {
		background: none;
	}

	.bar .menu-horizontal {
		position: relative;
		top: 8px;
	}

	#menu2 ul,
	ol {
		list-style: none;
		line-height: 2.2em;
		margin-left: 16px;
	}

	h1,
	.h1 {
		font-size: 1.53285714em;
		line-height: 1.51818182em;
	}

	h4 {
		font-size: 1.2em;
		text-transform: uppercase;
		letter-spacing: .15em;
	}

	ul:last-child {
		margin: -6px;
	}

	.text-center-xs {
		text-align: center !important;
	}
}

@media (max-width: 767px) {
	.pos-vertical-center {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}

.gdpr h5 {
	color: #252525;
	font-size: 1.2em !important;
	font-weight: 500 !important;
	margin-bottom: 0 !important;
	text-shadow: none;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

ul.my-list {
	list-style-type: circle !important;
	list-style-position: outside !important;
}

ul.my-list li {
	margin-bottom: 8px;
	margin-left: 16px;
}