* {
	box-sizing: border-box;
}

body {
	font-family: 'Lato', sans-serif;
	padding-top:104px;
}

h1 {
	font-size: 24px;
	line-height: 48px;
	color: #444444;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position: relative;
}

h2 {
	font-size: 21px;
	line-height: 48px;
	color: #444444;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position: relative;
}

h3 {
	font-size: 18px;
	line-height: 1.5em;
	color: #444444;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 15px 0;
}

p {
	font-size: 17px;
	line-height: 30px;
	color: #595959;
}

img {
	max-width: 100%;
	height: auto;
}

.last {
	margin-right: 0px !important;
}

.nopadding {
	padding: 0;
}

.textcenter {
	text-align: center;
}

.blue {
	color: #013e81;
	font-weight: 400;
}

.green {
	color: #FAB500;
	font-weight: 400;
}

.whitebackground {
	background-color: #ffffff;
}

.clear {
	clear: both;
}

.desktop-header {
	/*height: 77px;*/
	position: fixed;
	top:0;
	width: 100%;
	background: #FFFFFF;
	z-index: 999;
	height:104px;
}

.desktop-header img {
	float: left;
}

.desktop-header .left {
	float: left;
	/*width: 61%;*/
}

.desktop-header .right {
	float: right;
	/*width: 39%;*/
	padding: 30px 10px 0 0;
}

.desktop-header .right * {
	float: right;
}

.desktop-header .right span {
	color: #717c8e;
	font-size: 16px;
	padding-right: 18px;
}

.desktop-header .right span.less-padding {
	padding-right: 10px;
	font-size: 14px;
}

.desktop-header .right span.text {
	font-size: 13px;
	line-height: 18px;
}

.desktop-header ul {
	margin: 28px 0 28px 28px;
	padding: 0;
	list-style: none;
	float: right;
}

.desktop-header ul li {
	display: inline;
	position: relative;
}

.desktop-header ul li.standard {
	position: relative;
}

.desktop-header ul li.services {
	text-transform: uppercase;
	font-size: 13px;
	color: #595959;
	line-height: 18px;
	padding: 30px 14px;
	cursor: default;
}

.desktop-header ul li a {
	text-transform: uppercase;
	font-size: 13px;
	color: #595959;
	line-height: 18px;
	padding: 30px 34px;
	/*padding: 31.5px 28px;*/
	cursor: pointer;
}

.desktop-header ul li a.candidates{
	background: #7ac2ac;
	color:#FFFFFF;
}
.desktop-header ul li a.candidates:hover{

}

.desktop-header ul li .underline {
	position: absolute;
	/*width: 30px;*/
	width: 0px;
	height: 4px;
	left: 0;
	right: 0;
	bottom: -31px;
	margin: 0 auto;
	background-color: #fab500;
	transition: 0.2s ease;
}

.desktop-header ul li:hover .underline {
	width: 30px;
}

.desktop-header ul li .underline-services {
	position: absolute;
	/*width: 30px;*/
	width: 0px;
	height: 4px;
	left: -58px;
	right: 0;
	bottom: -34px;
	margin: 0 auto;
	background-color: #023F82;
}

.desktop-header ul li a:hover {
	text-decoration: none;
}

.desktop-header > .left > ul > li > a {
	position: relative;
}

.desktop-header > .left > ul > li:hover > .find-underline {
	-webkit-animation: navhover linear 0.25s forwards; /* Chrome, Safari, Opera */
    animation: navhover linear 0.25s forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes navhover {
    from {width: 0px}
    to {width: 30px}
}

/* Standard syntax */
@keyframes navhover {
    from {width: 0px}
    to {width: 30px}
}

/* SINGLE DROPDOWN */
.desktop-header ul img {
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.desktop-header ul li .single-dropdown {
	position: absolute;
	top: 44px;
	left: -9999px;
	background-color: #ffffff;
	border-top: 3px solid #fab500;
	z-index: 9999;
	text-transform: uppercase;
	-webkit-box-shadow: 0 6px 10px rgba(0,0,0, 0.15);
    box-shadow: 0 6px 10px rgba(0,0,0, 0.15);
}

.desktop-header ul li:hover .single-dropdown {
	left: 0px;
}
.desktop-header ul li:hover .single-dropdown.candidates-dropdown {
	right: 0px;
	left:auto;
}

.desktop-header ul li .single-dropdown ul {
	margin: 0;
	position: relative;
	float: none;
}

.desktop-header ul li .single-dropdown ul li {
	display: block;
	padding: 12px 20px;
	font-size: 15px;
	line-height: 20px;
	color: #595959;
	text-transform: none;
	position: relative;
}

.desktop-header ul li .single-dropdown li:hover {
	background-color: #FFF8E8;
}

.desktop-header ul li .single-dropdown ul li a {
	font-size: 15px;
	line-height: 20px;
	color: #595959;
	text-transform: none;
	padding:0;
	white-space: nowrap;
}

.desktop-header ul li .single-dropdown-2 {
	position: absolute;
	left: -9999px;
	top: 0px;
	background-color: #fff;
	border-top: 3px solid #fab500;
	-webkit-box-shadow: 0 6px 10px rgba(0,0,0, 0.15);
    box-shadow: 0 6px 10px rgba(0,0,0, 0.15);
	z-index: 9999;
}

.desktop-header .single-dropdown li:hover .single-dropdown-2 {
	left: 100%;
}


/* DROPDOWN */
.desktop-header .topbar {
	background-color: #595959;
	color: #cccccc;
	font-size: 13px;
	padding: 4px 10px;
}
.desktop-header .topbar a {
	float: right;
	margin: 0 20px;
	color: #cccccc;
}
.desktop-header .topbar a img {
	margin: 2px 0;
}
.desktop-header .topbar .phone:before {
	content: url(../images/icon-phone.png);
	padding-right: 5px;
	float: left;
}
.desktop-header .topbar .email:before {
	content: url(../images/icon-email.png);
	padding-right: 5px;
	padding-top: 1px;
	float: left;
}

.desktop-header ul li .dropdown {
	position: absolute;
	top: 74px;
	left: -9999px;
	width: 100%;
	z-index: 9999;
}

.desktop-header ul li .dropdown .container{
	background-color: #ffffff;
	padding-top: 40px;
	padding-bottom: 20px;
	padding: 20px 40px 40px 40px;
	border-top: 3px solid #013e81;
	border-bottom: 3px solid #013e81;
}

.desktop-header ul li:hover .dropdown {
	top: 74px;
	left: 0px;
}

.desktop-header ul li .dropdown ul {
	padding: 0;
	margin: 0;
	position: relative;
}

.desktop-header ul li .dropdown ul:not(:first-child) {
	margin-top: 30px;
}

.desktop-header ul li .dropdown ul:after {
	content: "";
	width: 30px;
	height: 4px;
	background-color: #013e81;
	position: absolute;
	bottom: -15px;
	left: 0px;
}

.desktop-header ul li .dropdown ul.recruitment:after {
	background-color: #fab500;
}

.desktop-header ul li .dropdown ul li {
	display: block;
	padding: 8px 0;
	font-size: 15px;
	line-height: 20px;
	color: #595959;
	text-transform: none;
}

.desktop-header ul li .dropdown ul li:first-child {
	font-size: 17px;
	color: #013E81;
}

.desktop-header ul li .dropdown ul li:first-child a {
	font-size: 17px;
	line-height: 28px;
	color: #013E81;
}

.desktop-header ul li .dropdown ul.recruitment li:first-child a {
	font-size: 17px;
	line-height: 28px;
	color: #FAB500;
}

.desktop-header ul li .dropdown ul li a {
	font-size: 15px;
	line-height: 20px;
	color: #595959;
	text-transform: none;
	padding:0;
}

.desktop-header ul li .dropdown ul li a:hover {
	text-decoration: underline;
}


/* Mobile Header */
.mobile-header {
	height: 50px;
	background-color: #FAB500;
}

.mobile-header.yellow {
	background-color: #fab500;
}

.mobile-header img {
	float: left;
	height: 100%;
}

.mobile-header span {
	color: #ffffff;
	font-size: 24px;
	float: right;
	line-height: 50px;
	padding: 0 15px;
}

.mobile-header .whitebox {
	background-color: #ffffff;
	float: right;
	height: 100%;
	width: 50px;
	text-align: center;
	cursor: pointer;
}

.mobile-header .whitebox span {
	font-size: 26px;
	line-height: 55px;
	color: #013e81;
	padding: 0;
	float: none;
}

header .mobile-nav {
display:none;
box-shadow: 0 6px 2px -2px #cccccc;
}

header .mobile-nav ul{
list-style:none;
padding:30px 0 30px 0;
margin:0;
display:block;
}
header .mobile-nav ul li{
position: relative;
display: block;
}
header .mobile-nav ul li.services{
	font-size: 18px;
	display: block;
	line-height: 24px;
	padding: 12px 0px 12px 20px;
	color:#2f2b27;
	cursor: pointer;
	border-bottom:1px solid #f1f1f1;
}

header .mobile-nav ul li.services span {
	font-size: 8px;
	padding-left: 10px;
}

header .mobile-nav ul li img{
	cursor: pointer;
	padding: 15px 40px 15px 10px;
}

header .mobile-nav ul li a{
	font-size: 18px;
	display: inline-block;
	line-height: 24px;
	padding: 12px 0px 12px 20px;
	color:#2f2b27;
	border-bottom:1px solid #f1f1f1;
	width:100%;
}

header .mobile-nav .dropdown {
	display: none;
}

header .mobile-nav ul.mobile-secondary {
	list-style:none;
	padding: 10px 0;
	margin: 0;
	/*display:none;*/
}

header .mobile-nav ul.mobile-secondary li:first-child a{
}

header .mobile-nav ul.mobile-secondary li {
	padding: 10px 0px 10px 8%;
}

header .mobile-nav ul.mobile-secondary li a {
	font-size: 18px;
	padding-left:0;
	width:100%;
	font-weight: normal;
	border-bottom:1px solid transparent;
	padding:0;
}

header .mobile-nav ul.mobile-secondary .dropdown-2 {
	display: none;
}
header .mobile-nav ul.mobile-secondary .dropdown-2 ul {
	padding: 10px 0;
}
header .mobile-nav ul.mobile-secondary .dropdown-2 ul li {
	padding: 0 0 0 8%;
}
header .mobile-nav ul.mobile-secondary .dropdown-2 ul li a {
	padding: 5px 0 5px 10px;
}

/* ##### HOMEPAGE ##### */
.homepage {
	background-color: #eeefef;
	padding-bottom: 60px;
}

.homepage .slider-container {
	position: relative;
}

.homepage .slide {
	background-color: #00113b;
	position: relative;
	width: 100%;
}

.homepage .slide-top {
	position: relative;
}

.homepage .slide img {
	width: 100%;
	height: auto;
}

.homepage .slide-overlay {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
}

.homepage .slide .slide-title {
	display: inline-block;
	background-color: #ffffff;
	padding: 15px 35px;
	margin-bottom: 20px;
	z-index: 999;
}

.homepage .slide .slide-title h1 {
	font-size: 27px;
	line-height: 33px;
	font-weight: 600;
	color: #fab500;
	letter-spacing: 0.1em;
	margin: 0;
	text-transform: uppercase;
}

.homepage .slide .slide-body {
	background-color: #003169;
	background-color: rgba(221,167,23,0.9);
	font-size: 18px;
	padding: 10px 15px;
	max-width: 585px;
	text-decoration: none;
}

.homepage .slide .slide-body:hover {
	opacity: 0.9;
}

.homepage .slide a {
	text-decoration: none;
}

.homepage .slide a:hover {
	text-decoration: none;
}

.homepage .slide .slide-body p {
	font-size: 18px;
	line-height: 28px;
	color: #efefef;
	margin: 0;
}

.slider-icons {
	background-color: #eeefef;
	padding-top: 0px;
}

.slider-icon {
	text-align: center;
	width: 20%;
	float: left;
	padding: 0 15px;
	position: relative;
}


.slider-icon img {
	width: auto !important;
	margin-bottom: 10px;
}

.homepage .slide .slider-icon .selected {
	width: 0%;
	margin: 20px auto 0;
	background-color: #023F82;
	height: 4px;
	/*-webkit-animation: myfirst linear 1s;
    animation: myfirst linear 1s;*/
}
.homepage .slide .slider-icon {
	width: 25%;
}



.page-icon {
	text-align: center;
	padding: 0 15px;
	position: relative;
}
.page-icon img {
	width: auto;
	margin-bottom: 10px;
}
.page-icon p {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: #222222;
	text-transform: uppercase;
	margin: 0 !important;
}	

.animate {
	-webkit-animation: myfirst ease 0.5s forwards; /* Chrome, Safari, Opera */
    animation: myfirst ease 0.5s forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    from {width: 0%;}
    to {width: 25%}
}

/* Standard syntax */
@keyframes myfirst {
    from {width: 0%;}
    to {width: 25%}
}

.consultancy-banner {
	position: absolute;
	top: 0;
	right: 0px;
	background-color: #013E81;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 20px;
	z-index: 998;
}

.consultancy-banner:hover {
	opacity: 0.9;
}

.homepage .slide .slider-icon {
	padding-top: 40px;
}

.homepage .slide .slider-icon:hover {
	opacity: 1;
}

.homepage .slide .slider-icon.active {
	opacity: 1;
	-webkit-animation: fadein linear 1s;
    animation: myfirst fadein 1s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fadein {
    from {opacity: 0}
    to {opacity: 1}
}

/* Standard syntax */
@keyframes fadein {
    from {opacity: 0}
    to {opacity: 1}
}

.homepage .slide .slider-icon.arrow.active:before {
	content: "";
	border-bottom: 15px solid #eeefef;
	border-top: 15px solid transparent;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -30px;
	width: 0px;
	height: 0px;
	z-index: 200;
	margin: 0 auto;
}

.homepage .slide .slider-icon span {
	color: #e29c04;
	font-size: 50px;
	margin-top: 20px;
}

.homepage .slide .slider-icon.large {
	padding-top: 30px;
}

.homepage .slide .slider-icon.large span {
	font-size: 50px;
}

.homepage .slide .slider-icon.large p {
	margin-top: 10px;
}

.homepage .slide .slider-icon.active span {
	color: #023F82;
}
.homepage .slide .slider-icon:hover span {
	color: #023F82;
}

.homepage .slide .slider-icon span.large {
	margin-top: 0;
	font-size: 60px;
}

.slider-icon p {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: #222222;
	text-transform: uppercase;
	margin: 5px 0 30px 0 !important;
}

.homepage .intro {
	font-weight: 300;
	font-size: 26px;
	line-height: 42px;
	color: #595959;
	text-align: center;
	margin: 70px 10%;
}

#homeSlider {
	width: 100%;
}

#homeSlider .rsContentLeft img {
	max-width: 100%;
}

.rsContentRight {
	padding: 30px 20px;
}

#homeSlider p.testimonial {
	font-size: 19px;
	line-height: 30px;
	font-style: italic;
	color: #595959;
	font-weight: 300;
}

