@font-face {
  font-family: 'Museo500';
  src: url("../fonts/museo/museo500-regular-webfont.eot");
  src: url("../fonts/museo/museo500-regular-webfont.svg");
  src: url("../fonts/museo/museo500-regular-webfont.ttf");
  src: url("../fonts/museo/museo500-regular-webfont.woff"); }
@font-face {
  font-family: 'Raleway Regular';
  src: url("../fonts/raleway/raleway-regular-webfont.eot");
  src: url("../fonts/raleway/raleway-regular-webfont.svg");
  src: url("../fonts/raleway/raleway-regular-webfont.ttf");
  src: url("../fonts/raleway/raleway-regular-webfont.woff"); }

@font-face {
  font-family: 'Raleway Medium';
  src: url("../fonts/raleway/raleway-medium-webfont.eot");
  src: url("../fonts/raleway/raleway-medium-webfont.svg");
  src: url("../fonts/raleway/raleway-medium-webfont.ttf");
  src: url("../fonts/raleway/raleway-medium-webfont.woff"); }

#napSchema {
	color: #FFF;
	font-family: 'Raleway';
	font-size: 14px;
}

.contentWrap #privacyPolicy {
	text-align: left;
	padding: 0px 20px;
}

.contentWrap #errorWrap .error #privacyPolicy h1 {
	font-size: 50px;
	margin-bottom: 40px;
}

.contentWrap #errorWrap .error #privacyPolicy h2 {
	font-size: 40px;
	margin-bottom: 30px;
}

.contentWrap #errorWrap .error #privacyPolicy p, .contentWrap #errorWrap .error #privacyPolicy ul, .contentWrap #errorWrap .error #privacyPolicy ol {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #585858;
}

#dialog-1 {
  width: 500px !important;
  background: #ffffff;
  padding-bottom: 20px; }

.ui-dialog {
	z-index: 1000 !important;
}

.ui-dialog-titlebar {
  background: #00BDDD;
  display: block;
  padding: 0 0 20px; }

.ui-dialog-title {
  color: #fff;
  padding: 20px;
  position: relative;
  top: 10px;
  font-weight: bold; }

.ui-button {
  position: relative;
  right: -180px;
  width: 80px;
  height: 30px;
  top: 10px; }

#policyWrap {
  min-height: 300px;
  max-height: 500px;
  height: 100%;
  overflow: auto;
  padding: 20px;
  display: block;
  color: #585858;
  font-family: 'Raleway';
  font-size: 16px;
  line-height: 26px; }

  #policyWrap h2 {
  	margin: 20px 0px;
  	color: #464646;
  	font-size: 20px; }

#openPrivacy, #openPrivacy:hover {
	color: #FFF !important;
	cursor: pointer;
	font-size: 14px;
}

.search-form .search-field {
  	padding: 3px 5px;
	font-size: 16px;
	max-width: 220px;
	width: 100%;
	float: left;
	margin-top: 1px;
	margin-right: 5px;
}

.search-form .contactformBtn {
	-moz-user-select: none;
	background-color: #00BDDD;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0px;
	padding: 3px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	margin-top: 0px;
}

.preloaderBg {
	position: absolute;
	width: 100%;
	background: none repeat scroll 0% 0% #EFEFEF;
	height: 100%;
	z-index: 500;
}

.preloaderBg .wrapper {
    font-size: 25px; /* 1em */
    width: 8em;
    height: 8em;
    position: relative;
    margin: 300px auto;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 1em dashed rgba(138,189,195,0.5);
    box-shadow: 
        inset 0 0 2em rgba(255,255,255,0.3),
        0 0 0 0.7em rgba(255,255,255,0.3);
    line-height: 6em;
    text-align: center;
    font-family: 'Racing Sans One', "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue","Helvetica","Arial","Lucida Grande",sans-serif;
    color: #444;
    text-shadow: 0 .04em rgba(255,255,255,0.9);
    -webkit-animation: steam 3.5s linear infinite;
    animation: steam 3.5s linear infinite;
}

