/* @override
	https://crimtan.com/wp-content/themes/theme/style.css?* */

/*
Theme Name: Crimtan
Description: Crimtan Theme
Version: 1.2
Author: Chris Hanes
*/

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
    color: rgb(49, 47, 45);
}

::-moz-selection {
    background: rgb(31,44,68);
    color: rgb(255, 255, 255);
    text-shadow: none;
}

::selection {
    background: rgb(31,44,68);
    color: rgb(255, 255, 255);
    text-shadow: none;
}

hr {
    width: 100%;
    display: block;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0;
    float: left;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

blockquote {
    margin: 0 20px 20px;
    float: left;
}

.oldbrowser {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    margin: 0;
    text-align: center;
}

.oldbrowser p {
    width: 600px;
    margin: 0 auto;
    font: normal 20px/28px Arial;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 200px 0;
}

a {
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    text-decoration: none;
    color: rgb(49,47,45);
}

a:hover, a:active, a:focus {
    outline: none;
}

.centredinspace {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   HTML & Body
   ========================================================================== */
html {
    width: 100%;
    margin: 0;
}

body {
    position: relative;
    background: rgb(255, 255, 255);
    height: 100%;
}

.wrapper {
    width: 100%;
    float: left;
    background: rgb(255,255,255);
    overflow: hidden;
    z-index: 21;
    position: relative;
}

a.officesanchor, a.testimonialsanchor{
    display: block;
    visibility: hidden;
    position: absolute;
    left: 0;
}

/* ==========================================================================
   Header
   ========================================================================== */
header {
    width: 100%;
	background: rgba(0,0,0,.5);
	transition: all 0.2s ease-in-out;
	border-bottom: 0 solid #333;
}

body.home header {
	background: rgba(0,0,0,0);
}

body.home.smaller header {
	background: rgba(0,0,0,.5);
}

.inner, .headerinner, .centredcontent {
    height: auto;
    margin: 0 auto;
    position: relative;
    content: "";
    display: table;
    clear: both;
}

.centredcontent {
    display: inline-block;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
[role="navigation"] ul {
    width: 100%;
    list-style-type: none;
    margin: 0 80px 0 0;
    padding: 0;
    float: left;
}

[role="navigation"] ul li {
    height: 100px;
    text-align: center;
    float: left;
}

[role="navigation"] ul li a {
    height: 100px;
    display: block;
    padding: 0 10px;
    font: 700 15px/100px 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

[role="navigation"] ul li > a:hover, [role="navigation"] ul li.current-menu-item > a, [role="navigation"] ul li.child.current-menu-item > a, [role="navigation"] ul li.current-menu-parent > a,
[role="navigation"] ul li.current-page-item > a, [role="navigation"] ul li.current_page_parent > a, [role="navigation"] ul li.current-page-ancestor > a, [role="navigation"] ul li.current-menu-ancestor > a,
[role="information"] ul li > a:hover {
    color: #f22b1c;
}

ul.menu li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    position: relative;
}

nav #pull {
    display: none;
}

.desktopsearch {
    display: block;
}

.search-field {
    height: 95px;
    background: transparent url('images/searchicon.svg') no-repeat 0 center;
    background-size: 32px 32px;
    font: normal 15px/46px Arial, Helvetica, sans-serif;
    color: rgb(153, 153, 153);
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0 0 0 34px;
    position: relative;
    z-index: 999;
}

.search-field:focus {
    background: rgb(0,0,0) url('images/searchicon.svg') no-repeat 20px center;
    background-size: 24px 24px;
    border: none;
    cursor: text;
    outline: 0;
    text-indent: 30px;
}

.search-form label {
	position: relative;
}

.search-close {
	display:none;
	background: url('images/search-close.svg') no-repeat 0 0;
	background-size: 14px 14px;
	position: absolute;
	right: 10px;
	top: 2px;
	width: 14px;
	height: 14px;
	z-index: 999;
	text-indent: -9999px;
}

.search-submit {
    display: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

/* ==========================================================================
   Typography
   ========================================================================== */
[role="main"] h1 {
    font: 400 30px/36px Arial, Helvetica, sans-serif;
}

[role="main"] p, [role="main"] ul, [role="main"] ol, [role="main"] ol ol {
    width: 100%;
    float: left;
    font: 400 18px/1.45em Arial, Helvetica, sans-serif;
    color: rgb(49, 47, 45);
    margin: 0 0 25px;
}

[role="main"] p:last-child {
    margin-bottom: 0;
}

[role="main"] ol p, [role="main"] ol ol p {
    float: none;
}

[role="main"] ol li li, [role="main"] ol li {
    float: left;
}

[role="main"] p a {
    color: rgb(27, 171, 214);
}

/* ==========================================================================
   Content
   ========================================================================== */
[role="main"] {
    min-height: 600px;
    float: none;
    margin: 0 auto;
    background: transparent;
    position: relative;
}

[role="main"]:after {
    content: "";
    display: table;
    clear: both;
}

[role="main"].maintext {
    padding: 140px 0 80px;
}

[role="main"] ul {
    margin: 0;
    padding: 0;
}

.tp-video-play-button {display: none !important}
#rev_slider_18_1_wrapper .rev_slider video {pointer-events: none}

#rev_slider_10_1_wrapper, #rev_slider_11_1_wrapper, #rev_slider_14_1_wrapper {
    background-color: rgb(0,0,0) !important;
}

/* ==========================================================================
   Awards section
   ========================================================================== */
section {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

section.fixedwidth {
    margin: 0 auto;
}

section.servicestages {
    padding: 0 !important;
}

section.updatingcontent {
    border-top: 8px solid rgb(49,47,45);
    padding: 0 !important;
}

section.maintext, section.campaignstrategies .pins {
    text-align: left;
}

.footericon {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    position: relative;
}

.footericon:after {
    content: "";
    opacity: 0;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.35s ease-in-out;
    -webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
}

/*.footericon:hover:after {
    opacity: 1;
}*/

.icon-twittericon {
    background-image: url('images/twittericon.svg');
}

.icon-twittericon:after {
    background-image: url('images/twittericonhover.svg');
}

.icon-linkedinicon {
    background-image: url('images/linkedinicon.svg');
}

.icon-linkedinicon:after {
    background-image: url('images/linkediniconhover.svg');
}

.icon-phoneicon {
    background-image: url('images/phoneicon.svg');
}

.icon-phoneicon:after {
    background-image: url('images/phoneiconhover.svg');
}

.icon-emailicon {
    background-image: url('images/emailicon.svg');
}

.icon-emailicon:after {
    background-image: url('images/emailiconhover.svg');
}

#preload_area {
    background-image: url('images/emailiconhover.svg'), url('images/phoneiconhover.svg'), url('images/linkediniconhover.svg'), url('images/twittericonhover.svg'), url('images/searchiconhover.svg');
    width: 0px;
    height: 0px;
    display: inline;
}

[role="main"].maintext ul {
    width: 100%;
    float: left;
    margin: 0 0 25px;
    padding: 0;
    list-style: disc inside;
}

[role="main"].maintext ul li {
    margin: 0 0 5px;
    font: 400 15px/1.45em Arial, Helvetica, sans-serif;
    color: rgb(49, 47, 45);
}

.awards-arrows-top, .awards-arrows-bottom {
    width: 100%;
    height: 210px;
    position: absolute;
    background-size: 100% !important;
    left: 0;
}

.awards-arrows-top {
    background: transparent url(images/crimtanarrows-top.png) no-repeat top center;
    top: 0;
}

.awards-arrows-bottom {
    background: transparent url(images/crimtanarrows-base.png) no-repeat bottom center;
    bottom: 0;
}

section.joblisting:nth-of-type(even), section.locations, section.casestudies, section.timeline, section.gdpr-intro {
    background: rgb(245,245,245);
}

section.campaignstrategies img {
    max-width: 1280px;
    width: 100%;
    margin: 40px 0 85px;
}

section.joblisting:nth-of-type(odd) {
    background: rgb(255, 255, 255);
}

section.joblisting .jobdetails {
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}

[role="main"] .jobdetails h2 {
    font: 700 26px/34px Arial, Helvetica, sans-serif;
    margin: 0;
}

[role="main"] .jobdetails h3 {
    font: 700 18px/18px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 10px 0 25px;
    color: rgb(153,153,153);
}

[role="main"] .jobdetails p {
    font: 400 18px/1.45em Arial, Helvetica, sans-serif;
}

[role="main"] .jobdetails a.findoutmore {
    margin: 40px 0 0;
    text-align: left;
    float: left;
    background: transparent;
}

[role="main"] .jobdetails .job-intro-show, [role="main"] .jobdetails .job-intro-hide {
	display: inline-block;
	font-weight: bold;
	margin: 10px 0;
}

[role="main"] .jobdetails .job-intro-hide {
	display: none;
}

[role="main"] .jobdetails .job-main-details {
	display: none;
}

[role="main"] .jobdetails.open .job-main-details {
	display: block;
  margin-top: 20px;
}

[role="main"] .jobdetails.open .job-intro-show {
	display: none;
}

[role="main"] .jobdetails.open .job-intro-hide {
	display: inline-block;
}

[role="main"] section.jobs h1 {
    font: 400 24px/45px 'Open Sans', Arial, Helvetica, sans-serif;
}

[role="main"] section.jobs p {
    font: 400 18px/1.45em Arial, Helvetica, sans-serif;
}

ul.logos {
    width: 100%;
    margin: 40px 0 20px;
    display: table;
}

ul.logos li {
    display: inline-block;
    text-align: center;
    list-style-type: none;
	padding: 0 20px;
}

ul.clientlogos li {
    position: relative;
}

a.findoutmore, .nf-form-content input[type="submit"], .nf-form-content input[type="button"], .nf-form-content button {
    height: 42px;
    border: 2px solid rgb(0,0,0) !important;
    margin: 10px auto 20px;
    padding: 14px 31px;
    font: 400 15px/15px Arial, Helvetica, sans-serif;
    background: rgb(255,255,255);
    color: rgb(0,0,0) !important;
    text-align: center;
    text-decoration: none;
    display: table;
    border-radius: 0;
}

.nf-form-content input[type="button"], .nf-form-content button {
    background: rgb(255,255,255) !important;
}

a.findoutmore:hover, .nf-form-content input[type="submit"]:hover, .nf-form-content input[type="button"]:hover, .nf-form-content button:hover {
    border: 2px solid rgb(0,0,0) !important;
    background: rgb(0,0,0) !important;
    color: rgb(255,255,255) !important;
    cursor: pointer;
}

.casestudies a.findoutmore {
    background: transparent !important;
}

.casestudies a.findoutmore:hover {
    background: rgb(0,0,0) !important;
}

/* ==========================================================================
   Terms pages
   ========================================================================== */
section.textsection {
    text-align: left;
}

[role="main"].textarea h1 {
    font: 700 26px/34px Arial, Helvetica, sans-serif;
    margin: 0 0 20px;
    text-transform: uppercase;
}

[role="main"].textarea a.termsbutton {
    margin: 0 30px 0 0;
    background: transparent;
}

[role="main"] section.textsection ul, [role="main"] section.textsection ol {
    padding-left: 20px !important;
    margin-bottom: 25px;
}

[role="main"] section.textsection ul.cookiebuttons {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

[role="main"] section.textsection ul.cookiebuttons li {
    list-style: none !important;
    float: left;
}

[role="main"] section.textsection ul.twocolumns, [role="main"] section.textsection ul.threecolumns {
    padding-left: 0 !important;
    list-style: none;
}

ul.twocolumns li, ul.threecolumns li {
    list-style: none;
}

.termstext {
    width: 100%;
    float: left;
    border-left: 5px solid rgb(242,43,28);
    padding-left: 17px;
}

ul.twocolumns li li, ul.threecolumns li li, .columnheader {
    width: 100%;
}

.columnheader {
    position: relative;
    float: left;
}

.columnheader.noborderheader {
    margin-bottom: 5px;
}

[role="main"] ul.threecolumns li h2, [role="main"] ul.twocolumns li h2, .termswidth h2 {
    width: 100%;
    font: 700 18px/26px Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    float: left;
}

.columnheader h2 {
    margin: 0 !important;
}

[role="main"] ul.threecolumns li p, [role="main"] ul.threecolumns li li {
    font: 400 17px/25px Arial, Helvetica, sans-serif;
    margin: 0 0 20px;
    float: left;
}

[role="main"] ul.threecolumns li li, ul.bulletedlist li {
    list-style-type: disc;
    list-style-position: outside;
}

[role="main"] ul.threecolumns li p:last-of-type, [role="main"] ul.threecolumns li li:last-child, [role="main"] ul.threecolumns li ul, ul.bulletedlist, [role="main"] ul.threecolumns li li, ul.bulletedlist li {
    margin: 0;
}

ul.threecolumns.noborder li ul {
    width: 85%;
}

table.rwd-table {
    width: 90%;
}

table.rwd-table th {
    font: 400 18px/26px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    vertical-align: bottom;
    padding: 0 16px 25px 0;
    text-align: left;
}

table.rwd-table td.leftborder {
    border-left: 5px solid rgb(242,43,28);
    padding-left: 16px;
}

table.rwd-table td {
    padding: 10px 16px 10px 0;
}

/* ==========================================================================
   Staff Profiles section
   ========================================================================== */
.allthestaff, section.casestudies .latestnews, .officelocations {
    margin: 30px auto 0;
    float: none;
}

.officelocations {
    margin-top: 50px;
}

.staffmember {
    margin-bottom: 30px;
    padding: 0;
    float: left;
    background: rgb(255,255,255);
    position: relative;
    overflow: hidden;
}

.staffmember img {
    width: 100%;
}

.basicstaffdetails {
    width: 100%;
    height: 100px;
    background: rgb(0,204,201);
    float: left;
    text-align: left;
    padding: 12px 20px 0;
}

[role="main"] .staffmember h2, [role="main"] .staffmember h3 {
    font: 700 17px/24px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
}

[role="main"] .staffmember h3 {
    color: rgb(255,255,255);
}

.staffmember .hoverview {
    background: rgb(0,204,201);
    text-align: left;
    padding: 20px;
}

.staffmember .hoverview p {
    font: 400 14px/19px Arial, Helvetica, sans-serif;
    margin: 10px 0 0;
    color: rgb(255,255,255);
    text-align: left;
}

/* ==========================================================================
   Office Location section
   ========================================================================== */
.office {
    margin-bottom: 40px;
    float: left;
    background: rgb(255,255,255);
    position: relative;
    font: 400 18px/18px Arial, Helvetica, sans-serif;
}

.office:first-of-type {
    background: rgb(49,47,45);
    color: rgb(255,255,255);
}

.office a {
    color: rgb(49,47,45);
    text-decoration: none;
}

.officeaddress a {
    color: rgb(153,153,153);
}

[role="main"] .office:first-of-type p, [role="main"] .office:first-of-type a {
    color: rgb(255,255,255);
}

.headofficeaddress a.textlink {
    color: rgb(102,102,102) !important;
}

.locationdetails li, [role="main"] .office p {
    font: 400 18px/24px Arial, Helvetica, sans-serif;
    margin: 0;
    text-align: left;
}

.locationdetails li {
    padding-left: 44px;
    background-size: 32px 32px !important;
    list-style: none;
}

li.headoffice {
    font: 400 18px/18px 'Open Sans', Arial, Helvetica, sans-serif;
    color: rgb(255,255,255);
    margin: 4px 0 6px;
    padding-left: 0;
}

li.officeaddress {
    background: transparent url('images/companyaddress.svg') no-repeat 0 0;
}

li.officephone {
    margin: 20px 0 10px;
    background: transparent url('images/companyphone.svg') no-repeat 0 0;
    line-height: 32px;
}

li.officeemail {
    background: transparent url('images/companyemail.svg') no-repeat 0 0;
    line-height: 32px;
}

li.officename {
    font-weight: 700;
    color: rgb(0,204,201);
    margin: 0 0 15px;
    padding: 0;
}

.office:nth-of-type(3n) {
    margin-right: 0;
}

img.officeflag {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 20px;
    right: 20px;
}

[role="main"] ul.locationdetails {
    text-align: left;
    margin-bottom: 0;
}

/* ==========================================================================
   Services section
   ========================================================================== */
ul.services li {
    width: 100%;
    float: left;
    list-style: none;
}

.servicetext {
    background: rgb(239,239,239);
}

.gallerywrapper {
    background: rgb(0,204,201);
    position: relative;
}

img.imac {
    z-index: 2;
}

.servicetext, .gallerywrapper {
    position: relative;
}

.gallerywrapper .owl-carousel {
    z-index: 1;
}

.servicedetails {
    width: 60%;
    max-height: 170px;
}

[role="main"] .servicedetails p {
    text-align: left;
}

[role="main"] .servicedetails h2 {
    font: 400 22px/30px "Open Sans", Arial, Helvetica, sans-serif;
    margin: 0 0 15px;
    text-align: left;
}

/* ==========================================================================
   Latest news section
   ========================================================================== */
[role="main"] ul.latestnews li {
    padding: 0;
    float: left;
    text-align: left;
}

[role="main"] ul.latestnews li img, [role="main"] .latestnewsdetails {
    float: left;
}

[role="main"] .newsroomposts .latestnewsdetails {
    width: 100%;
    border: 1px solid rgb(216,219,222);
    padding: 20px;
}

[role="main"] .newsroomposts .newsitem {
    margin-bottom: 40px;
}

[role="main"] .latestnewsdetails h3 {
    font: 700 18px/26px Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
}

[role="main"] .latestnewsdetails p {
    font: 400 16px/22px Arial, Helvetica, sans-serif !important;
    color: rgb(153,153,153);
    margin: 0 0 15px;
    padding: 0;
    text-align: left !important;
}

[role="main"] .latestnewsdetails .findoutmore {
    text-align: left !important;
    margin: 0 0 15px;
}

/* ==========================================================================
   Just newsroom section
   ========================================================================== */
section.searchresults h1, section.searchresults p {
    text-align: left;
    margin: 0;
}

section.searchresults h1 {
    font: 400 16px/22px Arial, Helvetica, sans-serif;
    color: rgb(153,153,153);
    margin: 0 0 60px;
    padding: 0 0 60px;
    border-bottom: 1px solid rgb(204,204,204);
}

span.resultphrase {
    font: 700 34px/42px Arial, Helvetica, sans-serif;
    color: rgb(0,204,201);
}

[role="main"] section.searchresults h2 {
    font: 700 34px/42px Arial, Helvetica, sans-serif;
    margin: 0;
    text-align: left;
}

[role="main"] section.searchresults p {
    font: 400 16px/28px Arial, Helvetica, sans-serif;
    color: rgb(153,153,153);
}

[role="main"] section.searchresults p.excerpt {
    font: 400 18px/28px Arial, Helvetica, sans-serif;
    color: rgb(49,47,45);
    margin: 15px 0 25px;
}

.searchresult a.findoutmore {
    margin: 20px 0 70px;
}

.searchresult:last-of-type {
    margin: 0 0 80px;
}

body.search-no-results h1 {
    font: 700 34px/44px Arial, Helvetica, sans-serif;
    color: rgb(49, 47, 45);
    margin: 0;
    padding: 0;
    text-align: left;
    border-bottom: none;
}

.pagination {
    text-align: center;
    padding: 76px 0 97px;
    border-top: 1px solid rgb(204, 204, 204);
}

.pagination a {
    border: 1px solid rgb(214,216,220);
    font-size: 16px;
    font-weight: 400;
    color: rgb(107,107,107);
    text-transform: uppercase;
    line-height: 16px;
    margin: 0 5px;
    padding: 16px 21px;
}

.pagination a:hover {
    color: rgb(255,255,255);
    background: rgb(0,204,201) !important;
    border-color: transparent;
}

.pagination a.active {
    color: rgb(255,255,255);
    border-color: rgb(33,42,52);
    background: rgb(33,42,52);
    pointer-events: none;
}

.pagination a.none {
    pointer-events: none;
    border: 0;
}

.latestnews {
    list-style: none;
}

.resourcesintro .latestnews {
    border-top: 1px solid rgb(255, 255, 255);
}

.latestnews li {
    height: auto;
    clear: none;
    font: 400 18px/26px Arial, Helvetica, sans-serif;
}

[role="main"] .insights li .latestnewsdetails,
[role="main"] .casestudies li .latestnewsdetails,
[role="main"] .resourcesintro li .latestnewsdetails {
    padding-top: 20px;
}

[role="main"] .resourcesintro .latestnews {
    margin-top: 31px;
}

[role="main"] .casestudies li .latestnewsdetails h3, [role="main"] .casestudies li .latestnewsdetails p {
    color: rgb(49, 47, 45);
    margin: 0 0 15px;
}

[role="main"] .casestudies li .latestnewsdetails p {
    margin: 0 0 25px;
}

.latestnews li img {
    width: 100%;
    height: auto;
}

/* ==========================================================================
   Resources section
   ========================================================================== */
[role="main"] .morenews {
    width: 100%;
    height: 28px;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 15px;
}

[role="main"] .morenews li {
    height: 12px;
    background: rgb(229,229,229);
    list-style: none;
    border: 20px solid rgb(255,255,255);
    border-top: none;
    border-bottom: none;
    float: left;
    position: relative;
}

section.casestudies .morenews li {
    border-color:  rgb(244, 245, 244);
}

.morenews li.arrowdown :after, .morenews li.arrowdown:before {
    border-style: solid;
    border-width: 13px 13px 0 13px;
    border-color: rgb(229,229,229) transparent transparent transparent;
    content: '';
    margin-left: -13px;
    position: absolute;
    bottom: -12px;
    left: 50%;
}

a.morestories {
    margin: 20px auto 0;
    padding: 14px 6.5%;
}

/* ==========================================================================
   Testimonials section
   ========================================================================== */
ul.thetestimonials, section.testimonials {
    width: 960px !important;
    max-width: 100%;
    text-align: left;
}

ul.thetestimonials {
    margin-bottom: 16px;
}

ul.thetestimonials li {
    display: inline-block;
    padding: 45px 0 0;
}

ul.thetestimonials li img.clientlogo {
    float: left;
}

.testimonialdetails {
    border-bottom: 1px solid rgb(221,221,221);
    padding: 0 0 56px;
}

.testimonial:last-of-type .testimonialdetails {
    border-bottom: none;
}

[role="main"] .testimonialdetails p {
    font: 400 18px/1.45em Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    text-align: left;
    float: none;
}

[role="main"] .testimonialdetails p.credit {
    font-style: italic;
    color: rgb(153,153,153);
}

.testimonialbox {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    background: rgb(239,239,239);
    content: "";
    display: table;
    clear: both;
    text-align: center;
}
.testimonialbox-clear {
  background-color: transparent;
  border: 1px solid rgb(221,221,221);
}

.testimonialbox p {
    margin: 0 !important;
}

/* ==========================================================================
   News and Studies section
   ========================================================================== */
ul.newsandstudies {
    width: 100%;
    float: left;
}

ul.newsandstudies li {
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    color: rgb(255,255,255);
    list-style: none;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
}

ul.newsandstudies li a {
    width: 100%;
    height: 100%;
    display: block;
    color: rgb(255,255,255);
    text-decoration: none;
    float: none;
}

ul.newsandstudies li.newspost .hoverview, ul.newsandstudies li.studypost .hoverview, .staffmember .hoverview,
ul.newsandstudies li.newspost .defaultview, ul.newsandstudies li.studypost .defaultview {
    width: 100%;
    height: 100%;
}

ul.newsandstudies li.newspost .defaultview {
    background: rgb(225,73,61);
}

ul.newsandstudies li.studypost .defaultview {
    background: rgb(88,199,198);
}

ul.newsandstudies li.newspost .hoverdetails, ul.newsandstudies li.studypost .hoverdetails {
    width: 100%;
    height: 46%;
    background: rgba(225,73,61,0.9);
    padding: 20px 10% 0;
    position: absolute;
    bottom: 0;
}

ul.newsandstudies li.studypost .hoverdetails {
    background: rgba(88,199,198,0.9);
}

a.link {
    display: table;
}

a.logolink {
    display: inline-block;
}

.defaultdetails {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8%;
}

[role="main"] .defaultdetails img {
    margin: 0 0 20px;
}

[role="main"] .defaultdetails p {
    color: rgb(255, 255, 255);
    text-align: center;
}

[role="main"] .defaultdetails h4, [role="main"] .hoverdetails h4 {
    width: 100%;
    font: 400 18px/23px Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
}

.hoverdetails .readmore {
    width: 160px;
    height: 42px;
    border: 2px solid rgb(255, 255, 255);
    margin: 10px auto 20px;
    padding: 14px 31px;
    font: 400 15px/15px Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    display: table;
    bottom: 20px;
}

.hoverdetails .readmore:hover {
    border: 2px solid rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    color: rgb(225,73,61);
    cursor: pointer;
}

.hoverdetails.casestudy .readmore {
    width: 200px;
    vertical-align: bottom;
}

.hoverdetails.casestudy .readmore:hover {
    color: rgb(88,199,198);
}

#infscr-loading {
    width: 100%;
    float: left;
}

/* ==========================================================================
   Twitter feed
========================================================================== */
ul.newsandstudies li.twitter {
    background-color: rgb(64,155,217);
    background-image: url('images/twitterfeedicon.svg');
    background-repeat: no-repeat;
}

#twitter.owl-carousel {
    height: 100%;
    z-index: 3;
    position: relative;
}

#twitter.owl-carousel .owl-wrapper-outer {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    list-style: none;
}

