@charset "utf-8";
/* 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:url(../images/agc-bg.png), #efefef;
  background-size:cover;
  font-size:16px;
  max-width:100%;
  height:100%;
  -webkit-font-smoothing: antialiased;
  color:#666;
}

.path-frontpage{
color:#333;
background:url(../images/agc-bg.png) no-repeat;
background-size:cover;	
}

.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;	
}

 strong{
	 font-weight:bold; 
 }

.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%;
	height:2.6em;	
}


.rrssb .rrssb-buttons .rrssb-icon {
    position: relative;
    left: 15%;
	vertical-align:top;
}

.rrssb .rrssb-buttons li{
	display:inline-block;
	vertical-align:top;
}

.rrssb .rrssb-text{
	display:none;	
}

.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:#09F;
  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:100%;
	height:50px;
	float:left;
	top:0px;
	z-index:200;
	color:#FFF;
	padding:0px 0px;
	vertical-align:bottom;
	overflow:hidden;
	border:0px;
	background:#0C3449;	
}

#block-b2u-toptitle{
	float:left;
	margin-left:4%;
	margin-top:-5px;
	 height:30px;
	 padding:0px;
}

#block-b2u-toptitle p{
	font-weight:bold;
	 font-size:18px;
}

#block-b2u-searchform{
	float:right;
	margin-right:5%;
	 height:30px;
}

#block-b2u-searchform h2{ 
 color: #fff;
 font-size:9px;
 text-indent:-9999px;
 width:30px;
 height:30px;
 background:url(../images/search.png) no-repeat;
 background-position:center;
 background-size:contain;
 cursor:pointer;
}

#block-b2u-searchform #search-block-form{
	 position:absolute;
	 right:5%;
	 margin-top:5px;
	 background:#09F;
	 padding:6px;
	 border-radius:5px;
	 z-index:400;
	 display:none;
 }
 
 #block-b2u-searchform #search-block-form #edit-keys{
	 width:250px;
	 height:30px;
 }
 
 #block-b2u-searchform #search-block-form #edit-submit{
	 height:30px;
	 text-align:center;
	 width:60px;
	 background:#000;
	 color:#FFF;
	 border:1px solid #000;
 }
 
#block-b2u-toptelandemail{
	padding:8px;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	height:30px;
	float:right;
	margin-right:0%;
	margin-top:3px;
}
 
 #block-b2u-toptelandemail ul li{
	 display:inline-block !important;
	 float:left;
	 margin:0px 20px;
	 color:#FFF;
	 font-size:18px;
	 font-weight:600; 
 }
 
 #block-b2u-toptelandemail ul li a{
	 color:#FFF; 
 }

#top_sub_section{
	float:left;
	width:100%;
	z-index:5;
	margin-top:0px;
	background:none;
	position:relative;
}

.path-frontpage #top_sub_section{
	background:none;
}

/* ================================== */
/* menu  */
/* ================================== */


/*************************************  top section branding and search *********************************/

#block-b2u-sitebranding{
	float:left;
	z-index:400;
	margin-left:5%;
	margin-top:10px;
}

#block-b2u-sitebranding .site-logo{
	position:relative;
	float:left;
	background:#fff;
	padding:4px 8px;
	border-radius:25px;
	width:120px;
	text-align:center;
	}

#block-b2u-sitebranding .site-logo img{
	height:130px;
	width:auto;
	transition:ease-in-out 0.5s;	
}

#block-b2u-sitebranding .site-name{
	float:left;
	width:60%;
	margin-top:20px;
	margin-left:40px;
}

#block-b2u-sitebranding .site-name a{
	color: #3b99bf;
	font-size:30px;
	font-weight:bold;
}

#block-b2u-mainmenu{
	float:right;
	margin-top: 0px;
	background: #FFF;
	padding:8px 20px;
	padding-right:50px;
	margin-right:0%;
	position:relative;
	z-index:50;	
}

 #block-b2u-mainmenu:before{
	content: " ";
    position: absolute;
    display: block;
	float:right;
    width: 40%;
    height: 100%;
    top: 0px;
    left: -70px;
    z-index: -1;
    background:#FFF;
    transform-origin: bottom left;
    -ms-transform: skew(50deg, 0deg);
    -webkit-transform: skew(50deg, 0deg);
    transform: skew(50deg, 0deg);  
 }

#block-b2u-mainmenu ul{
	background: #FFF !important;
	color:#333;
}

#block-b2u-mainmenu ul *{
	background: #FFF;
}

#block-b2u-mainmenu ul li a, #block-b2u-mainmenu ul li span{
	background: #FFF;
	color:#333;
}
 
#block-b2u-mainmenu ul .level-1 a, #block-b2u-mainmenu ul .level-1{
    color:#333 !important; 
}

#block-b2u-mainmenu ul .level-1 a:hover, #block-b2u-mainmenu ul .level-1:hover, #block-b2u-mainmenu ul li span.level-2:hover{
    color:#1be1f7 !important;
    transition: visibility 0.4s, opacity 0.5s linear;
}


