@charset "utf-8";
/* CSS Document */

/* Site-Wide Controls */

html {
  scroll-behavior: smooth;
}

body {
	background-color:#212121;
	margin:0px;
	color:#fff;
}

@media only screen and (min-width:768px) {
.navigation {
	  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
background-color:#212121;
	z-index:99;
}
}

.navbar-brand img {
	padding:5px;
}

p {
	text-align:left;
}

a {
	color:#fff;
}

a:hover {
	color:#ffd800;
}

a:active {
	color:#fff;
}

.navbar-nav a {
font-family: vag-rundschrift-d, sans-serif;
font-weight: 300;
font-style: normal;
font-size:1.2rem;
color:#ababab;
}

.navbar-nav a:hover {
font-family: vag-rundschrift-d, sans-serif;
font-weight: 300;
font-style: normal;
background: -webkit-linear-gradient(45deg, #f98406, #fdea7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.navbar-nav a:active {
font-family: vag-rundschrift-d, sans-serif;
font-weight: 300;
font-style: normal;
color:#6d6d6c;
}

.navbar-toggler i {
	color:#fff;
	font-size:32px;
	border:0px;
	outline:0px;
}

.navbar-toggler:focus {
	box-shadow:0 0 0 0;
}

.telephone {
	font-weight:500;
	font-size:1.3rem;
	color:#c6c6c6;
}

.phonehide:before {
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	height:2px;
	background-image: linear-gradient(to right, red , yellow);
	content:'';
	display:block;
}

.phonehide {
	padding: 0px 0px 30px 0px;
	font-weight:700;
}

#jumbobanner h2:after {
	margin-top:30px;
	width:150px;
	height:4px;
	background-image: linear-gradient(to right, red , yellow);
	content:'';
	display:block;
}

#features h2:after {
	margin-top:30px;
	width:150px;
	height:4px;
	background-image: linear-gradient(to right, red , yellow);
	content:'';
	display:block;
}

#approach h2:after {
	margin-top:30px;
	width:150px;
	height:4px;
	background-image: linear-gradient(to right, red , yellow);
	content:'';
	display:block;
}

#solutions h2:after {
	margin-top:30px;
	width:150px;
	height:4px;
	background-image: linear-gradient(to right, red , yellow);
	content:'';
	display:block;
}

#about h2:after {
	margin-top:30px;
	width:150px;
	height:4px;
	background-image: linear-gradient(to right, red , yellow);
	content:'';
	display:block;
}

#contact h2:after {
	margin-top:30px;
	width:150px;
	height:4px;
	background-image: linear-gradient(to right, red , yellow);
	content:'';
	display:block;
}

h1, h2, h3, h4 {
font-family: vag-rundschrift-d, sans-serif;
font-weight: 300;
font-style: normal;
color:#fff;
}

h1 {
	font-size:5rem;
	color:#fff;
}

h2 {
	font-size:2.2rem;
	padding-bottom:30px;
}

h3 {
	font-size:1.5rem;
}

h4 {
	font-size:1.4rem;
}


/* Top-level Elements */

.jumbotron {
	width:100%;
	/* height:70vh; */
	position:relative;
	overflow:hidden;
	display:flex;
	justify-content:left;
	align-items:left;
	padding-bottom:100px;
}

.videocontainer {
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
}

.jumbotrontext {
	z-index:1;
	padding-top:17vh;
}

.jombotrontext h1 {
	color:#fff;
	margin:0px;
}

#jumbobanner h2 {
	font-size: 1.8rem;
	margin:0px;
}

#jumbobanner h3 {
	font-size:1.2rem;
}

#mainbody {
	width:100%;
	height:100vh;
	margin:0px;
	background-color:lightgrey;
}

.counter, .counter2 {
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 500;
	font-style: normal;
	color:#fff;
	font-size:2.8rem;
}

.counter::after, .counter2::after {
	content:'+';
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 500;
	font-style: normal;
	color:#fff;
	font-size:2.8rem;
}

#innercontent {}

#counterband {
	padding-top:30px;
	padding-bottom:30px;
	background-image:linear-gradient(45deg, red, orange);
	text-align:center;
}

#quoteband {
	margin-top:120px;
	padding-top:40px;
	padding-bottom:40px;
	background-image:linear-gradient(45deg, red, orange);
	text-align:center;
	font-size:1.4rem;
	font-style:italic;
}

#features {
	margin-top:120px;
	margin-bottom:40px;
}

.featuretile {
	padding:10px;
}

.featuretileinner {
	border:1px lightgray solid;
	border-radius:4px;
	padding:60px;
}


.highlights {
	margin-bottom:120px;
}