.owl-dots {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    width: 100%;
    height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px 0 0;
    background: transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgb(128, 204, 240);
}

.owl-dot.active, .owl-dot:hover {
    background: rgb(255, 255, 255);
}

ul.newsandstudies li.twitter a {
    width: auto;
    height: auto;
    display: inline-block;
}

/* ==========================================================================
   Single news posts
   ========================================================================== */
h1.singletitle {
    font: 700 34px/44px Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
}

h1.singletitle.mb {
	margin: 0 0 25px;
}

[role="main"] .singlenewspost p {
    color: rgb(153,153,153);
}

.singlenewspost {
    float: left;
    text-align: left;
	margin-bottom: 50px;
}

[role="main"] .singlenewscontent ul {
    padding: 0 0 0 25px;
    margin-bottom: 30px;
}

.singlenewscontent h1, .singlenewscontent h2, .singlenewscontent h3, .singlenewscontent h4, .singlenewscontent p {
    font: 700 18px/26px Arial, Helvetica, sans-serif !important;
    color: rgb(49, 47, 45) !important;
}

.singlenewscontent h4 {
    margin-top: 0;
}

.singlenewscontent p {
    font-weight: 400 !important;
}

.singlenewspost .postimage {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
    .singlenewspost img {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }
}

.sidebar .newsitem {
    margin: 0 auto;
    display: inline-block;
    padding-bottom: 30px;
}

