@font-face {
  font-family: gillsans;
  src: url(../font/Gill_Sans_Medium.otf);
  font-weight: 400;
}

@font-face {
  font-family: gillsans;
  src: url(../font/Gill_Sans_Bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: gillsans;
  src: url(../font/Gill_Sans_Light.otf);
  font-weight: 300;
}

*,*::before,
*::after{
    box-sizing:inherit;
}

body{
    margin: 0;
	font-family:gillsans;
    font-weight: 400;
    font-style: normal;
    color:#000000;
    letter-spacing: 0.025em;
}

button {
   font-family: gillsans;
}

html{
    box-sizing:border-box;
}

li{
    margin:0;
    padding:0;
    letter-spacing: 0.16px;
    line-height: 1.6em;
}

ul{
    list-style-position: outside;
    margin-left:1.1em;
}

img{
    max-width: 100%;
}

h1,h2,h3,h4,p,a{
    margin:0;
    padding-bottom:15px;
}

h1,h2,h3,h4,h5,h6{
	font-weight:400;
}

h1{
    font-size:35px;
}

h2{
    font-size:25px;
}

h3{
    font-size:23px;
}

h4{
    font-size:22px;
}

.regular-text{
    font-size:18px;
}

.slide-desc .regular-text{
	font-size:17px;
    line-height: 1.2em;
}

p,li{
    font-size:18px;
    line-height: 1.6em;
}

a{
    font-size: 18px;
    line-height: 1.6em;
    text-decoration: none;
    color: inherit;
}

.bold{
    font-weight:700;
}

.section-title{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 40px;
    padding-bottom: 15px;
    line-height: 1.2em;
    position: relative;
    margin-bottom: 0;
}

.section-info .regular-text {
    padding-bottom:15px;
}

.btn{
    padding: 5px 30px;
    display: inline-block;
    transition: 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 400;
    color: white;
    text-align: center;
    line-height: 1em;
    width: max-content;
    margin-bottom: 0;
    border-radius: 5px;
	border: none;
}

.btn-blue{
    background: rgb(39,127,198);
    background: linear-gradient(90deg, rgba(39,127,198,1) 0%, rgba(36,84,170,1) 100%);
}

.btn-blue:hover{
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px rgb(39,127,198);
	color:white!important;
}

.intro-block-hover-text .btn-blue:hover {
    font-size:26px!important
}

.btn-black{
    background: #000;
	color: #fff;
}

.btn-black:hover{
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px rgb(39,127,198);
	color:white!important;
}


.btn-red{
    background: #ba0030;
    background: linear-gradient(90deg, rgba(186,0,48,1) 0%, rgba(227,0,59,1) 100%);
}

.btn-red:hover{
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #ba0030;
	color:white!important;
}

.btn-yellow{
    background: #d59700;
    background: linear-gradient(90deg, rgba(213,151,0,1) 0%, rgba(236,167,0,1) 100%);
}

.btn-yellow:hover{
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #d59700;
	color:white!important;
}

.btn-trans {
    background: transparent;
    border: 1px solid white;
    margin: 5px 0;
	border-radius: 0;
	color: white;
}

.btn-trans:hover{
    box-shadow: 0px 0px 0px 2px white inset;

	
}

.btn-back {
color: black;
	background-color: white;
	font-weight: bold;
}



.btn-back-dark {
color: white;
	background-color: black;
	font-weight: bold;
}

.fab, .far {
    transition: 0.3s;
}

.fab + .fab{
    margin-left:10px;
}

.fab:hover, .far:hover, .fas:hover {
    color: rgb(39 127 198);
}

.container{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

header{
    position: relative;
    width: 100%;
    z-index:2;
	background-color: #222222;
}

.itemid-112 header {
position: fixed;
}



.header-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 60px;
    color: white;
	    max-width: 1920px;
    margin: 0 auto;
}

.header-flex-left{
        flex: auto;
    display: flex;
    align-items: flex-start;
}

.header-flex-left a{
    line-height:0;
		padding:0;
}

.header-flex-left a + a{
    margin-left:40px;
}

.header-flex-right {
    display: flex;
    flex: auto;
    flex-direction: column;
}

.menu-fix .nav{
    display: flex;
    list-style: none;
    justify-content: space-between;
    color: white;
	padding-bottom:0;
}

#menu-bar li a{
    font-size:20px;
	padding-bottom: 0;
	transition:0.3s;
}

#menu-bar li a:hover{
     color:rgb(39 127 198);
}

#menu-bar ul li ul li a:hover{
     color: black!important;
}

.menu-fix .nav li {
    position: relative;
    list-style: none;
    display: block;
    text-align: left;
    padding: 5px 0;
}

.menu-fix .nav-child {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: max-content;
    padding: 5px 20px;
    margin: 0;
    list-style: none;
    background-clip: padding-box;
    background-color: rgb(39 127 198);
	color: white;
}

ul.nav-child a:hover{
    color:white!important;
}

.menu-fix .nav>li:hover>.nav-child, .menu-fix .nav>li>a:focus+.nav-child, .menu-fix .nav li li:hover>.nav-child, .menu-fix .nav li li>a:focus+.nav-child {
    display: block;
}

