@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;
}

.overlay{
	z-index:800 !important;	
}

.ajax-progress{
	background:url(../images/trans_wht.png) !important;
	z-index:3000 !important;
	width:60% !important;
	padding-left:50% !important;
	height:100% !important;
	padding-top:45%;
	text-align:center !important;
	vertical-align:middle !important;
}

.ajax-progress .ajax-progress-fullscreen .ajax-throbber{
	float:left;
	margin-left:45% !important;
	margin-top: 45% !important;	
}

.page-node-type-page #block-basic-content article, .page-node-type-news #block-basic-content article, .page-node-type-speeches #block-basic-content article, .page-node-type-upcoming_events #block-basic-content article{
    text-align: justify;
  text-justify: inter-word;
}

.page-node-119 #block-basic-content article p strong{
    font-weight:600;
}

label.form-required::after{
    content: "*" !important;
    color:#f00;
}

#block-mainnavigation{
	position:relative;
	z-index:900 !important;	
}



#block-loginandsignup{
	float:right;
	position:relative;
	z-index:20;
	margin-right:50px;
}

#block-loginandsignup div{
	float:left;
	margin-left:20px;
}

#block-loginandsignup div a{
	color:#06f;
	font-weight:bold;
	font-size:16px;
	font-family: sans-serif;	
}

#block-loginandsignup div:nth-child(2) a{
	padding:7px 10px;
	border-radius:3px;
	border:1px solid #09f;	
}

#block-loginandsignup div:nth-child(2) a:hover{
	background: #09f;
	color:#FFF;
	transition:ease-in-out 0.4s;	
}

.path-frontpage #block-loginandsignup div a{
	color:#FFF;
}

.path-frontpage #block-loginandsignup div:nth-child(2) a{
	padding:7px 10px;
	border-radius:3px;
	border:1px solid #FFF;	
}

.path-frontpage #block-loginandsignup div:nth-child(2) a:hover{
	background: #FFF;
	color:#333;
	transition:ease-in-out 0.4s;
}



.messages{
	float:right;
	position:relative;
	right:30px;
	z-index:100;
	margin-top:-60px;
		
}

#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;
   position:relative;
   z-index:300;
}

.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;
   position:relative;
   z-index:300;
}

form .form-wrapper .description{
	font-style:italic;
	color:#999;	
}

form #edit-body-0-format{
	display:none;	
}

/*------------------------------------------*/
/*  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
/*------------------------------------------*/
#top_section{
	width:90%;
	height:120px;
	float:left;
	top:0px;
	position:absolute;
	z-index:10;
	padding:4px 10%;
	padding-left:0;
	background:url(../images/trans-grad.png) repeat-x;
	background-size:contain;
	vertical-align:bottom;	
}

#top_sub_section{
	float:left;
	width:55%;
	position:absolute;
	z-index:105;
	-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:45px;
	margin-left:380px;
	background:none;	
}

/* ================================== */
/* menu  */
/* ================================== */


#block-mainnavigation{
	position:relative;
	z-index:500 !important;
	float:left;
	margin-right:7%;
	margin-top:18px;	
}

#block-mainnavigation ul{
	border:0px solid #fff;
	background:#2e3192;
	padding:10px 10px;
	border-radius:8px;
}

#block-mainnavigation ul li a{
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	background:none !important;
	color:#fff;
	text-transform:capitalize;
	font-size:17px;
	padding:0;	
}

#block-mainnavigation ul li span{
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	background:none !important;
	color:#fff;
	text-transform:capitalize;
	font-size:17px;
	padding:0;	
}

#block-mainnavigation ul li{
	margin-right:5px;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	background:none !important;
	color:#fff;	
	border-right:1px solid #eee;
	padding:0px 15px;
}

#block-mainnavigation ul li:nth-child(5), #block-mainnavigation ul li ul li{
    border:none !important;
}

#block-mainnavigation ul li ul{
	margin-top:	-15px;
	background:#eee !important;
}

#block-mainnavigation ul li ul li{
	margin-top:	20px;
	padding:0px;
}

#block-mainnavigation ul li ul li a, #block-mainnavigation ul li ul li span{
    color:#333;
}

#block-mainnavigation ul li ul li a:hover, #block-mainnavigation ul li ul li span:hover{
    color:#09f;
}

#block-mainnavigation ul li ul li:nth-child(1){
	margin-top:	0px;
}



/*************************************  top section branding and search *********************************/

#block-searchform{
	float:right;
	margin-top: 50px;
	position:absolute;
	right:5%;
}

#block-searchform h2{
	background:url(../images/search.png) no-repeat;
	cursor:pointer;
	background-size:contain;
	background-position:right;
	text-indent:right -9999px;
	color:transparent !important;
	text-align:right;
	height:40px;
	width:50px;
	float:right;
	position:absolute;
	right:5%;
	font-size:0px;	
}

 #block-searchform #search-block-form{
	 display:none;
 }