#block-b2u-mainmenu ul .level-1 a.active-trail{
    text-decoration: underline;
    text-decoration-color: #1be1f7;
    text-underline-offset: 8px;
}

#block-b2u-mainmenu .tbm-submenu{
	max-width: 360px;
	float:left;	
}

#block-b2u-mainmenu .tbm-subnav li div span{
	color:#FFF !important;	
}

#block-b2u-mainmenu ul .level-2 a, #block-b2u-mainmenu ul .level-2{
	color:#FFF !important;	
}

#block-b2u-mainmenu ul li *{
	background: #000;
}

#block-b2u-mainmenu ul li .tbm-submenu{
	background: #000;
}


#block-b2u-mainmenu ul li:nth-child(2) .tbm-submenu{
	margin-left:70px;	
}

#block-b2u-mainmenu ul li:nth-child(3) .tbm-submenu{
	margin-left:160px;	
}

#block-b2u-mainmenu ul li:nth-child(3) .tbm-submenu .tbm-submenu{
	margin-left:-30px;
	border:1px solid #999;	
}

#block-b2u-mainmenu ul li:nth-child(4) .tbm-submenu{
	margin-left:280px;	
}

#block-b2u-mainmenu ul li:nth-child(5) .tbm-submenu{
	margin-left:430px;	
}

#block-b2u-mainmenu ul li:nth-child(6) .tbm-submenu{
	margin-left:430px;	
}

#block-b2u-mainmenu ul li ul *{
	background: #000;
}

#block-b2u-mainmenu ul li ul li:hover{
	background:#2FAFBD !important;
}


#block-b2u-mainmenu ul li a{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:7px 10px;
	transition:ease-in-out 0.4s;	
}

#block-b2u-mainmenu ul li span{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	padding:7px 10px;
	transition:ease-in-out 0.4s;	
}

#block-b2u-mainmenu ul li:hover{
	background:none !important;	
}

/************************************** Slideshow begin *******************************************/

#slideshow{
float:left;
width:100%;
position:relative;
z-index:22;
margin-top:0px;
background:#88dcfe;
}

.path-frontpage #slideshow{
float:left;
width:100%;
position:relative;
z-index:2;
margin-top:-155px !important;
background:#none;
max-height:660px;
}

 #block-b2u-views-block-slideshow-block-1{
     max-height:660px;
     overflow-y: hidden;
 }

#block-clearblock{
	display:none;	
}

 #block-b2u-views-block-slideshow-block-1 .views-field-field-slide img{
	max-width:100% !important;
	min-width:100% !important;
	height:auto !important; 
 }
 
 .views-slideshow-controls-text-pause{
	display:none;	
}
 #block-b2u-views-block-slideshow-block-1 .views-field-body{
	 color:#FFF;
	 margin-top:-300px;
	 float:left;
	 position:absolute;
	 left:12%;
	 font-size:38px;
	 text-align:left;
	 border-radius:4px;
	 overflow:hidden;
	 width:90%;
	 padding:0px 5%;
	 padding-bottom:200px;
	 margin-left: -12%;
	 margin-bottom:-200px;
	 background:url(../images/slide-bg.png) repeat-x;
	 background-position:bottom;

 }
 
 #block-b2u-views-block-slideshow-block-1 .views-field-body .field-content p{
     font-size:20px;
     font-weight:bold;
     margin-bottom: -10px;
 }
 
  #block-b2u-views-block-slideshow-block-1 .views-field-body .field-content{
	  padding:8px;
	 width:90%;
	 
	 float:left;
  }

 
 #block-b2u-views-block-slideshow-block-1 .views-field-body #slide-title{
	 color:#FFF;
	 font-size:25px;
	 font-weight:bold;
	 margin-top:-40px;
	 text-transform:uppercase;
	 line-height:19px;
 }

#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:120px;
	height:150px;
	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_previous_slideshow-block_1 a{
	float:left;
	margin-left:20px;
	position:relative;
	z-index:80;
	width:120px;
	height:150px;
	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;
}


