@charset "utf-8";
@import url("font-awesome.min.css");
@import url("flaticon.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
/* CSS Document */
/* Common */
html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
      -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
} 

body {
  line-height: 1.5;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300;
  background:#FFF;
  font-size:16px;
  max-width:100%;
  height:100%;
  -webkit-font-smoothing: antialiased;
}

.site-name{
display:none !important;	
}

#block-b2u-b2u-block-1{
	float:left;
	margin-left:10%;
	color:#FFF;
	font-weight:bold;	
}

.site-slogan{
	display:none !important;
}

#block-b2u-b2u-block-10{
	float:right;
	margin-right:0%;	
}

#block-b2u-b2u-block-10 img{
	width:30px;
	height:auto;
	margin:0 5px;	
}

#edit-mail--description, #edit-name--description, #edit-pass--description{
	display:none;	
}

#block-b2u-content{
	width:90%;
	float:left;
	margin:20px 5%;
	padding:20px 0px;	
}

.path-node #block-b2u-content{
	width:90%;
	float:left;
	margin:20px 5%;
	padding:20px 0px;	
}

.path-node article{
	float:left;
	width:100%;	
}

.path-node article .links{
	width:30%;
	min-width:300px;
	float:right;
	text-align:right;
	margin-right:2%;	
}

.rrssb{
	margin-top:20px;
	float:left;
	margin-left:2%;	
}

.rrssb .rrssb-buttons .rrssb-text {
    display: none;
}

.rrssb .rrssb-buttons .rrssb-icon {
    position: relative;
    left: 15%;
}

.rrssb .rrssb-buttons a {
    width: 2.5em;
    height: 2.5em;
}

select{
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(../images/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 0px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 150px;
}

.form-text, .form-email, .form-tel{
	 -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
    background-image: -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 0px;
    padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 200px;
}

form .form-wrapper .description{
	font-style:italic;
	color:#999;	
}


/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  letter-spacing: -0.25px;
}

p { font-size: 1rem; }             /* 16px */

/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*------------------------------------------*/
/*   CONTENT LIST
/*------------------------------------------*/

ul.content-list {
  list-style: disc;
  margin-left: 15px;
}

ul.content-list li {
  font-size: 1rem;
  margin-bottom: 7px;
}

ul.content-list li p,
ul.content-list li:last-child {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*   Begin style content
/*------------------------------------------*/
#block-b2u-local-tasks{
	position:relative;
	z-index:300;	
}

#top_section{
	width:90%;
	height:50px;
	float:left;
	padding:4px 5%;
	background: rgb(13,60,124);
background: linear-gradient(90deg, rgba(13,60,124,1) 0%, rgba(34,109,167,1) 35%, rgba(61,153,182,1) 71%, rgba(0,185,255,1) 100%);
	vertical-align:bottom;
	position:relative;
	z-index:50;
	margin-top:-20px;	
}

#top_sub_section{
	float:left;
	width:90%;
	padding:0.3% 5%;
	position:relative;
	z-index:15;
	background:none;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	margin-top:18px;	
}

#top_sub_section img{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top_float{
	margin-top:0px !important;
	position:fixed !important;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	width:90%;
	padding:3% 2%;
	border-radius:0px 0px 5px 5px;
}

.top_float .site-logo img{
	height:50px !important;
	width:auto;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;	
}

#block-b2u-branding{
	float:left;
	max-width:360px;
	position:absolute;
	top:0px;
	z-index:40;	
}

.site-name, #block-sitenamecolourful{
	float:left;
	margin-top:20px;
	margin-left:15px;	
}

.site-name a{
	font-size:24px;
	font-weight:500;	
}

.block-b2u-branding .site-logo{
	position:relative;
	float:left;
	margin-top:8px;
}

.block-b2u-branding .site-logo img{
	height:80px;
	padding:5px;
	background:#FFF;
	border-radius:10px;
	width:auto;
	transition:ease-in-out 0.5s;	
}

.block-b2u-branding .site-logo:hover img{
	height:120px;
	width:auto;
	transition:ease-in-out 0.5s;
	position:relative;
	z-index:50;
}

#block-topheadercontactsection{
	float:left;
	margin-left:10%;
	max-width:360px;
}

#block-topheadercontactsection li{
	display:inline-block;
	position:relative;	
	text-align:left;
	vertical-align:top;
	width:140px;
	padding-left:30px;	
}

#block-topheadercontactsection li p{
	height:20px;
	color:#FFF;
	font-size:12px;
	line-height:0.1;
	float:left;
	width:90%;
}

#block-topheadercontactsection li:nth-child(1) p:nth-child(1), #block-topheadercontactsection li:nth-child(2) p:nth-child(1){
	font-size:14px;
	font-weight:bold;	
}

#block-topheadercontactsection li:nth-child(1) p:nth-child(2), #block-topheadercontactsection li:nth-child(2) p:nth-child(2){
	font-size:14px;
	margin-top:-15px;
}

#slideshow{
float:left;
width:90%;
padding:0 5%;
margin-top:85px;
}

.path-frontpage #slideshow{
width:100%;
padding:0;
background:none;	
}

#slideshow .views-field-field-slide-image{
	background:#000;	
}

#slideshow .views-field-field-slide-image img{
	opacity:0.9;	
}

#slideshow .views-field-field-slide-text{
	float:left;
	width:100%;
	margin-top: -270px;
	position:relative;
	z-index:55;
	background:url(../images/gradient.png);
	background-size:contain;
	height:270px;
		
}

 #slideshow .views-field-field-slide-text .field-content{
	 border-left:5px solid #39F;
	 margin-left:10%;
	 padding-left:10px;
	 font-size:32px;
	font-weight:bold;
	color:#FFF;
	line-height:95%;
	background:url(../images/trending.png) no-repeat;
	background-size:17%;
	background-position:top left;
	padding-top:40px;
	width:50%;
 }

#views_slideshow_controls_text_pause_slideshow-block_1{
	display:none;	
}

#views_slideshow_controls_text_next_slideshow-block_1 a{
	float:right;
	margin-right:2%;
	margin-top: -500px;
	position:relative;
	z-index:80;
	width:50px;
	height:50px;
	min-width:30px;
	min-height:50px;
	color:transparent;	
	display:none;
	background:url(../images/next-slide.png) no-repeat;
	background-size:contain;
	transition:ease-in-out 0.4s;
}

#views_slideshow_controls_text_next_slideshow-block_1 a:hover{
	display:block;
	transition:ease-in-out 0.4s !important;	
}

#views_slideshow_controls_text_slideshow-block_1{
  display: inline-block;
  width:100%;
  height:0px;
}

