a:hover{
	text-decoration: none !important;
}

.projects{
	padding: 95px 0px 95px 0px;
}

.latest-projects{
	padding-top: 95px;
	background-color: #223361;
	position: relative;
	z-index: 1000;
}

@media (max-width: 1200px){
	.latest-projects{
		margin-bottom: 250px;
	}
}

h3{
	color: #6cc2db;
}

h2{
	color: #223361;
}

button{
	background-color: #6cc2db;
	border: none;
	box-shadow: none;
	padding: 16px 42px;
	text-transform: uppercase;
	color: white;
	border-radius: 30px;
	margin-top: 1.5em;
	border: 2px solid transparent;
	cursor: pointer;
	transition: 0.2s ease;
}

button:hover{
	background-color: white;
	color: #6cc2db;
	border: 2px solid #6cc2db;
}

.dark-blue-text{
	color: #223361;
}

.white-content-box{
	z-index: 2;
	background-color: white;
	padding: 0px;
	overflow: hidden;
	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.25);
}

button.read-more{
	border-radius: 60px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	outline: none;
	padding: 0 45px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	background-color: #6cc3db;
	color: #fff;
}

button.read-more:hover{
	color: #6cc2db;
	border: 2px solid transparent;
	border-bottom: 2px solid #6cc2db;
}

.blue-box{
	width: 30%;
	background-color: #6cc2db;
	margin-top: -250px;
	opacity: 0;
}

.blue-box img{
	position: relative;
	left: 50px;
	top: 40px;
	width: 30vw;
}

@media (max-width: 768px){
	.blue-box{
		margin-top: -250px;
	}

	.blue-box img{
		left: 15px;
		top: 15px;
	}

	.white-content-box{
		margin-top: 50px;
	}
}

section.black-bg{
	background-color: #FFFFFF;
}

section.blue-block{
	margin-top: 250px;
}

.service-grid .service{
    border: 1px solid #6cc2db;
}

div.calloutbar{
	background-color: #6cc2db;
}

div.calloutbar .button.blue{
	background-color: #fff;
	color: #6cc2db;
}

/* SLIDER STYLES */

.cta-slider{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: -300px;
	z-index: 99;
}

@media (max-width: 768px) {
	.cta-slider-box {
		width: 100% !important;
	}
	.cta-slider {
		margin-top: 0px;
		justify-content: start;
	}
}

.cta-slider-box{
	background-color: #303d5c;
	border-radius: 12px;
	box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.2);
	width: 35%;
	display: flex;
	flex-direction: row;
	z-index: 99;
}

.cta-slider-content{
	color: #6cc2db;
	padding: 20px 38px;
}

.cta-slider-content h2{
	font-size: 34px;
}

.cta-slider-content h4{
	font-size: 20px;
}

.cta-slider-content ul{
	margin: 0px;
	padding: 0px;
}

.cta-slider-content ul li{
	display: inline-block;
    margin-right: 15px;
}

.cta-slider-content ul li button{
	height: 10px;
    width: 10px;
    padding: 0;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    line-height: 0;
    background-color: white;
    position: relative;
    outline: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.4;
}

.cta-slider-content ul li button.active{
	opacity: 1;
}

.cta-slider-button{
	color: white;
	background-color: #3b4a6c;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 12px;
	font-size: 30px;
}

.square-links li .content .inner .icon{
	max-height: 64px;
	max-width: 64px;
}

/* BLUE BLOCK 3 COLUMN SECTION STYLES */

.dummy-text{
	padding-top: 120px;
	padding-bottom: 120px;
}

