/*
Theme Name: Zetica v1.1
Theme URI: https://xist2.com/
Description: Zetica 2016 Theme
Author: XIST2
Author URI: http://xist2.com
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Colours 

green: #28ae89
blue: #214761
navy: #14303F
white: #fff
grey: #d5d5d5

*/

/* Reset */

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

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;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}

.mobile-only {
	display: none;
}

/* Grid */

.row {
	margin: 0
}
.col, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding: 0
}
.col, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
@media (min-width:768px) {
	.col, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
}
@media (min-width:990px) {
	.col, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
}
@media (min-width:1200px) {
	.col, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
}
.row:after, .row:before {
	content: " ";
	display: table
}
.row:after {
	clear: both
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
@media (max-width: 1199px) {
	.row {
		margin: 0
	}
	.col, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding: 0
	}
}
@media (max-width: 989px) {
	.col, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		position: relative;
		min-height: 0;
		padding: 0
	}
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px
}
.col-xs-5ths {
	width: 20%;
	float: left
}
@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left
	}
}
@media (min-width: 990px) {
	.col-md-5ths {
		width: 20%;
		float: left
	}
}
@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left
	}
}
/* WP Defaults */

.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
/* Defaults */

body, html {
	height: 100%;
	overflow-x: hidden;
}
body {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
}
#wrapper {
	background: #214761;
	background: -moz-linear-gradient(top, #214761 70%, #214761 70%, #28ae89 100%);
	background: -webkit-linear-gradient(top, #214761 70%, #214761 70%, #28ae89 100%);
	background: linear-gradient(to bottom, #214761 70%, #214761 70%, #28ae89 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214761', endColorstr='#28ae89', GradientType=0);
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.inner {
	padding: 30px;
}
.half-padding {
	padding:15px;
}
.half-padding.left {
	padding-right: 15px;
}
.half-padding.right {
	padding-left: 15px;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	line-height: 150%;
	font-size: .95em;
}
b, strong {
	font-weight: 700;
}
a, a:hover {
	color: #fff;
	text-decoration: none;
}
.main a {
	text-decoration: underline;
}
.main ul, .main ol {
	padding-left: 2.5rem;
}
.main ul li, .main ol li {
	line-height: 150%;
	font-size: 1rem;
	color: inherit;
}
h1 {
	font-size: 2.5em;
	margin-bottom: 15px;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 50px;
}
.separator {
	border-bottom: 1px solid #28ae89;
	margin: 30px;
}
.more {
	background: #28ae89;
	border: 1px solid #fff;
	text-align: center;
	padding: 10px;
	-webkit-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
	text-decoration: none !important;
}
.more:hover {
	background: #214761;
}
.more.box-more {
	opacity: 0;
}
.hover-box:hover .hover, .hover-box:hover .more.box-more, .about-box .more.box-more {
	opacity: 1;
}

.btn {
	color: #fff;
	background: #28ae89;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 15px 10px;
	box-shadow: 0px 5px 60px #4D4B48;
	font-weight: 700;
}
div.wpcf7-response-output {
	color: #000;
}


/* Header */

header {
	background: #fff;
	position: relative;
	z-index: 120;
}

header .container {
	position: relative;
}

header .container .inner {
	padding: 30px 30px 0 30px;
}

header a.logo,
header a.logo img {
	display: block;
	width: 220px;
	height: auto;
}

.mobile-links {
	display: none;
}

header nav {
	padding: 30px 0 15px 30px;
}

header nav ul li {
	display: inline-block;
	margin: 0 12px;
}

header nav ul li:first-child {
	margin: 0 12px 0 0;
}

header nav ul li a,
header nav ul li a:hover {
	font-weight: 700;
	color: #204761;
	display: block;
	position: relative;
	padding: 0 0 5px 0;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

header nav ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	width: 0;
	background: #29AF8A;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

header nav ul li:hover a:after {
	width: 100%;
}

header nav ul li.menu-item-has-children {
	position: relative;
}

header nav ul li.menu-item-has-children ul {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	background: #cbd2d7;
	padding: 12px 24px;
	border-top: 10px solid #fff;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

header nav ul li.menu-item-has-children:hover ul {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

header nav ul li.menu-item-has-children ul li {
	display: block;
	margin: 0;
}

header nav ul li.menu-item-has-children ul li:first-child {
	margin: 0;
}

header nav ul li.menu-item-has-children ul li a {
	padding: 12px 32px 12px 0;
	font-size: 16px;
	line-height: 20px;
	position: relative;
}

header nav ul li.menu-item-has-children ul li a:hover {
	color: #28ae89;
}

header nav ul li.menu-item-has-children ul li a:after {
	background: #204761;
	width: 100%;
}

header nav ul li.menu-item-has-children ul li:last-child a:after {
	display: none;
}

header nav ul li.menu-item-has-children ul li a:before {
	content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .logos {
	position: absolute;
	top: 60px;
	right: 30px;
}

header .logos a img.mobile-logo {
	display: none;
}

header .logos a img.desktop-logo {
	display: block;
	height: 35px;
	width: auto;
}

header .logos a {
	display: inline-block;
	padding: 0 30px 10px 30px;
	border-right: 1px solid rgba(32, 71, 97, 0.15);
}

header .logos a:first-child {
	padding: 0 30px 10px 0;
}

header .logos a:last-child {
	padding: 0 0 10px 30px;
	border-right: none
}

header #searchform {
	position: absolute;
	right: 30px;
	bottom: 13px;
	width: 195px;
	height: 25px;
}

header #searchform input[type=text] {
	border: none;
	border-bottom: 1px solid #204761;
	border-radius: 0;
	font-size: 15px;
	padding: 2px 25px 5px 0;
	color: #204761;
	width: 100%;
}

header #searchform input[type=text]::-webkit-input-placeholder {
	color: #204761 !important;
}

header #searchform input[type=text]:-moz-placeholder {
	color: #204761 !important;
}

header #searchform input[type=text]::-moz-placeholder {
	color: #204761 !important;
}

header #searchform input[type=text]:-ms-input-placeholder {
	color: #204761 !important;
}

header #searchform input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
    width: 25px;
	height: 30px;
}

