/*
site by junior-london.com
*/
/*   
Theme Name: Your Theme
Theme URI: 
Description: This is the foundation theme PLEASE DO NOT EDIT
Author: Junior
Author URI: http://www.junior-london.com
Version: 0.0.1

License:
License URI:

Tags:
*/
/*
/*
/*
/*
*/
/**************************************************************************************************************
NORMALISE
**************************************************************************************************************/
.group,.group:after{clear:both;display:block}.group,.group:after,article,aside,details,figcaption,figure,footer,header,hgroup,img,main,menu,nav,section,summary{display:block}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}body{margin:0;line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{line-height:normal}*{margin:0;padding:0}.group:after{visibility:hidden;font-size:0;content:" ";height:0}* html .group{height:1%}img{max-width:100%;height:auto;border-style:none}
/**************************************************************************************************************
WORDPRESS RESETS
**************************************************************************************************************/
.entry-content img{margin-bottom:1em}.alignleft,img.alignleft{display:inline;float:left;margin-right:1.5em}.alignright,img.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter,img.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.size-large,.wp-caption{width:100%!important;max-width:100%;height:auto;padding:0}.wp-caption img{border:0;margin:0;padding:0}.wp-caption{width:auto!important;text-align:center;margin-bottom:1em}.wp-caption-text{text-align:left;font-size:.8em}.wp-caption p.wp-caption-text{margin:0}.wp-smiley{max-height:1em;margin:0!important}.gallery-item img{border:none!important}.gallery dl,.gallery-caption{margin:0}blockquote.left{float:left;margin-left:0;margin-right:20px;text-align:right;width:33%}blockquote.right{float:right;margin-left:20px;margin-right:0;text-align:left;width:33%}
/**************************************************************************************************************
BUTTONS, INPUTS AND COMMENTS
**************************************************************************************************************/
.commentmetadata {
	visibility:hidden;	
}
.comment-body {
	border-top:black solid 1px;
	padding-top:18px;
	margin-top:18px;
	margin-bottom:18px;
}
.reply {
	font-style:italic;	
}
h2#comments {
	margin-top:36px;
}
ul.children {
	padding-left: 30px;
}
#respond {
	border-top:black solid 1px;
	padding-top: 2em;
	margin-top: 2em;
}
#commentform {
	padding-bottom: 2em;
}
#commentform label {
	display: block;
	margin-bottom: 0.5em;
}
#commentform input {
	width:200px;
}
#commentform textarea,
#commentform input {
	margin-bottom:1em;
}
#commentform p {
	margin-bottom: 0;
}
#post-content .wp-about-author-containter-none {
	border-top:black solid 1px;
	padding-top:18px;
	margin-bottom:0px;
	padding-bottom:0px;	
}
#comment {
	width: 100%;
}
/*
/* resets */
/*
/* inputs */
button,
textarea,
input[type="search"],
input[type="text"],
input[type="password"],
input[type="button"], 
input[type="submit"] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	border: 1px solid #808080;
	padding:5px;
	box-sizing: border-box;
}
input[type="text"], 
input[type="button"], 
input[type="submit"] {
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
}
:-moz-placeholder { /* Firefox 18- */
  color: #808080;
}
input::-webkit-input-placeholder {
     line-height:inherit!important;
}
/* hover an input */
textarea:hover,
input:hover {
	
}
textarea:hover::-webkit-input-placeholder,
input:hover::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
textarea:hover::-moz-placeholder,
input:hover::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
textarea:hover:-ms-input-placeholder,
input:hover:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
textarea:hover:-moz-placeholder,
input:hover:-moz-placeholder { /* Firefox 18- */
  color: black;
}
/* focus an input */
textarea:focus,
input:focus {
	outline: none;
	border-color: black;
}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
}
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
}
textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
}
textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder { /* Firefox 18- */
  color: #808080;
}
/* buttons */
.btn,
.btn:link,
.btn:visited,
button,
#respond input[type="button"], 
#respond input[type="submit"],
input[type="button"], 
input[type="submit"],
#submit {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	margin: 1em 0;
	min-width: 100px;
	background: black;
	border: solid 1px black;
	color: white;
	text-transform: uppercase;
	box-sizing: border-box;
	border-radius: 0;
	text-decoration: none;
	text-align:  center;
	font-family: 'BrandonGrotesqueWeb-Black';
	font-size: 22px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
