/*
	Theme Name: Write Strategy 2018
	Description: Custom WordPress Theme
	Version: 1.0.0
	Author: Phil Kingham

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {

}
body {
	color:#1a1a1a;
	font-family: 'Open Sans', sans-serif;
	margin:0px;
	padding:0px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	text-decoration:none;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.mobile {
	display:none;
}
/* wrapper */
.wrapper {
	width:100%;
	float:left;
	margin:0;
	padding:0px;
}
/* header */
.header {
	width:100%;
	height:80px;
	padding:20px 5%;
	position: absolute;
    z-index: 9999;
}
.page-template-page-portfolio .header, .page-id-9 .header, .single-project .header {
	position: fixed;
	background-color:#fff;
}

/* logo */
.logo {
	max-width:220px;
	float:left;
}
.home .logo-img, .page-id-7 .logo-img, .page-id-43 .logo-img, .page-id-296 .logo-img, .single-job .logo-img, .error404 .logo-img {
	display:none;
}
.page-template-page-portfolio .logo-img-white, .single-project .logo-img-white, .page-id-9 .logo-img-white, .page-id-13 .logo-img-white, .page-id-260 .logo-img-white {
	display:none;
}
/*
button#responsive-menu-button {
    display: none;
}
.home button#responsive-menu-button, .page-id-7 button#responsive-menu-button, .page-id-43 button#responsive-menu-button {
    display: block;
}
*/