#search-block-form #edit-keys{
	width:250px;
	height:30px;
	font-size:18px;
	color:#999;
	border-radius:3px 0px 0px 3px;
	border:0px solid #FFF;
	padding:0px 8px;
	transition:ease-in-out 0.5s;
	float:left;
	margin-top:60px;
}

#search-block-form #edit-actions input{
	height:30px;
	font-size:14px;
	color:#FFF;
	padding-left:8px;
	padding-right:8px;
	background:#000;
	border-radius:0px 3px 3px 0px;
	border:0px solid #000;
	margin-left:-4px;
	float:left;
	margin-top:-2px;
}

#block-b2u-branding{
	float:left;
	max-width:360px;
	position:absolute;
	top:0px;
	z-index:40;	
}
.site-name{
	margin-top:15px;
	margin-left:45px;
	float:left;
}

.site-name a{
	font-size:24px;
	font-weight:700;
	color:#FFF;
	text-shadow:#000;
}

#block-sitebranding .site-logo{
	position:relative;
	float:left;
	margin-top:15px;
	background:#FFF;
	border-radius:8px;
	padding:7px 10px;
	padding-top:9px;
	margin-left:60px;
}

#block-sitebranding .site-logo img{
	height:100px;
	width:auto;
	transition:ease-in-out 0.5s;	
}

/********************************************** slideshow  section *******************************************/
/*****  social floating
#block-social{
	float:right;
	position:fixed;
	margin-right:-10px;
	right:0px;
	background:#FFF;
	border-radius:10px;
	padding:5px;
	padding-right:10px;
	z-index:15;
	top:25%;	
}

#block-social h2{
	font-size:14px;	
}

#block-social img{
	width:40px;
	height:auto;	
}

************************************/
/************************************** Slideshow begin *******************************************/

#slideshow{
	/*background: rgb(3,66,103);
background: linear-gradient(90deg, rgba(3,66,103,1) 0%, rgba(14,120,163,1) 35%, rgba(11,208,247,1) 100%); */

background:url(../images/page-bg.png) no-repeat;
background-size:cover;
float:left;
width:90%;
padding:100px 5%;
}

#block-clearblock{
	display:none;	
}

.path-frontpage #slideshow{
width:100%;
overflow-x:hidden;
margin-left:0;
padding:0;
position:relative;
z-index:5;
top:0;
margin-top:0;
}

#block-views-block-slideshow-block-1{
	float:left;
	width:100%;
	padding:0 !important;
	background:#fff;
}

#block-views-block-slideshow-block-1 img {
	width:100% !important;
	object-fit: cover !important;
}

#block-views-block-slideshow-block-1 .views-field-body .field-content p{
	float:left;
	position:relative;
	margin-top:-350px;
	margin-left:100px;
	border-radius:5px;
	padding:10px;
	border-left:4px;
	z-index:100 !important;
	background:url(../images/trans_blk.png);
	width:45%;
}

#block-views-block-slideshow-block-1 .views-row-0 .views-field-body .field-content p{

	margin-top:-350px;
	
}

#block-views-block-slideshow-block-1 .views_slideshow_cycle_teaser_section_slideshow-block_1 .views-field-body .field-content{
    margin-top:100px;
}

#block-views-block-slideshow-block-1 .views-field-body p{
	font-size:21px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
}

#block-views-block-slideshow-block-1 .views-field-body a{
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	background:#6CBDFF;
	padding:4px 7px;

}

#views_slideshow_controls_text_slideshow-block_1{
	float:left;
	position:relative;
	margin-top:-400px;
	z-index:25;
	width:100%;	
}

#views_slideshow_controls_text_pause_slideshow-block_1{
	display:none;	
}

#views_slideshow_controls_text_next_slideshow-block_1 a{
	float:right;
	margin-right:20px;
	position:relative;
	z-index:80;
	width:30px;
	height:30px;
	min-width:30px;
	min-height:50px;
	color:transparent;	
	background:url(../images/right-sl-arr2.png) no-repeat;
	background-size:contain;
	transition:ease-in-out 0.4s;
}

#views_slideshow_controls_text_previous_slideshow-block_1 a{
	float:left;
	margin-left:20px;
	position:relative;
	z-index:80;
	width:30px;
	height:30px;
	min-width:30px;
	min-height:50px;
	color:transparent;
	background:url(../images/left-sl-arr2.png) no-repeat;
	background-size:contain;
	transition:ease-in-out 0.4s;
}

.path-frontpage #block-basic-content .view-empty{ 
  display:none;	
}
/***************************************************  Slide show end ***********************************************/