section.blue-block{
	background: rgb(34,51,97);
	background: linear-gradient(0deg, rgba(34,51,97,1) 0%, rgba(34,51,97,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}

.container-1400{
	max-width: 1400px;
}

.blue-block-container{
	background-color: #6cc2db;
}

.three-column-block{
	display: flex;
	padding-top: 5%;
	padding-bottom: 5%;
}

@media (min-width: 769px){
	.three-column-left{
		padding-right: 3rem;
	}

	.three-column-mid{
		padding-right: 3rem;
		padding-left: 3rem;
	}

	.three-column-right{
		padding-left: 3rem;
	}
}

@media (max-width: 768px){
	.three-column-block{
		flex-direction: column;
	}

	.three-column-left, .three-column-mid, .three-column-right{
		padding-top: 8%;
		padding-bottom: 8%;
	}
}

.three-column-left, .three-column-right, .three-column-mid{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.three-column-icon{
	height: 90px;
	width: 90px;
	border-radius: 50%;
	background-color: #223361;
	background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236cc2db' fill-opacity='1'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm40 40c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.three-column-block h2, .three-column-block p, .three-column-block a{
	margin-top: 30px;
	color: #222222;
}

.three-column-block h2{

}

.three-column-block p{
	margin-bottom: 30px;
	font-size: 18px;
}

.three-column-block a{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1.2px;
	transition: 0.1s ease;
}

.three-column-block a:hover{
	text-decoration: none;
	color: white;
	transition: 0.1s ease;
}

.three-column-left span{

}


.info-panels{
	background-color: #223361;
	padding-top: 140px;
	padding-bottom: 100px;
}

.one-to-four-container{
	display: flex;
	justify-content: space-around;
}

.info-nav{
	display: flex;
	align-items: center;
}

.info-number{
	font-size: 24px;
	margin-right: 15px;
	padding: 8px 20px;
	border: 2px solid white;
}

.info-nav{
	color: white;
	opacity: 0.6;
}

.info-nav-active{
	opacity: 1;
}

.info-nav h3{
	color: white;
}

.info-container{
	display: flex;
	justify-content: space-between;
}

.info-text p{
	color: white;
	font-size: 18px;
}

.info-image{
	max-width: 36%;
}

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

.info-text{
	max-width: 56%;
}

.info-text, .info-image{
	margin-top: 85px;
}

@media (max-width: 768px){
	.info-container{
		flex-direction: column;
	}

	.info-image, .info-text{
		max-width: 100%;
	}

	.one-to-four-container{
		flex-direction: column;
		margin-left: 20px;
	}

	.info-nav{
		margin-top: 20px;
	}
	.logo-bar .slick-slide img {
		max-width: 60% !important;
		/* width: 300px; */
	}
	.logo-bar .slick-slide img {
		height: unset !important;
		max-height: none !important;
	}

}



/* TEMPORARYILY REMOVING STYLES SECTION */

.page-id-19 .projects{
	display: none;
}

/* PROPOSITION LANDING PAGE STYLES SECTION */

.container-1500{
	max-width: 1480px;
}

.mt-5-5{
	margin-top: 5rem;
}

.mt-6{
	margin-top: 6rem;
}

.pt-5-5{
	padding-top: 5rem;
}

.pt-6{
	padding-top: 6rem;
}

.pb-5-5{
	padding-bottom: 5rem;
}

.pb-6{
	padding-bottom: 6rem;
}

@media (max-width: 575px){
	.pt-6{
		padding-top: 3rem;
	}

	.pb-6{
		padding-bottom: 3rem;
	}

	.mt-6{
		margin-top: 2rem;
	}
}

.hero-blue{
	background-color: #293656;
	min-height: 66vh;
}

.inner-hero .table h1 {
    max-width: 1200px;
}

.aws-sidebar{
	margin-top: 4rem;
}

.aws-sidebar .aws-partner{
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
}

.aws-partner .image{
	width: 27.5%;
	margin-right: 1rem;
}

.sidebar-nav a{
	width: 100%;
    text-decoration: none;
    font-size: 1.35rem;
}

.sidebar-nav .list-group-item{
	padding-left: 0;
}

.sidebar-nav .list-group-item:first-child{
	border-top: none;
}

.aws-sidebar hr{
	border-width: 5px;
}

.sidebar-nav .sidebar-link{
	border-top: 1px solid #ccc;
	padding: 1rem 0;
	padding-bottom: 0.5rem;
}

.aws-sidebar .card{
	padding: 1rem 2rem;
    border-top: 8px solid;
    border-bottom: 4px solid #ccc;
}

.aws-sidebar .headings{
	margin-top: 3rem;
}

.aws-sidebar h4{
	font-size: 1.35rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.aws-sidebar h3{
	font-weight: 300;
    font-size: 3rem;
    color: #223361;
    line-height: 3rem;
    margin-bottom: 0;
}

.introduction h2,
.two-col-text h2,
.two-col-vid-text h2,
.two-col-list h2{
	color: #2d2d2d;
	font-size: 2.5rem;
}

.introduction p,
.two-col-text p,
.two-col-text ul,
.two-col-vid-text p,
.two-col-vid-text ul{
	color: #6b6b6b;
}

@media (min-width: 992px){
	.introduction .content{
		display: flex;
		justify-content: space-between;
	}

	.introduction .aws-sidebar{
		width: 30%;
		margin-top: 0;
	}

	.introduction .intro-text{
		width: 55%;
	}
}

@media (min-width: 1024px){
	.inner-hero .inner-container {
	    padding-top: 120px;
	}
}

.two-col-text,
.services-rows{
	background-color: #f2f5fa;
}

.two-col-text ul,
.two-col-vid-text ul{
	padding-left: 1.25rem;
}

.two-col-text ul li,
.two-col-vid-text ul li{
	margin-bottom: 1rem;
}

.two-col-text .column-2{
	margin-top: 5rem;
}

@media (min-width: 992px){
	.two-col-text .content{
		display: flex;
		justify-content: space-between;
	}

	.two-col-text .column{
		width: 45%;
	}

	.two-col-text .column-2{
		margin-top: 0;
	}
}

.two-col-vid-text .text{
	margin-top: 5rem;
}

.two-col-vid-text .video-container a{
	display: block;
}

@media (min-width: 992px){
	.content-panels{
		margin-bottom: 6rem;
	}
}

@media (min-width: 992px){
	.two-col-vid-text .content{
		display: flex;
		justify-content: space-between;
	}

	.two-col-vid-text .video{
		width: 47.5%;
	}

	.two-col-vid-text .video-container{
		box-shadow: -60px 65px 0px 0px rgba(236,240,246,1);
	}

	.two-col-vid-text .text{
		width: 47.5%;
		margin-top: 0;
	}
}

.two-col-list .intro-text{
	max-width: 76%;
	margin: 0 auto;
}

.two-col-list h3{
	color: #223361;
}

.two-col-list h4,
.two-col-list p{
	color: #2d2d2d;
}

@media (min-width: 992px){
	.two-col-list .list-grid{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.two-col-list .list-item{
		width: 45%;
	}
}

@media (min-width: 992px){
	.content-panels{
		height: 724px;
	}
}

/* New Proposition Landing Page */

.hero-blue p,
.hero-blue small{
	font-size: 1.35rem;
	color: #6cc4db;
	margin-top: 1rem;
}

.hero-blue .subheading-top{
	position: relative;
	top: 0.75rem;
}

.section-heading{
	text-align: center;
}

.section-heading p{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

@media (min-width: 992px){
	.section-heading p{
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
}

.services-container{
	justify-content: center;
	padding-top: 3rem;
}

@media (max-width: 992px) {
	.services-container{
		padding-top: 1rem;
	}
}

.services-container .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.services-container .single-service{
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.single-service .info{
	width: 60%;
}

.single-service .image{
	width: 30%;
	transition: 0.2s ease;
	max-width: fit-content;
}

.single-service .image:hover{
	transform: translate(0.5rem, -0.5rem);
	box-shadow: -0.5rem 0.5rem 0px 1px rgba(108,195,219,1);
	transition: 0.2s ease;
}

.single-service button,
.service-single button{
    font-size: 1.2rem;
    width: 2rem;
    height: 2rem;
    padding: 0;
}

.services-container .single-service:nth-child(odd){
	background-color: #f7f9fa;
}

.services-container .single-service h3,
.service-single h3{
	color: #223361;
	margin-bottom: 1rem;
}

.single-service:nth-child(even) .container{
	flex-direction: row-reverse;
}

@media (max-width: 768px){
	.single-service .info{
		width: 100%;
}

	.single-service .image{
		width: 100%;
		margin-bottom: 1.5rem;
	}

	.services-container .single-service .container{
		flex-direction: column-reverse;
	}
}

.single-insight{
	padding: 1.75rem;
}

.single-insight .info{
	background-color: rgba(34, 51, 97, 0.9);
	padding: 1.75rem;
	transition: 0.2s ease;
}

.single-insight h3{
	margin-bottom: 1rem;
}

.single-insight h3,
.single-insight p{
	color: #fff;
}

.single-insight p{
	font-weight: 400;
	margin-bottom: 0;
}

a.single-insight{
	text-decoration: none;
	transition: 0.2s ease;
}

a.single-insight:hover{
	transform: translate(0.5rem, -0.5rem);
	box-shadow: -0.5rem 0.5rem 0px 1px rgba(108,195,219,1);
	transition: 0.2s ease;
}

a.single-insight:hover .info{
	background-color: rgba(34, 51, 97, 1);
	transition: 0.2s ease;
}

.insights-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.insights-container .single-insight{
	width: 31%;
	margin-top: 3.5rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media (max-width: 992px){
	.insights-container .single-insight{
		width: 47.5%;
	}
}

@media (max-width: 640px){
	.insights-container .single-insight{
		width: 100%;
	}
}

.intro-2,
.small-cta,
.services-grid{
	background-color: #f2f5fa;
}

@media (min-width: 992px){
	.intro-2 .aws-sidebar {
	    width: 30%;
	    margin-top: 0;
	}

	.intro-2 .text {
	    width: 55%;
	}

	.intro-2 .flex-container{
		display: flex;
		justify-content: space-between;
	}
}

.logos-row,
.logos-row-top{
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.logos-row-top .logo{
	width: 27.5%;
}

.logos-row .logo{
	width: 12.5%;
}

.logos-container .logo{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

@media (max-width: 992px){
	.logos-row .logo{
		width: 27.5%;
	}

	.logos-row{
		flex-wrap: wrap;
	}
}

.small-cta .link{
	color: #6cc3db;
}

/* HOME */

#home-hero .slick-slide {
    height: 85vh;
    background-image: url('../images/white-wave-blue-outline.png');
    background-size: contain;
    background-position: bottom;
}

.square-links{
	align-items: baseline;
}

.square-links li {
	margin: 1rem;
}

.square-links li .content {
    position: relative;
    padding-top: 0;
}

.square-links li .content .inner {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    width: 100%;
}

.square-links li .content .inner p {
	font-size: 1.15rem;
}

.link-columns{
	background-color: #f2f5fa;
}

.link-columns .inner-container {
    width: 85%;
    margin: 0 auto;
}

#home-hero .slick-slide p {
    font-size: 24px;
    max-width: 720px;
}

.home-intro .image{
	width: 30%;
}

.home-intro .image p{
	text-align: right;
	margin-top: 0.65rem;
}

.home-intro img{
	box-shadow: 55px 55px 0px 0px rgba(225,234,242,1);
}

.service-single button{
	margin-top: 0.5rem;
}

.service-single h4{
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.service-single{
	background-color: #fff;
	padding: 1.4rem 2rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.service-top{
	display: flex;
	justify-content: space-between;
}

.service-top .service-heading{
	width: 70%;
}

.service-top .service-icon{
	width: 25%;
}

.service-top .service-icon img{
	margin-left: auto;
}

.service-single h3{
	margin-bottom: 0.25rem;
}

.service-grid{
	padding-top: 1rem;
}

@media (min-width: 992px){

	.service-grid .service-single{
		width: 47.5%
	}
}

.worked-with-grid{
	padding-top: 1rem;
}

.worked-with-logo{
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding: 1rem;
	display: flex;
	justify-content: center;
}

.worked-with-logo img {
    max-height: 150px;
}

@media (min-width: 768px){
	.worked-with-grid{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}

	.worked-with-logo{
		width: 47.5%;
	}
}

@media (min-width: 992px){
	.worked-with-grid{
	}

	.worked-with-logo{
		width: 22.5%;
	}
}

.footer-form{
    width: 60%;
    margin: 0 auto;
    margin-top: 1rem;
}

.footer-form input[type=submit]{
	width: 100%;
	border-radius: 0;
	cursor: pointer;
}

.wpcf7-form p {
    margin: 0 0 12px;
}

@media (max-width: 1280px){
	#home-hero .slick-slide h2 {
	    font-size: 3rem;
	}

	#home-hero .slick-slide p {
	    font-size: 1.25rem;
	}
}

@media (max-width: 992px){
	#home-hero .slick-slide h2 {
	    font-size: 2.75rem;
	}
}

@media (max-width: 560px){
	#home-hero .slick-slide h2 {
	    font-size: 2.25rem;
	}

	#home-hero .slick-slide p {
	    font-size: 1rem;
	}
}

@media (max-width: 992px){
	.home-intro .image{
		width: 80%;
		margin-top: 3rem;
	}
}

@media (max-width: 1200px){
	ul.square-links{
		flex-wrap: wrap;
		justify-content: center;
	}

	ul.square-links li{
		width: 29%;
		flex: none;
	}
}

@media (max-width: 768px){
	ul.square-links li{
		width: 100%;
		flex: none;
	}
}

@media (max-width: 560px){
	ul.square-links li{
		margin: 0 auto;
		margin-top: 2rem;
		margin-bottom: 1rem;
	}
}

@media (min-width: 1200px){

	.home .careers .col-half.left,
	.page-template-proposition-landing-page-2 .careers .col-half.left{
		width: auto;
		max-width: 65%;
	}

	.home .careers .parallax-label,
	.page-template-proposition-landing-page-2 .careers .parallax-label  {
	    font-size: 8.8rem;
	    top: 18%;
	}

	.home .careers .parallax-label.indent-right,
	.page-template-proposition-landing-page-2 .careers .parallax-label.indent-right {
		margin-right: 48px;
	}

	.home .careers .inner-container,
	.page-template-proposition-landing-page-2 .careers .inner-container{
		width: 51.5%;
		left: 67.5%;
	}

}

.careers-insights .careers-carousel .career.slick-current .content a h4,
.careers-insights .careers-carousel .career .content a h4,
.careers-insights .careers-carousel .career .content a p,
.careers-insights .careers-carousel .career .content a,
.careers-insights .insights-carousel .career.slick-current .content a h4,
.careers-insights .insights-carousel .career .content a h4,
.careers-insights .insights-carousel .career .content a p,
.careers-insights .insights-carousel .career .content a{
    color: #fff;
    text-decoration: none;
}

.careers-insights .careers-carousel .content{
	background-repeat: no-repeat;
	background-size: cover;
}

.careers-insights .info {
    background-color: rgba(34, 51, 97, 0.9);
    padding: 1.75rem;
    transition: 0.2s ease;
}

.careers-insights .info:hover {
    background-color: rgba(34, 51, 97, 1);
    transform: translate(0.5rem, -0.5rem);
	box-shadow: -0.5rem 0.5rem 0px 1px rgba(108,195,219,1);
    transition: 0.2s ease;
}

.explore-block .tile-link{
	text-decoration: none;
	transition: 0.2s ease;
}

.explore-block .tile-link:hover{
	transform: translate(0.5rem, -0.5rem);
	box-shadow: -0.5rem 0.5rem 0px 1px rgba(108,195,219,1);
	transition: 0.2s ease;
}

.careers .inner-container .insight-arrows {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: -20px;
}

.careers .insights-carousel {
    margin-right: 50px;
}

.careers .insights-carousel .career {
    padding: 60px 0 60px 50px;
    outline: none;
}

.careers .insights-carousel .career.slick-current .content {
    background-color: #223361;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.careers .insights-carousel .career .content {
    padding: 70px 60px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    text-align: left;
}
.careers-insights .insights-carousel .content {
    background-repeat: no-repeat;
    background-size: cover;
}

.careers-insights .insights-carousel .career .content a {
    color: #fff;
    text-decoration: none;
}

.careers .insights-carousel .slick-dots {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    padding: 0;
    float: right;
    z-index: 1000;
    margin-top: 0;
}

.careers .inner-container .insight-arrows .slick-arrow i {
    color: #2d2d2d;
}

.careers .insights-carousel .slick-dots li button:after {
    background-color: #627792;
}

.careers .insights-carousel .slick-dots li.slick-active button:after {
    background-color: #6cc3db;
}

.careers .insights-carousel .slick-dots li.slick-active button {
    border: 1px solid #627792;
}

.careers .insights-carousel .career .content .read-post {
    width: 35px;
    height: auto;
    position: absolute;
    bottom: 45px;
    right: 45px;
}

@media screen and (max-width: 767px){
	.careers .inner-container .insight-arrows {
	    top: 0;
	    right: 4.7%;
	    -webkit-transform: none;
	    transform: none;
	    margin-right: 10px;
	}
}

.project-container .twin-col-posts article .button,
.search-container .twin-col-posts article .button {
    margin-top: 10px;
}

.project-container .twin-col-posts article .content,
.search-container .twin-col-posts article .content {
    padding: 4rem 3.5rem;
    background-color: rgba(0,0,0,0.5);
}


.search-results .project-container .twin-col-posts article .content,
.search-results .search-container .twin-col-posts article .content {
	background-color: #223361;
	color: #ffffff;
}

.post-type-archive-project .filterbar,
.post-type-archive-case-studies .filterbar,
.blog .filterbar,
.category .filterbar,
.page-template-case-study-index .filterbar{
	padding-top: 6rem;
}

.post-type-archive-project .bw-split-bg:before,
.post-type-archive-case-studies .bw-split-bg:before,
.blog .bw-split-bg:before,
.category .bw-split-bg:before,
.page-template-case-study-index .bw-split-bg:before{
	content: none;
}

.post-type-archive-project #site-header .logo svg .st0,
.post-type-archive-case-studies #site-header .logo svg .st0,
.blog #site-header .logo svg .st0,
.category #site-header .logo svg .st0,
.search #site-header .logo svg .st0
{
	fill: #fff;
}

.post-type-archive-project #site-header #menu-toggle .toggle-line,
.blog #site-header #menu-toggle .toggle-line,
.search #site-header #menu-toggle .toggle-line{
	background-color: #fff;
}

.post-type-archive-project #site-header #menu-toggle:before,
.blog #site-header #menu-toggle:before,
.search #site-header #menu-toggle:before{
	color: #fff;
}

.services-grid .service-single{
	text-decoration: none;
	transition: .2s ease;
}

.services-grid .service-single:hover{
	transform: translate(0.5rem, -0.5rem);
	box-shadow: -0.5rem 0.5rem 0px 1px rgba(108,195,219,1);
	transition: 0.2s ease;
}

.home .careers .insights-carousel .career {
    padding: 0px 0 30px 50px;
    outline: none;
}

.home .team-carousel .slick-slide {
    margin-right: 0;
}

.search .inner-hero form{
	max-width: 80%;
}

@media (max-width: 768px){
		.search .inner-hero form{
		max-width: 100%;
	}
}

.case-study-subtitle{
    font-size: 1.35rem;
    color: #6cc4db;
}

@media (min-width: 1200px){
	.case-study-subtitle{
		width: 60%;
	}
}

@media(min-width: 992px){
	.case-study-intro .image{
		width: 37.5%;
	}
}

.case-study-intro img{
	box-shadow: none;
}

@media (min-width: 992px){
	.challenge .section-heading p {
	    width: 65%;
	}
}

.case-study-columns .column {
    margin-top: 6rem;
    width: 27.5%;
    text-align: center;
}

.case-study-columns {
    display: flex;
    justify-content: space-between;
}

.case-study-columns h2 {
    background-color: #223361;
    color: #fff;
    padding: 3rem;
}

.case-study-columns .box-heading {
    margin-bottom: 3rem;
}

.challenge{
	background-color: #F2F5FA;
}

@media (min-width: 1200px){
	.case-study-columns h2 {
	    margin: 0 3rem;
	}
}

@media (max-width: 992px){
	.case-study-columns {
	    flex-direction: column;
	}

	.case-study-columns .column {
	    width: 100%;
	    text-align: left;
	    display: flex;
	    justify-content: space-between;
	    margin-top: 3rem;
	}

	.case-study-columns .box-heading{
		width: 34%;
		text-align: center;
	}

	.case-study-columns .text{
		width: 60%;
	}
}

@media (max-width: 768px){
	.case-study-columns .column {
	    text-align: center;
	    flex-direction: column;
	    align-items: center;
	}

	.case-study-columns .box-heading{
		width: 60%;
		margin-bottom: 1.75rem;
	}

	.case-study-columns .text{
		width: 80%;
	}
}

@media (max-width: 560px){
	.case-study-columns .box-heading{
		width: 80%;
	}

	.case-study-columns .text{
		width: 100%;
	}
}

@media (min-width: 992px){
	.customer-logo{
		margin-top: 9rem;
		padding-bottom: 9rem;
	}

	.customer-logo .image{
		width: 75%;
		margin: 0 auto;
	}
}

.page-template-case-study-index .twin-col-posts article.page .content {
    /*background-color: rgba(0,0,0,0.2);*/
}

#menu .menu .sub-menu {
    padding-left: 3rem;
}

footer .wpcf7-submit{
	text-transform: none;
}

.two-col-vid-text .video-container iframe{
	width: 100%;
}

/* Table Section */

.table-section .col-2,
.table-section .col-3{
	text-align: center;
}

.table-section .row{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

/* 2021 Homepage Update */

.padding, section.padding {
    padding-top: calc(3rem + 3vh);
    padding-bottom: calc(3rem + 3vh);
}

.hero {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-hero {
	min-height: 66vh;
}

.hero h1{
	margin-bottom: 10px;
	color: white;
}

@media (min-width: 1200px){
	.hero .title {
		width: 88%;
	}
}

h3.subtitle{
	color: white;
}

.hero p,
.hero p a {
	color: white;
}

.partners-clients .tabs-heading .tab {
	padding: 0rem 2rem;
	opacity: 0.5;
}

.partners-clients .tabs-heading .tab.active {
	opacity: 1;
}

.partners-clients .tabs-heading .tab h3 {
	color: #223361;
}

@media (max-width: 992px) {

	.partners-clients .tabs-heading .tab h3 {
		text-align: center;
	}
}

@media (max-width: 991px) {
	.services-intro h3{
		font-size: 1.8rem;
	}
	.services-intro p {
		font-size: 1rem;
	}
}

.services-intro {
	display: flex;
	flex-direction: column-reverse;
}

.services-intro .image {
	max-height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 1rem;
}

.services-intro .text {
	margin-bottom: 2rem;
}

@media (min-width: 992px) {
	.services-intro {
		flex-direction: row;
		justify-content: space-between;
	}

	.services-intro .image,
	.services-intro .text {
		width: 42.5%;
	}

	.services-intro .image {
		margin-bottom: 0;
		max-height: unset;
	}
}

.main-service-image {
	position: relative;
}

.service-icon {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	max-width: 25%;
	display: flex;
	flex-direction: column;
}

.service-icon img {
	margin-bottom: 0.5rem;
}

/* NEW SITE CODE */

a {
	text-decoration: none;
}

/* Homepage Hero */
.hero h1 {
	margin-bottom: 10px;
}

.mt-10 {
	margin-top: 100px;
}

@media (max-width: 992px) {
	.mt-10 {
		margin-top: 0px;
	}
	.home-hero h1 {
		font-size: 2.4rem;
		line-height: 125%;
	}
	.home-hero h3 {
		font-size: 1.2rem;
		line-height: 125%;
	}
	.home-hero p {
		font-size: 1.1rem;
		line-height: 125%;
	}
}


/* Case Studies section */
.alscient-dark-blue {
	color: #223361;
}
.alscient-dark-grey {
	color: #2D2D2D;
}

@media (max-width: 992px) {

	.small-cta h2 {
		font-size: 2rem;
	}
}

.featured-post_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 600px;
	margin: 1.5rem auto 0 auto;
	text-align: center;
}

#preloader {
	display: none; /* Temporarily disable the white screen preloader element */
}

.inner-hero.hero.salesforce-hero {
	position: relative;
	overflow: hidden;
}

.container_header {
	padding-top: max(96px, 15vh);
	padding-bottom: max(128px, 15vh);
}
.container_background, .container_background_img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.container_background {
	z-index: -1;
}
.container_background_img {
	background-size: cover;
	background-position: center center;
	filter: grayscale(1);
	z-index: -2;
}

.breadcrumbs {
	margin-top: 4rem;
}

.breadcrumbs hr {
	width: 5rem;
    margin: 0;
    border-width: medium;
    border-color: white;
}

.breadcrumbs .content {
	align-items: center;
	display: flex;
    flex-flow: wrap;
}

.breadcrumbs-element {
	padding: 1.25rem 0.5rem;
}

.breadcrumbs-element:first-child {
	padding-left: 0;
	font-weight: 400;
}

.breadcrumbs a {
	color: #fff;
}

.bc-blue p, .bc-blue span, .bc-blue	li {
	color: #223361;
    font-weight: 400;
    font-size: 1.1rem;
}
.bc-blue p.bold, .bc-blue span.bold, .bc-blue li.bold {
    font-weight: bold;
}

@media (min-width: 992px) {
	.salesforce-services_content .text{
		width: 60%;
	}
}

.salesforce-services_grid .main-service{
	margin-top: 2rem;
}

.partners-clients.salesforce-s5 img{
	mix-blend-mode: multiply;
}

/* 2021 Case Study Single Update */


/* 2021 Login Page */

.page-template-login #site-header {
	background-color: #223361;
	position: relative;
}

.login{
	height: 70vh;
	display: grid;
	place-items: center;
}

.login-form-container {
	max-width: 550px;
	margin: 0 auto;
}

.login-form-container input {
	margin-bottom: 0;
    height: unset;
    border-radius: 0;
    border: 2px solid #223361;
    padding: 0.75rem 1.5rem;
    color: #223361;
}

.login-form-container .form-group {
    margin-bottom: 0;
    margin-top: 2rem;
}

.login-form-container button {
    margin-top: 0;
    width: 100%;
    background-color: #6cc3db;
    border: none;
    padding: 0.75rem 1.5rem;
}

.login-form-container input::placeholder {
  color: rgba(34,51,97,0.6);
}

.login-form-container input,
.login-form-container button {
	font: inherit;
}

.login-form-container button:hover {
	background-color: #223361;
}

.login-extra p,
.login-extra a {
	font-weight: 400;
	color: #223361;
	font-size: 1.25rem;
}

.login-extra a {
	text-decoration: underline;
}

.bg-bubble {
	position: absolute;
}

.bg-bubble.blue-bubble {
	width: 14vw;
	left: -8rem;
	top: 30vh;
}

.bg-bubble.cyan-bubble {
	width: 16vw;
	right: -12rem;
	top: 42vh;
}

/* ---------------- Motion12 Yasar ----------- */
#desktop-menu{
	float: right;
	height: 47px;
	line-height: 47px;
}
#desktop-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	align-items: center;
}
#desktop-menu ul li{
	margin: 0 0 0 1.5rem;
	padding: 0;
	list-style: none;
}
#desktop-menu ul li a{
	color: #ffffff;
	font-weight: 500;
	text-decoration: none;
	font-size: 1rem;
	transition: all .3s ease-in;
}
#desktop-menu ul li a:hover{
	color: #ffffff;
	opacity: 0.6;
}
#desktop-menu ul li.contact a {
	background: #ffffff;
	color: #000;
	padding: 0 1.2rem;
	border-radius: 360px 360px 360px 0;
	height: 35px;
	display: block;
	line-height: 35px;
}
#desktop-menu ul li.contact a:hover{
	color: #ffffff;
	background: #627792;
}
#desktop-menu ul li.contact:nth-child(6) a:hover{
	color: #ffffff;
	background: #6cc4db;
	opacity: 1;
}
.header-search-icon{
	color: #ffffff;
	cursor: pointer;
}
#desktop-search{
	margin-top: .5rem;
	display: none;
}
#desktop-search form{
	position: absolute;
    top: 2vh;
    right: 1vw;
	border-radius: 360px 360px 360px 0;
	box-shadow: -0.5rem 0.5rem 0px 1px rgb(108 195 219);
}
#desktop-search form input{
	border-radius: 360px 360px 360px 0;
	outline: none;
}

