@font-face {
	font-family: 'Avenir';
	src: url('../fonts/372EB5_0_0.eot');
	src: url('../fonts/372EB5_0_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/372EB5_0_0.woff2') format('woff2'),
		 url('../fonts/372EB5_0_0.woff') format('woff'),
		 url('../fonts/372EB5_0_0.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/372EB5_1_0.eot');
	src: url('../fonts/372EB5_1_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/372EB5_1_0.woff2') format('woff2'),
		 url('../fonts/372EB5_1_0.woff') format('woff'),
		 url('../fonts/372EB5_1_0.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/372EB5_2_0.eot');
	src: url('../fonts/372EB5_2_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/372EB5_2_0.woff2') format('woff2'),
		 url('../fonts/372EB5_2_0.woff') format('woff'),
		 url('../fonts/372EB5_2_0.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/372EB5_3_0.eot');
	src: url('../fonts/372EB5_3_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/372EB5_3_0.woff2') format('woff2'),
		 url('../fonts/372EB5_3_0.woff') format('woff'),
		 url('../fonts/372EB5_3_0.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

iframe .timeline-Footer,
iframe .timeline-Header {
	display: none !important;
}

.twitter-timeline,
.timeline-Widget {
	height: 100% !important;
	background-color: rgba(160,200,220,.12) !important;
}

.twitter-timeline .timeline-Tweet {
	height: auto !important;
}

#wpadminbar {
	z-index: 9999999 !important;
}

body, html {
	max-width: 100%;
	overflow-x: hidden;
}

body {
	font-family: 'Avenir', sans-serif;
	color: #1e3062;
	line-height: 30px;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
	opacity: 0;
	padding-top: 89px;
}
body.active {
	opacity: 1;
}
html.no-scroll {
  overflow: hidden;
}
html.no-scroll #page {
	opacity: 0.3;
}
h1,h2,h3,h4,h5 {
	font-weight: 100;
}
ul {
	padding: 0;
}

li {
	list-style: none;
}
#page ul {
	padding-left: 20px;
	padding-bottom: 30px;
}
#page ul.gform_fields {
	padding-left: 0;
	padding-bottom: 0;
}
#page ul li {
	list-style: disc;
}

ul.share-project {
  position:relative;
  cursor:default;
  padding: 0 30px 10px 0 !important;
}
ul.share-project li{
  list-style:none !important;
  padding-left: 32px;
  color:#00b2f2;
  background: url(../img/share.png) no-repeat;
  background-size: 20px;
	background-position: left center;
}
ul.share-project li div {
  background:#00b2f2;
  color:#fff;
  padding:7px;
  border-radius:3px;
  position:absolute;
  min-width:50px;
  max-width:300px;
  display:none;
}
ul.share-project li div li {
	padding-left: 0px;
}
ul.share-project div:before{
  content:'';
  height:3px;
  width:0;
  border:7px solid transparent;
  border-bottom-color:#00b2f2;
  position:absolute;
  top:-14px;
  left:24px;
}
ul.share-project ul {
	padding: 0 !important;
}
h3, h4 {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 30px;
	font-weight: 600;
	font-style: normal;
}

blockquote {
	font-size: 20px;
	font-style: italic;
	line-height: 25px;
	font-weight: 500;
	max-width: 75%;
	margin: 0 auto;
}
p {
	margin: 0 0 30px;
}
a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
a.share-project {
	right: auto;
	left: 0;
	background: url(../img/share.png) no-repeat;
	background-size: 15px;
	background-position: right;
	padding-right: 20px;
	margin-right: 0;
	margin-bottom: 19px;
}
.clickable,
.clickable .image {
	cursor: pointer;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.tint {
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
	background: #000;
	opacity: 0;
}
.clickable:hover > .tint {
	opacity: 0.7 !important;
}
.clickable:hover .image {
	opacity: 0.7;
}
.grid:after {
	width: 30%;
	content:"";
	display: block;
}
#page {
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#nav-icon,
#nav-icon-menu {
	opacity: 1;
    width: 32px;
    height: 20px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.shrink #nav-icon,
.shrink#nav-icon-menu {
	opacity: 1;
}
#nav-icon span,
#nav-icon-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #1E3062;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
     transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
     top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 10px;
}