#homeSlider p.author {
	font-size: 14px;
	line-height: 18px;
	color: #595959;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 50px;
}

#homeSlider .rsThumbsHor {
	margin-top: 20px;
	height: 122px;
}
#homeSlider .rsThumbs {
  background: #FFF;
  padding: 30px 0;
}

#homeSlider .rsThumb {
	height: auto !important;
	width: auto !important;
	position: relative;
	overflow: visible;
}

#homeSlider .rsThumb img {
		filter: grayscale(100%) brightness(100%) opacity(60%);
	-webkit-filter: grayscale(100%) brightness(100%) opacity(60%);
}

#homeSlider .rsThumb.rsNavSelected:after {
	content: "";
	width: 30px;
	height: 4px;
	background-color: #023F82;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	z-index: 2;

}


#homeSlider .rsThumbsArrow {
	background: #ffffff;
}

#homeSlider .rsThumbsArrowRight {
	background: url(../images/right-arrow.png) center center no-repeat;
}

#homeSlider .rsThumbsArrowLeft {
	background: url(../images/left-arrow.png) center center no-repeat;
}

#homeSlider .rsThumbsArrowIcn {
	background: none;
}

.homepage .mobile-home img {
	width: 100%;
}

.homepage .mobile-title {
	background-color: #ffffff;
	padding: 20px;
	text-align: center;
}

.homepage .mobile-title h1 {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.1em;
	color: #013e81;
	text-transform: uppercase;
	margin: 0;
}

.homepage ul.mobile-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.homepage ul.mobile-list li {
	padding: 10px 20px;
	border-bottom: 1px solid #cccccc;
}

.homepage ul.mobile-list li span.mobile-text {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #222222;
	font-weight: bold;
}



.homepage ul.mobile-list li span.mobile-icon {
	font-size: 30px;
	color: #0f4887;
}

.homepage ul.mobile-list .mobile-icon-holder {
	width: 10%;
	float: left;
	
}

.homepage ul.mobile-list .mobile-text-holder {
	width: 85%;
	float: right;
	text-align: left;
	padding-top: 10px;
}

#candidates-form p {
	font-size: 12px;
	line-height: 1.2em;
}

#candidates-form p a {
	font-size: 12px;
	text-transform: none;
}

#special-data-model-button {
	line-height: 18px;
    letter-spacing: 0.1em;
    color: #023F82;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

#special-data-model {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#special-data-model .inner {
	background-color: white;
    min-width: 50%;
    padding: 20px 60px;
    position: relative;
    cursor: auto;
}

#special-data-model .inner .cross {
	position: absolute;
    top: -10px;
    right: -10px;
    background-coloR: yellow;
    padding: 20px 25px;
    font-weight: bold;
    cursor: pointer;
}

.ghost-button {
	border: 1px solid #023F82;
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #023F82;
	letter-spacing: 0.1em;
}

.ghost-button:hover {
	background-color: #023F82;
	color: #ffffff !important;
	text-decoration: none;
}

.view-all {
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #023F82;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 40px auto 0 auto;
	display: block;
}

.view-all span.icon-arrow-left {
	font-size: 16px;
	padding: 1px 5px 0 0;
	float: left;
}

.view-all:hover {
	text-decoration: none;
	color: #3B56AD;
}

.green-seperator {
	width: 30px;
	height: 4px;
	margin: 20px 0;
	background-color: #023F82;
}

.blue-seperator {
	width: 30px;
	height: 4px;
	margin: 20px 0;
	background-color: #013e81;
}

/* ##### NEWSLETTER BANNER ##### */
.newsletter {
	width: 100%;
	min-height: 150px;
	background: url(../images/newsletter.jpg) left center no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: 50px 0 30px 0;
}

.newsletter span.main {
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
	margin-right: 35px;
}

.newsletter a {
	display: inline-block;
	padding: 10px;
	font-size: 13px;
	line-height: 18px;
	color: #e29c04;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: 1px solid #e29c04;
}

.newsletter a:hover {
	background-color: #e29c04;
	color: #ffffff;
	text-decoration: none;
}

.newsletter a span {
	margin-left: 5px;
}

.sign-up-consent-warning p {
	font-size:12px;
	line-height: 1.2em;
	margin-bottom: 0px;
	color: white;
}

.sign-up-consent-warning p:first-child {
	margin-top: 15px;
}

.sign-up-consent-warning a {
	padding: 0px 5px;
	font-size: 12px;
	line-height: 1.2em;
	color: white;
	border:none;
	text-transform: none;
}

#signupform {
	padding: 30px 0 20px 0;
	text-align: left;
}

#signupform label {
	color: #ffffff;
	font-size: 14px;
	margin-right: 5px;
	font-weight: 400;
}

#signupform input[type=text] {
	border: 1px solid #f8f8f8;
	margin-right: 10px;
	height: 35px;
	width: 100%;
	padding: 0 10px;
}
#signupform input[type=submit] {
	background: #023F82;
	border: 1px solid #023F82;
	color: #000000;
	text-transform: uppercase;
	padding: 7px 20px;
}
#signupform input[type=submit]:hover {
	opacity: 0.8;	
}

#form-appear {
	cursor: pointer;
}

/* ##### Service Parent ##### */
.service-parent-header {
	width: 100%;
	height: 295px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.service-parent-header h1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20%;
	margin: auto;
	background-color: #ffffff;
	font-size: 24px;
	line-height: 33px;
	color: #054284;
	font-weight: 400;
	padding: 14px 20px;
	height: 61px;
}
.logos {
	padding: 30px 0;
}
.logos img {
	filter: grayscale(100%) brightness(100%) opacity(60%);
    -webkit-filter: grayscale(100%) brightness(100%) opacity(60%);
}
.relevant-logos {

}
.mobile-title {
	background-color: #013e81;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 18px 0;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: -5px;
    background: #fff;
}
.service-buckets {
	margin-bottom: 30px;
}
.service-bucket {
	text-align: center;
	padding: 0 50px;
}
.service-bucket img {
	margin: 0 auto 10px auto;
	display: block;
}
.service-bucket p {
	font-size: 13px;
	line-height: 21px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #222222 !important;
	font-weight: 600;
	margin: 0 !important;
}
.service-bucket p a {
	color: inherit;
	font-size: inherit;
}
.service-bucket p a:hover {
	color: #222222;
}
/* ##### Service ##### */
.service {
	padding: 45px 0;
	background-color: #eeefef;
}

.service p.leadin {
	font-size: 19px;
}

.service h1 {
	margin: 0 0 50px 0;
}

.service h1:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0px;
	height: 4px;
	width: 30px;
	background-color: #FAB500;
}

.service h1.recruit:after {
	background-color: #fab500;
}

.service .header-image img {
	max-width: 100%;
}

.service p {
	color: #888888;
	margin:30px 0;
}

.service p a{
	color: #888888;
}

.service .container > p:first-of-type {
	font-size: 19px;
	padding-right: 20%;
	margin-bottom: 40px;
}

.service ul {
	list-style:none;
	padding-left: 10px;
}

.service ul ul {
	list-style: initial;
	padding-left: 45px;
}

.service ul ul li {
	padding: 5px 0;
	background-image: none;
}

.service ul li {
	font-size: 17px;
	line-height: 24px;
	color: #595959;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 8px 0 8px 35px;
}

.service ol {
	counter-reset: item;
	list-style: none;
	list-style-position: outside;
	margin-left: 20px;
}

.service ol li {
	font-size: 17px;
	line-height: 30px;
	counter-increment: item;
	position: relative;
	margin: 20px 0;
}

.service ol li p {
	display: inline;
	color: #595959;
}

.service ol li p strong {
	display: block;
}

.service ol li:before {
	position: absolute;
	left: -55px;
	padding-right: 20px;
	font-weight: bold;
	content: counter(item);
}