.footer-menu .nav-child{
	position: absolute;
    bottom: 94%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: max-content;
    padding: 5px 20px;
    margin: 0;
    list-style: none;
    background-clip: padding-box;
    background-color: rgb(39 127 198);
    color: white;
    text-align: left;
}

.footer-menu .nav>li:hover>.nav-child, .footer-menu .nav>li>a:focus+.nav-child, .footer-menu .nav li li:hover>.nav-child, .footer-menu .nav li li>a:focus+.nav-child{
	display: block;
}


.slider{
    position: relative;
    width: 100%;
    z-index: 1;
}

.slider img{
    width: 100%;
}

.video{
    position: relative;
    width: 100%;
    z-index: 1;
}

.intro-blocks{
    padding: 60px;
    text-align: center;
}

.intro-heading{
    font-size: 60px;
    font-weight: 400;
}

.intro-blocks-flex{
    display: flex;
    gap: 30px;
    margin-top: 40px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.intro-block-item{
    padding: 40px;
    text-align: center;
    color: white;
    width: 33.333%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 320px;
    flex-grow: 0;
    min-height: 600px;
}

.intro-block-hover-text{
	display:none;
}

.intro-block-hover-text .second-heading{
	padding-bottom:0;
	    line-height: 1em;
}

.intro-block-hover-text ul{
    list-style-type: none;
}

.intro-block-hover-text ul li{
    position:relative;
	padding: 6px;
}

.intro-block-hover-text ul li:before{
	position:absolute;
	content:"";
    height:2px;
	width:50px;
	background-color:white;
	left:50%;
	transform:translatex(-50%);
	bottom:0;
}

.intro-block-item:hover .intro-block-hover-text{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.intro-block-item:first-child:hover{
    background-color:#ba0030;
	background-image: none;
}
.intro-block-item:nth-child(2):hover{
    background-color:#69d2e7;
	background-image: none;
}
.intro-block-item:last-child:hover{
    background-color:#d59700;
	background-image: none;
}

.intro-block-item:hover .intro-block-text{
	display:none;
}

.intro-block-text{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.intro-block-text p{
	font-size:23px;
}

.intro-block-item img{
    padding-bottom:20px;
}

.intro-block-item:first-child{
    background-image: url(../images/digital-bg.jpg);
}

.intro-block-item:nth-child(2){
    background-image: url(../images/print-bg.jpg);
}

.intro-block-item:last-child{
    background-image: url(../images/mail-bg.jpg);
}

.slider-text {
    position: absolute;
    top: 60px;
    left: 0;
    padding: 0 60px;
    text-align: left;
}

.section-info{
    max-width: 50%;
}

.footer-bg{
    background: #222222;
}

.footer{
    padding: 20px 60px 10px 60px;
    text-align: center;
    position: relative;
    color: white;
    max-width: 1400px;
    margin: 0 auto;

}

.footer a{
	transition:0.3s;
}

.footer-menu{
    margin: 0 20px;
}

.footer-menu ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    padding-bottom: 20px;
    align-items: center;
}

.footer-menu ul li a{
	padding: 20px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4em;
}

.footer-menu ul li ul li a{
	padding: 0;
	transition:0.3s;
}
.footer-menu ul li ul li a:hover{
	color:black!important;
}
.footer-menu ul li ul li{
	padding: 5px 0;
}

.footer-menu li a:hover,.footer-menu-small li a:hover,.footer-info a:hover{
	color:rgb(39 127 198);
}

.footer-menu .btn {
    padding: 5px 30px!important;
}

.footer-menu-small ul{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    list-style: none;
    padding-bottom: 20px;
}

.footer-menu-small ul li a{
    font-size: 20px;
    line-height: 1.4em;
    padding: 0 20px; 
}

.footer-logo img{
    width:350px;
    height:auto;
}

.footer-text{
    font-size: 20px;
}

.footer-image{
    position: absolute;
    right: 80px;
    bottom: 20px;
    width: 200px;
}

.footer-info{
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.footer-info *{
    padding:0;
}

.socials{
    padding: 0;
    position: relative;
    width: 150px;
    margin: 0 auto;
}

.socials a{
    padding-bottom: 0;
    color:white;
    font-size:30px;
    z-index: 1;
    position: relative;
}

.socials a + a{
    margin-left:25px;
}

.rhys-welsh a{
    padding-bottom: 0;
    font-size: 8px;
    color:white;
    margin: 0;
}

.rhys-welsh a:first-child{
    margin-right: 10px;
}

.rhys-welsh{
    display: flex;
    align-items: center;
    justify-content: center;
}

/******additional css*********/

.ball {
	width: 6%!important;
	height: auto;
}

.bpoints {
	display: flex;
	align-items: center;
}

.bpoints img {
	border-radius: 0!important;
	width: 14px!important;
	height: auto!important;
}

/**case studies**/

.white {
    color: #fff;
}

.m-blue {
    color: #277dc5;
}

.banner-case-study {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 300px;
	background: url(../images/banner-case_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 60px;
	margin: 0px -60px;
    text-align: left;
	color: #fff;
}

.banner-case-study-2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 300px;
	background: url(../images/blue-banner-calculator.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 60px;
	margin: 0px -60px;
    text-align: left;
	color: #fff;
}

.banner-case-study-3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 300px;
	background: url(../images/banner-case_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 60px;
	margin: 0px -60px;
    text-align: left;
	color: #fff;
}

.banner-case-study-3b {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 600px;
	background: url(../images/ben-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 60px;
	margin: 0px -60px;
    text-align: left;
	color: #fff;
}

.banner-case-study-3b h1 {
	font-size: 60px;
}

.black-box-flex {
    display: flex;
    justify-content: space-between;
    padding: 0px 60px;
    margin: 30px 0px;
}

.black-box-2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    text-align: center;
    background-color: #222;
    width: 24%;
    padding: 10px;
    border-radius: 10px;
	min-height: 170px;
}

.overview-flex {
    padding: 60px;
}

.two-col-layout {
    display: flex;
    align-items: center;
}

.two-col-layout img {
    width: 100%;
    height: auto;
}

.left-col {
    flex:1;
    padding: 20px;
}

.number-title {
	display: flex;
	align-items: center;
}

.number-title h2 {
	padding: 0;
}

.number-title-2 h2 {
	padding: 0;
}

.number-title-3 h2 {
	padding: 0;
}

.number-title-2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.number-title-3 {
	display: flex;
	align-items: center;
	justify-content: center;
}


.number-title span {
	color: #2c5db0;
	padding: 20px;
	border: 1px solid #2c5db0;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	margin-right: 20px;

}

.number-title-2 span {
	color: #fff;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	margin-right: 20px;

}

.number-title-3 span {
	color: #2c5db0;
	padding: 20px;
	border: 1px solid #2c5db0;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	margin-right: 20px;

}

.right-col {
    flex: 1;
    padding: 20px;
}




.client-quote-flex {
    display: flex;
    align-items: center;
    min-height: 560px;
    background: url(../images/quote-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin: 0px -60px;
    padding: 0px 60px;
    text-align: center;
}

.client-quote {
    flex-direction: column;
}

.agile-main-flex {
    display: flex;
    align-items: center;
	justify-content: center;
    min-height: 560px;
    background: url(../images/solution.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin: 0px -60px;
    padding: 0px 60px;
    text-align: center;
}

.agile-content {
    flex-direction: column;
}

.challenge-flex {
    padding: 60px 0;
}

.challenge-2 {
	flex-direction: row-reverse;
}

.contact-us-flex {
	background: url(../images/about2-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 60px;
	margin: 0px -60px;
	color: #ffffff;
}

.solution-flex {
    background: url(../images/solution.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 60px;
	margin: 0px -60px;
}

.green-flex {
    background: url(../images/green-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 60px;
	margin: 60px -60px;
}

.solution-text {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.solution-icon {
    height: 50px;
    width: auto;
}

.icons-flex {
    display: flex;
    text-align: center;
	justify-content: center;
}

.iconbox-1 {
    flex: 1;
    padding: 20px;
	max-width: 24%;
}

.solution-flex .icons-flex + .icons-flex{
	    margin-bottom: 30px;
}
.solution-flex > .solution-text:first-child{
	padding-bottom:30px;
}
.itemid-228 .item-page > div{
	    padding: 0 60px 0 60px;
}
.results-flex {
    display: flex;
    padding: 60px;
    align-items: center;
}

.results-left {
    flex: 1;
    margin-right: 30px;
}

.results-left img {
    width: 100%;
    height: auto;
}

.results-right {
    flex: 2;
    border-left: 3px solid;
    border-color: #277dc5;
    padding-left: 30px;
}

.conclusion-flex {
    text-align: center;
    background: url(../images/con-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 60px;
}

.conclusion-text {
    max-width: 1200px;
    margin: 0 auto;
}

.chat-flex {
    display: flex;
    align-items: center;
    min-height: 300px;
    background: url(../images/call-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
	margin: 0px -60px;
	
}

.chat-left {
    flex: 1;
    padding: 20px;
}

.chat-right {
    flex: 1;
    padding: 20px;
}


/************/

.itemid-225 ul li i{
    color: #2458ac;
    background-color: white;
    height: 14px;
    width: 17px;
    border-radius: 5px;
    line-height: 16px;
    font-size: 20px;
    position: absolute;
    left: -26px;
    top: 8px;
}
.itemid-225 .page-left p,.itemid-225 .page-left ul li{
	font-size:20px;
	color:black;
}
.itemid-225 .page-title h1,.itemid-225 .page-left h2,.itemid-225 h3{
	color:black;
}
.itemid-225  .page-left ul{
       display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
    list-style: none;
}

.itemid-225 .btn-trans {
    border: 1px solid black;
    color: black;
}
.itemid-225 .btn-trans:hover {
    box-shadow: 0px 0px 0px 2px black inset;
}
.itemid-225 .page-left ul li {
	width: calc(50% - 20px);
    margin: 0 10px;
    position: relative;
}
.accesibility-flex{
    display: flex;
    align-items: flex-start;
}
.accesibility-left{
	flex: 55%;
	text-align: left;
}
.accesibility-right{
	flex: 45%;
    text-align: center;
    padding-left: 20px;
}
.accesibility-right img{
	max-width:500px;
	margin:0 auto;
	width: 100%;
}
.itemid-224 .page-container {
    overflow:hidden;
}
.itemid-224 .black-box {
    height: 100%;
    margin-bottom: 0;
}

.itemid-224 .page-flex {
    align-items: flex-start;
}

#rsform_4_page_0{
    max-width: max-content;
    margin: 0 auto;
    background-color: black;
    padding: 20px;
    text-align: center;
}

#rsform_4_page_0 input {
	padding: 10px;
    width: calc(100% - 20px)!important;
}

#rsform_4_page_0 label {
    font-size: 18px;
}

#rsform_4_page_0 #Submit {
    background: rgb(39,127,198)!important;
    background: linear-gradient(90deg,rgba(39,127,198,1) 0%,rgba(36,84,170,1) 100%)!important;
	font-size:18px!important;
	width: 100%!important;
	padding: 10px!important;
}
// Accreditation flex table

ul.accreditation-container {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  box-sizing: border-box;
}

#accreditation-container {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  box-sizing: border-box;
}

h3.accreditation-heading {
  margin: 16px 0;
}


.accreditation-item {
    box-sizing: border-box;
    margin-bottom: 1%;
    display: flex;
    flex-direction: column;
    width: 32.5%;
    padding: 1%;
    border: 4px solid black;
    color: black;
    position: relative;
    padding-bottom: 65px;
}

.accreditation-item__icons {
  height: 120px;
  align-self: flex-start;
  margin-bottom: 40px;
	object-fit: contain;
}

.accreditation-item__cert {
  width: 30%;
  align-self: flex-start;
	border: black 1px solid;
}

.accreditation-item__logo {
  width: auto;
}

.accreditation-item__logo.fsc, .accreditation-item__logo.pefc, .accreditation-item__logo.ofcom  {
width: 20%;

}

.accreditation-item:nth-child(2),.accreditation-item:nth-child(5),.accreditation-item:nth-child(8) {
  margin-right: 0.5%;
	margin-left: 0.5%;
}


a.accreditation-item__cert--btn {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: gill-sans;
    align-self: flex-start;
    background: black;
    color: white;
    padding: 7px 12px;
    font-family: gillsans;
    position: absolute;
	bottom: 2%;
    left: 2%;
	
} 
a.accreditation-item__info--btn{
	box-sizing: border-box;
	  font-family: gill-sans;
	  align-self: flex-start;
	  background: black;
	  color: white;
	  padding: 7px 12px;
	  font-family: gillsans;
	  position: absolute;
	  bottom: 2%;
	  left: 49%;

}



a.accreditation-item__cert--btn:hover, a.accreditation-item__cert--btn:focus,a.accreditation-item__info--btn:hover, a.accreditation-item__info--btn:focus  {

	outline: grey 2px solid;
	
}

.black-box{
	background-color: black;
	color: white;
	padding: 30px;
    margin: 0;
	text-align: left;
	margin-bottom:40px;
}

.report-flex{
    display: flex;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}

.report-first-col{
    display: flex;
    flex-direction: column;
    flex: 50%;
}

.report-second-col{
    display: flex;
    flex-direction: column;
    flex: 50%;
	    margin-left: 20px;
}

.white-box{
	background: transparent;
    border: 1px solid white;
	color: white;
	padding: 30px;
    margin: 0;
	text-align: left;
}

.white-box p:last-child,.white-box h2:last-child,.black-box p:last-child,.black-box h2:last-child{
	padding:0;
}

.report-list{
    list-style: none;
	margin: 0;
}

.report-list > li{
    margin: 20px 0;
}

.green-mclays-list{
	background-color: #84a215;
	color: white;
	padding: 30px;
    margin: 0;
    list-style-position: inside;
	text-align: center;
}

.green-mclays-list ul{
    max-width: max-content;
    margin: 0 auto;
}

.green-mclays-list li{
    max-width: max-content;
    margin: 0 auto;
}
.roman-numerals{
	    margin-left: 4em;
}
#dj-mslider1p .dj-slides {
    z-index: 0;
}
.timeline__content h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.timeline__content p {
    margin-bottom: 0;
}
.itemid-163 .page-header h2 {
    padding: 0;
    font-size: 20px;
    line-height: 25px;
}
.itemid-163 .page-header {
    padding: 20px 60px 15px 60px!important;
}
.is_articletimeline .newsflash-image img {
    display: inline-block;
    height: 229px;
    width: 100%;
    object-fit: cover;
    background-color: white;
}
.is_articletimeline .newsflash-image {
    overflow: visible;
}
.item-171 > a{
	padding: 5px 30px!important;
}

.video-flex{
	display: flex;
}
.video-left{
    flex: 50%;
    padding: 30px;
}
.video-right{
    flex: 50%;
    padding: 30px;
}
.back-btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
}
.back-btn p{
	padding:0;
}
#sidebar {
    padding: 60px 0 0 60px;
}
.span9 .item-page > div {
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 60px 60px 60px;
}
.blog{
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px;
}
.page-header {
	max-width: 1800px;
    margin: 0 auto;
	padding: 60px 60px 20px 60px!important;
	    min-height: auto!important;
}
.item-page > div{
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 60px 60px 60px;
	    min-height: 580px;
}
.sticky {
    position: fixed!important;
    top: 0;
    width: 100%;
	transition:0.3s;
	z-index: 100;
}

.sticky .logo {
    width: 120px;
    height: auto;
}

.sticky .header-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 60px;
    color: white;
    max-width: 1920px;
    margin: 0 auto;
}

.logo{
	width:200px;
	height:auto;
}
.footer-address {
    font-size: 11px;
}

.counter-sub-container .counter-wrapper .counter-text-container .counter-number {
    align-items: baseline;
}
.page-header h2{
	font-size:25px;
	line-height:34px;
}
.sidebar-nav a{
	padding-bottom:0;
	    line-height: 30px;
}
.rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
    background-color: black;
    color: white;
}
.rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
    cursor: pointer;
    background-color: black;
    color: white;
}
.rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover {
    background-color: white;
    color: black;
    text-decoration: none;
}
.rl_sliders.accordion>.accordion-group.active>div>a:focus, .rl_sliders.accordion>.accordion-group>div>a:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 0 2px black;
    box-shadow: inset 0 0 2px black;
}
.is_timeline_vt3 .newsflash-image {
    margin: 0 -15px 20px;
	max-height: 350px;
}
.is_timeline_vt3 .newsflash-image img {
    width: 100%;
    object-position: center;
    object-fit: cover;
    height: 350px;
}
.is_timeline_vt3 .timeline > ul > li > div {
    padding-top: 0;
}
.djslider-default .slide-desc {
    top: 0;
	display: flex;
    align-items: center;
}