/******************************************** front page about us ***************************************************/
.path-frontpage #section_2{
	background:#fff;
	float:left;
	width:94%;
	height:500px;
	margin-top:-100px;
	padding:15px 3%;
	padding-bottom:30px;
	padding-top:50px;
	position:relative;
	transform: skewY(5deg);
	z-index:30;	
}

.path-frontpage #section_2 #section_2-region{
	transform: skewY(-5deg);
}

.path-frontpage #section_2 #block-whatwedo{
	float:left;
	max-width:55%;
	font-size:18px;
	color:#245066;
}

.path-frontpage #section_2 #block-whatwedo h2{
	color: #2e3192;
	font-size:30px;	
}

.path-frontpage #section_2 #block-whatwedo .field--name-body p{
	float:left;
	padding:10px 0px;
	border:1px solid #fff;
	color:#245066;
	font-size:18px;
	font-weight:500;
}

.path-frontpage #section_2 #block-frontpagevisionmission{
	background: #245066;
	float:right;
	width:25%;
	max-width:350px;
	padding:15px;
	border-radius:10px;
	color:#FFF;
	margin-right:4%;
	margin-top:80px;
}

.path-frontpage #section_2 #block-frontpagevisionmission h2{
	color:#FFF;	
}

.path-frontpage #section_2 #block-frontpagevisionmission a{
	color:#FFF;
	background:#2e3192;
	padding:5px 10px;
	border-radius:3px;
	float:right;
	font-size:18px;
	font-weight:500;	
}

/***************************************************  completed fron about us ****************************************/
/********************************************** Front page Members and Reports ***************************************/
.path-frontpage #section_3{
	background:url(../images/sec3_bg.png);
	background-size:cover;
	float:left;
	width:94%;
	margin-top:-20px;
	padding:35px 3%;
	padding-top:50px;
	position:relative;
	z-index:40;	
}

#block-views-block-our-members-block-1{
	float:left;
	width:95%;
	padding:15px 2%;
	border-radius:5px;
	background:#FFF;	
}

#block-views-block-our-members-block-1 h2{
	float:left;
	width:160px;
	margin-left:45%;
	margin-right:45%;
	margin-top: -15px;
	padding:10px 15px;
	color:#FFF;
	background:#2e3192;	
}

#block-views-block-our-members-block-1 .views_slideshow_cycle_slide{
	width:95%;
	margin-left:5%;
}

#block-views-block-our-members-block-1 .views-row{
	float:left;
	width:180px;
	margin:15px 15px;
	text-align:center;
}

#block-views-block-our-members-block-1 .views-row img{
	width:170px;
	height:auto;
	border-radius:3px;
}

 .views-field-field-country-{
     font-weight:bold;
 }

#block-views-block-our-members-block-1 .views-row.views-field-title{
	color:#999;
	font-weight:bold;
}


#views_slideshow_controls_text_our_members-block_1{
	float:left;
	position:relative;
	margin-top:-200px;
	z-index:25;
	width:100%;	
}

#views_slideshow_controls_text_pause_our_members-block_1{
	display:none;	
}

#views_slideshow_controls_text_next_our_members-block_1 a{
	float:right;
	margin-right:20px;
	position:relative;
	z-index:80;
	width:30px;
	height:30px;
	min-width:50px;
	min-height:70px;
	color:transparent;	
	background:url(../images/right-blu.png) no-repeat;
	background-size:contain;
	transition:ease-in-out 0.4s;
}

#views_slideshow_controls_text_previous_our_members-block_1 a{
	float:left;
	margin-left:20px;
	position:relative;
	z-index:80;
	width:30px;
	height:30px;
	min-width:50px;
	min-height:70px;
	color:transparent;
	background:url(../images/left-blu.png) no-repeat;
	background-size:contain;
	transition:ease-in-out 0.4s;
}

/*********************************************** Members Page *************************************/

.view-id-members .view-content ul li{
  list-style: none;
  display: inline-block;
  margin:15px 15px;
  width:190px;
  text-align:center;
  vertical-align: top;
 }

.view-id-members .views-field-field-coun img{
	width:170px;
	height:auto;
	border-radius:3px;
}

.view-id-members .views-field-field-region{
    font-style: italic;
    font-size:12px;
    color:#7dbed1;
}


/************************************************* end Members and Reports **********************************************/

/***************************************************** Front Page Reports **********************************************/
/** Feature ***********/
#block-views-block-front-feature-report-block-1{
	float:left;
	margin-top:50px;	
}

#block-views-block-front-feature-report-block-1 h2{
	float:left;
	background:#09f;
	color:#FFF;
	text-align:center;
	width:150px;
	padding:5px;
	font-size:18px;
	font-weight:bold;
	margin-bottom:0px;	
}