.sidebar .newsitem img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.navigation {
    width: 100%;
    float: left;
}

.navigation a.findoutmore {
    height: auto;
    display: inline-block;
    margin: 0 50px 0 0;
}

[role="main"] .sidebar h2 {
    text-align: left;
}

/* ==========================================================================
   Contact form
   ========================================================================== */
.nf-before-form-content, .nf-error.field-wrap .nf-field-element::after, .nf-after-form-content {
    display: none;
}

.nf-after-field {
    font: 400 11px/50px 'Open Sans', Arial, Helvetica, sans-serif;
    position: absolute;
    bottom: 0;
    right: 10px;
    color: rgb(242, 43, 28);
}

.nf-form-title h3 {
    width: 100%;
    font: 400 24px/32px 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
    color: rgb(49,47,45);
}

.nf-form-content {
    max-width: 462px !important;
}

.nf-field-container, #ninja_forms_required_items, .nf-form-content .label-hidden .nf-field-label, .nf-input-limit {
    margin: 0 !important;
}

.nf-form-content input:not([type='button']), .nf-form-content textarea, .nf-form-content .list-select-wrap .nf-field-element > div {
    background: rgb(255,255,255) !important;
}

.nf-form-content input[type='text'], .nf-form-content input[type='email'] {
    height: 42px !important;
    border-bottom: none !important;
}

.nf-form-content textarea.ninja-forms-field {
    height: 150px !important;
}

[role="main"] p.registration {
    font: 400 13px/20px Arial, Helvetica, sans-serif;
    margin: 50px 0 0;
    padding: 0 10px;
}

/* ==========================================================================
   Services
   ========================================================================== */
.tp-caption.videoisplaying + .tp-caption {
    display: none !important;
}

#servicesvideo .tp-caption {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
    text-align: center !important;
}

#servicesvideo .tp-caption img {
    cursor: pointer;
}

.tp-loader.spinner5 {
    width: 44px;
    height: 44px;
    background-image: url('images/preloader.svg');
    background-position: 0 0;
    background-color: transparent;
    margin: 0;
    border-radius: 0;
}

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

.spinner5 {
    -webkit-animation: rotating 2s linear infinite;
}

/* ==========================================================================
   Services Pin
   ========================================================================== */
.pin {
    clear: both;
    display: inline-block;
    position: relative;
    height: 296px;
    margin: 35px 0;
    z-index: 0;
}

.pin__icon {
    height: 296px;
    width: 215px;
    float: left;
    display: inline-block;
}

.pin__marker {
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
}

.pin__shadow {
    background-image: url("images/shadow.svg");
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: 2px;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 50%;
    background-position: center bottom;
}

.pin--programmatic .pin__marker {
    background-image: url("images/01.svg");
}

.pin--dynamic .pin__marker {
    background-image: url("images/02.svg");
}

.pin--retargeting .pin__marker {
    background-image: url("images/03.svg");
}

.pin--engagement .pin__marker {
    background-image: url("images/04.svg");
}

.pin__header {
    color: rgb(0,204,201);
    font-size: 4em;
}

.pin__text .pin__header {
    font: 400 22px/28px 'Open Sans', Arial, Helvetica, sans-serif;
    margin-bottom: 0.6em;
    text-align: left;
}

[role="main"] section.copy .pin p {
    margin: 0;
    text-align: left;
}

/* ==========================================================================
   Timeline
   ========================================================================== */
.timeline__entry {
    clear: both;
    display: inline-block;
    padding: 20px 0 20px 5%;
    position: relative;
    text-align: left;
    width: 95%;
}

.timeline__entry:before {
    background-color: #000;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 90px;
}

.timeline__entry:after {
    background-color: #000;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 88px;
    border-radius: 100%;
    border: 2px solid #f5f5f5;
    margin-left: -5px;
}

.timeline__entry.timeline__entry--last:before {
    height: 80%;
}

.timeline__box {
    width: 100%;
    float: right;
    position: relative;
    text-align: left;
    box-sizing: border-box;
}

.timeline__text {
    background-color: #f22b1c;
    color: rgb(255,255,255);
    display: block;
    padding: 20px;
}

.timeline__text ul {
    list-style: none;
    margin: 0;
    padding: 5px;
}

.timeline__text ul li {
    margin: 0 0 11px;
    padding-left: 27px;
    background: transparent url('images/arrow-bullet.png') no-repeat 0 5px;
    font: 400 18px/26px Arial, Helvetica, sans-serif;
    color: rgb(255,255,255);
}