.menu-fix .item-116 .nav-child {
    left: -35px;
}
.page-right li{
	list-style:none;	
}

.page-right ul{
	margin: 0;	
	    text-align: center;
}

.page-right .btn {
    font-size: 18px;
    width: 100%;
    max-width: 350px;
}

.intro-block-hover-text a{
	transition:0.3s;	
}

.intro-block-hover-text a:hover{
	color:black;
	font-size: 20px;
}

.sidebar-nav{
    background-color: #222222;
    color: white;
	    box-shadow: 5px 5px 15px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 40%);
    -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
	padding: 20px;
}
.sidebar-nav ul {
    list-style-position: outside;
}
.sidebar-nav a{
	font-size:20px;
}
.timeline{
    overflow: hidden;
}
.is_timeline_vt2 .flag {
    font-weight: 400;
    font-size: 20px!important;
    color: white;
}
.itemid-113 .page-container{
	height: auto;
}

.page-container{
	padding: 60px 0 0 0;
	    color: white;
	height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-container + .page-container {
    margin-top: 60px;
}

.desktop_introtext p{
	padding-bottom:0;
}
.is_articletimeline .mod-articles-category-introtext {
    margin: 5px 0 5px 0;
    font-size: 14px;
}
.itemid-199 .item-page,.itemid-191 .item-page,.itemid-189 .item-page .item-page,.itemid-162 .item-page,.itemid-155 .item-page,.itemid-141 .item-page,.itemid-156 .item-page,.itemid-157 .item-page,.itemid-154 .item-page,.itemid-113 .item-page:nth-child(4),.itemid-180 .item-page,.itemid-189 .item-page, .itemid-140 .item-page{
    background-image: url(../images/mail-page-bg.jpg);
    background-size: cover;
    background-position: bottom;
}
.itemid-198 .item-page,.itemid-197 .item-page,.itemid-143 .item-page,.itemid-160 .item-page,.itemid-188 .item-page,.itemid-144 .item-page,.itemid-149 .item-page,.itemid-138 .item-page,.itemid-150 .item-page,.itemid-148 .item-page,.itemid-113 .item-page:nth-child(1),.itemid-143 .item-page,.itemid-176 .item-page,.itemid-177 .item-page,.itemid-178 .item-page,.itemid-179 .item-page{
    background-image: url(../images/print-page-bg.jpg);
}
.itemid-145 .item-page,.itemid-144 .item-page,.itemid-153 .item-page,.itemid-190 .item-page,.itemid-161 .item-page,.itemid-113 .item-page:nth-child(3),.itemid-139 .item-page,.itemid-135 .item-page,.itemid-151 .item-page,.itemid-152 .item-page,.itemid-172 .item-page,.itemid-173 .item-page,.itemid-174 .item-page,.itemid-175 .item-page{
    background-image: url(../images/digital-page-bg.jpg);
}

.itemid-112 .item-page{
	background-image: url(../images/about2-bg.jpg);
}

.itemid-137 .item-page,.itemid-146 .item-page{
    background-image: url(../images/storage-bg.jpg);
}

.itemid-225 .item-page {
    position: relative;
}

.itemid-225 .item-page::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/templates/mclays/images/access-page-bg-new.jpg);
    background-size: cover;
    background-position: bottom;
    opacity: 0.6; /* Adjust the opacity as needed */
}