/* nav */
.nav {
	width:auto;
	float:right;
	margin: 0px 0px 0px 0px;
}
.home .nav, .page-id-7 .nav, .page-id-43 .nav  {
	display:none;
}
.page-template-page-portfolio button#responsive-menu-button, .single-project button#responsive-menu-button, .page-id-9 button#responsive-menu-button, .page-id-296 button#responsive-menu-button, .page-id-13 button#responsive-menu-button, .page-id-260 button#responsive-menu-button, .single-job button#responsive-menu-button, .error404 button#responsive-menu-button {
	display:none;
}
.nav ul li a {
	font-family: 'BourtonBase';
    font-size: 16px;
    color: #111;
	letter-spacing:1px;
    letter-spacing: 0px;
    text-decoration: none;
    font-weight: 400;
    display: block;
	text-transform:uppercase;
    float: right;
    margin: 0px 0px 0px 26px;
    padding: 10px 0px 10px 0px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.home .nav ul li a, .page-id-7 .nav ul li a, .page-id-43 .nav ul li a, .page-id-296 .nav ul li a, .error404 .nav ul li a, .single-job .nav ul li a {
	color: #fff;
}
.nav ul li a:hover {
    color: #FB3449;
}
.nav .current-page-ancestor a { 
	border-bottom: solid 3px #FB3449; 
}
.nav .current_page_item a {
	border-bottom: solid 3px #FB3449; 
	}
.nav ul {
    list-style: none;
    padding: 0;
    margin: 10px 0px 0px 0px;
    float: right;
	width:auto;
    position: relative;
    z-index: 3000;
}
.nav ul li {
    float: left;
    position: relative;
    width:;
    text-align: center;
}
.nav li ul {
    position: absolute;
    top: 0;
    display: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
a.responsive-menu-item-link {
    font-family: 'BourtonBase';
}
/* Content */
.job-highlights {
	width:100%;
	float:left;
	margin: 20px 0px 0px 0px;
}
.job-highlights ul {
	width:100%;
	float:left;
	margin: 0px;
	padding:0px;
	list-style: none;
}
.job-highlights ul li {
	width:100%;
	float:left;
	margin: 0px;
	font-size: 16px;
	padding-left: 20px;
    background-image: url(img/li.png);
    background-repeat: no-repeat;
    background-position: center left;
	background-size: 10px 2px;
	text-align:left;
	list-style: none;
}
a.pdfdownload {
    font-family: 'BourtonBase';
    text-transform: uppercase;
    font-weight: 400;
    padding: 4px 20px 10px 20px;
    font-size: 20px;
    color: #1A1A1A!important;
    height: 46px;
    background-color: transparent;
    border-radius: 46px;
    border: solid 4px #FB3449;
}
h1, h2, h3 {
	font-family: 'BourtonBase';
	font-weight: 400;
}
h1 {
	font-family: 'BourtonBase';
    font-size: 46px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
.single-project h2 {
	font-size: 26px;
	margin: 0px 0px 4px 0px;
}
span.brief-description {
    width: 100%;
    float: left;
    margin: 0px 0px 20px 0px;
}

.section-wrapper h2 {
	font-size: 40px;
	text-transform: uppercase;
    font-weight: 400;
}
.page-banner {
    width: 100%;
    float: left;
    height: 520px;
    color: #fff;
	display: table;
    position: relative;
	background-size: cover;
	background-position: center;
}
.page-template-page-portfolio .page-banner, .page-id-9 .page-banner, .page-id-13 .page-banner, .page-id-260 .page-banner, .page-id-331 .page-banner {
    height: 460px;
    color: #231F20;
	display: table;
    position: relative;
}
.page-template-page-careers .page-banner {
	background-position: center bottom;
}
.page-banner.ourresltsbanner {
    height: 300px;
    color: #111111;
}
.page-banner-underline {
	max-width: 1140px;
    border-bottom: solid 1px #111;
    position: relative;
    top: -81px;
    margin: 0px auto;
}
.single-project .page-banner-underline {
	top: -50px;
}
.page-banner-content {
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	position:relative;
}
img.banner-bottom-icon {
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 32px;
	margin-left: -16px;
	z-index: 999;
}
img.banner-bottom-top {
    position: absolute;
    top: -16px;
    left: 50%;
    max-width: 32px;
	margin-left: -16px;
}
img.banner-heading-line {
    max-width: 60px;
}
span.banner-text {
    width: 50%;
    margin: 0px 25%;
    float: left;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
}
p.home-banner-sub {
    font-size: 24px;
    line-height: 34px;
}
.home span.banner-text {
    width: 54%;
    margin: 0px 23%;
}
img.banner-title-icon {
    max-width: 46px;
	position: relative;

}
/* Careers */

.careers-wrapper {
    width: 100%;
    float: left;
    padding: 40px 5%;
    background-color: #F5F5F5;
}
.careers-inner  h2 {
	text-align: center;
    font-size: 32px;
}
.careers-inner  h3{
    margin: 0px 0px 10px 0px;
	font-size: 20px;
}
.job-entry {
	width: 100%;
    float: left;
    padding: 10px 0px;
	border-bottom: solid 1px #ccc;
}
.JobDeets {
	width: 100%;
    float: left;
	margin: 0px 0px 10px 0px;
}
.jobDesc {
    width: 70%;
    float: left;
	font-size:14px;
}
.jobLink {
    width: 30%;
    float: left;
}
.jobLink a {
    font-family: 'BourtonBase';
    text-transform: uppercase;
    font-weight: 400;
    padding: 4px 20px 10px 20px;
    font-size: 14px;
    color: #1A1A1A;
    position: relative;
    top: 40px;
    height: 36px;
    border-radius: 36px;
    border: solid 4px #FB3449;
	float:right;
}
.jobLink a:hover {
	color: #ffffff;
	background-color: #FB3449;
}
.careers-inner {
    max-width: 700px;
    margin: 0px auto;
}

.content-wrapper {
    width: 100%;
    float: left;
	padding:80px 5%;
}
.page-id-13 .content-wrapper, .page-id-260 .content-wrapper {
    display: none;
}
.home .content-wrapper {
    width: 100%;
    float: left;
	padding: 90px 5% 90px 5%;
    background-color: #111;
    color: #fff;
	position: relative;
}
.home .content-left {
	font-size:28px;
	line-height:38px;
    text-align: left;
    padding-right: 2.5%;
	padding-left: 10%;
}
.home .content-right {
	font-size:20px;
	line-height:30px;
    text-align: left;
    padding-left: 2.5%;
}
.page-id-9 .content-right {
	font-size:20px;
	line-height:30px;
    text-align: left;
    padding-right: 2.5%;
	
}
.page-id-9 .content-left {
	font-size:28px;
	line-height:38px;
    text-align: left;
	padding-left: 8%;
	margin-top: -10px;
}
.page-id-9 .content-wrapper {
	padding: 80px 5% 80px 5%;
    background-color: #111;
    color: #fff;
	position: relative;
}
a.findoutmore {
    font-family: 'BourtonBase';
    text-transform: uppercase;
    font-weight: 400;
    padding: 4px 30px 10px 30px;
    font-size: 20px;
    color: #fff;
    height: 46px;
    /* float: right; */
    background-color: transparent;
    border-radius: 46px;
    border: solid 4px #FB3449;
}
a.findoutmore:hover {
	color:#fff!important;
	background-color: #FB3449;
}
.cta-block {
	width:100%;
	float:left;
	padding:30px 5%;
	text-align:center;
}
.home .content-left strong, .page-id-9 .content-left strong, .home .content-right strong, p.home-banner-sub strong{
    color: #FB3449;
}
.home .page-banner {
    height: 520px;
	background-color: #111;
}
.page-id-7 .page-banner, .page-id-43 .page-banner {
	background-color: #111;
}
.fawg-wrapper {
    width: 100%;
    float: left;
	position: relative;
    padding: 130px 5%;
    font-family: 'BourtonBase';
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}
.fawg-wrapper strong {
    color: #FB3449;
}
.fawg-wrapper .content {
font-size: 38px;
    line-height: 38px;
}
.content {
    max-width: 1040px;
    margin: 0px auto;
	font-size:16px;
	line-height:24px;
}
.content.makeitwider {
    max-width: 1140px;
}
blockquote {
	font-family: 'BourtonBase';
    width: 100%;
    margin-left: 0px;
    font-size: 30px;
    line-height: 38px;
    margin-top: 0px;
    margin-right: 0px;
	font-weight: 400;
}
blockquote p {
    margin-top: 10px;
}
.content-left {
    width: 50%;
    float: left;
	font-size:20px;
	line-height:28px;
    text-align: right;
    padding-right: 2.5%;
}
.single-job .content-left {
    width: 60%;
    float: left;
	font-size:18px;
	line-height:26px;
    text-align: left;
    padding-right:0%;
}
.content-left a {
	color: #FB3449;
}
.content-right {
    width: 50%;
    float: left;
	font-size:16px;
	line-height:26px;
    text-align: left;
    padding-left: 2.5%;
}
a.cta-link {
	font-family: 'BourtonBase';
    text-transform: uppercase;
    font-weight: 400;
    padding: 4px 30px 10px 30px;
    font-size: 20px;
	color:#1A1A1A;
    height: 46px;
	/*margin-left: -145px;*/
    border-radius: 46px;
    border: solid 5px #FB3449;
}
a.cta-link:hover {
	background-color: #FB3449;
	color: #fff;
}
.home a.cta-link {
	padding: 4px 30px 10px 30px;
    font-size: 20px;
    color: #1A1A1A;
    height: 46px;
    border-radius: 46px;

}
.section-wrapper {
    width: 100%;
    height: 400px;
    float: left;
    text-align: center;
    padding: 40px 5%;
    background-color: #333;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
	font-weight: 600;
	display: table;
    position: relative;
	background-size: cover;
	background-position: center;
}
.page-id-9 .section-wrapper {
	padding: 80px 5%;
	background-color: #13294B;
	background-image: none!important;
}
span.section-banner-text {
    width: 56%;
    margin: 0px 22%;
    float: left;
    text-align: center;
	font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}
.page-id-9 span.section-banner-text {
    width: 80%;
    margin: 0px 10%;
	font-size: 22px;
    line-height: 30px;
}
/* Inspo Quotes */
.quotes-wrapper {
    width: 100%;
    float: left;
	color:#fff;
    padding: 0%;
    background-color: #0995AE;
}
.inspoQuote {
	width: 50%;
    float: left;
    padding: 140px 8%;
    background-size: cover;
    background-position: center bottom;
}
span.theQuote {
    float: left;
    width: 100%;
	padding: 0px 0%;
	font-size: 26px;
    line-height: 38px;
    text-align: center;
	font-weight: 700;
}
span.QuoteMarks {
	font-size:30px;
	margin:0px;
	padding:0px;
	line-height: 30px;
}
span.theAuthor {
    float: left;
    text-align: right;
    width: 100%;
	padding: 0px 0%;
}

/* Services */

.services-block {
    width: 100%;
    float: left;
	padding: 80px 5%;
	position:relative;
	background-color: #f2f2f2;
}
img.services-arrow-flow {
	width: 50px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -25px;
    z-index: 9999;
}
#grow img.services-arrow-flow {
	display:none;
}
div#articulate, div#grow {
    background-color: #fff;
}
div#formulate {
    border-right: solid 10px #fb3449;
}
div#articulate {
    border-left: solid 10px #E3B100;
}
div#win {
    border-right: solid 10px #33B5A9;
}
div#grow {
    border-left: solid 10px #13294B;
}
.services-left {
    width: 25%;
    float: left;
	margin:0px 10% 0px 0px;
}
.services-middle {
    width: 25%;
    float: left;
	margin:30px 5% 0px 0px;
}
.services-middle ul {
	width: 100%;
    float: left;
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
}
.services-middle ul li{
    width: 100%;
    float: left;
	font-weight: 700;
	list-style:none;
	padding: 0px 0px 6px 24px;
	margin:0px 0% 5px 0px;
	background-image: url(img/services-li.png);
	background-position: left 3px;
	background-size: auto 14px;
	background-repeat: no-repeat;
	
}
.services-middle h2 {
font-size: 44px;
    margin: 10px 0px 0px 0px;
    line-height: 10px;
}
.services-middle strong{
    font-size:28px;
	margin: 0px;
	font-family: 'BourtonBase';
    font-weight: 400;
	line-height: 28px;
}
.services-right {
    width: 35%;
    float: left;
	font-size: 14px;
	line-height:22px;
	margin:30px 0% 0px 0px;
}
img.services-quick {
    max-width: 80px;
    margin: 10px 2%;
	transform: rotate(0deg);
}
.services-quick {
    opacity: 1;
	position:relative;
	top:0px;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.services-quick:hover {
    transform: rotate(360deg);
}
.services-right h3 {
    font-size:18px;
	line-height: 26px;
    font-family: 'Open Sans', sans-serif;
	margin: 0px;
	font-weight: 600;
}
/* Our Values */
.page-id-296 p.values-small {
    display: none;
}
ul.ourvalues {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.home ul.ourvalues {
   margin: 0px 0px 40px 0px;
}
ul.ourvalues li {
    width: 25%;
    float: left;
	font-size: 15.5px;
	line-height: 24px;
    padding: 0px 3%;
    margin: 0px;
    list-style: none;
}
ul.ourvalues li img{
    margin-bottom: 20px;
}
.home ul.ourvalues li {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
    padding: 0px 0%;
	text-align:center;
	font-family: 'BourtonBase';
}
.home ul.ourvalues li strong {
    font-size: 32px;
    width: 100%;
    float: left;
	font-weight: 400;
	line-height: 40px;
}
.home ul.ourvalues li img{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 20px;
	transform: rotate(0deg);
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.home ul.ourvalues li img:hover {
		transform: rotate(360deg);
	}
/* Meet the Team */

.team-profile-block {
    width: 100%;
    float: left;
    padding: 0px 0px 60px 0px;
    margin: 0px 0px 60px 0px;
    border-bottom: solid 1px #FB3449;
}
.team-profile-block:nth-of-type(2) {
    border-bottom: solid 0px #FB3449;
	margin: 0px 0px 0px 0px;
}
.team-profile-left {
    width: 25%;
	float: left;
	text-align:center;
    margin: 0px 10% 0px 0px;
}
.teamprofileimg {
    width: 100%;
	float: left;
	margin-bottom: 30px;
}
img.contact-icons {
    height: 44px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}
.team-profile-right {
    width: 65%;
    float: left;
}
/* Our results */
.rslides1_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.rslides1_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	z-index: 9999;
	opacity: 1;color:#fff;
	text-indent:-9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("img/arrows.png") no-repeat left top;
	margin-top: -45px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0; 
  background-image:url(img/shadow.png); 
  background-position:center bottom; 
  background-repeat: no-repeat; 
  background-size:100% auto;
  }
  .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%; 
  left: 0;
  min-height:550px;
  background-size:cover; 
  background-position:center center;
  top: 0;
  }   
	.page-id-13 .rslides li {
		min-height:150px;
	}  
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
ul#filters {
    max-width: 100%;
    padding: 0px 0px 40px 0px;
    margin: 0 auto;
	position: relative;
    text-align: center;
}
li.filter {
    display: inline-block;
    color: #fb3449;
    text-align: center;
    font-size: 14px;
    padding: 0px 14px;
    cursor: pointer;
    margin: 0;
}
#Container {
    width: 100%;
    float: left;
    position: relative;
}

