
body { font-family: Arial,sans-serif; background-image: url('/images/bg_texture.png'); }
a { color: #8dbc3f; }




a:hover, a:focus {
    text-decoration: none;
    transition: all 0.3s;
	color: #00958e;
}

/****** GMAP HACK ******/
.ginfowindow {
    max-width: 230px;
    max-height: 300px;
	overflow: auto;
}    


.gm-style-iw {
    width: 200px !important;
}

@media (min-width: 767px) { 
.gm-style-iw {
    width: 350px !important;
}
}

/* LAYOUT */
.container-dark { background-color: #20a45f; color: #fff; }
.container-dark a { color: #cfce24; }
.container-dark a:hover, .container-dark a:focus   { color: #fff; }
.breadcrumb { background-color: #fff; padding: 0; margin: 0 0 15px 0; font-size: 0.9em }
.breadcrumb a { color: #666; }
/* LAYOUT ENDS */


/* TEXT */
.text-warning  { color: #FFDE17; }
.text-success  { color: #5BB75B; }
.text-danger  { color: #C12E2A; }
.text-white  { color: #ffffff; }
.text-small  { font-size: 0.8em; }
.text-grey  { color: #666;  }
.text-primary  { color: #00803d;  }
.text-brightgreen  { color: #8dbc3f;  }
.text-lime  { color: #cfce24;  }
/* TEXT ENDS */

 

.red { color: #DB3630; } .redbg { background-color: #DB3630 !important; } .redbd { border-color: #DB3630 !important; }
.orange { color: #F1B50A; } .orangebg { background-color: #F1B50A !important; } .orangebd { border: 1px solid #F1B50A  !important; }
.yellow { color: #F0DE50; }  .yellowbg { background-color: #F0DE50 !important; } .yellowbd { border: 1px solid #F0DE50 !important; }

.green { color: #009748;;  } .greenbd { border: 1px solid #009748 !important; } .greenbg { background-color: #009748 !important; }
.grey { color: #333333;  } .greybd { border: 1px solid #333333 !important; } .greybg { background-color: #333333 !important; }
.teal { color: #4EC6CF; } .tealbg { background-color: #4EC6CF !important; } .tealbd { border: 1px solid #4EC6CF !important; }
.white { color: #ffffff; } .whitebg { background-color: #ffffff !important;  } .whitebd { border-color: #ffffff !important; }
.palegrey { color: #ccc; } .palegreybd { border: 1px solid #ccc !important; } .palegreybg { background-color: #f9f9f9 !important; }
.medgrey { color: #efefef; } .medgreybd { border: 1px solid #efefef !important; } .medgreybg { background-color: #efefef !important; }
.grey { color: #F2F2F2 !important; } .greybd { border: 1px solid #F2F2F2 !important; } .greybg { background-color: #F2F2F2 !important; }
.grey999 { color: #999 !important; } .grey999bd { border: 1px solid #999 !important; } .grey999bg { background-color: #999 !important; }
.grey777 { color: #777 !important; } .grey777bd { border: 1px solid #777 !important; } .grey777bg { background-color: #777 !important; }
.grey555 { color: #555 !important; } .grey555bd { border: 1px solid #555 !important; } .grey555bg { background-color: #555 !important; }
.darkgrey { color: #333 !important; } .darkgreybd { border: 1px solid #333 !important; } .darkgreybg { background-color: #333 !important; }









.btn-sm, .btn-group-sm > .btn { padding: 2px 8px; font-size: 16px; line-height: 1.5; }
.btn { border-radius: 4px; font-size: 16px; } 
.btn-lg { font-size: 18px; }
.btn_left { text-align: left; } 

.btn-danger { background-color: #DB3630; } 
.btn-danger:hover, .btn-danger.focus, .btn-danger:focus { background-color: #e4605b;  }  

.btn-default { border-color: #8dbc3f; color: #8dbc3f; background-color: transparent; } 
.btn-default:hover, .btn-default.focus, .btn-default:focus { background-color: #dfedc8;  border-color: #8dbc3f; color: #8dbc3f;   } 
.btn-default.active, .btn-default:active, .btn-default:active:hover, .btn-default:active:focus { background-color: #8dbc3f;  border-color: #8dbc3f; color: #fff;   }


.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background-color: #8dbc3f;  border-color: #8dbc3f; color: #fff; 
}



.btn-info { border-color: #009748; color: #009748; background-color: #fff;  } 
.btn-info:hover, .btn-info.focus, .btn-info:focus { background-color: #d1f4f7;  border-color: #009748; color: #009748;   } 


.btn-success { background-color: #009748;  border-color: #009748; }       
.btn-success:hover, .btn-success.focus, .btn-success:focus { background-color: #30b36e;  border-color: #009748;    }     
.btn-success.active, .btn-success:active, .btn-success:active:hover, .btn-success:active:focus { background-color: #d1f4f7;  border-color: #009748;    }



.borderRight { border-right: 1px solid #efefef;}
.borderLeft { border-left: 1px solid #efefef; margin-left: -1px; }

/* PADDINGS AND SPACINGS */
.max800  { max-width: 800px; }
.max600  { max-width: 600px; }
.max400  { max-width: 400px; }
.max300  { max-width: 300px; }
.max200  { max-width: 200px; }
.max150  { max-width: 150px; } 
.max100  { max-width: 100px; } 
.notop { margin-top: 0px; padding-top: 0px; } .nobot { margin-bottom: 0px; padding-bottom: 0px; } 
.top50 { margin-top: 50px; } .top25 { margin-top: 25px; } .bot50 { margin-bottom: 50px; } .bot25 { margin-bottom: 25px; }  .top15 { margin-top: 15px; } .bot15 { margin-bottom: 15px; }  .top5 { margin-top: 5px; } .bot5 { margin-bottom: 5px; }
.left25 { padding-left: 25px; } .left15 { padding-left: 15px; }  .left5 { padding-left: 5px; } .left0 { padding-left: 0px; } .right25 { padding-right: 25px; } .right15 { padding-right: 15px; } .right5 { padding-right: 5px; }  .right0 { padding-right: 0px;  }  
 
.mleft25 { margin-left: 25px; } .mleft15 { margin-left: 15px; }  .mleft5 { margin-left: 5px; } .mleft0 { margin-left: 0px; } .mright25 { margin-right: 25px; } .mright15 { margin-right: 15px; } .mright5 { margin-right: 5px; }  .mright0 { margin-right: 0px;  }  

.padall25 { padding: 25px; } .padall15 { padding: 15px; } 


.ptop50 { padding-top: 25px !important; } .ptop25 { padding-top: 25px !important; } .ptop15 { padding-top: 15px !important; }  .ptop5 { padding-top: 5px !important; }
.pbot50 { padding-bottom: 25px !important; } .pbot25 { padding-bottom: 25px !important; } .pbot15 { padding-bottom: 15px !important; }  .pbot5 { padding-bottom: 5px !important; }


/* PADDINGS AND SPACINGS ENDS */

@media (min-width: 767px) { 
.border_left_no_pad { border-left: 1px solid #efefef;} 
.border_left { border-left: 1px solid #ccc; padding-left: 15px; } 
.border_right { border-right: 1px solid #ccc; padding-right:15px; } 
}

/* FORMATING */
.gpanel  { box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05); margin-bottom: 20px; background-color: #FFF; border: 1px solid #DDD; border-radius: 4px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05); -moz-box-sizing: border-box; padding: 15px; margin: 20px 0 20px 0; font-size: 16px; font-weight: 200; line-height: 1.4; }
.maincontent img { display: inline-block !important; height: auto !important;  max-width: 100% !important; }
img { display: inline-block; height: auto;  max-width: 100%; }
.alert H1 { margin-top: 0px; }
.well H1  { margin-top: 0px; }
blockquote {    border-left: 1px solid #EEE;  margin: 20px 0px 20px; }
/* FORMATING ENDS */


.img_small { max-width: 150px; max-height: 150px; }
.img_medium { max-width: 300px; max-height: 300px; }
.img_large { max-width: 450px; max-height: 450px; }


.hpsquare .form-control {
    color: #555;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 0px;
	box-shadow: notset;
}



/* HOMEPAGE SQUARES */
.hpsquare { background-color: #fff; border-radius: 2px;  background-repeat:no-repeat; position: relative; overflow: hidden; }
.hpsquare h1 { margin: 0px; padding-top: 15px; font-size: 26px; letter-spacing: -0.5px;  }
.hpsquare p { margin: 0px; padding-top: 12px; line-height: 16px; padding-bottom: 1px; }
.hpsquare > a {  cursor: pinter; text-decoration: none; }
.hpsquare > a:hover  {  cursor: pinter; text-decoration: none; }
.hpsquare:hover   { box-shadow:  0 0 2px #333; text-decoration: none; }
.sq_large .hpsquare_inner  { padding: 10px; text-align: center; height: 150px; }
.sq_large .hpsquare_news  { padding: 10px; text-align: left; height: 300px; overflow: hidden; color: #fff; }
.sq_large  h4  { font-size: 17px; }
.sq_large .hpsquare_news > h4 > a  { color: #fff; }
.hpsquare_innerbottom  { padding: 10px; height: 150px; }

.text_btm   { position: absolute; bottom: 11px; padding-right: 10px; }
.masonary_item > .no_decoration { text-decoration: none; } 

.sq_medium { width: 300px; } 
.sq_medium > .hpsquare_inner  { width: 280px; }

.sq_small { width: 145px; height: 145px; overflow: auto; margin-bottom: 10px; }
.sq_small h1 { font-size: 22px;}

@media (min-width: 630px) { 
	.sq_medium { width: 620px; } 
	.sq_medium > .hpsquare_inner  { width: 290px; }
}

.sq_medium { height: 300px; overflow: auto; margin-bottom: 20px;  }
.sq_medium > .hpsquare_inner  { margin: 10px; padding: 0 10px 5px 10px; text-align: left; min-height: 140px;  background-color: #009748; color: #fff; }
.sq_medium > .hpsquare_inner h1  { padding-top: 8px; }

.sq_medium_innards { margin: 20px 10px 10px 10px; }

.sq_medium_innards h1  { text-align: center; color: #5d5d5d; }
.sq_medium_innards h1  { line-height: 0.8; letter-spacing: -2px; font-size: 72px; text-align: center; color: #5d5d5d; }



.sq_large { width: 300px; height: 300px; overflow: auto; margin-bottom: 20px; }
.sq_giant { width: 1260px; height: 450px; overflow: hidden; margin-bottom: 20px; color: #fff; }
.sq_giant_alt { display: none; }
@media (max-width: 1270px) { .sq_giant { width: 940px; height: 375px; } .sq_giant_inner { margin-top: 20px; width: 300px; } }
@media (max-width: 950px) { .sq_giant { width: 620px; height: 300px; } .sq_giant_inner { margin-top: 10px; width: 250px; } }
@media (max-width: 630px) { .sq_giant { display: none; } .sq_giant_alt { display: block; } }




.sq_bg_cover {background-size:cover;}
.sq_bg_contain {background-size:contain;}

.sq_pos_lefttop {background-position:left top;}
.sq_pos_righttop {background-position:right top;}
.sq_pos_center {background-position:center center;}
.sq_pos_leftbot {background-position:left bottom;}
.sq_pos_rightbot {background-position:right bottom;}

.sq_bg_white {  background-color: #fff;  color: #333; }
.sq_bg_blue {  background-color: #00958e; color: #fff; }
.sq_bg_red { background-color: #a2407c; color: #fff; }
.sq_bg_yellow { background-color: #e8921a; color: #fff;  }
.sq_bg_grey { background-color: #ccc; color: #333;}
.sq_bg_black { background-color: #333; color: #fff;}
.sq_bg_green { background-color: #009748; color: #fff;}
.sq_bg_lightblue { background-color: #8dbc3f; color: #fff;}
/* HOMEPAGE SQUARES END */
/* HOMEPAGE STATS */

.cg_stats {  color: #666; }

.cg_stats  h1 { font-size: 30px; text-align: center; font-weight: 900; }

@media (min-width: 768px) { .cg_stats  h1 { font-size: 24px; } }
@media (min-width: 1200px) { .cg_stats  h1 { font-size: 30px; } }
.cg_stats  h1 { text-align: center; font-weight: 900; }
.cg_stats  h4 {  text-align: center; }
.cg_stats  p {  text-align: center; }
/* HOMEPAGE STATS END */


/* Projects  */
.project { padding-right: 15px; margin-bottom: 20px; text-align: left; }
@media (min-width: 440px) { .project { width: 200px; height: 200px;overflow: hidden; padding-right: 35px; margin-bottom: 40px; text-align: left; } }
 .project_archive { margin-right: 15px; margin-bottom: 20px; text-align: left; }
@media (min-width: 440px) { .project_archive { width: 200px; height: 200px;  overflow: hidden; margin-right: 35px; margin-bottom: 40px; text-align: left; } }
/* Projects ENDS */


/* INLINE LIST*/
.list-inline > .section_blocks > a > div { background-color: #fff; width: 160px; height: 75px; overflow: hidden; padding: 10px 5px 10px 10px; margin-bottom: 15px; color: #333; }
@media (max-width: 768px) { .list-inline > .section_blocks > a > div { width: 100%; height: auto; } }

.list-inline > .section_blocks_grey > a > div { background-color: #fcfcfc; width: 160px; height: 75px; overflow: hidden; padding: 10px 5px 10px 10px; margin-bottom: 15px; color: #333; }
@media (max-width: 768px) { .list-inline > .section_blocks_grey > a > div { width: 100%; height: auto; } }

.list-inline > .section_blocks_archived > a > div { background-color: #ccc; width: 73px; height: 75px; overflow: hidden; padding: 10px 5px 10px 6px; margin-bottom: 15px; color: #333; font-size: 0.7em }
@media (max-width: 768px) { .list-inline > .section_blocks_archived > a > div { width: 100%; height: auto; } }
.list-inline > li > a > div:hover { background-color: #FFDE17; }
.list-inline > li > a  { text-decoration: none; }
.pubs_list { text-align: center; } 
/* Publications  */
.publication { padding: 15px; margin-bottom: 20px; text-align: left; }
@media (min-width: 440px) { 
.publication { width: 210px; height: 400px; overflow: hidden; padding: 15px; margin-bottom: 40px; text-align: left; }
 }
/* Publications ENDS */
.list-inline > .section_blocks > label > div {  width: 150px; overflow: hidden; padding: 10px 5px 10px 10px; margin-bottom: 15px; color: #333; }
@media (max-width: 768px) { .list-inline > .section_blocks > label > div { width: 100%; height: auto; } }
@media (max-width: 768px) { .list-inline > .section_blocks > label > div { width: 100%; height: auto; cursor: pinter; } }
.toggle_color_on { background-color: #FFDE17; }
.toggle_color_off { background-color: #fff; }
/* INLINE LIST ENDS */





/* SQUARES RIGHT COLUMN */
.square { width: 100%; padding: 15px;  }
@media (min-width: 768px) { .square {  border-radius: 2px;  margin-bottom: 25px; } }



.square h2 { margin-top: 0px; padding-top: 0px; }
.square-foot { font-size: 0.9em; }
.square-dark  { background-color: #333; color: #fff; }
.square-red  { background-color: #C12E2A; color: #fff; }
.square-red  > p > a { color: #fff; }
.square-light  { background-color: #efefef; color: #333; }


.square-light  > p > a  { color: #333; }
.square-yellow  { background-color: #00958e; color: #fff; }

.square > nav > .nav-pills h2 { color: #eee; }
.square > nav > .nav-pills > li > a { background-color: transparent; border-radius: 0px; color: #333; padding: 3px 3px 3px 10px; margin: 0 0 5px 0; border-left: 2px solid #eee; }
.square > nav > .nav-pills > li.active  { padding: 4px 3px 4px 10px; background-color: transparent; font-weight: 700; border-left: 2px solid #00958e; color: #333; }
.square > nav > .nav-pills > li > a:hover, .nav-pills > li > a:focus { background-color: #dddddd; border-left: 2px solid #00958e; border-radius: 0px; color: #333;  }
/* SQUARES ENDS */


/* LISTS */
.blocklink:hover, .blocklink:focus { display: block; cursor: pointer; background-color: #eeeeee; transition: all 0.3s ease-in-out 0s; }
.blocklink a  {  padding: 10px; display: block; text-decoration: none; color: #333; }
.blocklink a:hover, .blocklink a:focus    { display: block; text-decoration: none;}
.blocklink a:hover h4 , .blocklink a:focus h4   { color: #333; transition: all 0.3s ease-in-out 0s;}
/* LISTS ENDS */
.specialblocklink > a  {  display: block; text-decoration: none; color: #333; }
.specialblocklink  > a:hover { background-color:rgba(255,255,255,0.4); border-radius: 3px;   transition: all 0.3s ease-in-out 0s; }


/* Scoll */
.scroll-top { position:fixed; bottom:0; right:2%; z-index:100; background: #cfce24; font-size:20px; border-top-left-radius:1px; border-bottom-left-radius:1px; }
.scroll-top a:link,.scroll-top a:visited { color:#222; background-color: notset; } 
@media (max-width: 1200px) { .scroll-top  { display: none; } body { padding-right: 0px; } }
/* Scoll ends */

/* Carousel */
.carousel-indicators {
position: absolute;
right: 0%;
left: 95%;
z-index: 15;
width: inherant;
padding-left: 0;
margin-right: 20px;
text-align: center;
list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
	background-color: #666;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #8dbc3f;
	}
	

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
/* Carousel ENDS */



/* Nav Bar */
#sticky{
z-index: 1;
}
#sticky.affix {
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 3;
}


@media (max-width: 500px) {	.instagram { display: none; } }
@media (max-width: 360px) {	.fbook, .twitter { display: none; } }

	.logo { max-height: 50px; }
	.navbar-toggle img { max-height: 18px; }
	.navbar-toggle { border: none; margin-right: 3px; padding: 6px 2px; }
	.menubut { margin-left: 10px; margin-right: 10px; }
	
@media (min-width: 500px) {

	.logo { max-height: 56px; }
	.navbar-toggle img { max-height: 28px; }
	.navbar-toggle { border: none; margin-right: 5px; padding: 6px 1px;}
}
	


@media (min-width: 768px) { 
	.logo { max-height: 56px; }
	.navbar-default .navbar-nav > li > a { height: 56px; padding: 18px 8px 5px 8px; font-size: 15px; color: #555; }
	.navbar-collapse.collapse {  max-height: 56px; padding-right: 0px;  padding-left: 0px;	}
	.navbar-default .navbar-icons  > li > a { padding-top: 12px; font-size: 14px; color: #cfce24; padding-left: 2px; padding-right: 2px; }
	.navbar-icons  { margin-left: 15px;  }

}

@media (min-width: 992px) { 
	.logo { max-height: 76px; }
	.navbar { min-height: 76px; }
	.navbar-default .navbar-nav > li > a { height: 76px; padding-top: 30px; font-size: 17px; color: #555; }
	.navbar-collapse.collapse {  max-height: 76px; padding-right: 0px;  padding-left: 0px;	}
	.navbar-default .navbar-icons  > li > a { padding-top: 24px; font-size: 16px; color: #cfce24; padding-left: 2px; padding-right: 2px; }
	.navbar-icons  { margin-left: 25px; }
}

.navbar { border-top: 0px solid transparent; border-bottom: 1px solid #f1f1f1; border-radius: 0px; margin-bottom: 0px; }
.navbar-brand { padding: 0 15px 0 15px;}
@media (min-width: 992px) { .navbar-brand { position: absolute; }}
.navbar-nav  { margin-top: 0px; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { background-color: #eee; border: notset; }
.navbar-default .navbar-nav > .active > a { background-color: #cfce24; color: #fff }
.navbar-default { background-image: notset; box-shadow: none;  background-color: #fff;  border-color: notset; } 


.collapsing, .collapse.in { border-bottom: 1px solid #ccc;  }
.navbar-default > .container > .collapse.in > .nav > li > a:hover{ background-color: #eee;  }
.collapsing .navbar-right > li , .collapse.in > .navbar-right > li { border-top: 1px dotted #ccc; }
.collapsing .navbar-right > .active > a , .collapse.in > .navbar-right > .active > a { color: #428BCA; }
.collapsing  > .navbar-left > li > a , .collapse.in > .navbar-left > li > a { font-weight: 700; }


/* Nav Bar ENDS */






/* MAP */
.uff_results_container { width: 200px; max-height:570px; right: 40px; top: 0px; position: absolute; overflow: auto; padding: 15px; background-image: url('https://www.sustainweb.org/img/dot_white_25_trans.png'); border: 1px solid #ccc; }
.map{ width:100%; height:640px; line-height:normal; }



.uff_feats_squares li { list-style: none; float: left; display: block; background-color: #a2407c; border-radius: 3px; width: 100%; padding: 10px; margin: 0 0 10px 10px; color: #fff; cursor: pointer; } 
.uff_feats_squares li:hover { background-color: #00958e; }
.uff_feats_squares a { display: block; width: 100%; height: 100%; color: #fff; font-size: 1em; line-height: 1.2em; font-weight: 100; overflow:hidden; }
.uff_feats_squares a:hover { color: #fff; text-decoration: none; }

.uff_results_squares li { list-style: none; float: left; display: block; background-color: #eee; border-radius: 3px; width: 100%; padding: 10px; margin: 0 0 10px 10px; color: #333; cursor: pointer; } 
.uff_results_squares li:hover { background-color: #00958e; }

.uff_results_squares a { display: block; width: 100%; height: 100%; color: #666; font-size: 1em; line-height: 1.2em; font-weight: 100; overflow:hidden; }
.uff_results_squares a:hover { color: #fff; text-decoration: none; }


@media (max-width: 768px) {  
	.uff_feats_squares li {  width: 120px; height: 120px; } 
	.uff_results_squares li {  width: 120px; height: 120px; } 
	.uff_results_container {  right: 0px; top: 0px; width: 100%;  position: relative; overflow: auto; padding: 0; background-image: url('https://www.sustainweb.org/img/dot_white_25_trans.png'); border: notset; }
	.map {  height:400px; }
}
@media (min-width: 1200px) { 
	.uff_feats_squares li {  width: 120px; height: 120px; } 
	.uff_results_squares li {  width: 120px; height: 120px; } 
	.uff_results_container { width: 440px;  }
	.map{ height:640px;  }
}
img {  max-width: unset; }
/* MAP */


/* CALENDAR STARTS */
table.calendar    { width: 100%; background-color:#ffffff;  }
.calendar_link   { color: #333; }
.calendar-row > td { vertical-align: top; width: 14%; }
td.calendar-day  { position:relative;  } 
td.calendar-day:hover  { background:#fafafa; }
td.calendar-day-np  { background:#fafafa; } 
td.calendar-day-head { background-color: #8dbc3f;  text-align:center; padding:25px 5px 5px 5px; border-bottom:1px solid #efefef; border-top:1px solid #efefef; border-right:1px solid #efefef; color: #fff; }
div.day-number { background:#efefef; padding:2px 5px 3px 5px; color:#666; float:right; margin:-5px -5px 0 0; width:26px; text-align:center; }
td.calendar-day, td.calendar-day-np { padding:5px; border-bottom:1px solid #efefef; border-right:1px solid #efefef; }
.calendar-day > .calendar_square { min-height: 200px; }
.calendar-day > .calendar_square > .calendar_event { border-bottom: 1px dotted #eee; margin-bottom: 5px; line-height: 1.1em; }
.day_number_list { padding:4px 5px 2px 5px; color:#777; float:left; margin-right:10px; width:60px; text-align:right; }



.calender_container > .calendar_square { border-top: 1px solid #ccc; clear: both; min-height: 26px; margin-bottom: -1px }
.calender_container > .calendar_square > .calendar_event { margin-left: 70px;  border-bottom: 1px dotted #ccc; min-height: 26px; font-size: 1.2em; padding-top: 2px; padding-bottom: 2px; }
/* CALENDAR ENDS */


.close_modal{ padding-top: 3px; color: #fff; font-size: 18px; float: right; }
.close_modal:hover { color: #333; cursor: pointer; } 

.modal-header {
border-bottom: none;
color: #fff;
} 

.modal-content {
    background-color: #4cae4c;
}
.modal-body {
    background-color: #fff;
}

.modal_body_border {
	padding: 15px;
	border-top: 1px solid #e5e5e5;
	 background-color: #efefef;
}

.modal-footer {
    background-color: #fff;
	border-radius: 0px 0px 6px 6px;
	text-align: left;
}




.blockList { width: 100%; padding-bottom: 10px;  }
.blockListTitle { padding-left: 15px; padding-right: 15px; line-height: 1.3em; margin-top:10px; margin-bottom:5px; text-decoration: none !important; font-size: 20px; }

.blockListDesc {  padding-left: 15px; padding-right: 15px; margin-bottom: 25px; text-decoration: none !important; } 
.blockListImage { width: 100%; height: 175px; background-repeat: no-repeat; background-position: center center; background-size: cover; border: 1px solid #efefef; }

.blockListImageTall { width: 100%; height: 250px; background-repeat: no-repeat; background-position: center center; background-size: cover; border: 1px solid #efefef; }

.blockListPubCover { height: 175px; }



.blockListImageTaller { width: 100%; height: 200px; background-repeat: no-repeat; background-position: center center; background-size: cover; }
a > .blockList { color: #333;   text-decoration: none;  }
a:hover > .blockList { background-color: #cfce24; transition: all 0.3s; text-decoration: none !important; color: #333;  }

a:hover .blockListImage { border-color: #cfce24; transition: all 0.3s;   }  
a:hover .blockListImageTall { border-color: #cfce24; transition: all 0.3s;   }  

@media (min-width: 767px) { 
	.blockList { padding: 5px; }
	.blockListTitle { padding-left: 0px; padding-right: 0px; margin-top: 10px;  }
	.blockListDesc { padding-left: 0px; padding-right: 0px; margin-bottom: 25px;    }
	.blockListImage { height: 115px;  }
	.blockListImageTall { height: 160px;  }
	.blockListPubCover { height: 115px; }
}
@media (min-width: 992px) { 
	.blockListImage { height: 150px;  }
	.blockListImageTall { height: 200px;  }
	.blockListPubCover { height: 150px; }
	.blockListTitle { padding-left: 0px; padding-right: 0px; margin-top: 10px;  }
}
@media (min-width: 1200px) { 
	.blockListImage { height: 175px;  }
	.blockListImageTall { height: 250px;  }
	.blockListPubCover { height: 175px; }
	.blockListTitle { padding-left: 0px; padding-right: 0px; margin-top: 10px; } 
}
.borderTop {border-top: 2px solid #333;padding-top: 15px;margin-top: 10px;}


.col_no_hpad {
	padding-left: 0px;
	padding-right: 0px;
}

@media (min-width: 767px) { 
	.col_no_hpad {
		padding-left: 10px;
		padding-right: 10px;
	}
}



.input-home {
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: inset 0 1px 1px #fff;
}

.lasLarge { font-size: 1.6em; }
.lasMed { font-size: 1.3em; }
.las_right { float: right; margin-top: 4px; }


.icon_small { width: 30px; height: 30px; display: inline-block; } 
.icon_medium { width: 40px; height: 40px; display: inline-block; } 
.icon_menu { width: 30px; height: 30px; margin-right: 8px; margin-bottom: 8px; } 
.icon_large { width: 50px; height: 50px; display: inline-block; }
@media (min-width: 992px) { .icon_large { width: 60px; height: 60px; display: inline-block; }}
.icon_verylarge { width: 120px; height: 120px; display: inline-block; }  
.icon_email  { background-image: url('https://www.sustainweb.org/resources/svg/Eel_Mailing.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_fbook  { background-image: url('https://www.sustainweb.org/resources/svg/Eel_FaceBook.svg'); background-repeat: no-repeat; background-size: cover;  }
.icon_twitter  { background-image: url('https://www.sustainweb.org/resources/svg/Eel_Twitter.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_instagram  { background-image: url('https://www.sustainweb.org/resources/svg/Eel_Instagram.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_social  { background-image: url('https://www.sustainweb.org/resources/svg/Eel_Social.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_social_small  { background-image: url('https://www.sustainweb.org//resources/svg/Eel_Social_Small.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_joinus  { background-image: url('https://www.sustainweb.org/resources/svg/Eel_JoinUs.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_email_alt  { background-image: url('https://www.sustainweb.org//resources/svg/Eel_Mailing_alt.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_fbook_alt  { background-image: url('https://www.sustainweb.org/resources/svg/Eel_FaceBook_alt.svg'); background-repeat: no-repeat; background-size: cover;  }
.icon_utube_alt  { background-image: url('https://www.sustainweb.org/resources/svg/Eel_YouTube_alt.svg'); background-repeat: no-repeat; background-size: cover;  }
.icon_twitter_alt  { background-image: url('https://www.sustainweb.org/resources/svg/Eel_Twitter_alt.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_instagram_alt  { background-image: url('https://www.sustainweb.org/resources/svg/Eel_Instagram_alt.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_social_alt  { background-image: url('https://www.sustainweb.org/resources/svg/Eel_Social_alt.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_social_small_alt  { background-image: url('https://www.sustainweb.org/resources/svg/Eel_Social_Small_alt.svg'); background-repeat: no-repeat; background-size: cover; }
.icon_email:hover, .icon_email_alt:hover, .icon_fbook:hover, .icon_fbook_alt:hover, .icon_utube_alt:hover, .icon_twitter:hover, .icon_twitter_alt:hover, .icon_instagram:hover, .icon_instagram_alt:hover, .icon_social:hover, .icon_social_alt:hover  {  transition: all 0.3s; opacity: 0.5;  } 



 

@media (min-width: 767px) { 
	.flex_container { display: flex; flex-wrap: wrap; }
}
.flex_item { margin-bottom: 25px; }   
.flex_item .panelList { height: 100%; }
.flex_item .panelListblue { height: 100%; }


.trainingList  { padding: 15px; width: 100%; border-bottom: 4px solid #F2F2F2; color: #000; position: relative; background-color: #fff; }       
.trainingList:hover  { border-bottom: 4px solid #009748; color: #111; background-color: #e6e5e5; }  
.trainingListDateContainer {   width: 20%; text-align: center; padding-top: 20px; font-weight: 600;  font-size: 24px; line-height: 1.1em; } 
.trainingListImageContainer {  width: 30%; position: relative;  overflow: hidden; } 
.trainingListImage  { width: 100%; height: 90px; background-repeat: no-repeat; background-position: center center; background-size: cover;  } 
.trainingListWaterMark  { width: 100%; height: 90px; background-repeat: no-repeat; background-position: center center; background-size: fit;  }   
.trainingListTitle { text-decoration: none !important; }
.trainingListTitleMore { text-decoration: none !important; font-size: 14px; color: #009748;  }
@media (max-width: 766px) { 
	.trainingListDateContainer { float: right; width: 30%;} 
	.trainingListImageContainer {float: left; width: 70%; }
	.trainingListTitle { clear: both; padding-top: 15px; }
}
@media (min-width: 992px) { 
	.trainingListDateContainer { float: left; padding-right: 15px; height: 90px;  } 
	.trainingListImageContainer { float: left; padding-right: 15px; height: 90px; } 
	.trainingListTitle { margin: 0px; padding: 0px; height: 70px; overflow: hidden;  }    
	.trainingListTitleMore { margin: 0px; padding: 0px; height: 20px; overflow: hidden;  }  	 
}

 

.trainingLargeList  { padding: 15px; width: 100%; border-bottom: 4px solid #F2F2F2; color: #000; position: relative;  }       
.trainingLargeList:hover  { border-bottom: 4px solid #009748; color: #111; }  
.trainingLargeListDateContainer {   width: 10%; text-align: center; padding-top: 20px; font-weight: 600;  font-size: 24px; line-height: 1.1em; }  
.trainingLargeListImageContainer {  width: 25%; position: relative;  overflow: hidden; border: 1px solid #efefef; } 
.trainingLargeListImage  { width: 100%; height: 120px; background-repeat: no-repeat; background-position: center center; background-size: cover;  }  
.trainingLargeListTitle { text-decoration: none !important; }
.trainingLargeListDesc { text-decoration: none !important; }
.trainingLargeListTitleMore { text-decoration: none !important; font-size: 14px; color: #8dbc3f;  }

.trainingLargeListTitleMore:hover  { color: #009748;  }    

@media (max-width: 766px) { 
	.trainingLargeListDateContainer { float: right; width: 30%; height: 120px;} 
	.trainingLargeListImageContainer {float: left; width: 70%;  height: 120px;}
	.trainingLargeListTitle { clear: both; padding-top: 15px; }
}
@media (min-width: 767px) { 
	.trainingLargeListDateContainer { float: left; padding-right: 15px; height: 120px;  } 
	.trainingLargeListImageContainer { float: left; margin-right: 15px; height: 120px; } 
	.trainingLargeListTitle { margin: 0px; padding: 0px; height: 100px; overflow: hidden;  }    
	.trainingLargeListTitleMore { margin: 0px; padding: 0px; height: 20px; overflow: hidden;  }  	 
	.trainingLargeListDateContainer {   width: 20%; }
}
@media (min-width: 992px) { 
	.trainingLargeListDateContainer {   width: 10%; }
} 