.service ol li p:before {
	content: "";
	position: absolute;
	left: -24px;
	top: 8px;
	width: 4px;
	height: 15px;
	background-color: #023F82;
}

.service ul.roles {
	font-weight: 700;
}
.service ul.roles li {
	background-image: url(../images/roles-bullet.png);
	background-position: center left;
}

.service .col-sm-12 .white-box {
	margin-top: 0;
}

.service .white-box {
	padding: 2% 5% 5% 5%;
	margin: 50px 0;
	background-color: #ffffff;
}

.service .sidebar .white-box h2 {
	margin-top: 10px;
}

.service .white-box h2 {
	margin: 20px 0 20px 0;
}

.service strong {
	color: #444444;
}

.service a {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #023F82;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}


/*.service a:after {
	content: "o";
	font-size: 10px;
	line-height: 18px;
	position: absolute;
	right: -20px;
	bottom: 0px;
	font-family: "davies" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
}*/

.service a:hover {
	text-decoration: none;
	color: #3B56AD;
}

.service .accordian {
	padding: 45px 45px 45px 45px;
	background-color: #ffffff;
	margin: 25px 0;
}

.service .accordian h2 {
	margin: 0px 0 30px 0;
	line-height: 1em;
}

.service .accordian .accordian-tab:first-of-type {
	border-top: 1px solid #e5e5e5;
}

.service .accordian .accordian-tab {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0 10px 40px;
	position: relative;
	font-size: 19px;
	line-height: 30px;
	color: #595959;
	cursor: pointer;
}
.service .accordian .accordian-tab:before {
	content: url(../images/bullet.png);
	position: absolute;
	height: 24px;
	width: 27px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
}

.service .accordian .sub-accordian-tab {
	border-bottom: 1px solid #c8c8c8;
	padding: 10px 0;
	position: relative;
	font-size: 19px;
	line-height: 30px;
	color: #595959;
	cursor: pointer;
}

.service .accordian span.plus {
	color: #023F82;
}

.service .accordian .minus {
	padding-right: 15px;
}

.service .accordian .plus {
	position: absolute;
	right: 0px;
}

.service .accordian-content {
	background-color: #eeefef;
	padding: 25px 35px;
	font-size: 17px;
}

.service .accordian-content p {
	color: #595959;
	/*margin: 0 0 20px 0;*/
	margin: 5px 0;
}

.service .accordian-content .acc-table {
	margin-bottom: 30px;
}

.service .seperator {
	width: 100%;
	height: 1px;
	background-color: #c8c8c8;
}

.service .double-accordian .accordian-content p {
	margin: 30px 0;
}

.service .sub-accordian-content {
	padding: 15px;
	border-bottom: 1px solid #c8c8c8;
}

.service .accordian .more {
	text-transform: uppercase;
	float: right;
	cursor: pointer;
	padding-right: 5px;
	color: #023F82;
}

.service .accordian .more span {
	margin: 0 5px;
}

.service .accordian-content table td {
	padding: 0px 20px !important;
}

.service .accordian .tabs {
}

.service table {
	width: 100% !important;
	border: none !important;
}

.service table td {
	font-size: 17px !important;
	padding: 20px !important;
	color: #595959 !important;
	vertical-align: top !important;
	min-width: 30% !important;
}

.service .form {

}

.service form input {
	width: 100%;
	border: 1px solid #ffffff;
	height: 50px;
	padding: 0 10px;
	font-size: 17px;
	line-height: 27px;
	color: #888888;
	margin-bottom: 20px;
}

.service form input[type=file] {
	margin: 0;
}

.service form select {
	width: 100%;
	border: 1px solid #ffffff;
	height: 50px;
	padding: 0 10px;
	font-size: 17px;
	line-height: 27px;
	color: #888888;
	margin-bottom: 20px;
}

.service form textarea {
	width: 100%;
	border: none;
	padding: 10px;
	font-size: 17px;
	line-height: 27px;
	color: #888888;
	margin-bottom: 20px;
}


.service form input[type='submit']{
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 30px;
	
	border: 1px solid #023F82;
	width: auto;
	height: auto;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #023F82;
	color: #ffffff;
}

.service form input[type='submit']:hover{
	background-color: #ffffff;
	color: #023F82;
}

.service label {
	font-size: 17px;
	line-height: 27px;
	color: #888888;
	font-weight: normal;
	margin: 0;
}

.service-casestudy {
background-color: #ffffff;
}

.service-casestudy img {
	width: 100%;
}

.service-casestudy p {
	margin: 0 0 5px 0;
}

#Form_CandidateForm label span {
	font-style: italic;
	font-size: 13px;
}

/* ##### MEET THE TEAM ##### */
.team {
	padding: 60px 0;
	background-color: #eeefef;
}

.team .team-member {
	background-color: #ffffff;
	margin: 14px 0;
	cursor: pointer;
}

.team .team-member img {
	max-width: 100%;
	width: 100%;
}

.team .team-member .bottom-content {
	padding: 25px;
	position: relative;
	cursor: pointer;
}

.team .team-member p.name {
	font-size: 21px;
	line-height: 27px;
	color: #444444;
	letter-spacing: 0.1em;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
}

.team .team-member p.jobtitle {
	font-size: 21px;
	line-height: 27px;
	color: #444444;
	letter-spacing: 0.1em;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}

.team .team-member .details {
	position: relative;
}

.team .team-member .bottom-content span {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto 0;
	width: 20px;
	height: 20px;
	font-size: 20px;
	color: #023F82;
}

.team .team-member .bottom-content .summary {
	display: none;
}

.team .team-member .bottom-content .summary p {
	margin: 10px 0;
}

.team .green-seperator {
	margin: 15px 0;
}

.team .blue-seperator {
	margin: 15px 0;
}

.rotate {
	-webkit-animation: rotation 0.5s ease forwards ; /* Chrome, Safari, Opera */
    animation: rotation 0.5s ease forwards ;
}

.rotate-reverse {
	-webkit-animation: rotation-reverse 0.5s ease forwards; /* Chrome, Safari, Opera */
    animation: rotation-reverse 0.5s ease forwards;
}

@-webkit-keyframes rotation {
  0%   {	-webkit-transform: rotate(0deg); 
      		-ms-transform: rotate(0deg);  
          	transform: rotate(0deg);   
      }
  100% { -webkit-transform: rotate(45deg); 
      		-ms-transform: rotate(45deg);  
          	transform: rotate(45deg);
		}
}
@keyframes rotation {
  0%   {	-webkit-transform: rotate(0deg); 
      		-ms-transform: rotate(0deg);  
          	transform: rotate(0deg);   
      }
  100% { -webkit-transform: rotate(45deg); 
      		-ms-transform: rotate(45deg);  
          	transform: rotate(45deg);
		}
}

@-webkit-keyframes rotation-reverse {
  0%   {	-webkit-transform: rotate(45deg); 
      		-ms-transform: rotate(45deg);  
          	transform: rotate(45deg);   
      }
  100% { -webkit-transform: rotate(0deg); 
      		-ms-transform: rotate(0deg);  
          	transform: rotate(0deg);
		}
}
@keyframes rotation-reverse {
  0%   {	-webkit-transform: rotate(45deg); 
      		-ms-transform: rotate(45deg);  
          	transform: rotate(45deg);   
      }
  100% { -webkit-transform: rotate(0deg); 
      		-ms-transform: rotate(0deg);  
          	transform: rotate(0deg);
		}
}

/* ##### CLIENTS ##### */
.clients {
	padding: 50px 0;
	background-color: #eeefef;
}

.clients h1 {
	margin-top: 0;
	text-align: center;
}

.center-line-green {
	width: 30px;
	height: 4px;
	margin: 0 auto;
	background-color: #023F82;
	margin-bottom: 30px;
}

.left-line-green {
	width: 30px;
	height: 4px;
	background-color: #023F82;
	margin-bottom: 30px;
}

.clients p.leadin {
	font-size: 19px;
	line-height: 33px;
	color: #888888;
	text-align: center;
	padding: 0 7%;
	margin-bottom: 70px;
}

.clients .thumb {
	height: 140px;
	padding-top: 45px;
	cursor: pointer;
	background-color: #ffffff;
	position: relative;
}

.clients .thumb img {
	margin: 0 auto;
	display: block;
	/*filter: saturate(0) opacity(60%);
	-webkit-filter: saturate(0) opacity(60%);*/
	filter: grayscale(100%) brightness(100%) opacity(60%);
	-webkit-filter: grayscale(100%) brightness(100%) opacity(60%);
}