#articleBody ul li {
	font-size: 22px;
	margin-top: 10px;
	line-height: 36px;
}

.preloaderBg .wrapper:after, 
.preloaderBg .wrapper:before {
    content: "";
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    z-index: -1;
    border-radius: inherit;
    box-shadow: inset 0 0 2em rgba(255,255,255,0.3);
    border: 1em dashed rgba(138,189,195,0.2);
}

.preloaderBg .wrapper:before {
    top: 1em; bottom: 1em; right: 1em; left: 1em; 
    border: 1em dashed rgba(138,189,195,0.4);
}

.preloaderBg .inner {
    width: 100%;
    height: 100%;
    -webkit-animation: steam 3.5s linear reverse infinite;
    animation: steam 3.5s linear reverse infinite;
}

.preloaderBg .inner span {
    display: inline-block;
    -webkit-animation: loading-1 1.5s ease-out infinite;
    animation: loading-1 1.5s ease-out infinite;
}

.preloaderBg .inner span:nth-child(1)  { 
    -webkit-animation-name: loading-1;
    animation-name: loading-1;
}

.preloaderBg .inner span:nth-child(2)  { 
    -webkit-animation-name: loading-2;
    animation-name: loading-2;
}

.preloaderBg .inner span:nth-child(3)  { 
    -webkit-animation-name: loading-3;
    animation-name: loading-3;
}

.preloaderBg .inner span:nth-child(4)  { 
    -webkit-animation-name: loading-4;
    animation-name: loading-4;
}

.preloaderBg .inner span:nth-child(5)  { 
    -webkit-animation-name: loading-5;
    animation-name: loading-5;
}

.preloaderBg .inner span:nth-child(6)  { 
    -webkit-animation-name: loading-6;
    animation-name: loading-6;
}

.preloaderBg .inner span:nth-child(7)  { 
    -webkit-animation-name: loading-7;
    animation-name: loading-7;
}

@-webkit-keyframes steam {
    from { }
    to { -webkit-transform: rotate(360deg); }
}

@keyframes steam {
    from { }
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes loading-1 {
    0% { }
    14.28% { opacity: 0.3; }
}

@-webkit-keyframes loading-2 {
    0% { }
    28.57% { opacity: 0.3; }
}

@-webkit-keyframes loading-3 {
    0% { }
    42.86% { opacity: 0.3; }
}

@-webkit-keyframes loading-4 {
    0% { }
    57.14% { opacity: 0.3; }
}

@-webkit-keyframes loading-5 {
    0% { }
    71.43% { opacity: 0.3; }
}

@-webkit-keyframes loading-6 {
    0% { }
    85.71% { opacity: 0.3; }
}

@-webkit-keyframes loading-7 {
    0% { }
    100% { opacity: 0.3; }
}

@keyframes loading-1 {
    0% { }
    14.28% { opacity: 0.3; }
}

@keyframes loading-2 {
    0% { }
    28.57% { opacity: 0.3; }
}

@keyframes loading-3 {
    0% { }
    42.86% { opacity: 0.3; }
}

@keyframes loading-4 {
    0% { }
    57.14% { opacity: 0.3; }
}

@keyframes loading-5 {
    0% { }
    71.43% { opacity: 0.3; }
}

@keyframes loading-6 {
    0% { }
    85.71% { opacity: 0.3; }
}

@keyframes loading-7 {
    0% { }
    100% { opacity: 0.3; }
}

.navMenu .menu-item {
	text-transform: uppercase;
}

#contact .contactformBtn {
	width: auto;
}

.headWrap #headerContent {
	max-width: 710px;
	float: left;
	margin-top: 112px;
}

.headWrap #headerContent p {
	font-size: 55px;
	font-family: Museo100;
	line-height: 80px;
	display: inline;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
	padding: 3px;
}