.timeline__text:after, .timeline__text:before {
    left: -20px;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.timeline__text:after {
    border-color: rgba(242, 43, 28, 0);
    border-right-color: #f22b1c;
    border-width: 10px;
    margin-top: -10px;
}

.timeline__text:before {
    border-color: rgba(242, 43, 28, 0);
    border-right-color: #f22b1c;
    border-width: 11px;
    margin-top: -11px;
}

.timeline__date {
    border-bottom: 1px solid rgb(153,153,153);
    display: block;
    padding: 10px 0;
    margin: 0 0 10px;
    font: 400 28px/28px "Open Sans", Arial, Helvetica, sans-serif;
}

.timeline__images {
    display: inline-block;
    margin-top: 15px;
    text-align: right;
}

.timeline__entry--left .timeline__images img {
    margin-right: 15px;
}

.timeline__entry--right .timeline__images img {
    margin-left: 15px;
}

.timeline__continue {
    background-color: #ccc;
    color: rgb(255,255,255);
    display: inline-block;
    padding: 20px;
    margin-left: 5%;
    margin-top: 5px;
    box-sizing: border-box;
    position: relative;
    width: 95%;
}

.timeline__continue:after, .timeline__continue:before {
    left: -20px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.timeline__continue:after {
    border-color: rgba(242, 43, 28, 0);
    border-right-color: #ccc;
    border-width: 10px;
    margin-top: -10px;
}

.timeline__continue:before {
    border-color: rgba(242, 43, 28, 0);
    border-right-color: #ccc;
    border-width: 11px;
    margin-top: -11px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
[role="information"] {
    width: 100%;
    min-height: 230px;
    float: left;
    background: #00ccc9;
    color: rgb(255,255,255);
    padding: 0;
}

[role="information"] .inner {
    height: 230px;
}

[role="information"] ul, [role="information"] ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

[role="information"] ul {
    list-style: none;
    margin: 39px 0 0;
    padding: 0 0 15px;
    float: left;
}

[role="information"] ul.menu li.current-menu-item a {
    color: #fff;
}

a.textlink {
    position: relative;
    color: rgb(153, 153, 153);
    overflow: hidden;
    white-space: nowrap;
}

[role="information"] ul li.child a:hover, a.textlink:hover {
    color: rgb(102,102,102);
    position: relative;
}

[role="information"] ul li.child a:hover::after, [role="information"] ul li.child a:focus::after, a.textlink:hover::after, a.textlink:focus::after {
    opacity: 1;
}

[role="information"] ul li.child a::after, a.textlink::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(102,102,102);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    -moz-transition: opacity 0.7s, -moz-transform 0.7s;
    transition: opacity 0.7s, transform 0.7s;
}

[role="information"] ul.menu li.footertitle {
    width: 100% !important;
    margin-bottom: 15px;
}

#menu-connect li:nth-of-type(2), #menu-connect li:nth-of-type(3), #menu-contact li:nth-of-type(2), #menu-contact li:nth-of-type(3) {
    line-height: 40px;
}

#menu-connect li a, #menu-contact li a {
    width: 40px;
    height: 40px;
    background: transparent;
    color: rgb(49,47,45);
}

[role="information"] ul.menu li.footertitle a {
    width: 100% !important;
    text-transform: uppercase;
    color: rgb(255, 255, 255) !important;
    border-radius: 0 !important;
    background: transparent !important;
}

[role="information"] small {
    font: 400 16px/16px Arial, Helvetica, sans-serif;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (min-width:320px) and (max-width:400px) {

    .gallerywrapper .owl-carousel {
        top: -33px !important;
    }

    [role="information"] ul li {
        font: 700 15px/27px Arial, Helvetica, sans-serif;
    }

}

@media screen and (min-width:401px) and (max-width:499px) {

    .gallerywrapper .owl-carousel {
        top: -55px !important;
    }

}

@media screen and (min-width:320px) and (max-width:499px) {

    .inner {
        height: 150px;
    }

    #servicesvideo .tp-caption {
        width: 300px;
    }

    .servicedetails.centredinspace h2,.servicedetails.centredinspace p {
        width: 80%;
    }

    section.awards {
        padding: 97px 5% 74px;
    }

    .gallerywrapper .owl-carousel {
        width: 280px !important;
        top: 117px !important;
    }

    img.imac {
        width: 300px;
    }

    ul.newsandstudies li.twitter {
        background-position: center 30px;
        background-size: 60px;
    }

    ul.newsandstudies #twitter {
        padding: 100px 30px 0;
    }

    .owl-dots {
        height: 40px;
    }

    .navigation a.findoutmore:last-of-type {
        margin: 0;
    }

    [role="main"].textarea a.termsbutton {
        margin-bottom: 17px;
    }

    [role="main"] .morenews li.arrowdown {
        border: none;
    }

    .testimonialbox {
        padding: 30px;
        margin: 0 0 40px;
    }

    .pins {
        width: 100%;
    }

    .pin-left .pin__text, .pin--right .pin__icon {
        float: left;
    }

    .pin__text {
        width: 100%;
        margin: 30px 0 0;
    }

    .pin__icon {
        width: 100%;
        height: 54%;
    }

    .pin {
        height: 400px;
        margin: 35px 0 0;
    }

    .pin__marker {
        height: 216px;
        background-position: center center;
        background-size: contain;
    }

    .pin__shadow {
        height: 16px;
        background-size: contain;
        bottom: -11px;
    }

    .pin__header {
        width: 100%;
        text-align: center !important;
    }

    .pin__text p {
        text-align: center !important;
    }

    ul.logos li img {
        max-width: 100%;
        max-height: 75px;
    }

}

@media screen and (min-width:500px) and (max-width:1023px) {

    .pin {
        height: 210px;
    }

    .pin__icon {
        width: 191px;
        height: 100%;
    }

    .pin__marker {
        width: 190px;
        height: 210px;
        background-position: top center;
        background-size: contain;
    }

    .pin__shadow {
        width: 80px;
        height: 16px;
        background-size: contain;
        bottom: -11px;
        left: 50px;
    }

    .pin__text {
        width: 225px;
        margin-top: 20px;
    }

    .pin--left .pin__text, .pin--right .pin__text {
        margin-left: 20px;
    }

    .pin-left .pin__text, .pin--right .pin__icon {
        float: right;
    }

}

@media screen and (max-width:780px) {

    .latestnews li.newsitem {
        width: 100% !important;
    }

}

@media screen and (min-width:500px) {

    .pin__marker {
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
		opacity: 0;
    }

    .pin.in-view .pin__marker {
        -webkit-animation-name: bounce;
        animation-name: bounce;
		opacity: 1;
    }

    @-webkit-keyframes bounce {
        0% {
            transform: translateY(-70px);
        }
        50% {
            transform: translateY(0px);
        }
        75% {
            transform: translateY(-5px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    @keyframes bounce {
        0% {
            transform: translateY(-70px);
        }
        50% {
            transform: translateY(0px);
        }
        75% {
            transform: translateY(-5px);
        }
        100% {
            transform: translateY(0px);
        }
    }

    ul.logos li img {
        max-width: 100%;
        max-height: 95px;
    }

}

@media screen and (min-width:500px) and (max-width:980px) {

    section.awards {
        padding: 160px 5%;
    }

    .gridSizer {
        width: 50% !important;
    }

    .servicedetails.centredinspace h2,.servicedetails.centredinspace p {
        width: 50%;
    }

    ul.newsandstudies li {
        width: calc(100% / 2);
        height: 302px;
        max-height: 302px;
    }

    section.resourcesintro, section.casestudies, section.newsroomposts, section.insights {
        padding: 45px 0;
    }

    .sidebar .newsitem {
        width: 30%;
        margin: 10px 4% 10px 0;
    }

    ul.logos li:nth-of-type(3n), .sidebar .newsitem:nth-of-type(3n) {
        margin-right: 0;
    }

    ul.newsandstudies li.twitter {
        background-position: center 30px;
        background-size: 50px;
    }

    ul.newsandstudies #twitter {
        padding: 80px 15px 0;
    }

    .resources .latestnews li.newsitem {
        margin-bottom: 30px;
    }

    .latestnews li.newsitem {
        border-left: 20px solid rgba(0,0,0,0);
        border-right: 20px solid rgba(0,0,0,0);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
    }

    .testimonialbox {
        padding: 45px;
        margin: 0 0 40px;
    }

    .pins {
        width: 455px;
        margin: 0 auto;
    }

}

@media screen and (max-width:792px) {

    .tp-caption .rwd-break {
        display: none;
    }

    #servicestext {
        visibility: hidden;
        opacity: 0;
    }

    .onlyonmobile {
        visibility: visible;
        opacity: 1;
    }

    #servicesvideo .tp-caption {
        font-size: 13px !important;
        line-height: 20px !important;
    }

}

@media screen and (min-width:793px) {

    #servicestext {
        visibility: visible;
        opacity: 1;
    }

    .onlyonmobile {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    #servicesvideo .tp-caption {
        font-size: 24px !important;
        line-height: 38px !important;
    }

}

