/* Color Tokens */
.primary {
	color: #B9A06F; /* $primary */
}

.secondary {
	color: #3F6400; /* $secondary */
}

.tertiary {
	color: #BAB7AB; /* $tertiary */
}

.light {
	color: #F2F0EE; /* $light */
}

.dark {
	color: #211F1C; /* $dark */
}

.white {
	color: #FFFFFF; /* $white */
}
/* End Color Tokens */

/* Awards Area Styles */
.awards-area {
	background-image: url(/images/awards-bg.jpg);
	background-size: cover;
	background-position: 0 50%;
	padding: 6.5em 0;
}

.awards-area .main {
}

.awards-area .flex {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.no-flexbox .awards-area .flex > * {
	vertical-align: top;
}

.awards-area header {
	-webkit-flex: 0 1 25%;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	padding-right: 2%;
	text-align: left;
	padding-bottom: 0;
}

.no-flexbox .awards-area header {
	width: 25%;
}

.awards-area header h2 {
}

.awards-area .container {
	overflow: hidden;
	position: relative;
	-webkit-flex: 1 1 75%;
	-ms-flex: 1 1 75%;
	flex: 1 1 75%;
}

.awards-area .container ul {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transition: -webkit-transform .5s ease 0s;
	-moz-transition: -moz-transform .5s ease 0s;
	-o-transition: -o-transform .5s ease 0s;
	transition: transform .5s ease 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.no-flexbox .awards-area .container ul {
	display: table;
}

.awards-area .container ul li {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
	position: relative;
	min-height: 130px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.no-flexbox .awards-area .container ul li {
	display: table-cell;
	vertical-align: middle;
}

.awards-area .container ul li > *:not(.caption) {
	display: inline-block;
	padding: 0 5%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}

.no-flexbox .awards-area .container ul li > *:not(.caption) {
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.awards-area .container ul li a {
	opacity: 1;
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity .4s ease 0s;
	transition: opacity .4s ease 0s;
}

.awards-area .container ul li a:hover {
	opacity: .6;
}

.awards-area .container ul li img {
	display: block;
	margin: 0 auto;
	opacity: 1;
	-webkit-transition: opacity .5s ease 0s;
	-moz-transition: opacity .5s ease 0s;
	-o-transition: opacity .5s ease 0s;
	transition: opacity .5s ease 0s;
	max-height: 130px;
}

.no-touch .awards-area .container ul li:hover img {
	opacity: 0;
}

.touch .awards-area .container ul li > *:not(.caption) {
	position: relative;
	top: auto;
	left: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	width: auto;
}

.awards-area .container ul li .caption {
	position: relative;
	text-align: center;
	line-height: 1.4;
	opacity: 0;
	-webkit-transition: opacity .5s ease 0s;
	-moz-transition: opacity .5s ease 0s;
	-o-transition: opacity .5s ease 0s;
	transition: opacity .5s ease 0s;
	padding: 0 3%;
}

.touch .awards-area .container ul li .caption {
	display: none;
}

.awards-area .container ul li:hover .caption {
	opacity: 1;
}

.awards-area .container ul li .caption h4 {
	width: 100%;
}

.awards-area .container ul li .caption p {
	margin: .5em 0 0;
	width: 100%;
}

.awards-area .scrolling-list-thumbs {
}
/* End Awards Area Styles */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
	body {
	}

	.awards-area .flex {
		display: block;
	}

	.awards-area header {
		text-align: center;
		padding-bottom: 1.5em;
	}
}
/* End 1000px Responsive */

/* 550px Responsive */
@media screen and (max-width:550px) {
	body {
	}

	.awards-area header {
		padding-bottom: 1em;
	}

	.awards-area .container ul li img {
		max-height: 100px;
	}
}
/* End 550px Responsive */
