@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #666;
	background-color: #444444;
	line-height: 1.5em;
}

div.content {
	background: #fff;

}
div.content-alt {
	background: #fcfcfc;
}

div.content-ac {
	background-color: #fcd812;
}

div.content-hunter {
	background-color: rgb(135, 20, 55);
}
div.content-ohl {
	background-color: #fea8a1;
}

div.content-tandj {
	background-color: #a63232;
}

div.content-dcf {
	background-color: #369cb8;
}

div.content-sm {
	background-color: #f4f4f4;
}

ul {
	margin: none;
}

div.wrapper {
	width: auto;
	max-width: 1100px;
	float: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	padding: 25px 0px;
}
.wrapper::after {
	content: '';
	display: table;
	clear: both;
}

@media only screen and (max-width: 1140px) {
	div.wrapper {
	padding: 25px 33px;
	}
}

div.wrapper-wide {
	width: auto;
	float: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	padding: 0px 0px 0px 0px;
}
.wrapper-wide::after {
	content: '';
	display: table;
	clear: both;
}


div.full-width {
	width: 100%;
}
div.full-width img {
	width: 100%;
}

div.half {
	position: relative;
	float: left;
	clear: none;
	text-align: inherit;
	width: 50%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: -8px;
}

div.half p {
	margin: 25px 25px 25px 0px;
}
div.half ul {
	margin: 25px 25px 25px 25px;
}
div.half li {
	margin-bottom: 5px;
}

div.half img {
	height: auto;
	width: 100%;
}


div.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(68, 68, 68, 0.92);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.half:hover .overlay {
  height: 13%;
}

@media only screen and (max-width: 950px) {
	.half:hover .overlay {
  	height: 20%;
	}
}

div.half:hover .overlay {
  opacity: 1;
}

div.text {
  color: white;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

div.text h3 {
  font-size: 25px;
}

@media only screen and (max-width: 950px) {
	div.text h3 {
	font-size: 18px;
	}
}

div.third {
	float: left;
	clear: none;
	text-align: inherit;
	width: 33.33333333333333%;
	z-index: 1;
	max-height: 260px;
}
@media only screen and (max-width: 800px) {
	div.third {
		width: 48%;
	}
}
@media only screen and (max-width: 500px) {
	div.half,
	div.third {
		width: 100%;
	}
}

div.third img {
	height: auto;
	width: 100%;
	overflow: hidden;
}

div.third img:hover {
	opacity: 0.6;
}

div.quarter {
	float: left;
	clear: none;
	text-align: inherit;
	width: 25%;
	margin-left: 0%;
	margin-right: 0%;
	z-index: 1;
}
@media only screen and (max-width: 800px) {
	div.quarter{
		width: 50%;
	}
}
@media only screen and (max-width: 500px) {
	div.quarter{
		width: 100%;
	}
}

div.quarter img {
	height: auto;
	width: 100%;
}

div.exp-section {
	margin: 25px 0px 45px 0px; 
}

div.brief-copy {
	margin: 70px 0px 70px 0px;
}

div.brief-copy h3 {
	margin-bottom: 20px;
	font-size: 25px;
}
div.brief-copy p {
	font-size: 18px;
}

div.brief-copy span p{
	font-size: 14px;
}