/***** RESET *****/

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

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





/***** MAIN *****/

body {
	font-family: 'VAGRoundedStd-Light', Sans-Serif;
	background-color: #1D2640;
	color: #FFF;
}

p {
	margin-bottom: 24px;
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}




/***** FONTS *****/

@font-face {
  	font-family: 'VAGRoundedStd-Bold';
  	src:url('fonts/VAGRoundedStd-Bold.woff') format('woff'),
        url('fonts/VAGRoundedStd-Bold.woff2') format('woff2'),
        url('fonts/VAGRoundedStd-Bold.eot'),
        url('fonts/VAGRoundedStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/VAGRoundedStd-Bold.otf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'VAGRoundedStd-Light';
    src:url('fonts/VAGRoundedStd-Light.woff') format('woff'),
        url('fonts/VAGRoundedStd-Light.woff2') format('woff2'),
        url('fonts/VAGRoundedStd-Light.eot'),
        url('fonts/VAGRoundedStd-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/VAGRoundedStd-Light.otf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/***** TYPOGRAPHY *****/

.alpha {
	font-size: 4rem; /* 64px */
	line-height: 4rem; /* 64px */
}

.beta {
	font-size: 3.125rem; /* 50px */
	line-height: 3rem; /* 32px */
}

.charlie {
	font-size: 1.5625rem; /* 25px */
	line-height: 2rem; /* 32px */
}

.delta {
	font-size: 1.375rem; /* 22px */
	line-height: 2rem; /* 32px */
}

.echo {
	font-size: 1.25rem; /* 20px */
	line-height: 2rem; /* 32px */
}

.foxtrot {
	font-size: 1rem; /* 16px */
	line-height: 2rem; /* 32px */
}

.golf {
	font-size: 0.875rem; /* 14px */
	line-height: 1.5rem; /* 32px */
}





/***** BRAND *****/

 .brand-font-bold { 
 	font-family: 'VAGRoundedStd-Bold', Sans-Serif; 
 }

 .brand-highlight {
 	color: #B54764;
 }





/***** LAYOUT *****/

.container {
	padding: 40px 24px;
}

.container--dark {
	background-color: #253050;
}

.container--mid {
	background-color: #4A61A1;
}

.container--light {
	background-color: #FFF;
	color: #353B45;
}

.container--pale {
	background-color: #EAF0FA;
}

.container--black {
	background-color: #000;
}






/***** BUTTONS *****/

.btn {
  	font-family: 'VAGRoundedStd-Bold';
	box-shadow: 6px 6px 0px 0px #000000;
	border-radius: 5px;
	border: 2px solid #000000;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	line-height: 1rem;
	padding: 22px 32px;
	display: block;
}

.btn--blue {
	background-color :#4974a5;
	color: #FFF;
}

.btn--blue:hover {
	background-color: #5381B6;
}

.btn--white {
	background-color: #FFF;
	color: #353B45;
}

.btn--pink {
	background-color: #AC3C79; 
}

.btn--pink:hover {
	background-color: #B94383;
}

.btn:hover {
	box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, .5);
	transition: box-shadow 300ms;
	transition: background-color 150ms;	
}




/***** HEADINGS *****/

.heading {
	display: inline-block;
  	font-family: 'VAGRoundedStd-Bold';
	border-left: 12px solid #B54762;
	padding: 4px 12px;
	font-size: 1.125rem; /* 18px */
	margin-bottom: 32px;
	color: #FFF;
}

.heading--blue {
	color: #353B45!important;
}





/***** NAVIGATION *****/

.nav {
	height: 88px;
	display: none;
}




/***** LISTS *****/

.highlighted-list li {
	font-size: 1rem; /* 16px */
	line-height: 2rem; /* 32px */
	padding: 8px 32px;
	margin-bottom: 16px;
	border-radius: 5px;
}

.bullet--ctr {
	position: relative;	
}

.bullet--ctr p {
	margin-bottom: 0;
}

.highlighted-list li.bullet--ctr:nth-child(even) .bullet--bg {
	background-color: #FBE3E9;
}

.highlighted-list li.bullet--ctr:nth-child(odd) .bullet--bg {
	background-color: #EAF0FA;
}

.bullet--bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 100%;
	border-radius: 5px;
}

/*.bullet--bg:hover {
	width: 100%;
	transition: width 300ms;
}*/





/***** HOME PAGE *****/

.home .dbd-banner--mobile .dbd-banner {
	display: none;
}

.dbd-banner {
	display: inline-block;
}

.dbd-banner a {
	text-decoration: none;
}

.dbd-banner p {
	font-size: 25px;
	line-height: 24px;
	border-left: 12px solid #4974A5;
	padding: 6px 0 0 12px;
	margin: 16px 0 0;
}

.dbd-img {
	display: none;
}

h1 {
	padding-left: 16px;
	border-left: 8px solid #4974A5;
	padding-top: 8px;
}

ul.nav--desktop {
	display: none;
}

.mobile-nav--ctr {
	width: 100%;
	height: 0%;
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}

.menu-visible {
	visibility: visible;
	background: #B54764;
	height: 100%;
	transition: height 300ms, opacity 300ms;
	z-index: 1;
	opacity: 1;
}

.nav--mobile {
	position: fixed;
	top: 50%;
	height: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.mobile-nav--ctr .nav--mobile li {
	opacity: 0;
	height: calc(100% / 4);
    min-height: 50px;	
}

.mobile-nav--ctr .nav--mobile li:nth-child(odd) {
    padding-right: 40px;
}

.mobile-nav--ctr .nav--mobile li:nth-child(even) {
    padding-left: 40px;
}

.mobile-nav--ctr.menu-visible .nav--mobile li:nth-child(odd) {
    opacity: 1;
    padding-right: 0px;
    transition: opacity 2000ms, padding-right 1500ms;
}

.mobile-nav--ctr.menu-visible .nav--mobile li:nth-child(even) {
    opacity: 1;
    padding-left: 0px;
    transition: opacity 1500ms, padding-left 1500ms;
}

.mobile-nav--ctr.menu-visible .nav--mobile li:nth-child(1) {
	transition-delay: 200ms;
}

.mobile-nav--ctr.menu-visible .nav--mobile li:nth-child(2) {
	transition-delay: 400ms;
}

.mobile-nav--ctr.menu-visible .nav--mobile li:nth-child(3) {
	transition-delay: 600ms;
}

.mobile-nav--ctr.menu-visible .nav--mobile li:nth-child(4) {
	transition-delay: 800ms;
}

.nav--mobile li a {
	text-decoration: none;
}

.mobile-toggle--ctr {
	padding: 24px 24px 16px 0;
	overflow: hidden;
}

.mobile-toggle--ctr a {
	float: right;
}

.dbd-banner--mobile {
	display: block;
}

.mobile-toggle--ctr .dbd-banner p {
	padding-top: 6px;
	margin-top: 0;
}

.mobile-nav-close--ctr {
	text-align: right;
	padding: 24px 24px 16px 0;
}

.mobile-toggle--ctr svg {
	opacity: 0.8; 
}

.mobile-toggle--ctr svg:hover {
	opacity: 1;
	transition: opacity 300ms;
}

.mobile-nav--ctr svg {
	opacity: 1;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.element {
  max-width: 50%;
}

.testimonials {
	display: flex;
	flex-direction: column;
}

.heading {
	display: inline-block;
  	font-family: 'VAGRoundedStd-Bold';
	border-left: 12px solid #B54762;
	padding: 4px 12px;
	font-size: 1.125rem; /* 18px */
	margin-bottom: 32px;
	color: #FFF;
}

.testimonials--header {
	border-left: 12px solid #B54762;
	padding: 4px 12px;
	font-size: 1.125rem; /* 18px */
	margin-bottom: 32px;
	color: #FFF;
	width: 102px;
}

.testimonials--content,
.testimonials--header {
	flex: 1;
}






/***** CASE STUDIES & PROJECTS *****/

.cs-ctr {
	display: flex;
	margin-bottom: 24px;
	padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);	
}

.container--dark .cs-ctr {
    border-bottom: 1px solid rgba(255, 255, 255, .25);	
}

.cs-ctr-last,
.container--dark .cs-ctr-last {
	border-bottom: none;
	margin-bottom: 8px;
}

.cs-overview {
	flex: 80%;
}

.cs-icon {
	flex: 20%;
}

.cs-overview,
.cs-icon {
	display: flex;
	flex-direction: column;
}

.cs-icon {
	justify-content: flex-end;
}

.case-study__icon {
	text-align: right;
	padding-bottom: 8px;
}

.cs-ctr a {
	text-decoration: none;
}

.cs-ctr a:hover p.echo {
	text-decoration: underline;
}

.cs-ctr .case-study__icon.coming-soon img {
	opacity: 0.5;
}

.cs-responsibilities {
	display: flex;
	flex-direction: column;
	background-color: #EAF0FA;
    border-radius: 5px;
    padding: 24px;
    margin-bottom: 32px;
}

.cs-responsibilities.project-overview {
	background-color: #253050;
	padding: 0;
	margin-bottom: 0;
}

.cs-responsibilities--content {
	flex: 1;
}

.cs-responsibilities--content p:nth-child(1) {
	width: 30%;
	display: inline-block;
	float: left;
	margin-bottom: 16px;
}

.cs-responsibilities--content p:nth-child(2) {
	width: 70%;
	display: inline-block;
	float: left;
}

.cs-bullets-ctr {
	overflow: hidden;
}

.skills {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.skills--content {
	font-size: 1.125rem; /* 18px */
	line-height: 2rem; /* 32px */
	padding-left: 24px;
	margin-bottom: 16px;
	width: 40%;
}

.skills--content__item {
  display: flex;
  /*flex-direction: column;
  justify-content: center;*/
  height: 100%;
}

.skills--content div p {
	margin-bottom: 0;
}

.skills .skills--content:nth-child(odd) {
	border-left: 12px solid #EAF0FA;
}

.skills .skills--content:nth-child(even) {
	border-left: 12px solid #FBE3E9;
}

.case-study-examples--ctr,
.half-split-mobile--ctr {
	overflow: hidden;
}

.case-study-examples--img img {
	width: 100%;
	margin-bottom: 8px;
}

.super-6 .case-study-examples--img img {
	margin-bottom: 0;
}

.super-6-tablet {
	padding: 0 9px;
}

.img-caption {
	background-color: rgba(0, 0, 0, .2);
	padding: 16px;
	border-radius: 5px;
	margin: 0 8px;
	color: rgba(255, 255, 255, .75);
	text-align: center;
}

.sbtf-caption {
	margin-bottom: 40px;
}

.artwork--ctr {
	display: flex;
	flex-direction: column;
	background-color: #3B4D82;
	border-radius: 5px;
	padding: 16px 8px 8px;
	margin: 0 16px;
}

.artwork--ctr .img-caption {
	background: none;
	flex: 1;
}

.artwork--ctr .btn--ctr {
	flex: 1;
	padding: 16px;
}



/***** ABOUT *****/

.clients-container {
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .1);
	padding: 24px;
}

.clients--ctr {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px -16px 0;
	padding-bottom: 32px;
}

.client {
	flex-grow: 1;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .1);
	margin: 0 16px 16px 0;
	text-align: center;
}

.client p {
	padding: 24px;
}

.client p:hover {
	background-color: #FFF;
	color: #4A61A1;
	border-radius: 5px;
}

.client p:hover a {
	text-decoration: none;
}

/*.client--hover {
	background-color: #FFF;
	color: #4A61A1;
}*/

.underline-none {
	text-decoration: none;
}





/***** CONTACT *****/

.contact__links-list li {
	display: inline-block;
	padding-right: 16px;
}

.contact__links-list li a {
	color: #4A61A1;
}

.email-icon-container .email-icon {
	display: none;
}





/***** FOOTER *****/

.footer {
	padding: 40px 24px;
}

.footer__nav {
	margin-bottom: 16px;
}

.footer ul li,
.footer__contact-options ul li {
	display: inline-block;
}

.footer li a,
.footer .list--divider,
.footer__info {
	color: #929ab1;
}

.footer__contact-options li {
	margin-right: 12px;
}

.footer__contact-options li:last-child {
	margin-right: 0px;
}

.footer__contact-options li svg {
	fill: #4A61A1;
}

.footer__contact-options li a:hover svg {
	fill: #6379B7;
	transition: fill 300ms;
}

.footer .list--divider {
	padding: 0 4px;
}





/***** IMAGERY *****/

.img--full-width {
	width: 100%;
}

.img--right {
	text-align: right;
}

.img--centre {
	text-align: center;
}





/***** UTILITIES *****/

.hard-bottom {
	margin-bottom: 0px!important;
}

.push-small-bottom {
	margin-bottom: 8px;
}

.push-medium-bottom {
	margin-bottom: 24px;
}

.push-large-bottom {
	margin-bottom: 32px;
}

.push-xlarge-bottom {
	margin-bottom: 48px;
}

.flush-left {
	padding-left: 0!important;
}

.flush-sides {
	padding-left: 0!important;
	padding-right: 0!important;
}





/***** MEDIA QUERIES *****/

@media only screen and (min-width: 601px) {

}

@media only screen and (min-width: 650px) {

	.content-limiter {
		width: 90%;
	}

	.btn {
		display: inline-block;
	}

}


/* Apply some font size changes and spacing tweaks here */
@media only screen and (min-width: 700px) {

	/***** TYPOGRAPHY *****/

	.alpha {
		font-size: 6rem; /* 96px */
		line-height: 5.5rem; /* 88px */
	}

	.beta {
		font-size: 4.5rem;/* 72px */
		line-height: 4rem;/* 64px */
	}

	.delta {
		font-size: 1.625rem; /* 26px */
		line-height: 2.5rem; /* 40px */
	}

	.echo {
		font-size: 1.5rem; /* 24px */
		line-height: 2.5rem; /* 40px */
	}

	.foxtrot {
		font-size: 1.25rem;/* 20px */
		line-height: 2rem; /* 32px */
	}

	.golf {
		font-size: 1rem; /* 16px */
		line-height: 2rem; /* 32px */
	}

	.dbd-banner p {
		font-size: 24px;
		line-height: 24px;
		border-left: 12px solid #4974A5;
		padding: 6px 0 0 12px;
		margin: 0;
	}

	.dbd-banner--mobile,
	.menu-visible {
		display: none;
	}

	.nav {
		padding-top: 32px;
		display: block;
	}

	ul.nav--desktop {
		text-align: right;
		padding-bottom: 32px;
		display: inline-block;
    	float: right;	
    	padding-right: 24px;		
	}

	.nav--desktop li {
		display: inline-block;
		padding-left: 40px;
	}

	.nav--desktop li a { 
		color: #929ab1;
	}

	.heading {
		padding: 8px 16px;
		font-size: 1.25rem; /* 20px */
	}

	.testimonials {
		flex-direction: row;
	}

	.testimonials--header {
		flex:0;
		font-size: 60px;
		padding: 32px 64px 32px 48px;
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		text-orientation: mixed;
		margin-bottom: 0;
		background: #B54762;
    	border-radius: 5px;
	}

	.testimonials--content {
		padding-left: 40px;
	}

	.sky-bet-logo {
		width: 32px;
		height: auto;
	}

	p.bullets-intro {
		margin-bottom: 32px;
	}

	.bullets-list {
		width: 50%;
		float: left;
	}

	.highlighted-list li {
		width: 80%;
	}

	.skills-holder {
		overflow: hidden;
		margin-bottom: 16px;
	}

	.skills-holder .bullets-list {
		margin-top: 8px;
	}

	.footer {
		overflow: hidden;
		padding: 40px 24px 24px;
	}

	.footer--first,
	.footer--second {
		width: 50%;
		float: left;
	}

	.footer--second {
		text-align: right;
	}

	.container {
    	padding: 56px 24px;
	}

	.cs-responsibilities {
		padding: 32px;
		margin-bottom: 40px;
	}

	.cs-responsibilities .foxtrot {
		font-size: 1rem;
		line-height: 2rem;
	}

	.cs-icon {
		justify-content: center;
	}

	.case-study__icon {
		padding-bottom: 0;
	}

	.half-split-mobile {
		width: 50%;
		float: left;
	}

	.half-split-mobile.right .case-study-examples--img {
		padding-left: 21px;
	}

	.super-6-tablet {
		padding: 0;
	}

	.artwork--ctr {
		margin: 0 8px;
		padding-right: 16px;
		flex-direction: row;
	}

	.artwork--ctr .img-caption {
		text-align: left;
	}

	.artwork--ctr .btn--ctr {
		text-align: right;
	}

}

@media only screen and (min-width: 830px) {

	/* FOOTER */
	.footer--first {
		width: 35%;
	}

	.footer--second {
		width: 40%;
	}

	.footer--first,
	.footer--second {
		padding-top: 8px;
	}

	.footer--third {
		width: 25%;
		text-align: right;
	}

	.footer--first,
	.footer--third {
		float: left;
	}

}

@media only screen and (min-width: 930px) {

	.cs-responsibilities {
		flex-direction: row;
	}

	.cs-responsibilities-ctr {
		flex-direction: column;
	}

	.cs-responsibilities .cs-responsibilities--content:nth-child(3) {
		flex-grow: 3;
	}

	.cs-responsibilities--content p:nth-child(1),
	.cs-responsibilities--content p:nth-child(2) {
		display: block;
		width: 100%;
	}

	.cs-responsibilities-ctr p {
		margin-bottom: 8px;
	}

	.testimonials--content {
		padding-left: 56px;
	}

	.half-split-mobile:nth-child(3) .case-study-examples--img {
		padding-left: 45px;
	}

}

/* check the font sizes here, might be a tad too big? */
@media only screen and (min-width: 1000px) {

	/***** MAIN *****/

	p {
		margin-bottom: 40px;
	}	

	/***** TYPOGRAPHY *****/

	.alpha {
		font-size: 9.375rem; /* 150px */
		line-height: 8rem; /* 128px */
	}

	.beta {
		font-size: 8.125rem; /* 130px */
		line-height: 7.5rem; /* 120px */
	}

	.delta {
		font-size: 2.5rem; /* 40px */
		line-height: 3.5rem; /* 56px */
	}

	.echo {
		font-size: 2.1885rem; /* 35px */
		line-height: 3rem; /* 48px */
	}

	.foxtrot {
		font-size: 1.375rem; /* 22px */
		line-height: 2.5rem; /* 40px */
	}

	.golf {
		font-size: 1.125rem; /* 18px */
		line-height: 2rem; /* 32px */
	}

	/***** LAYOUT *****/

	.central-container {
		margin: 0 auto;
	}

	.container {
		padding: 80px 0px;
	}

	.central-container {
		margin: 0 auto;
    	max-width: 1000px;
    	padding: 0 2rem;	
    }

    .content-limiter {
    	width: 805px;
    }

	/***** HEADINGS *****/

	.heading {
		padding: 8px 16px 4px 20px;
		font-size: 1.5rem; /* 24px */
		margin-bottom: 56px;
	}

	/***** BUTTONS *****/

	.btn {
		font-size: 1.565rem;
		line-height: 1.5rem;
		padding: 22px 40px;
	}

	/***** LISTS *****/

	.highlighted-list li {
		font-size: 1.125rem; /* 18px */
		line-height: 2rem; /* 32px */
		padding-left: 32px;
		margin-bottom: 24px;
	}

	/***** HOME PAGE *****/

	h1 {
		border-left: none;
		padding-left: 0;
		position: relative;
	}

	.home .nav {
		margin-bottom: 72px;
	}

	.dbd .dbd-ctr {
		position: relative;
	}

	.dbd-img {
		position: absolute;
		top: 164px;
		right: -50px;
		display: block;
	}

	.dbd-img img {
		width: 320px;
	}

	.contact .dbd-img {
		top: 129px;
		right: 40px;
	}

	.contact .dbd-img img {
		width: 270px;
	}

	.dbd-colour-block__container {
		position: relative;
	}
	.dbd-colour-block__stripe {
		background-color: #4974A5;
		width: 32px;
		height: 238px;
		position: absolute;
		top: 196px;
    	left: -20px;
	}

	ul.nav--desktop {
    	padding-right: 0px;		
	}

	.cs-ctr {
	    margin-bottom: 40px;
	    padding-bottom: 32px; 
	}

	.cs-ctr-last {
		padding-bottom: 0px;
    	margin-bottom: 32px;
	}

	.case-study__icon img {
		width: 30px;
		height: 48px;
	}

	.cs-home-btn {
		margin-top: 8px;
	}

	/***** CASE STUDY PAGE *****/

	.sky-bet-logo {
		height: 40px;
		width: auto;
	}

	.cs-responsibilities {
		padding: 40px;
	}

	.img-caption {
		margin: 0 16px;
	}

	.sbtf-caption {
		margin-bottom: 0;
	}

	.artwork--ctr {
		margin: 0 16px;
		padding-right: 24px;
	}

	.artwork--ctr .img-caption {
		margin-top: 16px;
	}

	/***** ABOUT *****/

	.skills-holder {
		margin-bottom: 8px;
	}

	.clients-container {
		padding: 40px;
	}

	.clients--ctr {
		padding-bottom: 48px;
	}	

	/***** CONTACT *****/

	.email-icon-container {
		position: relative;
	}

	.email-icon-container .email-icon {
		display: block;
		position: absolute;
		top: 64px;
		right: -72px;
	}

	.contact-sub-para {
		font-size: 26px;
	}

	/***** FOOTER *****/

	.footer {
		padding: 80px 0px 56px;
	}

	.footer__contact-options li svg {
		width: 56px;
		height: 56px;
	}

	.footer--first {
		width: 30%;
	}

	.footer--second {
		width: 40%;
	}

	.footer--third {
		width: 30%;
	}

}

@media only screen and (min-width: 1100px) {	

	.dbd-colour-block__stripe {
    	left: 0px;
	}

	.dbd-img {
		top: 156px;
		right: 0px;
	}

	.dbd-img img {
		width: 340px;
	}

	.contact .dbd-img {
		right: 0px;
	}

}

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

	.central-container {
    	padding: 0;	
    }

	.central-container {
		margin: 0 auto;
    	max-width: 1100px;
    }

	.dbd-colour-block__stripe {
    	width: 40px;
    	left: -8px;
	}

@media only screen and (min-width: 1250px) {

	.dbd-colour-block__stripe {
    	left: 0px;
	}

}