#directPageAccess #slide1 {
	padding: 0px;
}

span.wpcf7-not-valid-tip {
	font-size: 14px !important;
}

div.wpcf7-mail-sent-ok {
	font-family: 'Raleway Regular' !important;
	font-size: 16px !important;
	margin-top: 5em !important;
}

div.wpcf7-validation-errors {
	font-size: 14px !important;
	font-family: 'Raleway Regular' !important;
	margin-top: 7em !important;
}

span.wpcf7-not-valid-tip {
	margin-top: -15px;
}

.blogFooter .newsletter {
	padding: 0px 10px;
}

.blogFooter .newsletter form {
	position: relative;
}

.blogFooter .newsletter .ajax-loader {
	position: absolute;
	left: 42%;
	top: 20px;
}

.blogFooter .newsletter p {
	margin: 0 auto;
	overflow: hidden;
}

.blogFooter .newsletter h3 {
	margin: 0px 0px 20px;
}

.blogFooter .newsletter span.wpcf7-not-valid-tip {
    margin-top: 5px;
}

.blogFooter .newsletter div.wpcf7-validation-errors {
	margin-top: 1.5em !important;
}

.blogFooter .newsletter div.wpcf7-mail-sent-ok {
	margin-top: 1.5em !important;
}

.footNav .menu-item {
	text-transform: uppercase;
}

.additional-menu-items {
	text-transform: uppercase;
}

.border .headWrap span {
	text-transform: uppercase;
}

.footerContact .contactformBtn {
	width: auto !important;
}

.pagination, .nav-links {
	padding: 20px;
	text-align: center;
}

.pagination span, .pagination a, .propelrr_post_nav span, .propelrr_post_nav a {
	margin: 5px;
	font-size: 20px;
	font-weight: bold;
}

.postTitle {
	font-size: 50px;
	margin-top: 5px;
}

.catContent img {
	max-width: 100%;
	margin: 50px 0px;
}

.blogpost:last-child {
	margin-bottom: 50px;
}

#contact div.wpcf7 img.ajax-loader {
	position: absolute;
	left: 44%;
	top: 85%;
}

.strategyHead .headWrap, .designHead .headWrap, .socialHead .headWrap, .contentHead .headWrap, .analyticsHead .headWrap, .seoHead .headWrap, .ppcHead .headWrap, .emailHead .headWrap, .mobileHead .headWrap, .croHead .headWrap {
	padding: 0px;
}

.grid figcaption h5 span {
	margin: 0px;
	padding: 0px;
	color: #EF6630;
	line-height: normal;
	font-size: 24px;
	font-family: "Museo500";
}

.innerCall, .innerContact {
	max-width: 300px;
	width: 100%;
	margin: 50px auto 0px;
	text-align: center;
	padding: 15px 20px;
	border-radius: 5px;
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

.innerCall.blue, .innerContact.blue {
	background: #00BDDD;
}

.innerCall.green, .innerContact.green {
	background: #6AAB44;
}

.innerCall.orange, .innerContact.orange {
	background: #EE6730;
}

.formAndSelection {
	position: relative;
	max-width: 610px;
	margin: 0px auto;
}

#innerPageForm {
	max-width: 960px;
	margin: 0px auto;
}

#servicesSelection {
	z-index: 800;
	position: absolute;
	background-color: rgb(249, 247, 224);
	color: #585858;
	border: 2px solid #CCC;
	width: 100%;
	margin: 0px auto;
	padding: 20px;
	text-align: left;
	top: 339px;
	max-width: 100%;
	display: none;
}

#innerPageForm #servicesSelection {
	z-index: 800;
	position: absolute;
	background-color: #F9F7E0;
	color: #585858;
	border: 2px solid #CCC;
	width: 45%;
	margin: 0px auto;
	padding: 16px;
	text-align: left;
	top: 58px;
	max-width: 100%;
	right: 2px;
}

