  @charset "UTF-8";
/* CSS Document */


@import url(https://fonts.googleapis.com/css?family=Advent+Pro:400,200);

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

/* Social media icons embed code */
.fa-fw {
    width: 100%!important;
}




/* ------------------- */
/* ABCE custom colours */
/* ------------------- */


.filter-wrapper,
#content-wrapper-wide.eng-study,
#content-wrapper-wide.eng-features .col a,
#content-wrapper-wide.eng-contact {
	background-color: #525e66!important;
}
#content-wrapper-wide.eng-contact ul.social li a,
.btn, button {
	color: #525e66;
}
#content-wrapper-wide.eng-study .col a span,
#main-content #content-wrapper-wide.eng-features a h4 {
	color: #54c6d5!important;
}
.homepage #section-box-link .text a {
	color: #2b919e!important;
}
#content-wrapper-wide.eng-facilities blockquote .quote1,
#content-wrapper-wide.eng-facilities blockquote .quote2 {
	border-right: 15px solid #4fafb0;
}
.btn:hover, button:hover {
    background-color: #eee!important;
    color: #333!important;
}
.btn.active, .btn:active, button.active, button:active {
	background-color: #54c6d5!important;
    color: #fff!important;
}
#colour-box-container {
	background-color: #54c6d5!important;
	border: none 0!important;
}


.section-79803 .filter-wrapper {
	display: none;
}

#content-wrapper-wide.eng-contact {
	padding: 10px 0 40px;
}




/* -------------------- */
/* ABCE custom overides */
/* -------------------- */


#news-article img {
	width: 50%!important;
	float: right;
    margin: 10px 0 10px 20px;
}
#content-wrapper-wide.accolades {
	background-color: #ddd;
	padding-top: 40px!important;
	padding-bottom: 40px!important;
}
#content-wrapper-wide.accolades ul {
	border: none 0!important;
	margin-bottom: 0!important;
	padding-left: 20px;
}
#content-wrapper-wide.accolades ul li {
	border: none 0!important;
	background-color: transparent!important;
	font-size: 20px!important;
	padding: 10px 10px 10px 60px!important;
	background-image: url(/media/wwwlboroacuk/external/content/schoolsanddepartments/abce/abce-tick.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#content-wrapper-wide.accolades ul li small {
	display: block;
	font-size: 12px;
	margin: -5px 0 0 0!important;
	opacity: 0.6;
}
.homepage.section-108924 #section-box-link .text a {
	font-size: 17px!important;
}
.section-108924 #sidebar-search {
	display: none;
}
.section-108924 #content-wrapper-wide.container-01 {
	padding-top: 20px!important;
}
.section-108924 #content-wrapper-wide.container-02 {
	padding-top: 0px!important;
	padding-bottom: 20px!important;
}
#video-sidebar.video-wrapper a img {
	overflow: hidden;
	-webkit-clip-path: inset(18% 0 18% 0);
	clip-path: inset(18% 0 18% 0);
	margin-top: -8%;
  margin-bottom: -8%;
}


.content-wrapper #box {
	margin-top: 2rem!important;
	margin-bottom: 2rem!important;
}





#content-wrapper-wide.eng-news {
	padding-top: 0!important;
}
#content-wrapper-wide.eng-news a h2 {
	font-size: 36px!important;
	color: #2b919e;
}
#content-wrapper-wide.eng-news a:hover h2 {
	color: #000;
}
#content-wrapper-wide.eng-news a h2 span {
	font-size: 24px!important;
	font-weight: normal!important;
	color: #999!important;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding-left: 10px;
}
#content-wrapper-wide.eng-news a:hover h2 span {
	opacity: 1;
	padding-left: 20px;
}
.news-list.basic div p:nth-of-type(1) {
	display: none;
}
#main-content .news-list {
	border-top: none 0!important;
    margin: 0;
    padding: 0 0 0 50px!important;
    background-image: url(/media/wwwlboroacuk/external/styleassets/img/custom/schoolsanddeptartments/aae/news-icon.png)!important;
    background-repeat: no-repeat;
    background-position: left 8px;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#main-content .news-list:hover {
	padding: 0 0 0 55px!important;
}

