/*
Theme Name: Exuvi8 Custom
Theme URI: http://www.colabdigital.co.uk
Author: Colab Digital
Author URI: http://www.colabdigital.co.uk
Description: Bespoke WordPress theme designed and developed by Caloab Digital Limited, Birmingham, UK.  
Version: 1.0.9
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol {
	list-style-position:inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ------------------------------------------------------
---------------------------------------------------------
		SITE STYLES
---------------------------------------------------------
--------------------------------------------------------- */

body {
    padding-top: 66px!important;
	color:#292B2F;
	font-size:14px;
	background-color:#334b95;
	font-family: serenity, sans-serif;
}
.clearFix:after {
  content: "";
  display: table;
  clear: both;
}
input {
-webkit-appearance: none;
}
.wrapper {
	max-width:1200px;
	margin:0 auto;
}
.wrapperNarrow {
	max-width:700px;
	margin:0 auto;
}
.wrapperContainerWhite {
	background-color:#FFFFFF;
	padding: 1px 0 30px 0;
}
#wrapperContainerSearch {
	background-color:#FFFFFF;
}
.wrapperContainerGrey {
    background-color: #ddd;
    padding-top: 20px;
    padding-bottom: 50px;
}
h1, h2, h3, h4, h5, h6, p, li {
	line-height: 1.4;
}
p {
	font-size:16px;
}
a {
	text-decoration:none!important;
	font-weight:500;
	color:#ea5b0c;
}
a:hover {
	color:#334b95;
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}
strong {
    font-weight: 500;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
}
h1 {
	font-size:42px;
}
h2 {
	font-size:34px;
}
h3 {
	font-size:26px;
}
h4 {
	font-size:22px;
}
h5 {
	font-size:20px;
}
h6 {
	font-size:18px;
}
blockquote {
	margin:40px 0;
	padding:0;
}
blockquote p {
	font-size: 20px;
	color: #334B95;
}
blockquote p:before {
    content: "\f10d";
    font-family: FontAwesome;
	color: #EA5B0C;
	padding-right: 10px;
}
blockquote p:after {
    content: "\f10e";
    font-family: FontAwesome;
	color: #EA5B0C;
	padding-left: 10px;
}
hr {
	border-bottom:#ea5b0c solid 1px;
	border-top:none;
	border-left:none;
	border-right:none;
	margin: 40px 0;
}
img {
    width: 100%;
    height: auto;
}
.smallPrint {
	font-size: 11px;
}
.mobileShow {
	display: none;
}
.noScale {
	width: inherit;
	height: auto;
}
.rainbowBorder {
	height: 10px;
	width: 100%;
	margin: 0;
    background: rgb(228,21,24);
    background: -moz-linear-gradient(left, rgba(228,21,24,1) 0%, rgba(234,91,12,1) 25%, rgba(67,103,175,1) 75%, rgba(44,46,124,1) 100%);
    background: -webkit-linear-gradient(left, rgba(228,21,24,1) 0%,rgba(234,91,12,1) 25%,rgba(67,103,175,1) 75%,rgba(44,46,124,1) 100%);
    background: linear-gradient(to right, rgba(228,21,24,1) 0%,rgba(234,91,12,1) 25%,rgba(67,103,175,1) 75%,rgba(44,46,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e41518', endColorstr='#2c2e7c',GradientType=1 );
}

/* ------------------------------------------------------
---------------------------------------------------------
		CUSTOM WYSIWYG STYLES
---------------------------------------------------------
--------------------------------------------------------- */

a .regularBT,
a .largeBT {
    color: #fff;
    background-color: #EA5B0C;
    border-radius: 3px;
    margin: 15px 0;
    display: inline-block;
}
a .regularBT {
	font-size:12px;
    padding: 7px 10px;
}
a .largeBT {
	font-size:16px;
    padding: 7px 15px;
}
a:hover .regularBT,
a:hover .largeBT {
	background-color:#334B95;
}
/* WP BUTTONS */

a.wp-block-button__link,
a.wp-block-button__link.no-border-radius {
    transition: all .2s ease-in-out!important;
}
a.wp-block-button__link:hover {
    transform: scale(1.03)!important;
}


/* ------------------------------------------------------
---------------------------------------------------------
		HEADER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

header {
    height: 66px;
    top: 0;
    position: fixed;
    z-index: 10;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.headerContactDetails {
	float:right;
}
.mobileNavTel,
.mobileNavEmail {
	display:none;
}


/* ------------------------------------------------------
---------------------------------------------------------
		MAIN NAV STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.logo {
    width: 200px;
    position: absolute;
    top: 14px;
    right: 5%;
    z-index: 10;
}
.logo img {
	width:100%;
	height:auto;
}
.logo img {
    pointer-events: none;
}

/*MOBILE NAV*/
.mobileNav {
    display: block;
    position: relative;
    width: 100%;
	z-index:10;
}
.menu-collapser {
    background-color: #334b95 !important;
	height:66px!important;
	padding: 0!important;
}
.collapse-button {
    height: 22px!important;
    width: 22px!important;
    left: 5% !important;
    padding: 0 !important;
    background-color: inherit !important;
    border-left: 1px rgba(0,0,0,0.10) solid!important;
    border-radius: 0!important;
}
.collapse-button .icon-bar {
    height: 3px!important;
    width: 22px!important;
    margin: 4px auto!important;
    background-color: #fff!important;
    border-radius: 0px!important;
}
ul.slimmenu li {
    background-color: #334B95 !important;
	border-left: none !important;
}
ul.slimmenu li a {
    padding: 12px 0 12px 5% !important;
    color: #fff!important;
    font-size: 14px !important;
	height:40px !important;
	letter-spacing: normal!important;
	font-weight: 200!important;
    text-transform: uppercase!important;
}
ul.slimmenu li a:hover {
    background-color: #EA5B0C!important;
}
ul.slimmenu li ul li a {
    font-size: 12px !important;
	font-weight: normal!important;
    padding-left: 8% !important;
	padding-top: 13px!important;
}
ul.slimmenu li .sub-toggle {
    width: 40px !important;
    height: 40px !important;
    background-color: #ea5b0c!important;
	background-image:url(images/icon-arrow.svg) !important;
	background-size: 12px auto !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
}
ul.slimmenu li .sub-toggle.expanded {
	background-image:url(images/icon-arrow.svg) !important;
	-webkit-transform: rotate(180deg) !important;
	-moz-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
	-o-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SOCIAL STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.socialIcons {
	float:right;
	padding-top:6px;
	font-size: 28px;
}
.socialIcons a i {
	margin-left:10px;
}
.socialShareIcons {
    padding: 30px 0;
	font-size: 20px;
}
.socialShareIcons a i {
	margin-right: 10px;
	color: #ea5b0c;
}
.socialShareIcons a i:hover {
	color: #334B95;
}


/* ------------------------------------------------------
---------------------------------------------------------
		PAGINATION STYLES
---------------------------------------------------------
--------------------------------------------------------- */	
	
ul.page-numbers {
	margin: 20px 0 10px;
	width: 100%;
	padding: 0;
	font-size: 12px;
	line-height: normal;
	clear: both;
	float: left;
}
ul.page-numbers li {
	float: left;
	margin:0;
	list-style-type:none;
}
ul.page-numbers a,
ul.page-numbers span {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #424242;
}
#content ul.page-numbers a:hover,
#content ul.page-numbers span.current {	
	color:#fff;
	background: #ed1c24;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SLIDER / GALLERY / CAROUSEL STYLES
---------------------------------------------------------
--------------------------------------------------------- */

/* SLIDER STYLES */

section.slider {
	overflow:hidden;
}
ul.slides li {
	height: 460px;
	width:100%;
	position: relative;
}
.flex-caption-1 {
    max-width: 35%;
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    padding: 20px;
    display: inline-block;
    position: relative;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.flex-caption-1 p {
	margin:0;
	font-size:38px;
	display:inline-block;
	font-style: italic;
}
.slideIcons {
	position: absolute;
	bottom: 0;
	left: 10%;
}
.slideIcon {
	width: 35px;
	height: 35px;
	padding: 10px;
	float: left;
	margin-right: 10px;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
}
.slideIcon:hover {
	background-color: rgba(0,145,208,0.8);
}
.slideIcon img:hover {
	opacity: 1;
}


/* CAROUSEL STYLES */

#carousel ul.slides.col5 li {
	background-color:#FFF;
	display:block;
	float:left;
	margin-right: 24px;
}
#carousel ul.slides.col5 li .partnerLink {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* GALLERY STYLES */

#slider ul,
#gallery ul {
	margin:0;
	padding:0;
}
#slider ul.slides li {
	height: 350px;
	margin:0;
	padding:0;
}
#slider ul.slides li:before {
	content: none;
}
#gallery ul.slides li {
    height: inherit;
	margin:0;
	padding:0;
	background-image:none;
}
#gallery ul.slides li:hover {
    cursor: pointer;
}
#gallery ul.flex-direction-nav li:before,
#gallery ul.slides li:before {
    content: none;
}
.flexslider .slides {
}
.flexslider .slides img {
}