/* 1060px is about the time where the logo forces the navbar to loop */
@media only screen and (max-width: 1060px) {
	#desktop-menu{display: none;}
	#menu-toggle{display: block;}
}
@media only screen and (min-width: 1060px) {
	#desktop-menu{display: flex;}
	#menu-toggle{display: none;}
}

#site-footer .copyright-message{
	color: #DFDFDF;
	font-size: 0.8rem;
	width: 60%;
	font-weight: 400;
	margin-top: 1rem;
	line-height: 1.2rem;
}
#site-footer h3.footer-title{
	color: #ffffff;
	font-size: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	margin-bottom: 1rem;
}
#site-footer ul.footer-menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#site-footer ul.footer-menu.double-width-menu{
	display: flex;
	flex-wrap: wrap;
}
#site-footer ul.footer-menu.double-width-menu li{
	flex: 0 50%;
}

#site-footer ul.footer-menu li{
	line-height: 1.6rem;
	display: block;
}
#site-footer ul.footer-menu li a{
	color: #DFDFDF;
	font-size: 0.9rem;
	font-weight: 500;
}
#site-footer .back-to-top *{
	color: #DFDFDF;
	display: block;
	text-align: center;
}
#site-footer .back-to-top i{
	font-size: 1.8rem;
}
#site-footer .back-to-top span{
	font-weight: 400;
	font-size: 1.1rem;
	margin-top: 1rem;
	letter-spacing: 0.1rem;
}
#site-footer .footer-address{
	text-align: center;
	color: #DFDFDF;
	font-weight: 400;
	font-size: .85rem;
	padding-top: 5rem;
	padding-bottom: 1rem;
}
@media (max-width: 768px) {
	#site-footer .container{
		max-width: 99% !important;
	}
	#site-footer .row > div{
		margin-bottom: 2rem;
	}
	#site-footer ul.footer-menu.double-width-menu{
		display: block;
	}
	#site-footer .center-small{
		text-align: center;
	}
	#site-footer .center-small p{
		margin: 1rem auto;
	}
	.home-s3 .career.col-md-4:nth-child(2n) {
		margin-top: unset;
	}
}