.mix {
	width: 32%;
    float: left;
    position: relative;
    margin: 0px 2% 20px 0px;
}

#Container .mix{ display: none; }
ul.our-results {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0px 0px 40px 0px;
    padding: 0px;
}
ul.our-results li {
    width: 31.33%;
    float: left;
    position: relative;
    margin: 0px 1% 20px 1%;
}
ul.our-results li:nth-child(3n) {

}
.home ul.our-results li {
    width: 33.333%;
    margin:0px;
}
.home ul.our-results li img{
    width: 100%;
    margin:0px;
}
.home-results {
    width: 100%;
    float: left;
    padding: 40px 5%;
    background-color: #F5F5F5;
    text-align: center;
	position: relative;
}
.home-results h2 {
	margin:0px;
	font-size: 32px;
}
.project-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    padding: 5%;
    z-index: 999;
    top: 0;
	text-align: center;
    opacity: 0;
    color: #fff;
    font-weight: 600;
    background-color: rgba(251,52,73,.9);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.project-hover:hover {
    opacity: 1;
}
.project-details {
	width: 100%;
    float: left;
	position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    margin: -15% 0 0 -50%;
}
.project-hover h2 {
	font-family: 'BourtonBase';
	font-weight: 400;
	font-size: 22px;
	margin:0px;
	padding: 0px 5%;
}
span.viewProject {
    font-family: 'BourtonBase';
    text-transform: uppercase;
    font-weight: 400;
    padding: 4px 30px 10px 30px;
    font-size: 20px;
    color: #fff;
    height: 46px;
    float: none;
    background-color: transparent;
    border-radius: 46px;
    border: solid 4px #fff;
}
span.viewDescrip {
	width:100%;
	float:left;
	margin: 10px 0px 30px 0px;
}
.project-notes {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #333;
}
.project-notes h2 {
	font-size: 16px;
    margin: 10px 0px 0px 0px;
    color: #000;
}
.resultsLinks {
	width: 100%;
	float: left;
	position:relative;
}