/* ------------------------------------------------------
---------------------------------------------------------
		CONTENT STYLES
---------------------------------------------------------
--------------------------------------------------------- */

/* START COLUMNS */
.columns2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
	display: block;
}
.columns3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
	display: block;
}
.columns4 {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
	-webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
	display: block;
}
ul.columns2 li,
ul.columns3 li,
ul.columns4 li {
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
}
/* END COLUMNS */
.content {
	width:60%;
	float:left;
}
.contentNarrow {
	width:70%;
	margin: 0 auto;
}
.content5050Left {
	width:47.5%;
	margin: 0 auto;
	float: left;
}
.content5050Right {
    width: 47.5%;
    margin: 0 auto;
    float: right;
    padding-top: 25px;
}
.contentFullWidth {
	width:100%;
}
.contentArchive {
	width:60%;
	float:left;
}
.contentArchive ul {
    list-style-type: none;
}
.wysiwyg {
    position: relative;
}
.wysiwyg ul,
.wysiwyg ol {
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 50px;
}
.wysiwyg ul li,
.wysiwyg ol li {
	padding-left: 25px;
	margin-bottom: 10px;
	position: relative;
    font-size: 18px;
}
.wysiwyg ul li:before,
.wysiwyg ol li:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0em;
}
.wysiwyg ul li:before {
    content: "\f105";
    color: #ea5b0c;
}
.wysiwyg ol li:before {
    content: "\f00c";
    color: #ea5b0c;
}
/* YouTube iFrames */
.wysiwyg .video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
.wysiwyg .video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* PROJECT LIFE CYCLE */

