.mobile, .mobileNav {
	display:none !important;
}
html,body {
	font-family: 'Lato', Arial, sans-serif;
	font-size:20px;
	color:#666;
	background:#FFF;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
.wrapper{
	margin:0 auto;
	position:relative;
	max-width:1215px;
	overflow:auto;
}
/*.wrapper.full{
	max-width:1281px;
}*/
footer .wrapper{
	padding:35px 50px;
}


/* --------- Typography ---------  */
h1{
	font-family: 'Lato', Arial, sans-serif;
	color:#d1120f;
	font-size:45px;
	margin:0 auto 30px;
	text-transform:uppercase;
}
h2{
	font-family: 'Lato', Arial, sans-serif;
	color:#d1120f;
	font-size:20px;
	margin:0 auto 20px;
	text-transform:uppercase;
}
h3{
	font-family: 'Lato', Arial, sans-serif;
	color:#333;
	font-size:20px;
	margin:0 auto 20px;
}
h4{
	font-family: 'Lato', Arial, sans-serif;
	color:#333;
	font-size:18px;
	margin:0 auto 18px;
}
p, td, span{
	color:#666;
	font-size:20px;
	margin:0 0 15px;
	line-height:140%;
}
ul li, ol li{
	color:#666;
	font-size:20px;
	line-height:140%;
}
section ul li, section ol li {
	list-style:outside;
	margin-left:16px;
}
section ul.center li, section ol.center li {
	list-style:inside;
	list-style-image:url('../images/list-diamond.png');
	margin-left:0;
}
ul, ol{
	margin-bottom:20px;
}
blockquote {
	font-size:22px;
	font-style:italic;
	color:#666;
	margin:0 0 30px;
}
a{
	color:#666;
	-webkit-transition:all 300ms;
  	-moz-transition:all 300ms;
  	-o-transition:all 300ms;
	transition:all 300ms;
	text-decoration:underline;
}
a:hover, a:active, .current_page_item a{
	text-decoration:none;
	color:#d1120f;
}
.current_page_item a:after {
    content: '';
    display: block;
    background: url('../images/icon-underline.png') no-repeat center center;
    width: 81px;
    height: 8px;
    margin: 0px auto;
}
::-webkit-input-placeholder{
   color:#a8a8a8;
}
:-moz-placeholder{
	color:#a8a8a8;
}
::-moz-placeholder{
	color:#a8a8a8;
}
input:-ms-input-placeholder{
	color:#a8a8a8;
}
placeholder{
	color:#a8a8a8;
}
::-moz-selection {
    color: #FFF;
    background:#d1120f;
}
::selection {
    color: #FFF;
    background:#d1120f;
}
input, textarea, select {
	display:inline-block;
	width:290px;
	color:#666;
	font-size:14px;
	padding:18px 15px;
	margin:10px auto;
	border:1px solid #a8a8a8;
	outline:none;
	text-transform:uppercase;
}
input[type="submit"] {
	background:none;
	color:#FFF;
	border:2px solid #FFF;
	text-transform:uppercase;
}
input[type="submit"]:hover {
	background:#FFF;
	color:#666;
}
input[type="radio"] {
	width:auto;
	padding:0;
	border:none;
}
input[type="radio"]:checked {
	color:#d1120f;
}
/* --------- END Typography --------- */


/* --------- Header/Nav --------- */

.heading {
	overflow:auto;
	margin:20px 0 30px;
}
.heading .logo {
	display:block;
	float:left;
	margin:10px 0 0;
	text-indent:-99999px;
	width: 330px;
	height: 109px;
	background:url('../images/logo.svg') no-repeat;
	background-size: cover;
}
.heading .social {
	margin:20px 0 0;
}
header nav ul.main {
    position: relative;
    display: block;
    margin: 23px 0 0;
	clear:right;
	float:right;
}
header ul.main > li {
	display:inline-block;
	padding:0 0 0 40px;
}
header ul li a {
	display:block;
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
/* --------- END Header/Nav --------- */

/* --------- Site --------- */
.copy {
	padding-top:50px;
	padding-bottom:50px;
}
.grey {
	background:#f8f8f8;
	padding-top:50px;
	padding-bottom:50px;
}
.red {
	background:#bc100d;
	min-height:525px;
}
blockquote {
	color:#3e4451;
	position:relative;
}
blockquote:before {
    content: '';
    background: url('../images/top-quote.png') no-repeat center center;
    display: block;
    width: 38px;
    height: 30px;
    position: absolute;
    left: -30px;
    top: -30px;
}
blockquote:after {
	content:'';
	background:url('../images/end-quote.png') no-repeat center center;
    display: block;
    width: 38px;
    height: 30px;
    position: absolute;
    right: 0px;
    bottom: -31px;
}
section img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.clear {
	clear:both;
}
.Left {
    float: left;
    width: 50%;
    padding: 25px 2% 25px 0;
}
.Right {
    float: left;
    width: 50%;
    padding: 25px 0 25px 2%;
}
.alignleft {
    float: left;
    margin: 0 20px 0 0;
}
.alignright {
    float: right;
    margin: 0 0 0 20px;
}
.btnCTA {
	display:inline-block;
	font-size:15px;
	border:2px solid #FFF;
	color:#FFF;
	margin:15px auto;
	padding:15px 35px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.btnCTA.black {
	border:2px solid #000;
	color:#000;
}
.btnCTA:hover {
	background:#000;
	border:2px solid #000;
	color:#FFF;
}

.social {
	float:right;
}
.social li {
	display:block;
	float:left;
	width:32px;
	height:32px;
	margin:0 0 0 3px;
	background-position:bottom center;
	background-repeat:no-repeat;
	text-indent:-99999px;
}
.social li:hover {
	background-position:top center;
}
.social li a {
	display:block;
}
.social li.linkedin {
	background-image:url('../images/icon-linkedin.png');
}
.social li.instagram {
	background-image:url('../images/icon-instagram.png');
}
.social li.twitter {
	background-image:url('../images/icon-twitter.png');
}
.social li.facebook {
	background-image:url('../images/icon-facebook.png');
}
.social li.youtube {
	background-image:url('../images/icon-youtube.png');
}
/* --------- End Site --------- */

/* --------- Home --------- */

.heroSlider {
	opacity:0;
	min-height:500px;
}
.heroSlider.active {
	opacity:1;	
}
.heroSlider ul li {
	margin:0;
}
.heroSlider img {
	width:100%;
}
.heroSlider .info {
	position:absolute;
	width:1000px;
	z-index:99995;
	left:50%;
	top:35%;
	margin:0 0 0 -500px;
	text-align:center;
}
.heroSlider .info h1 {
	font-size:60px;
	color:#FFF;
	text-shadow:-1px 1px 1px #000;
}
.heroSlider .info h1 span {
	display:block;
	font-size:70px;
	color:#FFF;
}
.bx-controls.bx-has-pager {
    text-align: center;
    margin: -40px 0 16px;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
	display:inline-block;
	margin:5px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display:block;
	background:rgba(209,18,15,0.4);
	position:relative;
	z-index:99999;
    text-indent: -9999px;
    outline: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin:2px 0 0;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:rgba(209,18,15,1);
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin:0;
}
.mainVid {
	float:left;
	width:55%;
}
.mainInfo {
	float:right;
	width:45%;
	padding:40px 0px 40px 40px;
}
.homeCTA {
	text-align:center;
	padding:10px 0 0;
}
.homeCTA .Left {
	width:40%;
	padding:40px 60px 35px 0;
}
.homeCTA .Right {
	border-left:2px solid #f8f8f8;
	width:60%;
	padding:40px 0 35px 40px;
}
.homeCTA h2 {
	margin-top:40px;
}
.homeCTA p {
	font-size:18px;
}

.projects {
    display: table;
    width: 100%;
}
.projects .project {
    display: table-cell;
}
.projects .project a {
	display:block;
	height:100%;
	position:relative;
}
.projects .project a:hover:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:9999;
	background:rgba(0,0,0,0.7);
}
.projects .project img {
    width: 100%;
	min-height:323px;
}
.projects .project .info {
	display:none;
}
.projects .project .info h2 {
	font-size:20px;
	margin-bottom:15px;
}
.projects .project .info h3  {
	font-size:13px;
	color:#FFF;
	text-transform:uppercase;
}
.projects .project .info h3:after  {
	content:'';
	display:block;
	background:url('../images/icon-underline.png') no-repeat center center;
	width:81px;
	height:8px;
	margin:5px auto;
}
.projects .project .info p {
	font-size:18px;
	color:#FFF;
}
.projects .project a:hover .info {
	display:block;
	position:absolute;
	z-index:99999;
	text-align:center;
	width:100%;
	top:20%;
	left:0;
	padding:10px;
}

.tomato {
	display:block;
	background:url('../images/tomato.png') no-repeat;
	position:absolute;
	height:232px;
	width:240px;
	top:-20px;
	left:65px;
	z-index:999;
}
.chalkboard {
	display:block;
	background:url('../images/bg-chalkboard.png') no-repeat;
	position:absolute;
	height:450px;
	width:871px;
	bottom:0;
	right:10px;
}
.red .info {
    width: 300px;
    position: relative;
    top: 220px;
    left: 30px;
}
.red .info:after {
	content:'';
	display:block;
	background:url('../images/icon-arrow.png') no-repeat;
	width:107px;
	height:47px;
	position:relative;
	left:60%;
}
.red .info h1 {
	color: #fff;
}
.red .info p {
	color:#FFF;
	font-size:18px;
}
ul.chalk {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    position: relative;
    z-index: 999999;
    width: 600px;
    left: 465px;
	top:-20px;
	margin:0;
}
ul.chalk li {
	color:#FFF;
	font-size:18px;
	list-style-image:url('../images/icon-check-red.png');
}

.blog {
	background:url('../images/bg-blog.jpg') repeat top center;
	background-size:cover;
	padding:75px 0 0;
}
.blog h1 {
	color:#262626;
	margin-bottom: 25px;
	font-size:45px;
	text-align:center;
	font-weight:normal;
}
.blog nav ul {
	margin:0 auto 25px;
	text-align:center;
}
.blog nav li {
	list-style:none;
	display:inline-block;
	margin:0;
	padding:0;
	min-width:86px;
}
.blog nav li a {
	display:block;
	position:relative;
	font-size:13px;
	color:#333;
	text-decoration:none;
	padding:0 20px;
	border-right:1px solid #e2e2e2;
}
.blog nav li a:hover {
	color:#d1120f;
}
.blog nav li a:hover:after {
	content:'';
	display:block;
	background:url('../images/icon-underline.png') no-repeat center center;
	width:81px;
	height:8px;
	margin:5px auto;
	position:absolute;
	left:5px;
}
.blog nav li:last-child a {
	border:none;
}

.blogList {
	margin:0 auto;
	vertical-align:middle;
	overflow:hidden;
}
.blogList li {
	display:block;
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:33.3%;
}
.blogList li:first-child {
	display:block;
	width:100%;
}
.blogList li a:before {
	content:'';
	background:rgba(0,0,0,0.2);
	position:absolute;
	z-index:9;
	width:100%;
	height:100%;
}
.blogList span {
	display:block;
    color: #FFF;
	font-size:20px;
	text-transform:uppercase;
    text-align: center;
    position: absolute;
    top: 40%;
    width: 100%;
	z-index:99999;
}
.blogList .info {
	display:none;
}
.blogList li a {
	display:block;
	height:100%;
	width:100%;
	position:relative;
}
.blogList li:first-child a:hover span {
	di/splay:none;
}
.blogList li a:hover .info {
	display:block;
    text-align: center;
    position: absolute;
    top: 20%;
    width: 100%;
	z-index:99999;
}
.blogList li:first-child a:hover:after, .blogList li a:hover:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:9999;
	z-index:99;
	background:rgba(0,0,0,0.7);
}
.blogList li a:hover .info h2 {
	font-size:20px;
	color:#FFF;
	margin-bottom:15px;
}
.blogList li a:hover .info h3 {
	color:#d1120f;
	margin-bottom:15px;
	font-size:14px;
	text-transform:uppercase;
}
.blogList li a:hover .info p {
	font-size:18px;
	color:#b3b3b3;
	max-width:850px;
	margin:0 auto;
}


/* --------- End Home --------- */

/* --------- News --------- */
.page-template-template-news-listing section > div.wrapper {
	overflow:inherit;
}
.caseStudy {
    float:left;
    width: 31%;
	height:825px;
    margin: 2% 1%;
}
.caseStudy > a {
    max-width: 100%;
	height:225px;
    display: block;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center center !important;
}
.caseStudy > a > img {
    max-width: 100%;
    height: 100%;
}
.caseStudy .info {
	background:#f9f9f9;
	padding:50px 45px;
}
.caseStudy .info h3 {
	color: #000;
	margin-bottom:20px;
	font-size:22px;
	text-transform:uppercase;
}

.caseStudy .info h4 {
	color:#d1120f;
	margin-bottom:20px;
	font-size:15px;
	text-transform:uppercase;
}
.caseStudy .info p {
	color:#666;
	font-size:17px;
}
.caseStudy .info .readMore {
	display:inline-block;
	color:#FFF;
	background:#000;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	padding:20px 50px;
	margin:35px 0 0;
}
.caseStudy .info .readMore:hover {
	background:#ba100d;
}

.alm-reveal:first-child .caseStudy:first-child {
	height:665px;
	width:100%;
	display:block;
}
.alm-reveal:first-child .caseStudy:first-child > a {
    width: 40%;
	height:665px;
    float:left;
}
.alm-reveal:first-child .caseStudy:first-child .info {
    width: 57%;
	min-height:665px;
    float:left;
	padding:70px;
	background:#ba100d;
}
.alm-reveal:first-child .caseStudy:first-child h3 {
    font-size:45px;
	color:#FFF;
}
.alm-reveal:first-child .caseStudy:first-child h4 {
	color:#FFF;
}
.alm-reveal:first-child .caseStudy:first-child p {
    font-size:20px;
	color:#FFF;
}

.alm-reveal:first-child .caseStudy:nth-child(3), .alm-reveal:first-child .caseStudy:nth-child(4){
	width:64%
}
.alm-reveal:first-child .caseStudy:nth-child(3) > a, .alm-reveal:first-child .caseStudy:nth-child(4) > a {
    width: 45%;
	height:825px;
    float:left;
}
.alm-reveal:first-child .caseStudy:nth-child(3) .info, .alm-reveal:first-child .caseStudy:nth-child(4) .info {
    width: 55%;
	height:825px;
    float:left;
}
.alm-reveal:first-child .caseStudy:nth-child(3) h3, .alm-reveal:first-child .caseStudy:nth-child(4) h3{
	font-size:40px;
}
.alm-reveal:first-child .caseStudy:nth-child(3) img, .alm-reveal:first-child .caseStudy:nth-child(4) img{
	display:inline-block;
}

.alm-reveal:not(:first-child) .caseStudy:nth-child(1), .alm-reveal:not(:first-child) .caseStudy:nth-child(4){
	width:64%
}
.alm-reveal:not(:first-child) .caseStudy:nth-child(1) > a, .alm-reveal:not(:first-child) .caseStudy:nth-child(4) > a {
    width: 45%;
	height:825px;
    float:left;
}
.alm-reveal:not(:first-child) .caseStudy:nth-child(1) .info, .alm-reveal:not(:first-child) .caseStudy:nth-child(4) .info {
    width: 55%;
	height:825px;
    float:left;
}
.alm-reveal:not(:first-child) .caseStudy:nth-child(1) h3, .alm-reveal:not(:first-child) .caseStudy:nth-child(4) h3{
	font-size:40px;
}
.alm-reveal:not(:first-child) .caseStudy:nth-child(1) img, .alm-reveal:not(:first-child) .caseStudy:nth-child(4) img{
	display:inline-block;
}

.newsHeading {
	background:url('../images/news-heading.jpg') no-repeat center center;
	background-size:cover;
	margin:0 0 40px;
}
.newsHeading h2 {
    color: #fff;
    font-size: 45px;
	margin:50px 0 20px;
    text-transform: uppercase;
}
.newsHeading h3 {
    color: #FFF;
    font-size: 15px;
	margin-bottom:30px;
    text-transform: uppercase;
}

/* --------- End News --------- */


/* --------- Who We Are --------- */

.aboutHeading {
	background:url('../images/big-heading.jpg') repeat top center;
	background-size:cover;
    text-align: center;
	padding:90px 0 50px;
	position:relative;
}
.aboutHeading .wrapper{
	overflow:inherit;
}
.aboutHeading h1 {
    color: #fff;
}
.aboutHeading p {
    color: #FFF;
	font-size:25px;
}
.aboutHeading .scrollDown {
    display: block;
    background: url('../images/icon-down-arrow.png') no-repeat center center;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    margin: 0 0 0 -25px;
    position: absolute;
    bottom: -90px;
    left: 50%;
}
.aboutListing {
	position:relative;
	text-align:center;
	margin:50px auto;
}
.aboutListing .bx-wrapper {
	margin:0 auto;	
}
.aboutListing .bx-controls {
	margin:10px auto;	
}
.aboutListing a {
    text-decoration: none;
}
.aboutListing h2 {
	margin:10px 0 5px;
	font-size:18px;
}
.aboutListing h3 {
	margin:0 0 10px;
	font-size:16px;
}
.aboutListing li {
	list-style:none;
	padding:30px 0;
	margin:0 auto;
	width:235px !important;
}
.aboutListing li img {
    width: 100%;
	opacity:0.6;
}
.aboutListing li.large {
	width:260px !important;
	padding:0;
}
.aboutListing li.large img {
	width:100% !important;
	opacity:1;
}
.aboutListing .bx-prev, .clientIcons .bx-prev {
    background: url('../images/icon-prev.png') no-repeat top center;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 15px;
    top: 35%;
	text-indent:-9999px;
	transition:none;
	-moz-animation: shake 1s 4 ease-in-out;
	-ms-animation: shake 1s 4 ease-in-out;
	-webkit-animation: shake 1s 4 ease-in-out;
	animation: shake 1s 4 ease-in-out;
}
.aboutListing .bx-next, .clientIcons .bx-next {
    background: url('../images/icon-next.png') no-repeat top center;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 15px;
    top: 35%;
	text-indent:-9999px;
	transition:none;
	-moz-animation: shake 1s 4 ease-in-out;
	-ms-animation: shake 1s 4 ease-in-out;
	-webkit-animation: shake 0.5s 4 ease-in-out;
	animation: shake 1s 4 ease-in-out;
}
.clientIcons .bx-prev, .clientIcons .bx-next {
    top: 50%;
	margin:-17px 0 0;
}
.aboutListing .bx-prev:hover, .aboutListing .bx-next:hover {
	background-position:bottom center;
	-moz-animation: none;
	-ms-animation: none;
	-webkit-animation: none;
	animation: none;
}

.page-template-template-who-we-are-details footer {
	margin:0;
}
.aboutDetails > .wrapper {
	min-height:1000px;
}
.bio {
    float: right;
    width: 50%;
    padding: 75px 0;
	position:relative;
}
.bio h2:before {
	content:'';
	background:url('../images/icon-about-arrow.png') no-repeat center center;
	width:83px;
	height:93px;
	display:block;
    position: absolute;
    left: -110px;
}
.bio h2 {
	font-size:30px;
	margin-bottom:5px;
}
.bio h3 {
	font-size:18px;
	margin-bottom:35px;
	text-transform:uppercase;
}
.bio p {

}
img.largePerson {
    position: absolute;
	bottom:0;
	left:0;
	max-width:48%;
}
.greyBG {
    background: url('../images/grey-bg.jpg') top center;
	background-size:cover;
	text-align:center;
	padding:50px 0;
}
.greyBG .info h2 {
	font-size:30px;
	color:#FFF;
	margin-top:50px;
}
.greyBG .info p {
	color:#A8A8A8;
}
.greyBG .info a:link,
.greyBG .info a:visited {
	color: #fff;
}
.blackBG {
	background:#222;
	text-align:center;
	padding:50px 0;
}
.blackBG span {
    display: block;
    margin: 0;
}
.aboutHeading .btnCTA.black {
    display: block;
    color: #FFF;
    margin: 0 auto;
    position: relative;
    bottom: -72px;
    background: #000;
	max-width: 300px;
    text-align: center;
}

/* --------- End Who We Are --------- */


/* --------- What We Do --------- */

.whatHeading {
	background:url('../images/big-heading.jpg') repeat top center;
	background-size:cover;
    text-align: left;
	padding:90px 0 0px;
	position:relative;
	min-height:400px;
	overflow:hidden;
}
.whatHeading .wrapper{
	overflow:initial;
}
.whatHeading h1 {
    color: #fff;
	margin:0 0 30px;
	max-width:60%
}
.whatHeading p {
    color: #FFF;
	font-size:20px;
	max-width:60%
}
.whatHeading .over {
	position:absolute;
	bottom:-50px;
	right:20px;
	max-width:40%;
}

.whatListing ul {
	margin:0;
}
.whatListing li {
	float:left;
	margin:0;
	width:33.33%;
	min-height:350px;
	text-align:center;
	list-style:none;
}
.whatListing li:nth-child(odd) {
	background:#f6f6f6;
}
.whatListing li .icon {
    margin: 50px auto 40px;
    display: block;
	max-height:60px;
}
.whatListing li.bgImage {
	min-height:350px;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
	background-repeat:no-repeat;
}
.whatListing li p {
    font-size: 17px;
    padding: 0 30px;
    color: #a8a8a8;
    margin-bottom: 50px;
    max-height: 95px;
    overflow: hidden;
}
.whatListing li.contactBox {
	padding:50px 20px 40px;
	background:#262626;
}
.whatListing li.contactBox h2 {
	font-size:30px;
}
.whatListing li.contactBox p {
	color:#a8a8a8;
	margin-bottom:30px;
	text-align:left;
}
.whatListing li.contactBox .btnCTA {
	padding:10px 60px;
}
/* --------- End What We Do --------- */

/* --------- Clients --------- */

.clientHeading {
	background:url('../images/big-heading.jpg') repeat top center;
	background-size:cover;
    text-align: left;
	padding:90px 0 0px;
	position:relative;
	min-height:400px;
	overflow:hidden;
}
.clientHeading .wrapper{
	overflow:initial;
}
.clientHeading h1 {
    color: #fff;
	margin:0 0 30px 40%;
	max-width:60%
}
.clientHeading p {
    color: #FFF;
	margin:0 0 10px 40%;
	font-size:20px;
	max-width:45%
}
.clientHeading p:nth-child(3) {
    text-align: right;
}
.clientHeading .over {
	position:absolute;
	top:-50px;
	left:0px;
	max-width:40%;
}

.clientCTAWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.clientCTA:nth-child(1), .clientCTA:nth-child(4), .clientCTA:nth-child(5).clientCTA:nth-child(8) {
    background: #f9f9f9;
}
.clientCTA {
    width: 50%;
    text-align: center;
    padding: 5% 8%;
}
.clientCTA h3 {
    color: #d1120f;
    font-weight: bold;
    margin: 30px auto 20px;
}
.clientCTA p{
    color: #a8a8a8;
}
.redBanner {
	clear:both;
	background:#d1120f;	
	padding:20px;
}
.redBanner span {
	display:block;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:30px;
	margin:0 auto;
}

.clientIcons{
    background: #fafafa;
    padding: 25px;
	text-align:center;
	position:relative;
}
.clientIcons ul {
	display:flex;
    align-items: center;
	margin:0;	
}
.clientIcons li {
	list-style:none;
	margin:0;	
}

.home .clientIcons {
    padding: 5%;
    float: right;
    width: 70%;
}
.home .clientIcons ul {
	display:flex;
    align-items: center;
	margin:0;
	flex-wrap:wrap;
}
.home .clientIcons li {
	list-style:none;
	margin:2%;	
	width:21%;
}
.home .clientIcons h2 {
	font-size:30px;
	color:#000;
}
.home .clientIcons p {
	font-size:18px;
	color:#a8a8a8;
}


.testimonials {
    float: left;
    width: 28%;
}
.testimonials .testimonialWrap {
    padding: 12%;
    background: #d1120f;
}
.testimonials .testimonialWrap h2 {
    color: #FFF;
    font-size: 36px;
}
.testimonials .info {
    padding: 10% 8%;
}
.testimonials blockquote {
	color:#FFF;
	font-size:20px;	
	letter-spacing:1px;
}
.testimonials .name {
	font-size:18px;
	margin:5px 0;
	color:#FFF;	
	text-transform:uppercase;
}
.testimonials .position, .testimonials .company {
	font-size:14px;
	margin:0;
	color:#E2E2E2;	
	text-transform:uppercase;
}
.client.contactBox {
    padding: 14%;
    background: #262626;
}
.client.contactBox h2 {
	font-size:30px;
}
.client.contactBox p {
	color:#a8a8a8;
	margin-bottom:30px;
	text-align:left;
}
.client.contactBox .btnCTA {
	padding:20px 60px;
	margin:0 auto;
	display:block;
}
.home .clientIcons, .home .client.contactBox{
	min-height:575px;
	overflow:auto;
}
.home .client.contactBox input[type="submit"] {
	background:#d1120f;
	border-color:#d1120f;
	color:#FFF;
}
.home .client.contactBox {
    padding: 3%;
    width: 30%;
    float: left;
}
.home .blog + .wrapper {
	background:#262626;	
}
.home .client.contactBox > div {
	position:relative;
}
.home .client.contactBox > div:before {
    content: '';
    display: block;
    background: url('../images/icon-down-red-arrow.png');
    width: 33px;
    height: 75px;
    position: absolute;
    right: -34px;
    top: -40px;
}

.clientListing {
	display:flex;
	flex-wrap:wrap;
    float: right;
    width: 72%;
}
.clientListing .clientList {
    width: 48%;
    margin: 2% 0 2% 2%;
}
.clientListing .clientList:nth-child(odd) {
    clear: both;
}
.clientListing img {
    text-align: center;
    display: block;
    margin: 0 auto;
	width:100%;
}
.clientListing .copy {
    background: #f9f9f9;
    padding: 10%;
	min-height:550px;
}
.clientListing h2 {
    font-size: 20px;
	color:#000;
}
.clientListing h3 {
    font-size: 22px;
	color:#d1120f;
	text-transform:uppercase;
}
.clientListing .client {
    font-size: 15px;
	color:#999;
}
.clientListing .client span {
    font-size: 15px;
	color:#000;
	text-transform:uppercase;
}
.clientListing .sector {
    font-size: 15px;
	color:#999;
}
.clientListing .sector span {
    font-size: 15px;
	color:#000;
	text-transform:uppercase;
}


.readMore {
	display:inline-block;
	font-size:15px;
	background:#000;
	color:#FFF;
	margin:15px auto;
	padding:15px 35px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.readMore:hover {
	background:#a8a8a8;
	color:#FFF;
}
.remain {
	display:none;
}

/* --------- End Clients --------- */

/* --------- Careers --------- */

.careersHeading {
	background:url('../images/big-heading.jpg') repeat top center;
	background-size:cover;
    text-align: center;
	padding:120px 0;
	margin:0 0 40px;
	position:relative;
}
.careersHeading .wrapper{
	overflow:inherit;
}
.careersHeading h1 {
    color: #fff;
    margin: 0 0 30px;
    max-width: 60%;
	text-align:left;
}
.careersHeading p {
    color: #FFF;
    font-size: 20px;
    max-width: 60%;
	text-align:left;
}
.careersHeading .over {
	position:absolute;
	bottom:-135px;
	right:20px;
	max-width:40%;
}

.careerCTA {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin:20px auto 0;
}
.careerCTA h3 {
    color: #d1120f;
    text-transform: uppercase;
    font-size: 18px;
	font-weight:bold;
    margin: 25px auto 15px;
}
.careerCTA li {
	display:block;
	background:#f6f6f6;
    margin: 0;
    list-style: none;
    width: 33.33%;
    padding: 75px 60px;
    text-align: center;
    font-size: 17px;
    color: #a8a8a8;
}
.careerCTA li:nth-child(odd) {
    background: #f9f9f9;
}
.careerGrey {
    background: url('../images/grey-bg.jpg') top center;
    background-size: cover;
    padding: 50px 0;
}
.careerGrey h2 {
	color:#FFF;
	font-size:30px;
	text-transform:uppercase;
}
.careerGrey * {
	color:#FFF;	
}


/* --------- END Careers --------- */

/* --------- Contact --------- */

.contactHeading {
	background:url('../images/big-heading.jpg') repeat top center;
	background-size:cover;
    text-align: center;
	padding:60px;
	float:left;
	position:relative;
	width:60%;
}
.contactHeading .wrapper{
	overflow:inherit;
	max-width:730px;
}
.contactHeading h1 {
    color: #fff;
    margin: 0 0 30px;
	text-align:left;
}
.contactHeading p {
    color: #FFF;
    font-size: 20px;
	text-align:left;
}
.contactForm {
    float: right;
    width: 40%;
    background: #262626;
}
.contactForm h2 {
    font-size: 30px;
    margin-bottom: 50px;
}
.contactForm .label {
    color: #FFF;
    font-size: 15px;
	margin:40px 0 0;
}
.contactForm input, .contactForm textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #333;
    margin: 0;
    width: 100%;
    padding: 15px 15px 15px 0;
}
.contactForm input[type=submit] {
    background: #d1120f;
    border: none;
    width: 100%;
	font-weight:bold;
    padding: 15px;
	margin:40px auto;
	color:#FFF;
	text-transform:uppercase;
}
.contactForm input[type=submit]:hover {
    background: #333;
}
.contactForm form {
    padding: 60px 50px 0;
    min-height: 895px;
}
.contactForm .social {
    float: none;
    padding: 50px;
    background: #181818;
}
.contactForm .social ul {
	margin: 0;
}
.contactForm .social h3 {
    color: #FFF;
    float: left;
    margin: -10px 20px 0 0;
}
.contactForm .social li {
    margin: -10px 15px 0 0;
}

.location:nth-child(3) {
    clear: both;
}
.location {
    float: left;
    width: 30%;
    padding: 2% 1% 0;
}
.location:last-child {
	margin-bottom:40px;
}
.location img {
    display: block;
    margin: 0 auto;
}
.address {
    background: #f9f9f9;
    min-height: 275px;
    padding: 30px 20px;
    text-align: center;
}
.address h2 {
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: inherit;
}
.address p {
    font-size:18px;
}
.address a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
}
.contactForm .wpcf7-response-output {
    margin: 0 0 20px;
}