#block-views-block-front-feature-report-block-1 img{
background: #fff;
	padding:10px 10px;
	width:350px;
	height:400px;
}

#block-views-block-front-feature-report-block-1 .views-field-title{
	background:url(../images/trans_blk.png);
	float:left;
	margin-top:-110px;
	width:330px;
	padding:10px;
	position:relative;
	z-index:5;
	margin-left:10px;
	height:75px;
	overflow:hidden;
	color:#FFF;	
}

#block-views-block-front-feature-report-block-1 .views-field-title a{
	color:#09f;
	font-size:16px;
	font-weight:bold;	
}

#block-views-block-front-feature-report-block-1 .views-field-title a:hover{
	color:#245066;
}

/******** Normal Reports **********/
#block-views-block-official-reports-block-1{
	float:left;
	margin-top:102px;
	background:#FFF;
	padding:10px 15px;
	padding-left:25px;
	width:450px;
	height:400px;
	overflow-y: scroll;
}

#block-views-block-official-reports-block-1 .view-official-reports li{
	margin-bottom:15px;
	border-bottom:1px dotted #09f;
	padding-bottom:15px;	
}

#block-views-block-official-reports-block-1 .view-official-reports li a{
	color:#09f;
	font-weight:bold;
	font-size:16px;	
}

#block-views-block-official-reports-block-1 .view-official-reports li a:hover{
	color:#245066;
}

#block-views-block-official-reports-block-1 .view-footer a{
	color:#FFF;
	background:#09F;
	padding:10px 15px;
	font-size:18px;
	float:right;	
}

/************************************************ end Front Page Reports *************************************************/

/************************************************ Front Page Speeches ****************************************************/

#block-views-block-current-speeches-block-1{
	float:left !important;
	width:96%;
	padding:10px 2%;
	background:#FFF;
	margin-top:102px;
	text-align:left;
}

#block-views-block-current-speeches-block-1 .item-list ul{
    float:left;
    position:relative;
    border-bottom:1px dotted #245066;
    margin-bottom:10px;
}
#block-views-block-current-speeches-block-1 .item-list ul li{
    margin:10px 2%;
	padding-bottom:15px;
	width:23%;
	min-width:300px;
	display:inline-block !important;
	vertical-align: top !important;
	float:left !important;
}

#block-views-block-current-speeches-block-1 .item-list ul li a{
	color:#09f;
	font-weight:bold;
	font-size:16px;	
}

#block-views-block-current-speeches-block-1 .item-list ul li a:hover{
	color:#245066;
}

#block-views-block-current-speeches-block-1 h2{
	float:left;
	background:#2e3192;
	color:#FFF;
	text-align:center;
	width:350px;
	padding:5px 10px;
	font-size:18px;
	font-weight:bold;
	margin-top:-40px;
	margin-left:-27px;
	position:relative;
}

#block-views-block-current-speeches-block-1 .view-footer{
    width:100%;
    float:left;
}

#block-views-block-current-speeches-block-1 .view-footer #front_current_speech{
	background:#2e3192;
	color:#FFF;
	padding:10px 15px;
	font-size:18px;
	float:right;
}

#block-views-block-current-speeches-block-1 .view-footer #front_archived_speech{
	background:#000;
	color:#FFF;
	padding:10px 15px;
	font-size:18px;
	float:right;
	margin:0px 5px;
}
/************************************************** end Front Page Speeches ************************************************/
/************************************************** Front page Latest news **********************************************/
#section_4{
	float:left;
	width:96%;
	padding:15px 2%;
	background:#FFF;	
}

#block-views-block-latest-news-block-1{
	float:left;
	min-width:300px;
	width:30%;
	margin-right: 50px;
}

#block-views-block-latest-news-block-1 .views-field-field-news-photo img{
	width:300px;
	height:auto;	
}

#block-views-block-latest-news-block-1 .views-field-title{
	background:url(../images/trans_blk.png);
	float:left;
	margin-top:-140px;
	width:80%;
	padding:10%;
	position:relative;
	z-index:5;
	margin-left:0px;
	height:75px;
	overflow:hidden;
	color:#FFF;		
}

#block-views-block-latest-news-block-1 .views-field-title a{
	color:#FFF;
	font-weight:bold;	
}

#block-views-block-latest-news-second-feature-block-1{
	float:left;
	width:350px;
	margin-right:50px;
}

#block-views-block-latest-news-second-feature-block-1 .view-content{
	margin-bottom:0px;
	margin-top:20px;
	float:left;
}

#block-views-block-latest-news-second-feature-block-1 .view-content img{
	width:350px;
	height:auto;
	border-radius:5px;
}

#block-views-block-latest-news-second-feature-block-1 .view-content a{
	color:#09F;
	font-weight:bold;	
}