header #searchform .btn-search {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	padding: 0;
	width: 25px;
	height: 30px;
}

header #searchform .btn-search:hover {
	cursor: pointer;
}

header #searchform .btn-search svg {
	height: 18px;
	width: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

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

	header a.logo,
	header a.logo img {
		width: 130px;
	}

	header .container {
	    position: static;
	}

	header .container .inner {
	    position: relative;
	    padding: 15px;
	}

	.mobile-links {
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.mobile-links a {
		width: 35px;
		height: 35px;
		border: 1px solid #204761;
		line-height: 35px;
		display: inline-block;
		vertical-align: top;
		margin: 0 3px;
		text-align: center;
		color: #204761;
		font-size: 20px;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}

	.mobile-links a:hover,
	.mobile-links a.active {
		color: #fff;
		background: #204761;
	}

	header nav {
		padding: 0
	}

	header .logos {
	    position: static;
	    background: #204761;
	    padding: 30px 0;
	    text-align: center;
	}

	header .logos a,
	header .logos a:first-child,
	header .logos a:last-child {
	    border-right: none;
	    box-shadow: 0px 2px 10px #000000;
	    margin: 0 15px;
	    background: #fff;
	    position: relative;
	    max-width: calc(33vw - 30px);
	    width: 100px;
	    height: 100px;
	    padding: 0;
	}

	header .logos a img.desktop-logo {
	    display: none;
	}

	header .logos a img.mobile-logo {
	    display: block;
	    margin: auto;
	    height: 48px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}

	header nav {
		display: none;
	}

	header nav ul {
		text-align: center;
		padding: 12px 0;
		background: #cbd2d7;
	}

	header nav ul li,
	header nav ul li:first-child,
	header nav ul li:last-child {
		margin: 0;
		display: block;
	}

	header nav ul li a,
	header nav ul li a:hover {
		font-size: 20px;
		padding: 12px;
	}

	header nav ul li a:after {
		display: none;
	}

	header nav ul li.menu-item-has-children ul {
	    opacity: 1;
	    visibility: visible;
	    z-index: 1;
	    position: static;
	    width: 100%;
	    margin-left: 0;
	    background: #fff;
	    padding: 12px 24px;
	    border-top: 0;
	}

	header nav ul li.menu-item-has-children ul li a {
		display: inline-block;
	}

	.overlay {
		display: none;
		background: #fff;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
	}

	header {
		position: relative;
		z-index: 120;
	}

	header #searchform {
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		z-index: 120;
	}

	body.open-search header #searchform {
		display: block
	}

}



/* Zetica Road */