.clients .underline {
	width: 0px;
	height: 4px;
	background-color: #023F82;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

.clients .thumb:hover img {
	/*-webkit-animation: widthh linear 0.25s forwards; 
    animation: widthh linear 0.25s forwards;*/
    opacity: 0.8;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes widthh {
    from {width: 204px}
    to {width: 230px}
}

/* Standard syntax */
@keyframes widthh {
    from {width: 204px}
    to {width: 230px}
}

.clients .thumb:hover .underline {
	-webkit-animation: animateline linear 0.25s forwards; /* Chrome, Safari, Opera */
    animation: animateline linear 0.25s forwards;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes animateline {
    from {width: 0px}
    to {width: 40px}
}

/* Standard syntax */
@keyframes animateline {
    from {width: 0px}
    to {width: 40px}
}

.clients .thumb.active {
	background-color: #eeefef;
}

.clients .white {
	background-color: #ffffff;
}

.clients .right {
	padding-top: 120px;
}

.clients img {
	max-width: 100%;
	height: auto;
}

.clients .left {
	padding-bottom: 40px;
}

.clients .left p{
	color: #888888;
}

.clients .services-provided {
	padding: 8% 10%;
}

.clients .services-provided h2 {
	margin-top: 0;
}

.clients ul {
	list-style-image: url(../images/bullet.png);
}

.clients ul li {
	font-size: 17px;
	line-height: 39px;
	color: #595959;
}

.clients .testimonial {
	font-weight: 300;
	font-style: italic;
	font-size: 17px;
	line-height: 30px;
	color: #444444;
	padding-left: 32px;
	margin: 30px 0;
}

.clients p.author {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 18px;
	padding-left: 32px;
	color: #595959;
}

.clients .case-study {
	background-color: #eeefef;
}





.clients .case-studies-imgtext{
	padding-top:0;
	padding-bottom:50px;
}
.clients .case-studies-imgtext .case-study-block{
	margin-bottom: 50px;
}
.clients .case-studies-imgtext .case-study-block h2 > a{
	color: #444444;
}
.clients .case-studies-imgtext .case-study-block h2{
	line-height: normal;
}
.clients .case-studies-imgtext .case-study-block a{
	text-decoration:none;
}





/* ##### NEWS ##### */
.news {
	padding-top: 65px;
	background-color: #eeefef;
}

.news h1 {
	margin-bottom: 30px;
}

.news h2 {
	font-size: 21px;
	line-height: 27px;
	position: relative;
	margin: 0 0 25px 0;
}

.news article {
	margin-bottom: 35px;
}

.news article a:hover {
	text-decoration: none;
}

.news article .container {
	background-color: #ffffff;
}

.news article .container:hover {
	/*background-color: #eeefef;*/
	background-color: rgba(255, 255, 255, 0.6);
}

.news article .container:hover h2:after {
	-webkit-animation: line ease 1s forwards; /* Chrome, Safari, Opera */
    animation: line ease 1s forwards;

}
/* Chrome, Safari, Opera */
@-webkit-keyframes line {
    from {width: 30px;}
    to {width: 50px;}
}

/* Standard syntax */
@keyframes line {
    from {width: 30px;}
    to {width: 50px;}
}

.news .top-article .left {
	padding: 3%;
	height: 100%;
}

.news h2:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0px;
	height: 4px;
	width: 30px;
	background-color: #fab500;
}

.news article p.date {
	color: #595959;
	font-style: italic;
}

.news article p {
	font-size: 17px;
	line-height: 30px;
	color: #888888;
}

.news article img {
	max-width: 100%;
}

.news article .right {
	padding: 3%;
}

.news article.article h2:after{
	background-color: #fab500;
}

.news article .noimage {
	padding: 4%;
}

/* ##### NEWS ARTICLE ##### */
.news-article {
	padding: 60px 0;
	background-color: #eeefef;
}

.news-article .container {
	position: relative;
}

.news-article h1 {
	margin: 0px 0 15px 0;
	position: relative;
}

.news-article h1:after {
	content: "";
	height: 4px;
	width: 30px;
	background-color: #013e81;
	position: absolute;
	bottom: -5px;
	left: 0px;
}

.news-article .body {
	padding-top: 5%;
	padding-bottom: 5%;
}

.news-article article p.date {
	color: #595959;
	font-style: italic;
}

.news-article p {
	font-size: 17px;
	line-height: 30px;
	color: #888888;
}

.news-article .main-image {
	float: right;
	max-width: 100%;
	padding: 0 0 20px 20px;
}

.news-article .main-image img{
	widows: 100% !important;
	max-width: 600px !important;
	float: none;
}

.news-article img {
	max-width: 100% !important;
	height: auto !important;
}

.news-article ul {
	list-style-type: none;
	margin: 30px 0;
}

.news-article ul li {
	font-size: 17px;
	line-height: 30px;
	color: #595959;
	background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 6px; 
    padding-left: 35px;
}

.news-article .arrows {
	position: absolute;
	right: 0px;
	top: -40px;
}

.news-article .arrows a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.news-article .arrow {
	background-color: #ffffff;
	height: 35px;
	width: 35px;
	text-align: center;
	float: left;
	margin-left: 5px;
}

.news-article .arrow span {
	font-size: 16px;
	line-height: 38px;
	color: #2b5e96;
}

/* ##### CONTACT ##### */
.contact {
	padding: 50px 0;
	background-color: #eeefef;
}

.contact h1 {
	position: relative;
	margin-bottom: 75px; 
}

.contact h1:after {
	content: "";
	height: 4px;
	width: 30px;
	background-color: #fab500;
	position: absolute;
	bottom: -5px;
	left: 0px;
}

.contact p.subheading {
	font-size: 17px;
	font-weight: 600;
	color: #015092;
}

.contact span {
	font-size: 17px;
	line-height: 30px;
	color: #888888;
}

.contact a {
	color: #888888;
}

.contact .form-area {
	margin-top: 70px;
}

.contact form input {
	width: 100%;
	border: 1px solid #ffffff;
	height: 50px;
	padding: 0 10px;
	font-size: 17px;
	line-height: 27px;
	color: #888888;
	margin-bottom: 20px;
}

.contact form select {
	width: 100%;
	border: 1px solid #ffffff;
	height: 50px;
	padding: 0 10px;
	font-size: 17px;
	line-height: 27px;
	color: #888888;
	margin-bottom: 20px;
}

.contact form textarea {
	width: 100%;
	border: none;
	padding: 10px;
	font-size: 17px;
	line-height: 27px;
	color: #888888;
	margin-bottom: 20px;
}


.contact form input[type='submit']{
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 30px;
	background-color: #ffffff;
	color: #fab500;
	border: 1px solid #fab500;
	width: auto;
	height: auto;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.contact form input[type='submit']:hover{
	background-color: #fab500;
	color: #ffffff;
}

.contact label {
	font-size: 17px;
	line-height: 27px;
	color: #888888;
	font-weight: normal;
	margin: 0;
}

.contact #map-canvas {
	width: 100%;
	height: 515px;
}

.showform {
	width: 50%;
	height: 50px;
	text-transform: uppercase;
	float: left;
	border: 1px solid #013E81;
	color: #777777;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	background-color: #ffffff;
	font-weight: 600;
	margin: 15px 0;
	cursor: pointer;
}

.showform.active {
	background-color: #013E81;
	color: #ffffff;
}

.message.validation {
	color: red;
	margin: 20px 0;
}

.survey {
	padding: 40px 0;
}
.smcx-embed {
    max-width: 100% !important;
}
.smcx-embed>.smcx-iframe-container {
	max-width: 100% !important;
}

/* ##### PROCESS MAP ##### */
.map-section {
	position: relative;
}
.map-section img {
	cursor: pointer;
}
.map-section .image2 {
	display: none;
}
.map-section .section-content {
	color: #fff;
	font-size: 17px;
	line-height: 1.5em;
	padding: 0px 50px 34px 50px;
	background-color: #023f82;
	display: none;
}
.map-section .section-content .divider {
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.3);
	margin-bottom: 34px;
}
.map-section .section-content .p1 {
	font-size: 17px;
	line-height: 1.5em;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 5px 0;
}
.map-section .section-content p {
	color: #fff;
	margin: 0;
	font-weight: 300;
}
.map-section .diagram-holder {
	position: relative;
}
.map-section .plus {
	cursor: pointer;
	height: 18px;
	width: 18px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 30px;
	margin: auto;
}
.map-section .plus .bar {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	background-color: #333;
	-webkit-transition: transform 0.75s cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-transition: transform 0.75s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition: transform 0.75s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: transform 0.75s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: transform 0.75s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}
.map-section .plus .bar:first-child {
}
.map-section .plus .bar:last-child {
	transform: rotate(90deg);
}
.map-section.active .plus .bar {
	background-color: #fff;
}
.map-section.active .plus .bar:first-child {
	transform: rotate(-45deg);
}
.map-section.active .plus .bar:last-child {
	transform: rotate(45deg);
}
.service a.topright {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 30px;
    border: 1px solid #023F82;
    width: auto;
    height: auto;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: #023F82;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.service a.topright:hover {
	background-color: transparent;
	border: 1px solid #023F82;
	color: #023F82;
}
.service a.bottomcenter {
	display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 20px 30px;
    border: 1px solid #023F82;
    width: auto;
    height: auto;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: #023F82;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.service a.bottomcenter:hover {
	background-color: transparent;
	border: 1px solid #023F82;
	color: #023F82;
}
/* ##### CV Tips ##### */
.cvtips .header-image {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 5% 0;
}
.cvtips .header-image h1 {
	font-size: 27px;
    line-height: 33px;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.1em;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    padding: 15px 35px;
    background-color: rgba(255,255,255,0.9);
    display: inline-block;
}
.cvtips .header-image p {
	font-size: 18px;
	line-height: 1.5em;
	color: #fff;
	padding: 15px 35px;
	margin: 0;
	background-color: rgba(1,62,129,0.9);
    max-width: 650px;
}
.cvtips .white-box {
	padding: 5%;
	margin: 0 0 30px 0;
}
.cvtips .white-box p {
	margin: 0 0 25px 0;
}
.text-icon h2 {
	margin: 0 0 20px 0;
}
.text-icon p {
	margin: 0 0 20px 0;
}
.text-icon i {
	font-size: 100px;
	line-height: 1em;
	float: right;
	color: #fff;
	padding: 30px;
}

/* ##### FOOTER ##### */
footer {
	padding: 65px 0 0 0;
	background-color: #595959;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer li {
	font-size: 12px;
	line-height: 16px;
	color: #e0e0e0;
	text-transform: uppercase;
	margin: 15px 0;
}

footer li.parent {
	font-size: 14px;
	line-height: 16px;
	position: relative;
	color: #ffffff;
	font-weight: 600;
}

footer li.parent.after {
	margin-bottom: 45px;
}

footer li.parent.after:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0px;
	width: 30px;
	height: 4px;
	background-color: #023F82;
}

footer li a {
	color: inherit;
}

footer li a:hover {
	text-decoration: none;
	color: inherit;
}

footer .bottom-bar {
	width: 100%;
	background-color: #444444;
	margin-top: 40px;
	text-align: center;
	padding: 20px 0 0 0;
}

footer .bottom-bar span {
	color: #e0e0e0;
	font-size: 12px;
	line-height: 16px;
}

footer .bottom-bar span.phone,
footer .bottom-bar span.email {
	margin-right: 25px;
}

footer .bottom-bar a {
	color: inherit;
}

footer .bottom-bar a:hover {
	color: inherit;
	text-decoration: none;
}

footer .bottom-bar span.socialmedia {
	height: 30px;
	width: 30px;
	text-align: center;
	background-color: #595959;
	color: #ffffff;
	font-size: 18px;
	line-height: 35px;
	display: inline-block;
	/* margin-right: 20px; */
}

footer .bottom-bar img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

footer .bottom-bar .container  div {
	margin: 0 0 10px 0;
}

footer .footer-elements {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#project-and-interim-manager-availability-div ul li {
	padding: 0 0 0 35px;
}
#project-and-interim-manager-availability-div td {
	white-space: nowrap;
}


/**************************
 New CSS
**************************/


.op-mgmt-header{
	padding: 120px 0;
	background-size: cover;
	color:#000000;
}
.op-mgmt-header h1{
	margin-bottom: 50px;
}
.op-mgmt-header h1::after {
    content: "";
    position: absolute;
    left:0;
    bottom: -10px;
    height: 4px;
    width: 30px;
    background-color: #013e81;
}
.op-mgmt-header h1,
.op-mgmt-header h2,
.op-mgmt-header p{
	color:#000000;
}
.op-mgmt-header .blue-button{
	margin-top:30px;
	padding:15px 80px;
}

.op-mgmt-case-studies{
	padding: 80px 0;
	background-color: #ffffff;
}
.op-mgmt-case-studies h2{
	margin-top:0;
	text-align: center;
}
.op-mgmt-case-studies h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 4px;
    width: 30px;
    left:50%;
    background-color: #FAB500;
    margin-left:-15px;
}
.op-mgmt-case-studies .case-studies{
	margin-top:50px;
}
.op-mgmt-case-studies .case-studies .case-study{
	margin-bottom: 30px;
}
.op-mgmt-case-studies .case-studies .case-study .case-study-img{
	margin-bottom: 15px;
}
.op-mgmt-case-studies .case-studies .case-study h3{
	font-size: 21px;
	color:#333333;
	margin:0;
}
.op-mgmt-case-studies .case-studies .case-study p{
	font-size: 19px;
	color:#888888;
}
.op-mgmt-case-studies .case-studies .case-study .ghost-button{
	display: inline-block;
	margin-top:15px;
}
.op-mgmt-case-studies{
	padding: 80px 0;
	background-color: #ffffff;
}


.og-mgmt-examples{
	padding: 80px 0;
	background-color: #eeefef;
}
.og-mgmt-examples h2{
	margin-top:0;
	text-align: center;
}
.og-mgmt-examples h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 4px;
    width: 30px;
    left:50%;
    background-color: #FAB500;
    margin-left:-15px;
}
.og-mgmt-examples .examples{
	margin-top:50px;
}
.og-mgmt-examples .examples .example{
	margin-bottom:50px;
}
.og-mgmt-examples .examples .example .white-box{
	background:#FFFFFF;
	padding:50px;
	height:100%;
}
.og-mgmt-examples .examples .example a{
	text-transform: uppercase;
	color:#024c97;
}
.og-mgmt-examples .examples .example img{
	margin-bottom: 15px;
}
.og-mgmt-examples .iterim-flex{
	display: flex;
	flex-wrap: wrap;
}