#nav-icon span:nth-child(4) {
    top: 20px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    top: 13px;
    width: 0%;
    left: 50%;
}

#nav-icon-menu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon-menu span:nth-child(4) {
    top: 13px;
    width: 0%;
    left: 50%;
}

#popup-nav {
	z-index: 8;
	background: #FFFFFF;
	background: rgba(255, 255, 3255, 0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
#popup-nav.open {
	opacity: 1;
	visibility: visible;
}

#popup-nav ul li {
    margin-bottom: 10px;
}

#popup-nav ul li .sub-menu {
	font-size: 14px;
	padding: 10px 0 0 10px;
}

#popup-nav ul li .sub-menu li {
	margin-bottom: 0px;
}

#popup-nav ul li a {
    color: #1e3062;
}

.logo {
	width: 75px;
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.midnightHeader {
	padding: 20px 40px;
	z-index: 9999999;
}

.midnightHeader.white #nav-icon span {
	background: #FFFFFF;
}
.midnightHeader.white .logo path {
	fill: white;
}

.font-poppins {
	font-family: poppins, sans-serif;
}

.instagram-icon {
	display: block;
	background: url(../img/insta-icon.png) no-repeat;
	width: 52px;
	height: 52px;
	background-size: contain;
}

nav {
	z-index: 999999 !important;
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.menu {
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

nav.shrink .menu {
	opacity: 0;
}

nav.open #nav-icon span {
    background: #1E3062 !important;
}

nav.open .menu {
	opacity: 0;
}

form label {
	display: block !important;
	font-weight: normal !important;
}

form li {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	padding-right: 0 !important;
}

form input, form textarea {
	width: 100% !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #232A45;
    border-radius: 0px;
    padding: 15px 15px !important;
}

form textarea {
	height: 150px !important;
}

form input:focus, form textarea:focus {
	outline: none;
}

form input::-webkit-input-placeholder,
form input::-moz-placeholder,
form input:-ms-input-placeholder,
form input:-moz-placeholder,
form input::placeholder,
form textarea::-webkit-input-placeholder,
form textarea::-moz-placeholder,
form textarea:-ms-input-placeholder,
form textarea:-moz-placeholder,
form textarea::placeholder {
  color: #232A45;
  opacity: 1;
}

form input[type=text], form input[type=tel], form input[type=email], form textarea  {
	background:#FFFFFF;
	border: 1px solid #232A45;
}

#input_1_1 {
	background: none !important;
	color: #FFF;
	border: 0 !important;
	border-bottom: 2px solid #FFF !important;
}

@media screen and (max-width: 768px) {
	#footer form {
		display: block !important;
	}
	#footer .gform_footer {
		position: relative !important;
	}
}

form input[type=submit] {
	cursor: pointer;
	background: rgba(0, 178, 242, 1);
	border: none;
	color: #FFF;
	display: inline-block;
	padding: 20px 35px !important;
	text-align: center;
	border-radius: 0px;
	width: 100% !important;
	margin-right: 0 !important;
	float: none;
}

#sectors-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 24px;
	background: #FFF url(../img/select-arrow.png) no-repeat;
	background-size: 15px;
	background-position: 95% center;
	color: #00B2F2;
	border-radius: 0px;
	font-weight: 300;
	font-size: 19px;
}


#footer form input[type=text], #footer form textarea  {
	background:#232A45;
	border-bottom: 2px solid #FFF;
	padding: 13px 0 !important;
	color: #FFF;
}

#footer form input[type=submit] {
	cursor: pointer;
	background: #232A45;
	border: 3px solid #FFF;
	color: #FFF;
	display: inline-block;
	padding: 15px 35px !important;
	text-align: center;
	border-radius: 0px;
	width: 150px !important;
	margin-right: 0 !important;
	float: right;
}

#footer form label {
	display: none !important;
}