body.zetica-road-branding #wrapper {
	background: transparent linear-gradient(180deg, #252A36 0%, #252A36 70%, #28334A 100%) 0% 0% no-repeat padding-box;
}

body.zetica-road-branding .btn,
body.zetica-road-branding .more {
    background: #ED8B00;
}

body.zetica-road-branding .more:hover {
	background: #214761;
}

body.zetica-road-branding .separator,
body.zetica-road-branding .line,
body.zetica-road-branding footer {
    border-color: #ED8B00;
}

body.zetica-road-branding #copyright {
	background: #252A36
}


.inner-cta {
	padding: 10px 30px;
}
#cta {
	background: #214761;
	position: relative;
}
#sites {
	position: relative;
	margin-top: 30px;
	height: 100px;
}
#sites a {
	background: rgba(255, 255, 255, .9);
	width: 33.33333333%;
	position: absolute;
	-moz-box-shadow: 0px 3px 15px #4D4B48;
	-webkit-box-shadow: 0px 3px 15px #4D4B48;
	box-shadow: 0px 3px 15px #4D4B48;
	text-align: center;
	height: 100px;
	padding: 15px;
	z-index: 1;
	display: block;
	-webkit-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}
#sites a:nth-child(2) {
	background: #fff;
}
#sites a img {
	max-width: 100%;
	height: 100%;
	-webkit-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}
#sites a#logo2 {
	top: -25px;
	left: 33.33333333%;
	height: 150px;
	z-index: 4;
}
#sites a#logo3 {
	right: 0;
}
#sites a#logo1:before, #sites a#logo3:after {
	color: #4D4B48;
	position: absolute;
	top: 50%;
	font-size: 1.5em;
}
#sites a#logo1:before {
	content: '\f053';
	font-family: FontAwesome;
	left: 50px;
}
#sites a#logo3:after {
	content: '\f054';
	font-family: FontAwesome;
	right: 50px;
}
#sites a>img, #sites a:after, #sites a:before {
	opacity: .3;
}
#sites a:hover>img, #sites a:hover:after, #sites a:hover:before {
	opacity: 1;
}
#sites a:nth-child(2)>img, #sites a:nth-child(2):hover>img {
	opacity: 1;
}
#search {
	position: absolute;
	right: 30px;
	top: 5px;
}
#search input#s {
	background: #214761;
	text-align: right;
	border: 1px solid #fff;
	padding: 5px;
	font-family: 'Droid Sans', sans-serif;
	color: #fff;
	height: 25px;
	border-radius: 0
}
#s_icon {
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-left: none;
	display: inline-block;
	vertical-align: top;
	margin-left: -8px;
	text-align: center;
	line-height: 23px;
}
#s_icon:after {
	content: '\f002';
	font-family: FontAwesome;
}
#search input {
	border-right: none !important;
	outline: none;
	text-align: left !important
}
#search ::-webkit-input-placeholder {
	color: #fff !important;
	text-align: left
}
#search :-moz-placeholder {
	color: #fff !important;
	text-align: left
}
#search ::-moz-placeholder {
	color: #fff !important;
	text-align: left
}
#search :-ms-input-placeholder {
	color: #fff !important;
	text-align: left
}
#search input#searchsubmit {
	position: absolute;
	right: 1px;
	background: none;
	border: none;
	width: 25px;
	height: 25px;
	cursor: pointer
}
.ser-more {
	line-height: 40px;
}
/* Breadcrumb */

#crumbs {
	padding: 50px 30px 0 30px;
}
#crumbs span.sep {
	margin: 5px;
	font-size: 0.7em;
	text-decoration: none;
}
#crumbs span {
	text-decoration: underline;
}
#crumbs span.cur {
	text-decoration: none;
}

.icons {
	display: none;
}


/* CTA Banner */

.contact-bar {
	position: absolute;
	top: 0;
	right: 30px;
	background: #14303F;
	font-size: 13px;
	padding: .75rem;
	text-align: center;
}

.contact-bar:before {
	content: '';
	position: absolute;
	top: 0;
	right: -100vw;
	background: #14303F;
	height: 100%;
	width: 100vw;
}

@media only screen and (max-width:992px) {
	.contact-bar {
		right: 0;
		width: 100%;
	}
}


/* Careers Banner */