.og-mgmt-form{
	position: relative;
	background:#fab500;
	color:#FFFFFF;
	text-align: center;
	padding: 80px 0;
}
.og-mgmt-form h2{
	margin-top:0;
	text-align: center;
	color:#FFFFFF;
	font-size: 24px;
	line-height: 36px;
}
.og-mgmt-form input[type="text"]{
	display: block;
	width:100%;
	border:0;
	margin-bottom:30px;
	color:#666666;
	font-size: 17px;
	height: 50px;
	padding: 10px;
}
.og-mgmt-form input[type="checkbox"]{
	border:0;
}
.og-mgmt-form textarea{
	display: block;
	width:100%;
	border:0;
	margin-bottom:30px;
	color:#666666;
	height:130px;
	font-size: 17px;
	padding: 10px;
}
.og-mgmt-form input[type="submit"]{
	text-transform: uppercase;
	border:1px solid #034f98; 
	background:#034f98;
	color:#ffffff;
	font-size: 14px;
	font-weight: 700;
	padding:12px 50px;
	/*transition: 500ms all;*/
	margin-top:30px;
}
.og-mgmt-form input[type="submit"]:hover{
	background:#034f98;
	color:#ffffff;
}
.og-mgmt-form .privacy-policy{
	color:#FFFFFF;
	font-size:17px;
	margin-bottom: 5px;
	/*font-weight: 700;*/
}
.og-mgmt-form .privacy-policy a{
	text-decoration:underline;
	color:#034f98;
}
.og-mgmt-form #Form_ConsultantForm{
	margin-top:30px;
}
.og-mgmt-form .call-us{
	color:#FFFFFF;
}
.og-mgmt-form .call-us a{
	color:#FFFFFF;
	text-decoration: underline;
}
.og-mgmt-form .consultant-form-btm label{
	font-weight:400;
}
.og-mgmt-form .consultant-form-btm{
	font-size:17px;
}



.blue-button {
	display: inline-block;
	border: 1px solid #023F82;
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	background-color: #023F82;
	color: #ffffff !important;
}
.blue-button:hover {
	text-decoration: none;
}



.og-mgmt-avail-filter{
	background:#eeefef;
	/*padding: 80px 0 0 0;*/
}
.og-mgmt-avail-filter .filter-flex{
	display: flex;
}
.og-mgmt-avail-filter .filters a{
	display: inline-block;
	color:#154c89;
	font-size:19px;
	padding:8px 12px;
	margin-bottom:5px;
	margin-right:5px;
}
.og-mgmt-avail-filter .filters a:hover,
.og-mgmt-avail-filter .filters a.selected{
	background:#154c89;
	color:#FFFFFF;
	text-decoration: none;
}

.case-studies-filter{
	background:#eeefef;
	padding: 0 0 50px 0;
}
.case-studies-filter .filter-flex{
	display: flex;
}
.case-studies-filter .filters a{
	display: inline-block;
	color:#154c89;
	font-size:19px;
	padding:8px 12px;
	margin-bottom:5px;
	margin-right:5px;
}
.case-studies-filter .filters a:hover,
.case-studies-filter .filters a.selected{
	background:#154c89;
	color:#FFFFFF;
	text-decoration: none;
}
.case-studies-filter h3{
	line-height: 43px;
}

.og-mgmt-avail-title{
	background:#eeefef;
	padding: 80px 0;
}
.og-mgmt-avail-title h1::after{
	content: "";
    position: absolute;
    left: 0;
    /*margin-left: -15px;*/
    bottom: -10px;
    height: 4px;
    width: 30px;
    background-color: #fab500;
}
.og-mgmt-avail-list{
	background:#eeefef;
	padding: 80px 0;
}
.og-mgmt-avail-list .iterim-flex{
	display: flex;
	flex-wrap: wrap;
}
.og-mgmt-avail-list .interim-manager{
	margin-bottom:30px;
}
.og-mgmt-avail-list .interim-manager .white-box{
	background:#FFFFFF;
	padding:50px;
	height:100%;
}
.og-mgmt-avail-list .interim-manager h2{
	line-height:28px;
}
.og-mgmt-avail-list .interim-manager img{
	margin-bottom: 15px;
}
.og-mgmt-avail-list .interim-manager a{
    text-transform: uppercase;
    color: #024c97;
}


.interim-manager-lightbox{
	position: relative;
	background:#fff;
	padding:50px;
	max-width:620px;
	overflow: auto;
}
.interim-manager-lightbox .close-button{
	cursor:pointer;
	position: absolute;
	top:0;
	right:0;
	z-index: 9999;
}
/*.interim-manager-lightbox button{
	background: #013e81;
	color:#FFFFFF;
	border:0;
}*/
.interim-manager-lightbox .more-details{
	margin:15px 0;
	font-size: 17px;
	line-height: 24px;
	color: #595959;
}
.interim-manager-lightbox .profile-icon{
	margin:0 0 15px 0;
}
.interim-manager-lightbox .more-details .row{
	margin-bottom:5px;
	color:#888888;
}
.interim-manager-lightbox .more-details .the-label{
	font-weight:700;
	color:#444444;
}
.interim-manager-lightbox .summary-list{
	margin:15px 0;
}
.interim-manager-lightbox .summary-list ul{
	list-style: none;
	padding-left: 0;
}
.interim-manager-lightbox .summary-list ul li{
	font-size: 17px;
	line-height: 24px;
	color: #595959;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding: 8px 0 8px 35px;
}


.interim-management .logos{
	padding:50px 0;
}
.interim-management .container{
	width: 100%;
	max-width: 1560px; 
}
.interim-management-header{
	background:#013e81;
	color:#FFFFFF;
	padding: 80px 0;
}
.interim-management-header .buttons{
	margin-top: 30px;
}
.interim-management-header .buttons a{
	width:240px;
	text-align: center;
}
.interim-management-header h1{
	color:#FFFFFF;
	margin: 0 0 50px 0;
	line-height: 36px;
}
.interim-management-header h1::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 4px;
	width: 30px;
	background-color: #fab500;
}
.interim-management-header p{
	color:#FFFFFF;
	font-size:19px;
}
.interim-management-header .interim-profiles{
	display: inline-block;
	background:#fab500;
	border:1px solid #fab500;
	color:#013e80;
	padding:15px 30px;
	text-transform:uppercase;
	margin-right: 15px;
	font-weight: 700;
}
.interim-management-header .interim-profiles:hover{
	text-decoration:none;
}
.interim-management-header .case-studies{
	display: inline-block;
	border:1px solid #FFFFFF;
	background:#FFFFFF;
	color:#013e80;
	padding:15px 30px;
	text-transform:uppercase;
	font-weight: 700;
}
.interim-management-header .case-studies:hover{
	text-decoration:none;
}



.interim-management-buckets{
	background:#eeefef;
	text-align: center;
	padding: 80px 0 120px 0;
}
.interim-management-buckets h2{
	text-align: center;
	font-size:24px;
	color:#333333;
}
.interim-management-buckets h2::after {
    content: "";
    position: absolute;
    left:50%;
    margin-left:-15px;
    bottom: -10px;
    height: 4px;
    width: 30px;
    background-color: #fab500;
}
.interim-management-buckets h3{
	text-transform: initial;
	letter-spacing: initial;
	text-align: center;
	font-size:19px;
	color:#444444;
}
.interim-management-buckets .find-out-more{
	display: inline-block;
	border:1px solid #013e81;
	color:#013e81;
	padding:15px 30px;
	text-transform:uppercase;
	font-weight: 700;
}
.interim-management-buckets .find-out-more:hover{
	background:#013e81;
	color:#ffffff;
	text-decoration: none;
}
.interim-management-buckets .icon{
	margin-bottom: 15px;
}
.interim-management-buckets .buckets{
	margin: 40px 0;
}


.interim-management-assignments{
	background:#eeefef;
	padding: 0 0 120px 0;
}
.interim-management-assignments h2{
	margin-top:0;
	line-height: 26px;
}
.interim-management-assignments ul{
	list-style: none;
	padding-left: 0;
}
.interim-management-assignments ul li{
	font-size: 17px;
	line-height: 24px;
	color: #595959;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: -5px 10px;
	padding: 8px 0 8px 35px;
}
.interim-management-assignments .white-block{
	background:#FFFFFF;
	padding:80px 50px;
}
.interim-management-assignments .white-block p{
	color:#888888;
}
.interim-management-assignments .blue-button{
	padding: 15px 30px;
	margin-top:15px;
}
.interim-management-assignments .blue-button:hover{
	text-decoration:none;
}
.interim-management-assignments .interim-text{
	margin-top:30px;
}

.interim-management-casestudies{
	background:#eeefef;
	padding:0 0 120px 0;
}
.interim-management-casestudies h2{
	text-align: center;
	margin-top:0;
}
.interim-management-casestudies h2::after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -10px;
	height: 4px;
	width: 30px;
	background-color: #fab500;
}
.interim-management-casestudies h3{
	margin:15px 0;
}
.interim-management-casestudies .ghost-button{
	display: inline-block;
}
.interim-management-casestudies .case-studies{
	margin-top: 50px;
}