#content-wrapper-wide.eng-news .newslist .content-wrapper {
	width: 100%!important;
}
#main-content .news-list h3 {
    font-size: 18px;
    border-bottom: 0;
    line-height: 1.3;
    color: #2b919e;
    margin: 0 0 0;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#main-content .news-list:hover h3 {
	color: #000;
}
#main-content .news-list .date {
	font-style: italic;
}
#content-wrapper-wide.eng-news .eventlink img {
	width: 100%;
}
#content-wrapper-wide.eng-news .eventlink a {
	display: block;
	background-color: #ddd;
	margin-top: 80px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#content-wrapper-wide.eng-news .eventlink:hover a {
	background-color: #eee;
}
#content-wrapper-wide.eng-news .eventlink h3 {
	margin: 0!important;
	padding: 15px 20px 10px;
	font-size: 30px!important;
	color: #2b919e;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#content-wrapper-wide.eng-news .eventlink:hover h3 {
	color: #000!important;
}
#content-wrapper-wide.eng-news .eventlink p {
	margin: 0!important;
	padding: 0 20px 20px;
}
#news-article img {
	width: 50%!important;
	float: right;
    margin: 10px 0 10px 20px;
}
#news-article blockquote {
	font-style: italic!important;
	font-weight: bold!important;
	border-left: 5px solid #eee;
    margin-left: 0;
    padding-left: 20px;
}
#news-article blockquote p {
	color: #999!important;
}
.default #main-content .news-list h3 {
	font-family: "Helvetica Nue", Helvetica, Arial, sans-serif!important;
}






/* ----------------------- */
/* Engineering base styles */
/* ----------------------- */


html,
body {
	font-family: "Helvetica neue", Helvetica,Arial,sans-serif;
	text-rendering: optimizeLegibility;
    font-size: 17px!important;
    -webkit-font-smoothing: antialiased;
}



/* General styles */

#page-title {
	background-image: none!important;
}
#page-title h1,
#fwslider .slide_content_new_text h3.standard,
.homepage #section-box-link .text a,
#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
.signpost-button,
.homepage #touchslider-desktop h3,
#main-content .slide .text h3,
#main-content .news-list a h3,
#main-sidebar .sidebar h2,
#content-wrapper-wide.hero-image #text h2,
#content-wrapper-wide.hero-image #text p,
#content-wrapper-wide.eng-study .col a,
#main-content #content-wrapper-wide.eng-features h4,
.sidebar-button a,
#box h4,
#content-wrapper-wide.eng-footer strong a,
#main-content h3.block,
.picture-item__details.clearfix h3,
#content-wrapper-wide.accolades ul li {
	font-family: "DINWeb",Arial,sans-serif !important;
	letter-spacing: normal!important;
	text-transform: none!important;
}
#page-title {
	background-image: none!important;
}


