/*
Theme Name:     Artios
Theme URI:      https://artios.io/
Description:    Custom theme by the Mighty Ant
Author:         The Mighty Ant
Author URI:     http://www.themightyant.com
Version:        2.2.6

===========================
BRAND COLOURS:

#1DA09B		Turquoise
#272a63		Navy Blue

GRADIENT
linear-gradient(to right, #29235C 0%, #00A099 100%);

===========================
CONTENTS:

00 Webfonts
01 Sensible defaults
02 Typography
03 General CSS
04 Content blocks CSS
05 Page Template CSS
06 Media queries 

===========================


/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 00 WEBFONTS -----------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: "TheSans";
	src: url("fonts/TheSans_B2_300_.eot");
	src: url("fonts/TheSans_B2_300_.eot?#iefix") format("embedded-opentype"),
		 url("fonts/TheSans_B2_300_.woff") format("woff"),
		 url("fonts/TheSans_B2_300_.svg#TheSans_B2_300_") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "TheSerif";
	src: url("fonts/TheSerif_300_.eot");
	src: url("fonts/TheSerif_300_.eot?#iefix") format("embedded-opentype"),
		 url("fonts/TheSerif_300_.woff") format("woff"),
		 url("fonts/TheSerif_300_.svg#TheSerif_300_") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 01 SENSIBLE DEFAULTS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* Starkers CSS Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio,canvas,video{display:inline;zoom:1}
html{font-size:100%;box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
*, *:before, *:after {box-sizing:inherit;}
body{margin:0}
a{color:#272a63}
a:hover,a:focus{color:#1da09a}
li{list-style:none}
b,strong{font-weight:700}
i,em,dfn{font-style:italic}
small{font-size:85%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}
label{cursor:pointer}
input,select,textarea{font-size:100%;vertical-align:middle;margin:0}
button,input{line-height:normal;overflow:visible}
button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}
input[type=checkbox],input[type=radio]{box-sizing:border-box}
input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}
input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top;resize:vertical}
table{border-collapse:collapse;border-spacing:0}
td{vertical-align:top}

div,article,section,header,footer,nav,li { position:relative; }
.group:after 		{ display:block; height:0; clear:both; content:""; visibility:hidden; font-size: 0; }
::-moz-selection 	{ background:#1da09a; color:#fff; }
::selection 		{ background:#1da09a; color:#fff; }

/* Wordpress defaults */
img.alignright { float: right; margin: 0 0 15px 15px; max-width: 100%; height: auto; }
img.alignleft { float: left; margin: 0 15px 15px 0; max-width: 100%; height: auto; }
img.aligncenter { display: block; margin: 0 auto; max-width: 100%; height: auto; }  
img.alignnone {  margin: 10px 0; max-width: 100%; height: auto; }

/* Useful Classes */
.sprite { background-image: url('images/sprite.png'); background-repeat: no-repeat; text-indent: -9999px; display: inline-block; position: relative; }
.responsive { width: 100%; }
.mobile { display: none; }
.desktop { display: block; }
.display-none { display: none }
.centered { margin: 0 auto; }
.v-align { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.v-align:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.35em; }
.v-align span { display: inline-block; text-align: center; width: auto; padding: 10px; vertical-align: middle; }
.flex-direction-nav li { position: inherit; }
.js-button, .js-button:hover, .js-button:active, .js-button:focus { outline: none; }
.print { display: none; }
.layout { background-color: hsla(0, 50%, 50%, 0.5); }

.embed-container { position:relative; padding-bottom:56.25%; overflow:hidden; max-width:100%; height:0; height:auto;	} 
.embed-container iframe, .embed-container object, .embed-container embed { position:absolute; top:0; left:0; width:100%; height:100%; }