input[type=checkbox],
input[type=radio] {
}
input[type="file"] {

}
/* input and button height and width */
input[type="email"],
input[type="text"],
input[type="password"],
input[type="button"], 
input[type="submit"],
.btn,
.btn:link,
.btn:visited,
button,
#respond input[type="button"], 
#respond input[type="submit"],
input[type="button"], 
input[type="submit"],
#submit,
select {
	height: auto;
	line-height: 45px!important;
	padding-top: 8px;
	padding-bottom: 0;
	box-sizing: border-box;
	margin-top: 0;
	vertical-align: top;
	min-width: 150px;
	display:  inline-block;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input[type="email"],
input[type="text"],
input[type="password"] {
	background: none;
	/*background-color: white!important;*/
	border: none;
	border-bottom: 1px solid white;
	/* -webkit-text-fill-color: black; */
	-webkit-box-shadow: none;
}
/* ninja */
.ninja-forms-form-wrap {
	max-width: 400px;
	margin: 50px auto 150px;
}
.nf-form-cont input[type="email"],
.nf-form-cont input[type="text"],
.nf-form-cont input[type="password"] {
	border: none;
	border-bottom: 1px solid black;
}
.nf-error .ninja-forms-field {
	border-color: #e80000!important;
}
.ninja-forms-req-symbol,
.nf-form-fields-required {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#main .nf-field-label label {
	display: block;
	margin-top: 20px;
	font-weight: normal;
}
.checkbox-wrap {
	margin-top: 60px;
}
.checkbox-wrap .nf-field-label {
	position: relative;
	top: -20px;
}
.nf-error-msg {
	font-size: 15px;
	height: 0;
	margin: 0;
	position:  absolute;
}
/* */
textarea {
	height: 100px;
}
/* hover and current */
.btn.current,
.no-touch button:hover,
.no-touch .btn:hover,
.no-touch .btn:focus,
.no-touch button:focus,
.no-touch #respond input[type="button"]:hover, 
.no-touch #respond input[type="submit"]:hover,
.no-touch input[type="button"]:hover, 
.no-touch input[type="submit"]:hover,
.no-touch #submit:hover {
	background: #2cd29b;
	border-color: #2cd29b;
    color: black;
    text-decoration: none;
}
/* active */
.no-touch button:active,
.no-touch .btn:active,
.no-touch #respond input[type="button"]:active,
.no-touch #respond input[type="submit"]:active,
.no-touch input[type="button"]:active, 
.no-touch input[type="submit"]:active,
.no-touch #submit:active {
	position: relative;
	top: 1px;
}
/* focus */
.no-touch button:focus,
.no-touch .btn:focus,
.no-touch #respond input[type="button"]:focus,
.no-touch #respond input[type="submit"]:focus,
.no-touch input[type="button"]:focus, 
.no-touch input[type="submit"]:focus,
.no-touch #submit:focus {
	outline: none;
}
/*
/* text highlights */
::selection {
	background: #; /* Safari */
}
::-moz-selection {
	background: #; /* Firefox */
}
/* scroll bar */
body {
	/* to stop page jump */
	overflow-y: scroll;
}
/**************************************************************************************************************
BOILERPLATE STYLES
**************************************************************************************************************/
/* layout */
body {
	min-width:900px;
}
@media only screen and (min-width: 1px) {
body {
	min-width:0;
}
}
/* sticky footer fix */
html, body {
	height: 100%;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
#wrapper-wrap {
	height:100%;
}
#wrapper {
	min-height: 100%;
	width:100%;
}
#header {
	height: 77px;
}
#main {
	overflow: hidden;
	clear: both;
	padding-bottom: 340px;/* must be same height as the footer */
}
.home #main {
	padding-bottom: 0;/* must be same height as the footer */
}
.home #footer {
	/* margin-top: 0; *//* negative value of footer height */
	/* height: 0; */
	/* overflow: hidden; */
	margin-top: 0;
}
#footer {
	position: relative;
	margin-top: -340px;/* negative value of footer height */
	height: 340px;
	clear:both;
}
/* tools */
.header-padding {
	padding-top: 12px;
	padding-bottom: 12px;
}
.universal-padding {
	padding-left: 2%;
	padding-right: 2%;
	margin-left: auto;
	margin-right: auto;
}
.universal-max-width {
	max-width:1200px;
	margin:0 auto;
}
.universal-max-width-news {
	max-width:950px;
	margin:0 auto;
}
.blog #main,
.category #main,
.archive #main,
.page-template-template-page-people #main,
.page-template-template-page-agencies #main,
.page-template-template-page-about #main,
.page-template-template-page-contact #main {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}
.universal-max-width-small {
	max-width: 1000px;
	margin: 0 auto;
}
.overlay-image {
	pointer-events: none;
}
.table-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.table {
	display: table;
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.hide {
	position:absolute;
	top:-9999px;
	left:-9999px;	
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.show-on-mobile {
	display: none;
}
.full-width {
	width: 100%;
}
.no-top-margin {
	margin-top: 0!important;
}
.no-bottom-margin {
	margin-bottom: 0!important;
}
.attachment-slide {
	width: 100%;
	height: auto;
}
.post-edit-link {
	opacity: 0.1;
}
.post-edit-link:hover {
	opacity: 1;
}
.border-top {
	border-top: 1px solid;
}
.border-bottom {
	border-bottom: 1px solid;
}
/* transitions */
.transition {
	/* prefix */
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
	/* easing 
	ease-in
	ease-out
	ease-in-out
	linear
	ease-in
	step-start
	ease-end
	steps(3, start)
	cubic-bezier(.70, .35, .41, .78)
	*/
	/* multiple transitions */
	transition-property: width, border-radius;
	transition-duration: .5s, 1s;
	transition-timing-function: ease-in, linear;
	/* multiple properties */
	transition-property: width, border-radius, background-color;
	transition-duration: .5s;
	transition-timing-function: ease-out;
}
/* popup */
html.popped-up body {
	overflow: hidden;
}
.popup-area::-webkit-scrollbar {
    width: 10px;
}
.popup-area::-webkit-scrollbar-track {
	background: black;
}
.popup-area::-webkit-scrollbar-thumb,
.search-box ::-webkit-scrollbar-thumb {
	background: #808080; 
}
.popup-open {
	cursor: pointer;
	margin: 20px 0;
}
.popup-wrapper {
	position:fixed;
	z-index: 100;
	top:0;
	left:0;
	bottom: 0;
	margin: 0;
	width:100%;
	height:100%;
	background: rgba(255,255,255,0.8);
}
.popped-up .popup-wrapper {
	overflow-y: scroll;
}
.popped-up #wrapper-wrap {
    overflow-y: scroll;
}
.close-backing {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
/* table style */
.popup-area {
	height: 100%;
	display: table;
	position: relative;
	z-index: 10;
	width: 50%;
	min-width: 600px;
	margin: 0 auto;
	pointer-events: none;
}
.popup-content {
	display: table-cell;
	vertical-align: middle;
	background: none;
	padding: 0;
	pointer-events: all;
}
.popup-content-inner {
	background: white;
	padding: 5%;
}
.close-popup {
	width: 40px;
	height: 40px; /* always set height for svg */
	margin-left: auto;
	margin-bottom: 20px;
	cursor: pointer;
	background: url('images/close.png');
	background: linear-gradient(transparent, transparent), url('images/close.svg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 200%;
}
.close-popup:hover {
	background-position: bottom;
}
/**************************************************************************************************************
404 PAGE
**************************************************************************************************************/
.error404 #main {
	padding: 10%;
}
.logo-404 {
	margin-bottom: 10%;
	display: block;
}
.logo-404 img {
	margin: 0 auto;
}
.error404 header,
.error404 footer {
	display: none;
}
/**************************************************************************************************************
BXSLIDER
**************************************************************************************************************/
.caption-border {
	border: 5px white solid;
	padding: 35px 50px;
	max-width: 700px;
	display: inline-block;
}
.caption-border > *:first-child {
	margin-top: 0!important;
}
.caption-border > *:last-child {
	margin-bottom: 0!important;
}
.mute-video {
	position: absolute;
	z-index: 10;
	bottom: 40px;
	left: 20px;
	width: 40px;
	height: 40px;
	background: url(images/icon-mute-white.png);
	background: url(images/icon-mute-white.svg), linear-gradient(transparent, transparent);
	background-size: cover;
	background-size: 100% 200%;
	background-repeat: no-repeat;
	background-position: 0 bottom;
	cursor: pointer;
}
.unmute-video {
    background-position: 0 top;
}
.mute-video:active {
	bottom: 39px;
}
.invisible {
	opacity: 0;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*
	zoom: 1;
}
.template-part-slides {
	overflow: hidden;
}
.template-part-slides img {
	max-width: 100%;
	display: block;
}
.template-part-slides-home {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow:  hidden;
}
.template-part-slides-home .caption {
	padding-right: 30px;
	white-space: normal;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	word-wrap: break-word;
	white-space: normal;
}
.template-part-slides-home .caption span {
	word-wrap: normal;
	white-space: normal;
}
.template-part-slides-home .bx-wrapper,
.template-part-slides-home .bx-viewport,
.home-slider,
.home-slider li,
.home-slider figure,
.home-slide-image {
	width: 100%;
	height: 100%;
}
.single-slide {
	position: relative;
}
.single-slide,
.single-slide li  {
	list-style: none;
	margin-left: 0;
	position: relative;
}
.single-slide li a {
	display: block;
	width: 100%;
	height: 100%;
}
.slide-image,
.single-slide li img  {
	width: 100%;
	position:  relative;
}
/* mobile and desktop versions */
.slide-image-mobile {
	display: none!important;
}
@media only screen and (max-width: 500px) {
	.slide-image-desktop {
		display: none!important;
	}
	.slide-image-mobile {
		display: block!important;
	}
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe,
.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* theme */
.bx-wrapper .bx-viewport {
	left: 0px;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* Loader */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/loading.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* pager */
.vertical-pager {
	position: absolute;
	vertical-align:  middle;
	z-index: 10;
	top: 0;
	right: 2%;
	margin-right: 15px;
	width: 24px;
	height: 100%;
}
.home-slide-pager {
	display: block;
	vertical-align:  middle;
	width: 22px;
	height: 22px;
	line-height: 100%;
	padding: 9px 15px;
	cursor: pointer;
}
.circle {
	display: block;
	vertical-align:  middle;
	width: 22px;
	height: 22px;
	line-height: 100%;
	border-radius: 50%;
	border: solid 1px;
	border-color: rgba(255,255,255,0) transparent transparent;
}
.no-touch .home-slide-pager:hover .circle,
.home-slide-pager.current-slide .circle {
	border-color: rgba(255,255,255,1);
	border-color: white;
}
.home-slide-pager.current-slide {
	cursor: default;
}
.dot {
	display: block;
	width: 10px;
	height: 10px;
	background: white;
	border-radius: 50%;
	margin: 6px;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.text-slider-wrapper .bx-wrapper .bx-pager {
	bottom: -70px;
}
.template-part-slides-news .bx-wrapper .bx-pager,
.template-part-slides-home .bx-wrapper .bx-pager {
	position: absolute;
	z-index: 20;
	bottom: 20px;
	right: 0;
	text-align: right;
	padding-right: 25px;
	width: auto;
	margin-left: 8px;
}
.template-part-slides-home .bx-wrapper .bx-pager {
	bottom: auto;
	right: auto;
	left: -9999px;
	top: -9999px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.thinking-section .bx-has-pager,
.agency .bx-has-pager {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 220px;
	height: 100%;
	background: white;
}
.thinking-section .bx-has-pager {
	background: none;
	width: auto;
	left: auto;
	right: -10px;
}
.thinking-section .bx-wrapper .bx-pager,
.agency .bx-pager {
	position:  absolute;
	top: 50%;
	margin-top: -83px;
	bottom: auto;
	vertical-align: middle;
	padding: 0;
}
.thinking-section .bx-wrapper .bx-pager-item,
.agency .bx-wrapper .bx-pager .bx-pager-item {
	display: block;
	width: 22px;
	margin-left:  auto;
	margin-right:  auto;
}
.process-slider-wrapper .bx-wrapper {
	margin-top: 50px;
}
.process-slider-wrapper .bx-wrapper .bx-pager {
	bottom: -90px;
}
.process-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item {
	width: 40px;
	height: 40px;
	margin: 0 14px;
}
.process-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item a {
	text-indent: -9999px;
	display: block;
	background: #2cd29b;
	width: 16px;
	height: 16px;
	position: relative;
	top: 12px;
	left: 12px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0.1px;
}
.process-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item a:before {
	content: '';
	text-indent: -9999px;
	display: block;
	background: #2cd29b;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 39px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.process-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover:before,
.process-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active:before {
	left: 51px;
}
.process-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item:last-child a:before {
	top: -9999px;
	left: -9999px;
}
.process-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
.process-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #2cd29b;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
}
.thinking-section .bx-wrapper .bx-pager.bx-default-pager a,
.agency .bx-wrapper .bx-pager.bx-default-pager a,
.text-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a {
	opacity: 0.25;
	text-indent: -9999px;
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 5px 0;
	outline: 0;
	border: solid 1px;
	border-color: rgba(255,255,255,0) transparent transparent;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: none;
	overflow: hidden;
	font-size: 0.1px;
}
.thinking-section .bx-wrapper .bx-pager.bx-default-pager a,
.agency .bx-wrapper .bx-pager.bx-default-pager a {
	opacity: 1;
	margin-bottom: 5px;
}
.thinking-section .bx-wrapper .bx-pager.bx-default-pager a:before,
.agency .bx-wrapper .bx-pager.bx-default-pager a:before,
.text-slider-wrapper .bx-wrapper .bx-pager.bx-default-pager a:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	margin: 6px;
	background: black;
	opacity: 0.25;
	text-indent: -9999px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.thinking-section .bx-wrapper .bx-pager.bx-default-pager a:before,
.agency .bx-wrapper .bx-pager.bx-default-pager a:before {
	opacity: 1;
}
.clients .bx-wrapper .bx-pager {
	bottom: -50px;
}
.clients .bx-wrapper .bx-pager.bx-default-pager a {
	opacity: 0.25;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px 0;
	outline: 0;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: none;
	overflow: hidden;
	font-size: 0.1px;
	background: white;
}
.clients .bx-wrapper .bx-pager.bx-default-pager a:hover,
.clients .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: white;
	opacity: 1;
}
.template-part-slides-news .bx-wrapper .bx-pager.bx-default-pager a,
.template-part-slides-home .bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	text-indent: 0;
	text-align: right;
	color: white;
	opacity: 1;
	width: auto;
	margin-left: 15px;
}
.bx-wrapper .bx-controls-direction a:link {
	/* animation off */
	-webkit-transition: none;
  	-moz-transition: none;
  	-ms-transition: none;
  	-o-transition: none;
  	transition: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: none;
	opacity: 1;
	border-color: rgba(0,0,0,1);
	border-color: black;
	border-bottom: 2px solid;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover:before,
.bx-wrapper .bx-pager.bx-default-pager a.active:before {
	opacity: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	cursor: default;
}
.template-part-slides-home .bx-wrapper .bx-pager.bx-default-pager a:hover,
.template-part-slides-home .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: none;
	opacity: 1;
	text-decoration: none;
}
/* controls */
.bx-wrapper .bx-prev {
	right: auto;
	left: -9999px;
	top: -9999px;
	background: url(images/box-prev.png);
	background: url(images/box-prev.svg), linear-gradient(transparent, transparent);
	background-size: cover;
	background-size: 100% 200%;
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
.bx-wrapper .bx-next {
	right: 0px;
	background: url(images/box-next.png);
	background: url(images/box-next.svg), linear-gradient(transparent, transparent);
	background-size: cover;
	background-size: 100% 200%;
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
.thinking-section-next .bx-next,
.thinking-section .bx-wrapper .bx-next {
	right: 0px;
	background: url(images/box-next-black.png);
	background: url(images/box-next-black.svg), linear-gradient(transparent, transparent);
	background-size: cover;
	background-size: 100% 200%;
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
.bx-wrapper .bx-prev:hover,
.thinking-section-next .bx-next:hover,
.bx-wrapper .bx-next:hover {
	background-position: top;
}
.thinking-section-next a,
.bx-wrapper .bx-controls-direction a:link {
	position: absolute;
	top: auto;
	bottom: -45px;
	margin-top: -25px;
	outline: 0;
	width: 96px;
	height: 46px;
	text-indent: -9999px;
	z-index: 10;
}
.bx-wrapper .bx-controls-direction a:active {
	top: auto;
	bottom: -46px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.news-section .bx-wrapper .bx-controls-direction a.bx-next:link {
	right: 20px;
	bottom: 20px;
}
.work-section .bx-wrapper .bx-controls-direction a.bx-next:link {
	right: 20px;
	bottom: 20px;
}
.thinking-section-next .bx-next,
.thinking-section .bx-wrapper .bx-controls-direction a.bx-next:link {
	position: absolute;
	right: auto;
	left: 50%;
	/* margin-left: 50px; */
	bottom: 150px;
}
.thinking-section .bx-controls-direction {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.culture-section .bx-wrapper .bx-controls-direction a.bx-next:link {
	right: 20px;
	bottom: 20px;
}
/*
/* captions */
.caption {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
}
/* remove margins for captions  */
.caption *:first-child {
    margin-top: 0;
}
.caption *:last-child {
    margin-bottom: 0;
}
/* down */
.down {
	position: fixed;
	top: -9999px;
	left: -9999px;
	z-index: 100;
	margin-left: -25px;
	width: 100px;
	height: 150px;
	cursor: pointer;
	text-align: center;
}
.vertical-line {
	display: block;
	width: 1px;
	height: 100px;
	background: white;
	margin: 20px auto 0;
}
.enable-down {
	/* top: auto; */
	/* bottom: -20px; */
	/* left: 50%; */
}
.down:hover .vertical-line {
	width: 3px;
}
/* new news */
.template-part-slides-news {
	margin-bottom: 30px;
}
.archive-articles {
	margin: 0 -16px 20px;
}
.archive-article {
	float: left;
	width: 33.333%;
	margin-bottom: 40px;
}
.archive-article img {
	width: 100%;
}
.archive-article-padder {
	padding: 16px;
}
.post-image {
	margin-bottom: 20px;
	width: 100%;
}
.news-scroll-marker {
	height: 0;
	margin: 0;
	position: relative;
	top: -143px;
}
/**************************************************************************************************************
HEADER
**************************************************************************************************************/
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 120;
	background: black;
	width: 100%;
}
.popped-up #header {
	overflow-y: scroll;
}
#wrapper {
	padding-top: 77px;
}
.category #wrapper,
.blog #wrapper,
.page-template-template-page-about #wrapper {
	padding-top: 143px;
}
.home #wrapper {
	padding-top: 0;
}
.home #header {
	background: none;
}
.header-inner  {
	position:relative;
}
#searchform {
	position: absolute;
	top: 10px;
	left:2%;	
}
.site-info {
	position: absolute;
	top: 10px;
	right:2%;
}
.home #logo {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#logo {
	margin-left: -3px;
	margin-right:auto;
	display:block;
	width: 170px;
}
#logo img {
	width: 170px;
	height: 52px; /* always set height for svg */
	transform: scale(1)!important;
}
/**************************************************************************************************************
NAVIGATION
**************************************************************************************************************/
#mobile-button {
	width: 24px;
	padding: 0;
	height: 20px;
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 40;
	cursor: pointer;
}
#mobile-button span {
	display: block;
	background: white;
	width: 24px;
	height: 3px;
	margin: 0 auto;
	border-radius: 3px;
	transition: all .125s ease-in;
	-webkit-transition: all .125s ease-in;
	-moz-transition: all .125s ease-in;
	-o-transition: all .125s ease-in;
}
#mobile-button span:nth-child(1) {
	width: 18px;
	position: absolute;
	top: 0;
	right: 0;
}
#mobile-button span:nth-child(2) {
	width: 24px;
	position: absolute;
	top: 50%;
	margin-top: -1.5px;
	right: 0;
}
#mobile-button span:nth-child(3) {
	width: 18px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.no-touch #mobile-button:hover span:nth-child(odd) {
	width: 24px;
}
#mobile-button.mobile-nav {
	width: 24px;
	height: 24px;
}
#mobile-button.mobile-nav span:nth-child(1),
.no-touch #mobile-button.mobile-nav:hover span:nth-child(1) {
	transform: rotate(-45deg);
	width: 36px;
    transform-origin: top right;
    right: 2px;
    top: -2px;
}
#mobile-button.mobile-nav span:nth-child(3),
.no-touch #mobile-button.mobile-nav:hover span:nth-child(3) {
	transform: rotate(45deg);
	width: 36px;
    transform-origin: bottom right;
    right: 2px;
    bottom: -2px;
}
#mobile-button.mobile-nav span:nth-child(2) {
	width: 0;
}
/* nav */
#nav {
	position: fixed;
	top: 0;
	right: 0;
	padding: 150px 130px 40px 95px;
	background: black;
	width: auto;
	max-width: 100%;
	height: 100%;
	box-sizing:  border-box;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 20;
	display: none;
}
.menu-header-container {
	width: 350px;
	max-width: 100%;
}
#nav ul a {
	display: inline-block;
	position: relative;
	padding: 0;
	height: 45px;
	margin-bottom: 20px;
	white-space: nowrap;
	line-height: 1.35em;
}
.no-touch #footer .junior a:hover, 
.no-touch #footer-nav a:hover, 
.no-touch #nav ul a:hover,
.no-touch #nav ul li:hover > a,
.current-product_cat-ancestor a, 
.current-menu-ancestor > a, 
.current-product_cat-parent a, 
.current-menu-item > a,
.current-menu-ancestor > a,
.current_page_parent > a,
.current-post-parent > a,
.no-touch .cat-item a:hover
/* .current-post-ancestor > a (to highlight category parent as well) */ {
	text-decoration: none;
}
.no-touch #nav ul a:hover:before,
.no-touch #nav ul li:hover > a:before,
#nav .current-product_cat-ancestor a:before, 
#nav .current-menu-ancestor > a:before, 
#nav .current-product_cat-parent a:before, 
#nav .current-menu-item > a:before,
#nav .current-menu-ancestor > a:before,
#nav .current_page_parent > a:before,
#nav .current-post-parent > a:before,
.no-touch .xcat-item a:hover:before,
.no-touch .blog-cats li a:hover:before
/* .current-post-ancestor > a (to highlight category parent as well) */ {
	content: '';
	display: block;
	position:  absolute;
	top: 50%;
	margin-top: -11px;
	width: 100%;
	height: 8px;
	background: #2cd29b;
}
/* about - yellow fff43f */
.no-touch #nav ul .menu-item-50 a:hover:before,
.no-touch #nav ul li.menu-item-50:hover > a:before,
#nav .current-product_cat-ancestor.menu-item-50 a:before, 
#nav .current-menu-ancestor.menu-item-50 > a:before, 
#nav .current-product_cat-parent.menu-item-50 a:before, 
#nav .current-menu-item.menu-item-50 > a:before,
#nav .current-menu-ancestor.menu-item-50 > a:before,
#nav .current_page_parent.menu-item-50 > a:before,
#nav .current-post-parent.menu-item-50 > a:before {
	background: #fff43f;
}
/* agencies - pink d62395 */
.no-touch #nav ul .menu-item-322 a:hover:before,
.no-touch #nav ul li.menu-item-322:hover > a:before,
#nav .current-product_cat-ancestor.menu-item-322 a:before, 
#nav .current-menu-ancestor.menu-item-322 > a:before, 
#nav .current-product_cat-parent.menu-item-322 a:before, 
#nav .current-menu-item.menu-item-322 > a:before,
#nav .current-menu-ancestor.menu-item-322 > a:before,
#nav .current_page_parent.menu-item-322 > a:before,
#nav .current-post-parent.menu-item-322 > a:before {
	background: #d62395;
}
/* people - green 73d970 */
.no-touch #nav ul .menu-item-321 a:hover:before,
.no-touch #nav ul li.menu-item-321:hover > a:before,
#nav .current-product_cat-ancestor.menu-item-321 a:before, 
#nav .current-menu-ancestor.menu-item-321 > a:before, 
#nav .current-product_cat-parent.menu-item-321 a:before, 
#nav .current-menu-item.menu-item-321 > a:before,
#nav .current-menu-ancestor.menu-item-321 > a:before,
#nav .current_page_parent.menu-item-321 > a:before,
#nav .current-post-parent.menu-item-321 > a:before {
	background: #73d970;
}
/* news -  orange f7984c */
.no-touch #nav ul .menu-item-49 a:hover:before,
.no-touch #nav ul li.menu-item-49:hover > a:before,
#nav .current-product_cat-ancestor.menu-item-49 a:before, 
#nav .current-menu-ancestor.menu-item-49 > a:before, 
#nav .current-product_cat-parent.menu-item-49 a:before, 
#nav .current-menu-item.menu-item-49 > a:before,
#nav .current-menu-ancestor.menu-item-49 > a:before,
#nav .current_page_parent.menu-item-49 > a:before,
#nav .current-post-parent.menu-item-49 > a:before {
	background: #f7984c;
}
/* contact - blue 86f8d2 */
.no-touch #nav ul .menu-item-1352 a:hover:before,
.no-touch #nav ul li.menu-item-1352:hover > a:before,
#nav .current-product_cat-ancestor.menu-item-1352 a:before, 
#nav .current-menu-ancestor.menu-item-1352 > a:before, 
#nav .current-product_cat-parent.menu-item-1352 a:before, 
#nav .current-menu-item.menu-item-1352 > a:before,
#nav .current-menu-ancestor.menu-item-1352 > a:before,
#nav .current_page_parent.menu-item-1352 > a:before,
#nav .current-post-parent.menu-item-1352 > a:before {
	background: #6C55A2;
}
/* */
.no-touch .blog-cats li a:hover:before,
.no-touch .xcat-item a:hover:before {
	content: '';
	display: block;
	position:  absolute;
	top: 50%;
	margin-top: -6px;
	width: 100%;
	height: 4px;
	background: #2cd29b;
}
.archive-article a {
	display: inline-block;
}
.we-do-link:hover:before,
.archive-article a:hover:before {
	content: '';
	display: block;
	position:  absolute;
	top: 50%;
	margin-top: -2px;
	width: 100%;
	height: 4px;
	background: #2cd29b;
}
.we-do-link:hover:before {
	margin-top: -5px;
}
.no-touch #nav ul li ul.sub-menu li a:hover {
}
/* signup */
.signup-follow {
	position: absolute;
	bottom: 30px;
	width: 350px;
	max-width: 100%;
}
#mce-EMAIL {
	width: 320px;
	height: 53px;
	margin-right: 30px;
	box-sizing: border-box;
	margin-bottom: 0!important;
	border: none;
	background: none!important;
}
#mce-responses {
	font-size: 10px;
	line-height: 1.1em;
	text-transform: none;
}
/* white */
#mce-EMAIL:hover {
	color: white;
}
#mce-EMAIL:hover::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: white;
}
#mce-EMAIL:hover::-moz-placeholder  { /* Chrome/Opera/Safari */
	color: white;
}
#mce-EMAIL:hover:-ms-input-placeholder { /* Chrome/Opera/Safari */
	color: white;
}
#mce-EMAIL:hover:-moz-placeholder { /* Chrome/Opera/Safari */
	color: white;
}
#mc-embedded-subscribe {
	position: absolute;
	top: 13px;
	right: 0;
	background: url('images/subscribe.png');
	background: linear-gradient(transparent, transparent), url('images/subscribe.svg');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	min-width: 0;
	padding:  0;
	margin: 0;
	background-size: cover;
	background-size: 100% 200%;
	border: none;
}
#mc-embedded-subscribe:hover {
	background-position: top;
	border: none;
}
.follow {
	font-size: 0.1px;
	margin-left: -10px;
	margin-bottom: -10px;
}
/* black */
.blog-intro .white {
	color: black;
}
.blog-intro #mce-EMAIL:hover {
	color: black;
}
.blog-intro #mce-EMAIL:hover::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: black;
}
.blog-intro #mce-EMAIL:hover::-moz-placeholder  { /* Chrome/Opera/Safari */
	color: black;
}
.blog-intro #mce-EMAIL:hover:-ms-input-placeholder { /* Chrome/Opera/Safari */
	color: black;
}
.blog-intro #mce-EMAIL:hover:-moz-placeholder { /* Chrome/Opera/Safari */
	color: black;
}
.blog-intro #mc-embedded-subscribe {
	background: url('images/subscribe-black.png');
	background: linear-gradient(transparent, transparent), url('images/subscribe-black.svg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 200%;
}
.blog-intro input[type="email"],
.blog-intro input[type="text"],
.blog-intro input[type="password"] {
	border-bottom: 1px solid black;
}
/*
/* sibling and category nav */
.sibling-pages,
.blog-cats {
    cursor: default;
}
.blog-cats {
	float:right;
}
.blog-cats li {
    padding-left: 20px;
}
.sibling-pages ul,
.blog-cats ulx {
	position: absolute;
	top: -9999px;
	left: -9999px
}
.sibling-pages li,
.blog-cats li {
    display: inline-block;
}
.sibling-pages li a,
.blog-cats li a {
	padding: 0;
}
.sibling-pages li a:hover,
.blog-cats li a:hover {
	text-decoration: none;
}
/**************************************************************************************************************
MAIN CONTENT
**************************************************************************************************************/
/*
/* blog archive */
.category .caption.universal-max-width,
.blog .caption.universal-max-width {
	max-width: none;
}
.archive-articles article {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #808080;
}
.blog-intro {
	padding-top: 70px;
	padding-bottom: 70px;
}
.left-blog-intro {
	float: left;
	padding-right: 490px;
}
.right-blog-intro {
	position: absolute;
	top: 0;
	right: 0;
}
.blog-nav {
	margin-bottom: 0;
	padding: 40px 0 30px;
}
.filter-by-wrapper {

}
.agency-cats {
	display: none;
	position: absolute;
	z-index: 10;
}
.filter-by-agency {
	cursor: pointer;
	width: 390px;
	background: url('images/agency-arrow.png');
	background: linear-gradient(transparent, transparent), url('images/agency-arrow.svg');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 70%;
	margin-right: 0;
}
.cat-item a {
	position: relative;
	display: inline-block;
}
.filter-by-agency:hover .agency-cats {
	/*display: block;*/
}
.agency-cats {
	padding: 0 20px;
	width: 320px;
}
.this-agency {
	display: none;
}
.tax-agency .this-agency {
	display: inline-block;
}
.this-agency li {
	display: none;
	pointer-events: none;
}
.this-agency li.current-cat {
	display: inline-block;
}
.agency-cats li.current-cat {
	height: 0;
	overflow: hidden;
}
.news-marker {
	position: relative;
	height: 0;
	width: 0;
	overflow: hidden;
	top: -120px;
}
#thinking.news-marker {
	top: -100px;
}
#culture.news-marker {
	top: 50px;
}
.news-section {
	margin-top: 90px;
	/* width: 100%!important; */
}
.news-section .bx-viewport {
	/* overflow: visible!important; */
}
.news-section-slide {
	margin-right: 100px;
	padding: 50px 0 0 50px;
}
.news-style-post {
	width: 100%!important;
	margin: 0;
}
.news-image,
.news-image:active {
	display: block;
	width: 65%;
	float: left;
	position: relative;
	top: -50px;
	left: -50px;
}
.news-image img {
	width: 100%;
}
.news-text {
	width: 35%;
	float: right;
	box-sizing: border-box;
	padding: 30px 40px 30px 0;
}
.news-text a {
	display: inline-block;
	margin-top: 25px;
}
.work-section {
	margin-top: 80px;
	margin-bottom: 80px;
}
.work-section .bx-viewport {
	/* overflow: visible!important; */
}
.work-section-slide,
.culture-section-slide {
	margin: 0 12.5px;
}
.work-video video {
	display: block;
	width: 100%;
	cursor: pointer;
}
.icon-play {
	position: absolute;
    z-index: 10;
	top: 50%;
	left: 50%;
	width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
	background: url('images/icon-play.png');
	background: linear-gradient(transparent, transparent), url('images/icon-play.svg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 200%;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
	pointer-events: none;
	opacity: 0;
}
.paused .icon-play {
	opacity: 1;
}
.no-touch .icon-play:hover {
	cursor: pointer;
	background-position: top;
}
.work-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 50px 115px 50px 90px;
}
.work-caption-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.work-caption-foreground {
	position: relative;
}
.work-caption-left {
	float: left;
}
.work-caption-right {
	overflow: hidden;
	padding-left: 50px;
}
.thinking-section {
	/* padding-left: 50px; */
	margin-bottom: -100px;
}
.thinking-section-slide {
	padding-top: 12.5px;
}
.thinking-image {
	display: block;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 50px;
}
.thinking-image img {
	width: 100%;
}
.thinking-section .edit-cta {
	margin-top: 20px;
}
.culture-section {
	padding-top: 220px;
	padding-bottom: 120px;
}
.culture-section .bx-viewport {
	/* overflow: visible!important; */
}
.culture-image {
	display: block;
	width: 65%;
	float: right;
	padding-left: 30px;
}
.culture-image img {
	width: 100%;
}
.culture-text a {
	display: inline-block;
	margin-top: 20px;
}
.archive-section {
	margin-top: 90px;
	margin-left: -60px;
	margin-right: -60px;
	font-size: 0.1px;
	font-size: 0;
}
.archive-post {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	margin-bottom: 90px;
}
.archive-post img {
	width: 100%;
}
.archive-post-padder {
	padding: 0 60px;
}
.archive-agency-name {
	margin-top: 10px;
	margin-bottom: 5px;
}
.archive-agency-name a:link,
.archive-agency-name a:visited {
	text-decoration: none;
}
/*
/* blog post or standard page */
.single-article {
	padding-top: 2em;
}
.entry-content {
	margin-bottom: 50px;
}
.meta {
	margin-bottom: 1em;
}
/*
/* sections */
.section {
	margin-bottom: 95px;
}
/* left and right sections */
.section.right-image .section-image-wrap {
	width: 60%;
	margin: 0 0 0 auto;
}
.section.left-image .section-image-wrap {
	width: 60%;
	margin: 0 auto 0 0;
}
.entry-summary-wrap {
	width: 40%;
	box-sizing: border-box;
	padding: 0 60px;
	right: 0;
	left: auto;
}
.section.right-image .entry-summary-wrap {
	right: auto;
	left: 0;
}
/* full width sections */
.section.full-width-banner .section-image-wrap {
	width: 100%;
}
.section.full-width-banner .entry-summary-wrap,
.section.normal-content-box .entry-summary-wrap {
	width: 100%;
}
.section.normal-content-box .entry-summary-wrap {
	position: relative;
	width: 100%;
}
/*
/* blog nav */
.blog-navigation {
	margin-bottom: 10px;
}
.blog-navigation {
	position: relative;
	height: 20px;
}
.blog-navigation div {
	position: absolute;
	top: 10px;
}
.prev-posts {
	right: 0;
}
.next-posts {
	left: 0;
}
/* schema */
.schema {
	padding: 50px 0 100px;
}
.schema-column {
	float: left;
	margin-right: 50px;
}
.schema-item {
	margin-bottom: -1px;
	padding: 10px 0;
}
.template-part-schema {
	margin-bottom: -1px;
	padding-top: 0.75em;
	min-width: 250px;
}
.schema-amenities {
	padding-top: 0;
}
/**************************************************************************************************************
AGENCY
**************************************************************************************************************/
.agencies-article {
	padding-top: 50px;
	padding-bottom: 60px;
}
.agency-logo {
	width: 33.33%;
	float: left;
}
.agency-slide {
	/* padding-left: 220px; */
}
.agency {
	display: none;
	/* max-height: 100vh; */
	margin-bottom: -1px;
}
.flex-row {
	display: flex;
	flex-direction: row-reverse;
}
.agency-caption {
	position: absolute;
	bottom: 15px;
	left: 20px;
}
.flex img {
	width: 100%;
}
.agency-text {
	position: absolute;
	width: 40%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.agency-text .table-cell {
	padding: 20px 20px 20px 40px;
}
.agency-slide-image {
	width: 60%;
	float: right;
}
.agency-slide-image-inner {
	width: 100%;
}
.agency-logo img {
	width: 100%;
}
.agency-logo-image {
	background: black;
}
.agency-logo.current-slide .agency-logo-image,
.no-touch .agency-logo:hover .agency-logo-image {
	cursor: pointer;
	background: none;
}
/**************************************************************************************************************
ABOUT
**************************************************************************************************************/
.in-page-nav {
	position: fixed;
	z-index: 20;
	top: 77px;
	left: 0;
	width: 100%;
	height: 66px;
	background: white;
}
.nav-marker {
	height: 0;
	padding: 0;
	margin: 0;
}
.nav-marker-thinking {
	position: absolute;
	top: 0;
}
.nav-marker-our-approach {
	position: relative;
	top: -142px;
}
.nav-marker-we-do {
	position: relative;
	top: -242px;
}
.in-page-nav  li {
	display: inline-block;
	text-align: center;
}
.in-page-nav  li a {
	display: block;
	height: 66px;
	line-height: 66px;
	padding: 0 30px;
}
.in-page-nav  li a.current,
.in-page-nav  li a:hover,
.in-page-nav .current-cat a {
	background: black;
	color: white;
}
.text-slider-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}
.about-text {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.about-text-left {
	padding-right: 30px;
}
.about-text-right {
	padding-left: 30px;
}
.process-slider-wrapper {
	padding-top: 60px;
	padding-bottom: 50px;
}
.process-slider {
	font-size: 0.1px;
	font-size: 0;
	margin-top: 60px;
}
.process-slider li {
	display: inline-block;
	width: 33.333%;
	padding: 0 45px;
	box-sizing: border-box;
}
.process-image {
	margin: 0 auto 30px;
	width: 100px;
}
.midway-banner img {
	width: 100%;
}
.video-block {
	width: 50%;
	margin: 0 auto 0 0;
}
.video-block video {
	width: 100%;
	display: block;
}
.clients {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
.clients * {
	margin-bottom: 0;
}
.clients .table {
	padding: 80px;
	box-sizing: border-box;
}
.why-it-works-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}
.why-it-works {
	margin-left: -60px;
	margin-right: -60px;
}
.why-it-works-title {
	/* margin-left: 60px; */
}
.why-it-works-block {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding: 0 60px;
}
.we-do-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}
.what-we-do-lead-in {
	margin-bottom: 30px;
}
.we-do-text {
	padding: 10px 0;
}
.we-do-wrapper ul {
	margin-bottom: 60px;
	font-size: 0.1px;
}
.we-do-wrapper li {
	margin-bottom: -1px;
	display: inline-block;
	width: 28.33%;
	margin-right: 5%;
	line-height: 20px;
	padding: 12px 0 4px;
}
/**************************************************************************************************************
PEOPLE
**************************************************************************************************************/
.people-article {
	padding-top: 50px;
	padding-bottom: 50px;
}
.people-article hr {
	margin-top: 50px;
}
.senior-staff-members,
.agency-leaders {
	margin: 25px -20px 20px;
	font-size: 0.1px;
	font-size: 0;
}
.agency-leaders {
	text-align: center;
}
.agency-leader {
	text-align: left;
}
.senior-staff-member,
.agency-leader {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.double-leader {
	width: 50%;
}
.double-leader .agency-leader-padder {
	margin-right: 40px;
}
.agency-leader {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 35px;
}
.senior-staff-member-padder,
.agency-leader-padder {
	padding: 0 20px;
}
.staff-picture {
	width: 100%;
	margin-bottom: 30px;
}
.bio {
	margin-top: 30px;
}
.bio p,
.bio p small {
	font-size: 12px;
	line-height: 1.5em;
}
.leaders-line {
	margin-bottom: 40px;
}
/**************************************************************************************************************
CONTACT
**************************************************************************************************************/
.contact-article-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height:  100%;
}
.contact-article {
	padding:  0 60px;
}
.map-wrapper {
	width: 50%;
	float: right;
}
.map-canvas {
	width: 100%;
	height: 500px;
}
.map-canvas a img {
	display:none!important;
	height: 0;
	width: 0;
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.marker {
	cursor: pointer;
	width: 44px;
	height: 66px;
	background: url('images/marker.png');
	background: linear-gradient(transparent, transparent), url('images/marker.svg');
}
.control-wrapper {
	width: 44px;
	height: 92px;
	position: absolute;
	bottom: 10px;
	right: 50%;
	cursor: pointer;
}
.zoom-out-btn,
.zoom-in-btn {
	width: 44px;
	height: 44px;
	margin-bottom:4px;
	background: #33ff9b;
	color: white;
	font-size: 44px;
}
.zoom-in-btn-inner,
.zoom-out-btn-inner {
	background: url('images/zoom-in.png');
	background: linear-gradient(transparent, transparent), url('images/zoom-in.svg');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-size: 100% 200%;
}
.zoom-out-btn-inner {
	background: url('images/zoom-out.png');
	background: linear-gradient(transparent, transparent), url('images/zoom-out.svg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 200%;
}
.no-touch .zoom-out-btn:hover .zoom-out-btn-inner,
.no-touch .zoom-in-btn:hover .zoom-in-btn-inner {
	background-position: top;
}
.no-touch .zoom-out-btn:hover,
.no-touch .zoom-in-btn:hover {
}
.work-here-box-address-box {
	/* display: table; */
	width: 100%;
}
.work-here-box,
.address-box {
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	padding: 60px 90px;
}
.work-here-box {
	width: 59%;
}
.address-box {
	width: 40%;
}
.footer-contact-schema-telephone {
	margin-top: 0;
}
.footer-contact-schema-email {
	margin-top: 20px;
}
#footer-nav {
	margin-top: 20px;
}
#footer-nav li {
	display: inline-block;
	margin-right: 5px;
}
/**************************************************************************************************************
FOOTER
**************************************************************************************************************/
.social-icon {
	display:inline-block;
}
.social-icon img {
	width: 30px;
	height: 30px; /* always set height for svg */
}
.no-touch .social-icon:hover img {
	transform: scale(1.2);
}
.junior {
	font-family:georgia,serif;
}
.junior a:link,
.junior a:visited {
	text-decoration: none;	
}
.no-touch .junior a:hover,
.junior a:active {
	text-decoration: underline;	
}
.holding-page .holding-logo {
	transform: scale(0.75);
	transform-origin: 50% 50%;
}
#footer {
	background: black;
}
.footer-padder {
	padding-top: 60px;
	padding-bottom: 50px;
}
.footer-column {
	float: right;
	margin-left: 100px;
	height: 200px;
}
.footer-column.signup {
	width: 350px;
}
.footer-column a:hover {
	color: white;
}
.work-with-us a,
.work-with-us a:hover {
	color: white;
	text-decoration: none;
}
.subscribe-text {
	width: 200px;
}
.iframe-signup {
	overflow: hidden;
	width: 100%;
	height: 220px;
}
#header .iframe-signup {
	height: 110px;
}
.subscribe {
	background: black;
	overflow: hidden;
}
.subscribe-box {
	max-width: 350px;
}
.archive-articles .subscribe-text,
#header .subscribe-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#footer .p {
	margin-bottom: 10px;
}
.long-arrow {
	display: block;
	background: url('images/long-arrow.png');
	background: linear-gradient(transparent, transparent), url('images/long-arrow.svg');
	background-position: bottom;
	background-repeat: no-repeat;
	width: 50px;
	height: 20px;
	background-size: 100% 200%;
}
.work-with-us a:hover .long-arrow {
	background-position: top;
}
.footer-home {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 175px;
	height: 53.25px;
}
.footer-home img {
	width: 175px;
	height: 53.25px;
}
.copyright {
	clear: both;
}
/**************************************************************************************************************
HATCH
**************************************************************************************************************/
.page-template-template-page-hatch,
.page-template-template-page-hatch #nav,
.page-template-template-page-hatch #header {
	background: #29bcd5;	
}
.page-template-template-page-hatch #header {
	background: none;	
}
.page-template-template-page-hatch #main {
	padding-bottom: 120px;
	position: static;
}
.page-template-template-page-hatch #wrapper {
	position: relative;
}
.page-template-template-page-hatch footer,
.page-template-template-page-hatch #logo,
.page-template-template-page-hatch .signup-follow {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.hatch-content {
	max-width: 640px;
	margin: 0 auto;
	position: relative;
}
.hatch-content a:hover {
	text-decoration: underline!important;
}
.hatch-logo {
	/* width: 60%; */
	/* max-width: 292px; */
	height: 52px;
}
.page-template-template-page-hatch h1,
.page-template-template-page-hatch h2 {
	font-family: 'Oswald', sans-serif!important;
	text-transform: uppercase;
	font-style: italic;
	color: white;
	font-size: 32px!important;
	letter-spacing: -0.01em;
	line-height: 1.1em;
	margin-bottom: 65px;
}
.page-template-template-page-hatch h2 {
	font-size: 22px!important;
	margin-top: 30px;
	margin-bottom: 20px;
}
.page-template-template-page-hatch .white {
	display: block;
	margin-top: 30px;
	margin-bottom: 40px;
}
.page-template-template-page-hatch p {
	margin-bottom: 0;
	line-height: 1.5em;
	font-size: 16px;
}
.background-item {
	background: url('images/background-left.png');
	background: linear-gradient(transparent, transparent), url('images/background-left.svg');
	background-position: left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 115px;
	height: 1000px;
	left: 0;
	top: 50%;
	margin-top: -500px;
}
.background-right {
	background: url('images/background-right.png');
	background: linear-gradient(transparent, transparent), url('images/background-right.svg');
	background-position: right;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 100px;
	height: 1215px;
	left: auto;
	right: 0px;
	top: 50%;
	margin-top: -600px;
}
.background-bottom {
	background: url('images/background-bottom.png');
	background: linear-gradient(transparent, transparent), url('images/background-bottom.svg');
	background-position: center;
	background-repeat: repeat;
	background-size: auto 100%;
	width: 100%;
	height: 100px;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
}
/**************************************************************************************************************
RESPONSIVE
**************************************************************************************************************/
@media only screen and (max-width: 1400px) {
	/* fix for... */
}
@media only screen and (min-width: 1500px) {
	.template-part-slides-home .caption {
		margin-left: 170px;
	}
}
@media only screen and (max-width: 1300px) {
	/* about */
	.why-it-works {
		margin-left: -30px;
		margin-right: -30px;
	}
	.why-it-works-block {
		padding: 0 30px;
	}
	.clients .table {
		padding: 40px;
	}
}
@media only screen and (max-width: 1200px) {
	/* about */
	.we-do-wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	/* footer */
	.footer-column {
		margin-left: 60px;
		height: 200px;
	}
}
@media only screen and (max-width: 1100px) {
	/* people roles */
	.we-do-wrapper li {
		width:45%;
	}
}
@media only screen and (max-width: 1000px) {
	/* font size knock on */
	.no-touch #nav ul a:hover:before,
	.no-touch #nav ul li:hover > a:before,
	#nav .current-product_cat-ancestor a:before, 
	#nav .current-menu-ancestor > a:before, 
	#nav .current-product_cat-parent a:before, 
	#nav .current-menu-item > a:before,
	#nav .current-menu-ancestor > a:before,
	#nav .current_page_parent > a:before,
	#nav .current-post-parent > a:before,
	.no-touch .xcat-item a:hover:before,
	.no-touch .blog-cats li a:hover:before
	/* .current-post-ancestor > a (to highlight category parent as well) */ {
		margin-top: -14px;
		height: 6px;
	}
	.no-touch .blog-cats li a:hover:before,
	.no-touch .xcat-item a:hover:before {
		margin-top: -6px;
		height: 4px;
	}
	/* about */
	.clients .table {
		padding: 20px;
	}
	/* fix for sections */
	.section {
		margin-bottom: 50px;
	}
	/* full width sections */
	.section-image-wrap,
	.section.left-image .section-image-wrap,
	.section.right-image .section-image-wrap {
		width: 100%;
		margin: 0;
	}
	.section-image-wrap img {
		max-height: 800px;
		margin: 0 auto;
	}
	.section.left-image .entry-summary-wrap,
	.section.right-image .entry-summary-wrap {
		position: relative;
		width: 100%;
	}
	/* news */
	.left-blog-intro {
		padding-right: 370px;
	}
	/* footer */
	#footer {
		position: relative;
		margin-top: -340px;
		height: auto;
		clear: both;
	}
	.footer-home {
		position: static;
		clear: both;
		width: 175px;
		height: 53.25px;
		margin: 0 auto 20px;
	}
	.footer-column {
		float: right;
		margin-left: 0;
		height: 200px;
	}
	.work-with-us {
		float: left;
	}
	.quick-contact-details {
		margin-right: 200px;
	}
	/* about */
	.why-it-works {
		margin-left: -20px;
		margin-right: -20px;
	}
	.why-it-works-block {
		padding: 0 20px;
	}
	/* mute */
	.mute-video {
		bottom: 10px;
	}
    .mute-video:active {
        bottom: 9px;
    }
}
@media only screen and (max-width: 900px) {
	/* */
	.caption-border {
		padding: 15px 20px;
	}
	/* left and right intros */
	.about-text-left {
		padding-right: 10px;
	}
	.about-text-right {
		padding-left: 10px;
	}
	/* about */
	.process-slider li {
		padding: 0 20px;
	}
	/* nav */
	#nav {
		padding: 100px 100px 40px 55px;
	}
	.signup-follow {
		bottom: 20px;
	}
	/* agency-slide-image */
	.agency-text,
	.agency-text div {
		position: static;
		height:  auto;
		width: 100%;
		max-width: 700px;
	}
	.agency-text {
		padding: 0;
	}
	.agency-text .table-cell {
		padding: 20px 2%;
	}
	.agency-slide-image {
		float: none;
		width: 100%;
	}
	/* people */
	.senior-staff-member,
	.agency-leader {
		width: 50%;
		margin-bottom: 40px;
	}
	.bio {
		margin-top: 15px;
	}
	.senior-staff-members,
	.agency-leaders {
		margin: 25px 0 20px;
		font-size: 0.1px;
		font-size: 0;
	}
	.senior-staff-member-padder,
	.agency-leader-padder {
		padding: 0 10px;
	}
	.leaders-line {
		margin-left: 10px;
		margin-right: 10px;
	}
	.double-leader {
		width: 100%;
	}
	.double-leader .agency-leader-padder {
		margin-right: 0;
	}
	/* footer */
	.quick-contact-details {
		margin-right: 150px;
	}
}
@media only screen and (max-width: 800px) {
	/* about */
	.why-it-works-wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.why-it-works {
		margin-left: 0;
		margin-right: 0;
	}
	.why-it-works-title {
		/* margin-left: 60px; */
	}
	.why-it-works-block {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 30px;
		float: none;
		padding: 0;
	}
	.why-it-works-title {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	/* nav padding */
	.category #wrapper,
	.blog #wrapper,
	.page-template-template-page-about #wrapper {
		padding-top: 117px;
	}
	/* about */
	.in-page-nav {
		height: 40px;
	}
	.in-page-nav li a {
		height: 40px;
		line-height: 45px;
		padding: 0 10px;
		font-size: 12px!important;
	}
	.video-block {
		width: 100%;
		margin: 0 auto 0 0;
	}
	.clients,
	.clients div {
		position: static;
		width: 100%;
		height: auto;
	}
	/* news */
	.blog-intro {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.left-blog-intro {
		float: none;
		padding-right: 0;
		max-width: 600px;
	}
	.right-blog-intro {
		position: static;
		margin-top: 40px;
		max-width: 350px;
	}
	.archive-article {
		float: left;
		width: 50%;
		margin-bottom: 20px;
	}
	.archive-articles {
		margin: 0 -8px 20px;
	}
	.archive-article-padder {
		padding: 8px;
	}
	/* footer */
	.quick-contact-details {
		margin-right: 60px;
	}
	/* contact */
	.contact-article {
		padding: 40px 2%;
	}
	.contact-article-wrapper,
	.contact-article-wrapper div {
		position: static;
		width: 100%;
		height:  auto;
	}
	.map-wrapper {
		width: 100%;
		float: none;
	}
	.map-canvas {
		width: 100%;
		height: 500px;
	}	
	.work-here-box-address-box {
		display: block;
	}
	.work-here-box,
	.address-box {
		display: block;
		padding: 40px 2%;
	}
	.work-here-box {
		width: 100%;
	}
	.address-box {
		width: 100%;
	}
	.footer-contact-schema-telephone {
		margin-top: 0;
	}
	.footer-contact-schema-email {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 700px) {
	/* about */
	.process-slider li {
		padding: 0 10px;
	}
	/* left and right intros */
	.text-slider-wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.about-text-left {
		padding-right: 0;
		float: none;
		margin-bottom: 15px;
		width: 100%;
	}
	.about-text-right {
		padding-left: 0;
		float: none;
		width: 100%;
	}
	/* agencies */
	.agency-logo {
		width: 50%;
	}
	/* footer */
	.quick-contact-details {
		margin-right: 20px;
	}
}
@media only screen and (max-width: 730px) {
	.popup-area {
		width: 100%;
		min-width: 0;
	}
	/* footer */
	.footer-column {
		float: right;
		width: 70%;
		margin-left: 0;
		margin-right: 0;
		height: auto;
		margin-bottom: 50px;
	}
	.footer-column.signup {
		float: none;
		margin-bottom: 30px;
	}
	.footer-padder {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.iframe-signup {
		height: 110px;
	}
	.work-with-us {
		float: left;
		width: 30%;
	}
}
@media only screen and (max-width: 600px) {
	.universal-padding {
		padding-left: 4%;
		padding-right: 4%;
	}
	/* contact */
	.contact-article {
		padding: 30px 2%;
	}
	.work-here-box,
	.address-box {
		display: block;
		padding: 30px 2%;
	}
	/* agency */
	.agencies-article {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.people-article {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.people-article hr {
		margin-top: 30px;
	}
	/* about */
	.process-slider-wrapper {
		padding-top: 30px;
		padding-bottom: 5px;
	}
	.process-slider li {
		padding: 0;
		width: 100%;
		max-width: 300px;
		display: block;
		margin: 0 auto 50px;
	}
	.show-on-mobile {
		display: block;
	}
	.show-on-desktop {
		display: none;
	}
	/* people roles */
	.we-do-wrapper li {
		width:100%;
	}
	/* news font knock on */
	.template-part-slides-news {
		margin-bottom: 25px;
	}
	/* agencies */
	.flex-row {
		display: block;
	}
	/* play */
    .icon-play,
	.playing .icon-play {
    }
}
@media only screen and (max-width: 500px) {
	.archive-article {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
	.archive-articles {
		margin: 0 0 20px;
	}
	.archive-article-padder {
		padding: 0;
	}
	.about-text-left {
		margin-bottom: 10px;
	}
}
@media only screen and (max-height: 700px) {
	/* nav */
	#nav {
		padding: 100px 50px 40px 35px;
	}
	#nav ul a {
		margin-bottom: 5px;
	}
}
@media only screen and (max-height: 550px) {
	/* nav */
	#nav {
		padding: 25px 20px 20px 20px;
	}
	#nav ul a {
		margin-bottom: -15px;
	}
	.signup-follow {
		bottom: -10px;
	}
}
@media only screen and (max-width: 450px) {
	/* nav */
	#nav {
		padding: 100px 50px 40px 35px;
	}
	#nav ul a {
		margin-bottom: 5px;
	}
	.signup-follow {
		width: 350px;
		padding-right: 70px;
		box-sizing: border-box;
	}
	#mce-EMAIL {
		width: 250px;
	}
	/* sub nav */
	.in-page-nav {
		font-size: 0;
		font-size: 0.1px;
		padding: 0;
		margin: 0;
	}
	.in-page-nav ul {
		font-size: 0;
		font-size: 0.1px;
		padding: 0;
		margin: 0;
	}
	.in-page-nav li {
		/* display: block; */
		/* float: left; */
		font-size: 0;
		font-size: 0.1px;
		/* padding: 0; */
		/* margin: 0; */
		width: auto;
	}
	.in-page-nav li a {
		font-size: 10px!important;
		/* padding: 0; */
		margin: 0;
	}x
	/* footer */
	.footer-column.signup {
		width: 100%;
	}
	.footer-column {
		float: none;
	}
	/* people */
	.senior-staff-member,
	.agency-leader {
		width: 100%;
		margin-bottom: 40px;
	}
	.senior-staff-members,
	.agency-leaders {
		margin: 25px 0 0;
		font-size: 0.1px;
		font-size: 0;
	}
	.senior-staff-member-padder,
	.agency-leader-padder {
		padding: 0;
	}
	.leaders-line {
		margin-left: 0;
		margin-right: 0;
	}
	.staff-picture {
		margin-bottom: 20px;
	}
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/**************************************************************************************************************
TOUCH DEVICES
**************************************************************************************************************/
.touch {
	
}
/**************************************************************************************************************
BROWSER QUIRKS
**************************************************************************************************************/
/* microsoft edge - watch out for phone number color */
.no-js,
.lt-ie10,
.lt-ie9,
.lt-ie8,
.lt-ie7 {
	
}
/* ie10 - watch out for vimeo bug */
/* ie10 - watch out for webfonts */
.ie10 {
	
}
.lt-ie10 .bx-wrapper .bx-next {
	background-size: contain;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* IE10+ and IE11 specific styles go here */
}
/* ie8 - watch out for svg */
.lt-ie8 a:link,
.lt-ie8 a:visited,
.lt-ie8 a:hover,
.lt-ie8 a:active {
	color:black;
}
/**************************************************************************************************************
MODERNIZER SUPPORT
**************************************************************************************************************/
.js{}.flexbox{}.canvas{}.canvastext{}.webgl{}.touch{}.geolocation{}.postmessage{}.websqldatabase{}.indexeddb{}.hashchange{}.history{}.draganddrop{}.websockets{}.rgba{}.hsla{}.multiplebgs{}.backgroundsize{}.borderimage{}.borderradius{}.boxshadow{}.textshadow{}.opacity{}.cssanimations{}.csscolumns{}.cssgradients{}.cssreflections{}.csstransforms{}.csstransforms3d{}.csstransitions{}.fontface{}.generatedcontent{}.video{}.audio{}.localstorage{}.sessionstorage{}.webworkers{}.applicationcache{}.svg{}.inlinesvg{}.smil{}.svgclippaths{}
/* NO SUPPORT */
.no-js{}.no-flexbox{}.no-canvas{}.no-canvastext{}.no-webgl{}.no-touch{}.no-geolocation{}.no-postmessage{}.no-websqldatabase{}.no-indexeddb{}.no-hashchange{}.no-history{}.no-draganddrop{}.no-websockets{}.no-rgba{}.no-hsla{}.no-multiplebgs{}.no-backgroundsize{}.no-borderimage{}.no-borderradius{}.no-boxshadow{}.no-textshadow{}.no-opacity{}.no-cssanimations{}.no-csscolumns{}.no-cssgradients{}.no-cssreflections{}.no-csstransforms{}.no-csstransforms3d{}.no-csstransitions{}.no-fontface{}.no-generatedcontent{}.no-video{}.no-audio{}.no-localstorage{}.no-sessionstorage{}.no-webworkers{}.no-applicationcache{}.no-svg{}.no-inlinesvg{}.no-smil{}.no-svgclippaths{}
/**************************************************************************************************************
PRINT MEDIA
**************************************************************************************************************/
@media print {
    *{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}
}
/**************************************************************************************************************
END
**************************************************************************************************************/