.plc {
	margin: 50px 0;
}
.home .plc {
	border-bottom: solid 1px #EA5B0C;
	border-top: solid 1px #EA5B0C;
}
.plcGraphics {
	margin: 50px auto;
	width: 900px;
	position: relative;
	text-align: center;
}
.plcGraphics .gmain {
	width: 400px;
	margin:0 auto;
}
.plcGraphics .g1,
.plcGraphics .g2,
.plcGraphics .g3,
.plcGraphics .g4 {
	width: 180px;
	position: absolute;
}
.plcGraphics .g1,
.plcGraphics .g2 {
	left: 0;
}
.plcGraphics .g3,
.plcGraphics .g4 {
	right: 0;
}
.plcGraphics .g1,
.plcGraphics .g3 {
	top: 0;
}
.plcGraphics .g2,
.plcGraphics .g4 {
	bottom: 0;
}
.plcGraphics img {
	transition: transform .25s;
}
.plcGraphics img:hover {
    transform: scale(1.05);
}

/* PROJECT LIFE CYCLE 2023 */

.projectLifeCycle2023Container {
	display: flex;
	gap: 60px;
	border-bottom: solid 1px #EA5B0C;
	padding: 50px 0;
}
.projectLifeCycle2023Container .projectLifeCycle2023Item a img {
	transition: transform .25s;
}
.projectLifeCycle2023Container .projectLifeCycle2023Item a:hover img {
	transform: scale(1.05);
}

/* SERVICES & USPs */

.servcieIcon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    float: left;
    padding: 20px;
    margin-right: 25px;
	margin-bottom: 30px;
}
.single-services h1,
.single-project_life_cycle h1,
.single-usp h1 {
    padding-top: 20px;
	color: rgba(51,75,149,1.00);
}

/* SERVICES ARCHIVE */