#block-views-block-latest-news-second-feature-block-1 .news-normal{
	background:#F00 !important;
	margin-top:-50px;	
}

#block-views-block-latest-news-second-feature-block-1 .news-normal .view-content{
	margin-bottom:0px;
	margin-top:60px;
	float:left;
}

#block-views-block-latest-news-second-feature-block-1 .news-normal ul li{
	margin:10px 3px;
	border-bottom: 1px dotted #999999;
}

/* #block-views-block-latest-news-second-feature-block-1 .news-normal ul li a{
	color:#245066;
	font-size:13px;	
}
*/
/************************************************** end front page latest news *********************************************/
/************************************************* Front Page Upcoming Events ***********************************************/

#block-views-block-upcoming-events-block-1{
	float:left;
	min-width:360px;
	width:60%;
	padding-left:4%;
	border-left:1px dotted #333;
	
}

#block-views-block-upcoming-events-block-1 .views_slideshow_cycle_slide{
    width:auto;
}

#block-views-block-upcoming-events-block-1 .views_slideshow_cycle_slide .views-row{
	margin:10px 7px;
	padding:3px;
	float:left ;
	background:#eee;
	display:inline-block;
	width:46%;
	min-width:320px;
}

#block-views-block-upcoming-events-block-1 .views_slideshow_cycle_slide .views-row img{
    width:100%;
    height: auto;
    border-radius:5px;
}



/*************************************************** end Front page events *************************************************/
#block-b2u-breadcrumbs{
	float:left;
	height:50px;
	padding-top:0px;
	/*background:#B6D0F1; */
	position:relative;
	margin-bottom:-25px;
	margin-left:50px;
	display: none !important;
}

#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:left;
	position:absolute;
	padding:10px;
	padding-right:15px;
	padding-left:10px;
	margin-top:70px;
  z-index:400;
  right: 6%;
  background:#FFF;
  border-radius:5px;
  transition:ease-in-out 0.5s;
  display:none;
}

#block-views-block-user-pic-circle-block-1{
	float:right;
	position:relative;
	margin-right:50px;
	border-radius:50%;
	border:2px solid #888;
	width:50px;
	height:50px;
	background:#0CF;
	z-index:200;	
}

#block-views-block-user-pic-circle-block-1 img{
	width:50px;
	height:50px;
	border-radius:50%;
	background:#FFF	
}

#block-views-block-user-pic-circle-block-1 img:hover{
	opacity:0.5;
	transition:ease-in-out 0.4s;
	cursor:pointer;
}

/************************************************************ Section 10 ********************************************/

#section_10{
/*	background:	url(../images/sec3_bg.png); */
	background: #006181;
	float:left;
	width:90%;
	padding:10px 5%;
	padding-bottom:20px;
	color:#fff;
}

#section_10 h2{
	color:#fff;
}
/*
#section_10 #block-webform{
	display:none;
}

*/

#section_10 #block-webform .js-form-item-subscriber-email{
	float:left;
	width:70%;
	padding:0;
	position:static;
	z-index:2;
}

#section_10 #block-webform #edit-subscriber-email{
	font-size:18px;
	width:55%;
	min-width:250px;	
}

#section_10 #block-webform .webform-submission-subscription-list-add-form .form-actions{
	float:left;
	margin-left: -295px;
	position:relative;
	z-index:5;
}

.path-frontpage #section_10 #block-webform .webform-submission-subscription-list-add-form .form-actions{
	float:left;
	margin-left: -300px;
	position:relative;
	z-index:5;
}



#section_10 #block-webform .webform-submission-subscription-list-add-form .form-actions .webform-button--submit{
	background:#000 !important;
	color:#FFF;
	font-size:18px;
	border:0px;
	border-radius:0px 5px 5px 0px;
	padding:6px 15px;
	float:left;
}


/************************************************************ end of section 10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^/


/********************************************************* page footer styling ************************************/


footer#page-footer{
	float:left;
	width:90%;
	padding:15px 2px;
	margin:20px 5%;
	border-top: 1px dotted #999999;
	background: #fff;
	color:#333;
	margin-bottom:0px !important;
}

footer #foot_1{
	float:left;
	width:35%;
	padding:10px 1.5%;
	margin:0px 1%;
		
}

footer #foot_1 #block-footerlogo{
	font-size:12px;
	text-align:center;
}

footer #foot_1 #block-footerlogo #social img{
    width:auto !important;
    height:40px !important;
    margin:2px 5px;
}

footer #foot_1 #block-footerlogo img:nth-child(1){
	width: 80%;
	height:auto;
	margin:0;
}


footer #foot_1 #block-footerlogo a{
	font-size:12px;
	color: #245066;
	text-decoration:none;
}