#block-b2u-featuretop{
	 filter: drop-shadow(0 0 10px #79aac7);
position:absolute;
z-index:600;
width:80%;
margin-left:10%;
margin-top:-40px;
	 
 }
 
 #block-b2u-featuretop a{
     color:#fff;
     font-size:12px;
 }
 
 .feat1, .feat2, .feat3, .feat4{
	 width:20%;
	 float:left;
	 padding:10px 2.5%;
	 margin:auto;
	 margin-top:-50px;
	 color:#FFF;
	 font-size:12px;
	 font-weight:bold;
	 height:130px;
	 transition:ease-in-out 0.5s;
	 overflow:hidden;
	 text-align: center;
	 min-width:180px;
	 box-shadow: 0px 27px 34px -7px rgba(0,0,0,0.41);
-webkit-box-shadow: 0px 27px 34px -7px rgba(0,0,0,0.41);
-moz-box-shadow: 0px 27px 34px -7px rgba(0,0,0,0.41);
 }
 
 .feat1 div, .feat2 div, .feat3 div, .feat4 div{
	color:transparent;
	text-align:left;
	visibility: hidden;
	opacity: 0;
  transition: visibility 0.4s, opacity 0.5s linear;
  vertical-align:top;
 }
 
 .feat1:hover div, .feat2:hover div, .feat3:hover div, .feat4:hover div{
     margin-top:-100px;
	 visibility: visible;
  opacity: 1;
 }
 
 .feat2:hover div{
     margin-top:-115px;
 }
 
 .feat1:hover, .feat2:hover, .feat3:hover, .feat4:hover{
	 color:#09f;
	 transition:ease-in-out 0.4s; 
 }
 
  .feat1:hover p, .feat2:hover p, .feat3:hover p, .feat4:hover p{
	 visibility: hidden;
     opacity: 0;
     transition: visibility 0s, opacity 0.5s linear; 
 }
 
  

 
 .feat1:hover, .feat2:hover, .feat3:hover, .feat4:hover{
	 background:#000;
	 transition:ease-in-out 0.5s;
	 box-shadow: 0px 27px 34px -7px rgba(0,0,0,0.41);
-webkit-box-shadow: 0px 27px 34px -7px rgba(0,0,0,0.41);
-moz-box-shadow: 0px 27px 34px -7px rgba(0,0,0,0.41);
 }
 
 .feat1 img, .feat2 img, .feat3 img, .feat4 img{
     width:60px !important;
     height:auto !important;
     padding:;
 }
 

 
 .feat1{
	 background: #70b6fb;
	 border-radius:8px 0px 0px 8px; 
 }
 
 .feat2{
	 background: #48a3f6;
	 margin-left:-3px; 
 }
 
 .feat3{
	 background: #2893f5;
	 margin-left:-3px; 
 }
 
 .feat4{
	 background: #0b67bc;
	 margin-left:-3px;
	 border-radius:0px 8px 8px 0px; 
 }
 
 
 


#block-b2u-views-block-upcoming-events-front-block-block-1{
	float:left;
	width:80%;
	margin-left:10%;
	height:80px;
	overflow:hidden;
	border-radius:20px;
	background:#FFF;
	position:relative;
	z-index:60;
	margin-top:160px;	
}

#block-b2u-views-block-upcoming-events-front-block-block-1 h2{
	background:#003651;
	color:#FFF;
	float:left;
	padding:5px 10px;
	padding-top:20px;
	text-align:left;
	margin-left:-5px;
	margin-top: 0px;
	height:60px;
	min-width:100px;
	width:25%;
	max-width:200px;
	vertical-align:middle;
	font-size:1.7vw;	
}

 #block-b2u-views-block-upcoming-events-front-block-block-1 .view-content{
	float:right;
	width:75%;
	text-align:left;
	padding:10px;
	color:#999;
	margin-top:15px; 
 }
 
 #block-b2u-views-block-upcoming-events-front-block-block-1 .view-content a{
	 font-size:18px;
	 color:#09C;
	 font-weight:bold; 
 }
 
 #views_slideshow_controls_text_pause_upcoming_events_front_block-block_1, #views_slideshow_controls_text_previous_upcoming_events_front_block-block_1{
	display:none;	
}

#views_slideshow_controls_text_next_upcoming_events_front_block-block_1 a{
	float:right;
	margin-right:-5px;
	margin-top:-30px;
	position:relative;
	text-indent: -9999px;
	z-index:80;
	width:30px;
	height:35px;
	color:transparent;	
	background:url(../images/right-blu.png) no-repeat;
	background-size:contain;
	transition:ease-in-out 0.4s;
}


#block-b2u-pagetitle{
	background:#16b0d7;
	float:left;
	text-align:center;
	margin-top:20px;
	margin-bottom: -80px;
	padding:0px 10px;
	border-radius:10px 10px 0px 0px;
	margin-left: 6%;
	max-width:85%;
}

#block-b2u-pagetitle h1{
	color:#FFF;
	font-size:24px;
	text-align:center;
	padding:5px;
	margin-top: 0px;	
}

/********************************************************* page footer styling ************************************/


footer#page-footer{
	float:left;
	width:96%;
	padding:20px 2%;
	margin:0px;
	background:url(../images/footer-bg.png) no-repeat, #0f4051;
	background-size:cover;
	color:#fff;
	margin-top:-10px;
}

footer #foot_1{
	float:left;
	padding:10px;
	margin:0px 1%;
	text-align:center;
	width:20%;
	min-width:200px;
}

footer #foot_1 img{
	width:100%;
	height:auto;
}

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;
}

#block-b2u-sociallinksfooter{
	height:40px;
	padding:5px 10px;
	border-radius:40px;	
	width:100%;
	background:#FFF;
}