.servicesArchive {
	margin: 40px 0!important;
}
li.services {
    text-align: center;
	position: relative;
	box-shadow: 0 0 15px 0 rgba(234,91,12,0);
    transition: all 200ms ease-out;
}
li.services:hover {
	box-shadow: 0 0 15px 2px rgba(234,91,12,1);
}
a:nth-child(4n) li.services {
	margin-right: 0;
}
a li.services img:hover {
	opacity: 1;
}
li.services .servcieIcon {
    float: none;
    margin: 40px auto 0 auto;
    display: block;
}
li.services p {
	font-weight: 200;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
li.services .rainbowBorder {
	position: absolute;
	bottom: 0px;
}

/* PARTNERS ARCHIVE */

li.partners {
	position: relative;
	box-shadow: inset 0 0 1px 1px rgba(234,91,12,1);
    transition: all 200ms ease-out;
	height: 230px;
}
ul.col5 a:nth-child(5n) li.partners {
	margin-right:0;
}
li.partners:hover {
	box-shadow: inset 0 0 1px 1px rgba(234,91,12,0.5);
}
li.partners .partnerLogo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 40px auto 0 auto;
    display: block;
}
li.partners p {
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	color: rgba(109,110,113,1.00);
}
a li.partners p {
	color: rgba(109,110,113,1.00);
	line-height: 1.2;
}
a:hover li.partners p {
	color: rgba(109,110,113,1.00);
}

/* TEAM ARCHIVE */

.page-template-team-archive li.partners {
	height: auto!important;
}
.page-template-team-archive li.partners .partnerLogo {
    height: 150px;
    width: 90%;
    border-radius: 0;
    margin: 10px auto 0 auto;
    display: block;
}

/* INNOVATION ARCHIVE */

li.innovations {
	box-shadow: 0 0 15px 0 rgba(0,145,208,0.3);
    transition: all 200ms ease-out;
}
ul.col5 a:nth-child(3n) li.innovations {
	margin-right:0;
}
li.innovations:hover {
	box-shadow: 0 0 15px 2px rgba(0,145,208,1.00);
}
li.innovations .postThumb {
	height: 200px;
}
li.innovations .postTitle {
	padding: 0 20px;
}
li.innovations .postTitle p {
	font-size: 18px;
	color: rgba(42,56,135,1.00);
}

/* INNOVATION FEED (HOME PAGE) */

li.innovationsHome {
	position: relative;
	margin-right: 0!important;
	width: 21%!important;
	padding: 0 2%;
	margin-top: 40px;
	margin-bottom: 40px;
}
li.innovationsHome h4 {
	color: #2A3887;
	margin-top: 0;
}
li.innovationsHome p a .regularBT {
	display: block;
	margin-bottom: 0;
}
li.innovationsHome p.button {
	margin-top: 30px!important;
	margin-bottom: 0!important;
}
li.innovationsHome:nth-child(1) p a .regularBT {
	background-color: #ED2526;
}
li.innovationsHome:nth-child(2) p a .regularBT {
	background-color: #F7941D;
}
li.innovationsHome:nth-child(4) p a .regularBT {
	background-color: #2A3887;
}
li.innovationsHome:nth-child(1) p a .regularBT:hover,
li.innovationsHome:nth-child(2) p a .regularBT:hover,
li.innovationsHome:nth-child(4) p a .regularBT:hover {
	background-color: #000;
}
li.innovationsHome .outlineLeft,
li.innovationsHome .outlineRight {
	border-left: 1px solid #6D6E71;
	position: absolute;
	height: 100%;
	top: 0;
}
li.innovationsHome .outlineLeft {
	left: 0;
}
li.innovationsHome .outlineRight {
	right: 0;
}
li.innovationsHome:nth-child(2) .outlineLeft,
li.innovationsHome:nth-child(3) .outlineLeft,
li.innovationsHome:nth-child(4) .outlineLeft {
	display: none;
}


/* INNOVATION SINGLE */

ul.col3 li.innovationClient {
	padding: 25px 0 10px 0;
	text-align: center;
	box-shadow: inset 0 0 1px 1px rgba(0,145,208,0.3);
    transition: all 200ms ease-out;
	margin-bottom: 11px;
}
ul.col3 li.innovationClient:hover {
	box-shadow: inset 0 0 1px 1px rgba(0,145,208,1);
}
ul.col3 li.innovationClient p {
	color: rgba(109,110,113,1.00);
}
ul.col3 li.innovationClient .innvationClientLogo {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	overflow: hidden;
	margin: 0 auto;
}
ul.col3 a:nth-child(3n) li.innovationClient {
	margin-right:0;
}
ul.col3 li.innovationClient .innvationClientLogo img:hover {
	opacity: 1;
}
.operationAreas {
	border: 1px solid rgba(109,110,113,1.00);
	padding: 10px;
	margin-bottom: 20px;
	width: fit-content;
}
.operationAreas h4 {
	margin: 0 0 10px 0;
}
.operationAreas a .operationIcon {
	width: 70px;
	height: 70px;
	padding: 15px;
	float: left;
	margin-right: 10px;
	background-color: rgba(109,110,113,1.00)
}
.operationAreas a:last-child .operationIcon {
	margin-right: 0;
}
.operationAreas a .operationIcon:hover {
	background-color: rgba(0,145,208,1.00);
}
.operationAreas a .operationIcon img {
	opacity: 1;
}