@media screen and (max-width:980px) {

    html {
        min-height:100%;
        position: relative;
    }

    .hidebackgrounds {
        width: 100%;
        height: 100%;
        background: rgb(255, 255, 255);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
    }

    [role="navigation"] ul li#menu-item-6567 a {
        height: auto;
        line-height: inherit;
    }

    [role="navigation"] ul li#menu-item-6567 a hr.menudivider {
        width: 75%;
        background: rgb(255,255,255);
        margin: 20px 0;
    }

    body.open div#menu-responsive-menu {
        right: 0;
        margin: 0;
    }

    .wrapper, [role="information"], header, .hidebackgrounds {
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

    #menu-main-menu {
        display: none;
        visibility: hidden;
    }

    div#menu-responsive-menu {
        display: block;
        visibility: visible;
    }

    ul#menu-responsive-menu li.nearestofficelink.current-menu-item > a, ul#menu-responsive-menu li.emailuslink.current-menu-item > a {
        color: rgb(255,255,255);
    }

    #rev_slider_32_1 .slotholder .tp-bgimg {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    a.officesanchor{
        top: -80px;
    }

    a.homelink {
        width: 180px;
        height: 100%;
        display: inline-block;
    }

    #outlines {
        width: 180px;
        height: 51.3px;
        margin: 8px 0 0 8px;
    }

    header {
        height: 80px;
        position: fixed;
        z-index: 22;
    }

    .inner, .headerinner {
        width: 100%;
    }

    [role="navigation"] {
        width: 39px;
        height: 28px;
        float: right;
        margin: 20px 15px 0 0;
        position: relative;
    }

    [role="navigation"] a {
        height: 63px;
        float: left;
    }

    div#menu-responsive-menu {
        width: 270px;
        height: 110%;
        position: fixed;
        top: 0;
        right: 0;
        margin: 0;
        padding: 20px 0 0;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        text-align: center;
        background: rgb(0, 204, 201);
        display: none;
        z-index: -19;
    }

    #menu-responsive-menu ul {
        padding: 0;
        margin-top: 30px;
    }

    ul#menu-responsive-menu li {
        width: 100%;
        height: auto !important;
        display: inline;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        left: 0;
    }

    ul#menu-responsive-menu li a {
        width: 100%;
        height: 50px;
        font-size: 18px;
        line-height: 50px;
        text-align: left;
        float: left;
        display: block;
        padding: 0 30px;
        background: rgb(0, 204, 201);
        color: #312f2d;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    [role="navigation"] #menu-toggle {
        width: 100%;
        height: 39px;
        display: block;
        cursor: pointer;
    }

    [role="navigation"] #menu-toggle:before {
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
    }

    #menu-toggle span:nth-child(1) {
        top: 3px;
    }

    #menu-toggle span:nth-child(2) {
        top: 13px;
    }

    #menu-toggle span:nth-child(3) {
        bottom: 2px;
    }

    body.open #menu-toggle span {
        border-radius: 23px;
    }

    body.open #menu-toggle span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    body.open #menu-toggle span:nth-child(2) {
        opacity: 0;
        right: -10px;
    }

    body.open #menu-toggle span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    body.open .page-wrap {
        position: fixed !important;
        width: 100% !important;
    }

    body.open .wrapper, body.open [role="information"], body.open header, body.open .hidebackgrounds {
        transform: translateX(-270px);
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

    #menu-toggle span {
        width: 32px;
        height: 3px;
        display: block;
        position: absolute;
        background: rgb(255, 255, 255);
        border-radius: 28px;
        opacity: 1;
        right: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

	body.smaller #menu-toggle span,
	body.single #menu-toggle span,
	body.archive #menu-toggle span {
		background: rgb(0,0,0);
	}

    .responsiveicon {
        background-repeat: no-repeat;
        background-position: 30px center;
        background-size: 32px 32px !important;
    }

    ul#menu-responsive-menu li.responsiveicon {
        height: 50px;
        padding: 0 0 0 70px;
    }

    ul#menu-responsive-menu li.responsiveicon a {
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
    }

    ul#menu-responsive-menu li.current-menu-item > a, ul#menu-responsive-menu li.child.current-menu-item > a, ul#menu-responsive-menu li.current-menu-parent > a,
    ul#menu-responsive-menu li.current-page-item > a, ul#menu-responsive-menu li.current_page_parent > a, ul#menu-responsive-menu li.current-page-ancestor > a, ul#menu-responsive-menu li.current-menu-ancestor > a {
        color: #fff;
    }

    li#menudividerwrap a {
        height: auto;
        line-height: inherit;
    }

    hr.menudivider {
        width: 100%;
        background: rgb(255,255,255);
        margin: 20px 0;
    }

    #menu-main-menu {
        display: none;
        visibility: hidden;
    }

    div#menu-responsive-menu {
        display: block;
        visibility: visible;
    }

    .desktopsearch, .rwd-break {
        display: none;
    }

    .wrapper {
        padding-top: 80px;
    }

    body.resources .wrapper, body.company .wrapper, body.jobs-board .wrapper  {
        padding-top: 0;
    }

    [role="main"] {
        width: 100%;
        padding: 0;
    }

    [role="main"].textarea {
        padding: 0 0 80px;
    }

    .staffmember, .office {
        width: 100%;
        margin: 0 0 30px;
    }

    section {
        padding: 45px 5%;
    }

    [role="main"] section.textsection, [role="main"] section.textsection.creative:last-of-type {
        padding: 100px 5%;
    }

    [role="main"] section.textsection.creative, [role="main"] section.textsection.threecolumnsection, section.termswidth {
        padding: 0 5%;
    }

    [role="main"] section.textsection.twocolumnsection {
        padding: 45px 5% 0;
    }

    [role="main"] section.clients p {
        font: 400 18px/34px Arial, Helvetica, sans-serif;
        margin: 45px 0 55px;
    }

    .gallerywrapper .owl-carousel {
        width: 100%;
        max-width: 442px !important;
        top: 53px;
    }

    .servicedetails.centredinspace {
        width: 100%;
        height: auto;
        max-height: none;
        float: left;
        position: relative;
        padding: 85px 0;
    }

    .servicedetails.centredinspace h2,.servicedetails.centredinspace p {
        margin: 0 auto;
        float: none;
    }

    .servicedetails.centredinspace h2 {
        margin-bottom: 20px;
    }

    ul.clientlogos li {
        width: calc(100% / 5);
        margin: 0 0 25px;
    }

    ul.partnerlogos li {
        width: calc(100% / 2);
        margin: 0 0 25px;
    }

    ul.newsandstudies li {
        width: 100%;
        height: 302px;
        max-height: 302px;
    }

    .servicetext, .gallerywrapper {
        width: 100%;
        height: 450px;
    }

    ul.services li {
        float: left;
    }

    ul.threecolumns li, ul.twocolumns li {
        width: 100%;
        float: left;
        margin-bottom: 35px;
    }

    .columnheader {
        margin-bottom: 20px;
    }

    section.newsroom, section.singlenews, section.searchresults {
        padding: 50px 4% 0;
    }

    .singlenewspost, .sidebar {
        width: 100%;
        text-align: left;
    }

    [role="main"] .sidebar h2 {
        margin: 20px 0;
    }

    [role="main"] ul.sidebar {
        border-top: 1px solid rgb(204,204,204);
        border-bottom: 1px solid rgb(204,204,204);
    }

    ul.thetestimonials li img.clientlogo {
        width: auto;
        margin: 0 0 40px;
        display: block;
    }

    .testimonialdetails {
        width: 100%;
        float: left;
    }

    .navigation {
        margin: 30px 0 72px;
    }

    .navigation a.findoutmore {
        margin: 0 70px 18px 0;
    }

    ul.logos li {
        width: 25%;
        margin: 0;
    }

    ul.logos.partnerlogos li {
        width: 50%;
        margin: 0;
    }



    #menu-connect, #menu-contact {
        width: 46%;
        margin: 0;
        padding: 40px 0;
    }

    #menu-contact {
        padding: 40px 0 40px 4%;
    }

    .office {
        padding: 30px;
    }

    .latestnews li.newsitem {
        margin-bottom: 30px;
    }

    [role="information"] {
        position: relative;
        z-index: 22;
    }

    [role="information"] .inner {
        padding: 0 4%;
    }

    [role="information"] ul li {
        width: 49%;
        font: 700 15px/28px Arial, Helvetica, sans-serif;
    }

    [role="information"] ul#menu-connect li, [role="information"] ul#menu-contact li {
        width: 41px;
        margin-right: 15px;
    }

    [role="information"] small {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0 0 40px;
    }

}

@media screen and (min-width:780px) and (max-width:1023px) {

    .resourcesintro .latestnews li.newsitem {
        min-height: 530px;
    }

}

@media screen and (min-width:981px) and (max-width:1023px) {

    ul.clientlogos, .jobdetails {
        width: 100%;
    }

    ul.clientlogos li {
        width: calc(100% / 6);
        height: 85px;
    }

    ul.partnerlogos li {
        width: calc(100% / 5);
        height: 85px;
    }

    .resources .latestnews li.newsitem {
        margin-bottom: 30px;
    }

    .office {
        padding: 25px;
        min-height: 340px;
    }

    .pins {
        width: 455px;
        margin: 0 auto;
    }

}

@media screen and (min-width:981px) {

    header {
        position: fixed;
        z-index: 22;
    }

    .hidebackgrounds {
        display: none;
    }

    .inner, .headerinner {
        height: 98px;
    }

    .inner, .headerinner, [role="main"], section.fixedwidth {
        width: 100%;
    }

    [role="navigation"] {
        float: right;
    }

    [role="navigation"] ul > li {
        display: inline;
        margin-left: 20px;
    }

    div#menu-responsive-menu {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    .nav-search, .search-form {
        position: absolute;
        top: 1px;
        right: 0;
    }

    .search-form {
        right: 20px;
    }

    .search-field {
        width: 0;
    }

    .search-field:focus {
        width: 500px;
		background: #fff url('images/searchiconhover.svg') no-repeat 20px center;
		background-size: 24px 24px;
		height: 42px;
		margin-top: 25px;
		border: 1px solid #00ccc9;
		border-radius: 4px;
    }

	.search-field:focus + .search-close {
		display: block;
	}

    .wrapper {
        padding: 0;
    }

    section {
        padding: 100px 5%;
    }

    section:last-of-type {
        padding: 100px 0;
    }

    section.campaignstrategies {
        padding: 80px 0;
    }

    ul.newsandstudies li {
        width: 33.333%;
        height: 302px;
        max-height: 302px;
    }

    #outlines {
        width: 192px;
        height: 55px;
        margin: 23px 0 0 38px;
        float: left;
    }



    section.fixedwidth {
        display: table;
        float: none;
    }

    [role="main"] section.copy p,  [role="main"] section.companyintro p.maintext {
        font: 400 18px/27px Arial, Helvetica, sans-serif;
        text-align: center;
        margin-bottom: 18px;
    }

    section.awards {
        padding: 210px 0;
    }

    [role="main"] section.awards > p {
        font: 600 30px/45px 'Open Sans', Arial, Helvetica, sans-serif;
        margin: 45px 0 25px;
    }

    [role="main"] section h2 {
        font: 600 30px/45px 'Open Sans', Arial, Helvetica, sans-serif;
        margin: 0 0 20px;
    }

    [role="main"] section.clients p, [role="main"] section.partners p {
        font: 400 18px/34px 'Open Sans', Arial, Helvetica, sans-serif;
        margin: 20px 0 55px;
    }

    section.clients {
        padding: 90px 0;
    background: rgb(245,245,245);

    }

    section.partners {
        padding: 90px 0;
    }

    .servicetext, .gallerywrapper {
        width: 50%;
        height: 450px;
    }

    .gallerywrapper .owl-carousel {
        width: 100%;
        max-width: 442px !important;
        top: 53px;
    }

    ul.services li {
        height: 450px;
    }

    ul.services li:nth-of-type(even) .servicetext, ul.services li:nth-of-type(odd) .gallerywrapper {
        float: right;
    }

    ul.services li:nth-of-type(odd) .servicetext, ul.services li:nth-of-type(even) .gallerywrapper {
        float: left;
    }

    [role="main"] .morenews li {
        width: 33.33%;
    }

    ul.twocolumns li {
        width: 50%;
        float: left;
    }

    ul.threecolumns li {
        width: 33.33%;
        float: left;
    }

    .testimonialbox {
        padding: 45px 80px;
    }

    [role="main"] ul.threecolumns li h1 {
        width: 90%;
    }

    [role="main"] ul.threecolumns li p {
        width: 88%;
    }

    .columnheader {
        min-height: 50px;
        margin-bottom: 35px;
    }

    .columnheader h2 {
        position: absolute;
        bottom: 0;
    }

    .singlenewspost {
        width: 70%;
        margin-right: 5%;
    }

    .sidebar {
        width: 25% !important;
        float: right !important;
    }

    [role="main"] .sidebar h2 {
        margin: 10px 0 20px 20px;
    }

    [role="main"] ul.sidebar {
        border: 1px solid rgb(204,204,204);
    }

    .sidebar .newsitem {
        width: 90%;
    }

    .testimonialdetails {
        width: auto;
        margin-left: 200px;
        float: none;
    }

    .navigation {
        margin: 30px 0 90px;
    }

    .latestnews li.newsitem {
        border-left: 20px solid rgba(0,0,0,0);
        border-right: 20px solid rgba(0,0,0,0);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
    }

    [role="main"] section.textsection:first-of-type {
        padding: 200px 0 100px;
    }

    [role="main"] section.textsection, [role="main"] section.textsection.creative:last-of-type {
        padding: 100px 0;
    }

    [role="main"] section.textsection.creative, [role="main"] section.textsection.threecolumnsection {
        padding: 0;
    }

    [role="main"] section.textsection.twocolumnsection {
        padding: 45px 0 0;
    }



    #menu-connect, #menu-contact {
        width: 12.9%;
    }

    [role="information"] ul#menu-connect li, [role="information"] ul#menu-contact li {
        width: 33%;
    }

    [role="information"] small {
        position: absolute;
        bottom: 30px;
        right: 70px;
    }

}