/* Buttons */
.button {
    color: #fff;
    border: 1px solid #fff;
    padding: 13px 24px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 0;
    min-width: 250px;
    text-transform: uppercase;
	text-align: center;
	margin: 0 10px;
}
.button:hover,
.button:focus {
    color: #fff;
    background-color: hsla(237, 43%, 27%, 0.3);
}
.white-bg .button {
    border-color: #272a63;
    color: #272a63;
}
.white-bg .button:hover, 
.white-bg .button:focus {
    background-color: #272a63;
    color: #fff;
}
.white-bg .button.gradient {
	color: #fff;
	border-color: #1da09a;
}
.white-bg .button.gradient:hover {
	background-color: #1C5D7D;
    background-image: -webkit-linear-gradient(left, #29235C 0%, #00A099 100%);
    background-image: linear-gradient(to right, #29235C 0%, #00A099 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29235C', endColorstr='#00A099',GradientType=1 ); /* IE6-9 */
}


/* Animation and filters */
/* , .menu-item a */
.animate-all, .news-subnav a { 
    -webkit-transition: all 300ms; 
            transition: all 300ms; 
}
.animate-all-slow { 
    -webkit-transition: all 600ms; 
            transition: all 600ms; 
}

.no-touchevents .img-link:hover img,
.img-link:focus img, 
.img-link:active img {
    -webkit-filter: saturate(110%) contrast(110%) brightness(105%);
            filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1.0787000000000002 -0.07150000000000001 -0.007200000000000012 0 0 -0.021300000000000013 1.0394999999999999 -0.007200000000000012 0 0 -0.021300000000000013 -0.07150000000000001 1.0928000000000002 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" intercept="-0.050000000000000044" /><feFuncG type="linear" slope="1.1" intercept="-0.050000000000000044" /><feFuncB type="linear" slope="1.1" intercept="-0.050000000000000044" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.05" /><feFuncG type="linear" slope="1.05" /><feFuncB type="linear" slope="1.05" /></feComponentTransfer></filter></svg>#filter');
            filter: saturate(110%) contrast(110%) brightness(105%);   
}
.margin-0 {
	margin-bottom: 0;
}

/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 02 TYPOGRAPHY ------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body, 
input, 
textarea { 
	font-family: TheSans, Verdana, sans-serif; 
	font-size: 18px; 
	line-height: 1.25; /* 1.4 */
	color: #fff;
	text-rendering: optimizeLegibility;
}
/*
body {
	font-family: TheSans, TheSerif, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #999;
	margin: 0;
	padding: 0 30px 30px 36px;
}
*/

.theSans,
.theSans p {
	font-family: TheSans, sans-serif;
}
.theSerif {
	font-family: TheSerif, serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1, .h1 { }
h2, .h2 {
    font-size: 36px;
	line-height: 1.15;
	margin-bottom: 17px;
}
h3, .h3 {
    font-size: 24px;
    margin-bottom: 17px;
}
h4, .h4 {
    font-size: 19px;
    margin-bottom: 20px;
}
h5, .h5 { }
h6, .h6 { }

p { 
	margin-bottom: 22px;
	font-family: TheSerif, "serif"; 
}
.large-p {
	margin-bottom: 44px;
}
.uppercase {
	text-transform: uppercase;
}

/* White Background */
.white-bg {
	background-color: #fff;
}
.white-bg, 
.white-bg input, 
.white-bg textarea {
	color: #272A63;
}
.white-bg h1 {
	color: #272a62;
}
.white-bg h2 {
	color: #272a62;
}
.white-bg h3 {
	color: #1da09a;
}
.white-bg h4 {
	color: #1da09a;
}
.white-bg h5 {
	color: #272a62;
}
.white-bg h6 {
	color: #272a62;
}
.white-bg,
.white-bg p,
.white-bg li {
	color: #858586;
}


/* Content */
.content ul {
    padding-left: 0;
    margin-bottom: 44px;
}
.content ol {
    padding-left: 17px;
    margin-bottom: 44px;
}.content ul li {
    list-style-type: none;
}
.content ol li { 
	list-style-type: decimal; 
}
.content li {
    color: #272a63;
    margin-bottom: 22px;
}

.content a:link, 
.content a:visited {  
	color: #1C9F9A;
	text-decoration: underline;
}
.no-touchevents .content a:hover, 
.content a:active, 
.content a:focus {
	color: #272a63;
}

.has-gradient [href*="tel"] {
    color: #fff;
    text-decoration: none;
}
.has-gradient [href*="tel"]:hover {
    color: #00A099;
}

hr {
    display: block;
    height: 3px;
    border: 0;
    border-top: 1px solid #A4D9D7;
    margin: 1em 0;
    padding: 0;
    border-bottom: 1px solid #1F838D;
    background-color: #1C9F9A;
    position: relative;
}
hr:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    /* border-bottom: 1px solid #61638D; */
    position: absolute;
    bottom: -2px;
    background-color: #61638D;
}

/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 03 GENERAL CSS -----------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body {
	border: 40px solid #fff;
    border-top-width: 0;
	padding-top: 151px;	
	overflow: hidden;
	
	/* Old site */
	background-color: #1C5D7D;
    background-image: -webkit-linear-gradient(left, #29235C 0%, #00A099 100%);
    background-image: linear-gradient(to right, #29235C 0%, #00A099 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29235C', endColorstr='#00A099',GradientType=1 ); /* IE6-9 */

}
/* White bar at top of site */
/*
body::after {
    content: '';
    display: block;
    height: 151px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
*/
/* Temp New gradient */
/*
.gradient {
	background: #272962;
	background: -webkit-linear-gradient(left,  #272962 1%,#1ca09a 100%);
	background: linear-gradient(to right,  #272962 1%,#1ca09a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272962', endColorstr='#1ca09a',GradientType=1 );
}
*/
	

.gradient {
	background-color: #1C5D7D;
    background-image: -webkit-linear-gradient(left, #29235C 0%, #00A099 100%);
    background-image: linear-gradient(to right, #29235C 0%, #00A099 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29235C', endColorstr='#00A099',GradientType=1 ); /* IE6-9 */
}

/* ----------------------------------------------- HEADER ------------------------------------------------ */

header {
	height: 151px;
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 51px;
	z-index: 20;
}
.header-fixed header {
	height: 100px;
	padding-top: 0;
}
.container {
	width: 87.5%;
	max-width: 1060px;
	margin: 0 auto;
}
.padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding *:last-child p:last-of-type {
    margin-bottom: 0;
}

/* logo */
.logo {
	position: absolute;
	top: 32px;
	left: 40px;
	margin-bottom: 0;
}
.logo a {
    background-image: url(images/artios_logo.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: inline-block;
    position: relative;
    background-size: 246px;
    width: 250px;
    height: 54px;
}
.logo a:hover {
	/*opacity: 0.75;*/
}


/* ------------------------------------------------ MENUS ------------------------------------------------ */

/* Menu */
.main-menu-nav {
    float: right;
    margin-left: 260px;
	margin-right: 40px;
    top: 64px;
}
.main-menu li {
    display: inline-block;
    text-align: right;
    margin-left: 54px;
}
.main-menu a {
    color: #272a63;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
}
.main-menu a:hover,
.main-menu a:focus,
.main-menu .current-menu-item > a,
.main-menu .current_page_item > a {
	color: #1da09a;
}

/* Menu Button */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
	padding: 10px 10px;
	display: none;
	cursor: pointer;
	-webkit-transition-property:opacity, -webkit-filter;
	transition-property:opacity, -webkit-filter;
	transition-property:opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	outline: none;
	position: absolute;
	top: 42px;
	right: 30px;
}
.hamburger:hover {
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.hamburger-box {
	width: 30px;
	height: 28px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
	width: 30px;
	height: 6px;
	background-color: #272961;
	border-radius: 0px;
	position: absolute;
	-webkit-transition-property:-webkit-transform;
	transition-property:-webkit-transform;
	transition-property:transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;
}
.hamburger-inner:before,
.hamburger-inner:after {
	content: "";
	display: block;
}
.hamburger-inner:before {
	top: -10px;
}
.hamburger-inner:after {
	bottom: -10px;
}

/* 3DX */
.hamburger--3dx .hamburger-box {
	-webkit-perspective: 80px;
	        perspective: 80px; 
}
.hamburger--3dx .hamburger-inner {
	-webkit-transition:background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); 
}
.hamburger--3dx .hamburger-inner:before, .hamburger--3dx .hamburger-inner:after {
	-webkit-transition:-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:-webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition:transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); 
}
.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg); 
}
.hamburger--3dx.is-active .hamburger-inner:before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	        transform: translate3d(0, 10px, 0) rotate(45deg); 
}
.hamburger--3dx.is-active .hamburger-inner:after {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	        transform: translate3d(0, -10px, 0) rotate(-45deg); 
}

/* ---------------------------------------------- SIDEBARS ----------------------------------------------- */

/* Sidebars */
.call-to-action-sidebar {
    width: 40px;
    height: 100vh;
    z-index: 5;
    position: fixed;
    top: 0;
    overflow: hidden;
	background-color: #fff;
}
.call-to-action-sidebar-left {
	left: 0;
}
.call-to-action-sidebar-right {
	right: 0;
}

.call-to-action-sidebar a {
    width: 40px;
    height: 100vh;
    display: block;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
	/*color: #272a63;*/
	color: rgb(255 140 0);
	font-size: 16px;
}
.call-to-action-sidebar a:hover,
.call-to-action-sidebar a:focus {
	color: #1da09a;
}
.seo-alerts-cta-button {
	
}
.contact-us-cta-button {
	
}
.call-to-action-sidebar span {
    top: 50vh;
    display: block;
    position: absolute;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
	font-weight: 600;
	letter-spacing: 1px;
}



/* Scroll to top */
.scroll-to-top {
    width: 30px;
    height: 30px;
	line-height: 30px;
	text-align: center;
    color: #1C9F9A;
    font-size: 18px;
    font-weight: 900;
	-webkit-writing-mode: vertical-lr;
	    -ms-writing-mode: tb-lr;
	        writing-mode: vertical-lr;    
	text-decoration: none;
    background-color: #272A63;
	display: block;
	position: fixed;
    right: 5px;
    bottom: 5px;	
	z-index: 10;
}
.scroll-to-top:hover,
.scroll-to-top:focus {
	opacity: 0.65;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}


/* Footer */


/* Sidebar SEO Alert CTA window */
.seo-alert-cta-window {
    position: fixed;
    top: 50%;
    left: 0;
    width: 400px;
    height: 440px;
    -webkit-transform: translate(-400px, -50%);
    transform: translate(-400px, -50%);
    z-index: 3;
    background-color: #1BA19A;
    padding: 15px;
    text-align: center;
}
.seo-alert-cta-window:before {
	content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/homepage.png) center center no-repeat;
    background-size: contain;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.seo-alert-cta-window.open {
    -webkit-transform: translate(40px, -50%);
    transform: translate(40px, -50%);
}
.seo-cta-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
.cta-title {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
}
.cta-subtitle {
    display: block;
	margin-bottom: 23px;
}

/* ----------------------------------------------- FOOTER ------------------------------------------------ */

footer {
    background-color: #fff;
    padding: 60px 0 0;
}
footer:before {
    content: '';
    position: absolute;
    width: 80%;
    max-width: 660px;
    height: 80%;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    background-size: contain;
    background-position: center;
    background-image: url(images/homepage.png);
    background-repeat: no-repeat;
    opacity: 0.15;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}
footer h1.h2 {
    text-align: center;
    margin-bottom: 50px;
}
.footer-contact-form-container {
    max-width: 760px;
    margin: 0 auto 50px;
    /* padding: 0 20px; */
	font-size: 0;
}
.footer-contact-details {
    padding-right: 20px;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
	font-size: 18px;
	margin-bottom: 50px;
}
.logo-small {
    width: 166px;
    margin-bottom: 14px;
}
.plain-links a {
    text-decoration: none;
    color: #858586;
}
.plain-links a:hover, .plain-links a:focus {
    color: #1da09a;
}


/* Forms */
.footer-contact-form-container .wpcf7 {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
	font-size: 18px;
}
.wpcf7-form input,
.wpcf7-form textarea {
	border: 1px solid #1C9F9A;
	border-radius: 0;
}
.wpcf7-form input, 
.wpcf7-form textarea {
    width: 100%;
    padding: 11px 13px;
    font-size: 15px;
	color: #858586;
}
.wpcf7-form i {
    font-style: normal;
    display: block;
    margin-bottom: 5px;
    color: #272a63;
}
.wpcf7-form label {
	font-family: theSans, sans-serif;
    font-size: 15px;
}
.wpcf7-form p {
    margin-bottom: 13px;
}
.wpcf7-form .form-button {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    padding: 9px 20px;
    margin-top: 6px;
    color: #fff;
}
.wpcf7-form .form-button:hover,
.wpcf7-form .form-button:focus {
	background-color: #1C5D7D;
    background-image: -webkit-linear-gradient(left, #29235C 99.999%, #00A099 100%);
    background-image: linear-gradient(to right, #29235C 99.999%, #00A099 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29235C', endColorstr='#00A099',GradientType=1 ); /* IE6-9 */
}
.wpcf7-form p {
    position: relative;
    display: block;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    right: 0;

    margin: 0;
	background-repeat: no-repeat;
	width: 50%;
	-webkit-transform: translateX(-8px);
	        transform: translateX(-8px);
}
.wpcf7-form .ajax-loader {
    bottom: -18px;
    z-index: 1;
}

/* Validation */
div.wpcf7-validation-errors {
    border: 1px solid rgb(200, 0, 0);
    background: hsl(0, 100%, 97%);
    color: rgb(200, 0, 0);
    font-size: 16px;
}
div.wpcf7-response-output {
    margin: 20px 0 0;
    padding: 10px 15px;
	clear: both;
}
.wpcf7 .wpcf7-not-valid {
    border-color: rgb(200,0,0); 
}
span.wpcf7-not-valid-tip {
    color: rgb(200, 0, 0);
    font-size: inherit;
    display: block;
    padding: 5px 0px;
    /*border: 1px solid rgb(200, 0, 0);
    border-top: none;*/
    /*background-color: hsl(0, 100%, 95%);*/
}


/* Footer menu */
.footer-menu {
    float: left;
    width: 420px;
    display: block;
    margin: 23px 0 20px;
    padding: 0;
}
.footer-menu li {
    margin-bottom: 11px;
}
.footer-menu a {
    color: #272a63;
    font-size: 14px;
}

/* Social links */
.social-media-links {
    float: left;
    max-width: 155px;
    margin-top: 86px;
}
.social-media-links li {
    margin: 0 11px 11px 0;
    display: inline-block;
}
.social-media-links a {
    width: 38px;
    height: 38px;
    display: block;
    text-indent: -9999px;
	background-size: 38px;
	background-repeat: no-repeat;
}
.social-media-links a:hover,
.social-media-links a:focus {
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.artios-linked-in {
	background-image: url(images/linkedin.png);
}
.artios-twitter {
	background-image: url(images/twitter.png);
}

/* Footer SEO Form */
.footer-seo-alerts {
    float: right;
    text-align: right;
    margin-top: 80px;
}
.footer-seo-alerts label > span:first-of-type {
    font-size: 22px;
    text-transform: uppercase;
    margin-right: 20px;
    vertical-align: middle;
	color: #272a63;
}
.footer-seo-alerts .your-email input {
    width: 420px;
}
.footer-seo-alerts .form-button {
    width: auto;
    float: right;
    margin-bottom: 32px;
}
.footer-seo-alerts .wpcf7 .ajax-loader {
    -webkit-transform: none;
            transform: none;
    top: 55px;
    right: auto;
    bottom: auto;
    left: 0;
}
/*.footer-seo-alerts .wpcf7-response-output {
	display: none !important; 
}*/

div.wpcf7-mail-sent-ok {
    border: 2px solid #fff;
    background-color: #fff;
    color: #272a63;
}


/* Footer - Cookies */
a.cookies-link {
    clear: both;
    display: inline-block;
    float: right;
    font-size: 14px;
	margin: 0;
	color: #272a63;
}


/* -------------------------------------------- SECTION TITLE -------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 04 CONTENT BLOCK CSS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* --------------------------------------------- FULL HEADER --------------------------------------------- */

.full-height {
    height: calc(100vh - 151px);
}
.cb-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.cb-header.logo-medium:before {
	width: 80%;
	height: 80%;
    max-width: 448px;
    max-height: 448px;
    content: '';
    background: url(images/homepage.png) no-repeat;
	background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0.53;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=53)";
}
.cb-header.logo-large:before {
    width: 100%;
    height: 100%;
    content: '';
    background: url(images/about_us.png) no-repeat;
    background-position: center;
	background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
	opacity: 0.53;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=53)";
}
.cb-header-container {
    max-width: 800px;
    text-align: center;
    padding: 40px;
}
.cb-header-container h2 {
    margin-bottom: 40px;
}
.cb-header-container h2 br {
    display: block;
}
.cb-header-container h3 {
	font-size: 22px;
    margin-bottom: 0;
}
.cb-header-container h4 {
    font-size: 22px;
    margin-bottom: 38px;
}
.cb-header-container .button {
    margin-top: 40px;
}

/* ------------------------------------------------- CHART ----------------------------------------------- */


.has-chart-border {
	margin: 60px auto;
}
.has-chart-border:before {
    content: '';
    position: absolute;
    width: calc(100% + 80px);
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    height: calc(100% + 80px);
    left: -40px;
    top: -40px;
}
.has-chart-border:after {
    content: '';
    width: 28px;
    height: 22px;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    position: absolute;
    top: -50px;
    left: -53px;
    visibility: visible;
}
.chart-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
.chart-holder {
    width: 50%;
}
.chart-content {
    width: 41.5%;
}
.chart-right .chart-holder {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.chart-title {
    margin-bottom: 26px;
}
.chart-content p:not(.button-box) {
    line-height: 1.4;
}
.chart-content .button-box {
    margin-top: 30px;
}


/* ---------------------------------------------- CB CENTER ---------------------------------------------- */

.cb-center-container {
    margin: 0 auto;
    text-align: center;
    max-width: 760px;
    width: 62.5%;
	padding-top: 50px;
    padding-bottom: 30px;
}
.cb-center .button-box {
    margin-top: 30px;
}
.cb-center .padding-S a {
    color: #272A63;
    text-decoration: none;
}
.cb-center .padding-S a:hover {
    color: #1C9F9A;
}
.cb-center.has-gradient .padding-S a {
    color: #fff;
}
.cb-center h2 {
    margin-bottom: 24px;
}
.cb-lr-block.white-bg + .cb-center.white-bg .padding-S {
    padding-bottom: 6.5%;
}

/* ---------------------------------------------- CB CENTER ---------------------------------------------- */

.cb-indent-container {
    width: 87.5%;
    max-width: 660px;
    margin-left: 25%;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* ---------------------------------------------- CB AWARDS ---------------------------------------------- */

.cb-awards {
    padding-top: 170px;
    padding-bottom: 100px;
    text-align: center;
}
.awards-content {
    margin: 0 auto 60px;
    width: 62.5%;
    max-width: 760px;
}
.awards {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 90px;
    font-size: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
} 
.awards:before,
.awards:after {
    content: '';
    position: absolute;
    top: 0;
    width: 59px;
    height: 204px;
	background-size: 59px 204px;
	background-repeat: no-repeat;
}
.awards:before {
    right: 0;
    background-image: url(images/bracket_right.png);
}
.awards:after {
    left: 0;
    background-image: url(images/bracket_left.png);
}
.award {
    font-size: 18px;
    text-decoration: none;
    color: #272a62;
    margin: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 200px;
            flex: 0 1 200px;
}
.award-image {
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    padding-bottom: 55%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/*.award-link:hover .award-image,
.award-link:focus .award-image {
	opacity: 0.75;
}*/

/* --------------------------------------------- CB CLIENTS ---------------------------------------------- */

.cb-clients {
    text-align: center;
    padding: 150px 20px 50px;
}
.clients-title {
    margin-bottom: 50px;
}
.clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.client {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 185px;
            flex: 0 1 185px; /* 216px */
}
.client-image {
    width: auto;
    padding-bottom: 58%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 10px 20px;
}
.cb-clients .button-box {
    margin-top: 30px;
}

/* --------------------------------------------- CB LR BLOCKS--------------------------------------------- */

.lr-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.lr-image-box {
    width: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
    background-position: bottom left;
}
.lr-image-right .lr-image-box {
    background-position: bottom right;
}
.lr-image-box.background-fixed {
	background-attachment: fixed;
	background-size: cover;
}
.lr-image-max-width .lr-image-box {
    width: 31.25%;
    margin-left: 9.375%;
}
.lr-image-max-width .lr-image-box .responsive {
    width: auto;
    max-width: 100%;
}
.lr-image-right.lr-image-max-width .lr-image-box {
    margin-left: 0;
    margin-right: 9.375%;
}

/*
.testing {
	box-shadow: 0 0 10px red;
}*/
.background-fixed .lr-image-img {
	visibility: hidden;
}
.lr-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.lr-image-overlay {
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
}
.lr-text-overlay,
.lr-chart-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	height: 100%;
}
.lr-chart-flex {
	padding: 12% 4%;
}
.lr-overlay-text {
    margin: 8%;
    max-width: 440px;
}
/* FIX to allow wider table */ 
.what-we-do-page .cb-lr-block:nth-of-type(6) .lr-overlay-text {
	width: 84%;
	margin: 8%;
	max-width: 500px;
}
.lr-overlay-text h1 {
    font-size: 34px;
    margin-bottom: 30px;
}
.white-text,
.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6 {
	color: #fff !important;
}

table, .data-table {
    width: 100%;
}
th, td {
    text-align: left;
    padding: 6px 18px 6px 0;
	font-size: 17px
}
th:last-of-type, td:last-of-type {
    padding-right: 0;
	
}
th {
    font-weight: normal;
    border-bottom: 1px solid #fff;
    font-size: 19px;
	padding-bottom: 10px;
}
tr:nth-of-type(2) td {
	padding-top: 12px;
}

.lr-content {
    width: 31.25%;
    margin-right: 9.375%;
	padding-top: 20px;
	padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.lr-image-right .lr-image-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.lr-image-right .lr-content {
    margin-left: 9.375%;
	margin-right: 0;
}

/* ------------------------------------------------- CHARTS ----------------------------------------------- */

.lr-chart-box {
    background: #272a63;
}
.lr-chart-holder,
.lr-chart-holder img,
.lr-chart-holder div {
    width: 440px;
}
.lr-chart-holder
.chart-holder {
	width: 50%;
	position: relative;
}
.chart-home-1, 
.chart-home-2 {
	width: 520px;	
}
.chart-axes {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	/*transform: translate3d(0,0,0);*/
	will-change: transform;
	
}
.data-point-holder {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: 520px;
	width: 0%;
	height: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.chart-home-1 .data-point-holder, 
.chart-home-2 .data-point-holder{
	background-size: 520px;
}
.lr-chart-box .data-point-holder{
	background-size: 100%;
}

.page-id-1131 .data-point-holder, 
.intent-api-page .data-point-holder {
    background-size: 100%;
}

.data-point-holder.animate-swipe-up {
	width: 100%;
	height: 0%;
	bottom: 0;
	top: auto;
	background-position: bottom left;
}

/* Layered graphic */
.chart-layers {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/* What we do */
.cb-chart .chart-what-we-do-1 {
    max-width: 360px;
    margin: 80px 80px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.chart-label {
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
}
.chart-label-1 {
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.chart-label-2 {
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.chart-label-3 {
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.chart-label-4 {
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}




/* -------------------------------------------- CB CHARTS FULL ------------------------------------------- */

.cb-chart-full {
    text-align: center;
}
.chart-full-title {
    text-align: center;
    font-size: 48px;
    margin-bottom: 60px;
}
.chart-full-content-top {
    margin-bottom: 60px;
}
.cb-chart-full .data-point-holder {
    background-size: 1060px;    
    background-size: 100%;
}
.chart-full-holder {
    margin-bottom: 70px;
}
.chart-full-content h3 {
    font-size: 28px;
    margin-bottom: 30px;
}
.chart-full-content p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
hr.white {
    border-top: 1px solid #fff;
    border-bottom: none;
    background: transparent;
    margin: 3.5em 0;
}
hr.white::after {
    content: none;
}
.chart-full-content .the-serif {
    font-family: TheSerif, serif;
    font-size: 20px;
}

/* ----------------------------------------------- CB TEAM ----------------------------------------------- */

.cb-team {
    padding: 50px 0 0;
    text-align: center;
}
.team-title {
    margin-bottom: 60px;
}
.team {
    width: 86.5%;
    max-width: 1060px;
    margin: 0 auto;
}
.team-member {
    clear: both;
    padding-bottom: 7.15%;
}
.team-photo-box {
    width: 50%;
    float: left;
    margin-right: 7.15%;
    margin-top: 6px;
}
.team-details {
    width: 42.85%;
    float: right;
    text-align: left;
}
.team-role {
    color: #1da09a;
    margin-top: -10px;
    margin-bottom: 20px;
}

/* ----------------------------------------------- CB RULES ---------------------------------------------- */

.rules-container {
    width: 87.5%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 40px 0 80px;
}
.rules-intro {
    width: 87.5%;
    max-width: 660px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}
.rules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -3.575%;
}
.rule {
    width: 26%;
    margin: 3% 3.575%;
    font-size: 0;
}
.rule-image-box {
    display: inline-block;
    width: 80px;
    margin-right: 14px;
}
.rule-title {
    display: inline-block;
    width: calc(100% - 94px);
    vertical-align: bottom;
    margin-bottom: 0;
    font-size: 26px;
    white-space: nowrap;
}	
.rule-desc {
    font-size: 18px;
    display: block;
    padding-top: 20px;
}
.rules-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 40px;
}

/* -------------------------------------------- CB NEWS POSTS -------------------------------------------- */

.cb-news .posts-container {
    max-width: 1220px;
	padding-top: 80px;	
}
.cb-news .posts-header {
    min-height: 145px;
	margin-bottom: 30px;
}
.cb-news-button {
    text-align: center;
    width: 100%;
    display: block;
}

/* ------------------------------------------- CB ARTIOS LOGO -------------------------------------------- */

.cb-logo {
    height: calc(100vh - 100px);
	max-height: 830px;
}
.cb-logo:after {
    content: '';
    background: url(images/homepage.png) no-repeat;
    background-position: center;
    background-position: center bottom 30%;
	background-size: auto 75%;
    position: absolute;
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
}
.cb-logo.background-fixed:after {
	background-attachment: fixed;
    background-position: center bottom 20%;
}
.cb-logo-box {
	height: 50%;
	width: 100%;
}
 /* Variants */
.white-gradient .cb-logo-box-1 {
    background: #fff;
}
.gradient-white .cb-logo-box-2 {
    background: #fff;
}
.white .cb-logo-box {
	background: #fff;
}

/* -------------------------------------------- CB SLIDER --------------------------------------------- */

.cb-slider {
    height: 100%;
	padding: 65px 0;
    background: url(images/what-we-do/little_squares.png) 0 0 repeat;
}
.flexslider {
  min-height: 280px;
}
.slide-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 207px;
    width: 75%;
    max-width: 390px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.slide h3 {
    font-size: 26px;
    margin-bottom: 40px;
    -ms-flex-item-align: start;
        align-self: flex-start;
}
.slide h4 {
    font-size: 22px;
    margin-bottom: 15px;
    -ms-flex-item-align: start;
        align-self: flex-start;
}

/* -------------------------------------------- CB WORD WALL --------------------------------------------- */

.word-container {
	max-width: 100%;
	min-height: 700px;
	overflow: hidden;
}
.word-group {
    text-align: center;
    display: inline-block;
    position: absolute;
    white-space: nowrap;
}
.word-group .h1 {
    font-size: 60px;
	line-height: 1.0;
	margin-bottom: 5px;
}
.word-group .h2 {
    font-size: 32px;
}
.word-group-1 {
    top: 19%;
	left: 11%;
}
.word-group-2 {
    top: 26%;
	left: 41%;
}
.word-group-3 {
    top: 13%;
	right: 12%;
}
.word-group-4 {
    top: 49%;
	left: 16%;
}
.word-group-5 {
    bottom: 29%;
	right: 8%;
}
.word-group-6 {
    bottom: 5%;
	left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

/* ------------------------------------------- CB ACCORDION ---------------------------------------------- */

.accordion-container {
    padding: 2% 0;
}
.accordion-title {
    padding: 20px 0;
    margin-bottom: 0;
    cursor: pointer;
}
.accordion-title:hover {
    color: #1da09a;
}
.accordion-title:before {
    content: "+";
    display: inline-block;
    width: 28px;
}
.accordion-title.open:before {
    content: "-";
}
.accordion-content {
    display: none;
	max-width: 700px;
}


/* --------------------------------------- CB WHAT WE DO CUSTOM ------------------------------------------ */

.icon-item {
    margin-bottom: 80px;
}
.icon-item:last-of-type {
    margin-bottom: 0px;
}
.icon-image-box {
    width: 230px;
    float: left;
}
.icon-image {
    max-width: 160px;
}
.icon-content {
    float: right;
    width: calc(100% - 230px);
}

/* --------------------------------------- CB WHAT WE DO CUSTOM ------------------------------------------ */

.wwd-top-image-box {
    padding: 2% 3% 2% 3%;
    padding: 2% 6% 2% 3%;
    max-width: 85.71%;
	max-width: 908px;
}
.wwd-side-image {
    width: 42.85%;
    width: 46%;
    float: right;
    -webkit-transform: translate(3.15%, -5.5%);
            transform: translate(3.15%, -5.5%);
}
.wwd-1-content {
    width: 50%;
    float: left;
    padding: 5% 0;
}


/* ---------------------------------------------- CB API DEMO -------------------------------------------- */

.api-demo-content {
	padding: 10px 15px;
	width: 100%;
	max-width: 550px;
	height: 250px;
}
.api-demo-button {
	margin-top: 30px;
	vertical-align: bottom;
}
.api-demo-button:hover {
	opacity: 0.8;
}

/* ------------------------------------------------ CB GRID ---------------------------------------------- */

.grid-4-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    margin-bottom: -50px;
}
.grid-item {
    width: 23.5%;
    text-align: center;
	margin-bottom: 40px;
}
.grid-image-box {
    width: 100%;
    height: 140px;
    text-align: center;
}
.cb-grid .grid-title {
    color: #1DA09B;
    font-family: theSans, Verdana, sans-serif;
    margin-top: 12px;
}

/* ----------------------------------------------- CB COLUMNS -------------------------------------------- */

.cb-cols-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.logo-visible .cb-cols-container:before {
	width: 100%;
	height: calc(100% + 90px);
    max-width: 500px;
    max-height: 500px;
    content: '';
    background: url(images/homepage.png) no-repeat;
	background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 75%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0.53;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=53)";
}

.cb-cols-1 {
    width: 41.5%;
}
.cb-cols li {
    list-style: disc;
    margin-bottom: 22px;
}
.cb-cols > div > div :last-of-type {
    list-style: disc;
    margin-bottom: 0px;
}
.cb-cols-2 {
    width: 37.5%;
}
.cb-cols-2 h3 {
	margin-bottom: 34px;
}


/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 05 PAGE TEMPLATE CSS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------- HOME ----------------------------------------------- */

.home .cb-header-container h2 {
    font-size: 56px;
    margin-bottom: 25px;
}
.home .cb-header-container h3 {
    max-width: 650px;
    margin: 0 auto;
}

/* ------------------------------------------------ NEW HOME --------------------------------------------- */

.page-id-7476 .cb-header-container h2 {
    font-size: 48px;
    margin-bottom: 25px;
}
.page-id-7476 .cb-header-container h3 {
    font-size: 38px;
    max-width: 650px;
    margin: 0 auto;
}
img.aligncenter.alignwide {
    max-width: calc(100% + 250px);
    margin: 60px 0;
    margin-left: -125px;
}
.page-id-7476 .cb-center.has-gradient h3 {
    margin-bottom: 50px;
}

.page-id-7476 .clients-title {
    text-transform: initial;
    font-size: 30px;
    color: #272a62;
    font-weight: 600;
}
.cb-center blockquote {
    position: relative;
    padding: 0 50px;
}
.cb-center blockquote::before, 
.cb-center blockquote::after {
    content: '';
    display: block;
    width: 30px;
    height: 26px;
    position: absolute;
    top: 3px;
    background-size: 30px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.cb-center blockquote::before{
    left: 0px;
    background-image: url("images/icons/ldquo.svg");
}
.cb-center blockquote::after {
    right: 0px;
    background-image: url("images/icons/rdquo.svg");
}
.page-id-7476 .cb-center blockquote h3 {
    color: #272a62;
    font-family: theserif;
    font-size: 26px;
    margin-bottom: 20px;
}
.page-id-7476 .cb-center blockquote h4 {
    color: #272a62;
    margin-bottom: 40px;
}

.text-align-left .cb-center-container {
    max-width: 1060px;
    text-align: left;
    width: calc(100% - 50px);
}
.text-align-left .cb-center-container p + h2 {
    margin-top: 50px;
    clear: both;
}

.text-align-left .cb-center-container h3 {
    margin-bottom: 50px;
}
.sidequote {
    background: #272a62;
    padding: 7% 8%;
    margin: 0 0 50px;
}
.sidequote h2, .sidequote h3 {
    color: #fff;
    margin-bottom: 0;
}

.sidequote.right {
    float: right;
    width: 50%;
    margin: 5px 0 40px 5%;
}
.sidequote.left {
    float: left;
    width: 50%;
    margin: 5px 5% 50px 0;
}
.page-id-7476 .cb-awards h3 {
    text-transform: uppercase;
}
.page-id-7476 .cb-awards.padding-L {
    padding-bottom: 3%;
}

/* ----------------------------------------------- DASHBOARDS -------------------------------------------- */

.page-id-7486 .lr-chart-box {
    background: #272a63;
    background-image: linear-gradient(to right, #29235C 0%, #00A099 100%);
}
.text-columns{
    columns: 2;
    column-gap: 30px;
    column-width: 360px;
}
img.wp-image-7409 {
    margin-top: 40px;
}
.cols-3-img-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.cols-3-img-box div {
    width: 30%;
    text-align: center;
    margin: 20px 0;
}
.text-align-left .cols-3-img-box h3, .text-align-left .cols-3-img-box p {
    margin-bottom: 0;
}
.dashboard-cta {
    border: 1px solid #272a62;
    border-width: 1px 0;
    margin: 40px 0;
    padding: 70px 0 50px;
}
.dashboard-cta h2 {
    font-size: 30px;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

/* --------------------------------------------- META CONTENT -------------------------------------------- */

.page-id-7494 .cb-chart + .cb-chart {
    margin-top: -140px;
}	
.box-tick {
    margin-top: 30px;
    text-align: left;
}
.box-tick li {
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
}
.box-tick li::before {
    content: '';
    display: block;
    position: absolute;
    left: -60px;
    top: 3px;
    width: 34px;
    height: 24px;
    background: url(images/icons/box-tick.svg) 0 0 no-repeat;
}

/* -------------------------------------------- SEMI-AUTOMATED ------------------------------------------- */

.page-id-7499 .cb-header-container h2 {
    font-size: 44px;
}
.page-id-7499 .cb-icon-list.padding-M {
    padding-top: 0;
}
.page-id-7499 .cb-chart + .cb-center > .padding-S {
    padding-top: 0;
}

/* --------------------------------------------- ABOUT US 2020 ------------------------------------------- */

.page-id-7504 .cb-header-container h2 {
    font-size: 42px;
}
.page-id-7504 .cb-header-container h3 {
    font-size: 26px;
}
.page-id-7504 .has-chart-border::after {
    content: "Let’s rewind a bit.";
    /*content: "Identify. Integrate. Improve";*/
    width: auto;
    animation: none;
    left: 0;
    top: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 36px;
    border: none;
    width: 100%;
    height: auto;
}
.page-id-7504 .has-chart-border .chart-holder {
    width: 40%;
}
.page-id-7504 .has-chart-border .chart-content {
    width: 53.5%;
}
.page-id-7504 .has-chart-border.padding {
    padding-top: 90px;
    padding-bottom: 10px;
}
.page-id-7504 .cb-center-container.padding-M p + h2 {
    margin-top: 60px;
}
.page-id-7504 .cb-lr-block .lr-image-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ------------------------------------------- LANDING PAGE 2019 ----------------------------------------- */

.page-id-3666 .cb-center br {
	display: block;
}
.page-id-3666 .cb-center-container.padding-S {
    padding-top: 80px;
    padding-bottom: 72px;
}
.page-id-3666 .cb-center-container {
    max-width: 850px;
    width: 75%;
}
.page-id-3666 .lr-image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.lp-2019-boxed {
    max-width: 720px;
    margin: -20px auto;
    border: 1px solid #1da09a;
    border-width: 1px 0;
    padding: 20px 0 2px;
}
.lp-2019-boxed h4 {
color: #272a62;
}
.page-id-3666 .chart-holder {
    max-width: 349px;
}
.page-id-3666 .cb-chart + .cb-center {
	margin: -50px auto -40px;
}
.lp-2019-blockquote {
    margin: 0 auto;
    max-width: 620px;
}
.lp-2019-blockquote h3 {
    font-family: TheSerif, "serif";
    margin-bottom: 30px;
}
.lp-2019-after-domains h3 {
    font-size: 26px;
}

/* ---------------------------------------------- SHOPPING ADS ------------------------------------------- */

.tma-blockquote {
    border: 1px solid #1da09a;
    border-width: 1px 0;
    padding: 20px 2.5% 0;
    max-width: 680px;
    margin: 40px auto 0;
}
.tma-blockquote p {
    color: #272a63;
    font-size: 20px;
    line-height: 1.5;
}
.tma-blockquote cite {
    display: block;
    margin-top: 4px;
    text-transform: uppercase;
    font-style: normal;
    color: #1da09a;
    font-size: 16px;
    font-family: theSans, sans-serif;
}

/* LR Blocks */
.cb-lr-block.has-gradient > .lr-container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.cb-lr-block.has-gradient p {
    font-family: theSans, sans-serif;
}
.page-id-5998 .cb-lr-block.has-gradient .lr-image-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/* 2 Cols */
.page-id-5998 .cb-lr-block + .cb-center > .padding-S {
    padding-top: 50px;
}
.page-id-5998 .cb-cols-container {
    padding-top: 30px;
    padding-bottom: 50px;
}
.page-id-5998 .cb-cols.white-bg h4 {
    margin-bottom: 0;
}
.page-id-5998 .cb-cols-2 {
    width: 45%;
}

/* -------------------------------------------- MACHINE LEARNING ----------------------------------------- */

.page-id-6628 .cb-chart + .cb-center .cb-center-container {
    max-width: 820px;
}
.page-id-6628 .white-bg h3,
.page-id-6628 .white-bg h4 {
    color: #272a62;
}
.page-id-6628 .has-gradient + .cb-chart .padding, 
.page-id-6628 .cb-chart:not(:first-of-type) .padding {
    padding-bottom: 20px;
}
.page-id-6628 .cb-chart h3 {
    font-size: 25px;
    margin-bottom: 22px;
}

/* ------------------------------------------------ ALL NEWS --------------------------------------------- */

.posts-container {
    max-width: 1130px;
    margin: 0 auto;
    padding-top: 180px;
    padding-bottom: 80px;
}
.posts-header {
    width: 46%;
	width: calc(50% - 40px);
}
.posts-title {
    margin-bottom: 16px;
}
.posts-intro {
    margin-bottom: 28px;
}
.news-subnav {
    margin-bottom: 40px;
    display: block;
}
.news-subnav li {
    float: left;
    width: 29%;
    white-space: nowrap;
    margin-right: 4%;
}
.news-subnav li:nth-of-type(2) {
    width: 34%;
}
.news-subnav li:last-of-type {
	margin-right: 0;
}
.news-subnav a {
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 3px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
}

.news-subnav a:hover, 
.news-subnav a:focus,
.news-subnav .current-menu-item a,
.news-subnav .current_page_item a {
	border-color: #1da09a;
	color: #1da09a;
}

/* News posts */
.posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post {
    background: #fff;
    width: 46%;
	width: calc(50% - 40px);
    margin-bottom: 80px;
    text-decoration: none;
	/*overflow: hidden;*/
}
.post:nth-of-type(2n) {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}
.post-image {
    height: auto;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: transform 1000ms;
    -webkit-transition: -webkit-transform 1000ms;
    transition: -webkit-transform 1000ms;
    transition: transform 1000ms;
    transition: transform 1000ms, -webkit-transform 1000ms;
	z-index: 2;
	position: relative;
}
.post:hover .post-image,
.post:focus .post-image {
    -webkit-transform: scale(1.08); 
            transform: scale(1.08);
}
.post-text {
    padding: 30px;
	background: #fff;
}
.post-title {
    font-size: 22px;
    margin-bottom: 5px;
}
.post-subtitle {
    color: #1C9F9A;
	font-size: 18px;
    margin-bottom: 22px;
}
.post-text p {
    font-family: "TheSerif", serif;
    color: #858586;
}
.post-text p:last-of-type {
	margin-bottom: 0;
}

/* Pagination */
.pagination {
	display: block;
	text-align: center;
}
.page-numbers {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: "TheSerif", serif;
    line-height: 1;
    margin: 0 3px;
    padding: 3px;
}
a.page-numbers:hover,
a.page-numbers:focus {
	color: #1da09a;
}
.page-numbers.current {
    border-bottom: 1px solid #fff;
}


/* ---------------------------------------------- SINGLE POST -------------------------------------------- */

.news-post-container {
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 80px;
    padding-top: 180px;
}
.back-to-news {
    position: absolute;
    top: 80px;
    color: #fff;
    left: -40px;
    text-decoration: none;
    font-size: 22px;
}
/*
.single-post h1 {
    float: left;
    width: 60%;
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 40px;
}*/

.single-post h1 {
    width: 65%;
    font-size: 36px;
    line-height: 1.15;
    display: inline-block;
    vertical-align: top;
    padding-right: 5%;
}
.article-cat {
    display: block;
    margin-top: 3px;
    font-size: 30px;
    color: #1da09a;
}

/* Author */
/*
.author-details {
    float: right;
    width: 34%;
    font-size: 22px;
    margin-bottom: 40px;
}
*/
.author-details {
    width: 34%;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}
/*
.author-photo {
    width: 94px;
    margin-bottom: 15px;
}
*/
.author-photo {
    width: 94px;
    margin-right: 8px;
    display: inline-block;
}
.author {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}
.author-job-title {
    display: block;
}

/* Article Content */
/*
.article-content {
    clear: both;
}
*/
.article-content {
    clear: both;
    margin-top: 40px;
}

.article-container {
    max-width: 690px;
    margin: 0 auto;
    padding: 45px;
}
.news-post time {
    display: block;
    margin-bottom: 44px;
    font-size: 22px;
    text-transform: uppercase;
    color: #1C9F9A;
}
.article-container > p:first-of-type {
    font-family: "TheSans", sans-serif;
    font-size: 22px;
    color: #272a63;
    line-height: 1.15;
}
.article-container p {
    font-family: "TheSerif", serif;
}
.article-container h1 {
    font-size: 30px;
	margin-bottom: 21px;
}
.article-container h2 {
    font-size: 25px;
	margin-bottom: 21px;
}
.article-container h3 {
    font-size: 22px;
	margin-bottom: 21px;
}
.article-container h4 {
    font-size: 18px;
}
.article-container blockquote p {
    font-family: "TheSans", sans-serif;
    font-size: 22px;
    line-height: 1.2;
    color: #1C9F9A;
}
.article-container blockquote {
	margin-bottom: 44px;
}

/* Post fixes */
.article-container > div {
    width: auto !important;
}
.img-responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* Sharing */
.sharing {
	margin-top: 32px;
}
.sharing span {
    vertical-align: middle;
    display: inline-block;
    padding-top: 11px;
    margin-right: 12px;
    font-family: "TheSerif", serif;
    color: #272a63;
    font-size: 19px;
    text-transform: uppercase;
}
.sharing a {
    width: 38px;
    height: 38px;
    display: inline-block;
    text-indent: -9999px;
    background-size: 38px;
    background-repeat: no-repeat;
    margin-right: 11px;
}
.sharing a:hover {
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.share-linked-in {
	background-image: url(images/linkedin.png);
}
.share-twitter {
	background-image: url(images/twitter.png);
}


/* ------------------------------------------------ CONTACT ---------------------------------------------- */

.contact-page footer:before {
	content: none;
}
.contact-container {
    max-width: 1125px;
    margin: 0 auto;
}
section, 
.contact-page-form-container {
	margin-bottom: 50px;
    width: 71%;
    width: calc(100% - 295px); 
    float: left;
	padding: 150px 30px 60px;
}
.map-container {
	margin-top: 30px;
}
.contact-page-form {
    max-width: 333px;
    margin-top: 45px;
}


/* Testimonials */
.testimonials {
    width: 250px;
    float: right;
    margin-top: 150px;
}
.testimonial {
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 1.4;
}
.citation {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 24px;
}


/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------------- BLOCK PADDING ---------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.padding-L {
    padding-top: 10%;
    padding-bottom: 10%;
}
.padding-M {
    padding-top: 6.5%;
    padding-bottom: 6.5%;
}
.padding-S {
    padding-top: 30px;
    padding-bottom: 32px;
}
.no-last-padding > *:last-child {
    margin-bottom: 0;
}
.home .cb-center + .cb-clients {
    padding-top: 0;
}
.white-bg.padding-L + .white-bg.padding-L {
    padding-top: 0;
}
.cb-chart +.cb-lr-block {
	padding-top: 40px;
}
.cb-center.has-gradient + .cb-chart .container {
	padding-top: 0;
}
.cb-wwd-custom.white-bg {
    padding-bottom: 3%;
}



/* ---------------------------------------------------------------------------------------------------------- 
-------------------------------------------------- ANIMATION ------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* Slide down & fade in animation */
@-webkit-keyframes slide-down-fade-in {
	0% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transform: translate3d(0, -20%, 0); transform: translate3d(0, -20%, 0); }
	100% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes slide-down-fade-in {
	0% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transform: translate3d(0, -20%, 0); transform: translate3d(0, -20%, 0); }
	100% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.animate-slide-down-fade-in {
	-webkit-animation: slide-down-fade-in 750ms ease-in-out 100ms 1;
	animation: slide-down-fade-in 750ms ease-in-out 100ms 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}



/* Fade in animation */
@-webkit-keyframes fade-in {
	0% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
	100% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fade-in {
	0% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
	100% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.animate-fade-in {
	-webkit-animation: fade-in 750ms ease-in-out 950ms 1;
	animation: fade-in 750ms ease-in-out 950ms 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animate-fade-in-logo {
	-webkit-animation: fade-in 750ms ease-in-out 100ms 1;
	animation: fade-in 750ms ease-in-out 100ms 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}


/* Slide up & fade in animation */
@-webkit-keyframes slide-up-fade-in {
	0% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transform: translate3d(0, 40px, 0); transform: translate3d(0, 40px, 0); }
	100% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes slide-up-fade-in  {
	0% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transform: translate3d(0, 40px, 0); transform: translate3d(0, 40px, 0); }
	100% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.animate-slide-up-fade-in {
	-webkit-animation: slide-up-fade-in 750ms ease-in-out 0.1s 1;
	animation: slide-up-fade-in 750ms ease-in-out 0.1s 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}



/* Rotation animation */
@-webkit-keyframes rotation {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}
@keyframes rotation {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);	}
	100% { -webkit-transform: rotate(359deg); transform: rotate(359deg);	}
}
.animate-rotate {
	-webkit-animation: rotation 5s infinite linear;
	animation: rotation 5s infinite linear;
}
.aos-animate .animate-rotate-1 {
	-webkit-animation: rotation 90s infinite linear;
	animation: rotation 90s infinite linear;
	z-index:3;
}
.aos-animate .animate-rotate-2 {
	-webkit-animation: rotation 45s infinite linear;
	animation: rotation 45s infinite linear;
	z-index:2;
}
.aos-animate .animate-rotate-3 {
	-webkit-animation: rotation 120s infinite linear;
	animation: rotation 120s infinite linear;
	z-index:1;
}



/* Pulse animation */
@-webkit-keyframes pulse {
	0% { opacity: 0.4; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
	50% {  opacity: 1;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
	100% {  opacity: 0.4;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
}
@keyframes pulse {
	0% { opacity: 0.4; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
	50% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
	100% { opacity: 0.4; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
}
.aos-animate .animate-pulse {
	-webkit-animation: pulse 2s infinite linear;
	animation: pulse 2s infinite linear;
}



/* Chart Swipe left-right Animataion */
@-webkit-keyframes swipe-in {
	0% { width: 0% }
	100% { width: 100% }
}		
@keyframes swipe-in {
	0% { width: 0% }
	100% { width: 100% }
}		
/* AOS animate controls when the element is on screen */
.aos-animate .animate-swipe-in {
	-webkit-animation: swipe-in 1.7s ease-in-out 200ms 1;
	animation: swipe-in 1.7s ease-in-out 200ms 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}



/* Chart Swipe up Animataion */
@-webkit-keyframes swipe-up {
	0% { height: 0% }
	100% { height: 100% }
}		
@keyframes swipe-up {
	0% { height: 0% }
	100% { height: 100% }
}		
/* AOS animate controls when the element is on screen */
.aos-animate .animate-swipe-up {
	-webkit-animation: swipe-up 1.7s ease-in-out 200ms 1;
	animation: swipe-up 1.7s ease-in-out 200ms 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}



/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 06 MEDIA QUERIES ---------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 
iphone 3 - 4S   320 x 480px 
iphone 5 - 5S   320 x 568px
iphone 6 - 7    375 × 667px (559??)
iphone 6+ - 7+  414 × 736px (628??)
ipad            768 x 1024px
ipad pro 10.5	834 x 1112px
ipad pro 12.9	1024 x 1366px
*/

/* ------------------------------------------------- AND UP ---------------------------------------------- */

/* 1251 and up */
@media screen and (min-width:1251px) {
	
	
	.page-id-3666 .cb-header-container h2 {
		font-size: 44px;
	}
	
	.page-id-3666 .cb-header-container h3 {
		font-size: 24px;
	}
	
}

/* ------------------------------------------------ AND DOWN --------------------------------------------- */

/* 1450 and down */
@media screen and (max-width:1450px) {
	
	.footer-menu {
		width: 220px;
	}
	
}

/* 1250 and down */
@media screen and (max-width:1250px) {
	
	/* CB INDENT */
	.cb-indent-container {
		margin-left: 6.25%;
	}
	
	/* CB Clients */
	.client {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 16.66%;
		        flex: 1 1 16.66%;
	}
	.client-image {
		margin: 10px 15px;
	}
	
	/* CB Chart */
	.has-chart-border:before,
	.has-chart-border:after {
		content: none;	
	}
	.chart-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.chart-holder {
		width: auto;
		max-width: 540px;
		margin-bottom: 40px;
	}
	.chart-content {
		width: auto;
		max-width: 700px;
		text-align: center;
	}
	.chart-right .chart-holder {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.chart-home-1 {
		margin-bottom: 20px;
	}
	.chart-right .chart-what-we-do-1 {
		max-width: 360px;
		margin-top: 70px;
		-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
				order: 2;
	}

	
	/* CB LR Blocks */
	.lr-content {
		width: 37.25%;
		margin-right: 6.375%;
	}
	.lr-image-right .lr-content {
		margin-left: 6.375%;
		margin-right: 0;
	}
	.lr-image-max-width .lr-image-box {
		width: 50%;
		margin-left: 0;
	}
	.lr-image-right.lr-image-max-width .lr-image-box {
		margin-right: 0;
	}
    
    /* Meta Content pages */
    .page-id-7494 .cb-chart + .cb-chart {
        margin-top: 0;
    }	
	
	/* News article */
	.back-to-news {
		left: auto;
	}

}
	

/* 1150 and down */
@media screen and (max-width:1150px) {
	
	.main-menu li {
		margin-left: 40px;
	}
	
	/* CB LR Blocks */
	/* FIX to allow wider table */ 
	.what-we-do-page .cb-lr-block:nth-of-type(6) .lr-overlay-text {
		width: 90%;
		margin: 5%;
	}
	
	/* Charts */
	.lr-chart-holder,
	.lr-chart-holder img,
	.lr-chart-holder div {
		width: 380px;
	}
	
	/* Background fixed fix for mobile */
	.lr-image-box.background-fixed {
		background-attachment: scroll;
		background-size: 100%;
	}
	.background-fixed .lr-image-img {
		visibility: visible;
	}
	.cb-logo.background-fixed:after {
		background-attachment: scroll;
		background-position: center bottom 30%; /* 20% */
	}
	
	/* Footer */
	.footer-menu {
		width: 150px;
	}
	.footer-seo-alerts {

		margin-top: 35px;
	}	
	.footer-seo-alerts label > span:first-of-type {
		display: block;
		margin: 0 0 15px;
		/*text-align: left;*/
	}	
	.footer-seo-alerts .your-email input {
		width: 100%;
	}	
	
	/* News */
	.news-subnav a {
		font-size: 15px;
	}
   
}

/* 1024 and up */
@media screen and (min-width:1024px) {
	
	.main-menu-nav {
		display: block !important;
	}
	/* Sub menu */
	.main-menu .sub-menu {
		display: none;
	}
	.main-menu .menu-item-has-children:hover > .sub-menu {
		display: block;
		position: absolute;
		top: 100%;
		left: -15px;
		text-align: left;
		padding: 17px 0 1px 15px;
		margin: 0;
		background: #fff;
	}
	.main-menu .sub-menu li {
		margin: 0 0 15px;
        padding-right: 15px;
		white-space: nowrap;
        display: block;
        text-align: left;
	}
    .sub-menu .menu-item-has-children > a::after {
        content: " >";
        display: inline-block;
        padding-left: 11px;
    }
    .main-menu ul .menu-item-has-children:hover >.sub-menu {
        top: -17px;
        left: 100%;
    }
    
	
}
/* 1023 and down */
@media screen and (max-width:1023px) {
	
	.hamburger {
		display: block;
	}
	.main-menu-nav {
		float: none;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
		top: 100px;
		left: 40px;
		width: calc(100% - 80px);
		height: calc(100vh - 100px);
		text-align: center;
		display: none;
		background-color: #1C5D7D;
		background-image: -webkit-linear-gradient(left, #29235C 0%, #00A099 100%);
		background-image: linear-gradient(to right, #29235C 0%, #00A099 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29235C', endColorstr='#00A099',GradientType=1 );
	}
	.header-fixed .main-menu-nav {
		height: calc(100vh - 100px);
	}
	.main-menu {
		padding: 5px 15px;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        /*justify-content: center;*/
		        justify-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
        overflow: auto;
	}
	.main-menu li {
		display: block;
		text-align: center;
		margin: 8px 0;
	}
	
	.main-menu li a {
		font-size: 24px;
		color: #fff;
	}
	
	/* Sub menu */
	.main-menu .menu-item-has-children {
		margin-bottom: 0;
	}
	.main-menu .sub-menu {
		margin: 8px 0 0;
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	
	/* Container */
	.padding {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	
	/* CB INDENT */
	.cb-indent-container {
		margin: 0 auto;
		text-align: center;
	}
	
	
	/* CB Awards */
	.award {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 calc(33.333% - 40px);
		        flex: 0 1 calc(33.333% - 40px);
	}
	
	/* CB Team */
	.team {
		width: 62.5%;
	}
	.team-photo-box {
		width: auto;
		float: none;
		margin: 0 0 30px 0;
	}
	.team-details {
		width: auto;
		float: none;
	}
	
	/* CB LR Block */
	.lr-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}
	.lr-image-right .lr-image-box {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.lr-image-box,	
	.lr-image-max-width .lr-image-box,
	.lr-image-right.lr-image-max-width .lr-image-box {
		width: 100%;
		max-width: 480px;
		margin: 0 auto 40px auto;
	}	
	.lr-content,
	.lr-image-right .lr-content {
		width: 96%;
		max-width: 480px;
		margin: 0 auto 40px auto;
	}	
	
	
	/* CB News */
	.posts-container {
		padding-bottom: 40px;
	}
	
	
	/* Contact */
	section, .contact-page-form-container {
		margin-bottom: 40px;
	}
	.contact-page-form-container {
		width: auto;
		float: none;
		padding: 80px 30px 50px;
	} 
	.testimonials {
		width: auto;
		float: none;
		margin-top: 45px;
	}	
	.testimonial {
		margin-bottom: 40px;	
	}
	.citation {
		margin-top: 15px;
	}
	
	
	/* All news / Knowledge */
	.posts-header {
		width: 48%;
		width: calc(50% - 20px);
	}
	.post {
		width: 48%;
		width: calc(50% - 20px);
		margin-bottom: 40px;
	}
	
	/* News post */
	.news-post-container {
		padding-top: 120px;
		margin-bottom: 40px;
	}
	.back-to-news {
		top: 50px;
	}
	.single-post h1 {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0;
	}
	.author-details {
		float: none;
		width: 100%;
		margin-bottom: 0px;
	}
	.author-photo {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 0;
	}	
	.author {
		display: inline-block;
		vertical-align: middle;
		padding: 15px 0;
	}	
	
	/* Landing page */
	.page-id-3666 .cb-center br {
		display: block;
	}
	
}


/* 900 and down */
@media screen and (max-width:900px) {
	
	/* CB News */
	.cb-news .posts-container {
		padding-top: 60px;
	}
	.cb-news .posts-header {
		min-height: 0;
	}
	.cb-news-button {
		margin-top: 40px;
	}
	
	/* CB Rules */
	.rule {
		width: 42.5%;
	}
	
	/* CB Word Wall */
	.word-group .h1 {
		font-size: 50px;
	}
	.word-group .h2 {
		font-size: 28px;
	}
	.word-group-1 {
		top: 16%;
	}
	.word-group-2 {
		top: 28%;
	}
	.word-group-3 {
		top: 10%;
	}
	.word-group-4 {
		top: 42%;
	}
	.word-group-5 {

		bottom: 26%;
	}
	
	/* CB WWD Custom */
	.wwd-1-content {
		width: 96%;
		float: none;
		padding: 5% 0 0;
		text-align: center;
	}
	.wwd-side-image {
		width: 100%;
		max-width: 480px;
		float: none;
		-webkit-transform: scale(1.055);
		        transform: scale(1.055);
		margin: 40px auto 20px;
		display: block;
	}

	/* All News */
	.posts-header {
		width: auto;
	}
	.post:nth-of-type(2n) {
		-webkit-transform: translateY(40px);
		        transform: translateY(40px);
	}
	.pagination {
		margin-top: 20px;
	}
	
}

/* 800 and down */
@media screen and (max-width:800px) {
	
	body {
		padding-top: 51px;
		border-width: 0 10px 10px 10px;
	}
		
	/* Header */
	header,
	.header-fixed header {
		height: 51px;
		padding-top: 0;
	}
	
	/* menu */
	.main-menu-nav, 
	.header-fixed .main-menu-nav {
		left: 10px;
		width: calc(100% - 20px);
		height: calc(100vh - 51px);
	}
	
	/* Logo */
	.logo {
		top: 10px;
		left: 10px;
	}
	.logo a {
		width: 135px;
		height: 30px;
		background-size: 130px;
	}
	.hamburger {
		top: 1px;
		right: 0;
	}
	
	/* menu */
	.main-menu-nav {
		top: 51px;
	}
	
	/* Sidebars*/ 
	.call-to-action-sidebar {
		display: none;
	}
	.scroll-to-top {
		display: none;
	}
	
	/* CB - Header */
	.full-height {
		height: auto;
		min-height: calc(100vh - 51px);
	}
	
	/* CB Awards */
	.cb-awards {
		padding-top: 70px;
		padding-bottom: 40px;
	}
	.awards-content {
		margin-bottom: 20px;
	}
	.awards {
		padding: 20px 0;
	}
	.awards:before, .awards:after {
		content: none;
	}
	
	/* CB Clients */
	.client {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 33.333%;
		        flex: 0 1 33.333%;
	}
	.client-image {
		margin: 10px 20px;
	}

	/* CB Team */
	.team {
		width: 75%;
	}
	
	/* CB News */
	.cb-news-button {
		margin-top: 60px;	
	}

	
	
	/* CTA window */
	/*.seo-alert-cta-window {
		display: none;
	}*/
	
	/* Footer */
	footer:before {
		content: none;
	}
	.social-media-links {
		float: right;
	}
	.footer-seo-alerts {
		width: 100%;
		margin-top: 20px;
	}
	.footer-seo-alerts label > span:first-of-type {
		text-align: left;
	}
	.footer-seo-alerts .form-button {
		width: 100%;
		margin-bottom: 0;
	}
	a.cookies-link {
		margin: 20px 0 10px;
	}	
	
	/* Container */
	.padding {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	/* Home */
	.home .cb-header-container h2 {
		font-size: 38px;
	}
    .page-id-7476 .cb-header-container h2 {
		font-size: 38px;
	}
    .page-id-7476 .cb-header-container h3 {
		font-size: 32px;
	}

	
	/* All posts */
	.post {
		width: 48%;
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}

	/* News post */
	.news-post-container {
		padding-top: 120px;
		margin-bottom: 10px;
	}
	.back-to-news {
		font-size: 18px;
	}
	.single-post h1 {
		font-size: 30px;
		line-height: 1.2;
	}
	
}

/* 767 and down */
@media screen and (max-width:767px) {
	
	/* CB Header */
	.cb-header-container h2 br {
		display: none;
	}

	
	/* CB Icon List */
	.icon-image-box {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	.icon-content {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	/* CB Grid */
	.grid-item {
        width: 47.5%;
	}
	
	/* CB Cols */
	.cb-cols-container {
		display: block;
	}
	.logo-visible .cb-cols-container:before {
		content: none;
	}

	.cb-cols-1 {
		width: 100%;
        padding-left: 20px;
	}
	.cb-cols > div > div :last-of-type {
		list-style: disc;
		margin-bottom: 0px;
	}
	.cb-cols-2 {
		width: 100% !important;
        margin-top: 60px;
	}
	.cb-cols-2 h3 {
		margin-bottom: 34px;
	}
    
    /* New Home */
    img.aligncenter.alignwide {
        max-width: 100%;
        margin: 40px 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .sidequote.right,
    .sidequote.left {
        float: none;
        width: 100%;
        margin: 0 0 24px 0;
    }
    
    /* Dashboards */
    .cols-3-img-box {
        flex-direction: column;
    }
    .cols-3-img-box div {
        width: 100%;
        margin: 15px 0;
    }
    .dashboard-cta h2 {
        font-size: 22px;
    }
    .chart-full-title {
        font-size: 36px;
    }
    
    /* Meta content */
    .box-tick {
        margin-top: 30px;
        text-align: left;
        margin-left: 60px;
    }
    
    /* Semi-Automated */
    .page-id-7499 .cb-header-container h2 {
        font-size: 32px;
    }
    
    /* About us 2020 */
    .page-id-7504 .cb-header-container h2 {
        font-size: 28px;
    }
    .page-id-7504 .cb-header-container h3 {
        font-size: 20px;
    }
    .page-id-7504 .has-chart-border::after {
        top: 0px;
        font-size: 26px;
    }
	
	/* News post */
	.article-container {
		padding: 30px 25px;
	}
	
	.cb-center-container {
		width: 96%;
	}
	
	/* Landing page */
	.page-id-3666 .cb-center-container.padding-S {
        padding-top: 60px;
        padding-bottom: 42px;
    }
	.lp-2019-after-domains h3 {
		font-size: 20px;
	}

}

/* 600 and down */
@media screen and (max-width:600px) {
	
	h2, .h2 {
		font-size: 26px;
	}
	h3, .h3 {
		font-size: 20px;
	}
	h4, .h4 {
		font-size: 17px;
	}
	
	.white-bg .container {
		width: 100%;
	}
	
	.footer-contact-form-container {
		margin-bottom: 0;
	}
	.footer-contact-details {
		padding-right: 0;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.footer-contact-form-container .wpcf7 {
		display: block;
		width: 100%;
	}
	footer hr {
		display: none;
	}
	
	
	/* CB Awards */
	.awards {
		padding: 20px 0;
	}
	.award {
		margin: 15px 10px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 calc(33.333% - 20px);
		        flex: 0 1 calc(33.333% - 20px);
		font-size: 16px;
	}
	
	/* CB Charts */
	.chart-home-1, 
	.chart-home-2 {
		width: 260px;	
	}
	.chart-home-1 .data-point-holder, 
	.chart-home-2 .data-point-holder,
    .chart-home-2020 .data-point-holder {
		background-size: 260px;
	}
    /*
    .chart-home-2020 .data-point-holder {
        background-size: 100%;
    }*/

	/* CB Clients */
	.cb-clients {
		padding: 40px 0px 40px;
	}
	.clients-title {
		margin-bottom: 20px;
	}
	.client {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 50%;
		        flex: 0 1 50%;
	}
	.client-image {
		margin: 0 10px;
	}
	
	/* CB Team */
	.team {
		width: auto;
	}
	
	/* CB LR Block */
	.lr-content {
		padding-top: 0;
		padding-bottom: 0;
	}
	.lr-overlay-text h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	th, td {
		padding: 3px 10px 3px 0;
		font-size: 15px;
	}
	th {
		padding-bottom: 5px;;
	}
	tr:nth-of-type(2) td {
		padding-top: 5px;
	}
	
	

	/* CB News */
	.cb-news .posts-title {
		font-size: 26px;
	}
	.cb-news-button {
		margin-top: 20px;	
	}
	
	/* CB Rules */
	.rules-container {
		padding: 30px 0 10px;
	}
	.rules {
		margin: 0;
	}
	.rule {
		width: 100%;
		margin: 4% 0;
	}
	.rules-button {
		margin-top: 20px;
	}

	/* CB Word Wall */
	.word-group .h1 {
		font-size: 40px;
		margin-bottom: 2px;
	}
	.word-group .h2 {
		font-size: 28px;
	}
	
	/* CB Slider */
	.cb-slider {
		padding: 45px 0;
	}
	.flexslider {
	  min-height: 320px;
	}
	.slide-container {
		min-height: 248px;
	}
	.slide h3 {
		font-size: 24px;
	}
	.slide h4 {
		/*font-size: 24px;*/
	}
	
	/* All posts */
	.posts {
		display: block;
		padding-bottom: 0;
	}
	.post {
		width: auto;
		margin-bottom: 20px;
		display: block;
	}
	.post:nth-of-type(2n) {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	.post:last-of-type {
		margin-bottom: 0;
	}
	
	/* Contact */
	.contact-page-form-container {
		padding: 40px 7.25% 4.5%;
	} 

	

}

/* 480 and down */
@media screen and (max-width:480px) {
	
	/* Cb Charts */
	.lr-chart-holder,
	.lr-chart-holder img,
	.lr-chart-holder div {
		width: 260px;
	}

	.chart-label br {
		display: none;
	}
	.chart-label-2,
	.chart-label-4	{
		-webkit-transform: translateY(-50%) rotate(180deg);
		        transform: translateY(-50%) rotate(180deg);
		-webkit-writing-mode: vertical-rl;
		    -ms-writing-mode: tb-rl;
		        writing-mode: vertical-rl;
		white-space: nowrap;
		-webkit-transform-origin: center;
		        transform-origin: center;
	}	
	.chart-right .chart-what-we-do-1 {
		margin: 50px 25px 35px;
	}

	
	/* CB - Header */
	.cb-header.logo-large:before {
		opacity: 0.43;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=43)";
	}
	.cb-header-container {
		padding: 15px;
	}
	.cb-header-container h2 {
		margin-bottom: 24px;
		font-size: 24px;
	}
	.cb-header-container h3 {
		font-size: 18px;
	}
	.cb-header-container h4 {
		margin-bottom: 24px;
		font-size: 16px;
	}
	.cb-header-container .button_2 {
		margin-top: 20px;
	}
	
	/* CB Logo */
	.cb-logo:after {
		background-size: 75%;
	}
	
	/* CB Word Wall */
	.word-container {
		min-height: 600px;
	}
	.word-group .h1 {
		font-size: 34px;
	}
	.word-group .h2 {
		font-size: 22px;
	}
	.word-group-1 {
		top: 13%;
	}
	.word-group-2 {
		top: 26%;
	}
	.word-group-3 {
		top: 7%;
	}
	.word-group-4 {
		top: 39%;
	}
	.word-group-5 {
		bottom: 26%;
		left: 2%;
		right: 2%;
	}
	.word-group-5 {
		left: 2%;
		right: 2%;
		-webkit-transform: none;
		        transform: none;
	}

	
	/* Home */
	.home .cb-header-container h2 {
		font-size: 34px;
	}
	.home .cb-header-container h3 {
		font-size: 20px;
	}
    .page-id-7476 .cb-header-container h2 {
		font-size: 32px;
	}
    .page-id-7476 .cb-header-container h3 {
		font-size: 20px;
	}
	
	/* All posts */
	.news-subnav li {
		width: 26%;
	}
	.news-subnav li:nth-of-type(2) {
		width: 40%;
	}	
	.news-subnav li a {
		font-size: 13px;
	}
	
	
	/* News Post */
	.author {
		display: inline-block;
		vertical-align: middle;
		padding: 14px 0;
		font-size: 18px;
	}
	
	/* News post */
	.article-container {
		padding: 30px 25px;
	}
	.news-post time {
		display: block;
		margin-bottom: 24px;
		font-size: 17px;
	}
	.article-container > p:first-of-type {
	    font-size: 21px;
	}
	.article-container blockquote p {
		font-size: 20px;
	}
	
}

/* 374 and down */
@media screen and (max-width:374px) {	
	
	.button {
		font-size: 16px;
		padding: 13px 15px;
	}

	.home .cb-header .button {
		padding: 13px 10px;
	}
	
	/* CB Word Wall */
	.word-group {
		white-space: normal;
	}
	.word-group .h1 {
		font-size: 30px;
	}
	.word-group .h2 {
		font-size: 19px;
	}

}


/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

}