#main-content h1 {
    font-weight: normal!important;
    font-size: 32px!important;
    margin-bottom: 5px!important;
    padding-bottom: 1px;
    padding-top: 16px!important;
}
#main-content h2 {
    font-family: "DINWeb",Arial,sans-serif !important;
    margin-top: 5px!important;
}
.signpost-button {
	font-size: 18px!important;
}
.homepage #main-breadcrumbs {
    background-color: #333;
}
.homepage #main-breadcrumbs ul li a.bc-home {
	background-image: url(/media/wwwlboroacuk/external/styleassets/img/default/breadcrumb-home-white.png)!important;
}
.homepage #main-breadcrumbs ul li a {
	background-image: url(/media/wwwlboroacuk/external/styleassets/img/default/breadcrumb-icon-white.png)!important;
    color: #ffffff;
}
.picture-item .picture-item__inner {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.picture-item .picture-item__inner:hover {
	background-color: #eee;
}
.picture-item__inner a {
	background-color: transparent!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.picture-item__inner:hover a {
	background-color: transparent!important;
	color: #333!important;
}
#main-content .main-page-photo img {
	border: none 0!important;
	width: 100%!important;
}




/* Content template styles */


.sidebar-button a {
	font-size: 18px!important; 
}
.default #section-box-link,
.wide #section-box-link {
	background-color: #f6f6f6;
	border: solid 1px #f6f6f6;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.default #section-box-link .signpost-title,
.wide #section-box-link .signpost-title {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.default #section-box-link:hover,
.wide #section-box-link:hover {
	background-color: #fff;
	border: solid 1px #eee;
}
.default #section-box-link:hover .signpost-title,
.wide #section-box-link:hover .signpost-title {
	color: #333!important;
}
#main-content h3.block {
	font-size: 24px;
	padding: 15px 15px 10px 20px!important;
}
.filter-wrapper {
	-webkit-border-radius: 0!important;
	border-radius: 0!important;
}
.filter-options-wrapper {
	padding: 10px 15px 5px 15px!important;
}
.deanlink {
	text-decoration: none!important;
	font-weight: bold;
	font-size: 16px!important;
	background-color: #f6f6f6;
	padding: 6px 10px;
	margin-right: 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.deanlink:hover {
	background-color: #eee;
	color: #333;
}
#main-sidebar .sidebar h2 {
	background-image: none!important;
}
#box h4 {
    color: #999;
    padding-bottom: 10px;
}
.gallerywall-item {
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	background-color: #f6f6f6!important;
	border: solid 1px #f6f6f6;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallerywall-item a img {
    width: 100%!important;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallerywall-item h3 {
	margin: 0!important;
	padding: 15px 10px 8px 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.gallerywall-item h3 span {
	display: block;
	font-size: 15px!important;
	color: #999!important;
	font-weight: normal!important;
	margin-top: 3px;
	font-family: "Helvetica neue", Helvetica,Arial,sans-serif;
}
.gallerywall-item:hover {
	border: solid 1px #eee;
	background-color: #fff!important;
}
.gallerywall-item:hover h3 {
	color: #333!important;
}

.gallerywall-item.vid-play-btn:hover {
	border: 0 none!important;
}



/* Eng homepage hero image */

#content-wrapper-wide.hero-image {
	padding: 0 0 35.6% 0!important;
	height: 0;
	background-color: #999;
	background-repeat: no-repeat;
	background-size: cover!important;
}
#content-wrapper-wide.hero-image .content-wrapper {
	position: relative;
}
#content-wrapper-wide.hero-image #text {
	position: absolute;
	top: 140px;
	left: -25px;
	border-left: solid 5px rgba(255,255,255,0.3);
	padding: 0 0 0 20px;
	margin: 0;
	width: 45%;
	opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}
#content-wrapper-wide.hero-image #text h2 {
	font-size: 42px!important;
	color: #fff!important;
	margin: 0!important;
	line-height: 1!important;
	padding-bottom: 5px;
}
#content-wrapper-wide.hero-image #text p {
	font-size: 18px!important;
	padding-right: 18%;
	color: #fff!important;
	margin: 0!important;
	line-height: 1.5!important;
}
#content-wrapper-wide.hero-image #text.dark {
	border-left: solid 5px rgba(0,0,0,0.2);
}
#content-wrapper-wide.hero-image #text.dark h2,
#content-wrapper-wide.hero-image #text.dark p {
	color: #333!important;
}
#content-wrapper-wide.hero-image #text.dark .linkbtn {
	display: inline-block;
	margin: 5px 0;
	padding: 6px 20px 6px 15px;
	background-color: #333;
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#content-wrapper-wide.hero-image #text.dark .linkbtn:hover {
	opacity: 1;
	padding: 6px 15px 6px 20px;
}
#content-wrapper-wide.hero-image #text .linkbtn {
	display: inline-block;
	margin: 5px 0;
	padding: 6px 20px 6px 15px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#content-wrapper-wide.hero-image #text .linkbtn:hover {
	opacity: 1;
	padding: 6px 15px 6px 20px;
}



/* Eng Study links */


#content-wrapper-wide.eng-study {
	padding: 20px 0 !important;
	border-top: solid 4px #333;
}
#content-wrapper-wide.eng-study .col {
	border-right: solid 1px rgba(255,255,255,0.2);
	margin-right: -1px!important;
}
#content-wrapper-wide.eng-study .col:nth-of-type(4) {
	border-right: none 0!important;
	
}
#content-wrapper-wide.eng-study h3 {
	font-size: 48px!important;
	text-transform: uppercase;
	color: rgba(255,255,255,0.3);
	margin: 0!important;
	text-align: center;
	padding: 27px 0!important;
	font-family: "DINWeb-light",Arial,sans-serif !important;
	font-weight: normal!important;
    letter-spacing: normal!important;
}
#content-wrapper-wide.eng-study .col a {
	display: block;
	padding: 20px 0 20px 20px;
	font-size: 24px!important;
	color: #fff!important;
	font-weight: bold!important;
	line-height: 1.2!important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}