#servicesSelection div {
	font-size: 18px;
}

#servicesSelection input, #servicesSelection label {
	display: inline-block;
	color: #585858;
	font-family: 'Raleway';
}

#innerPageForm #servicesSelection input, #innerPageForm #servicesSelection label {
	font-size: 
}

.innerContainer {
	clear: both;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 300px;
}

#servicesSelection h3 {
	margin-bottom: 25px;
	font-size: 28px;
	border-bottom: 2px solid #333;
}

#innerPageForm #servicesSelection h3 {
	margin: 0px 0px 20px;
}

#servicesSelection input {
	width: auto;
	height: auto;
	margin: 0px 10px 0px 0px;
}

.wpcf7-form p {
  margin: 0px;
}

#goUp {
	opacity: 0.6;
	cursor: pointer;
	margin-top: 20px;
	margin-left: 15px;
	position: relative;
	top: -30px;
}

#serviceSlides #goUp {
	display: none;
}

#pushStateSlides .ac-small h1 {
	display: inline-block;
}

.slide .fullWidth {
	width: 100%;
}

#repeatImage {
	width: 350px;
}

#closeServices {
	float: right;
	right: 5px;
	position: relative;
	color: #585858;
	cursor: pointer;
	font-size: 22px;
}

body {
	background: #FCF8DC;
}

figure {
	margin: 0 auto;
}

ol {
	font-size: 24px;
	line-height: 36px;
}

/* GROUP 1 */
#group1 {
	background: #F9A021;
}

#group1 .parallax__layer--fore p {
	color: #FFFFFF;
}

#group1 .parallax__layer--base .bottomcloud1 {
	bottom: 50px;
}

/* GROUP 2 - INTRO */
.contentWrap .intro {
	background: #EF6730;
}

.contentWrap .intro p {
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
}

/* CLIENTS */
#group4 .parallax__layer--back, .contentWrap .clients {
	background: #FCF8DC;
}

.parallax__group2 {
	height: 65vh;
}

.title {
	top: 39%;
	text-align: center;
}

#expand1 {
	background: url('../img/clients/cleint_more_btn.svg') repeat scroll 0px 0px transparent;
	height: 69px;
	width: 69px;
}

#expand2 {
	background: url('../img/clients/minus_clients.svg') repeat scroll 0px 0px transparent;
	height: 69px;
	width: 69px;
	display: none;
}

/* CULTURE */

.contentWrap .culture, .contentWrap .culture .textContainer .wrap {
	background: #05B3D1;
}

.cultureBg {
	max-width: 100%;
}

.contentWrap .culture .textContainer {
	top: 0%;
	left: 0%;
}

.contentWrap .culture h2 {
	font-size: 55px;
	line-height: 1.1em;
	margin-bottom: 50px;
}

.contentWrap .culture p {
	text-align: center;
	margin-bottom: 30px;
	margin-bottom: 90px;
	max-width: 520px;
}

.contentWrap .culture .cultureCta {
	font-size: 40px;
	font-family: 'Museo500';
	color: #FFFFFF;
}

#crew {
    background: url('../img/about/about_btn.svg') repeat scroll 0% 0% transparent;
    position: relative;
    bottom: 0px;
    display: block;
    cursor: pointer;
    color: #777;
    line-height: 33px;
    font-size: 19px;
    width: 69px;
    height: 69px;
    margin: 30px auto;
    z-index: 1000;
}

#crew2 {
	background: url('../img/about/minus_about.svg') repeat scroll 0% 0% transparent;
	width: 69px;
	height: 69px;
	display: none;
}

.contentWrap .culture .textContainer .wrap {
	padding-top: 50px;
}

.contentWrap .culture .ac-container2 input:checked ~ #crewList {
	height: auto;
}

.contentWrap .culture .textContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
}

/* CONTACT US */

.contentWrap .contactUs h2 {
	font-size: 50px;
}