/* ##### SERVICE CONTACT FORM - DAN EDITS ##### */
.service-contact h2 {
	font-size: 21px;
    line-height: 1.5em;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 10px 0;
}
.service-contact .p1 {
	font-size: 18px;
    line-height: 1.5em;
    color: #fff;
    letter-spacing: 0.1em;
    position: relative;
    margin: 0 0 30px 0;
}
.service-contact {
	/*background-color: #023f82;*/
	background-color: #fab500;
	padding: 40px 0;
}
.service-contact input[type=text] {
	border: 1px solid #f8f8f8;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.service-contact textarea {
	border: 1px solid #f8f8f8;
    height: 100px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
.service-contact input[type=submit] {
	background: transparent;
    /*border: 1px solid #79c1ab;*/
    border: 1px solid #013e81;
    /*color: #79c1ab;*/
    color: #013e81;
    text-transform: uppercase;
    padding: 7px 20px;
    text-align: center;
    transition: all 0.3s ease;
}
.service-contact input[type=submit]:hover {
	/*background-color: #79c1ab;*/
	background-color: #013e81;
	color: #fff;
}

.service-contact .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service-contact .flex > div {
	flex: 2;
	padding: 0 15px;
}
.service-contact .checkbox-holder input[type=checkbox]{
	margin-top:0;
}
.service-contact a{
	color:#013e81;
}
.checkbox-holder {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}
.checkbox-holder input[type=checkbox] {
	height: 16px;
	width: 16px;
}
.checkbox-holder label {
	color: #fff;
	padding: 0 0 0 10px;
}

.thank-you {
	padding: 40px;
	background-color: #013e81;
	text-align: center;
	/*margin: 0 0 30px 0;*/
	margin:0;
}

.thank-you h2 {
	font-size: 21px;
    line-height: 1.5em;
    color: #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 10px 0;
}
.thank-you p {
	font-size: 18px;
    line-height: 1.5em;
    color: #fff;
    letter-spacing: 0.1em;
    position: relative;
    margin: 0;
}


.service-parent-header .buttons {
    position: absolute;
    left: calc(20% - 15px);
    bottom: 20px;
    width: 535px;
    display: flex;
}
.service-parent-header .buttons a {
    margin: 15px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}
.service-parent-header .solid-blue:hover {
	opacity: 0.9;
	text-decoration: none;
}
.service-parent-header .solid-blue {
    min-width: 40%;
    max-width: 49%;
    flex: 1;
    background-color: #013e81;
    font-size: 14px;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
    text-transform: uppercase;
    font-weight: bold;
}
.service-parent-header .ghost-button:hover {
	background-color: #013e81;
	color: #ffffff !important;
	text-decoration: none;
}
.service-parent-header .ghost-button {
    border: 1px solid #013e81;
    padding: 12px 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #013e81;
    letter-spacing: 0.1em;
}

@media(max-width: 1200px) {
	.service-parent-header .buttons {
		left: calc(10% - 15px);
	}
}
@media(max-width: 992px) {
	.service-parent-header .buttons {
		left: calc(5% - 15px);
	}
}

/* ##### END OF SERVICE CONTACT FORM - DAN EDITS ##### */



/* lg */
@media(min-width:1200px){
	.og-mgmt-container .container{
		width:100%;
		max-width:1560px;
	}
}

/* Small */
@media (max-width: 992px) {

	.interim-management-buckets .buckets .bucket{
		margin-bottom:50px;
	}
	.interim-management-buckets .buckets .bucket.last{
		margin-bottom:0;
	}
	.interim-management-assignments .interim-text .interim-text-top{
		margin-bottom:30px;
	}

	.og-mgmt-avail-filter .filter-flex{
		display: block;
	}

	.case-studies-filter .filter-flex{
		display: block;
	}

	.og-mgmt-avail-list .iterim-flex{
		display: block;
	}
	
	.op-mgmt-case-studies .case-studies .case-study{
		text-align: center;
		margin-bottom: 50px;
	}
	.op-mgmt-case-studies .case-studies .case-study img{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.og-mgmt-examples .examples .example{
		text-align: center;
		margin-bottom: 50px;
	}
	.og-mgmt-examples .examples .example img{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}


.lity .lity-close{
	display: none;
}

/**************************
 END OF New CSS
**************************/






@media (max-width: 1252px) {
	.desktop-header ul li a {
		padding: 30px 22px;
		font-size: 14px;
	}
}

/* Medium */
@media (max-width: 1200px) {
	.homepage .consultancy-banner {
		position: initial;
		border-top: 1px solid #FAB500;
	}
	.news h2 {
		font-size: 20px;
	}
	.news article p {
		font-size: 15px;
		line-height: 24px;
	}
	.homepage .site-title {
		top: 6%;
	}
	.homepage .slide-overlay {
		top: 32%;
	}
	.recruitmenthome .slide-overlay {
		top: 15%;
	}
	.service-parent-header h1 {
		left: 10%;
	}
	.desktop-header ul {
		margin: 28px 0;
	}
	.executive-search-page .four-blocks .small-blocks-flex .small-block{
		width:50%;
	}
	
}

@media (max-width: 1100px){
	.desktop-header ul li a {
		padding: 30px 20px;
		font-size: 13px;
	}
}

/* Small */
@media (max-width: 992px) {

	body{
		padding-top: 0!important;
	}

	.footer-element {
		width: 100%;
	}
	.news article img {
		width: 100%;
		margin: 0 auto 0 auto;
		display: block;
	}
	.homepage .site-title {
		top: 2%;
	}
	.homepage .slide-overlay {
		top: 32%;
	}
	.recruitmenthome .slide-overlay {
		top: 10%;
	}
	#homeSlider p.author {
	  margin-bottom: 30px;
	}
	.rsContentRight {
		padding: 20px 20px 20px 10px;
	}
	.rsContentRight .green-seperator {
		margin: 10px 0;
	}
	.homepage .slide .slide-body {
	  padding: 10px 20px;
	}
	.service-parent-header h1 {
		left: 5%;
	}
}

/* Extra Small */
@media (max-width: 768px) {
	
	.consultancy-banner{
		display: none !important;
		font-size:14px !important;
	}
	.executive-search-page-header{
		padding: 50px 0 30px 0 !important;
	}
	.executive-search-page-header p{
		font-size: 16px !important;
		line-height:24px !important;
	}
	.executive-search-page .intro-content h2{
		font-size:18px;
		line-height:26px !important;
	}
	.executive-search-page .intro-content{
		padding-top: 50px !important;
	}
	.executive-search-page .intro-content ul{
		margin-bottom:0;
	}
	.executive-search-page .info-box-wrapper{
		padding: 30px 0 30px 0 !important;
	}
	.executive-search-page .timeline{
		margin-top:30px !important;
		margin-bottom:30px !important;
	}
	.executive-search-page .testimonial-slider{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.executive-search-page .four-blocks{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.executive-search-page .info-box-wrapper .info-box{
		padding:15px !important;
	}

	.interim-management-header{
		padding: 80px 0 30px 0 !important;
	}
	.interim-management-header p{
		font-size: 16px !important;
		line-height:24px !important;
	}
	.interim-management-buckets{
		padding: 30px 0 30px 0;
	}
	.interim-management-buckets h2{
		font-size:18px;
		line-height:26px !important;
	}
	.interim-management-buckets h3{
		font-size: 16px;
	}
	.interim-management-buckets .find-out-more{
		font-size: 14px;
        padding: 10px 15px;
	}
	.interim-management-assignments .white-block{
		padding: 30px;
	}
	.interim-management-assignments{
		padding-bottom:50px;
	}
	.interim-management-buckets .buckets {
		margin: 40px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.executive-search-page .four-blocks .small-blocks-flex .small-block{
		width:100%;
	}
	.executive-search-page .testimonial-slider.sme-testimonial-slider{
		padding-top:80px;
		padding-bottom:50px;
	}
	.service-contact input[type="submit"]{
		display: block;
		width:100%;
	}
	.service-contact .checkbox-holder{
		align-items: flex-start;
	}

	.interim-management-header .buttons a{
		display: block;
		margin-bottom: 15px;
		width:100%;
	}
	.og-mgmt-form input[type="submit"]{
		width:100%;
	}

	.og-mgmt-avail-filter .filters a{
		display: block;
	}

	.case-studies-filter .filters a{
		display: block;
	}

	.service table.responsive td {
		display: block;
	}
	.service .container > p:first-of-type {
	  padding-right: 0%;
	}
	.rsContentRight {
		padding: 30px 40px;
	}
	.newsletter {
		background-size: auto 100%;
	}
	.homepage .intro {
		margin: 70px 0;
	}
	.clients .right {
	  padding-top: 0px;
	}
	.homepage .slide .slide-body {
		padding: 10px 15px;
	}
	.recruitmenthome .slide .slide-body {
		padding: 10px 15px;
	}
	#signupform input {
		margin: 10px 0;
	}
	#signupform input[type=submit]{
		margin: 10px auto;
		display: block;
	}
	.showform {
		width: 100%;
		margin: 5px 0;
	}
	.bx-wrapper a {
	    margin-right: 10px !important;
	}
	.bx-wrapper img {
	    margin-right: 10px !important;
	}
	.service-parent-header {
	    height: 202px;
	}
	.logos {
	    padding: 20px 0;
	}
	.service {
		padding: 20px 0;
	}
	.service-bucket {
		text-align: left;
		padding: 14px 2px 14px 45px;
		border-bottom: 1px solid #d2d2d2;
		position: relative;
	}
	.service-bucket img {
		margin: 0 2px 0 0;
		width: 35px;
		display: inline-block;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 5px;
		margin: auto;
	}
	.service-bucket p {
		letter-spacing: 0;
		margin: 0;
		display: inline-block;
		font-size: 11px;
	}
	.service-bucket a {
		position: static;
	}
	.slider-icon {
		text-align: left;
		padding: 14px 2px 14px 70px;
		border-bottom: 1px solid #d2d2d2;
		position: relative;
	}
	.slider-icon img {
		margin: 0 2px 0 0;
		width: 35px !important;
		display: inline-block;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 5px;
		margin: auto;
	}
	.slider-icon p {
		letter-spacing: 0;
		margin: 0 !important;
		display: inline-block;
		font-size: 11px;
	}
	.slider-icon a {
		position: static;
	}
	.service-parent-header {
	    width: 100%;
	    height: 150px;
	    background-position: center center;
	    background-size: auto 100%;
	}
	.slider-icon {
		width: 100%;
	}
	.slider-icon-holder {
		position: relative;
		top: -50px;
	}
	.page-icon {
		text-align: left;
		padding: 14px 2px 14px 70px;
		border-bottom: 1px solid #d2d2d2;
		position: relative;
	}
	.page-icon img {
		margin: 0 2px 0 0;
		width: 35px !important;
		display: inline-block;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 5px;
		margin: auto;
	}
	.page-icon p {
		letter-spacing: 0;
		margin: 0 !important;
		display: inline-block;
		font-size: 11px;
	}
	.page-icon a {
		position: static;
	}

}


/* Custom */
@media (max-width: 1090px) {
	.top-email {
		display: none;
	}
}

@media (max-width: 930px) {
	.top-phone {
		display: none;
	}
	.homepage .site-title h1 {
		font-size: 20px;
	}
	.homepage .slide .slide-body p {
		font-size: 14px;
	}
}
@media screen and (max-width:480px){
	.executive-search-page .four-blocks .small-blocks-flex .small-block{
		padding:100px 40px;
	}
	.recruitment-process-ul{
		padding-left:0px;	
	}
}

@media (max-width: 390px){
	.homepage ul.mobile-list li span.mobile-icon {
	  margin-right: 5px;
	}
	.homepage ul.mobile-list li span.mobile-text {
	  font-size: 11px;
	}
	.homepage ul.mobile-list li span.mobile-text.small {
	  font-size: 10px;
	}
}


.consultant-form-success{
	background: #154c89;
	color: #FFFFFF;
	padding: 50px;
	font-weight: 700;
}
.consultant-form-success p{
	color: #FFFFFF;
}






	.executive-search-page .logos{
		padding:50px 0;
		background:#FFF;
	}
	.executive-search-page .container{
		width: 100%;
		max-width: 1560px; 
	}
	.executive-search-page-header{
		background:#013e81;
		color:#FFFFFF;
		padding: 120px 0 120px 0;
	}
	.executive-search-page-header .buttons{
		margin-top: 30px;
	}
	.executive-search-page-header .buttons a{
		width:240px;
		text-align: center;
	}
	.executive-search-page-header h1{
		color:#FFFFFF;
		margin: 0 0 50px 0;
		line-height: 36px;
	}
	.executive-search-page-header h1::after{
		content: "";
		position: absolute;
		left: 0;
		bottom: -10px;
		height: 4px;
		width: 30px;
		background-color: #fab500;
	}
	.executive-search-page-header p{
		color:#FFFFFF;
		font-size:19px;
	}
	.executive-search-page-header .interim-profiles{
		display: inline-block;
		background:#fab500;
		border:1px solid #fab500;
		color:#013e80;
		padding:15px 30px;
		text-transform:uppercase;
		margin-right: 15px;
		font-weight: 700;
	}
	.executive-search-page-header .interim-profiles:hover{
		text-decoration:none;
	}
	.executive-search-page-header .case-studies{
		display: inline-block;
		background:#ffffff;
		border:1px solid #FFFFFF;
		color:#013e80;
		padding:15px 30px;
		text-transform:uppercase;
		font-weight: 700;
	}
	.executive-search-page-header .case-studies:hover{
		text-decoration:none;
	}

	.executive-search-page .grey-block{
		background:#eeefef;
	}

	.executive-search-page .info-box-wrapper{
		padding:80px 0;
	}
	.executive-search-page .info-box-wrapper .info-box{
		background:#FFFFFF;
		padding: 80px;
	}
	.executive-search-page .info-box-wrapper .info-box p{
		color: #888888;
	}
	.executive-search-page .info-box-wrapper .info-box h2{
		margin-top:0;
	}
	.executive-search-page .info-box-wrapper .info-box .flex-row{
		display: flex;
	}
	.executive-search-page .info-box-wrapper .info-box .why-davies-col{
		order:2;
	}
	.executive-search-page .info-box-wrapper .info-box .why-davies-text{
		order:1;
	}
	.executive-search-page .info-box-wrapper .info-box .why-davies{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		text-align: center;
		color: #FFF;
		background-image: url(/themes/davies/images/why2.jpg);
		background-size: cover;
	}
	.executive-search-page .info-box-wrapper .info-box .why-davies h3{
		color:#FFF;
		font-size: 24px;
	}
	.executive-search-page .info-box-wrapper .info-box .why-davies h3::after {
	    content: "";
	    position: absolute;
	    bottom: -10px;
	    left: 50%;
	    margin-left: -15px;
	    height: 4px;
	    width: 30px;
	    background-color:#FAB500;
	}

	
	.executive-search-page .intro-content{
		padding-bottom:80px;
	}
	.executive-search-page .intro-content h2{
		margin: 0 0 50px 0;
	}
	.executive-search-page .intro-content h2::after {
	    content: "";
	    position: absolute;
	    bottom: -10px;
	    left: 0px;
	    height: 4px;
	    width: 30px;
	    background-color:#FAB500;
	}
	.executive-search-page .intro-content ul{
		list-style: none;
		padding-left: 0;
	}
	.executive-search-page .intro-content ul li{
		font-size: 17px;
		line-height: 24px;
		color:#595959;
		background-image: url(/themes/davies/images/bullet.png);
		background-repeat: no-repeat;
		background-position: -5px 10px;
		padding: 8px 0 8px 35px;
	}

	.track-record{
		padding-left:20px;
	}
	.case-studies-btn{
		display: inline-block;
		color:#fff;
		font-size:17px;
		background-color:#fab500;
		padding:15px 25px;
		border:2px solid #fff;
		border-radius:30px;
		text-decoration:none;
		margin:10px 0px;
	}
	.case-studies-btn:visited, .case-studies-btn:focus{
		text-decoration: none;
		color:#fff;
	}
	.case-studies-btn:hover{
		color:#fab500;
		background-color:#fff;
		border:2px solid #fab500;
		transition:500ms;
		text-decoration:none;
	}
	.cycle-slideshow.cycle-slideshow-SME{
		overflow: visible !important;
	}

	.executive-search-page .grey-block .info-box-wrapper .info-box.sme-challenge-box{
		padding-top:0px;
	}
	.executive-search-page .timeline.sme-recruitment-timeline{
		margin-top:60px;
	}
	.executive-search-page .four-blocks.benefits-block{
		padding-top:80px;
	}
	.executive-search-page .executive-search-process{

	}
	.executive-search-page .executive-search-process h2{
		text-align: center;
	}
	.executive-search-page .executive-search-process h2::after {
	    content: "";
	    position: absolute;
	    bottom: -10px;
	    left: 50%;
	    margin-left: -15px;
	    height: 4px;
	    width: 30px;
	    background-color:#FAB500;
	}

	body.ExecutiveSearchPage .service-contact{
		background: #013e81;
	}
	body.ExecutiveSearchPage .service-contact input[type="submit"]{
		border: 1px solid #fab500;
		background:#fab500;
		color:#013e81;
	}
	body.ExecutiveSearchPage .service-contact input[type="submit"]:hover{
		background-color:#fab500;
		color:#013e81;
	}
	body.ExecutiveSearchPage .service-contact a{
		color:#fab500;
	}

	body.ExecutiveSearchPage .thank-you{
		background:#fab500;
		color:#013e81;
	}
	body.ExecutiveSearchPage .thank-you h2{
		color:#013e81;
	}
	body.ExecutiveSearchPage .thank-you p{
		color:#013e81;
	}


.executive-search-page .exec-search-best-candidate{
	padding-top:0;
	padding-bottom:80px;
}
.executive-search-page .exec-search-best-candidate h2{
    margin-bottom: 50px;
}
.executive-search-page .exec-search-best-candidate h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    height: 4px;
    width: 30px;
    background-color: #FAB500;
}
.executive-search-page .exec-search-best-candidate .best-candidate-images{
	padding-top:50px;
}
.executive-search-page .exec-search-best-candidate .best-candidate-images .best-candidate-image{
	margin-bottom:30px;
}


.executive-search-page .four-blocks{
	padding-top:0;
	padding-bottom:80px;
	background:#eeefef;
}
.executive-search-page .four-blocks .yellow-block-flex{
	display: flex;
	flex-wrap: wrap;
}
.executive-search-page .four-blocks .yellow-block-flex .yellow-block .block-icon{
	margin-bottom: 30px;
}
.executive-search-page .four-blocks .yellow-block-flex .yellow-block{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	background: #fab500;
	width:50%;
	text-align: center;
	padding:50px;
	color:#333333;
}
.executive-search-page .four-blocks .yellow-block-flex .yellow-block h3{
	color:#333333;
	font-size: 21px;
	line-height: 33px;
	width:100%;
}
.executive-search-page .four-blocks .yellow-block-flex .yellow-block p{
	color:#333333;
	font-size: 17px;
	line-height: 30px;
	width:100%;
}
.executive-search-page .four-blocks .yellow-block-flex .yellow-block li{
	color:#333333;
	font-size: 17px;
	line-height: 30px;
	width:100%;
}

.executive-search-page .four-blocks .yellow-block-flex .yellow-block-1{
	background: #fab500;
}
.executive-search-page .four-blocks .yellow-block-flex .yellow-block-2{
	background: #ffc125;	
}
.executive-search-page .four-blocks .yellow-block-flex .yellow-block-3{
	background: #ffbd19;
}
.executive-search-page .four-blocks .yellow-block-flex .yellow-block-4{
	background: #f9c63d;
}

.benefits-title{
	text-align:center;
	margin-bottom:30px;
}
.benefits-title h2::after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -15px;
	height: 4px;
	width: 30px;
	background-color:#FAB500;
}
.small-blocks-flex{
	display: flex;
	flex-wrap: wrap;
}
.small-block{
	display: flex;
	align-items: center;
	flex-flow: column;
	background: #fab500;
	width:25%;
	text-align: center;
	padding:100px;
	
}
.small-block-1{
	background: #fab500;
}
.small-block-2{
	background: #ffc125;
}
.small-block-3{
	background: #ffbd19;
}
.small-block-4{
	background: #f9c63d;
}
.small-block .block-icon{
	margin-bottom:30px;
}
.small-block p{
	color:#000;
}


.executive-search-page .testimonial-slider{
	position: relative;
	background:#ffffff;
	padding-top: 120px;
	padding-bottom: 120px;
}
.executive-search-page .testimonial-slider.sme-testimonial-slider{
	width:100%;
}

.executive-search-page .testimonial-slider #left-arrow{
	position: absolute;
	left:50px;
	top:50%;
	margin-top:-24px;
	cursor: pointer;
}
.executive-search-page .testimonial-slider #right-arrow{
	position: absolute;
	right:50px;
	top:50%;
	margin-top:-24px;
	cursor: pointer;
}
.executive-search-page .testimonial-slider .slide{
	width:100%;
}
.executive-search-page .testimonial-slider .flex-row{
	display: flex;
}
.executive-search-page .testimonial-slider .flex-row .slider-logo{
	display: flex;
	justify-content: center;
	align-items: center;
}