.itemid-147 .item-page{
    background-image: url(../images/Distribution-bg.jpg);
}

.itemid-224 .item-page{
background-image: url(../images/tree-bg.jpg);
    background-size: cover;
    background-position: center;
}


.article-images{
	padding:15px;
}

.page-content{
        max-width: 1800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	overflow: hidden;
}
.page-flex{
    display: flex;
	align-items: center;
}

.page-left{
    flex: 60%;
}

.page-left h2{
    font-size: 40px;
    font-weight: 400;
}
.page-right{
    flex: 40%;
	    padding-left: 60px;
}
.page-title h1{
	font-size: 65px;
    padding-bottom: 30px;
    font-weight: 400;
    line-height: 1em;
}
.items-leading {
    display: flex;
    flex-wrap: wrap;
}

.items-leading > *{
	width: 32.333%;
    margin: 40px 0.5%;
    position: relative;
    transition: 0.3s;
    background-color: #222222;
    color: white;
	    box-shadow: 5px 5px 15px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 40%);
    -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}

.items-leading > *:hover{
	transform: scale(0.98);
}

.news-page .readmore .btn {
    position: absolute;
    bottom: 10px;
    left: 20px;
	background: rgb(39,127,198);
    background: linear-gradient(90deg, rgba(39,127,198,1) 0%, rgba(36,84,170,1) 100%);
}