#block-b2u-sociallinksfooter ul li{
	display:inline-block;
	margin:10px 5px;
	vertical-align:top;
	margin-top:0px;	
}

#block-b2u-sociallinksfooter ul li img{
	width:40px;
	height:auto;
}

footer #foot_2{
	float:left;
	width:23%;
	padding:10px;
	margin:0px 1%;
	min-width:200px;
}

footer #foot_2 h2{
	color:#FFF;
}

footer #foot_2 .views-row{
	margin:8px 0px;	
}

footer #foot_2 a{
	font-weight:bold;
	color: #fff;	
}


footer #foot_3{
	float:left;
	width:15%;
	padding:10px 1%;
	margin:0px 1%;
	min-width:150px;
}

footer #foot_4{
	float:left;
	width:20%;
	padding:10px 1%;
	margin:0px 1%;
	min-width:180px;	
}

footer #foot_4 h2{
	color:#FFF;
}


footer #foot_3 h2{
	color:#FFF;
}

footer #foot_3 a{
	font-weight:bold;
	color: #fff;	
}

footer #bottom_footer{
	background:	none;
	color:#FFF;
	float:right;
	width:98%;
	padding:0px;
	padding-left:1%;
}

footer #bottom_footer a{
	color:#FFF;
	font-weight:bold;	
}

footer #block-b2u-copyright{
	float:left;
	background:none;
}

footer #block-b2u-developedbylulucrawn{
	float:right;
}

#block-b2u-bottom-footer .field--name-body div{
	float:left;
	margin:10px 2%;
	max-width:340px;	
}

#block-b2u-bottom-footer .field--name-body #lulu-crawn{
	float:right;	
}

/******************************************************* End Footer ****************************************************/

/**************************************************** Front Page ******************************************************/

#content-wrapper{
	background:none;
	background-size:cover;
	float:left;
	width:100%;	
}

#section_2{
	margin-top:0px;
	margin-bottom:50px;
	width:90%;
	padding:45px 7%;
	padding-right:3%;
	float:left;
	/*background: rgb(255,255,255);
background:url(../images/building689898.png) no-repeat, linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(242,251,254,1) 100%);
background-position:bottom right;
background-size:60%; */
	background: #f0fafe;
	
}

#block-b2u-aboutussec6{
	display: flex;
}

#block-b2u-aboutussec6 #abt-left-side{
	width:35%;
	min-width:360px;
	background:url(../images/50yrs.png) no-repeat;
	background-size:cover;
	float:left;
	min-height:470px;
	flex: 1;
	border-radius:10px;	
}

#block-b2u-aboutussec6 #abt-right-side{
	width:60%;
	min-width:360px;
	padding:0px;
	padding-left:15px;
	background:none;
	float:left;	
}

 #block-b2u-aboutussec6 #abt-right-side #about-text-right{
	 background:#FFF;
	 padding:15px;
	 padding-top:0px;
	 border-radius:10px;
	 margin-top: -20px;
	 margin-left:20px;
	 width:85%;
	 background:url(../images/trans_wht.png);
	/* box-shadow: 2px 2px 0 0 #eee; */
 }
 
 #block-b2u-aboutussec6 #abt-right-side #about-text-right a:nth-child(1){
	 font-size:18px;
	 color:#09F;
	 background:#FFF;
	 padding:5px 8px;
	 border-radius:5px;
	 border:3px solid #09f;
	 margin-right:10px;
	 transition:ease-in-out 0.4s; 
 }
 
 #block-b2u-aboutussec6 #abt-right-side #about-text-right a:nth-child(1):hover{
	 background:#09F;
	 color:#FFF;
	 transition:ease-in-out 0.4s; 
 }
 
 #block-b2u-aboutussec6 #abt-right-side #about-text-right a img{
	 margin-bottom:-10px;
	 width:auto;
	 height:35px;
	 margin-left:10px;
 }

#block-b2u-aboutussec6 #abt-right-side h2{
	color:#11405B;
	font-size:24px;
	text-transform: capitalize !important;
	font-family:Tahoma, Geneva, sans-serif;	
}


 #section_2 #about-frt{
	/* background: #218EC9;
	 background: linear-gradient(90deg, #218EC9 0%, #15a1ed 35%, #30c7ff 100%); 
	 background: linear-gradient(90deg, #218EC9 0%, #15a1ed 35%, #5BBCF7 100%); */
	 float:right;
	 color:#FFF;
	 width:96%;
	 padding:10px 2%;
	 margin-top:15px;
	 border-radius: 8px; 
 }
 
 #section_2 #about-frt div{
	 width:23%;
	 min-width:190px;
	 min-height:200px;
	 display:inline-block;
	 padding:1%;
	 vertical-align:top;
	 border-radius:10px;
	 margin:5px 1%;
	 margin-bottom:10px;
	 background: linear-gradient(90deg, #218EC9 0%, #15a1ed 35%, #30c7ff 100%);
 }
 
  #section_2 #about-frt div h3{
	  color:#FFF;  
  }
 
 #section_2 #about-frt #vas1{
	 width:20%;
	 min-width:180px; 
 }