footer #foot_1 #block-footerlogo p:nth-child(3){
	text-align:left;	
}

footer #foot_2{
	float:left;
	width:20%;
	padding:10px 1.5%;
	margin:0px 3%;	
}

footer #foot_2 h2{
	background:	#245066;
	color:#FFF;
	padding:2px 6px;
	position:relative;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

footer #foot_2 p{
	font-size:14px;
}

footer #foot_2 p:nth-child(1){
	background: url("../images/blu_0005_tel.png") no-repeat;
	padding-left:40px;
	background-position:left;
	background-size:35px 34px !important;
}

footer #foot_2 p:nth-child(2){
	background: url("../images/blu_0000_fax.png") no-repeat;
	padding-left:40px;
	background-position:left;
	background-size:contain;
}

footer #foot_2 p:nth-child(3){
	background: url("../images/blu_0003_post.png") no-repeat;
	padding-left:40px;
	background-position:left;
	background-size:25px 20px !important;
}

footer #foot_2 p:nth-child(4){
	background: url("../images/blu_0004_gps.png") no-repeat;
	padding-left:40px;
	background-position:left;
	background-size:20px 32px !important;
}

footer #foot_2 p:nth-child(5){
	background: url("../images/blu_0002_email.png") no-repeat;
	padding-left:40px;
	background-position:left;
	background-size:contain;
}



footer #foot_3{
	float:left;
	width:20%;
	padding:10px 1.5%;
	margin:0px 3%;	
}

footer #foot_3 h2{
	background:	#245066;
	color:#FFF;
	padding:2px 6px;
	position:relative;
	clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

footer #foot_3 a{
	font-weight:bold;
	color: #245066;	
}

footer #bottom_footer{
	background:	#245066;
	color:#FFF;
	float:left;
	width:90%;
	padding:0px 5%;
}

footer #bottom_footer a{
	color:#FFF;
	font-weight:bold;	
}

footer #block-copyright{
	float:left;	
}

footer #block-syndicate{
	float:left;
	height:30px;
	margin-left:5%;
}

footer #block-syndicate a{
	float:left;
	margin-top:15px;
	margin-left:20px;	
}

footer #block-lulucrawntag{
	float:right;
}
/******************************************************* End Footer ****************************************************/

/****************************************************   Content Page ****************************************************/

#section_1{
	float:left;
	width:90%;
	padding:0px 5%;
	background:#eee;
}

.user-logged-in #section_1 #block-tabs{
	padding:15px 0px;
	background:#FFF;
}

#block-pagetitle{
	text-align:center;
	float:left;
	color:#FFF;
	margin-bottom: -10px;
	margin-top:20px;
	padding:0px 15px;
	
	
}

#block-pagetitle h1{
	color:#FFF;
	background:#2e3192;
	padding:10px;
	border-radius: 8px 8px 0px 0px;
	margin-bottom: 0;
	margin-left:-15px;	
}

#content-area{
	background:#eee;
	width:90%;
	position:relative;
	text-align:left;
	float:left;
	z-index:20;
	padding:10px 5%;
	padding-bottom:30px;
}

.path-frontpage #content-area{
	display:none;
}

.path-frontpage #block-basic-content{
	display:none;	
}

#block-basic-content{
	background:#FFF;
	border-radius:0px 8px 8px 8px;
	padding:4%;
	width:92%;
	float:left;	
}

/*****************************  Basic input styling    *****************/


#block-basic-content input[type="text"],
#block-basic-content input[type="date"],
#block-basic-content input[type="datetime"],
#block-basic-content input[type="email"],
#block-basic-content input[type="number"],
#block-basic-content input[type="search"],
#block-basic-content input[type="time"],
#block-basic-content input[type="url"],
#block-basic-content input[type="tel"],
#block-basic-content input[type="password"],
#block-basic-content textarea,
#block-basic-content select {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
	transition:ease-in-out 0.4s;
}

#block-basic-content input[type="text"]:focus,
#block-basic-content input[type="date"]:focus,
#block-basic-content input[type="datetime"]:focus,
#block-basic-content input[type="email"]:focus,
#block-basic-content input[type="number"]:focus,
#block-basic-content input[type="search"]:focus,
#block-basic-content input[type="time"]:focus,
#block-basic-content input[type="url"]:focus,
#block-basic-content textarea:focus,
#block-basic-content select:focus{
	background: #d2d9dd;
	transition:ease-in-out 0.4s;
}
#block-basic-content select{
	-webkit-appearance: menulist-button;
	height:35px;
}

 #block-basic-content input[type="submit"],
 #block-basic-content input[type="button"]
{
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #1abc9c;
	background: #245066;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 0px solid transparent;
	border-width: 0px;
	border-radius:5px;
	margin-bottom: 10px;
	transition:ease-in-out 0.4s;
}
#block-basic-content input[type="submit"]:hover,
#block-basic-content input[type="button"]:hover
{
	background: rgb(3,66,103);
background: linear-gradient(90deg, rgba(3,66,103,1) 0%, rgba(14,120,163,1) 35%, rgba(11,208,247,1) 100%);
transition:ease-in-out 0.4s;
cursor:pointer;
}