.leftsub {
	text-align:left;
}

.rightsub {
	text-align:right;
}

.highlightpara {
	text-align:left;
}

#footer {
	background-color:#111111;
	padding:90px 0px 70px 0px;
}

#footer ul {
	list-style:none;
	line-height:1.3;
}

#footer a {
	text-decoration:none;
	font-size:0.9rem;
}

.deets:before {
	margin-bottom:10px;
	width:150px;
	height:4px;
	background-image: linear-gradient(to right, red , yellow);
	content:'';
	display:block;
}

.submenu:before {
	margin:0px 0px 10px 30px;
	width:150px;
	height:4px;
	background-image: linear-gradient(to right, red , yellow);
	content:'';
	display:block;
}

/* Secondary Elements */

#approach {
	
}

.approachboxouter {
display:table-cell;
margin-bottom:30px;
}

.approachboxinner {
padding:30px;
margin:2px;
background-image: linear-gradient(45deg, #e80342, #ff6203);
border-radius:4px;
height:100%;
}


.approachstagetitle {
	text-align:center;
}

.approachstagetitle:after {
	margin:10px 0px 10px 0px;
	width:100%;
	height:2px;
	background-color:#212121;
	content:'';
	display:block;
}

.approachicon {
	text-align:center;
	padding-bottom:10px;
}

.approachstagebody {

}


#solutions {
	margin-top:120px;
	margin-bottom:40px;
}

#solutions h3 {
	font-size:1.5rem;
	padding-bottom:30px;
}

.solutionsboxouter {
display:table-cell;
margin-bottom:30px;
}

.solutionsboxinner {
padding:30px;
margin:2px;
border: 1px orange solid;
border-radius:4px;
height:100%;
}


.solutionsstagetitle {
	
}

.solutionsstagetitle:after {
	margin:10px 0px 10px 0px;
	width:100%;
	height:2px;
	background-color:#212121;
	content:'';
	display:block;
}

.solutionsstageicon {
	
}

.solutionsstagebody {
	text-align:justify;
}

.solutionsbox {
	display:table;
}

.servicerow {
	margin-top:110px;
	margin-bottom:50px;
}

#solutions li {
	padding-left:0px;
}

#colourbox .fa-li {
	color:orange;
}

#solutions .fa-li {
	color:orange;
}

#about {
	padding-top:60px;
	padding-bottom:50px;
}

/* Contact Styling */

#contact {
	padding-top:70px;
	padding-bottom:70px;
background-image:url("../images/contact_background.jpg");
	background-position:left;
	background-repeat:no-repeat;
	background-size:cover;
}

.contactdetails {
	padding-bottom:40px;
}

#contact .form #sendmessage {
  color: orange;
  border: 1px solid orange;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px
}
#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px
}
#contact .form #errormessage.show, #contact .form #sendmessage.show, #contact .form .show {
  display: block
}
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px
}
#contact .form input, #contact .form textarea {
  border-radius: 4;
  box-shadow: none;
  font-size: 14px;
  padding: 8px 10px;
margin-bottom:10px;
	width:100%;
  line-height: 1
}
#contact .form button[type=submit] {
  background: orange;
  border: 0;
  padding: 14px 10px;
  color: #fff;
  transition: .4s
}
#contact .form button[type=submit]:hover {
  background: #C34200;
color:#fff;
}

#contact .form #sendmessage {
  color: orange;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 12px 14px;
  border-radius: 2px;
  box-shadow: none;
  font-size: 15px;
  background-color: #4d4d4d;
  color: #fff
}

#contact .form button[type="submit"] {
  text-transform: uppercase;
  width: 200px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 20px 36px;
  border-radius: 6px;
  transition: .5s;
  margin-bottom: 30px;
  background: linear-gradient(45deg, red, darkorange);
  color: #fff;
  text-decoration: none;
}

#contact .form button[type="submit"]:hover {
  background-color:#84571E;
  color: #fff;
}


.stripe:after {
	margin:50px 0px 0px 0px;
	width:100%;
	height:2px;
	background-image: linear-gradient(to right, red , yellow);
	content:'';
	display:block;
}

.form-control {
	border:0px;
}

.sociallinks {
	text-align:right;
}

.sociallinks i {
	font-size:2.6rem;
	padding-left:5px;
}

.sociallinks i:hover {
	color:orange;
}

#colourbox h3 {
	font-size:1.8rem;
	padding-bottom:30px;
}


.sectorsborder {
	background-image:linear-gradient(45deg, red, orange);
	height:100%;
	z-index:25;
	margin-bottom:40px;
	padding:2px 12px 1px 12px;
}