/****************************************************   Content Page ****************************************************/

#section_1{
	float:left;
	width:90%;
	padding:0px 5%;
	background:none;
}

#content-area{
	background:none;
	float:left;
	width:100%;
}

#content-area #block-basic-content{
	background:#FFF;
	width:85%;
	margin:5%;
	padding:25px;
	float:left;
	border-radius:10px;	
}

.path-news-events .view-display-id-page_1 .views-row{
     float:left;
     margin:15px 10px !important ;
     width:200px;
     border-radius:8px;
     overflow:hidden;
     background:#e4e4e4;
     transition: all 0.4s ease-in-out;
 }
 
 .path-news-events .view-display-id-page_1 .views-row:hover{
     box-shadow: 0px 27px 34px -7px rgba(0,0,0,0.41);
-webkit-box-shadow: 0px 27px 34px -7px rgba(0,0,0,0.41);
-moz-box-shadow: 0px 27px 34px -7px rgba(0,0,0,0.41);
background: #48a3f6;
     color:#fff;
     transition: all 0.4s ease-in-out;
 }
 
 .path-news-events .view-display-id-page_1 .views-row img{
     width:210px !important;
     height: auto !important;
     margin-top:-10px;
 } 
 
 .path-news-events .view-display-id-page_1 .views-row .views-field-title{
     padding:10px;
     height:40px !important;
 }
 
 .path-news-events .view-display-id-page_1 .views-row .views-field-body{
     width:180px;
     padding:10px;
     height:80px;
 }
 
  .path-news-events .view-display-id-page_1 .views-row a #News{
     background:#000;
     color:#fff;
     font-size:9px !important;
     padding:2px 3px;
     border-radius:3px;
 }
 
 .path-news-events .view-display-id-page_1 .views-row a #Event{
     background:#013a60;
     color:#fff;
     font-size:9px !important;
     padding:2px 3px;
     border-radius:3px;
 }
 
 .path-news-events .view-display-id-page_1 .views-row .views-field-created{
     font-size:10px;
     font-style: italic;
     padding:10px;
 }
 


/********************************************** Document alignment *******************************************/

.view-documents .item-list{
	margin:15px 2px;
	padding:15px 10px;
	padding-bottom:30px;
	border-top:1px dotted #666666;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, #EFFAF9 100%);
}

/******************************************* Contact Us ************************************************/


/************************************* WEBFORMS *************************************/
.webform-submission-form {
    padding: 20px 15px;
}
.webform-submission-form .form-item{
    margin-bottom: 20px;
}
.webform-submission-form input[type="text"],
.webform-submission-form input[type="email"],
.webform-submission-form input[type="number"],
.webform-submission-form textarea{
    display: block;
    width:100%;
    padding: 10px;
    border:none;
    border-radius:5px;
    background: #e0e0e0;
    margin-bottom:15px;
    color:#000;
    transition: : background 0.5s;
}
.webform-submission-form input[type="text"]:hover,
.webform-submission-form input[type="email"]:hover,
.webform-submission-form input[type="number"]:hover,
.webform-submission-form textarea:hover {
    background: #eee;
}
.webform-submission-form input[type="text"]:focus,
.webform-submission-form input[type="email"]:focus,
.webform-submission-form input[type="number"]:focus,
.webform-submission-form textarea:focus {
    background: #eee;
}
.webform-submission-form input#edit-submit,
.webform-submission-form input#edit-actions-submit{
    display: inline-block;
    padding: 15px 80px;
    background: #0072bc;
    border:none;
    border-radius: 5px;
    color:#fff;
    margin-top:20px;

}
.webform-submission-form input#edit-submit:hover,
.webform-submission-form input#edit-actions-submit:hover{
    box-shadow: 0px 7px 7px #e0e0e0;
}



.webform-submission-form input[type="date"],
.webform-submission-form input[type="time"]{
    border-radius:5px;
    border:none;
    padding: 10px;
    background: #e0e0e0;
    transition: : background 0.5s;
    color:#000;
}
.webform-submission-form input[type="date"]:hover,
.webform-submission-form input[type="time"]:hover{
    background: #eee;
}

.webform-submission-form input[type="date"]:focus,
.webform-submission-form input[type="time"]:focus{
    background: #eee;
}

.path-publications .view-id-resources table{
	width:100%;	
}

.path-publications .view-id-resources table th{
	background: #16b0d7;
	color:#FFF;
	height:50px;	
}

.path-publications .view-id-resources table tbody tr{
	height:40px;
}

.path-publications .view-id-resources table tbody tr td{
	padding:5px;
	border-bottom:1px solid #999;
}

.path-publications .view-id-resources table tbody tr td:nth-child(2){
	border-left:1px solid #999;	
}

.path-frontpage #section_1{
   /* background:#0c4c6f; */
    /* :url(../images/agc-building.png), #11405B; */
    background:none;
    background-size:cover;
    background-position:bottom center;
    padding-bottom:50px;
    margin-top:200px;
}