#content-wrapper-wide.eng-study .col.link1 {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:0.6s;
  -moz-animation-duration:0.6s;
  animation-duration:0.6s;
  
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#content-wrapper-wide.eng-study .col.link2 {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:0.6s;
  -moz-animation-duration:0.6s;
  animation-duration:0.6s;
  
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
#content-wrapper-wide.eng-study .col.link3 {
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:0.6s;
  -moz-animation-duration:0.6s;
  animation-duration:0.6s;
  
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}
#content-wrapper-wide.eng-study .col a span {
	font-size: 20px!important;
	font-weight: normal!important;
	text-transform: uppercase!important;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#content-wrapper-wide.eng-study .col a:hover {
	padding: 20px 0 20px 25px;
}
#content-wrapper-wide.eng-study .col a:hover span {
	color: #fff!important;
}








/* Eng Main homepage links */



.homepage #content-wrapper-wide.container-01 {
	padding-bottom: 0!important;
}

.homepage #section-box-link {
	background-color: #ddd!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.homepage #section-box-link .text a {
	padding: 20px 20px 10px;
	font-weight: bold!important;
	font-size: 30px!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.homepage #section-box-link .text em {
	font-size: 14px!important;
	line-height: 1.3!important;
}
.homepage #section-box-link:hover {
	background-color: #eee!important;
}
.homepage #section-box-link:hover .text a {
	color: #333!important;
}







/* Eng Facilities and Student profile quote */

#content-wrapper-wide.eng-facilities {
	padding-top: 0!important;
}
#content-wrapper-wide.eng-facilities a {
	display: block;
	background-color: #ddd;
	background-size: 100%;
	background-repeat: no-repeat;
}

#content-wrapper-wide.eng-facilities a .panel {
	background-color: #ddd;
	width: 50%;
	border: solid 20px #ddd;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#content-wrapper-wide.eng-facilities a:hover .panel {
	background-color: #eee;
	border: solid 20px #eee;
}
#content-wrapper-wide.eng-facilities .facilities .panel {
	float: left;
}
#content-wrapper-wide.eng-facilities .facilities ul {
	margin: 1px 0!important;
	padding: 0!important;
	border: none 0!important;
}
#content-wrapper-wide.eng-facilities .facilities ul li {
	background-color: transparent!important;
	border: none 0!important;
	background-position: 0px 3px;
	padding: 1px 10px 1px 25px;
}
#content-wrapper-wide.eng-facilities .quote .panel {
	float: right;
	
}
#content-wrapper-wide.eng-facilities a .panel h2 {
	color: #2b919e!important;
	margin: 0!important;
	font-size: 36px!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#content-wrapper-wide.eng-facilities a:hover .panel h2 {
	color: #333!important;
}
#content-wrapper-wide.eng-facilities .panel h3 {
	font-size: 15px!important;
	font-weight: normal!important;
	text-transform: uppercase;
	margin: -5px 0 0 0!important;
	color: #999!important;
}
#content-wrapper-wide.eng-facilities blockquote {
	margin: 10px 20px 0 0;
	padding-left: 50px;
	font-style: italic;
	font-size: 15px!important;
	position: relative;
}
#content-wrapper-wide.eng-facilities blockquote .quote1 {
	position: absolute;
	top: 5px;
	left: 2px;
	height: 17px;
	width: 0;
	border-right: 15px solid #ccc;
	border-top: 10px solid transparent;	
}
#content-wrapper-wide.eng-facilities blockquote .quote2 {
	position: absolute;
	top: 5px;
	left: 22px;
	height: 17px;
	width: 0;
	border-right: 15px solid #ccc;
	border-top: 10px solid transparent;	
}




/* Eng Features */