.sectorsback {
	background-color:#212121;
	background-repeat:no-repeat;
	background-size:center;
	background-position: left;
	background-attachment:fixed;
	margin:12px 6px 12px 0px;
	height:100%;
	width:100%;
	text-align:right;
	position:relative;
	z-index:80;
}

.sectorsspecialisms {
	padding:20px 30px 40px 30px;
	text-align:left;
}

.disciplineheading {
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:2.2rem;
	border-bottom:1px orange solid;
	padding:2px 0px 2px 0px;
}

.specialismname {
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:1.7rem;
	border-bottom:1px red solid;
	padding:1px 0px 1px 0px;
}

.sectorslist {
	position: relative;
	border-right:1px orange solid;
	border-left:1px red solid;
	margin:10px 0px 10px 0px;
	padding:0px 30px 0px 30px;
}

.sectorlistinner {
	text-align:left;
	margin: 0;
   position: absolute;
 	top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}

.specialismheading {
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:2.2rem;
	border-bottom:1px orange solid;
	padding:2px 0px 2px 0px;
}
.sectorname {
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:2.2rem;
	border-bottom:1px red solid;
	padding:6px 0px 6px 0px;
}
.topgraphic {
	position:relative;
}
.personswap {
	overflow:visible;
	bottom:0;
	z-index:35;
	margin-top:-50px;
	position:absolute;
	left:12px;
}

/* Sectors Banner Mobile Styles */

.sectorsborder-mobile {
	background-image:linear-gradient(45deg, red, orange);
	height:100%;
	z-index:25;
	margin-bottom:40px;
	padding:2px 12px 1px 12px;
}

.sectorsback-mobile {
	background-color:#212121;
	background-repeat:no-repeat;
	background-size:center;
	background-position: left;
	background-attachment:fixed;
	margin:12px 6px 12px 0px;
	height:100%;
	width:100%;
	text-align:right;
	position:relative;
	z-index:80;
}

.sectorsspecialisms-mobile {
	padding:20px 30px 40px 30px;
	text-align:left;
}
.disciplineheading-mobile {
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:2.2rem;
	border-bottom:1px orange solid;
	padding:2px 0px 2px 0px;
}
.specialismname-mobile {
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:1.3rem;
	border-bottom:1px red solid;
	padding:2px 0px 2px 0px;
}
.sectorslist-mobile {
	position: relative;
	border-right:1px orange solid;
	border-left:1px red solid;
	margin:10px 0px 10px 0px;
	padding:0px 30px 0px 30px;
}

.sectorlistinner-mobile {
	text-align:left;
	margin: 0;
   /* position: absolute;
 	top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */

}
.specialismheading-mobile {
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:2.2rem;
	border-bottom:1px orange solid;
	padding:2px 0px 2px 0px;
}
.sectorname-mobile {
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:2.2rem;
	border-bottom:1px red solid;
	padding:2px 0px 2px 0px;
}
.topgraphic-mobile {
	position:relative;
}
.personswap-mobile {
	/* overflow:visible; */
	bottom:0;
	z-index:35;
	margin-top:-50px;
	/* position:absolute;
	left:12px; */
}

.SubpageHeading h1 {
	font-size:3.2rem;
	padding:90px 0px 20px 0px;
}

.SubpageBody {
	padding-bottom:120px;
}

.SubpageHeading h1::after {
	margin-top:30px;
	width:150px;
	height:4px;
	background-image: linear-gradient(to right, red , yellow);
	content:'';
	display:block;
}

.cookiebox {
  display: block;
 background: linear-gradient(45deg, rgba(18,33,143,0.6), rgba(5,14,83,0.6));
  width: 100%;
  height: auto;
padding:20px 60px 20px 60px;;
	position:fixed;
	bottom:0px;
	color:#fff;
	animation-name: appear;
	  animation-duration: .8s;
	z-index:999;
}
.cookiebox a {
	color:#fff;
}
#trigger2:checked + .cookiebox {
  display: none;
}
#trigger2{display:none;}
.cookietext {
	padding-top:10px;
	float:left;
}
.cookietext a {
	text-decoration: underline;
}
.closetray {
	float:right;
}
.closebutton {
	Padding:8px 30px 6px 30px;
	background: linear-gradient(45deg, #17279d, #050e53);
	border-radius:4px;
}


@media (max-width:1000px) {
	.cookiebox {
  display: block;
  background: linear-gradient(45deg, rgba(18,33,143,0.6), rgba(5,14,83,0.6));
  width: 100%;
  height: auto;
padding:5px 60px 10px 60px;;
	position:fixed;
	bottom:0px;
	color:#fff;
		font-size:.8rem;
		z-index:999;
}
	.closebutton {margin-top:6px;}
}


@media only screen and (max-width:1200px) {
video {
	width:120%;
}
}


/* @media only screen and (min-width:1200px) {
.herotext {
	padding-right:340px;
}
} */

@media only screen and (max-width:1024px) {
.jumbotrontext h1{
	font-size: 2.8rem;
}
	#jumbobanner h2 {
	font-size: 1.8rem;
	margin:0px;
}
	video {
	width:250%;
}
}