.path-frontpage #block-b2u-views-block-latest-updates-block-1{
	float:left;
	width:96%;
	padding:15px 0;
	padding-right:4%;
	text-align:center;
	position:relative;
	z-index:200;	
}

.path-frontpage #block-b2u-views-block-latest-updates-block-1 h2{
	background:none;
	padding:10px 20px;
	color:#11405B;
	width:280px;
	text-align:center;
	position:relative;
	margin:10px auto;
	font-size:34px;
/*	-webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 75% 0, 100% 100%, 0 100%);	 
box-shadow: 5px 5px 0 0 #11405B;
*/

}

.path-frontpage #block-b2u-views-block-latest-updates-block-1 #updates-footer-link{
     border:1px solid #09f;
     border-radius:6px;
     padding:6px 10px;
 }

.path-frontpage #block-b2u-views-block-latest-updates-block-1 .views_slideshow_cycle_slide{
	text-align:center;
	margin:0px auto;
	width:100%;	
}

.path-frontpage #block-b2u-views-block-latest-updates-block-1 .views-row{
	display: inline-block;
	margin:10px 10px;
	width:340px;
	height:320px;
	background:#FFF;
	vertical-align:top;
/*	box-shadow: 5px 5px 0 0 #61ABD3;	*/
}

.path-frontpage #block-b2u-views-block-latest-updates-block-1 .views-row img{
	width:340px;
	height:auto;	
}

 .path-frontpage #block-b2u-views-block-latest-updates-block-1 .views-row .views-field-created{
	 float:left;
	 padding:3px 5px;
	 font-size:10px;
	 text-align:left;
	 background:#09F;
	 margin-top:-60px;
	 position:relative;
	 z-index:20;
	 color:#FFF;
 }
 
 .path-frontpage #block-b2u-views-block-latest-updates-block-1 .views-row .views-field-created div:nth-child(1){
	 font-size:22px;
	 font-weight:bold; 
	 text-align:center;
 }

 .path-frontpage #block-b2u-views-block-latest-updates-block-1 .views-row .views-field-title{
	 padding:10px 15px;
	 font-size:12px; 
	 text-align:left;
	 color:#333;
 }
 
 .path-frontpage #block-b2u-views-block-latest-updates-block-1 .views-row .views-field-view-node {
	 color:#658FC2;
	 font-size:13px;
	 text-align:left;
	 padding-left:15px;
 }
#views_slideshow_controls_text_pause_latest_updates-block_1, #views_slideshow_controls_text_previous_latest_updates-block_1{
	display:none;	
}

#views_slideshow_controls_text_next_latest_updates-block_1 a{
	float:right;
	margin-right:-20px;
	margin-top:-200px;
	position:relative;
	z-index:80;
	width:40px;
	height:40px;
	min-width:30px;
	min-height:50px;
	color:transparent;	
	background:url(../images/arrow-right.png) no-repeat;
	background-size:contain;
	transition:ease-in-out 0.4s;
}

#block-b2u-views-block-upcoming-events-block-1{
	float:left;
	width:80%;
	margin-left:8%;
	background:#11405B;
	margin-top:70px;
	padding:0px 0px;
	border-radius:8px;
	height:50px;	
}

#block-b2u-views-block-upcoming-events-block-1 h2{
	background:#0CF;
	color:#FFF;
	float:left;
	width:180px;
	text-align:center;
	padding:12px 0px;
	border-radius:5px 0px 0px 5px;
	margin:0px;
	font-size:18px;	
}

 #block-b2u-views-block-upcoming-events-block-1 #views_slideshow_cycle_main_upcoming_events-block_1{
	 float:left;
	 width:70%;
	 margin:0px 5px;
	 margin-top:0px;
 }
 
 #views_slideshow_cycle_teaser_section_upcoming_events-block_1{
	 float:right;
	 width:100% !important; 
 }

#block-b2u-views-block-upcoming-events-block-1 .views-row {
	color:#CCC;
}

#block-b2u-views-block-upcoming-events-block-1 .views-row a{
	color:#FFF;
	font-size:18px;
	font-weight:bold;	
}