.news-page .readmore .btn:hover {
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px rgb(39,127,198);
	color:white!important;
}

.news-page .items-leading p {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 0 45px 0;
}

.news-page .items-leading p:first-child {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 0 20px 0;
}

.news-page .items-leading img{
    width: 100%;
}

.news-page.blog .page-header{
	padding: 0 20px!important;
}

.news-page.blog .page-header a{
	font-size:22px;
	line-height:1.4em;
}

.news-page.blog .blog-text{
	padding:0 20px;
}
.contact-boxes{
    display: flex;
	padding:30px 0;
	gap: 20px;
}

.contact-box{
	    flex: 32.333%;
    background-color: #222222;
    color: white;
    text-align: center;
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	transition:ease-in-out 0.3s;
}

.contact-box a,.contact-box p{
	margin-bottom:0;
	    font-size: 20px;
    line-height: 1.6em;
}

.contact-box:hover {
    background-color: #222222;
	color:white;
	    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #222222;
}

.contact-box .fa-map-marker-alt {
    color: inherit;
}

.contact-box .fab:hover, .far:hover, .fas:hover, .socials-bottom a:hover {
    color: inherit;
}

.second-heading{
    font-weight: 400;
    font-size: 50px;
}

.second-heading a{
    font-weight: 400;
    font-size: 50px;
}