/*********** end general input *************************/

/************************************************************** about us page *******************************************/

.page-node-1 article .field--name-body img:nth-child(1){
	width:100%;
	height:auto;
	margin-bottom:20px;	
}

.page-node-1 article .field--name-body a:nth-child(1){
	color:#09F;
	font-weight:bold;	
}

/****************************************************   end about us *****************************************************/

.path-official-reports #block-basic-content .view-id-official_reports_page .item-list ul li, .path-speeches #block-basic-content .view-id-speeches .item-list ul li, .path-upcoming-events #block-basic-content .view-id-upcoming_events_page .item-list ul li, .path-previous-events #block-basic-content .view-id-upcoming_events_page .item-list ul li, .path-tenders #block-basic-content .view-id-tenders .item-list ul li, .path-vacancies #block-basic-content .view-id-vacancies .item-list ul li, .path-news #block-basic-content .view-id-news .feature-news .views-row, .path-archived-speeches #block-basic-content .view-id-speeches .item-list ul li{
	position:relative;
	display:inline-block;
	margin:10px 10px;
	vertical-align:top;
	width:28%;
	max-width:300px;
	border:0px solid #999;
	padding:10px 15px;
	border-radius:5px;

}

.path-news #block-basic-content .view-id-news .feature-news .views-row{
	background:none;
}

.path-news #block-basic-content .view-id-news .views-field-title{
	margin:10px 0px;
	border-bottom: 1px dotted #999;	
}

.path-news #block-basic-content .view-id-news .views-field-title a{
	color: #245066;
}

.path-official-reports #block-basic-content .view-id-official_reports_page .item-list ul li a, .path-speeches #block-basic-content .view-id-speeches .item-list ul li a, .path-archived-speeches #block-basic-content .view-id-speeches .item-list ul li a, .path-upcoming-events #block-basic-content .view-id-upcoming_events_page .item-list ul li a, .path-previous-events #block-basic-content .view-id-upcoming_events_page .item-list ul li a, .path-tenders #block-basic-content .item-list ul li a, .path-vacancies #block-basic-content .view-id-vacancies .item-list ul li a, .path-news #block-basic-content .view-id-news .item-list a, .path-news #block-basic-content .view-id-news .feature-news .views-row a{
	color:#09f;
	font-weight:bold;
}

.path-upcoming-events #block-basic-content .view-id-upcoming_events_page .item-list ul li img, .path-previous-events #block-basic-content .view-id-upcoming_events_page .item-list ul li img, .path-news #block-basic-content .view-id-news .feature-news .views-row img{
	width:300px;
	height:auto;
	margin-left:-15px;
	margin-top:-10px;
	border-radius:5px 5px 0px 0px;	
}

.path-news #block-basic-content .view-id-news .feature-news{
	border-bottom: 1px solid #999;
	margin-bottom:30px;
	padding-bottom:30px;	
}


 .path-speeches #block-basic-content .view-id-speeches input[type="submit"], .path-speeches #block-basic-content .view-id-speeches input[type="button"], .path-archived-speeches #block-basic-content .view-id-speeches input[type="submit"], .path-archived-speeches #block-basic-content .view-id-speeches input[type="button"]
{
	position: relative;
	display: inline-block;
	float:left;
	padding: 5px 0px;
	color: #FFF;
	margin: 0 10px;
	margin-right:10% !important;
	background: #1abc9c;
	background: #245066;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 50%;
	max-width:320px;
	border: 0px solid transparent;
	border-width: 0px;
	border-radius:5px;
	margin-bottom: 10px;
	transition:ease-in-out 0.4s;
}

.path-speeches #block-basic-content .form-item, .path-archived-speeches #block-basic-content .form-item{
    float:left;
    margin:10px 15px;
}

 .path-speeches #block-basic-content input[type="text"], .path-speeches #block-basic-content select, .path-archived-speeches #block-basic-content input[type="text"], .path-archived-speeches #block-basic-content select{
     width:auto !important;
     font-family: Georgia, "Times New Roman", Times, serif;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	margin:auto;
	outline: 0;
	padding;auto;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	transition:ease-in-out 0.4s;
 }

.path-speeches .view-id-speeches .form-actions, .path-archived-speeches .view-id-speeches .form-actions{
	width:100%;
	float:left;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
	margin-top:20px;
}

.path-official-reports .feed-icons, .path-speeches .feed-icons{
	display:none;	
}