.contentWrap .contactUs p {
	font-size: 32px;
	font-family: 'Museo500';
	color: #FFF;
}

.contentWrap .contactUs .contactBg {
	top: 300px;
}

#mailchimp {
	float: left;
}

#mailchimp .wpcf7-list-item {
	overflow: hidden;
	margin: 0px;
}

#mailchimp input[type="checkbox"] {
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	display: inline;
}

#mailchimp .wpcf7-list-item-label {
	width: auto;
	font-size: 13px;
	color: rgb(0, 0, 0);
	display: inline;
}

.ac-small p strong {
	font-size: 30px;
	font-family: 'Raleway Medium';
}

.blogpost p img {
	max-width: 100%;
}

.blogpost p {
	margin-bottom: 20px;
}

#articleBody {
	margin-top: 50px;
}

#innerNav {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1000;
}

#innerNav li a:hover {
	color: #333 !important;
}

.blogFooter .newsletter span.wpcf7-form-control-wrap {
  margin-top: 7px;
  display: block;
}

.blogFooter .newsletter input {
  width: 100%;
  height: 30px;
  padding: 0 10px;
  font-size: 16px;
}
.blogFooter .newsletter input[type=submit] {
  display: block;
  background: #00BDDD;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  text-align: center; 
  height: auto;
  border: none;
  cursor: pointer;
}

.gsc-control-cse {
	padding: 0px 15px 0px 0px !important
}

#gsc-iw-id1 {
	height: 30px;
}

table.gsc-search-box td {
	vertical-align: top !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	width: auto !important;
	height: 30px !important;
	padding: 6px 27px;
	min-width: 13px;
	margin-top: 0px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 5px !important;
}

.gsc-input {
	display: block !important;
	padding: 0px;
	margin-bottom: 10px;
}

.slide #channels {
	font-weight: bold;
	font-size: 48px;
}

.blogHeader header span {
	font-family: 'Museo500';
	display: block;
}

.blogHeader header h1, .blogHeader header span {
	font-size: 70px;
	margin-top: 150px;
	margin-bottom: 30px;
}

#blogHeaderText p {
	font-size: 28px;
}

.blogHeader header img {
	float: right;
}

.intro .homeBtn {
	max-width: 340px;
	padding: 10px 15px;
	margin: 10px auto 20px;
}

figcaption.wp-caption-text {
	text-align: center;
}

/*
=============================
INNER PAGE EXPANDED CONTENT
=============================
*/

.leftAlignedlist, .leftText {
	max-width: 610px;
	float: left;
}

.leftText {
	max-width: 760px;
	float: left;
}

.ac-small span {
	font-size: 24px;
	font-family: "Raleway Semibold";
	font-weight: normal;
	margin: 0px 0px 50px;
	line-height: 40px;
	font-weight: normal;
}

.ac-small h4 {
	margin: 0px 0px 25px;
	font-size: 40px;
	font-family: "Raleway Extra Light";
	font-weight: normal;
	line-height: 50px;
}

.besideH3 {
	margin-top: 60px;
}

/*.ac-small section p, .leftText p {
	text-align: justify;
}*/

.mainList {
	margin-bottom: 50px;
	padding-left: 70px;
}

.mainList li {
	color: #FFF;
	font-size: 22px;
	line-height: 40px;
}

.slide .listImage {
	float: right;
	width: 410px;
	margin-left: 40px;
}

.slide .textImage {
	float: right;
	width: 320px;
	margin-left: 40px;
}

.slide h1 {
	color: #464646;
}

#slide1 h2, #slide3 h2, #slide5 h2, #slide7 h2, #slide9 h2 {
	color: #464646;
}

.listAndImage, .textAndImage {
	overflow: hidden;
}

#slide1 h3, #slide3 h3, #slide5 h3, #slide7 h3, #slide9 h3 {
	color: #464646;
}