.careers-banner {
	border: 4px solid #fff;
	background: transparent linear-gradient(90deg, #29AF8A 0%, #204761 100%) 0% 0% no-repeat padding-box;
}

.careers-banner .col-md-6.inner {
	padding-left: 30px;
}

.careers-banner h1 {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 7.5px;
	margin: 0
}

.careers-banner h2 {
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 7.5px;
	margin: 0;
}

.careers-banner p {
	font-size: 20px;
	line-height: 120%
}

.careers-banner a {
	text-decoration: none;
	font-size: 18px;
}

.careers-banner a:hover {
	color: #29AF8A
}

.careers-banner .careers-line {
	height: calc(100% - 30px);
	width: 2px;
	background: #29AF8A;
	position: absolute;
	left: 0;
	top: 15px;
}

.relative {
	position: relative;
}

.careers-banner .careers-page {
	display: block;
	position: relative;
	height: 100%;
}

.careers-banner .careers-page:hover {
	background: #29AF8A;
	color: #fff
}

.careers-banner .careers-page span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 600;
	font-size: 25px;
}


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

	.careers-banner .same {
		height: auto !important;
	}

	.careers-banner .careers-page span {
		position: static;
		top: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		text-align: left;
	}

	.careers-banner .col-md-6.inner,
	.careers-banner .col-md-3.inner {
		padding: 30px 15px 15px 15px;
	}

	.careers-banner .col-md-3.inner:last-child {
		padding-bottom: 30px;
	}

	.careers-banner a:hover {
		color: #214761;
	}

	.careers-banner .careers-page:hover {
		background: #214761;
	}

}


/* Default */

.inner-sm {
	padding: 15px;
}
.inner-quick {
	padding: 0 150px;
	text-align: center;
}
.quick-more {
	margin: 20px 50px 10px 50px;
}
.inner-quick h3 {
	padding: 5px 0 0 0;
	font-weight: 400;
	font-size: 1em;
}
.inner-quick p {
	font-size: 0.7em;
}
/* Home */


.hover-box {
	position: relative;
	overflow: hidden;
}

.hover {
	position: absolute;
	top: calc(100% - 60px);
	-webkit-transition: all ease .5s;
	-ms-transition: all ease .5s;
	transition: all ease .5s;
	padding: 0 15px 15px 15px;
	background: #28ae89;
	height: 100%;
	width: 100%;
}

.hover-box:hover .hover {
	top: 0;
}

.hover .box-more {
	left: 15px;
	right: 15px;
	bottom: 15px;
}

.hover p {
	font-size: 0.7em;
	padding: 10px 0;
}
.hover h1 {
	font-size: 1.1em;
	font-weight: 700;
	position: relative;
	padding-right: 15px;
	height: 62px;
}
.hover h1 span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	padding-right: 15px;
}
.hover h1:after {
	font-family: FontAwesome;
	content: '\f054';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	visibility: visible;
	-webkit-transition: all ease .5s;
	-ms-transition: all ease .5s;
	transition: all ease .5s;
}
.hover-box:hover .hover h1:after {
	opacity: 0;
	visibility: hidden;
}
.box-btn {
	opacity: 1;
	-webkit-transition: all ease 1s;
	-ms-transition: all ease 1s;
	transition: all ease 1s;
	min-height: 62px;
}
.box-btn:after {
	font-family: FontAwesome;
	content: '\f054';
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box-btn span {
	position: absolute;
	top: 50%;
	padding-right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box-more {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
}
/* About */

.about-box {
	margin: 5px 0;
	display: block;
}
.about-box .text {
	padding: 5px 15px 0 15px;
}
.inner-wm {
	margin: -30px 30px;
}
#world-map {
	width: 100%;
}
.sisters {
	position: relative;
	display: block;
	overflow: hidden;
	height: 218px;
	background-size: cover !important;
}

.white-logo {
	padding: 15px;
	margin: 0 0 15px 0;
}

.map-svg {
	margin-bottom: 30px;
}

.map-svg svg {
	padding: 30px 0;
	border-top: 1px solid #28ae89;
	border-bottom: 1px solid #28ae89;
}

.zetica-clock .clock {
	background: #28ae89;
	padding: 20px;
	font-size: 18px;
}

.zetica-clock .clock span.title {
	border-right: 1px solid #fff;
	padding-right: 15px;
	margin-right: 10px;
}

.zetica-clock .clock .far {
	margin-right: 6px;
}

.zetica-clock .clock #zeticaUK {
	display: inline-block;
	padding-left: 6px;
}