.page-node-59 #block-basic-content #agc-strut{
     background:#000;
     padding:10px;
     border-radius:10px;
     width:300px;
     font-size:18px;
     font-weight:bold;
     margin:0px auto;
     color:#fff;
     text-align:center;
 }
 
 .page-node-59 #block-basic-content #arrow-down{
     width:5px;
     background:#48a3f6;
     margin:0px auto;
 }
 
 .page-node-59 #block-basic-content #org-strut{
     border:3px solid #48a3f6;
     border-radius:10px;
     padding:2%;
     float:left;
     width:96%;
 }
 
 .page-node-59 #block-basic-content .divisions{
     width:16%;
     min-width:150px;
     padding:1%;
     margin:1%;
     border-radius:15px;
     color:#fff;
     background: #48a3f6;
     float:left;
     cursor:pointer;
 }
 
 .page-node-59 #block-basic-content .divisions #title{
     font-size:16px;
     font-weight:bold;
     text-align: center;
     width:100%;
     min-width:150px;
     float:left;
 }
 
 .page-node-59 #block-basic-content .divisions #text{
     display:none;
 }
 
 .page-node-60 #block-basic-content .vi-mis-va{
     width:65%;
     float:left;
     margin:2%;
     border:4px solid #48a3f6;
     padding:1%;
     border-radius:15px;
     background: #48a3f6;
     color:#fff;
     font-size:16px;
 }
 
 .page-node-60 #block-basic-content .vi-mis-va strong{
     padding:10px;
     margin:20px;
     font-size:26px;

 }
 
 .page-node-60 #block-basic-content #advert{
     width:25%;
     float:left;
     margin-top:2%;
     border-radius:10px;
     background:#000;
     overflow:hidden;
 }
 
 .page-node-60 #block-basic-content #advert img{
     width:105% !important;
     height: auto !important;
     transition: all 0.4s ease-in-out;
 }
 
 .page-node-60 #block-basic-content #advert:hover img{
     opacity:0.7;
     transition: all 0.4s ease-in-out;
 }
 
 .page-node-61 #strategy{
    float:left;
    width:30%;
    height:150px;
    margin:15px 1%;
    background:#9ec3ff;
    border-radius: 10px;
    text-align: left;
    padding:8px;
}
 
 .page-node-61 #biggest{
    width:100%;
    float:left;
}
 
.page-node-61 #big1, .page-node-61 #big2, .page-node-61 #big3{
    width:280px;
    height:250px;
    background: rgb(125,178,205);
background: linear-gradient(90deg, rgba(125,178,205,1) 0%, rgba(203,228,246,1) 35%, rgba(212,244,250,1) 100%);
padding:10px;
border-radius:8px;
    float:left;
    margin:20px 20px;

} 
  
.page-node-61 #vision2036{
    background:#e4e4e4;
    padding:10px;
    border-radius:10px;
}

 .node-type-picture-gallery .field--name-field-images .field__item{
     display: inline-block;
     margin:15px 10px;
     
     padding:0px !important;
     transition:all 0.4s ease-in-out;
 }
 
 .node-type-picture-gallery .field--name-field-images .field__item img{
     border-radius:8px;
 }
 
  .node-type-picture-gallery .field--name-field-images .field__item img:hover{
     opacity:0.6;
     transition:all 0.4s ease-in-out;
 }
 
 #section_3{
	 background:url(../images/about-bottom-bg.png) repeat-x, #f0fafe;
	background-position:bottom;
	 float:left;
	 width:90%;
	 padding:20px 5%;
	 margin-top:-50px;
 }
 
  #block-b2u-views-block-management-block-1{
	  text-align:center;  
  }
 
 #block-b2u-views-block-management-block-1 h2{
	 background:#FFF;
	 width:200px;
	 padding:8px 15px;
	 margin:5px auto;
	  box-shadow: 5px 5px 0 0 #7DCAE3;
	  
 }
 
 #block-b2u-views-block-management-block-1 .views_slideshow_cycle_slide{
	 margin-left:2%;
	 width:98%; 
 }
 
 #block-b2u-views-block-management-block-1 .views_slideshow_cycle_slide .views-row{
	 display:inline-block;
	 margin:10px 20px;
	 width:280px;
	 padding:0px 10px;
	 text-align:center;
	 vertical-align:top;
 }
 
 #block-b2u-views-block-management-block-1 .views_slideshow_cycle_slide .views-row img{
	 border-radius:50%;
	 width:250px;
	 height:auto;
	 border:8px solid #FFF; 
 }
 
 #block-b2u-views-block-management-block-1 .views_slideshow_cycle_slide .views-row .views-field-title{
	 font-weight:bold;
	 color:#000;
	 background:#FFF;
	 padding-top:5px;
	 border-radius:10px 10px 0px 0px; 
 }
 
 #block-b2u-views-block-management-block-1 .views_slideshow_cycle_slide .views-row .views-field-field-credentials{
	 background:#FFF;
	 padding-bottom:5px;
	 border-radius:0px 0px 10px 10px; 
 }
 
 #views_slideshow_controls_text_management-block_1{
	float:left;
	position:relative;
	margin-top:-300px;
	z-index:25;
	width:100%;	
}

#views_slideshow_controls_text_pause_management-block_1{
	display:none;	
}

#views_slideshow_controls_text_next_management-block_1 a{
	float:right;
	margin-right:-10px;
	position:relative;
	z-index:80;
	width:40px;
	height:40px;
	min-width:30px;
	min-height:50px;
	color:transparent;	
	background:url(../images/arrow-right.png) no-repeat;
	background-size:contain;
	transition:ease-in-out 0.4s;
}