.ac-small .fullWidth {
	width: 100%;
}

.txtWrap .leftText {
	max-width: 670px;
}

.txtWrap .textImage {
	margin-top: 50px
}

.slide .textAndImage br {
	display: none;
}

.slide h4 {
	font-family: 'Raleway Extra Light';
	font-weight: normal !important;
	font-size: 40px;
	color: #585858;
	margin-bottom: 25px;
	margin-top: 35px;
}

.slide:nth-of-type(even) h4 {
	color: #FFF;
}

#expandedContent #pAfterHeading {
	margin-top: 90px
}

.blogHeader {
	height: 560px;
}

#ppcPlatforms {
	width: 300px;
}

.beforePosts, #search {
	overflow: hidden;
}

#search {
	float: right;
	width: 30%;
}

#blogCat {
	width: 30%;
}

#latestBlog {
	width: 40%;
}

#blogNletter {
	width: 30%;
}

#blogNletter #submit {
	width: 150px;
	text-transform: uppercase;
	float: right;
}

#articleBody h2 {
	margin: 35px 0px;
	font-family: "Raleway Semibold";
	font-size: 35px;
}

#articleBody h3 {
	margin: 35px 0px;
	font-family: "Raleway Extra Light";
	font-size: 28px;
	font-weight: normal !important;
}

#articleBody img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#commentform input, #commentform textarea {
	display: block;
	width: 100%;
	padding: 5px 10px;
}

#commentform p {
	margin-bottom: 10px;
}

#respond {
	max-width: 580px;
	margin-top: 40px;
}

#commentform .form-allowed-tags {
	font-size: 12px;
}

#commentform #submit {
	display: block;
	background: none repeat scroll 0% 0% #00BDDD;
	color: #FFF;
	padding: 10px;
	width: 150px;
	text-align: center;
	height: auto;
	border: medium none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 16px;
}

#respond h3 {
	font-size: 28px;
}

#commentform p {
	font-size: 16px;
}

.blogpost {
	overflow: hidden;
}

.blogpost #contentLeft {
	float: left;
	margin-right: 30px;
	max-width: 300px;
}

.blogpost #contentLeft img {
	max-width: 100%;
}

#catsBlogListing {
	margin-top: 0px;
	line-height: 10px;
	margin-bottom: 8px;
}

#catsBlogListing a {
	line-height: 20px;
	font-size: 18px;
	color: #EE6730;
}

/*.slideContainer{
	position: fixed;
    top: 42px;
    bottom: 0px;
    left: 0;
    right: 0;
    overflow: auto;
}*/

#homeNav {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 1000;
}

.innerNav .navMenu li {
	padding: 2px 10px;
}

#homeNav li a:hover {
	color: #333;
}

.search-select, .mail, .home {
	z-index: 2000;
}

.sumome-control.sumome-control-left, .sumome-share-client-wrapper.sumome-share-client-wrapper-left-page, a#sumotest-badge {
  display: none !important;
}

#thankyouContent {
	overflow: hidden;
	padding: 10px 30px;
	text-align: center;
}

.contentWrap #errorWrap #thankyouContent h1 {
	font-size: 60px;
	text-align: left;
	color: #464646;
	margin-bottom: 30px;
	text-align: center;
}

#blogCat .children {
	padding-left: 15px;
}

a[title~=SumoMe] {
	visibility: hidden;
}
/*
=============================
CUSTOM MEDIA QUERIES
=============================
*/