@media screen and (min-width:981px) and (min-height:820px) {

    body.cookie-opt-out [role="information"], body.cookie-opt-out-done [role="information"], body.search-no-results [role="information"], body.error404 [role="information"] {
        position: fixed;
        bottom: 0;
        left: 0;
    }

}

@media screen and (min-width:781px) and (max-width:1023px) {

    .latestnews li.newsitem {
        width: 50%;
        margin-bottom: 30px;
    }

}

@media screen and (min-width:981px) and (max-width:1279px) {

    a.testimonialsanchor{
        bottom: 100px;
    }

    a.officesanchor{
        top: -100px;
    }

    section {
        padding-left: 3% !important;
        padding-right: 3% !important;
    }

    ul.newsandstudies li.twitter {
        background-position: center 30px;
        background-size: 50px;
    }

    ul.newsandstudies #twitter {
        padding: 100px 30px 0;
    }

    .owl-dots {
        height: 40px;
    }

    .staffmember, .office {
        width: 32%;
        margin-right: 2%;
    }

    .staffmember:nth-of-type(3n), .office:nth-of-type(3n) {
        margin-right: 0;
    }

    section.newsroom, section.singlenews, section.searchresults {
        padding: 200px 5% 0;
    }

	section.activeid {
	    padding: 100px 5% 0;
	}

    #menu-useful-links {
        width: 39%;
        margin: 39px 3.5% 0;
    }



    [role="information"] ul li {
        width: 46%;
        font: 700 15px/28px Arial, Helvetica, sans-serif;
    }

}

@media screen and (max-width:1023px) {

    .timeline__continue {
        width: 90%;
        margin-top: 55px;
    }

    .timeline__date {
        margin: -10px 0 10px;
    }

    [role="main"] .morenews li.arrowdown {
        width: 100%;
        display: block;
    }

    [role="main"] .morenews li {
        display: none;
    }

    .pins {
        padding: 0 0 100px;
    }

    .pin {
        width: 100%;
    }

    .pin__icon {
        position: relative;
    }

    .pin__text {
        float: left;
    }

    .pin--right {
        margin-left: 0;
    }

}

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

    ul.clientlogos, .jobdetails {
        width: 960px;
    }

    ul.clientlogos li {
        width: calc(100% / 6);
        height: 95px;
    }

    ul.partnerlogos li {
        width: calc(100% / 5);
        height: 95px;
    }

    .timelinemain {
        width: 100%;
        max-width: 960px;
        margin: 40px auto 0;
        text-align: center;
    }

    .timeline__entry {
        padding: 20px 0;
        width: 100%;
    }

    .timeline__entry:before {
        left: 50%;
        top: 45px;
    }

    .timeline__entry:after {
        left: 50%;
        top: 40px;
    }

    .timeline__box {
        display: block;
        padding: 20px;
        width: 47%;
    }

    .timeline__text {
        float: left;
    }

    .timeline__date {
        border: none;
        padding: 0;
    }

    .timeline__images {
        border-top: 1px solid #999;
        display: inline-block;
        margin: 0;
        padding: 20px 0 0;
        text-align: left;
    }

    .timeline__entry--left .timeline__text:after, .timeline__entry--left .timeline__text:before {
        left: 100%;
    }

    .timeline__entry--left .timeline__text:after {
        border-color: rgba(242, 43, 28, 0);
        border-left-color: #f22b1c;
        border-width: 10px;
        margin-top: -10px;
    }

    .timeline__entry--left .timeline__text:before {
        border-color: rgba(242, 43, 28, 0);
        border-left-color: #f22b1c;
        border-width: 11px;
        margin-top: -11px;
    }

    .timeline__entry--right .timeline__text {
        float: right;
    }

    .timeline__entry--right .timeline__date, .timeline__entry--right .timeline__images {
        float: left;
        text-align: right;
    }

    .timeline__continue {
        margin: 56px 0 0;
        width: auto;
    }

    .timeline__continue:after, .timeline__continue:before {
        bottom: 100%;
        left: 50%;
        top: auto;
    }

    .timeline__continue:after {
        border-bottom-color: #ccc;
        border-right-color: transparent;
        margin: 0 0 0 -10px;
    }

    .timeline__continue:before {
        border-bottom-color: #ccc;
        border-right-color: transparent;
        margin: 0 0 0 -10px;
    }

    .timeline__entry.timeline__entry--left .timeline__text {
        opacity: 0;
        -moz-transition: all 500ms ease-out;
        -webkit-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
        -moz-transform: translate3d(-70px, 0px, 0px);
        -webkit-transform: translate3d(-70px, 0px, 0px);
        -o-transform: translate(-70px, 0px);
        -ms-transform: translate(-70px, 0px);
        transform: translate3d(-70px, 0px, 0px);
    }

    .timeline__entry.timeline__entry--left.in-view .timeline__text {
        opacity: 1;
        -moz-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    .timeline__entry.timeline__entry--right .timeline__text {
        opacity: 0;
        -moz-transition: all 500ms ease-out;
        -webkit-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
        -moz-transform: translate3d(70px, 0px, 0px);
        -webkit-transform: translate3d(70px, 0px, 0px);
        -o-transform: translate(70px, 0px);
        -ms-transform: translate(70px, 0px);
        transform: translate3d(70px, 0px, 0px);
    }

    .timeline__entry.timeline__entry--right.in-view .timeline__text {
        opacity: 1;
        -moz-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    .latestnews li.newsitem, .gridSizer {
        width: 33.33%;
    }

    .resources .latestnews li.newsitem {
        min-height: 440px;
    }

    .office {
        padding: 38px;
        min-height: 360px;
    }

    .pins {
        width: 850px;
        background: url("images/arrow.svg") no-repeat;
        background-position: center center;
        background-size: 570px;
        margin: 60px 0 0 -180px;
        padding: 0 0 200px;
        position: relative;
        display: inline-block;
    }

    .pin {
        height: 228px;
        margin: 0;
    }

    .pin__icon {
        width: 165px;
        height: 228px;
        position: absolute;
        left: 0;
    }

    .pin__text {
        width: 300px;
        margin: 0;
    }

    .pin--right {
        margin-left: 120px;
    }

    .pin--right .pin__text {
        margin-right: 260px;
    }

    .pin--left .pin__text {
        margin-left: 200px;
    }

    .pin--dynamic {
        margin-left: 530px;
        margin-top: -20px;
    }

    .pin--dynamic .pin__icon {
        left: 0;
    }

    .pin--dynamic .pin__text {
        margin-left: 200px;
    }

    .pin--retargeting {
        padding: 210px 20px 0;
        margin-top: -30px;
    }

    .pin--retargeting .pin__icon {
        top: 0;
        left: 102px;
    }

    .pin--retargeting .pin__text {
        margin: 0;
    }

    .pin--engagement {
        padding: 210px 0px 0;
        margin-top: 190px;
        float: right;
        margin-right: -110px;
    }

    .pin--engagement .pin__icon {
        top: 0;
        left: 140px;
    }

    .pin--engagement .pin__text {
        margin: 0;
        width: 400px;
    }

}

@media screen and (max-width:1279px) {

    .allthestaff, section.casestudies .latestnews, .officelocations {
        width: 100%;
    }

    .tp-caption .rwd-break {
        display: block;
    }

}

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

    a.testimonialsanchor{
        bottom: 100px;
    }

    a.officesanchor{
        top: -100px;
    }

    .inner, .headerinner {
        width: 1280px;
        height: 98px;
    }

    section.searchresults {
        width: 1000px;
    }

    .allthestaff, section.casestudies .latestnews, .officelocations, section.singlenews, .resourcesintro .latestnews, .gdpr-content {
        width: 1280px;
    }

	.post_staff_copy {
		width: 1280px;
		margin-top: 50px;
	}

    section.fixedwidth {
        width: 1280px;
    }

    section.termswidth {
        width: 1070px;
        padding: 20px 0;
    }

    .topofterms {
        width: 1070px;
        margin: 0 auto;
        padding-right: 170px;
        display: table;
    }

    section.newsroomposts {
        width: 1240px;
    }

    .staffmember {
        width: 25%;
        height: 400px;
        max-height: 400px;
        margin-right: 2.5%;
    }

    .staffmember:nth-of-type(4n) {
        margin-right: 0;
    }

    .office {
        width: 30%;
        margin-right: 5%;
    }

    .office:nth-of-type(3n) {
        margin-right: 0;
    }

    ul.newsandstudies li.twitter {
        background-position: center 50px;
        background-size: 60px;
    }

    ul.newsandstudies #twitter {
        padding: 120px 60px 0;
    }

    section.newsroom, section.singlenews, section.searchresults {
        padding: 200px 0 0 38px;
    }

	section.activeid {
	    padding: 100px 0 0 38px;
	}

    section.newsroom {
        padding-left: 0;
    }

    .pin .pin__marker {
        opacity: 0;
    }

    .pin.in-view .pin__marker {
        opacity: 1;
    }

    #menu-useful-links {
        width: 33%;
        margin: 39px 4.5% 0;
    }



    [role="information"] ul li {
        width: 43%;
        font: 700 16px/28px Arial, Helvetica, sans-serif;
    }

}