.executive-search-page .testimonial-slider .flex-row .slider-content a h4{
	color:#444444;
}
.executive-search-page .testimonial-slider .flex-row .slider-content a{
	text-decoration: none;
}

.executive-search-page .testimonial-slider .slide h3{
	text-transform: uppercase;
	margin-bottom: 50px;
	font-size: 24px;
}
.executive-search-page .testimonial-slider .slide h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    height: 4px;
    width: 30px;
    background-color:#FAB500;
}
.executive-search-page .testimonial-slider .slide h4{
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 21px;
}
.executive-search-page .testimonial-slider .slide .testimonial-text{
	font-style: italic;
	color:#888;
}
.executive-search-page .testimonial-slider .slide .testimonial-name{
	color:#888;
	text-transform: uppercase;
}
.executive-search-page .testimonial-slider .slide{

}

/**** TIMELINE ****/
/*** https://bootsnipp.com/snippets/k7KxQ **/

.executive-search-page .timeline img { 
	border: 0; 
	max-width: 100%; 
}

/** timeline box structure **/
.executive-search-page .timeline {
  	list-style: none;
  	padding: 20px 0 20px;
  	position: relative;
  	margin:120px 0 120px 0;
}

.executive-search-page .timeline:before {
  	top: 0;
  	bottom: 0;
  	position: absolute;
  	content: " ";
  	width: 1px;
  	background-color: #999999;
  	left: 50%;
  	margin-left: -1.5px;
}

.executive-search-page .timeline li {
  	margin-bottom: 25px;
  	position: relative;
  	text-align: right;
}

.executive-search-page .timeline li.timeline-inverted{
	text-align: left;
}

.executive-search-page .timeline li:before, .timeline li:after {
  	content: " ";
  	display: table;
}
.executive-search-page .timeline li:after {
  	clear: both;
}
.executive-search-page .timeline li:before, .timeline li:after {
  	content: " ";
  	display: table;
}

/** timeline panels **/
.executive-search-page .timeline li .timeline-panel {
  	width: 46%;
  	float: left;
  	padding: 20px;
  	position: relative;
}

.executive-search-page .timeline li .timeline-image {
  	width: 46%;
  	float: right;
  	padding: 20px;
  	position: relative;
}

.executive-search-page .timeline li .timeline-image img{
	float:left;
}
.executive-search-page .timeline li.timeline-inverted .timeline-image img{
	float:right;
}

.executive-search-page .timeline li.timeline-inverted .timeline-panel {
  	float: right;
}

.executive-search-page .timeline li.timeline-inverted .timeline-image {
  	float: left;
}

.executive-search-page .timeline li.timeline-inverted .timeline-panel:before {
  	border-left-width: 0;
  	border-right-width: 15px;
  	left: -15px;
  	right: auto;
}

.executive-search-page .timeline li.timeline-inverted .timeline-panel:after {
  	border-left-width: 0;
  	border-right-width: 14px;
  	left: -14px;
  	right: auto;
}

/** timeline circle icons **/
.executive-search-page .timeline li .tl-circ {
  	position: absolute;
	top: 5px;
  	left: 50%;
  	text-align: center;
  	background: #eeefef;
  	color: #1b1b1b;
  	width: 50px;
  	height: 50px;
  	line-height: 50px;
  	margin-left: -26px;
  	z-index: 99;
  	font-weight: 700;
}


/** timeline content **/

.executive-search-page .tl-heading h4 {
  	margin: 0 0 10px 0;
  	color: #333333;
  	font-size: 17px;
  	font-weight:700;
}

.executive-search-page .tl-body p, .tl-body ul {
  	margin-bottom: 0;
  	color:#888888;
	font-size: 17px;
}