#views_slideshow_controls_text_previous_management-block_1 a{
	float:left;
	margin-left:10px;
	position:relative;
	z-index:80;
	width:120px;
	height:150px;
	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;
	display:none;
}
 
 .path-frontpage #content-area{
	 display:none; 
 }
 
 .path-faqs .view-id-faq_s .views-row, .page-glossary .view-id-glossary_view .views-row{
     list-style:none;
     padding:8px;
     margin:10px;
     border-radius:8px;
     transition: all 0.4s ease-in-out;
 }
 
 .path-faqs .view-id-faq_s .views-row:hover, .page-glossary .view-id-glossary_view .views-row:hover{
     background:#9ec3ff;
     transition: all 0.4s ease-in-out;
	 color:#000;
 }
 
 .view-id-faq_s .views-row a{
	 color:#000;
	 font-weight:bold; 
 }
 
 
  /******************************* Payment CSS styling *****************************************************/
 
 .path-agc-pay form 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: #000;
   font-size: inherit;
   margin: 0px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 150px;
}

.path-agc-pay form .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: #000;
   font-size: inherit;
   margin: 0px;
    padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 200px;
}

.path-agc-pay form .form-wrapper .description{
	font-style:italic;
	color:#000;	
}




 .path-agc-pay form input[type="text"],
 .path-agc-pay form input[type="date"],
 .path-agc-pay form input[type="datetime"],
 .path-agc-pay form input[type="email"],
 .path-agc-pay form input[type="number"],
 .path-agc-pay form input[type="search"],
 .path-agc-pay form input[type="time"],
 .path-agc-pay form input[type="url"],
 .path-agc-pay form input[type="tel"],
 .path-agc-pay form input[type="password"],
 .path-agc-pay form textarea,
 .path-agc-pay form 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:#000;
	-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;
}
 .path-agc-pay form input[type="text"]:focus,
 .path-agc-pay form input[type="date"]:focus,
 .path-agc-pay form input[type="datetime"]:focus,
 .path-agc-pay form input[type="email"]:focus,
 .path-agc-pay form input[type="number"]:focus,
 .path-agc-pay form input[type="search"]:focus,
 .path-agc-pay form input[type="time"]:focus,
 .path-agc-pay form input[type="url"]:focus,
 .path-agc-pay form textarea:focus,
 .path-agc-pay form select:focus{
	background: #d2d9dd;
	transition:ease-in-out 0.4s;
}
 .path-agc-pay form select{
	-webkit-appearance: menulist-button;
	height:35px;
}

.path-agc-pay form label{
	width:100%;
	font-size:16px;	
}

 .path-agc-pay form input[type="submit"],
 .path-agc-pay form input[type="button"]
{
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #1abc9c;
	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%);
	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;
}
 .path-agc-pay form input[type="submit"]:hover,
 .path-agc-pay form 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;
}

/*------------------------------------------*/
/*   Begin style content
/*------------------------------------------*/

.path-agc-pay form #v-top{
	background:#000;
	float:left;
	width:100%;
	padding: 0;
	margin-bottom:40px;
	margin-top: 0px;	
}

.path-agc-pay form #pay-name{
	float:left;
	background: url(../lib/images/top-title-bg.png) no-repeat;
	background-position:right;
	background-size:cover;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	min-width:280px;
	padding:5px 15px;

}



.path-agc-pay #form-div{
	background:#FFF;
	border-radius:8px;
	margin:20px auto;
	margin-top:20px;
	width:100%;
	max-width:500px;
	padding:20px;	
}


.path-agc-pay form .textfieldRequiredMsg{
	color:#333;
	display:none;
			}

.path-agc-pay form #AMOUNT2{
	width:90%;	
}



 .path-agc-pay form #legal{
	 background:#FFF;
	border-radius:8px;
	margin:20px auto;
	margin-top:20px;
	width:100%;
	max-width:800px;
	padding:20px;
 }
 
 .path-agc-pay form #pay-link{
	background:#035069;
	padding:6px 10px;
	border-radius:8px;
	color:#FFF;	
}
 
 .path-payment-receipt #block-basic-content .view-payment-receipt{
	 width:340px;
	 padding:10px;
	 border: 1px solid #999;
	 margin:20px auto; 
 }
 
 .path-payment-receipt #block-basic-content .view-payment-receipt .view-footer{
	 font-size:9px;
	 text-align:center;
	 border-top: 1px solid #666;
	 padding-top:10px;
	 margin-top:15px; 
 }
 
  .path-payment-receipt #block-basic-content .view-payment-receipt .view-footer p{
	 font-size:11px;
  }
 
  .path-payment-receipt #block-basic-content .view-header{
	  border-bottom:1px solid #666;
	  padding-bottom:10px;
	  margin-bottom:15px;  
  }
 
 .path-payment-receipt #block-basic-content .view-header h1, .path-payment-receipt #block-basic-content .view-header h3{
	 text-align:center; 
 }
 
 
 
 
 
 
 
 
 