body { font-family: Arial,sans-serif; }
a { color: #8dbc3f; }

/* 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-brightgreen  { color: #8dbc3f;  }
.text-lime  { color: #cfce24;  }
/* TEXT ENDS */


/* PADDINGS AND SPACINGS */
.max800  { max-width: 800px; }
.max600  { max-width: 600px; }
.max400  { max-width: 400px; }
.max300  { max-width: 300px; }
.max200  { max-width: 200px; }
.notop { margin-top: 0px; padding-top: 0px; } .nobot { margin-bottom: 0px; padding-bottom: 0px; } 
.top25 { margin-top: 25px; } .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;  }  
/* PADDINGS AND SPACINGS ENDS */

@media (min-width: 767px) { 
.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; font-weight: 600; letter-spacing: -1px;  }
.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; }
@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_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 { border-bottom: 1px solid #eee; padding: 15px; margin-bottom: 20px; text-align: left; }
@media (min-width: 440px) { 
.project { width: 210px; height: 200px; border-bottom: 1px solid #eee; overflow: hidden; padding: 15px; margin-bottom: 40px; text-align: left; }
 }
 .project_archive { border-bottom: 1px solid #eee; padding: 15px; margin-bottom: 20px; text-align: left; }
@media (min-width: 440px) { 
.project_archive { width: 210px; height: 200px; border-bottom: 1px solid #eee; overflow: hidden; padding: 15px; 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; border-radius: 2px; }
.square > p > a:hover, .square-light a:active { color: #000; }
.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; }

@media (min-width: 769px) { .square  { margin-left: -15px; } }
.square-light  > p > a  { color: #333; }
.square-yellow  { background-color: #00958e; color: #fff; }
.square-yellow  > p > a  { 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: 1px solid #eee; }
.square > nav > .nav-pills > li.active  { padding: 4px 3px 4px 10px; background-color: transparent; font-weight: 700; border-left: 2px solid #D2322D; color: #333; }
.square > nav > .nav-pills > li > a:hover, .nav-pills > li > a:focus { background-color: transparent; border-left: 1px solid #2A6496; border-radius: 0px; color: #2A6496; text-decoration: underline; }
/* 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 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 */




/* BUTTONS */
.btn { border-radius: 2px; }
.btn-sm, .btn-group-sm > .btn { padding: 2px 8px; font-size: 14px; line-height: 1.5; border-radius: 2px;}
.btn-success { background-color: #009748; border-color: #009748;}
.btn-success:hover { background-color: #12af5d; border-color: #12af5d; }
.btn-success.active { background-color: #00803d; border-color: #00803d; }
.btn-warning { background-color: #e8921a; border-color: #e8921a;}
.btn-warning:hover { background-color: #f9a632; border-color: #f9a632; }
.btn-primary { background-color: #14a1ca; border-color: #14a1ca;}
.btn-primary:hover { background-color: #31b7de; border-color: #31b7de; }
/* BUTTONS END */


/* MAP */
.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; }
.uff_results_container { width: 200px; max-height:570px; right: 40px; top: 0px; position: absolute; overflow: auto; padding: 15px; background-image: url('http://www.sustainweb.org/img/dot_white_25_trans.png'); border: 1px solid #ccc; }
.map{ width:100%; height:640px; line-height:normal; }
.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; } 

@media (max-width: 768px) {  
	.uff_results_squares { display: none; } 
	.uff_results_container { visibility: hidden;  }
	.map {  height:400px; }
}
@media (min-width: 1200px) { 
	.uff_results_squares li {  width: 120px; height: 120px; } 
	.uff_results_container { width: 440px;  }
	.map{ height:640px;  }
}
img {  max-width: unset; }
/* MAP */