#slideshow:hover #views_slideshow_controls_text_next_slideshow-block_1 a, #slideshow:hover #views_slideshow_controls_text_previous_slideshow-block_1 a{
	display:block;
	transition:all 0.4s;
}

#slideshow #views_slideshow_controls_text_next_slideshow-block_1 a:hover, #slideshow #views_slideshow_controls_text_previous_slideshow-block_1 a:hover{
	display:block;
	transition:all 0.4s;
}


#views_slideshow_controls_text_previous_slideshow-block_1 a{
	float:left;
	margin-top: -500px;
	margin-left:2%;
	position:relative;
	z-index:80;
	width:50px;
	height:50px;
	min-width:30px;
	min-height:50px;
	color:transparent;
	display:none;
	background:url(../images/prev-slide.png) no-repeat;
	background-size:contain;
	transition:ease-in-out 0.4s;
	
}

#views_slideshow_controls_text_previous_slideshow-block_1 a:hover{
	display:block;
	transition:ease-in-out 0.4s;		
}

#block-b2u-page-title{
	
}

#content-area #block-b2u-breadcrumbs{
	float:left;
	height:50px;
	padding-top:0px;
	/*background:#B6D0F1; */
	position:relative;
	margin-bottom:-25px;
	margin-left:50px;
	display:none;
}

#content-area #block-b2u-breadcrumbs li{
	display:inline-block;
	color:#FFF;	
}

#content-area #block-b2u-breadcrumbs li a{
	color:#FFF;
}

#content-area #block-b2u-breadcrumbs li::before{
	font-size:20px;
	content: ' »';	
}

#content-area #block-b2u-breadcrumbs li:nth-child(1)::before{
	content: " ";	
}



table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 10px 15px !important;
  border: 0px solid #f4f4f4;
  text-align: left; /* LTR */
}

tr td{
	font-size: 0.875rem;
    line-height: 1.4;
    font-family: "Poppins", Helvetica, sans-serif;
}

tr td a{
	color:#06F;
	font-weight:bold;	
}


 /* table sorter */
 
 .headerSortDown:after,
.headerSortUp:after {
  content: ' ';
  position: relative;
  left: 2px;
  border: 8px solid transparent;
}

.headerSortDown:after {
  top: 10px;
  border-top-color: silver;
}

.headerSortUp:after {
  bottom: 15px;
  border-bottom-color: silver;
}

.headerSortDown,
.headerSortUp {
  padding-right: 10px;
}


nav.pager{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* search box */
#block-b2u-search{
	position:relative;
	z-index:10;
	float:right;
	right:100px;
	top:10px;	
}

/* account menu */
#block-b2u-account-menu{
	float:right;
	text-align:center;
	position:relative;
	right:0px;
	padding-right:15px;
	padding-left:10px;
	margin-top:15px;
  z-index:200;
}


/* ================================== */
/* menu - We Megamenu */
/* ================================== */

.top_float #block-mainmenu{
	margin-top:10px;
}

#block-mainmenu{
	position:relative;
	z-index:70;
	float:left;
	margin-left:15% !important;
	margin-top:-22px;
	background:#0e0d0d;
	padding:0 2px;
	height:58px;
	display: inline-block;	
}

#block-mainmenu:before {
	z-index: -1;
		content: "";
		position: absolute;
		left: -4%;
		top: 0;
		height: 100%;
		width:20%;
		background-color: inherit;
		-webkit-transform: skewX(40deg);
		-moz-transform: skewX(40deg);
		-ms-transform: skewX(40deg);
		transform: skewX(40deg);
}

#block-mainmenu:after {
	position: absolute;
		z-index: -1;
		content: "";
		right: -4%;
		top: 0;
		height: 100%;
		width: 20%;
		background-color: inherit;
		-webkit-transform: skewX(-40deg);
		-moz-transform: skewX(-40deg);
		-ms-transform: skewX(-40deg);
		transform: skewX(-40deg);
}


#block-mainmenu nav{
	background:transparent !important;	
}

#block-mainmenu a, #block-mainmenu ul li, #block-mainmenu ul{
	background:none !important;
	color:#fff;
}

#block-mainmenu a:hover{
color:#09f;	
}

#block-mainmenu ul li ul li a{
color:#1B1B1B	
}



#block-mainnavigation .we-mega-menu-ul a{
	position:relative !important;
	z-index:400 !important;
}


/* page footer styling */
footer#page-footer{
	float:left;
	width:96%;
	padding:15px 2%;
	background: rgb(1,22,34);
background: linear-gradient(90deg, rgba(1,22,34,1) 0%, rgba(3,64,88,1) 35%, rgba(3,95,130,1) 100%);
	color:#FFF;
}


/* slideshow */
.path-frontpage #slideshow{
	float:left;
	width:100%;
	overflow-x:hidden;
	position:relative;
	z-index:5;
   margin-top:-85px;
}



#block-views-block-slideshow-block-1{
	float:left;
	width:100%;	
}

#block-views-block-slideshow-block-1 .views-field-field-slide img{
	width:100% !important;
	height:auto !important;	
}

#block-views-block-upcoming-events-block-2{
	background:#FFF;
	float:left;
	margin-left: 4%;
	margin-top:-150px;
	position:relative;
	z-index:200;
	padding:30px 20px;
	padding-top:70px;
}

#block-views-block-upcoming-events-block-2 h2{
	color:#FFF;
	font-size:16px;
	background:#09F;
	padding:5px 10px;
	float:left;
	margin-top:-70px;
	margin-left:-20px;
	position:relative;
	display:inline-block;	
}

#block-views-block-upcoming-events-block-2 h2:after {
	position: absolute;
		z-index: -1;
		content: "";
		right: -10%;
		top: 0;
		height: 100%;
		width: 20%;
		background-color: inherit;
		-webkit-transform: skewX(-40deg);
		-moz-transform: skewX(-40deg);
		-ms-transform: skewX(-40deg);
		transform: skewX(-40deg);
}

#block-views-block-upcoming-events-block-2 .item-list{
	width:100%;	
}

#block-views-block-upcoming-events-block-2 .item-list ul li{
	float:left;
	width:200px;
	margin:0 6px;
}

#block-views-block-upcoming-events-block-2 .item-list ul li .views-field-field-event-type{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	background:#09F;
	padding:5px 10px;
	float:left;
	position:absolute;
	opacity:1.0;
	z-index:400;
}

#block-views-block-upcoming-events-block-2 .item-list ul li .views-field-field-event-type:after {
	position: absolute;
		z-index: -1;
		content: "";
		right: -20%;
		top: 0;
		height: 100%;
		width: 40%;
		background-color: inherit;
		-webkit-transform: skewX(-40deg);
		-moz-transform: skewX(-40deg);
		-ms-transform: skewX(-40deg);
		transform: skewX(-40deg);
}