.second-heading a:hover{
    font-size: inherit;
    color:white;
}

.itemid-101 .container{
	display:none;
}

.djslider-default .navigation-container img {
    box-shadow: none;
    width: 36px;
    height: 61px;
    object-fit: contain;
}

@media(min-width:1600px){
.djslider-default .slide-desc {
    position: absolute;
    bottom: unset!important;
    top: 50%;
    transform: translateY(-50%);
}
}

@media(max-width:1300px){
	.section-title {
    font-size: 30px;
}
	a.accreditation-item__info--btn {
	bottom: 11%;
  	left: 2%;
	}
}

@media(max-width:1200px){
	.accesibility-flex {
    flex-direction: column;
}
	.accesibility-right {
		padding-top:20px;
		padding-left:0;
}
	.intro-block-item {
    padding: 20px;
    min-height: 700px;
}

	.section-info .regular-text {
    padding-bottom: 10px;
}
	.regular-text {
    font-size: 16px;
}
	.intro-blocks-flex {
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
}

	.itemid-112 .page-content {
margin-top: 150px;
}

@media(max-width:1200px){
	.slide-desc-text-default {
    text-align: center!important;
}
	.section-info {
    max-width: 100%;
}

	.djslider-default .slide-desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset!important;
		left: 0px!important;
    padding: 0 35px;
}
	.djslider-default img.dj-image {
        object-fit: cover;
    height: 60vh!important;
    opacity: 0.3;
    object-position: center;
}
	.djslider-default ul.djslider-in>li {
    height: 60vh!important;
}
	.djslider-default {
    height: 60vh!important;
}
	.djslider-loader-default {
    padding: 0!important;
}
}