@media only screen and (max-width:991px) {
.navbar-nav {
	padding-top:20px;
}
.telephone {
	display:none;
}
.sectorsborder {
	display:none;
}
.sectorname-mobile {
	font-size:1.9rem;
}
.specialismname-mobile {
	font-size:1.7rem;
}
	/*
		.colourboxleftimage {
		width:300px;
		height:auto;
	} */
}

@media only screen and (min-width:992px) {
	.phonehide {
		display:none;
	}
	.sectorsborder-mobile {
		display:none;
	}
}

@media only screen and (max-width:768px) {
	/* .jumbotron {
		height:50vh;
	} */
	.jumbotrontext{
		padding-top:10vh;
		padding-right: 30px;
	}
	.jumbotrontext h1{
		font-size: 2.2rem;
	}
	#jumbobanner h3{
		font-size: .9rem;
	}
	#features {
	margin-top:70px;
	margin-bottom:40px;
	margin-left: 30px;
    margin-right: 30px;
}
	.featuretile {
	margin-bottom:10px;
}
	.featuretileinner {
	padding:30px;
}
	.sectorname {
	font-size:1.7rem;
}
.specialismname-mobile {
	font-size:1.3rem;
}	
	#highlight {
	margin-left: 30px;
    margin-right: 30px;
}
	#colourbox {
	margin-left: 40px;
}
	.highlights {
	margin-top: 70px;
    margin-bottom: 70px;
}
	#approach {
	padding-left: 30px;
    padding-right: 30px;
}
	#contact {
	padding-left: 30px;
    padding-right: 30px;
}
	#about {
	margin-left: 30px;
    margin-right: 30px;
}
	#solutions {
	margin-top:70px;
	margin-bottom:40px;
	margin-left: 30px;
    margin-right: 30px;
}
	#colourbox {
	margin-right:40px;
}
	.colourbody {
	padding-left:60px;
	}
	
	/* .colourboxleftimage {
		width:200px;
		height:auto;
	} */
	
	#footer {
	padding-left: 30px;
    padding-right: 30px;
}
	.footerbox {
		padding-bottom:20px;
}
	.sociallinks {
		text-align:left;
		padding-bottom:20px;
}
	#jumbobanner h2 {
	font-size: 1.2rem;
	margin:0px;
}
	.submenu:before {
	margin-left:0px;
}
	
	#footer ul {
	padding-left:0px;
}
	#solutions img, #features img, #about img {
	/*	padding-bottom:30px; */
	}
	#colourbox1 img, #colourbox2 img, #colourbox3 img, #colourbox4 img {
		padding-bottom:0px;
	}
	.counterbox {
	padding-bottom:30px;
	}
}

@media only screen and (max-width:576px) {
	.jumbotrontext h1{
    padding-left: 30px;
	}
	#jumbobanner h2 {
	padding-left: 30px;
}
	#jumbobanner h3 {
	padding-left:30px;
	}
	.colourbody {
	padding-left:20px;
}
	.sectorname-mobile {
	font-size:1.4rem;
}
	.specialismname-mobile {
	font-size:1rem;
}	
	.disciplineheading-mobile {
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:1.6rem;
	border-bottom:1px orange solid;
	padding:2px 0px 2px 0px;
}
	.specialismheading-mobile {
	font-family: vag-rundschrift-d, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:1.6rem;
	border-bottom:1px orange solid;
	padding:2px 0px 2px 0px;
}
}

@media only screen and (max-width:1800px) and (min-height:1200px) {
	/* .jumbotron {
		height:45vh;
	} */
	.jumbotrontext{
		padding-top:10vh;
	}
	.jumbotrontext h1{
		font-size: 3.2rem;
        /* padding-left: 30px; */
	}
	#features {
	margin-top:70px;
	margin-bottom:40px;
	margin-left: 30px;
    margin-right: 30px;
}
	.featuretile {
	margin-bottom:10px;
}
	.featuretileinner {
	padding:30px;
}
	#highlight {
	margin-left: 30px;
    margin-right: 30px;
}
	
	.highlights {
	margin-top: 70px;
    margin-bottom: 70px;
}
	#footer {
	padding-left: 30px;
    padding-right: 30px;
}
	.footerbox {
		padding-bottom:20px;
}
	.sociallinks {
		text-align:left;
		padding-bottom:20px;
}
	#jumbobanner h2 {
	font-size: 1.2rem;
	margin:0px;
	/* padding-left:30px; */
}
	video {
	width:250%;
}
}
@media only screen and (max-height:414px) {
	/* .jumbotron {
		height:70vh;
	} */
}