span.viewDescripShow {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
}
h2.wwdhome {
    width: 100%;
    float: left;
    color: #fff;
    background-color: #FB3449;
    margin: 0px;
    font-size: 32px;
    line-height: 32px;
    padding: 40px 5% 30px 5%;
    text-align: center;
}
.what-we-wrapper {
    width: 100%;
    float: left;
    padding: 60px 5% 30px 5%;
    background-color: #F5F5F5;
}
.company-logos {
    width: 100%;
    float: left;
    padding: 80px 5%;
    text-align: center;
	position:relative;
}
.home .company-logos {
	border-top: solid 0px #111;
}
img.coLogo {
	width:auto;
    height: 40px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
img.coLogo:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
ul.client-logos li {
    float: left;
    padding: 10px 2%;
}
ul.client-logos {
    width: 100%;
    float: left;
    list-style: none;
    margin: 40px 0px;
    padding: 0px;
}
.bx-wrapper {
    padding: 40px 0px!important;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(img/controls-prev.png) no-repeat -43px -32px;
}

.single-project .content-left {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}
.project-images {
    width: 100%;
    float: left;
    margin: 10px 0px 40px 0px;
}
a.backtoprojects {
    font-family: 'BourtonBase';
    text-transform: uppercase;
    font-weight: 400;
    padding: 4px 20px 10px 20px;
    font-size: 20px;
    color: #1A1A1A;
    height: 46px;
    float: right;
    background-color: transparent;
    border-radius: 46px;
    border: solid 4px #FB3449;
}
a.backtoprojects:hover {
	background-color: #FB3449;
	color: #fff;
}
.single-project .content-wrapper {
	padding:50px 5% 80px 5%;
}
/* footer */
.page-id-13 p.dontneedit {
    display: none;
}
.fonter-contact {
    width: 100%;
    float: left;
    background-color: #EBEBEB;
    padding: 50px 5%;
}
.page-template-page-portfolio .fonter-contact, .single-job .fonter-contact, .single-project .fonter-contact, .page-id-9 .fonter-contact, .page-id-296 .fonter-contact {
    display: none;
}
.fonter-contact-inner {
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
	font-size: 18px;
    line-height: 26px;
}
.fonter-contact-inner h3, .company-logos h2 {
    font-family: 'BourtonBase';
    font-size: 32px;
    margin: 0px;
    color: #FB3449;
    text-transform: uppercase;
	font-weight: 400;
}
.contact-col {
    width: 50%;
    float: left;
	text-align: left;
}
.contact-col.col1 {
    padding-right: 2.5%;
}
.contact-col.col2 {
    padding-left: 2.5%;
}
form.wpcf7-form {
    margin: 30px 0px 0px 0px;
}
.wpcf7-text, .wpcf7-textarea {
    width: 100%;
    padding: 8px;
	padding: 10px;
    font-size: 18px;
    border: solid 1px #CBCBCB;
	-webkit-appearance: none;
}
.wpcf7-textarea {
    height: 175px;
}
.wpcf7-submit {
    font-family: 'BourtonBase';
    text-transform: uppercase;
    font-weight: 400;
    padding: 4px 30px 10px 30px;
    font-size: 20px;
    color: #1A1A1A;
    height: 46px;
	-webkit-appearance: value;
	float:right;
	background-color:transparent;
    border-radius: 46px;
    border: solid 4px #FB3449;
}
.wpcf7-submit:hover {
	background-color: #FB3449;
	color: #fff;
}
.footer {
	width:100%;
	float:left;
	color:#fff;
	font-size:14px;
	padding:30px 5%;
	background-color:#111111;
}
img.logo-footer {
    max-width: 190px;
}
span.footer-col {
    width: 33.333%;
    float: left;
}
span.footer-col.col2 {
    text-align: center;
}
a.pk {
    float: right;
    color: #fff;
}
/*------------------------------------*\
    CSS Animation
\*------------------------------------*/

@-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@keyframes fadein {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@-moz-keyframes fadein {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@-webkit-keyframes fadein {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family: 'BourtonBase';
	src: url('fonts/34F97E_4_0.eot');
	src: url('fonts/34F97E_4_0.eot?#iefix') format('embedded-opentype'),
	url('fonts/34F97E_4_0.woff2') format('woff2'),
	url('fonts/34F97E_4_0.woff') format('woff'),
	url('fonts/34F97E_4_0.ttf') 
	format('truetype');
	}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:720px) {
	
	.single-job .content-left {
		width: 100%;
		float: left;
		font-size:16px;
		line-height:24px;
		text-align: left;
		padding-right:0%;
	}
	a.pdfdownload {
		padding: 4px 20px 10px 20px;
		font-size: 18px;
		width: 70%;
		margin-left: 15%;
	}
	#responsive-menu-container {
		width: 75%!important;
	}
	.page-template-page-portfolio button#responsive-menu-button, .single-project button#responsive-menu-button, .page-id-9 button#responsive-menu-button, 
	.page-id-296 button#responsive-menu-button, .page-id-13 button#responsive-menu-button, .error404 button#responsive-menu-button {
		display:block;
	}
	.page-template-page-portfolio .responsive-menu-inner, .page-template-page-portfolio .responsive-menu-inner::before, .page-template-page-portfolio .responsive-menu-inner::after,
	.single-project .responsive-menu-inner, .single-project .responsive-menu-inner::before, .single-project .responsive-menu-inner::after,
	.page-id-9 .responsive-menu-inner, .page-id-9 .responsive-menu-inner::before, .page-id-9 .responsive-menu-inner::after,
	.page-id-13 .responsive-menu-inner, .page-id-13 .responsive-menu-inner::before, .page-id-13 .responsive-menu-inner::after

	{
		background-color: #111;
	}
	.mobile {
		display:block;
	}
	.desktop {
		display:none;
	}
	.logo {
		max-width: 40%;
	}
	.page-template-page-portfolio .header, .page-id-9 .header, .single-project .header {
		position: absolute;
		 background-color: none;
	}
	.page-banner-content {
		top: 10%;
	}	
	.home .page-banner-content {
		top: 4%;
	}
	.nav {
		display:none;
	}
	img.coLogo {
	width:auto;
    height: 36px;
}
	span.section-banner-text {
		width: 100%;
		margin: 0px 0%;
	}
	.page-banner {
		height: 320px;
	}
	.page-template-page-portfolio .page-banner, .page-id-9 .page-banner, .page-id-13 .page-banner, .page-id-260 .page-banner {
		height: 320px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.home .page-banner {
		height: 320px;
	}
	.page-banner.ourresltsbanner {
		height: 200px;
	}
	.page-banner-underline {
		top: -40px;
	}
	span.banner-text, .home span.banner-text {
		width: 90%;
		margin: 0px 5%;
		font-size: 20px;
		line-height: 26px;
	}
	img.banner-bottom-icon, img.banner-bottom-top {
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 24px;
    margin-left: -12px;
    z-index: 999;
}
	h1 {
		font-size: 26px;
	}
	img.banner-title-icon {
		max-width: 22px;
		position: relative;
	}
	p.home-banner-sub {
		font-size: 20px;
		line-height: 26px;
	}
	.home .content-wrapper, .page-id-9 .content-wrapper {
		padding: 40px 5% 40px 5%;
	}
	blockquote {
		margin-left: 0px;
		font-size: 20px;
		line-height: 26px;
	}
	.content-wrapper {
		padding: 40px 5%;
	}
	.page-id-9 .content-left {
		font-size: 20px;
		line-height: 28px;
		text-align: left;
		padding-left: 0%;
		margin-top: 0px;
	}
	.page-id-9 .content-right {
		font-size: 18px;
		line-height: 28px;
		text-align: left;
		padding-right: 0%;
	}
	.services-block {
		width: 100%;
		float: left;
		padding: 40px 8%;
		position: relative;
		background-color: #f2f2f2;
	}
	.page-id-9 .section-wrapper {
		padding: 40px 5%;
	}
	.what-we-wrapper {
		padding: 40px 5% 10px 5%;
	}
	.page-id-9 span.section-banner-text {
		width: 100%;
		margin: 0px 0%;
		font-size: 18px;
		line-height: 28px;
	}
	a.findoutmore {
		padding: 8px 30px;
		font-size: 18px;
		line-height: 18px;
		height: 46px;
		border-radius: 46px;
		border: solid 4px #FB3449;
		width: 70%;
		float: left;
		margin: 10px 15%;
	}
	a.cta-link, .home a.cta-link {
		padding: 8px 30px;
		font-size: 18px;
		line-height: 18px;
		border-radius: 46px;
		margin-left: 0px;
		width: 70%;
		float: left;
		margin: 10px 15%;
	}
	a.backtoprojects {
		padding: 8px 30px;
		font-size: 18px;
		text-align: center;
		line-height: 18px;
		float: left;
		width: 70%;
		float: left;
		margin: 10px 15%;
	}
	.fawg-wrapper {
		padding: 50px 5%;
	}
	img.services-quick {
		max-width: 20%;
		margin: 10px 2%;
		transform: rotate(0deg);
	}
	.services-left {
		width: 100%;
		margin: 0px 0% 0px 0px;
	}
	.services-middle {
		width: 100%;
		margin: 10px 0% 20px 0px;
	}
	.services-right {
		width: 100%;
		font-size: 14px;
		line-height: 22px;
		margin: 10px 0% 0px 0px;
	}
	
	.services-middle h2 {
		font-size: 34px;
		margin: 10px 0px 0px 0px;
		line-height: 10px;
	}
	.services-middle strong {
		font-size: 20px;
		line-height: 20px;
	}
	img.services-arrow-flow {
		width: 40px;
		bottom: -14px;
		margin-left: -20px;
	}
	.teamprofileimg {
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
		float: left;
		margin-bottom: 30px;
	}
	ul.our-results li {
		width: 100%;
		margin: 0px 0% 10px 0%;
	}
	ul.our-results li:nth-child(3n) {
		margin: 0px 2% 10px 0%;
	}
	ul.our-results li:nth-child(2n) {
		margin: 0px 0% 10px 0%;
	}
	.rslides li {
		min-height: 150px!important;
	}
	.project-hover:hover {
		opacity: 0;
	}
	.deskktop {
		display:none;
	}
	.fawg-wrapper .content {
		font-size: 24px;
		line-height: 34px;
	}
	.home .content-left {
		font-size: 20px;
		line-height: 28px;
		padding-right: 0%;
		padding-left: 0%;
	}
	.home .content-right {
		font-size: 16px;
		line-height: 24px;
		padding-left: 0%;
	}
	.content-left {
		width: 100%;
		font-size: 20px;
		line-height: 28px;
		text-align: left;
		padding-right: 0%;
	}
	.content-right {
		width: 100%;
		font-size: 16px;
		line-height: 26px;
		text-align: left;
		padding-left: 0%;
	}
	.section-wrapper {
		height: 240px;
		padding: 20px 5%;
		font-size: 14px;
		line-height: 22px;
	}
	.company-logos {
		padding: 30px 5%;
	}
	.bx-wrapper {
		padding: 20px 5%!important;
	}
	.home ul.our-results li {
		width: 50%;
		margin: 0px 0% 0px 0%;
	}
	.home ul.our-results li:nth-child(2n) {
		margin: 0px 0% 0px 0%;
	}
	.home ul.our-results li:nth-child(3n) {
		display: none;
	}
	ul.our-results {
		margin: 0px 0px 0px 0px;
	}
	.home ul.ourvalues {
		margin: 0px 0px 0px 0px;
	}
	ul.ourvalues li {
		width: 50%;
		font-size: 14px;
		line-height: 20px;
		padding: 0px 5% 20px 0%;
		min-height: 380px;
		margin: 0px;
	}
	.page-id-296 ul.ourvalues li {
		
		min-height: 280px;
	}
	.jobDesc {
		width: 100%;
	}
	.jobLink {
		width: 100%;
		float: left;
	}
	.jobLink a {
		width:70%;
		margin: 14px 15%;
		text-align:center;
		padding: 4px 20px 10px 20px;
		font-size: 14px;
		top: auto;

		float: left;
	}
	ul.ourvalues li img {
		margin-bottom: 20px;
		width: 70%;
		margin-left: 15%;
	}
	.home ul.ourvalues li {
		width: 50%;
		font-size: 16px;
		line-height: 24px;
		min-height: 80px!important;
		padding:0px 6% 20px 6%;
	}
	.home ul.ourvalues li strong {
		font-size: 24px;
    line-height: 24px
	}
	.home ul.ourvalues li img {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
		margin-bottom: 20px;
	}
	
	.section-wrapper h2 {
		font-size: 22px;
	}
	.careers-inner h2 {
    font-size: 22px;
}
.careers-inner h3 {
    margin: 10px 0px 10px 0px;
    font-size: 16px;
}
	span.section-banner-text {
		font-size: 16px;
		line-height: 24px;
	}
	h2.wwdhome {
		font-size: 22px;
		line-height: 24px;
		padding: 20px 5% 20px 5%;
	}
	.home-results h2 {
		margin: 0px;
		font-size: 22px;
	}
	.single-project h2 {
		font-size: 22px;
		margin: 0px 0px 4px 0px;
	}
	.fonter-contact-inner h3, .company-logos h2 {
		font-size: 22px;
	}
	.contact-col {
		width: 100%;
		float: left;
		text-align: left;
	}
	.contact-col.col1, .contact-col.col2 {
		padding-right: 0%;
		padding-left: 0%;
	}
	.team-profile-right {
		width: 100%;
		float: left;
	}
	.team-profile-left {
		width: 100%;
		float: left;
		text-align: center;
		margin: 0px 0% 0px 0px;
	}
	.team-profile-left a {
		color:#FB3449
	}
	.footer {
		font-size: 14px;
		padding: 40px 5%;
	}
	.footer a {
		color: #fff;
	}
	a.pk {
		float: left;
		color: #fff;
		text-align: center;
		width: 100%;
	}
	span.footer-col {
		width: 100%;
		text-align: center;
		float: left;
		margin: 10px 0px;
	}
	.inspoQuote {
		width: 100%;
		padding: 60px 8%;
	}
	span.theQuote {
		font-size: 20px;
		line-height: 28px;
	}
	.wpcf7-submit {
		width: 100%;
		font-size: 20px;
		height: 46px;
		float: left;
		
	}

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