#footer form input::-webkit-input-placeholder,
#footer form input::-moz-placeholder,
#footer form input:-ms-input-placeholder,
#footer form input:-moz-placeholder,
#footer form input::placeholder,
#footer form textarea::-webkit-input-placeholder,
#footer form textarea::-moz-placeholder,
#footer form textarea:-ms-input-placeholder,
#footer form textarea:-moz-placeholder,
#footer form textarea::placeholder {
  color: #FFF;
  opacity: 1;
}

.gform_wrapper {
	margin: 0 !important;
}
.gform_wrapper .gform_footer {
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.validation_error, .validation_message {
	display: none !important;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	background: none !important;
	padding: 0 !important;
	margin: 0 0 20px !important;
	max-width: 100% !important;
	border-top: 0px !important;
	border-bottom: 0px !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0px !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
	border-right: 0px !important;
	border-left: 0px !important;
	border-top: 0px !important;
	border: 1px solid red !important;
	padding: 25px 15px !important;
}

#footer .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #footer .gform_wrapper li.gfield_error textarea {
	border-right: 0px !important;
	border-left: 0px !important;
	border-top: 0px !important;
	border-bottom: 2px solid red !important;
	padding: 13px 0 !important;
}


.single-project-slider .slick-arrow {
	display: inline-block;
	width: 18px;
	text-indent: -9999em;
	background: url(../img/arrow-left-light.png) no-repeat;
	background-size: 18px;
	position: absolute;
	top: 0;
	right: 80px;
	z-index: 999999;
}

.single-project-slider .slick-next {
	background: url(../img/arrow-right-light.png) no-repeat;
	background-size: 18px;
	right: 20px;
}
ul.slick-dots {
	padding-bottom: 0 !important;
}

.hero-title {
	background: rgba(0, 178, 242, 0.85);
	max-width: 750px;
}

#hero .slick-initialized .slick-slide {
	display: flex !important;
	align-items: flex-end;
}

a.arrow.white {
	background: url(../img/arrow-right-white.png) no-repeat;
	background-size: 18px;
	background-position: right;
	padding-right: 25px;
}
a {
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
a.hidden {
	display: none;
}

a.button {
	cursor: pointer;
	border: 2px solid #000;
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	border-radius: 3px;
}
a.button.white {
	border: 2px solid #FFF;
	color: #FFF;
}
a.button:hover {
	background: #000;
	color: #FFF;
}
a.button.white:hover {
	background: #FFF;
	color: #000;
}
#nav-btn:focus {
	outline: none;
}

.quotes {
	display: block;
	background: url(../img/quotes.png) no-repeat;
	width: 60px;
	height: 50px;
	background-size: contain;
}
.quotes.flip {
	display: block;
	background: url(../img/quotes-flip.png) no-repeat;
	width: 60px;
	height: 50px;
	background-size: contain;
	margin-left: 75%;
}

.footer-menu li {
	list-style: none;
	display: inline-block;
}

.slick-list:focus, .slick-track:focus, .slick-slide:focus {
	outline: none;
}
.slick-list, .slick-track, .slick-slide {
	height: 100%;
}

.slick-dots li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
}
.slick-dots li button {
	text-indent: -9999em;
	background: #FFFFFF;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}
.slick-dots li.slick-active button {
	background: #1E3062;
}
.slick-dots li button:focus {
	outline: none;
}

.client-slider .slick-dots,
.accreditation-slider .slick-dots {
	text-align: center;
}
.client-slider .slick-dots li button,
.accreditation-slider .slick-dots li button {
	background: #00B2F2;
}
.client-slider .slick-dots li.slick-active button,
.accreditation-slider .slick-dots li.slick-active button {
	background: #1E3062;
}

.accreditation-slider img {
width: auto;
margin: 0 auto;
max-height: 50px;
}

.project-slider .slick-list {
    padding-left: 0px!important;
}

.project-slider-nav .slick-prev,
.project-slider-only-nav .slick-prev,
.client-slider .slick-prev,
a.arrow.blue.prev {
	text-indent: -9999em;
	background: url(../img/arrow-left.png) no-repeat;
	background-size: 18px;
	width: 18px;
	height: 12px;
	margin-right: 20px;
}

.project-slider-nav .slick-next,
.project-slider-only-nav .slick-next,
.client-slider .slick-next,
a.arrow.blue.next {
	text-indent: -9999em;
	background: url(../img/arrow-right.png) no-repeat;
	background-size: 18px;
	width: 18px;
	height: 12px;
}

.client-slider .slick-next {
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -10px;
}

.client-slider .slick-prev {
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -10px;
}

.slick-next:focus,
.slick-prev:focus {
	outline: none;
}

.slider-offset {
	width: 95px;
	z-index: 7;
}

.top-footer {
	border-bottom: 1px solid #727687;
}

#footer a {
	color: #FFF;
}