@media only screen and (max-width:400px) {
	/* .jumbotron {
		height:65vh;
	} */
	.jumbotrontext{
		padding-top:10vh;
		padding-right:30px;
	}
	.jumbotrontext h1{
		font-size: 1.6rem;
        padding-left: 30px;
	}
	h2 {
		font-size: 1.4rem;
	}
	h3 {
		font-size: 1.2rem;
	}
	h4 {
		font-size: 1.1rem;
	}
	#features {
	margin-top:70px;
	margin-bottom:40px;
	margin-left: 30px;
    margin-right: 30px;
}
	.featuretile {
	margin-bottom:10px;
}
	.featuretileinner {
	padding:30px;
}
	#highlight {
	margin-left: 30px;
    margin-right: 30px;
}
	.highlights {
	margin-top: 70px;
    margin-bottom: 70px;
}
	#jumbobanner h2 {
	font-size: 1.2rem;
	margin:0px;
	padding-left:30px;
}
	video {
    width: 400%;
}
}

@media only screen and (max-height:650px) and (min-width:768px) {
	.jumbotrontext{
	padding-top:10vh;
	}
	.jumbotrontext h1{
		font-size: 3.2rem;
}
}

.digi2l-label {
	font-size:0.8rem;
}

.approachicons {
	font-size:4.2rem;
	padding:10px 0px 10px 0px;
}

#colourbox1 {
	margin-top: 40px;
    margin-bottom: 70px;
	box-sizing:border-box;
}
#colourbox2 {
	margin-top: 40px;
    margin-bottom: 70px;
	box-sizing:border-box;
}
#colourbox3 {
	margin-top: 40px;
    margin-bottom: 70px;
	box-sizing:border-box;
}
#colourbox4 {
	margin-top: 40px;
    margin-bottom: 70px;
	box-sizing:border-box;
}

.colourbackground {
	/* background-image:linear-gradient(45deg, red, orange); */
	background-image:linear-gradient(45deg, #101010, #616262);
	height:100%;
	z-index:25;
	margin-bottom:20px;
}

.colourboxleft {
	/* background-color:#212121; */
	background-image:url("../images/contact_background_orange.jpg");
	background-repeat:no-repeat;
	background-size:center;
	background-position: left;
	background-attachment:fixed;
	margin:12px 6px 12px 0px;
	height:100%;
	width:100%;
	text-align:right;
	position:relative;
	z-index:30;
}

/* .colourboxleftimage {
	overflow:visible;
	bottom:0;
	z-index:35;
	margin-top:-50px;
	position:relative;
} */

.colourbody {
	margin-bottom:20px;
	padding-left:20px;
}


.solutiontitle {
	z-index:80;
	position:absolute;
	bottom:0px;
	right:0px;
	font-size:48px;
	width:100%;
	height:100%;
}

.iconfill1 {
	padding:10px 20px 10px 20px;
	width:100%;
	height:100%;
	background-image:linear-gradient(to right, rgba(0,127,153,.4), rgba(3,188,205,.5));
	
}
.iconfill2 {
	padding:10px 20px 10px 20px;
	width:100%;
	height:100%;
	background-image:linear-gradient(to right, rgba(69,209,226,.4), rgba(60,149,250,.7));
	
}
.iconfill3 {
	padding:10px 20px 10px 20px;
	width:100%;
	height:100%;
	background-image:linear-gradient(to right, rgba(0,144,255,.4), rgba(48,77,255,.5));
	
}
.iconfill4 {
	padding:10px 20px 10px 20px;
	width:100%;
	height:100%;
	background-image:linear-gradient(to right, rgba(128,11,249,.4), rgba(151,32,143,.5));
	
}

.iconfill1 i, .iconfill2 i, .iconfill3 i, .iconfill4 i {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: -webkit-linear-gradient(45deg, #f9480b, #f9b90b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.containerfloatright {
	padding-left:0px;
	margin-left:0px;
	display:inline-block;
}
.colourbodytextbox {
	max-width:770px;
	padding-left:20px;
	box-sizing:border-box;
}

@media only screen and (min-width:991px) {
	.colourbodytextbox {
		padding-right:60px;
	}
}