/* --------- END Contact --------- */


/* --------- Footer --------- */
footer {
	background:url('../images/footer-bg.jpg') repeat top center;
	background-size:cover;
	clear:both;
	margin: 0 0 0;
}
.home footer {
	margin:0;
}
footer .logo {
	display:block;
	float:right;
	text-indent:-99999px;
	width:260px;
	height:82px;
	margin:10px 0;
	background:url('../images/logo-footer.png') no-repeat;
}
footer nav ul.main {
    position: relative;
    display: block;
    margin: 0 200px 0 0;
}
footer ul.main > li {
	display:inline-block;
	padding:0 40px 0 0;
}
footer ul li a {
	display:block;
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
.copyright .social {
	float:none;
	margin:35px 0 0;
}
.copyrightInfo{
	padding:10px 0;
	clear:both;
}
.copyrightInfo p {
	font-size:13px;
}

/* --------- End Footer --------- */


@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-10px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-10px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes shake {
  0% {
	-webkit-transform: translateX(0);
  }
  20% {
	-webkit-transform: translateX(-10px);
  }
  40% {
	-webkit-transform: translateX(10px);
  }
  60% {
	-webkit-transform: translateX(-10px);
  }
  80% {
	-webkit-transform: translateX(10px);
  }
  100% {
	-webkit-transform: translateX(0);
  }
}
@-ms-keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-10px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