.zetica-clock .clock span.message {
	display: inline-block;
	padding-left: 30px;
}



/* News */

.left {
	float: left;
}
.right {
	float: right;
}
.news-more {
	text-decoration: none;
	line-height: 50px;
}
h3.post-title {
	border-bottom: 1px solid #fff;
	margin: 20px 0;
}
.icon {
	margin: 25px auto;
	display: block;
	background: url(img/news.png) center no-repeat;
	background-size: 92px 80px;
	width: 92px;
	height: 90px;
}
.icon-right:before {
	content: '';
	background: url(img/line.png) center no-repeat;
	background-size: 100% 1px;
	width: 50%;
	height: 1px;
	display: inline-block;
	left: -45px;
	top: 50%;
	position: absolute;
}
.icon-left:after {
	content: '';
	background: url(img/line.png) center no-repeat;
	background-size: 100% 1px;
	width: 50%;
	height: 1px;
	display: inline-block;
	right: -45px;
	top: 50%;
	position: absolute;
}
/* New News */

.aj_load {
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 220px;
	margin: 0 0 0 -110px;
	font-size: 1.25em;
	background: #28ae89;
	text-align: center;
	z-index: 999;
	padding: 10px;
}
.news-post {
	width: 100%;
	position: relative;
	padding: 50px 15px;
}
.news-post:nth-child(odd) {
	background: url(img/angle-odd.png) no-repeat 45% bottom;
	background-size: 120px auto;
}
.news-post:nth-child(even) {
	background: url(img/angle-even.png) no-repeat 45% bottom;
	background-size: 120px auto;
}
.news-post:nth-child(odd):last-child {
	background: url(img/angle-odd-last.png) no-repeat 45% bottom;
	background-size: 120px auto
}
.news-post:nth-child(even):last-child {
	background: url(img/angle-even-last.png) no-repeat 45% bottom;
	background-size: 120px auto;
}
/*

.news-post:first-child:before {
	background: url(img/angle-arrow.png) no-repeat;
    background-size: 120px 57px;
    content: '';
    display: block;
    width: 120px;
    height: 57px;
    position: absolute;
    right: 45%;
    top: -40px;
}

*/

.news-post h2 {
	position: absolute;
	top: 20px;
	width: 45%;
	font-size: 1.25em
}
.news-post .news-line {
	height: 1px;
	background: #fff;
	width: 70%;
}
.news-post .text {
	width: 45%;
	padding-top: 5px;
	min-height: 140px;
}
.news-post .text a {
	display: inline-block;
	padding: 5px 30px;
	margin-top: 5px;
	cursor: pointer;
}
.news-post .news-hex {
	width: 80px;
	height: 70px;
	position: absolute;
	background: url(img/hexagon.png);
	background-size: 80px 70px;
	top: 16px;
	text-align: center;
	line-height: 70px;
	font-size: 2em;
	color: #28ae89
}
.news-post .news-hex.news:after, .news-post .news-hex.industry-news:after, .news-post .news-hex.whitepaper:after, .news-hex.news-archive:after {
	content: '\f1ea';
	font-family: FontAwesome;
}
.news-post .news-hex.live-tweets:after {
	content: '\f099';
	font-family: FontAwesome;
}
span.hashtag.hashtag_local a, a.link.link_untco, span.username.username_linked a {
	padding: 0;
}
span.embed_image.embed_image_yes {
	display: none;
}
.news-post:nth-child(odd) h2 {
	right: 0;
}
.news-post:nth-child(odd) .text {
	float: right;
}
.news-post:nth-child(odd) .news-line {
	position: absolute;
	right: 15px
}
.news-post:nth-child(odd) .news-hex {
	right: 70%;
	margin-right: 14px;
}
.news-post:nth-child(even) h2 {
	left: 15px;
}
.news-post:nth-child(even) .text {
	float: left;
}
.news-post:nth-child(even) .news-line {
	position: absolute;
	left: 15px;
}
.news-post:nth-child(even) .news-hex {
	left: 70%;
	margin-left: 14px;
}
/* Downloads */