#block-views-block-upcoming-events-block-2 .item-list ul li .views-field-field-event-image{
background:#000;	
}

#block-views-block-upcoming-events-block-2 .item-list ul li .views-field-field-event-image img{
	opacity:0.6;
	margin-bottom:-7px;	
}

#block-views-block-upcoming-events-block-2 .item-list ul li:hover .views-field-field-event-image img{
	opacity:1.0;
	transition:ease-in-out 0.4s;	
}

#block-views-block-upcoming-events-block-2 .item-list ul li .views-field-field-event-date time{
	font-weight:normal;
	padding-left:30px;
	background:url(../images/clock.png) no-repeat;
	background-size:10%;
	background-position:left;	
}

#block-views-block-upcoming-events-block-2 .item-list ul li .views-field-field-event-date{
	float:left;
	padding:0px 5%;
	padding-top:5px;
	margin-top: -84px;
	position:relative;
	font-weight:bold;
	background:url(../images/trans_blk.png);
	width:90%;
	color:#FFF;
	height:80px;	
}

#block-views-block-upcoming-events-block-2 .item-list ul li .views-field-title-1{
	float:left;
	padding:0px 5%;
	padding-top:5px;
	margin-top: -84px;
	position:relative;
	font-weight:bold;
	background:url(../images/trans_blk.png);
	width:90%;
	color:#FFF;
	height:80px;	
}

#block-views-block-upcoming-events-block-2 .item-list ul li .views-field-title-1 time{
    font-weight:200px;	
}

#block-views-block-upcoming-events-block-2 .item-list ul li:hover .views-field-title-1{
	background:#09f;
	transition:ease-in-out 0.4s;	
}

#block-views-block-upcoming-events-block-2 .item-list ul li .views-field-field-event-date a{
	color:#FFF;
	font-weight:bold;	
}

#block-views-block-upcoming-events-block-2 nav.pager{
	float:right;
	margin-top:-310px;	
}

#block-views-block-news-block-1{
	position:relative;
	z-index:400;
	float:right;
	margin-right:4%;
	margin-top:-220px;
	max-width:280px;
	padding:20px;
	background:#FFF;	
}

#block-views-block-news-block-1 h2{
	color:#FFF;
	font-size:16px;
	background:#09F;
	padding:5px 10px;
	float:left;
	margin-top:-20px;
	margin-left:-20px;
	position:relative;
	display:inline-block;	
}

#block-views-block-news-block-1 h2:after {
	position: absolute;
		z-index: -1;
		content: "";
		right: -10%;
		top: 0;
		height: 100%;
		width: 20%;
		background-color: inherit;
		-webkit-transform: skewX(-40deg);
		-moz-transform: skewX(-40deg);
		-ms-transform: skewX(-40deg);
		transform: skewX(-40deg);
}

#block-views-block-news-block-1 .item-list li{
	float:left;
	margin:7px 0px;
	width:100%;
	background:#FFF;
	transition:ease-in-out 0.4s;	
}



#block-views-block-news-block-1 .item-list li .views-field-nid{
	font-size:13px;
	font-weight:bold;
	margin-left:8px;
	
}

#block-views-block-news-block-1 .item-list li:hover a{
	color:#09f;
	transition:ease-in-out 0.4s;	
}

#block-views-block-news-block-1 .item-list li .views-field-created{
	margin-left:8px;
	font-size:12px;
	margin-top:5px;

}

#block-views-block-news-block-1 .views-field-field-news-image{
	float:left;
	margin-right:6px;	
}

#block-views-block-news-block-1 .views-field-field-news-image img{
	width:80px;
	height:auto;	
}

/**************************************************   open piece jobs list   *****************************************/

#content-area{
	background:#fff;
	width:88%;
	margin:20px 4%;
	padding:20px;
	border-radius:6px;
	position:relative;
	text-align:left;
	float:left;
}

.path-node #page-wrapper{
	background:#eee;	
}


.path-frontpage #section_1{
	background:#efefef;
	float:left;
	width:100%;	
	height:300px;
	margin-top: -250px;
	position:relative;
}

.path-frontpage #section_2{
	background:#efefef;
	float:left;
	width:100%;	
}

.path-frontpage #section_2 .container{
	background:#fff;
	float:left;
	margin:10px 5%;	
}

.path-frontpage #section_2 #block-views-block-facilities-block-1{
	float:left;
	background:#FFF;
	padding:30px;
	width:38%;	
}

.path-frontpage #section_2 #block-views-block-facilities-block-1 h2{
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	background:#09F;
	padding:5px 10px;
	float:left;
	position:absolute;
	opacity:1.0;
	z-index:400;
	margin-top:-30px;
	margin-left:-30px;
}

.path-frontpage #section_2 #block-views-block-facilities-block-1 h2:after {
	position: absolute;
		z-index: -1;
		content: "";
		right: -20%;
		top: 0;
		height: 100%;
		width: 40%;
		background-color: inherit;
		-webkit-transform: skewX(-40deg);
		-moz-transform: skewX(-40deg);
		-ms-transform: skewX(-40deg);
		transform: skewX(-40deg);
}
 
 .path-frontpage #section_2 #block-views-block-facilities-block-1 .views-field-field-facility-image{
	 background:#000; 
 }
 
 .path-frontpage #section_2 #block-views-block-facilities-block-1 img{
	 width:100%;
	 height:auto;
	 opacity:1.0;
	 margin-bottom:-7px; 
 }
 
 .path-frontpage #section_2 #block-views-block-facilities-block-1 .views-field-field-facility-image:hover img{
	 opacity:0.8;
	 transition:ease-in-out 0.4s;
 }
 
 .path-frontpage #section_2 #block-views-block-facilities-block-1 .views-field-title{
	 float:left;
	 position:relative;
	 margin-top: -70px;
	 margin-left:10px;
 }

 .path-frontpage #section_2 #block-views-block-facilities-block-1 .views-field-title a{
	 color:#FFF;
	 font-size:24px;
	 font-weight:bold; 
 }
 
 .path-frontpage #section_2 #block-views-block-facilities-block-1 .views-field-title a:hover{
	 color:#09f; 
 }
 
 .path-frontpage #section_2 #block-views-block-facilities-block-1 .views-field-field-facility-capacity{
	 float:left;
	 position:relative;
	 margin-top: -40px;
	 color:#FFF;
	 font-size:16px;
	 font-weight:bold;
	 margin-left:10px;
 }

.path-frontpage #section_2 #block-views-block-facilities-block-2{
	float:right;
	padding:10px 0px;
	position:relative;
	margin-left: -10px;
}