.slick-dots{
	top: unset;
	left: 50%;
	transform: translateX(-50%);
	width: fit-content !important;
}
.slick-dots .slick-active button{
	background-color: #233461;
}
.slick-dots li > button:after, .slick-dots .slick-active button:after{
	background-color: #6cc4db !important;
}

.multiple-items > div{
	padding: 1rem;
}
.multiple-items > div img{
	display: block;
}
/* ------------ End Motion12 Yasar ----------- */


.icon-button__badge {
	position: absolute;
	top: -10px;
	right: -16px;
	width: 18px;
	height: 17px;
	background: #6cc4db;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 11px;
}


.wrapper{
	width: 100%;
	overflow: hidden;
}

.wrapper .wrapper__video{
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
}

.slick-slide.slick-current.slick:focus {
	outline:0;
	border: 0;
}

.contact-intro-wrap form label {
	width: 100%;
}

.offset-grid_single {
	padding-bottom: 3rem;
}

@media (min-width: 768px) {
	/*.offset-grid_single:nth-child(3n - 2) {
		margin-top: 0;
	}

	.offset-grid_single:nth-child(3n - 1) {
		margin-top: 3rem;
	}

	.offset-grid_single:nth-child(3n) {
		margin-top: 6rem;
	}*/

	.offset-grid_single {
		margin-top: 1rem;
	}
}