/************************************************     strategic Style *****************************************/

.page-node-120 #block-basic-content #exe1, .page-node-120 #block-basic-content #exe2, .page-node-120 #block-basic-content #exe3, .page-node-120 #block-basic-content #exe4, .page-node-120 #block-basic-content #exe5, .page-node-120 #block-basic-content #exe6, .page-node-120 #block-basic-content #exe7{
    width:90%;
    float:left;
    text-align:center;
    margin:15px 5%;
}

.page-node-120 #block-basic-content .field--name-body img{
    width:300px;
    height:auto;
}

.page-node-120 #block-basic-content .field--name-body p{
    font-size:18px;
    font-weight:bold;
    padding:5px 7px;
    border-radius:5px;
}



/****************************************   Speeches ***************************************/

.page-node-type-speeches #block-basic-content article .field--label-inline div{
    display:inline-block;
}

.page-node-type-speeches #block-basic-content article .field--label-inline{
    padding:5px;
    margin-top:6px;
    margin-bottom:6px;
    background: #efefef;
}

.page-node-type-speeches #block-basic-content article .field--label-inline .field__label{
     font-weight:bold;
 }
 
 .page-node-type-speeches #block-basic-content article .field--label-inline .field__label::after{
     content: ": " !important;
 }

.page-node-type-speeches #block-basic-content article .field--label-inline .field--name-field-topic-area{
    margin-bottom:10px;
}


.page-node-type-speeches #block-basic-content article .field--name-body p a{
    color: #09f;
    font-weight: bold;
}


.page-node-145 #link-button, .page-node-184 #link-button{
    color:#fff;
    background: #09f;
    padding:8px 14px;
    border-radius:4px;
    transition: ease-in-out 0.4s;
}

.page-node-145 #link-button:hover, .page-node-184 #link-button:hover{
    background:#000;
    transition: ease-in-out 0.4s;
}

.path-webform #block-basic-content .webform-submission-registration-for-attendance-form{
    max-width:600px;
    position:relative;
    margin:0px auto;
}

.path-webform #block-basic-content .js-webform-type-fieldset{
    margin:15px 0px;
}

#scrollTopButton-image{
    width:45px !important;
    height:45px !important;
    background-repeat:none;
    background-size:contain;
}

.path-videos .view-id-videos .item-list ul li{
    display:inline-block;
    margin:30px 20px;
    float:left;
    list-style:none;
    text-align:center;
    width:520px;
    padding:0px !important;
    vertical-align:top;
}

.path-videos .view-id-videos .item-list ul li .views-field-title a{
     color:#09f;
     font-size:18px;
     font-weight:bold;
 }
 
 .page-node-type-slideshow article a{
 color:#09f;    
 }
 
 .path-resources #block-basic-content .group-item-list{
     border-bottom:1px dotted #333;
 }
 
 .path-resources #block-basic-content .group-item-list:nth-last-child(1){
     border-bottom:none;
 }
 
.path-resources #block-basic-content .view-content ul li{
    width:350px;
    display: inline-block;
    vertical-align:top;
    margin:20px 15px;
    padding-bottom:5px;
    background:#efefef;
    border-radius:5px;
}

.path-resources #block-basic-content .view-content ul li ul li{
width:320px;
    display: block;
    vertical-align:top;
    margin:5px 0px;
    font-size:12px;
    padding:none;
}
 
.path-resources #block-basic-content .views-field-title{
    font-weight:bold;
    text-transform: capitalize;
    background: #2e3192;
    color:#fff;
    width:90%;
    padding:3px 5%;
}

.path-resources #block-basic-content .views-field-field-report-download li a{
    color:#09f;
    font-size:12px;
}

 #block-basic-content a[href$=".pdf"]::before {
  content: url(../images/pdficon.webp);
   vertical-align: middle;
  margin-right: 6px;
}

#block-basic-content .field__label{
    font-weight:bold;
}

.path-webform #block-basic-content .form-item-telephone-number{
    position:relative;
    z-index:800 !important;
}

.page-node-type-news #block-basic-content .field--name-field-news-photo img{
    width:100%;
    height:auto;
}

.page-node-type-news #block-basic-content .field--name-field-news-gallery .field__item{
    display:inline-block;
    margin:10px;
}

.page-node-type-news #block-basic-content ul li{
    list-style: ;
}


.page-node-.path-admin #user-login-form{
    padding:10px;
    border-radius:8px;
    background: #fff;
    width:360px;
    margin-top: 80px;
}


.page-node-.path-admin #user-login-form .form-item{
    margin:15px 5px;
}

.path-speeches #block-basic-content .view-content .item-list{
    width:95%;
    float:left;
    border:1px solid #eee;
    margin-top:10px;
    padding:5px;
}