.recruitment-process-ul{
	list-style:none;
}
.recruitment-process-li {
	margin-bottom: 0px;
	color:#888888;
	font-size: 17px;
	line-height: 30px;
}
.recruitment-process-li span{
	padding-right:15px;
	color:#f8b31c;
}

.executive-search-page .tl-body > p + p {
  	margin-top: 5px;
}

/** media queries **/
@media (max-width: 991px) {
  	.executive-search-page .timeline li .timeline-panel {
    	width: 44%;
  	}

  	.executive-search-page .four-blocks .yellow-block-flex .yellow-block{
		width:100%;
	}

	.executive-search-page .info-box-wrapper .info-box .flex-row{
		display: block;
	}
	.executive-search-page .info-box-wrapper .info-box .why-davies{
		height:250px;
	}

	.executive-search-page .info-box-wrapper .info-box .why-davies-col{
		order:1;
		margin-bottom: 30px;
	}
	.executive-search-page .info-box-wrapper .info-box .why-davies-text{
		order:2;
	}

	.executive-search-page .testimonial-slider #left-arrow,
	.executive-search-page .testimonial-slider #right-arrow{
		display: none;
	}
	.track-record{
		padding:40px 0px 0px 0px;
	}
	.executive-search-page .info-box-wrapper .info-box h2.sme-challenge {
		margin-top:40px;
	}
}

@media (max-width: 768px) {

	.executive-search-page .exec-search-best-candidate{
		padding-bottom: 30px;
	}

	.executive-search-page .four-blocks .yellow-block-flex .yellow-block{
		padding:30PX;
	}
	.executive-search-page .grey-block .info-box-wrapper .info-box.sme-challenge-box{
		padding-top:50px;
	}
	.executive-search-page .executive-search-process h2.sme-process-title{
		margin-top:70px;
	}

	.executive-search-page .page-header h1 { font-size: 1.8em; }
  
  	.executive-search-page ul.timeline:before {
    	left: 40px;
  	}

  	.executive-search-page ul.timeline li .timeline-panel {
    	width: calc(100% - 90px);
    	width: -moz-calc(100% - 90px);
   		width: -webkit-calc(100% - 90px);
  	}

  	.executive-search-page ul.timeline li .tl-circ {
    	top: 5px;
    	left: 22px;
    	margin-left: -8px;
  	}

  	.executive-search-page ul.timeline > li > .timeline-panel {
    	float: right;
  	}

  	.executive-search-page ul.timeline > li > .timeline-panel:before {
    	border-left-width: 0;
    	border-right-width: 15px;
    	left: -15px;
    	right: auto;
  	}

  	.executive-search-page ul.timeline > li > .timeline-panel:after {
    	border-left-width: 0;
    	border-right-width: 14px;
    	left: -14px;
    	right: auto;
  	}

  	.executive-search-page .timeline li {
	  	text-align: left;
	}

	.executive-search-page .timeline li .timeline-image {
		display: none;
	}

	.executive-search-page-header .buttons a {
	    display: block;
	    margin-bottom: 15px;
	    width: 100%;
	}

	.executive-search-page .info-box-wrapper .info-box{
		padding:30px;
	}

	.executive-search-page .testimonial-slider .flex-row{
		display: block;
	}
	.executive-search-page .testimonial-slider .flex-row .slider-logo img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}

	.executive-search-page .testimonial-slider .slide{
		text-align: center;
	}
	.executive-search-page .testimonial-slider .slide h3::after{
		left:50%;
		margin-left:-15px;
	}
}

@media (max-width: 1630px) {
	.executive-search-page .testimonial-slider #left-arrow,
	.executive-search-page .testimonial-slider #right-arrow{
		display: none;
	}
}

@media (min-width: 992px) {
	.executive-search-page .intro-content h2{
		text-align: center;
	}
	.executive-search-page .intro-content h2::after{
		left:50%;
		margin-left:-15px;
	}
	.executive-search-page .intro-content .roles-list{
		display: flex;
		justify-content: center;
	}
}
@media (min-width: 768px) {
	.slider-height{
		display:flex;
		flex-direction:column;
		justify-content:center;
		height:300px;
	}
}





/* InterimManagementChildLPM */
.InterimManagementChildLPM .op-mgmt-header h1, 
.InterimManagementChildLPM .op-mgmt-header h2, 
.InterimManagementChildLPM .op-mgmt-header p{
	display: inline-block;
	background: #FFFFFF;
	background: rgba(255,255,255,0.9);
	padding:15px;
}
.InterimManagementChildLPM .op-mgmt-header h1::after{
	background-color: transparent;
}

.InterimManagementChildLPM .why-choose-text{
	display: block;
	padding:50px;
	background:#FFFFFF;
	text-align: center;
	margin-top: 30px;
}
.InterimManagementChildLPM .why-choose-text a{
	color:#7ac2ac;
}


.InterimManagementChildLPM .blue-block-flex{
	display: flex;
	/* flex-wrap: wrap; */
	padding-top:50px;
	gap:30px;
}
.InterimManagementChildLPM .blue-block-flex .blue-block .block-icon{
	margin-bottom: 30px;
}
.InterimManagementChildLPM .blue-block-flex .blue-block{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-flow: column;
	background: #013e81;
	width:33.3333333333333%;
	flex: 1 1 0;
  	/* width: 0; */
	text-align: left;
	padding:50px;
	color:#333333;
}
.InterimManagementChildLPM .blue-block-flex .blue-block h3{
	color:#ffffff;
	font-size: 21px;
	line-height: 33px;
	width:100%;
	margin-bottom: 40px;
}
.InterimManagementChildLPM .blue-block-flex .blue-block h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 4px;
    width: 30px;
    left:0;
    background-color: #FAB500;
    /* margin-left:-15px; */
}
.InterimManagementChildLPM .blue-block-flex .blue-block p{
	color:#ffffff;
	font-size: 17px;
	line-height: 30px;
	width:100%;
}


.InterimManagementChildLPM .yellow-block-flex{
	display: flex;
	flex-wrap: wrap;
	padding-top:50px;
}
.InterimManagementChildLPM .yellow-block-flex .yellow-block .block-icon{
	margin-bottom: 30px;
}
.InterimManagementChildLPM .yellow-block-flex .yellow-block{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	background: #fab500;
	width:33.3333333333333%;
	text-align: center;
	padding:100px;
	color:#333333;
}
.InterimManagementChildLPM .yellow-block-flex .yellow-block h3{
	color:#333333;
	font-size: 21px;
	line-height: 33px;
	width:100%;
}
.InterimManagementChildLPM .yellow-block-flex .yellow-block p{
	color:#333333;
	font-size: 17px;
	line-height: 30px;
	width:100%;
}
.InterimManagementChildLPM .yellow-block-flex .yellow-block li{
	color:#333333;
	font-size: 17px;
	line-height: 30px;
	width:100%;
}

.InterimManagementChildLPM .yellow-block-flex .yellow-block-1{
	background: #fab500;
}
.InterimManagementChildLPM .yellow-block-flex .yellow-block-2{
	background: #ffc125;	
}
.InterimManagementChildLPM .yellow-block-flex .yellow-block-3{
	background: #ffbd19;
}
.InterimManagementChildLPM .yellow-block-flex .yellow-block-4{
	background: #f9c63d;
}





.op-mgmt-lpm-services{
	padding: 80px 0;
	background-color: #ffffff;
}
.op-mgmt-lpm-services h2{
	margin-top:0;
	text-align: center;
}
.op-mgmt-lpm-services h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 4px;
    width: 30px;
    left:50%;
    background-color: #013e81;
    margin-left:-15px;
}
/*
.op-mgmt-lpm-services .case-studies{
	margin-top:50px;
}
.op-mgmt-lpm-services .case-studies .case-study{
	margin-bottom: 30px;
}
.op-mgmt-lpm-services .case-studies .case-study .case-study-img{
	margin-bottom: 15px;
}
.op-mgmt-lpm-services .case-studies .case-study h3{
	font-size: 21px;
	color:#333333;
	margin:0;
}
.op-mgmt-lpm-services .case-studies .case-study p{
	font-size: 19px;
	color:#888888;
}
.op-mgmt-lpm-services .case-studies .case-study .ghost-button{
	display: inline-block;
	margin-top:15px;
}
*/

.op-mgmt-lpm-why-choose{
	padding: 80px 0;
	background-color: #eeefef;
}
.op-mgmt-lpm-why-choose h2{
	margin-top:0;
	text-align: center;
}
.op-mgmt-lpm-why-choose h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 4px;
    width: 30px;
    left:50%;
    background-color: #FAB500;
    margin-left:-15px;
}
/*
.op-mgmt-lpm-why-choose .case-studies{
	margin-top:50px;
}
.op-mgmt-lpm-why-choose .case-studies .case-study{
	margin-bottom: 30px;
}
.op-mgmt-lpm-why-choose .case-studies .case-study .case-study-img{
	margin-bottom: 15px;
}
.op-mgmt-lpm-why-choose .case-studies .case-study h3{
	font-size: 21px;
	color:#333333;
	margin:0;
}
.op-mgmt-lpm-why-choose .case-studies .case-study p{
	font-size: 19px;
	color:#888888;
}
.op-mgmt-lpm-why-choose .case-studies .case-study .ghost-button{
	display: inline-block;
	margin-top:15px;
}
*/

@media (max-width: 991px) {
	.InterimManagementChildLPM .blue-block-flex{
		flex-wrap: wrap;
	}
	.InterimManagementChildLPM .blue-block-flex .blue-block{
		width:100%;
	}
}

@media (max-width: 1199px) {
	.InterimManagementChildLPM .yellow-block-flex .yellow-block{
		width:100%;
	}
}



@media (max-width:280px){
	.interim-management-buckets .buckets{
		flex-flow:column;
	}
	.interim-management-buckets .buckets .bucket{
		width:100%;
	}
	#Form_ConsultantForm .consultant-form-top,
	#Form_ConsultantForm .consultant-form-mid{
		flex-flow: column;
	}
	#Form_EnquiryForm .service-enquiry-col{
		flex-flow: column;
	}
}
@media (max-width: 991px) {
	#Form_ConsultantForm .consultant-form-top,
	#Form_ConsultantForm .consultant-form-mid{
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
		margin-bottom: 16px;
	}
	#Form_ConsultantForm .consultant-form-top > div,
	#Form_ConsultantForm .consultant-form-mid > div{
		flex-basis: calc(50% - 8px);
		flex-grow: 0;
		box-sizing: border-box;
	}
	#Form_ConsultantForm input[type="text"]{
		margin-bottom:0;
	}
	#Form_ConsultantForm .consultant-form-enquiry{
		flex-basis: 100% !important;
	}

	#Form_EnquiryForm .service-enquiry-col{
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
		margin-bottom: 16px;
	}
	#Form_EnquiryForm .service-enquiry-col > div {
		flex-basis: calc(50% - 8px);
		flex-grow: 0;
		box-sizing: border-box;
	}
	#Form_EnquiryForm .service-enquiry-col > div > input{
		margin-bottom: 0;
	}
	#Form_EnquiryForm .consultant-form-enquiry{
		flex-basis: 100% !important;
	}

	.interim-lists ul{
		margin-bottom: 0;
	}

	.executive-search-page .four-blocks{
		padding-top:0 !important;
		padding-bottom:30px !important;
	}
}

@media (max-width: 465px) {
	.executive-search-page .exec-search-best-candidate .best-candidate-images .best-candidate-image-col{
		width: 100%;
	}
}