.offset-grid_single_image {
	height: 250px;
	overflow: hidden;
	display: flex;
}

.offset-grid_single img {
	object-fit: cover;
	width: 100%;
}

.text-white p{
	color: #ffffff
}

@media (max-width: 380px) {
	.home-hero p,
	.main-service-hero p {
	    font-size: 1rem;
	    line-height: unset;
	}

	.home-hero h1,
	.main-service-hero h1 {
	    font-size: 1.85rem;
	    line-height: unset;
	}

	.home-hero h3,
	.main-service-hero h3 {
	    font-size: 1.15rem;
	    line-height: unset;
	}

	.section_heading h2, h2 {
	    font-size: 1.725rem;
	    line-height: unset;
	}

	h3 {
		font-size: 1.35rem;
	    line-height: unset;
	}

	.offset-grid_single a{
		font-size: 1.2rem;
	    line-height: unset;
	}

	.breadcrumbs {
		margin-top: 1rem;
		font-size: 1rem;
	    line-height: unset;
	}

	.bc-blue p {
	    font-size: 1.1rem;
	    line-height: unset;
	}

	.home-hero .container {
		padding-top: 4rem;
	}

	.main-service-hero .container {
		padding-top: 2.5rem;
	}

	h3.lower-label {
		font-size: 1.15rem;
	    line-height: unset;
	}
}