@media(max-width:1100px){
	.results-flex {
    padding: 40px 0;
}
	.overview-flex {
    padding: 20px 0;
}
	.black-box-flex {
    padding: 0px 20px;
}
	.client-quote-flex {
    margin: 0px -20px;
    padding: 0px 20px;
}
	.banner-case-study,.banner-case-study-2,.banner-case-study-3 {
    padding: 40px 20px;
    margin: 0px -20px;
}
	.solution-flex {
    padding: 40px 20px;
    margin: 0px -20px;
}
	.itemid-228 .item-page > div{
	    padding: 0 20px 0 20px;
}
	.chat-flex {
    padding: 20px;
    margin: 0px -20px;
}
	.itemid-225 .page-left ul li {
    width: calc(100% - 20px);
}
	.black-box{
	padding: 20px;
	text-align: center;
	margin-bottom:30px;
}
	.white-box{
	padding: 20px;
	text-align: center;
}
	.header-flex-left a + a{
    margin-left:20px;
}

.green-mclays-list{
	color: white;
}
	.video-flex {
    flex-direction:column;
}
	
.video-left {
    padding: 0;
	margin-bottom:30px;
}
	.video-right {
    padding: 0;
	margin-bottom:30px;
}
	.page-header,.itemid-163 .page-header {
    padding: 20px 20px 0 20px!important;
}
	#sidebar {
    padding: 20px 0 0 20px;
}
	.span9 .item-page > div {
    padding: 20px;
}
	.blog{
    padding: 20px;
}
	.footer-menu ul li a {
    padding: 0;
}
	.footer-menu .nav-child {
   display:none;
}
	.page-container + .page-container {
    margin-top: 20px;
}
	.intro-block-text p{
	font-size:20px;
}
		.items-leading > * {
    width: 49%;
}
	.second-heading {
    font-size: 30px;
}
	.intro-heading {
    font-size: 30px;
}

p,a,li{
    font-size:20px;
}
.slider-heading {
    font-size: 30px;
}
.slider-subtitle {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-title{
    font-size:25px;
}
.regular-text {
    font-size: 18px;
}
.header-flex {
    padding: 20px 20px;
}
	.sticky .header-flex {
    padding: 15px 20px;
}
.slider-text {
    padding: 0 20px;
}

	.page-container{
		padding: 30px 0 0 0;
}
	.item-page > div {
    padding: 0 20px 60px 20px;
}
	.page-title h1 {
    font-size: 40px;
    padding-bottom: 30px;
}

.footer {
    padding: 30px 20px 10px 20px;
}

.footer-menu ul,.footer-menu-small ul {
    flex-direction: column;
    width: 100%;
}
.btn {
    font-size: 20px;
	    width: 100%;
}

.footer-menu ul li,.footer-menu-small ul li{
    padding:10px 0;
}
	
.footer-menu-small ul li a{
    padding: 0; 
}
.intro-blocks {
    padding: 30px 20px;
}

	h1{
    font-size:35px;
}

h2{
    font-size:30px;
}

h3{
    font-size:25px;
}

h4{
    font-size:22px;
}
}

@media(max-width:990px){
	.roman-numerals {
    margin-left: 2em;
}
	.menu-fix .item-116 .nav-child {
    left: 0;
}
	#menu-bar ul:before {
    position: absolute;
    content: "";
    background-image: url(../images/logo.png);
    width: 200px;
    height: 59px;
	background-size:contain;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}
	#menu-bar ul li ul:before{
		display:none;
	}
    .logo{
        width: 150px;
        height:auto;
    }
    .footer-image {
        position: relative;
        right: unset;
        bottom: unset;
        padding-bottom: 20px;
    }
    .footer-logo img {
        width: 250px;
    }
    .footer-image {
        width: 150px;
    }
    /*navigation*/

#menu-bar{
    background-size: cover;
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    transition: 0.5s;
    z-index: 10;
    transform: scale(0);
    padding: 0 20px;
}

#menu-bar.active{
    transform: scale(1);
}

.menu-fix ul li,.footer-menu ul li{
    position: relative;
    list-style: none;
    display: block;
    text-align: center;
    padding: 5px 30px;
}

.menu-fix ul li a{
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-bottom: 0;
	background: unset;
}
	
.menu-fix .nav>li:hover>.nav-child, .menu-fix .nav>li>a:focus+.nav-child, .menu-fix .nav li li:hover>.nav-child, .menu-fix .nav li li>a:focus+.nav-child,.footer-menu .nav>li:hover>.nav-child, .footer-menu .nav>li>a:focus+.nav-child, .footer-menu .nav li li:hover>.nav-child, .footer-menu .nav li li>a:focus+.nav-child {
    display: none;
}
	.menu-fix .nav-child,.footer-menu .nav-child{
    position: relative;
    width: 100%;
	min-width: auto;
}
	
		.menu-fix {
    width: 300px;
    position: absolute;
    top: 250px;
}

#toggle-icon{
    width: 38px;
    height: 38px;
    background-image: url(../images/menu-icon.png);
    z-index: 11;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}

#toggle-icon.active{
    width: 38px;
    height: 38px;
    background-image: url(../images/menu-close.png);
    z-index: 11;
    cursor: pointer;
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
}
	
.menu-fix ul.nav li .puls {    color: white; right: 0;    position: absolute;    top: 0;    width: 20%;    height: 100%; }

.menu-fix ul.nav li .puls::before {    content: ">";
    transform: rotate(
90deg
);
    -webkit-transform: rotate(
90deg
 );
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
        right: 0;
    position: absolute;
    top: 8px; }

.menu-fix ul.nav li .puls1 { left: 0; position: absolute; top: 0; width: 30px; }

.menu-fix .nav li {
    text-align: center;
}
.menu-fix .nav li {
    padding: 5px 0;
}
	
.footer-menu ul.nav li .puls {    color: white; right: 0;    position: absolute;    top: 0;    width: 20%;    height: 100%; }