.wpcf7-form p {
  float: none;
}
.wpcf7-form label {
  float:left;
  font-size: 16px;
  margin-right: 12px;
  width: 100%;
}
.wpcf7-form input, .wpcf7-form textarea {
  border: 1px solid #c4c4c4;
  border-radius: 0;
  box-shadow: none;
  color: #787878;
  font-size: 15px;
  height: 42px;
  padding: 12px;
  width: 100%;
}
.wpcf7-form input[type="file"] {
  font-size: 16px;
}
.wpcf7-form textarea {
  width: 100%;
}
.wpcf7-form input[type="file"], .wpcf7-form input[type="submit"], .wpcf7-form textarea {
  height: auto;
}
.wpcf7-form input[type="submit"] {
  background: #ffffff;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #e80000;
}
.wpcf7-form .wpcf7-response-output {
  font-size: 20px;
  padding: 12px;
  margin: 0 0 12px;
}
.wpcf7-form .wpcf7-validation-errors {
  border-color: #e80000;
}
.wpcf7-form .wpcf7-not-valid {
  border-color: #e80000;
}
.wpcf7-form input.readonly {
  background: none;
  border: none;
  color: rgb(20,19,18);
  font-size: 20px;
  font-weight: bold;
  height: auto;
  padding: 0;
}

@media screen and (min-width:980px) {
  .wpcf7-form label {
    width: 200px;
  }
  .wpcf7-form input, .wpcf7-form textarea {
    width: 50%;
  }
  .wpcf7-form input[type="submit"] {
    width: auto;
  }
  .wpcf7-form .wpcf7-not-valid-tip {
    margin-left: 212px;
  }
}

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*section.gdpr {
  padding-bottom: 0;
  padding-top: 0;
}*/
.gdpr p {
  float: none;
}
.gdpr .twocolumns li p {
  text-align: left;
}
.gdpr .testimonialbox {
  display: inline-block;
  margin-top: 2em;
  min-width: 100%;
  /*padding: 25px 300px;*/
  width: 100%;
}
.gdpr .testimonialbox a {
  color: #f32b1c;
}
.gdpr-section {
  border-top: 1px solid rgb(221,221,221);
  clear: both;
  height: auto;
  margin: 0;
  padding: 2em 0 0;
  overflow: hidden;
}
section .gdpr-section h2 {
  line-height: 1.5;
  margin: 1em 0 2em 0;
}
section .gdpr-section h3 {
  line-height: 1.5;
  margin: 1em 0 2em 0;
}
.gdpr-content-intro {
  margin-bottom: 2em;
}
.gdpr-faqs {
  background: rgb(245,245,245);
}
section.gdpr-faqs h3 {
  font: 400 24px/45px 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 0;
  text-align: left;
}
.gdpr-faqs li.first h3 {
  color: #f32b1c;
}
.gdpr-faqs li.second h3 {
  color: #00ccc9;
}
.gdpr .twocolumns {
  margin-bottom: 0;
}
.gdpr .twocolumns ul li {
  list-style: disc;
  list-style-position: inside;
  text-align: left;
}
.gdpr-links li.first p {
  line-height: 42px;
}
.gdpr-links .findoutmore {
  float: left;
  margin: 0;
}

.consentag-intro {
  background-color: #000;
  color: #fff;
  height: auto;
  overflow: hidden;
}
.consentag-intro p {
  color: #fff;
}
.consentag .twocolumns li {
  margin: 0;
}
.consentag ul.features li {
  position: relative;
  padding: 0 1em 1em;
  list-style-type: none;
  text-align: left;
}
.consentag ul.features li:before {
  content: '\2022';
  position: absolute;
  left: 0;
}

section.consentag-list {
  padding: 0 !important;
}
.consentag-list ul li {
  width: 100%;
  list-style: none;
}
.consentag-list__image {
  padding: 80px 0;
  height: auto;
  /*height: 410px;*/
  position: relative;
}
.consentag-list__text {
  padding: 45px 5%;
  text-align: left;
  height: auto;
  overflow: hidden;
}
.consentag-list__text h3 {
  font: 600 20px/20px 'Open Sans', Arial, Helvetica, sans-serif;
}
.consentag-list ul li:nth-of-type(odd) .consentag-list__image {
  background-color: rgb(0,204,201);
}
.consentag-list ul li:nth-of-type(even) .consentag-list__image {
  background-color: rgb(18,136,203);
}
.consentag-statement {
  background-color: rgb(238,46,40);
  color: #fff;
  clear: left;
  font: 400 18px/18px 'Open Sans', Arial, Helvetica, sans-serif;
  line-height: 1.3;
  padding: 45px 5%
}
.consentag-contact {
  padding: 45px 5%;
  height: auto;
  overflow: hidden;
  text-align: left;
}
.consentag-contact li {
  font-weight: bold;
  height: 50px;
}
.consentag-contact .icon-phone {
  background: transparent url(images/icon-phone.svg) no-repeat center;
  color: #000;
  height: 30px;
  width: 30px;
  margin: 0 20px 0 0;
  float: left;
  display: inline-block;
}
.consentag-contact .icon-mail {
  background: transparent url(images/icon-mail.svg) no-repeat center;
  color: #000;
  height: 30px;
  width: 30px;
  margin: 0 20px 0 0;
  float: left;
  display: inline-block;
}

@media screen and (min-width:980px) {
  .consentag-list__image img {
    width: 50%;
  }
  .gdpr-section {
    margin: 3em 0;
  }
  .gdpr .twocolumns li.first {
    padding-right: 5%;
  }
  .gdpr .twocolumns li.second {
    padding-left: 5%;
  }
  .gdpr-links .findoutmore {
    float: right;
  }
  .gdpr-links .gdpr-section {
    padding-bottom: 0;
    margin: 2em 0;
  }
  .consentag-intro section {
    padding-left: 250px;
    padding-right: 250px;
  }
  .consentag-list ul li.consentag-list--item {
    border-top: 1px solid rgb(221,221,221);
    height: auto;
    overflow: hidden;
  }
  .consentag-list__image {
    clear: both;
    float: right;
    width: 50%;
    min-height: 340px;
  }
  .consentag-list__image img {
    padding: 6%;
    height: 50%;
    width: 50%;
  }
  .consentag-list__text {
    float: left;
    width: 50%;
    padding-left: 12%;
  }
  .consentag-statement {
    float: left;
    width: 50%;
    font-size: 22px;
    padding: 45px 12%;
    text-align: left;
  }
  .consentag-contact li {
    font-size: 24px;
  }

}
@media screen and (min-width:1280px) {
  .gdpr-content {
    margin: 0 auto;
    width: 1200px;
  }
}

.technology .col-1-3 {
  padding: 100px 6% 25px;
  text-align: center;
}

.technology .campaigns-why p.title {
	font-size: 22px;
	margin-bottom: 50px;
}

.technology .tech-audiences {
  background: url(images/tech-audiences.png) no-repeat center 0;
}
.technology .tech-audiences p {
}
.technology .tech-creatives {
  background: url(images/tech-creatives.png) no-repeat center 0;
}
.technology .tech-creatives p {
}
.technology .tech-investments {
  background: url(images/tech-investments.png) no-repeat center 0;
}
.technology .tech-investments p {
}

/* ------------ X.X Home
 * -----------------------------------------------------------------------------
 */

.homepage-video {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.video-container video {
  /*min-width: 100%;
  min-height: 100%;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*z-index: -100;*/
  opacity: 0.7;
  /*transform: translateX(-50%) translateY(-50%);*/
  /* background: url('../img/fallback.png') no-repeat; */
  /*background-size: cover;*/
  /*transition: 1s opacity;*/
  /*position: absolute;*/
  /*top: 0;*/

  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.headline-container {
	display: table;
	width: 100%;
	height: 100%;
}

.headline-container .headline {
	display: table-cell;
	vertical-align: middle;
}

.homepage-video-container {
  /*position: absolute;*/
  top: 160px;
  width: 100%;
  height: 100%;
}

.stopfade {
  opacity: .5;
}

#redContainer, #blueContainer, #greyContainer {
  position: absolute;
  height: 20%;
  right: 4%;
  z-index: 99;
}

#redContainer {
  top: 20%;
}

#blueContainer {
  top: 45%;
}

#greyContainer {
  top: 70%;
}

#text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: white;
  width: 70%;
  line-height: 1;
  font-size: 30rem;
  text-align: center;
  margin: auto;
}

.container {
  /*position: absolute;*/
  /*width: 11%;*/
  border: 0px solid black;
  /*height: 80%;*/
  /*float: right;*/
  /*left: -4%;*/
  /*position: absolute;
  right: 4%;
  top: 160px;*/
  z-index: 9;
}


#blueCircle {
  top: 265px;
  position: absolute;
}

#greyCircle {
  top: 350px;
  position: absolute;
}

.circle {
  position: relative;
  top: 0;
  left: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: white;
  padding: 2rem;
  right: 10px;
  float: right;
  width: 20%;
  margin-top: 30px;
  line-height: 50px;
  font-size: 1.2rem;
}

.redCircle, .blueCircle, .greyCircle {
  /*position: absolute;
  top: 65px;
  left: -5px;*/
  height: 100%;
  width: inherit;
}

.redArrows, .blueArrows, .greyArrows {
  position: absolute;
  top: -15%;
  left: -9%;
  opacity: 0;
  height: 129%;
  /*width: 100%;*/
}

#text h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: 0;
}

.homepage-video p {
  color: #fff;
  font: 600 18px/1.3em 'Open Sans', sans-serif;
  letter-spacing: 0px;
}

#text button {
  display: block;
  /*width: 50%;*/
  height: 50%;
  padding: .4rem 2rem;
  border-style: solid;
  border-color: white;
  border-width: 1px;
  margin: 1rem auto;
  background: #000000;
  color: #fff;
  float: left;
  cursor: pointer;
  transition: .3s background;
  font-size: 12px;
}

#text button:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}

#text .findoutmore {
  display: inline-block;
  height: 50%;
  margin: 0;
  background: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}

#text .findoutmore:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}

section.clients {
  padding-bottom: 25px !important;
  background: rgb(245,245,245) !important;
}