.inner-dl {
	padding: 0 15px;
}
.inner-field {
	padding: 10px 30px;
}
.dl-box {
	position: relative;
	padding-bottom: 28px;
}
.dl-box div:after {
	content: '';
	position: absolute;
	background: url(img/pdf.png) center no-repeat;
	background-size: 100px 100px;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
}
p.dl-title {
	text-align: center;
	margin: 15px 0;
}
.dl-more {
	//margin: 0 auto;
	//display: block;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#downloads {
	position: relative;
}
.clear {
	clear: both;
}
.inner {
	padding: 15px;
}
.inner.col-xs-12 {
	padding: 15px 30px;
}
input#dl_id {
	display: none;
}
.dl_popup {
	position: fixed;
	top: 50%;
	z-index: 100;
	width: 990px;
	left: 50%;
	margin: -114px 0 0 -495px;
	display: none;
}
.dl_popup h3 {
	background: #28ae89;
	padding: 0 15px;
	color: #fff;
	position: relative
}
.submit {
	right: 30px;
	border: none;
	-webkit-appearance: none;
	background: #28ae89;
	cursor: pointer;
	color: #fff;
	padding: 10px 70px;
	font-family: 'Droid Sans', sans-serif;
	-webkit-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}
.submit:hover {
	background: #214761;
}
.dl_popup form {
	background: #fff;
	padding: 15px;
}
.dl_popup select {
	height: 38px;
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	font-size: 16px;
	padding: 0 10px;
	outline: none;
	cursor: pointer
}
.dl_popup .submit {
	height: 38px;
	text-align: center;
}
.dl_popup input[type=text], .dl_popup input[type=email], .dl_popup .submit {
	padding: 10px;
	outline: none;
	font-size: 1em;
	border: none;
	margin-bottom: 15px;
	font-family: 'Droid Sans', sans-serif;
	padding: 10px;
	margin: 5px 0;
}
.dl_popup input[type=text], .dl_popup input[type=email] {
	background: #d5d5d5;
	color: #000;
}
.dl_popup .left {
	width: 48.5%;
	margin-right: 1.5%;
	float: left;
}
.dl_popup .right {
	width: 48.5%;
	margin-left: 1.5%;
	float: right;
}
.dl_popup .full {
	width: 100%;
	float: left;
}
.dl_popup input.mrg {
	margin-bottom: 15px
}
/*

#popup {
	position: absolute;
	top: 20px;
	z-index: 100;
	width: 768px;
	left: 50%;
	margin-left: -384px;
	display: none;
	background: #fff;
}

#popup {
	display: none;
}

#dl-form h3 {
	background: #28ae89;
    padding: 0 30px;
}

#dl-form {
	position: relative;
}

span.submit {
    right: 30px;
    border: none;
    -webkit-appearance: none;
    background: #28ae89;
    cursor: pointer;
    color: #fff;
    padding: 10px 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 700;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
    bottom: -25px;
}

span.submit:hover {
	background: #214761;
}

input.field {
	width: 100%;
	background: #d5d5d5;
	border: none;
	-webkit-appearance: none;
	font-family: 'Droid Sans', sans-serif;
	color: #000;
	padding: 10px;
	font-weight: 700;
}

*/

#close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 10px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
	z-index: 999;
}
#close:after {
	font-family: FontAwesome;
	content: '\f00d';
}
#controls {
	margin-bottom: 40px;
	padding: 0 15px;
	margin-top: -30px;
}
#controls a {
	display: block;
	float: left;
	padding: 5px 30px
}
#controls .search {
	float: right;
}
#controls .search input[type=text] {
	border: 1px solid rgba(255, 255, 255, .5);
	border-right: none;
	background: none;
	padding: 4px;
	height: 28px;
	font-size: .875em;
	outline: none;
	display: inline-block;
	vertical-align: top;
	color: #fff
}
#controls .search .sub {
	border: 1px solid rgba(255, 255, 255, .5);
	border-left: none;
	background: none;
	outline: none;
	height: 28px;
	width: 28px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	line-height: 26px;
	text-align: center;
	font-size: .75em
}
#controls .search .sub:after {
	content: '\f002';
	font-family: FontAwesome;
}
#tabs {
	text-align: right;
	margin-bottom: 40px;
}
#tabs li {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
}
#tabs li:hover {
	cursor: pointer;
}
#tabs li.active span {
	border-bottom: 2px solid #fff;
	padding-bottom: 4px;
}
/* Careers */