/* OPERATIONS ARCHIVE */

.operation {
	position: relative;
	margin: 40px 0 80px;
}
.operationCol1,
.operationCol3 {
	width: 26%;
}
.operationCol1 {
	float: left;
}
.operationCol2 {
    position: absolute;
    top: 0;
    width: 45%;
    left: 27.5%;
    right: 27.5%;
    padding-top: 55px;
}
.operationCol3 {
	float: right;
}
.operationBox {
	height: 165px;
	width: 89.5%;
	box-shadow: 0 0 15px 0 rgba(0,145,208,0.3);
    transition: all 200ms ease-out;
	margin-bottom: 15px;
	text-align: center;
}
.operationCol1 .operationBox,
.operationCol3 .operationBox {
	padding: 0 5.25%;
}
.operationBox:hover {
	box-shadow: 0 0 15px 2px rgba(0,145,208,1.00);
}
.operationBox .operationIcon {
	float: right;
	width: 55px;
	height: 55px;
	padding: 20px;
	border-radius: 50%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.operationCol1 .operationBox .operationIcon {
	float: right;
}
.operationCol3 .operationBox .operationIcon {
	float: left;
}
.operationBox .operationIcon img {
	width: 100%;
	height: auto;
}
a .operationBox .operationIcon img:hover {
	opacity: 1;
}
.operationBox .operationTitle {
    width: 135px;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.operationCol1 .operationBox .operationTitle {
    float: left;
}
.operationCol3 .operationBox .operationTitle {
    float: right;
}
.operationBox .operationTitle p {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
	color: rgba(109,110,113,1.00);
}

/* OPERATIONS SINGLE */

.newsMeta hr {
	margin: 10px 0;
}
.newsMeta i {
	color: rgba(51,75,149,1.00);
}

/* ------------------------------------------------------
---------------------------------------------------------
		COL 2 STYLES
---------------------------------------------------------
--------------------------------------------------------- */

ul.col2 {
	margin-top:20px;
	font-size: 0;
}
ul.col2 li {
	width:49%;
	float:left;
	margin-right:2%;
	height:300px;
	background-color:#CCC;
}
ul.col2 li:nth-child(2n) {
	margin-right:0;
}

/* ------------------------------------------------------
---------------------------------------------------------
		COL 3 STYLES
---------------------------------------------------------
--------------------------------------------------------- */

ul.col3 {
	margin-top:20px;
	font-size: 0;
}
ul.col3 li {
	width:32%;
	margin-right:2%;
	margin-bottom:20px;
	vertical-align:top;
	display:inline-block;
}
ul.col3 a:nth-child(3n) li,
ul.col3 li:nth-child(3n) {
	margin-right:0;
}
.postImage {
	height:230px;
}

/* ------------------------------------------------------
---------------------------------------------------------
		COL 4 STYLES
---------------------------------------------------------
--------------------------------------------------------- */

ul.col4 {
	margin-top:20px;
	font-size: 0;
}
ul.col4 li {
	width:23.5%;
	float:left;
	margin-right:2%;
    margin-bottom: 20px;
}
ul.col4 li:nth-child(4n) {
	margin-right:0;
}

/* ------------------------------------------------------
---------------------------------------------------------
		COL 5 STYLES
---------------------------------------------------------
--------------------------------------------------------- */

ul.col5 {
	margin-top:20px;
	font-size: 0;
}
ul.col5 li {
    width: 18.4%;
    float: left;
    margin-right: 2%;
    height: 230px;
	text-align: center;
	margin-bottom: 24px;
}
ul.col5 li:nth-child(5n) {
	margin-right:0;
}

/* ------------------------------------------------------
---------------------------------------------------------
		COL 6 STYLES
---------------------------------------------------------
--------------------------------------------------------- */

ul.col6 {
	font-size: 0;
}
ul.col6 li {
	width:15%;
	float:left;
	margin-right:2%;
}
ul.col6 li:nth-child(6n) {
	margin-right:0;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SIDEBAR STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.sidebar {
	width:30%;
	float:right;
	padding: 0 1%;
	background-color:#FFF;
}

/* ------------------------------------------------------
---------------------------------------------------------
	FORM STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.wpcf7 {
    margin: 40px 0!important;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-select, .wpcf7-date, .wpcf7-submit {
	font-size:14px;
	padding-left:3%;
	font-family: serenity, sans-serif;
	outline: none;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-select, .wpcf7-date {
	height:35px;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-date {
	border:#babec3 1px solid;
	border-radius: 3px;
	background-color:#fff;
}
.wpcf7-text, .wpcf7-textarea {
	width:92%;
}
.wpcf7-select {
    border: #babec3 2px solid;
    background-color: #fff;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
	background-color:#eee;
}
.wpcf7-textarea {
	height:150px;
	padding-top:10px;
}
.wpcf7-text::-webkit-input-placeholder, .wpcf7-textarea::-webkit-input-placeholder {
	color:#666666;
}
.wpcf7-text:-moz-placeholder, .wpcf7-textarea:-moz-placeholder { /* Firefox 18- */
	color:#666666;
}
.wpcf7-text::-moz-placeholder, .wpcf7-textarea::-moz-placeholder {  /* Firefox 19+ */
	color:#666666;
}
.wpcf7-text:-ms-input-placeholder, .wpcf7-textarea:-ms-input-placeholder {  
	color:#666666;
}
.wpcf7-acceptance input {
    -webkit-appearance: checkbox!important;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-submit {
	border:none;
	font-size: 18px;
	text-align: center;
	text-indent: 0;
	background-color: #EA5B0C;
	color: #FFF;
	cursor: pointer;
	text-transform: uppercase;
	padding: 15px 35px 15px 35px;
	border-radius: 3px !important;
}
.wpcf7-submit:disabled {
    opacity: 0.25;
}
.wpcf7-submit:disabled:hover {
	background-color: rgba(0,145,208,1.00);
    cursor: no-drop;
}
.wpcf7-submit:hover {
	background-color:#334b95;
}
.wpcf7-form .ajax-loader {
	display:none;
}
/* styles field tips */
span.wpcf7-not-valid-tip {
	font-weight: 700;
    color: #FFF !important;
    font-size: 12px !important;
	padding: 5px 10px !important;
	background-color: #B92B2D !important;
    display: inline-block !important;
	border-radius: 3px !important;
	margin-top: 10px !important;
}
/* style validation box shape */
div.wpcf7-response-output {
    margin: 20px 0 !important;
	padding: 10px 15px !important;
    font-size: 12px !important;
	font-weight: 700;
}
/* styles validation error or blocked */
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked{
    border: #EBAF40 solid 1px !important;
	background-color: #FBF0DD;
	border-radius: 3px;
}
/* styles validation sent ok */
div.wpcf7-mail-sent-ok {
    border: #398f14 solid 1px !important;
	background-color: #DFF9D4;
	border-radius: 3px;
}


/* ------------------------------------------------------
---------------------------------------------------------
		FOOTER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

footer {
	padding:25px 0;
	clear:both;
	color: #FFF;
}
footer a:hover {
	color: #fff;
}

footer ul.col6 > li:last-child {
	margin-right: 0;
}
footer h5 {
    color: #ea5b0c!important;
}
footer .footerLogo {
    width: 50%;
}
footer .footerLeft,
footer .footerRight {
	width: 40%;
}
footer .footerCreds {
	padding-top: 30px;
	width: 100%;
	margin-top: 50px;
	border-top: 1px solid #EA5B0C;
}
footer .footerLeft {
	float: left;
}
footer .footerRight {
	float: right;
}
footer .footerRight .socialIcons {
	text-align: right;
}
footer .footerRight .socialIcons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
}
footer .footerRight .socialIcons a i {
    font-size: 20px;
	color: #EA5B0C;
    margin: 12px auto 0 auto;
}
footer .footerRight .socialIcons a:hover {
	background-color: #ea5b0c;
}
footer .footerRight .socialIcons a:hover i {
	color: #fff;
}
footer .socialIcons {
	float:none;
}
footer .social-icons .fa {
	color: #fff;
}
footer .social-icons .fa:hover {
	color: #666;
}
footer .logo {
	float:none;
	position: static;
}
.footerMenu ul {
	padding:0;
	margin:0;
}
.footerMenu ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    width: fit-content;
    float: none;
	line-height: 1.4;
}
.footerMenu ul li a {
	color: #FFF;
	font-weight:normal;
	text-decoration:none;
}
.footerMenu ul li:hover > a {
	color: #ea5b0c;
}

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


.content {
	width:55%;
	margin-left:5%;
}
.content5050Left {
    width: 90%;
	float: none;
}
.content5050Right {
    width: 90%;
	float: none;
    margin-right: 0;
    margin-left: 5%;
}
.contentFullWidth {
	width:90%;
	margin-left:5%;
}
	
/* PROJECT LIFE CYCLE */

.plcGraphics {
	width: 550px;
}
.plcGraphics .gmain {
	width: 240px;
}
.plcGraphics .g1,
.plcGraphics .g2,
.plcGraphics .g3,
.plcGraphics .g4 {
	width: 110px;
}

/* PARTNERS ARCHIVE */
ul.col5 li.partners {
	height: 230px;
	width: 23.5%;
}
ul.col5 a:nth-child(5n) li.partners {
	margin-right:2%;
}
ul.col5 a:nth-child(4n) li.partners {
	margin-right:0%;
}
li.partners p {
    font-size: 16px;
}
	
/* OPERATIONS ARCHIVE */
.operationCol2 {
    position: static;
    padding-top: 55px;
    width: 50%;
    margin: 0 auto 40px auto;
}
.operationCol1,
.operationCol3 {
    width: 49%;
}
.operationCol1 .operationBox,
.operationCol3 .operationBox {
	height: 152px;
}
.operationCol1 .operationBox .operationIcon,
.operationCol3 .operationBox .operationIcon {
    float: right;
    width: 40px;
    height: 40px;
}
.operationCol1 .operationBox .operationTitle,
.operationCol3 .operationBox .operationTitle {
    float: left;
	width: auto;
}
	
/* SERVICES ARCHIVE */

ul.col4 li.services {
	width: 32%;
}
ul.col4 a:nth-child(4n) li.services {
	margin-right:2%;
}
ul.col4 a:nth-child(3n) li.services {
	margin-right:0;
}

	
footer {
	padding:25px 5%;
}

}

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

/* OPERATIONS ARCHIVE */

.operationCol1 .operationBox,
.operationCol3 .operationBox {
    height: 141px;
}
.operationBox .operationIcon {
    width: 55px;
    height: 55px;
    padding: 16px;
}
.operationBox .operationTitle p {
    font-size: 14px;
}

/* PARTNERS ARCHIVE */
ul.col5 li.partners {
	height: 230px;
	width: 32%;
	margin-bottom: 14px;
}
ul.col5 a:nth-child(5n) li.partners {
	margin-right:2%;
}
ul.col5 a:nth-child(4n) li.partners {
	margin-right:2%;
}
ul.col5 a:nth-child(3n) li.partners {
	margin-right:0;
}

/* INNOVATION ARCHIVE */

ul.col3 a li.innovations {
	width:49%;
}
ul.col3 a:nth-child(3n) li.innovations {
	margin-right:2%;
}
ul.col3 a:nth-child(2n) li.innovations {
	margin-right:0;
}

/* INNOVATION FEED (HOME PAGE) */

li.innovationsHome {
    width: 46%!important;
	margin-bottom: 20px;
	margin-top: 20px;
}
li.innovationsHome:nth-child(3) .outlineLeft {
    display: block;
}

}

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

/* OPERATIONS ARCHIVE */
.operationCol1 .operationBox,
.operationCol3 .operationBox {
    height: 75px;
}
.operationCol1 .operationBox .operationIcon,
.operationCol3 .operationBox .operationIcon {
    width: 20px;
    height: 20px;
    border-width: 3px!important;
	padding: 10px;
}
.operationBox .operationTitle p {
    font-size: 17px;
}

}

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