.path-frontpage #section_2 #block-views-block-facilities-block-2 ul{
	display: grid;
  grid-template-columns: 330px 330px;
}

.path-frontpage #section_2 #block-views-block-facilities-block-2 li{
	float:left;
	margin:10px 20px;
}

.path-frontpage #section_2 #block-views-block-facilities-block-2 li:nth-child(3){
	margin-top:20px;	
}

 .path-frontpage #section_2 #block-views-block-facilities-block-2 .views-field-field-facility-image{
	 background:#000; 
 }

.path-frontpage #section_2 #block-views-block-facilities-block-2 .views-field-field-facility-image img{
	width:100%;
	height:auto;
	max-height:180px;
	opacity:1.0;
	margin-bottom:-7px;	
}
.path-frontpage #section_2 #block-views-block-facilities-block-2 .views-field-field-facility-image:hover img{
	 opacity:0.8;
	 transition:ease-in-out 0.4s;
 }

 .path-frontpage #section_2 #block-views-block-facilities-block-2 .views-field-title{
	 float:left;
	 position:relative;
	 margin-top: -70px;
	 margin-left:10px;
 }

 .path-frontpage #section_2 #block-views-block-facilities-block-2 .views-field-title a{
	 color:#FFF;
	 font-size:18px;
	 font-weight:bold; 
 }
 
 .path-frontpage #section_2 #block-views-block-facilities-block-2 .views-field-title a:hover{
	 color:#09f; 
 }
 
 .path-frontpage #section_2 #block-views-block-facilities-block-2 .views-field-field-facility-capacity{
	 float:left;
	 position:relative;
	 margin-top: -40px;
	 color:#FFF;
	 font-size:16px;
	 font-weight:bold;
	 margin-left:10px;
 }
 
 .path-frontpage #section_2 #block-views-block-facilities-block-2 .more-link{
	 float:right;
	 width:300px;
	 height:180px;
	 background:#09F;
	 text-align:center;
	 vertical-align:middle;
	 margin-top: -190px;
	 margin-right:20px; 
 }
 
 .path-frontpage #section_2 #block-views-block-facilities-block-2 .more-link a{
	 color:#FFF;
	 font-size:16px;
	 font-weight:bold;
	 float:left;
	 width:280px;
	 text-align:center;
	 vertical-align:middle;
	 margin-top:80px;
	 padding:10px; 
 }
 
 .path-frontpage #section_2 #block-views-block-facilities-block-2 .more-link a:hover{
	 text-decoration:underline;
 }
 
 .path-frontpage #content-area{
	 display:none;
 }
 
 .path-frontpage #section_3{
	 background:#efefef;
	 float:left;
	 width:100%;
	 padding-top:40px;
	 overflow-x:hidden; 
 }
 
 .path-frontpage #section_3 #block-views-block-national-sport-associations-block-1{
	 float:left;
	 width:80%;
	 margin-left:5%;
	 text-align:center;
	 margin-top:0px;
	 padding:10px 20px;
	 margin-bottom:30px;
 }
 
 .path-frontpage #section_3 #block-views-block-national-sport-associations-block-1 h2{
	 background:#09F;
	 color:#FFF;
	 position:relative;
	 z-index:400;
	 float:left;
	 margin-top:-20px;
	 margin-left:5px;
	 padding:5px 10px;
	 padding-left:20px;
	 font-size:18px; 
 }
 
 
 .path-frontpage #section_3 #block-views-block-national-sport-associations-block-1 #views_slideshow_cycle_div_national_sport_associations-block_1_0{
	 width:105%;
	 margin-left:-2%;
	 overflow:visible;
	 
	  
 }

 .path-frontpage #section_3 #block-views-block-national-sport-associations-block-1 .views-row{
	 display:inline-block;
	 position:relative;
	 width:19%;
	 margin:0px;
	 margin-left:-4px;
	 text-align:center;
	 overflow:visible;
	
}

 .path-frontpage #section_3 #block-views-block-national-sport-associations-block-1 .views-field-field-affiliate-logo{
	 float:left;
	 margin-left:50px;
	 margin-top: -300px;
	 position:relative;
	 z-index:40;
	 text-align:center; 
 }

 .path-frontpage #section_3 #block-views-block-national-sport-associations-block-1 .views-field-field-affiliate-logo img{
	 width:100px;
	 height:auto;
	 margin-top:40px;
	 padding:10px;
	 background:#FFF;
	 border-radius: 8px;
 }
 
 .path-frontpage #section_3 #block-views-block-national-sport-associations-block-1 .views-row:hover .views-field-field-affiliate-logo img{
	 display:inline;
	 transition:ease-in-out 0.4s;
 }
 
 .path-frontpage #section_3 #block-views-block-national-sport-associations-block-1 .views-field-field-nsa-bg-img{
	 background:#000;
	 width:100%;
	 overflow:visible; 
 }
 
 .path-frontpage #section_3 #block-views-block-national-sport-associations-block-1 .views-row:hover .views-field-field-nsa-bg-img{
	 background:#09f; 
 }

 .path-frontpage #section_3 #block-views-block-national-sport-associations-block-1 .views-field-field-nsa-bg-img img{
	 width:100%;
	 height:auto;
	 margin-bottom:-7px;
	 opacity:0.4; 
 }
 
 .path-frontpage #section_3 #block-views-block-national-sport-associations-block-1 .views-row:hover .views-field-field-nsa-bg-img img{
	 opacity:0.3;
	 transition:ease-in-out 0.4s;
 }

 .path-frontpage #section_3 #block-views-block-national-sport-associations-block-1 .views-field-title{
	 margin-top:-100px;
	 position:relative;
	 z-index:40;
	 float:left;
	 width:90%;
	 margin-left:5%;
	 
 }
 
 .path-frontpage #section_3 #block-views-block-national-sport-associations-block-1 .views-field-title a{
	 color:#FFF;
	 font-weight:bold;
	 font-size:16px; 
 }
 
 #views_slideshow_controls_text_pause_national_sport_associations-block_1{
	display:none;	
}

#views_slideshow_controls_text_next_national_sport_associations-block_1 a{
	float:right;
	margin-right:-10%;
	margin-top: -200px;
	position:relative;
	z-index:100;
	width:50px;
	height:50px;
	min-width:30px;
	min-height:50px;
	color:transparent;	
	background:url(../images/right-arrow.png) no-repeat, #09F;
	background-size:contain;
	transition:ease-in-out 0.4s;
}

#views_slideshow_controls_text_next_national_sport_associations-block_1{
	background:url(../images/trans_blk.png);	
}