#content-wrapper-wide.eng-features {
	background-color: #ddd;
}
#content-wrapper-wide.eng-features .col a {
	display: block;
	background-color: #333;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#content-wrapper-wide.eng-features .col a:hover {
	background-color: #333!important;
}
#main-content #content-wrapper-wide.eng-features h4 {
	padding: 15px 20px 5px 20px;
	font-size: 18px!important;
	margin: 0!important;
	color: rgba(255,255,255,0.6)!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#main-content #content-wrapper-wide.eng-features a:hover h4 {
	color: #fff!important;
}
#content-wrapper-wide.eng-features .col img {
	width: 100%;
}
#main-content #content-wrapper-wide.eng-features a p {
	margin: 0px!important;
	padding: 0 20px 15px 20px;
	color: #fff;
	opacity: 0.6;
	font-size: 14px!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#main-content #content-wrapper-wide.eng-features a:hover p {
	opacity: 1;
}





/* Eng homepage contact */


#content-wrapper-wide.eng-contact .logos img {
	padding-right: 2em;
	padding-top: 5em;
	float: right;
}
#content-wrapper-wide.eng-contact h3 {
	font-family: "DINWeb",Arial,sans-serif !important;
	font-weight: normal!important;
	font-size: 36px!important;
	color: #fff!important;
	opacity: 0.5;
}
#content-wrapper-wide.eng-contact p {
	margin: 0!important;
}
#content-wrapper-wide.eng-contact p a {
	color: #fff!important;
}
#content-wrapper-wide.eng-contact p a.phone {
	font-family: "DINWeb",Arial,sans-serif !important;
	font-weight: bold;
	font-size: 30px!important;
	color: #fff!important;
	opacity: 0.9;
	display: inline-block;
	clear: both;
}

#content-wrapper-wide.eng-contact p a.phone:hover {
	opacity: 1;
}
#content-wrapper-wide.eng-contact p a.phone span {
	font-weight: normal;
}
#content-wrapper-wide.eng-contact p a.email {
	font-family: "DINWeb",Arial,sans-serif !important;
	font-size: 18px!important;
	color: #fff!important;
	opacity: 0.9;
	display: inline-block;
	clear: both;
	height: 26px;
}

#content-wrapper-wide.eng-contact p a.email:hover {
	opacity: 1;
}
#content-wrapper-wide.eng-contact p.address {
	color: #fff;
	opacity: 0.5;
	margin-top: 12px!important;
	clear: both;
}

#content-wrapper-wide.eng-contact ul.social {
	margin: 30px 0 0 0!important;
	padding-left: 2px;
	border: none!important;
	display: block;
	height: 50px;
	overflow: hidden;
}
#content-wrapper-wide.eng-contact ul.social li {
	background-color: transparent!important;
	background-image: none;
	display: block;
	float: left;
	margin: 2px 8px 0 0!important;
	padding: 0!important;
	border: none!important;
	line-height: 0!important;
}
#content-wrapper-wide.eng-contact ul.social li a {
	text-decoration: none!important;
	font-size: 24px;
	line-height: 0!important;
	display: block;
	height: 45px;
	width: 45px;
	padding: 0;
	opacity: 0.6;
	margin-top: 0px;
	margin-left: 0px;

	-webkit-border-radius: 30px;
border-radius: 30px;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#content-wrapper-wide.eng-contact ul.social li a span {
	display: block;
	height: 45px;
	width: 45px;
	text-indent: -1000px!important;
	background-size: 45px 45px;
	background-position: center center;
	background-repeat: no-repeat;
}
#content-wrapper-wide.eng-contact ul.social li a:hover {
	opacity: 1;
}


#content-wrapper-wide.eng-contact ul.social li a span.twitter {
	background-image: url('/media/wwwlboroacuk/external/styleassets/img/icons/icon-twitter-white.png');
}
#content-wrapper-wide.eng-contact ul.social li a span.facebook {
	background-image: url('/media/wwwlboroacuk/external/styleassets/img/icons/icon-facebook-white.png');
}
#content-wrapper-wide.eng-contact ul.social li a span.instagram {
	background-image: url('/media/wwwlboroacuk/external/styleassets/img/icons/icon-instagram-footer-white.png');
}
#content-wrapper-wide.eng-contact ul.social li a span.linkedin {
	background-image: url('/media/wwwlboroacuk/external/styleassets/img/icons/icon-linkedin-white.png');
}