.mobileShow {
	display: inline-block;
}
h1 {
    font-size: 28px;
}
ul.slides li {
    height: 380px;
}
.flex-caption-1 {
    max-width: 70%;
}
.flex-caption-1 p {
    font-size: 28px;
}

/* PROJECT LIFE CYCLE */

.plcGraphics {
	width: 80%;
	position: static;
}
.plcGraphics .gmain {
	width: 100%;
	margin: 20px 0;
}
.plcGraphics .g {
    display: flex;
    flex-wrap: wrap;
}
.plcGraphics .g1,
.plcGraphics .g2,
.plcGraphics .g3,
.plcGraphics .g4 {
	width: 47%;
    position: static;
    margin-top: 30px;
}
.plcGraphics .g1,
.plcGraphics .g2 {
	margin-right: 6%;
}
.plcGraphics .g1 {
    order: 1;
}
.plcGraphics .g2 {
    order: 3;
}
.plcGraphics .g3 {
    order: 2;
}
.plcGraphics .g4 {
    order: 4;
}

.projectLifeCycle2023Container {
	flex-wrap: wrap;
	gap:40px;
}
.projectLifeCycle2023Container .projectLifeCycle2023Item {
	width: calc(calc(100% / 2) - calc(40px / 2));
}

/* PARTNERS ARCHIVE */
ul.col5 li.partners {
	height: 170px;
	width: 49%;
	margin-bottom: 8px;
}
ul.col5 a:nth-child(5n) li.partners {
	margin-right:2%;
}
ul.col5 a:nth-child(4n) li.partners {
	margin-right:2%;
}
ul.col5 a:nth-child(3n) li.partners {
	margin-right:2%;
}
ul.col5 a:nth-child(2n) li.partners {
	margin-right:0;
}
li.partners p {
    font-size: 14px;
}
li.partners .partnerLogo {
    margin: 26px auto 0 auto;
    height: 80px;
    width: 80px;
}