/* Case Studies filter on the Homepage */

.case-studies-section {
	height: unset !important;
}

.case-studies-section_single {
	position: relative !important;
}

.filterbar .selectgroup li.centered {
    margin-left: unset;
    margin: 0 1rem;
}

#filterNoResults {
	display: none;
}

/* Fix for colours on Insights page */
.twin-col-posts article.category-insights .content {
    background-color: #223361;
}

.twin-col-posts article.category-insights .content .category {
    color: #fff;
}

/* Mobile sizes */

@media (max-width: 767px) {
	.breadcrumbs .content {
		align-items: center;
	}

	.breadcrumbs {
	    margin-top: 3rem;
	}

	.padding, section.padding {
	    padding-top: calc(2rem + 3vh);
	    padding-bottom: calc(2rem + 3vw);
	}

	p:last-child {
		margin-bottom: 0;
	}

}

@media (max-width: 500px) {
	.breadcrumbs {
		margin-top: 2rem;
	}

	.salesforce-hero {
		padding: 5rem 0 1rem;
	}

	.padding, section.padding {
		padding-top: calc(1.5rem + 3vh);
		padding-bottom: calc(1.5rem + 3vw);
	}

	.home-hero .content {
		padding: 1rem 0 2rem;
	}

	.small-cta h2 {
		font-size: 1.25rem;
	}

	.filterbar .selectgroup li.centered {
		margin-left: 0;
	}

	.filterbar .selectgroup {
		margin-top: 1rem;
	}
}