#views_slideshow_controls_text_slideshow-block_1{
  display: inline-block;
  width:100%;
  height:0px;
}

#slideshow:hover #views_slideshow_controls_text_next_national_sport_associations-block_1 a, #slideshow:hover #views_slideshow_controls_text_previous_national_sport_associations-block_1 a{
	display:block;
	transition:all 0.4s;
}

#slideshow #views_slideshow_controls_text_next_national_sport_associations-block_1 a:hover, #slideshow #views_slideshow_controls_text_previous_national_sport_associations-block_1 a:hover{
	display:block;
	transition:all 0.4s;
}


#views_slideshow_controls_text_previous_national_sport_associations-block_1 a{
	float:left;
	margin-top: -200px;
	margin-left:-5%;
	position:relative;
	z-index:80;
	width:50px;
	height:50px;
	min-width:30px;
	min-height:50px;
	color:transparent;
	background:url(../images/left-arrow.png) no-repeat, #09f;
	background-size:contain;
	transition:ease-in-out 0.4s;
	
}

 	.path-frontpage #section_4{
	 background:url(../images/earn-stripe.png) no-repeat, #fff;
	 background-size:50%;
	 background-position:left top;
	 float:left;
	 width:45%;
	 padding-left:52%;
	 padding-right:3%;
	 padding-top:20px;
	 padding-bottom:40px;
	 overflow-x:hidden;
	 text-align:center; 
 }
 
	.path-frontpage #section_4 #block-aboutus h2 {
    display: flex;
    width: 30%;
	margin-left:5%;
    justify-content: center;
    align-items: center;
    text-align: center;
	color:#09F;
	margin-top:-4px;
}

	.path-frontpage #section_4 #block-aboutus h2:before,
	.path-frontpage #section_4 #block-aboutus h2:after {
    content: '';
    border-top: 2px solid #09F;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

	.path-frontpage #section_4 #block-aboutus h2:after {
    margin: 0 0 0 20px;
}

	.path-frontpage #section_4 #block-aboutus .field--name-body{
		text-align:left;
	}
	
	.path-frontpage #section_4 #block-aboutus .field--name-body div:nth-child(1){
		width:100%;
		float:left;
	}
	
	.path-frontpage #section_4 #block-aboutus .field--name-body div:nth-child(1) p{
		float:left;
		font-size:36px;
		color:#666;
		width:100%;
		margin-top:-25px;
		margin-left:3%;
		width:40%;	
	}
	
	.path-frontpage #section_4 #block-aboutus .field--name-body div:nth-child(2) p:nth-child(1), .path-frontpage #section_4 #block-aboutus .field--name-body div:nth-child(3) p:nth-child(1), .path-frontpage #section_4 #block-aboutus .field--name-body div:nth-child(4) p:nth-child(1){
		color:#06F;
		font-weight:bold;
		font-size:16px;	
	}
	
	.path-frontpage #section_4 #block-aboutus .field--name-body div:nth-child(2){
		background:url(../images/mission.png) no-repeat;
		background-size:10%;
		background-position:left;
		padding-left:80px;
	}
	
	.path-frontpage #section_4 #block-aboutus .field--name-body div:nth-child(3){
		background:url(../images/vision.png) no-repeat;
		background-size:10%;
		background-position:left;
		padding-left:80px;
		margin:40px 0;
	}
	
	.path-frontpage #section_4 #block-aboutus .field--name-body div:nth-child(4){
		background:url(../images/values.png) no-repeat;
		background-size:10%;
		background-position:left top;
		padding-left:80px;
	}
	
	.path-frontpage #section_5{
		background:#efefef;
		padding:40px 3%;
		width:94%;
		float:left;
		position:relative;
	}
	
	.path-frontpage #section_5 #block-views-block-horizontal-advert-block-1{
		width:90%;
		margin-left:5%;
		
	}
	
	.path-frontpage #section_5 #block-views-block-horizontal-advert-block-1 .views-field-field-advert img{
		width:100%;
		height:auto;	
	}
	
	.path-frontpage #section_5 #block-views-block-horizontal-advert-block-1 #views_slideshow_controls_text_pause_horizontal_advert-block_1{
	display:none;	
}

#views_slideshow_controls_text_next_horizontal_advert-block_1 a{
	float:right;
	margin-right:-8%;
	margin-top: -150px;
	position:relative;
	z-index:100;
	width:70px;
	height:70px;
	min-width:30px;
	min-height:50px;
	color:transparent;	
	background:url(../images/right-blu.png) no-repeat;
	background-size:contain;
	transition:ease-in-out 0.4s;
}

#views_slideshow_controls_text_next_horizontal_advert-block_1{
	background:url(../images/trans_blk.png);	
}

#views_slideshow_controls_text_previous_horizontal_advert-block_1 a{
	float:left;
	margin-top: -150px;
	margin-left:-5%;
	position:relative;
	z-index:80;
	width:70px;
	height:70px;
	min-width:30px;
	min-height:50px;
	color:transparent;
	background:url(../images/left-blu.png) no-repeat;
	background-size:contain;
	transition:ease-in-out 0.4s;
	
}
	
	.path-frontpage #section_6{
		width:94%;
		padding:0 3%;
		padding-top: 3%;
		float:left;	
	}
	
	.path-frontpage #section_6 #block-views-block-projects-programmes-block-1{
		float:left;
		width:94%;
		margin:0 0;
		margin-left:0%;
		padding:2%;
		min-width:400px;	
	}
	
	.path-frontpage #section_6 #block-views-block-projects-programmes-block-1 h2{
	 background:#09f;
	 color:#FFF;
	 position:relative;
	 z-index:400;
	 float:left;
	 margin-top:-70px;
	 margin-left:-70px;
	 padding:5px 10px;
	 padding-left:20px;
	 display:inline-block;
	 font-size:18px; 
 }
 
 .path-frontpage #section_6 #block-views-block-projects-programmes-block-1 h2:after {
	position: absolute;
		z-index: -1;
		content: "";
		right: -20%;
		top: 0;
		height: 100%;
		width: 40%;
		background-color: inherit;
		-webkit-transform: skewX(-40deg);
		-moz-transform: skewX(-40deg);
		-ms-transform: skewX(-40deg);
		transform: skewX(-40deg);
}
	
	.path-frontpage #section_6 #block-views-block-projects-programmes-block-1 .view-content {
		margin-top:-10px;
	}
	
	.path-frontpage #section_6 #block-views-block-projects-programmes-block-1 .view-content .views-row {
		text-align:center;
		display:inline-block;
		padding:8px;
		float:left;
		margin:0px 20px;
	}
	
	.path-frontpage #section_6 #block-views-block-projects-programmes-block-1 .item-list ul li{
		width:180px !important;
		font-size:12px;
	}
	
	.path-frontpage #section_6 #block-views-block-projects-programmes-block-1 .item-list ul li:hover{
		background:#efefef;
		transition:ease-in-out 0.4s;	
	}
	
	.path-frontpage #section_6 #block-views-block-projects-programmes-block-1 .item-list ul li img{
		width:100px !important;
		height:auto;
		border-radius:5px;	
	}	
	
	#page-footer #foot_1, #page-footer #foot_2, #page-footer #foot_3{
		width:15%;
		float:left;
		margin:10px 2.5%;
	}
	
	 #page-footer #foot_4{
		width:35%;
		float:left;
		margin:10px 2%;
	}
	
	#bottom_footer{
		float:left;
		width:90%;
		border-top:1px solid #999;
		margin-left:5%;	
	}
	
	#page-footer #foot_1 img{
		background:#FFF;
		padding:10px;
		border-radius:10px;	
	}
	
	#block-contactusfooter h2, #block-quicklinks h2{
	 background:#09f;
	 color:#FFF;
	 position:relative;
	 z-index:400;
	 float:left;
	 margin-top:20px;
	 padding:5px 10px;
	 padding-left:20px;
	 display:inline-block;
	 font-size:18px; 
 }
 
 #block-contactusfooter h2:after, #block-quicklinks h2:after {
	position: absolute;
		z-index: -1;
		content: "";
		right: -20%;
		top: 0;
		height: 100%;
		width: 40%;
		background-color: inherit;
		-webkit-transform: skewX(-40deg);
		-moz-transform: skewX(-40deg);
		-ms-transform: skewX(-40deg);
		transform: skewX(-40deg);
}