.footer-menu ul.nav li .puls::before {    content: ">";
    transform: rotate(
90deg
);
    -webkit-transform: rotate(
90deg
 );
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
        right: 0;
    position: absolute;
    top: 5px; }

.footer-menu ul.nav li .puls1 { left: 0; position: absolute; top: 0; width: 30px; }

#toggle-icon.active{
}
.header-flex-right {
    align-items: flex-end;
}
#menu-bar ul {
    flex-direction: column;
	margin: 0;
}
}

@media(max-width:767px){
#sidebar {
    padding: 20px;
}
	.report-flex {
    flex-direction: column;
}
	.report-second-col {
    margin-left: 0;
}
	.black-box-flex {
        flex-direction: column;
        padding: 0px;
        margin: 30px 0px;
    }
    
    .black-box-2 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .overview-flex {
        padding: 30px 0;

    }
    
    .two-col-layout {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    
    .left-col {
        flex:1;
        padding: 20px 0;
    }
    
    .right-col {
        flex: 1;
        padding: 20px 0;
    }
    
    .client-quote-flex {
        padding: 0px 20px;
		margin: 0px -20px;
        
    }
    
    
    .challenge-flex {
        padding: 30px 0;
    }
    
    .solution-flex {
        padding: 30px 20px;
		margin: 0px -20px;
    }
    
    .solution-text {
        text-align: center;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .solution-icon {
        height: 50px;
        width: auto;
    }
    
    .icons-flex {
        flex-direction: column;
    }
	
	.iconbox-1 {
		max-width: 100%;
		padding: 20px 0;
	}
    
    .results-flex {
        flex-direction: column;
        padding: 30px 0;
        
    }
    
    .results-left {
        flex: 1;
        margin-right: 10px;
        margin-bottom: 30px;
    }
    
    .results-right {
        flex: 1;
        padding-left: 10px;
    }
    
    .conclusion-flex {
        padding: 30px 0;
    }
    
    .conclusion-text {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .chat-flex {
        flex-direction: column;
        padding: 30px 20px;
		margin: 0px -20px;
    }
    
    .chat-left {
        flex: 1;
        padding: 20px 0;
    }
    
    .chat-right {
        flex: 1;
        padding: 20px 0;
    }
}

@media(max-width:750px){
	.itemid-225 .item-page::before {
    background-position: bottom left;
}
	.itemid-225 .page-left {
		text-align:left;
	}
	.page-container + .page-container {
    margin-top: 20px;
}
	.items-leading > * {
    width: 100%;
    padding-left: 0;
    padding-right: 0;

}
.contact-boxes{
		flex-wrap: wrap;
	}
	.contact-box {
    flex: 100%;
}
	.contact-box + .contact-box {
    margin-left: 0;
		margin-top: 20px;
}
	.page-flex {
    flex-direction:column;
}
	.page-right {
    padding-left: 0;
	padding-top:30px;
		width:100%;
}
	.itemid-113 .page-container {
    height: auto;
}
	.page-content {
    text-align: center;
}
}
@media(max-width:700px){
	.intro-block-item {
    min-height: auto;
    width: 100%;
}
.intro-block-hover-text ul {
    padding:20px 0;
}

}
@media (max-width: 768px) {
  .accreditation-item {
    width: 100%;
	  padding: 2%;
	  margin-bottom: 2%;
	  padding-bottom: 80px;
  }

  .accreditation-item:nth-child(odd),
  .accreditation-item:nth-child(even) {
    margin: 0;
    margin-bottom: 0.5%;
  }
}
@media(max-width:600px){
	
	#menu-bar ul:before {
	width: 150px;
    height: 44px;
    margin-bottom: 20px;
}
	
		.itemid-112 .page-content {
margin-top: 100px;
}
		h1{
    font-size:30px;
}

h2{
    font-size:25px;
}

h3{
    font-size:22px;
}

h4{
    font-size:20px;
}
	.regular-text {
    font-size: 16px;
}
.logo,.sticky .logo {
    width: 100px;
}	

	#toggle-icon,#toggle-icon.active {
    width: 30px;
    height: 30px;
}
		.djslider-default img.dj-image {
    height: 80vh!important;
}
	.djslider-default ul.djslider-in>li {
    height: 80vh!important;
}
	.djslider-default {
    height: 80vh!important;
}
	.slide-desc-text-default {
    padding: 0!important;
}
	.djslider-default .slide-desc {
    padding: 0 20px;
}
	.djslider-default .navigation-container img {
    height: 35px;
}
}

// timeline override

.timeline--horizontal .timeline__items {

	transition: all 2s;
}

@media (max-width: 500px) {
		.djslider-default img.dj-image {
    height: 100vh!important;
}
	.djslider-default ul.djslider-in>li {
    height: 100vh!important;
}
	.djslider-default {
    height: 100vh!important;
}
	.banner-case-study-3b {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 600px;
	background: url(/images/ben_mob.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 60px;
	margin: 0px -60px;
    text-align: left;
	color: #fff;
}
}

@media (max-width: 380px) {
		.djslider-default img.dj-image {
    height: 150vh!important;
}
	.djslider-default ul.djslider-in>li {
    height: 150vh!important;
}
	.djslider-default {
    height: 150vh!important;
}
}