.inner-job {
	padding: 30px 200px 30px 30px;
}
.job-overlay {
	background: rgba(40, 174, 137, 0.9);
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(40, 174, 137, 0.9), rgba(255, 255, 255, .1));
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(40, 174, 137, 0.9), rgba(255, 255, 255, .1));
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(40, 174, 137, 0.9), rgba(255, 255, 255, .1));
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(40, 174, 137, 0.9), rgba(255, 255, 255, .1));
	/* Standard syntax (must be last) */
}
/* Contact */

#form {
	background: #fff;
}
#form h3 {
	background: #28ae89;
	padding: 0 15px;
}
.inner-fields {
	padding: 0 30px;
	position: relative;
}
.inner-form {
	padding: 30px 150px;
}
.wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 textarea {
	width: 100%;
	background: #d5d5d5;
	border: none;
	-webkit-appearance: none;
	font-family: 'Droid Sans', sans-serif;
	color: #000;
	padding: 10px;
	margin: 5px 0;
}
::-webkit-input-placeholder {
	color: #000!important;
}
:-moz-placeholder {
	color: #000!important;
}
::-moz-placeholder {
	color: #000!important;
}
:-ms-input-placeholder {
	color: #000!important;
}
.wpcf7 input[type=submit] {
	right: 30px;
	border: none;
	-webkit-appearance: none;
	background: #28ae89;
	cursor: pointer;
	color: #fff;
	padding: 10px 70px;
	font-family: 'Droid Sans', sans-serif;
	-webkit-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
	position: absolute;
	bottom: 25px;
}
.wpcf7 input[type=submit]:hover {
	background: #214761;
}
/* Partners */

/* Partners */

#partners {
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding: 15px;
	margin-bottom: 30px;
}
.slick-slide img {
	display: block;
	margin: 0 auto;
}
.carousel {
	position: relative;
}
.p_prev, .p_next {
	color: #4D4B48;
	z-index: 1;
	position: absolute;
	transform: translate(0, -50%);
	font-size: 1.5em;
	top: 50%;
	cursor: pointer;
	display: none;
}
.p_prev {
	left: 10px;
}
.p_next {
	right: 10px;
}
.p_prev:before {
	font-family: FontAwesome;
	content: "\f053";
}
.p_next:after {
	font-family: FontAwesome;
	content: "\f054";
}
.paddingBtm {
	padding-bottom: 45px
}
/* Search Page */

.search-item h2, .search-item p {
	padding-bottom: .5rem;
}


/* Tablepress */

.tablepress tfoot th, .tablepress thead th,
.tablepress .row-hover tr:hover td {
    background-color: #14303F !important;
}


/* Footer */

footer {
	border-top: 1px solid #28ae89;
	text-align: center;
}
footer h3 {
	font-size: 1em;
}
footer p {
	font-size: .95em;
}
#menu-footer-menu {
	list-style: none;
}
.menu-footer-menu-container ul li a {
	text-decoration: none;
	font-size: .95em;
	text-align: center;
}
.line {
	border-top: 5px solid #28ae89;
	margin: 0 50px;
}
#copyright {
	background: #14303F;
	font-size: .7em;
	padding: 10px;
}

/* Media Queries */

/* LANDSCAPE iPAD */

@media (max-width: 1200px) {
	#sites a#logo1:before {
		left: 10px;
	}
	#sites a#logo3:after {
		right: 10px;
	}
	.p_prev, .p_next {
		display: block;
	}
}
/* PHONE */