#block-quicklinks{
	float:left;
}

#block-quicklinks a{
	color:#FFF;	
}

#block-views-block-current-annual-report-block-2{
		float:left;
	}
	
	#block-views-block-current-annual-report-block-2 h2{
	 background:#09f;
	 color:#FFF;
	 position:relative;
	 z-index:400;
	 float:left;
	 margin-top:20px;
	 padding:5px 10px;
	 padding-left:20px;
	 display:inline-block;
	 font-size:18px; 
 }
 
 #block-views-block-current-annual-report-block-2 h2:after{
	position: absolute;
		z-index: -1;
		content: "";
		right: -20%;
		top: 0;
		height: 100%;
		width: 40%;
		background-color: inherit;
		-webkit-transform: skewX(-40deg);
		-moz-transform: skewX(-40deg);
		-ms-transform: skewX(-40deg);
		transform: skewX(-40deg);
}
	
	#block-views-block-current-annual-report-block-2 .view-content ul li{
		display:inline-block;
		position:relative;
		float:left;
		width:45%;
		margin-right:5%;	
	}
	
	#block-views-block-current-annual-report-block-2 .view-content ul li img{
		border-radius:5px;	
	}
	
	#block-views-block-current-annual-report-block-2 .view-content ul li a{
		color:#FFF;	
	}
	
	#block-views-block-current-annual-report-block-2 .view-content ul li:hover a{
		color:#09f;	
	}
	
	#block-b2u-b2u-block-8, #block-b2u-b2u-block-11{
		float:left;
		margin-right:20%;	
	}
	
	#block-b2u-b2u-block-11 a{
		color:#FFF;
		font-weight:bold;	
	}
	
	#block-b2u-b2u-block-9{
		float:right;
		margin-right:10%;	
	}

/*************************************************  Facilities ***********************************************************/

 .path-facilities{
	 background: #efefef;
 }

 .path-facilities #content-area{
	 width:88%;
	margin:20px 4%;
	padding:20px;
	border-radius:6px;
	position:relative;
	text-align:center;
	float:left;
	background:#FFF;
 }
 
 .path-facilities #content-area .view-id-facilities .item-list ul li{
	 display:inline-block;
	 margin:10px 20px;
	 width:300px; 
 }
 
 .path-facilities #content-area .view-id-facilities .item-list ul li img{
     border-radius:5px;
 }

 .node-type-facilities #block-views-block-facility-gallery-block-1{
	 float:left;
	 width:90%;
	 margin:20px 5%;
	 padding:20px;
	 background:#FFF;
	 border-radius:8px;
 }
 
 .node-type-facilities #block-views-block-facility-gallery-block-1 .view-content li{
	 padding:10px; 
 }
 
 .node-type-facilities .field--name-field-facility-image img{
	 width:100%;
	 height:auto;
	 border-radius:5px;
 }
 
 .node-type-facilities #facility-node-statistics{
	float:left;
	width:96%;
	color:#000;
	font-size:16px;
	background-size:contain;
	padding:5px 2%;
	position:relative;
	z-index:20;
	margin-bottom:20px;
	margin-top:10px;
 }
 
 .node-type-facilities #facility-node-statistics .field {
	 float:left;
	 margin:20px 40px;
	 margin-left:0;
	 font-weight:bold;
 }
 
 .node-type-facilities #facility-node-statistics .field:nth-child(last){
	margin:20px 0; 
 }
 
 .node-type-facilities #facility-node-statistics .field--name-field-type .field__item{
	 display:inline-block;
	 margin:0 5px;
 }