.archive #site-header #menu-toggle .toggle-line, .blog #site-header #menu-toggle .toggle-line, .search #site-header #menu-toggle .toggle-line {
	background-color: #fff;
}

.archive #site-header #menu-toggle:before, .blog #site-header #menu-toggle:before, .search #site-header #menu-toggle:before {
	color: #fff;
}


/* Home Slick Slider fixes */
#menu .menu li:hover.menu-item-has-children>a:after, #menu .menu li:active.menu-item-has-children>a:after, #menu .menu li:focus.menu-item-has-children>a:after {
	left: 70%;
}

.archive #site-header #menu-toggle .toggle-line, .blog #site-header #menu-toggle .toggle-line, .search #site-header #menu-toggle .toggle-line {
    background-color: #fff;
}

@media screen and (max-width: 400px) {
	#menu .menu .sub-menu li a {
		padding: 7px 0;
	}
	.section_heading h2 {
		font-weight: 500 !important;
	}
}

.logos-grid {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 1rem;
}

.logos-grid > div {
	width: 20%;
	margin-top: 1rem;
}

.logos-grid a {
	transition: none;
}

@media (min-width: 768px) {
	.logos-grid {
		flex-wrap: nowrap;
		padding-bottom: 2rem;
	}

	.logos-grid > div {
		width: unset;
		margin-top: 0.5rem;
	}
}