@media (max-width: 1440px) {
	.contentWrap .intro h2 {
	    font-size: 36px;
	}
	.strategyHead .headWrap, .designHead .headWrap, .socialHead .headWrap, .contentHead .headWrap, .analyticsHead .headWrap, .seoHead .headWrap, .ppcHead .headWrap, .emailHead .headWrap, .mobileHead .headWrap, .croHead .headWrap {
		max-width: 960px;
	}
	.headWrap #headerContent {
	    max-width: 590px;
		margin-top: 72px;
	}
	.headWrap #headerContent p {
	    font-size: 50px;
	    line-height: 66px;
	}
	.contentWrap .intro p {
		font-size: 20px;
		color: #FFF;
	}
	#group4 .title {
		top: 44%;
	}
	#group4 .title p {
	    font-size: 20px;
	}
	.contentWrap .culture .ac-container2 {
	    max-width: 100%;
	}
	#expand1 {
		background: url('../img/clients/cleint_more_btn.svg') repeat scroll 0px 0px / 59px 59px;
		width: 59px;
		height: 59px;
	}
	#expand2 {
		background: url('../img/clients/minus_clients.svg') repeat scroll 0px 0px / 59px 59px transparent;
		height: 59px;
		width: 59px;
	}
	.contentWrap .clients ul li img {
		height: 160px;
		width: 160px;
	}
	.contentWrap .culture h2 {
		font-size: 50px;
	}
	.contentWrap .culture p {
		font-size: 25px;
	}
	.contentWrap .culture .cultureCta {
		font-size: 42px;
	}
	#crew {
		background: url('../img/about/about_btn.svg') repeat scroll 0% 0% / 59px 59px transparent;
		width: 59px;
		height: 59px;
	}
	#crew2 {
		background: url('../img/about/minus_about.svg') repeat scroll 0% 0% / 59px 59px transparent;
		width: 59px;
		height: 59px;
	}

	.blogHeader {
	    height: 470px;
	}

	.blogHeader header h1, .blogHeader header span {
		margin-top: 110px;
	}

	#expandedContent #pAfterHeading {
		margin-top: 60px
	}

	.leftAlignedlist, .leftText {
		max-width: 610px;
	}

	.slide .listImage, .slide .textImage {
	    width: 300px;
	}

	.ac-small h4 {
		line-height: 40px;
	}

	.ac-small span {
		line-height: 36px;
		font-size: 20px;
	}

	.formAndSelection {
		max-width: 540px;
	}

	.slide h4 {
		font-size: 28px;
	}

	.blogContainer {
		padding: 0px 90px;
	}

	#repeatImage {
	    width: 270px;
	}

	#ppcPlatforms {
		width: 250px;
	}
	.slide .textImage {
	    width: 250px;
	}
	.slide .listImage {
		width: 320px;
	}

	.grid figcaption h5 {
		font-size: 20px !important;
	}

	.grid figcaption h5 span {
		font-size: 19px !important;
	}

	#homeNav .navMenu {
		margin-right: 0px;
	}

	.innerNav .navMenu li {
	    padding: 2px 10px;
	}

	.blogpost #contentLeft {
		max-width: 250px;
	}

	#articleBody h2 {
		font-size: 28px;
	}

	#articleBody h3 {
		font-size: 23px;
	}

	.logo {
		max-width: 140px;
	}

	.parallax__group {
		height: 87vh;
	}

	#group1 .parallax__layer--fore h1 {
		font-size: 36px;
	}

	#group1 .parallax__layer--fore p {
		font-size: 20px;
	}

	.parallax__layer2 {
		top: 50px;
	}

	.caseStudy h2 {
		font-size: 36px;
	}

	.contentWrap .culture h2 {
		font-size: 41px;
	}

	.contentWrap .culture p {
	    font-size: 22px;
	}

	.contentWrap .culture .cultureCta {
	    font-size: 34px;
	}

	.contentWrap .contactUs h2 {
	    font-size: 36px;
	}

	.contentWrap .contactUs p {
    	font-size: 26px;
    }

    .intro .homeBtn {
    	max-width: 300px;
    	font-size: 26px;
    	padding: 7px 15px;
    }

    #articleBody ul li {
		font-size: 20px;
		margin-top: 8px;
		line-height: 30px;
	}

	ol {
		line-height: 30px;
		font-size: 20px;
	}
}