@media (max-width: 989px) {

	#cta {
		display: none;
	}

	.inner-cta span {
		display: none;
	}
	#search {
		position: static;
		top: auto;
		right: auto;
		width: auto;
		margin: auto;
		display: block;
		text-align: center;	
	}
	#sites a#logo2 {
		left: 0;
		top: 0;
		background: none;
		border: 0;
		position: static;
		padding: 0;
		height: auto;
		width: 180px;
		float: left;
		margin: 20px 0 20px 30px
	}
	#sites a img {
	    height: auto;
	}
	#sites a#logo3, #sites a#logo1 {
		display: none;
	}
	#sites a {
		box-shadow: none;
		border: 1px solid #4D4B48;
	}
	#sites {
		height: auto;
		margin-top: 0;
	}
	.icons {
		display: block;
		float: right;
		padding: 40px 15px;
	}
	.icons .mobile-icon {
		border: 1px solid #214761;
		width: 40px;
		height: 40px;
		display: block;
		float: left;
		color: #214761;
		text-align: center;
		line-height: 38px;
		font-size: 25px;
		margin: 0 10px 0 0;
		-webkit-transition: all ease .3s;
		-ms-transition: all ease .3s;
		transition: all ease .3s;
	}

	.icons .mobile-icon:last-child {
		margin: 0;
	}

	.icons .mobile-icon:hover {
		background: #214761;
		color: #fff;
		cursor: pointer;
	}

	#banner {
		margin-top: 0 !important;
		height: 200px !important;
	}
	.other-sites {
		background: #eceff1;
		margin-bottom: 15px;
	}
	.mobile-only {
		display: block;
	}
	#menu {
		display: block;
		text-align: center;
	}

	.dl_popup {
		margin: -172.5px 0 0 -495px;
	}
	.dl_popup {
		width: 100%;
		margin-left: 0;
		left: 0
	}
	.dl_popup input.left, .dl_popup input.right {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: none;
	}
	.dl_popup .submit {
		margin-top: 15px;
	}
	#controls a {
		float: none;
		margin-bottom: 15px;
	}
	.inner-form {
		padding: 15px 0;
	}
	.about-box {
		margin: 0 auto;
	}
	.white-logo {
		margin: 0 0 5px 0;
	}
	.dl-more {
		bottom: 10px;
	}

	.box-btn {
		min-height: 62px;
	}
	.half-padding.left {
		padding-right: 7.5px;
	}
	.half-padding.right {
		padding-left: 7.5px;
	}

	.zetica-clock .clock {
		text-align: center;
	}

	.zetica-clock .clock span.message {
		display: block;
		margin-top: 10px;
		padding: 0;
	}

}
/* PORTRAIT iPAD */

@media (max-width: 768px) {

	.about-box .text {
		padding: 0 15px 0 15px;
	}
	#sites a#logo1:before, #sites a#logo3:after {
		display: none;
	}
	.inner-cta {
		text-align: center;
		font-size: .7em;
		display: block;
	}
	#search {
		position: relative;
		display: block;
		text-align: center;
		right: 0;
	}
	#search input#s {
		text-align: center;
	}
	.wpcf7 input[type=submit] {
		right: 0;
		position: relative;
		bottom: 0;
		width: 100%;
		margin-top: 10px;
	}
	.inner-quick {
		padding: 15px;
	}
	.pull-left, .pull-right {
		float: none;
	}
	.pull-left img, .pull-right img {
		display: block;
		margin: 0 auto;
	}
	#search {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.news-post:nth-child(odd), .news-post:nth-child(even), .news-post:nth-child(odd):last-child, .news-post:nth-child(even):last-child {
		background: none;
	}
	.news-post h2, .news-post .text, .news-post .news-line {
		width: 80%;
	}
	.news-post:nth-child(even) .news-hex {
		left: 80%;
	}
	.news-post:nth-child(odd) .news-hex {
		right: 80%;
	}
	#tabs {
		padding: 0 15px
	}
	#tabs li {
		width: 100%;
		text-align: center;
		height: 36px;
		line-height: 36px;
		border-bottom: 1px solid rgba(255, 255, 255, .25)
	}
	#tabs li:last-child {
		border-bottom: none
	}
	#tabs li.active {
		background: rgba(255, 255, 255, .25);
		border-bottom: none
	}
	#tabs li.active span {
		border-bottom: none !important;
	}

	.zetica-clock .clock span.title {
		display: block;
		border-right: none;
	    padding-right: 0;
	    margin: 0 0 10px 0;
	}

}
@media (max-width: 540px) {
	#sites a#logo2 {
		padding: 15px;
		margin: 0;
	}
	.icons {
		padding: 30px 15px;
	}
	.news-post:nth-child(odd), .news-post:nth-child(even), .news-post:nth-child(odd):last-child, .news-post:nth-child(even):last-child {
		background: none;
	}
	.news-post {
		padding: 30px 15px;
	}
	.news-post .text {
		min-height: 100%;
	}
	.news-post h2, .news-post .text {
		width: 100%;
		text-align: center
	}
	.news-post h2 {
		border-bottom: 1px solid #fff;
		padding-bottom: 8px;
		left: 0;
		right: 0;
		position: static
	}
	.news-post .news-line {
		display: none;
	}
	.news-post:nth-child(even) .news-hex, .news-post:nth-child(odd) .news-hex {
		display: none;
	}
}
/* SMALL PHONE */

@media (max-width: 480px) {
	a.sisters img {
		width: 100%;
	}
}