/* Amends: August 27th 2021 */

.home-hero {
    background-size: auto, auto, cover !important;
}

.inner-hero {
    background-size: auto, auto, cover !important;
}

.grid {
	width: 100%;
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.gap-6 {
    gap: 2.5rem;
	grid-row-gap: 4rem;
}

@media (min-width: 1024px) {
    .lg-grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.case-studies-grid,
.index-grid {
    height: unset !important;
}

.case-studies-grid .case-studies-grid_single,
.index-grid .grid-item {
    float: unset;
    width: unset;
    margin: unset;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    height: 100%;
}

.case-studies-grid_single_bg {
    height: 100%;
}

.case-studies-grid .case-studies-grid_single.first:before,
.index-grid .grid-item.first:before{
    content: unset;
    padding-top: unset;
    width: unset;
    height: unset;
}

.index-grid .spacer,
.index-grid .grid-sizer {
    height: 0 !important;
    margin: 0 !important;
}

.index-grid .grid-item {
    display: flex;
    flex-direction: column;
}

.index-grid .grid-item .content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
figure.banner {
	max-height: 120px !important;
}

.index-grid .grid-item .dark-overlay {
    min-height: 200px;
    overflow: hidden;
}

.index-grid .grid-item .content footer {
    margin-top: auto;
}

.offset-grid_single {
    display: flex;
    flex-direction: column;

}

.offset-grid_single .main-service-excerpt {
    margin-bottom: 1rem;
}

.offset-grid_single .main-service-cta {
    margin-top: auto !important;
}

.read-more .offset-grid_single .main-service-cta a{
	border-radius: 60px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	outline: none;
	padding: 12px 45px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	background-color: #6cc3db;
	color: #fff;
}

.page-id-7 .service-grid .main-service .main-service-image {
    padding: 1rem;
}

.page-id-7 .service-grid .main-service .main-service-image img {
    object-fit: contain;
}

.rounded {
	border-radius: 0.5rem !important;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	.social-links img {
		max-width: 70%;
	}
}

#site-header.shrink {
    padding: 1.25rem 0 1.25rem 0 !important;
}

.contact-banner {
    position: absolute;
    top: 0;
    width: 100%;
    background: #6cc3db;
    padding: 0.25rem 0;
}

.contact-banner a {
	display: block;
	color: #fff
}

.main-theme-background {
	background-color: #223361;
	color: #fff !important;
}
.main-theme-background > header, .main-theme-background > header > h1, .main-theme-background > header > h2, .main-theme-background > header > h3, .main-theme-background > header > h4, .main-theme-background > header > h5, .main-theme-background > header > h6 {
	color: #fff !important;
}

img.size-medium {
	min-height: 120px;
	min-width: 120px;
}
.post-expo >*:last-child {
	flex: 1 1;
	flex-grow: 1;
	align-items: flex-end;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
}
.post-expo h2 { font-size: 32px !important; }
.post-expo p { color: white !important; font-size: 20px !important; }
.post-expo iframe { max-width: 100%; }