.field--name-field-facility-slides .field__item{
	display:inline-block;

}
 
 /**************************************************************   End of Facilities **************************************/
 
 /************************************************************* Board & Exco ************************************************/
 
 .path-exco, .path-board{
	 background: #efefef;
 }

 .path-exco #content-area, .path-board #content-area{
	 width:88%;
	margin:20px 4%;
	padding:20px;
	border-radius:6px;
	position:relative;
	text-align:center;
	float:left;
	background:#FFF;
 }
 
 /********************* Board **********************************/
 
  .path-board #content-area .view-id-board_members .item-list ul li{
	 display:inline-block;
	 margin:20px 20px;
	 width:300px;
	 text-align:center;
	 vertical-align:top;
 }
 

 
 .path-board #content-area .view-id-board_members .item-list ul li .views-field-field-member-photo img{
	 width:200px;
	 border-radius:50%;
	 padding:6px;
	 border:1px solid #e4e4e4;
	 opacity:1;
 }
 
 .path-board #content-area .view-id-board_members .item-list ul li:nth-child(1) .views-field-field-member-photo img{
	 width:290px;
	 border-radius:50%;
	 padding:6px;
	 border:1px solid #e4e4e4; 
 }
 
 .path-board #content-area .view-id-board_members .item-list ul li:nth-child(2) .views-field-field-member-photo img{
	 width:240px;
	 border-radius:50%;
	 padding:6px;
	 border:1px solid #e4e4e4;
	 margin-top:50px; 
 }
  .path-board #content-area .view-id-board_members .item-list ul li:nth-child(3) .views-field-field-member-photo img{
	 margin-top:90px; 
 }
 
 
 .path-board #content-area .view-id-board_members .item-list ul li .views-field-field-profile{
     width:190px;
     padding:5px;
     background: url('../images/trans_blk2.png');
     color:#fff;
     text-align:left !important;
     margin-left:50px;
     float:left;
     text-wrap:normal;
     display:none;
 }
 
 .path-board #content-area .view-id-board_members .item-list ul li .views-field-field-profile strong{
     color:#09f;
     font-size:12px;
     text-align:left !important;
 }
 
 .path-board #content-area .view-id-board_members .item-list ul li .views-field-field-profile ul{
     margin-top:30px;
     width:180px;
 }
 
 .path-board #content-area .view-id-board_members .item-list ul li .views-field-field-profile ul li{
     text-height:10px;
     margin-top:-30px;
     font-size:10px;
     list-style:dot;
     text-align:left !important;
     width:180px;
 }
 
 .path-board #content-area .view-id-board_members .item-list ul li .views-field-field-profile p{
     margin:0px;
     margin-top:-20px;
 }
 
 .path-board #content-area .view-id-board_members .item-list ul li .views-field-field-profile p:nth-child(1){
     margin:0px;
     margin-top:0px;
 }
 
 .path-board #content-area .view-id-board_members .item-list ul li:hover .views-field-field-profile{
     margin-top:-250px;
     display:none;
     transition: all 0.5s;
     position: absolute;
     z-index:400;
 }
 
 
 /*********************  Exco ********************************/
 
 .path-exco #content-area .view-id-management .item-list ul li{
	 display:inline-block;
	 margin:10px 20px;
	 width:300px;
	 text-align:center;
	 vertical-align:top;
 }
 
 .path-exco #content-area .view-id-management .item-list ul li .views-field-field-member-photo img{
	 width:200px;
	 border-radius:50%;
	 padding:6px;
	 border:1px solid #e4e4e4; 
 }
 
 .path-exco #content-area .view-id-management .item-list ul li:nth-child(1) .views-field-field-member-photo img{
	 width:300px;
	 border-radius:50%;
	 padding:6px;
	 border:1px solid #e4e4e4; 
 }
 
  .path-exco #content-area .view-id-management .item-list ul li:nth-child(3){
      width:320px;
  }
  
  .path-exco #content-area .view-id-management .item-list ul li:nth-child(1), .path-exco #content-area .view-id-management .item-list ul li:nth-child(2), .path-exco #content-area .view-id-management .item-list ul li:nth-child(3){
      vertical-align:bottom;
  }
 
 
 /**********************************************     NSA    *******************************************************/
 
 
  .path-national-sport-associations{
	 background: #efefef;
 }

 .path-national-sport-associations #content-area{
	 width:88%;
	margin:20px 4%;
	padding:20px;
	border-radius:6px;
	position:relative;
	text-align:center;
	float:left;
	background:#FFF;
 }
 
 .path-national-sport-associations .view-id-national_sport_associations .item-list ul li{
	 display:inline-block;
	 margin:10px 20px;
	 width:280px;
	 text-align:center;
	 padding:10px;
	 border-radius:5px; 
 }
 
 .path-national-sport-associations .view-id-national_sport_associations .item-list ul li:hover{
	 background:#efefef;
	 transition:ease-in-out 0.4s; 
 }
 
 .path-national-sport-associations .view-id-national_sport_associations .item-list ul li .views-field-field-affiliate-logo img{
	 width:260px;
	 height:auto;
	 border-radius:5px;
 }
 
 .path-national-sport-associations .view-id-national_sport_associations .item-list ul li .views-field-field-sport{
	 color:#FFF;
	 padding:5px 10px;
	 border-radius:4px;
	 background:#09F; 
 }
 
 /**************************************************** Stakeholders ***********************************************/
 
 
 
 .path-stakeholders-partners{
	 background: #efefef;
 }

 .path-stakeholders-partners #content-area{
	 width:88%;
	margin:20px 4%;
	padding:20px;
	border-radius:6px;
	position:relative;
	text-align:center;
	float:left;
	background:#FFF;
 }
 
 .path-stakeholders-partners .view-id-stakeholders_partners .item-list ul li{
	 display:inline-block;
	 margin:10px 20px;
	 width:280px;
	 text-align:center;
	 padding:10px;
	 border-radius:5px;
	 vertical-align:top; 
 }
 
 .path-stakeholders-partners .view-id-stakeholders_partners .item-list ul li:hover{
	 background:#efefef;
	 transition:ease-in-out 0.4s; 
 }
 
 .path-stakeholders-partners .view-id-stakeholders_partners .item-list ul li{
	 
 }
 
 /************************************************  Upcoming Events *****************************************/
 
  .path-upcoming-events{
	 background: #efefef;
 }

 .path-upcoming-events #content-area{
	 width:88%;
	margin:20px 4%;
	padding:20px;
	border-radius:6px;
	position:relative;
	text-align:center;
	float:left;
	background:#FFF;
 }
 
 .path-upcoming-events .view-id-upcoming_events .item-list ul li{
	 display:inline-block;
	 margin:30px 20px;
	 width:300px;
	 text-align:center;
	 border-radius:5px;
	 vertical-align:top;
	 padding:10px; 
 }
 
 .path-upcoming-events .view-id-upcoming_events .item-list ul li:hover{
	 background:#efefef;
	 transition:ease-in-out 0.4s; 
 }
 
 .path-upcoming-events .view-id-upcoming_events .item-list ul li .views-field-field-event-type{
	 text-align:left; 
 }
 
 .path-upcoming-events .view-id-upcoming_events .item-list ul li .views-field-field-event-type .field-content{
	color:#FFF;
	font-size:16px;
	background:#09F;
	padding:5px 10px;
	float:left;
	margin-top:-40px;
	position:relative;
	display:inline-block;	
}

 .path-upcoming-events .view-id-upcoming_events .item-list ul li .views-field-field-event-image img{
	 padding:5px;
	 background:#FFF;
	 border:1px solid #e4e4e4; 
 }
 
 /***************************************************   Programmes  *********************************/
 
 .path-projects-programmes{
	 background: #efefef;
 }

 .path-projects-programmes #content-area{
	 width:88%;
	margin:20px 4%;
	padding:20px;
	border-radius:6px;
	position:relative;
	text-align:center;
	float:left;
	background:#FFF;
 }
 
 .path-projects-programmes .view-id-projects_programmes .item-list ul li{
	 display:inline-block;
	 margin:30px 20px;
	 width:300px;
	 text-align:center;
	 border-radius:5px;
	 vertical-align:top;
	 padding:10px; 
 }
 
 .path-projects-programmes .view-id-projects_programmes .item-list ul li:hover{
	 background:#efefef;
	 transition:ease-in-out 0.4s; 
 }
 
 .path-projects-programmes .view-id-projects_programmes .item-list ul li .views-field-field-project-image img{
	 width:280px;
	 height:auto;
 }
 
 .node-type-projects #content-area .field--name-field-project-image{
	 float:left;
	 width:25%;
	 min-width:300px;
	 padding:10px;
	 text-align:center;
 }
 
  .node-type-projects #content-area .field--name-field-project-image img{
	  width:300px;
  }
 
 .node-type-projects #content-area .field--name-field-project-description{
	 float:right;
	 width:70%;
 }
 
 /*************************************** Awards  ****************************************************************/
 
 .path-awards{
	 background: #efefef;
 }

 .path-awards #content-area{
	 width:88%;
	margin:20px 4%;
	padding:20px;
	border-radius:6px;
	position:relative;
	text-align:center;
	float:left;
	background:#FFF;
 }
 
 .path-awards .view-id-awards .item-list ul li{
	 display:inline-block;
	 margin:30px 20px;
	 width:300px;
	 text-align:center;
	 border-radius:5px;
	 vertical-align:top;
	 padding:10px; 
 }
 
 /*****************************************  Tenders and vacancies ****************************************************/
 
  .path-tenders, .path-vacancies, .path-faqs{
	 background: #efefef;
 }

 .path-tenders #content-area, .path-vacancies #content-area, .path-faqs #content-area{
	 width:88%;
	margin:20px 4%;
	padding:20px;
	border-radius:6px;
	position:relative;
	float:left;
	background:#FFF;
 }
 
 /*************************************      Gallery      ********************************************/
 
  .path-gallery{
	 background: #efefef;
 }

 .path-gallery #content-area{
	 width:88%;
	margin:20px 4%;
	padding:20px;
	border-radius:6px;
	position:relative;
	text-align:center;
	float:left;
	background:#FFF;
 }
 
 .path-gallery .view-id-gallery .item-list ul li{
	 display:inline-block;
	 margin:30px 20px;
	 width:300px;
	 text-align:center;
	 border-radius:5px;
	 vertical-align:top;
	 padding:10px; 
 }
 
 .node-type-gallery #content-area {
	 text-align:center;
 }
 
 .node-type-gallery #content-area .field--name-field-event-description{
	 text-align:left;
 }
 .node-type-gallery article .field--name-field-images .field__item{
	 display:inline-block;
	 margin:15px; 
 }
 
 .node-type-gallery article .field--name-field-images .field__label{
	display:none; 
 }
 
 .node-type-gallery article .field--name-field-images .field__item img{
	 width:300px;
	 height:auto; 
 }
 
 /**********************************************  Annual Report *************************************************/
 
  .path-annual-report{
	 background: #efefef;
 }

 .path-annual-report #content-area{
	 width:88%;
	margin:20px 4%;
	padding:20px;
	border-radius:6px;
	position:relative;
	text-align:center;
	float:left;
	background:#FFF;
 }
 
 .path-annual-report .view-id-annual_report .item-list ul li{
	 display:inline-block;
	 margin:30px 20px;
	 width:300px;
	 text-align:center;
	 border-radius:5px;
	 vertical-align:top;
	 padding:10px; 
 }
 
 
 /********************************************************  News   *************************************************/
 
   .path-news{
	 background: #efefef;
 }

 .path-news #content-area{
	 width:88%;
	margin:20px 4%;
	padding:20px;
	border-radius:6px;
	position:relative;
	text-align:center;
	float:left;
	background:#FFF;
 }
 
 .path-news .view-id-news .item-list ul li{
	 display:inline-block;
	 margin:30px 20px;
	 width:300px;
	 text-align:center;
	 border-radius:5px;
	 vertical-align:top;
	 padding:10px; 
 }
 
 .node-type-news .field--name-field-news-image{
	 float:left;
	 margin-right:20px;
	 width:25%;
 }
 
 .node-type-news .field--name-field-news-article{
	 float:right;
	 width:70%;
 }
 
 
 .path-contact #contact-message-website-feedback-form{
     border:1px solid #eee;
     border-radius:5px;
     padding:15px;
     max-width:440px;
     position:relative;
     margin:20px auto;
 }
 
 .path-contact #contact-message-website-feedback-form .js-form-item{
     float:left;
     width:90%;
     padding:5% 20px;
 }
 
 
 .path-contact #contact-message-website-feedback-form .js-form-item .label{
     float:left;
     width:40%;
 }
 
 .path-contact #contact-message-website-feedback-form .js-form-item input{
     float:right;
      width:40%;
 }
 
 
 .path-contact #contact-message-website-feedback-form .js-form-item textarea{
     width: 100%;
 }
 
 