/* Eng Footer */


#content-wrapper-wide.eng-footer {
	color: rgba(255,255,255,0.3);
	clear: both!important;
	background-color: #333;
}
#content-wrapper-wide.eng-footer a {
	color: rgba(255,255,255,0.6)!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#content-wrapper-wide.eng-footer a:hover {
	color: rgba(255,255,255,1)!important;
}
#content-wrapper-wide.eng-footer strong a {
	border: solid 1px rgba(255,255,255,0.2);
	display: block;
	float: right;
	padding: 10px 20px;
	margin-top: -10px!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#content-wrapper-wide.eng-footer strong a:hover {
	background-color: rgba(255,255,255,1);
	border: solid 1px rgba(255,255,255,1);
	color: rgba(0,0,0,1)!important;
}








/* ----------------- */
/* Responsive styles */
/* ----------------- */


@media (max-width: 1220px) {
	
	
#content-wrapper-wide.hero-image #text {
	    top: 60px!important;
	    left: 20px!important;
}
#content-wrapper-wide.hero-image #text h2 {
    font-size: 36px!important;
}
#content-wrapper-wide.hero-image #text p {
    font-size: 15px!important;
}
	
}

@media (max-width: 880px) {
	
	
	
#content-wrapper-wide.hero-image #text {
	position: relative!important;
	top: 0!important;
	left: -30px!important;
	width: 100%!important;
	background-color: rgba(0,0,0,0.5);
	border: none 0!important;
	padding: 20px 40px;
	margin-top: 20px!important;
}	
	
	
	
#content-wrapper-wide.eng-study .span_1_of_4 {
	width: 97%!important;
}
#content-wrapper-wide.eng-study h3 {
	text-align: left!important;
	padding: 0 0 0 1.6%!important;
}
#content-wrapper-wide.eng-study .col {
	border-right: none 0!important;
}
#content-wrapper-wide.eng-study .col p {
	margin: 0!important;
}
#content-wrapper-wide.eng-study .col a {
    padding: 12px!important;
    border: solid 1px rgba(255,255,255,0.3);
}
#content-wrapper-wide.eng-study .col a span {
	display: inline!important;
}
	

#content-wrapper-wide.eng-facilities .span_1_of_2 {
	width: 100%!important;
}
#content-wrapper-wide.eng-facilities .span_1_of_2.col {
	margin-left: 0!important;
}
#content-wrapper-wide.eng-facilities .panel {
	min-height: 280px!important;
}


#content-wrapper-wide.eng-footer {
	padding-top: 20px!important;
}
#content-wrapper-wide.eng-footer strong a {
	float: left!important;
}
#content-wrapper-wide.eng-footer p {
	padding-left: 20px!important;
	margin-top: 0;
}
	
	
	
	
	
}
@media (max-width: 660px) {
	
	
#content-wrapper-wide.eng-facilities .panel {
	min-height: 200px!important;
}
#content-wrapper-wide.eng-contact .span_1_of_2 {
	width: 100%!important;
}
#content-wrapper-wide.eng-contact h3,
#content-wrapper-wide.eng-contact p {
	padding-left: 20px!important;
}
#content-wrapper-wide.eng-contact .logos {
	padding-left: 4px!important;
}
#content-wrapper-wide.eng-contact .logos img {
	float: left!important;
	padding: 0!important;
}
#content-wrapper-wide.eng-contact ul.social {
	padding-left: 20px!important;
}

	
	
	
	
}
@media (max-width: 500px) {
	
	
	
	
#content-wrapper-wide.hero-image {
	padding: 0!important;
	height: auto!important;
	background-image: none!important;
	background-color: #000!important;
}
#content-wrapper-wide.hero-image #text {
	margin-top: 0px!important;
}	
#content-wrapper-wide.hero-image .content-wrapper {
	padding: 0!important;
}
#content-wrapper-wide.eng-facilities a {
	padding-top: 44.87%!important;
}
#content-wrapper-wide.eng-facilities a .panel {
	float: none!important;
	width: 100%!important;
}
	
	
	
	
}