ul.social li {
	font-size: 13px;
	margin-right: 20px;
}

ul.social li a:hover {
	opacity: 0.7;
}

ul.social .linkedin {
	text-indent: -9999em;
	display: block;
	width: 20px;
	background: url(../img/linkedin.png) no-repeat;
	background-size: 20px;
	background-position: center;
}
ul.social .twitter {
	text-indent: -9999em;
	display: block;
	width: 20px;
	background: url(../img/twitter.png) no-repeat;
	background-size: 20px;
	background-position: center;
}

ul.social .linkedin.blue {
	background: url(../img/blue-linkedin.png) no-repeat;
	background-size: 20px;
	background-position: center;
}
ul.social .twitter.blue {
	background: url(../img/blue-twitter.png) no-repeat;
	background-size: 20px;
	background-position: center;
}

#footer form {
	text-align: left;
	max-width: 100%;
	margin: 0;
	display:flex;
	position: relative;
}

#footer form .gform_heading {
	display: none;
}

#footer .gform_body {
	width: 100%;
}

#footer .gform_footer {
	position: absolute;
	right: 0;
	top: 15px;
	width: 32px;
}

.post-next a {
	display: block;
	background: url(../img/arrow-right.png) no-repeat;
	background-size: 20px;
	background-position: right 42%;
	padding-right: 28px;
}
.post-prev a {
	display: block;
	background: url(../img/arrow-left.png) no-repeat;
	background-size: 20px;
	background-position: left 42%;
	padding-left: 28px;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}

.vacancies:after {
	content: "";
	width: 31.5%;
	display: block;
}

@media (min-width: 768px) {

	#nav-icon,
	#nav-icon-menu {
		opacity: 0;
	}

	body {
		padding-top: 130px;
	}

	h1, h2 {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 30px;
	}
	h3 {
		font-size: 30px;
		line-height: 47px;
		margin-bottom: 40px;
	}
	h4 {
		font-size: 19px;
		line-height: 20px;
		margin-bottom: 30px;
	}

	blockquote {
		font-size: 25px;
		line-height: 33px;
	}
	a.arrow.white {
		padding-right: 40px;
	}
	a.share-project {
		margin-right: 20%;
		margin-bottom: 25px;
		right: 0;
		left: auto;
	}
	#popup-nav ul li {
	    margin-bottom: 20px;
	}

	#popup-nav ul li .sub-menu {
		font-size: 17px;
		padding: 20px 0 0 20px;
	}
	.logo {
		width: 150px;
	}
	.logo {
		width: 150px;
		height: 50px;
	}
	.footer-menu li {
		margin-left: 10px;
	}
	.menu li {
		position: relative;
	}

	.menu li a {
		padding-bottom: 10px;
	}

	.menu li:hover a {
		border-bottom: 5px solid #26BDF4;
	}

	.menu li .sub-menu {
		background: #EBFAFF;
		margin: 0;
		padding: 20px;
		position: absolute;
		top: calc(100% + 7px);
		left: -9999em;
		width: 300px;
		opacity: 0;
		display: none;
		transition: all 1s ease-out;
		border-top: 3px solid #26BDF4;
	}

	.menu li:hover .sub-menu {
		left: 0;
		opacity: 1;
		display: block;
	}

	.menu li:hover .sub-menu a {
		border-bottom: none;
	}

	.single-project-slider .slick-arrow {
		right: 200px;
	}

	.single-project-slider .slick-next {
		right: 162px;
	}

	#footer .gform_fields {
		display: flex;
		justify-content: space-between;
	}

	#footer form li {
		width: 30%;
	}


}