.path-contact #contact-message-website-feedback-form #edit-actions #edit-preview, .path-contact #contact-message-website-feedback-form #edit-actions #edit-submit{
    padding:7px 10px;
    font-size:18px;
    background:#eee;
    border-radius:5px;
    border:none;
    transition: all 0.4s;
}

.path-contact #contact-message-website-feedback-form #edit-actions input:hover{
    background:#09f;
    transition: all 0.4s;
}

 /****************************************************  Documents ***************************************************/
.path-documents {
	
}

.view-id-documents .views-view-table{
	width: 80%;
	border:1px solid #efefef;
	border-radius:8px;
	margin-left:10%;
	background:#fff;
}

.path-documents body{
	background:#e4e4e4;
}

.path-documents body #block-b2u-page-title{
	text-align: center;
}
 
.view-id-documents .views-view-table thead{
	background:#0cf;
}

table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 10px 15px !important;
  border: 0px solid #f4f4f4;
  text-align: left; /* LTR */
}

tr td{
	font-size: 0.875rem;
    line-height: 1.4;
    font-family: "Poppins", Helvetica, sans-serif;
}

tr td a{
	color:#06F;
	font-weight:bold;	
}


 /* table sorter */
 
 .headerSortDown:after,
.headerSortUp:after {
  content: ' ';
  position: relative;
  left: 2px;
  border: 8px solid transparent;
}

.headerSortDown:after {
  top: 10px;
  border-top-color: silver;
}

.headerSortUp:after {
  bottom: 15px;
  border-bottom-color: silver;
}

.headerSortDown,
.headerSortUp {
  padding-right: 10px;
}


nav.pager{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

 
 
 
 
 
 
 
 
 
 
 
 
 