/*    .homepage-slider { position: relative; background: #000 url('https://crimtan.com/wp-content/uploads/2016/12/CRIMTAN-STILL.jpg') no-repeat 0 0; background-size: cover; height: 100%;  }
    .homepage-slider-text { position: absolute; top: 0; left: 0; width: 100%; }
    .homepage-slider-text-inner { width: 1280px; margin: 0 auto;  }*/
    ul.newsandstudies li, .staffmember {
        margin: 0;
        padding: 0;
        float: left;
        text-align: center;
        color: rgb(255,255,255);
        list-style: none;
        position: relative;
        overflow:hidden;
    }

    ul.newsandstudies li a {
        width: 100%;
        height: 100%;
        display: block;
        color: rgb(255,255,255);
        text-decoration: none;
        float: none;
    }

    ul.newsandstudies li .hoverview, .staffmember .hoverview {
        position: absolute; top: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        -moz-transition: all 300ms linear;
        -webkit-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        -moz-transform: translate3d(0px, 100%, 0px);
        -webkit-transform: translate3d(0px, 100%, 0px);
        -o-transform: translate(0px, 100%);
        -ms-transform: translate(0px, 100%);
        transform: translate3d(0px, 0px, 100%);
    }

    ul.newsandstudies li:hover .hoverview, .staffmember:hover .hoverview {
        top: 0;
        -moz-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }


    ul.newsandstudies li { position: relative; color: #fff; }
    ul.newsandstudies li p { color: #fff; }
    ul.newsandstudies li .shutter-top {
        position: absolute;
        height: 45%;
        width: 100%;
        top: 0;
        background-position: center 90%;
        background-repeat: no-repeat;
        -moz-transition: all 300ms ease-out;
        -webkit-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        -moz-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }
    ul.newsandstudies li .shutter-bottom.hoverdetails {
        position: absolute;
        height: 55% !important;
        width: 100%;
        bottom: 0;
        -moz-transition: all 300ms ease-out;
        -webkit-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        -moz-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }
    ul.newsandstudies li.newspost .shutter { background-color: #f32b1c; opacity: 1; }
    ul.newsandstudies li.studypost .shutter { background-color: #00ccc9; opacity: 1; }
    ul.newsandstudies li .shutter-bottom .readmore { display: none; padding-top: 11px; }
    ul.newsandstudies li:hover .shutter-top {
        -moz-transform: translate3d(0px, -98%, 0px);
        -webkit-transform: translate3d(0px, -98%, 0px);
        -o-transform: translate(0px, -98%);
        -ms-transform: translate(0px, -98%);
        transform: translate3d(0px, -98%, 0px);
    }
    ul.newsandstudies li:hover .shutter-bottom.hoverdetails {
        opacity: 0.9;
        -moz-transform: translate3d(0px, 20px, 0px);
        -webkit-transform: translate3d(0px, 20px, 0px);
        -o-transform: translate(0px, 20px);
        -ms-transform: translate(0px, 20px);
        transform: translate3d(0px, 20px, 0px);
    }
    ul.newsandstudies li:hover .shutter-bottom .hoverhide { display: none; }
    ul.newsandstudies li:hover .shutter-bottom .readmore { display: block; }

    .ddm {
      width: 380px;
      margin-left: 105px;
      color: #fff;
      position: relative;
      padding-top: 190px;
    }
    .ddm-word {
      font:  400 48px/60px 'Open Sans', sans-serif;
      letter-spacing: -5px;
      margin: 5px 0;
    }
    .ddm-word a {
      color: #fff;
      text-decoration: none;
    }
    .ddm-word.current a {
      color: #00ccc9;
    }
    .ddm-text-container {
      position: relative;
      height: 160px;
      width: 320px;
    }
    .ddm-text {
      display:none;
      position:absolute;
    }
    .ddm-text.current {
      display: block;
      color: #00ccc9;
    }
    .ddm-spacer {
      background-color: #fff;
      height: 2px;
      margin: 20px 0;
      width: 35%;
    }
    .ddm .findoutmore {
        display: inline-block;
        margin: 0;
        background-color: transparent;
        border: 2px solid #fff !important;
        color: #fff !important;
        padding: 15px 40px;
        height: auto;
    }
    .ddm .findoutmore:hover {
        background-color: #fff !important;
        color: #000 !important;
    }
    @media screen and (max-width: 980px){
        #wrapper { padding-top: 0; }
        /*.homepage-slider-text-inner { width: 100%; }*/
        .ddm {
          width: 100%;
          margin: 0 30px;
          padding-top: 120px;
        }
        .ddm-word {
          font:  400 38px/50px 'Open Sans', sans-serif;
          letter-spacing: -5px;
          margin: 0;
        }
        .ddm-spacer {
            width: 140px;
        }
        .ddm-text-container {
            width: 280px;
        }
        .ddm-text-container p {
            font: 400 16px/1.45em Arial, Helvetica, sans-serif
        }
    }
    @media screen and (max-width: 480px){
        .ddm-text-container {
            width: 250px;
        }
    }



/* ------------ X.X Site Changes [ March 2019]
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
*/

@font-face {
  font-family: 'crimtan';
  src:  url('fonts/crimtan.eot?2z9vv3');
  src:  url('fonts/crimtan.eot?2z9vv3#iefix') format('embedded-opentype'),
    url('fonts/crimtan.woff2?2z9vv3') format('woff2'),
    url('fonts/crimtan.ttf?2z9vv3') format('truetype'),
    url('fonts/crimtan.woff?2z9vv3') format('woff'),
    url('fonts/crimtan.svg?2z9vv3#crimtan') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'crimtan' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ic-quote-closed:before {
  content: "\e902";
}
.ic-quote-open:before {
  content: "\e903";
}
.ic-linkedin:before {
  content: "\e900";
}
.ic-twitter:before {
  content: "\e901";
}


/* ------------ X.X Home [March 2019]
 * -----------------------------------------------------------------------------
 */

.statements {
	float: left;
	margin: 50px 0;
}

.statements .statement {
	width: 33.3333%;
	float: left;
	padding: 0 20px;
}

/* ------------ X.X Footer [March 2019]
 * -----------------------------------------------------------------------------
 */

.cf:before,
.cf:after {
	content: " ";
    display: table;
}

.cf:after {
	clear: both;
}

.footer-ctn {
	width: 600px;
	margin: auto;
	padding: 20px;
	width: 100%;
	max-width: 1320px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;;
}

footer#site {
	float: left;
	width: 100%;
	background-color: #312f2d;
	color: #fff;
	font-size: 14px;
}

footer#site a {
	color: inherit;
}

footer#site ul {
	padding: 0;
	margin: 0;
}

footer#site li {
	list-style-type: none;
	margin: 0;
}

footer#site .top,
footer#site .bottom {
	float: left;
	width: 100%;
}

footer#site .links {
	float: left;
}

footer#site .links li {
	text-transform: uppercase;
	line-height: 1.5;
}

footer#site .social {
	float: right;
	margin-top: 10px;
}

footer#site .social li {
	display: inline-block;
}

footer#site .social li a.icon {
	font-size: 24px;
}

footer#site .social li.icon {
	vertical-align: 13px;
	margin-left: 5px;
}

footer#site .social li.logo {
	margin-right: 20px;
}

footer#site .social li a.logo:before {
	content: "";
	background-image: url('images/crimtan-logo-white.svg');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 160px;
	height: 46px;
	display: block;
}

footer#site .bottom {
	font-size: 12px;
	margin-top: 20px;
}

footer#site .copyright {
	float: right;
}

footer#site .important {
	float: left;
}

footer#site .important ul {
	width: 100%;
}

footer#site .important li {
	display: inline-block;
}

footer#site .important li:after {
	content: " /";
	margin: 5px;
}

footer#site .important li:last-child:after {
	content: "";
}

.latestnews li.bg-image .image {
	padding-top: 70%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.latestnews li {
	margin-bottom: 25px;
}

.latestnews a.findoutmore {
	margin-top: 20px !important;
}

#outlines:before {
	content: "";
	display: block;
	background-image: url('images/crimtan-logo-white.svg');
	background-size: 100%;
	width: 192px;
	height: 55px;
}

blockquote {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	position: relative;
	padding: 30px 20px;
	margin: 20px 0 0;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

blockquote p {
	font-size: 1.125rem !important;
	font-family: inherit !important;
}

blockquote p:last-child {
	margin-bottom: 0 !important;
}

blockquote p cite {
	font-size: .875rem;
}

blockquote:before {
	font-family: 'crimtan';
	content: "\e903";
	font-size: 32px;
	color: #f22b1c;
	background: #fff;
	padding: 0 10px;
	position: absolute;
	top: 0em;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 690px){

.statements .statement {
	width: 100%;
	margin-bottom: 25px;
}

footer#site .bottom ul {
	display: table;
	text-align: center;
	width: 100%;
}

footer#site .bottom ul li {
	display: inline-block;
}

footer#site .copyright,
footer#site .important {
	float: none;
}

footer#site .copyright {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

footer#site .links {
	float: none;
}

footer#site .links ul {
	display: table;
	width: 100%;
	text-align: center;
}

footer#site .links li {
	display: inline-block;
}

footer#site .links li:after {
	content: " /";
	margin: 5px;
}

footer#site .links li:last-child:after {
	margin: 0;
	content: "";
}

footer#site .social {
	float: none;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

}

.download-form .form-intro p {
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0 0 20px;
}

.download-form {
	float: left;
	padding: 20px;
	background-color: #efefef;
	width: 100%;
	max-width: 460px;
}

.download-form input[type="text"],
.download-form input[type="email"],
.download-form textarea {
	background: transparent;
	border: none;
	border-bottom: 2px solid #333;
	padding: 0.5rem 0;
	width: 100%;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 1.063rem;
}

.download-form textarea {
	padding: 0;
	margin-top: 15px;
}

.download-form input[type="text"]:focus,
.download-form input[type="email"]:focus,
.download-form textarea:focus {
	border-color: #f22b1c;
}

.download-form .button {
	background-color: #f22b1c;
	color: #fff;
	font-size: 0.875rem;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
	transition: all 0.2s ease-in-out;
	margin-top: 20px;
}

.download-form .button:hover {
	background-color: #333;
	cursor: pointer;
}

.header-image {
	padding-top: 51%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 1023px) {

.header-image {
	padding-top: 61%;
}

}

@media screen and (max-width: 777px) {

.header-image {
	padding-top: 81%;
}

#text h1 {
  font-size: 42px;
}

}

@media screen and (max-width: 599px) {

#text h1 {
  font-size: 32px;
}

}

@media screen and (max-width: 419px) {

#text h1 {
  font-size: 24px;
}

}