/* OPERATIONS ARCHIVE */
.operationCol2 {
    padding-top: 25px;
    width: 60%;
}
.operationCol1, .operationCol3 {
    width: 100%;
}
	
/* SERVICES ARCHIVE */

ul.col4 li.services {
	width: 100%;
	margin-right: 0;
	height: auto;
	margin-bottom: 20px;
}
ul.col4 li.services .servcieIcon {
    height: 30px;
    width: 30px;
    float: left;
    padding: 12px;
	margin: 15px 0 25px 5%;
}
ul.col4 li.services p {
	float: left;
	margin-left: 5%;
	font-size: 18px;
	margin-top: 30px;
}
	
/* INNOVATION ARCHIVE */

ul.col3 a li.innovations {
	width:100%;
	margin-right: 0;
}

/* INNOVATION FEED (HOME PAGE) */

li.innovationsHome {
    width: 100%!important;
	padding-left: 0;
	padding-right: 0;
}
li.innovationsHome .outlineLeft,
li.innovationsHome .outlineRight {
    display: none!important;
}

/* START COLUMNS */
.columns2,
.columns3,
.columns4 {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	-webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    column-gap: 0;
	display: block;
}
/* END COLUMNS */
.content {
	width:90%;
	margin-left:5%;
	float:none
}
.contentFullWidth {
	width:90%;
	margin-left:5%;
}
ul.col3 li {
	width:49%;
}
ul.col3 li:nth-child(3n) {
	margin-right:2%;
}
ul.col3 li:nth-child(2n) {
	margin-right:0;
}
.sidebar {
    width: 90%;
    margin-right: 0;
    float: none;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer {
	text-align:center;
}
footer .footerLogo {
    margin: 0 auto;
}
footer .footerRight .socialIcons {
    text-align: center;
}
footer .footerRight .socialIcons a {
    margin-right: 5px;
    margin-left: 5px;
}
footer ul.col6 li {
    width: 100%;
    float: none;
    margin-right: 0;
}
footer ul.col6 li .footerMenu ul li {
	float: none;
	padding-top:10px;
	padding-bottom:10px;
	background-color: rgba(24,24,24,0.1);
	margin-bottom: 1px;
}
footer ul.col6 li .footerMenu ul li:hover {
	background-color: rgba(24,24,24,0.5);
}
footer ul.col6 li .footerMenu ul li:hover a {
	color: #fff;
}
footer .footerLeft,
footer .footerRight {
	padding: 10px 0;
    width: 100%;
	float: none;
}

}

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

ul.col3 li {
	width:100%;
}
ul.col3 li:nth-child(3n) {
	margin-right:0;
}

}