/* Made by: Daniel Mirea - 2016 */
/* Main colors */
/*
Light grey: C5CDCD
Grey: A4ACAB;
Dark grey: 878D8C;

Light green: 007B4F;
Titles: 008458
Dark green: 003A22;

Beige: E0D7A6;
Dark beige: BCB58D;
*/
html,
body {
  height: 100%;
  font-family: 'open sans', arial, sans-serif;
}

body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  min-height: 100%;
  margin-bottom: -344px;
  /* equal to footer height */
}

a {
   outline: 0;
}

.wrapper:after {
  content: "";
  display: block;
  height: 344px;
  /* must be the same height as footer */
}
.footer {
  height: 344px;
  /* must be the same height as footer */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
}
p {
  color: #003A22;
  font-size: 14px;
}

ul {
  color: #003A22;
  font-size: 14px;
}

a {
  color: #006631;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  outline: none;
  font-weight: 700;
}
a:focus, a:hover {
  text-decoration: none;
  color: #007B4F;
  outline: none;
}
a:focus {
  text-decoration: none;
  outline: none;
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.btn .fa {
  color: #fff;
  margin-right: 0px;
    -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.btn:hover .fa {
color: #008458;
}

.btn .fa.fa-search {
  margin-right: 0;
}
.btn-theme {
  background: #A4ACAB;
  color: #fff;
  padding:4px 8px;
}
.btn-theme:hover {
  /*background: #008458;*/
  color: #008458;
}
a.btn-cta,
.btn-cta {
  background: #006631;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #006631;
  font-family: 'open sans', arial, sans-serif;
  outline: none;
}
a.btn-cta:hover,
.btn-cta:hover {
  color: #fff;
  background: #79b9ae;
  border: 1px solid #79b9ae;
  outline: none;
}
a.btn-cta .fa,
.btn-cta .fa {
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
  outline: none;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-control:focus {
  border-color: #006631;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
blockquote {
  font-size: 14px;
}
blockquote p {
  font-size: 14px;
  line-height: 1.5;
}
.RedDamask {
  background-color: #e27240;
}
.RedDamask:hover {
  background-color: #df622a;
}
.FireBush {
  background-color: #E28D40;
}
.FireBush:hover {
  background-color: #df802a;
}
.OliveDrab {
  background-color: #60A823;
}
.OliveDrab:hover {
  background-color: #54931f;
}
.Mojo {
  background-color: #C94139;
}
.Mojo:hover {
  background-color: #b73932;
}
.text-highlight {
  color: #23433e;
}
.highlight-border {
  border-color: #006631;
}

.read-more {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 11px;
  display: block;
  color:#003A22;
  font-weight:700;
}
.read-more .fa {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.read-more:hover {
  text-decoration: none;
}
.carousel-fade .item {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.carousel-fade .item.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#topcontrol {
  background: #79b9ae;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#topcontrol:hover {
  background: #006631;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
ul.custom-list-style li {
  list-style: none;
}
.date-label {
  background: #f5f5f5;
  display: inline-block;
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 13px;
}
.date-label .month {
  background: #006631;
  color: #fff;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.date-label .date-number {
  clear: left;
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 500;
}

.pagination  {
	width:100%;
	border-top: 1px solid #A4ACAB;
	padding-top:10px;
	border-radius: 0px;
	margin-right: 15px;
	margin-left: 15px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #006631;
  border-color: #006631;
  outline: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #ddeeeb;
  border-color: #9acbc2;
  outline: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.nav-tabs {
  border-bottom: 0px solid #A4ACAB ;
  position: relative;
  margin-bottom: 0px;
}
.tab-content {
  border-top: 1px solid #A4ACAB;
  padding: 15px 15px 15px 0px;
  margin-bottom: 20px;
}
.tabbed-info ul li{
  background: none !important;
  padding: 0px !important;
}
.nav > li > a {
  font-size: 18px;
  font-weight:700;
  padding-top:10px;
  padding-bottom:10px;
  outline: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
  outline: none;
}
.nav-tabs > li > a {
  border-bottom: 0px solid #A4ACAB;
  padding:  5px 15px 5px 0px;
  font-size: 14px;
  color: #878D8C;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  outline: none;
}
.nav-tabs > li {
  margin-right: 2px;
}
.nav-tabs > li.active {
  border-top: 0px solid #A4ACAB;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
outline: none;
  color:#003A22;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
border:none;
outline: none;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #ffffff;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 0px solid #ebebeb;
}
.table > thead > tr > th {
  border-bottom: 2px solid #9acbc2;
  color: #34655c;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #e4f1ef;
}
.table-boxed,
.table-bordered {
  border: 1px solid #ebebeb;
}
.table.table-boxed > thead > tr > th {
  border-bottom: none;
  background: #006631;
  color: #fff;
}

.no-margins {
  margin: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.label.label-theme {
  background: #006631;
}
.label .fa {
  margin-right: 4px;
}
.label.label-icon-only .fa {
  margin-right: 0;
}
.badge.badge-theme {
  background: #006631;
}
.badge.badge-default {
  background: #999;
}
.badge.badge-primary {
  background: #428bca;
}
.badge.badge-success {
  background: #5cb85c;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-warning {
  background: #f0ad4e;
}
.badge.badge-danger {
  background: #d9534f;
}
.promo-badge {
  font-size: 20px;
  display: table;
}
.promo-badge a {
  color: #fff;
  display: table-cell;
  width: 135px;
  height: 135px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  outline: none;
}
.promo-badge .percentage {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  position: relative;
  font-family: 'open sans', arial, sans-serif;
}
.promo-badge .percentage .off {
  font-size: 11px;
  position: absolute;
  top: 15px;
  right: -15px;
}
.promo-badge .desc {
  font-size: 12px;
}
.progress-bar-theme {
  background: #006631;
}
.img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #e8e8e8;
  margin-bottom: 15px;
}
#cboxLoadedContent,
#cboxContent {
  background: none;
}
.box {
  padding: 15px 0px 0px 0px;
}
.box:after { content: " "; display: block; clear: both;} 

.box.box-border {
  border-left: 5px solid #006631;
}
.box.box-dark {
  background: #003A22;
  color: #fff;
}
.box.box-theme {
  background: #006631;
  color: #fff;
}
.box .date-label {
  background: #fff;
}
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #89c2b8;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  margin-left: 10px;
  float: left;
  outline: none;
}
.social-icons a:hover {
  background: #006631;
  outline: none;
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
/* ======= Header ======= */
.header {
	background: transparent url("../images/bk-header.jpg") repeat-x center top;
	
	/*overflow: hidden;*/
	max-height: 113px;
}

.header-lines {
	background: transparent url("../images/lines.jpg") repeat-x center top;
	
	/*overflow: hidden;*/
	min-height: 32px;
}

.header .top-bar {
  background: #2c544d;
}
.header .top-bar .search-form {
  padding: 10px 0;
}

.search-form {
background:none;
}

.header .top-bar .search-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.header .social-icons li.row-end {
  margin-right: 0;
}
.header .social-icons a {
  background: #23433e;
  outline: none;
}
.header .social-icons a:hover {
  background: #006631;
  outline: none;
}
.header .social-icons a:hover .fa {
  color: #fff;
}
.header .social-icons a .fa {
  color: rgba(255, 255, 255, 1);
}
.header .social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
.header .header-main {
  padding: 10px 0;
}
.header h1.logo {
  margin-top: 8px;
  margin-bottom: 8px;
}
.header .menu-top {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
}
.header .menu-top li {
  list-style: none;
  float: left;
  font-size: 11px;
  font-family: 'open sans', arial, sans-serif;
  height:24px;
  line-height:24px;
  padding: 0px 4px;
  color: #A4ACAB;
}
.header .menu-top li:last-child a {
  padding-right: 0;
}
.header .menu-top li.divider a {
  border-right: 0px solid #c3c3c3;
}
.header .menu-top li a {
  display: inline-block;
  color: #A4ACAB;
  outline: none;
}
.header .menu-top li a.active {
  font-weight:700;
  color: #ffffff;
  outline: none;
}
.header .menu-top li a:hover {
  color: #dcd19c;
  outline: none;
}
.header .contact {
  font-size: 20px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
  margin-top: 10px;
}
.header .contact p {
  float: left;
  margin-bottom: 0;
}
.header .contact p.phone {
  margin-right: 30px;
}
.header .contact p a {
  color: #003A22;
  outline: none;
}
.header .contact .fa {
  color: #006631;
  /*margin-right: 8px;*//*DM*/
  font-size: 18px;
  position: relative;
  top: 1px;
}
.header .contact .fa.fa-phone {
  font-size: 22px;
  top: 2px;
}
.header .search-form {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .search-form .form-control {
  width: 260px;
  background: #f5f5f5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.header .search-form .form-control:focus {
  background: #fff;
  border-color: #006631;
}

.header-between {
max-height: 189px;
}

.wgs-logo {
	padding: 10px;
}

.main-nav {
  background: #96A2A1;
  margin-bottom: 0px;
}
.main-nav button {
  background: #23433e;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-nav button:focus {
  outline: none;
}
.main-nav button .icon-bar {
  background-color: #fff;
}
.main-nav .navbar-collapse {
  padding: 0;
}
.main-nav .nav .nav-item {
  font-weight: 700;
  /*text-transform: uppercase;*/
  font-family: 'open sans', arial, sans-serif;
  z-index: 100;
}
.main-nav .nav .nav-item.dropdown {
  z-index: 101;
}
.main-nav .nav .nav-item a {
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding-top:10px;
  padding-bottom:10px;
  outline: none;
}
.main-nav .nav .nav-item a:hover {
  /*background: #006631;*/
  color: #003A22;
  outline: none;
}
.main-nav .nav .nav-item.active {
  position: relative;
}
.main-nav .nav .nav-item.active > a {
  /*background: #cfc39a;*/
  color: #003A22;
  outline: none;
}
.main-nav .nav .nav-item.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}
.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
  display: none;
}
.main-nav .nav .nav-item.open a {
  background: #444;
  color: #fff;
  outline: none;
}
.main-nav .nav .nav-item .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  min-width: 220px;
}
.main-nav .nav .nav-item .dropdown-menu a {
  border-bottom: 1px solid #14583e;
  padding: 8px 20px;
  outline: none;
}
.main-nav .nav .nav-item .dropdown-menu a:hover {
  background: #14583e;
  color: #fff;
  padding-left: 24px;
  outline: none;
}
.main-nav .nav .nav-item .dropdown-submenu {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu li {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu li .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}
/* ======= Footer ======= */
.footer {
  background: #003A22;
  color: #ffffff;
}
.footer p {
  color: #ffffff;
  font-size:12px;
}
.footer ul {
  padding-left: 0;
}
.footer li {
  list-style: none;
  font-size:12px;
}

.footer h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color:#A4ACAB;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
}
.footer .footer-content {
  padding: 30px 0;
  font-size: 12px;
  min-height: 300px;
}
.footer .footer-content .footer-col .footer-col-inner {
  /*padding: 0 15px;*/
}
.footer .footer-content .footer-col .fa {
  margin-right: 10px;
  display: inline-block;
  color: #767676;
}
.footer .footer-content .footer-col .fa.fa-phone {
  font-size: 16px;
}
.footer .footer-content .footer-col li {
  margin-bottom: 10px;
  font-size: 12px;
}
.footer .footer-content .footer-col a {
  color: #ffffff;
  outline: none;
}
.footer .footer-content .footer-col a:hover {
  color: #79b9ae;
  outline: none;
}
.footer .footer-content .adr {
  margin-bottom: 30px;
}
.footer .footer-content .adr .fa {
  font-size: 16px;
  margin-top: 2px;
}
.footer .footer-content .subscribe-form {
  padding: 0;
}
.footer .footer-content .subscribe-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.footer .footer-content .subscribe-form .form-control {
  background: #f5f5f5;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.footer .footer-content .subscribe-form .form-control:focus {
  background: #fff;
}

.footer .btn {
	font-size: 11px;
}

.footer .bottom-bar {
  background: #2b2b2b;
  padding: 5px 0;
}
.footer .bottom-bar .copyright {
  font-size: 11px;
  color: #dcdcdc;
  line-height: 3;
}
.footer .bottom-bar .copyright a:hover {
  color: #79b9ae;
  outline: none;
}
.footer .bottom-bar .social {
  margin: 0;
}
.footer .bottom-bar .social li {
  float: right;
  margin-left: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.footer .bottom-bar .social li a {
  color: #a9a9a9;
  padding: 0 5px;
  outline: none;
}
.footer .bottom-bar .social li a:hover {
  color: #006631;
  outline: none;
}

.btn-subscribe {
	display:block;
	margin: auto;
	width:100%;
}

.email-input {	
	height: 26px;
	padding: 6px 12px;
	font-size: inherit;
	margin-bottom:5px;
}

/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
  outline: none;
}
.flexslider .flex-control-paging li a:hover {
  background: #006631;
  outline: none;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #006631;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides .flex-caption {
  position: absolute;
  left: 0px;
  bottom: -10px;
  color: #fff;
  width:100%;
  font-family: 'open sans', arial, sans-serif;
}
.flexslider .slides .flex-caption .main {
  display: inline-block;
  background: rgba(0, 65, 37, 0.8);
  margin-bottom: 0px;
  padding: 15px 30px 5px 30px;
  font-size: 22px;
  color: #96A2A1;
  font-weight:700;
  width:100%;
  line-height:24px;
}
.flexslider .slides .flex-caption .secondary {
  display: inline-block;
  background: rgba(0, 65, 37, 0.8);
  padding: 0px 30px 45px 30px;
  color: #fff;
  font-size: 16px;
  width:100%;
  margin-bottom: 0px;
  font-weight:400;
}
.flexslider .slides .promo-badge {
  position: absolute;
  right: 60px;
  top: 30px;
}
/* ======= Page ======= */
.page-wrapper .page-heading {
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-heading h1.heading-title {
  margin-top: 0;
  display: inline-block;
  font-size: 28px;
}
.page-wrapper .breadcrumbs {
  display: inline-block;
}
.page-wrapper .breadcrumbs ul {
  padding-top: 25px;
  margin: 0;
}
.page-wrapper .breadcrumbs ul li {
  color: #006631;
  font-size: 12px;
  float: left;
  list-style: none;
  display: inline-block;
}
.page-wrapper .breadcrumbs ul li a {
  display: inline-block;
  padding: 0 5px;
  color: #aaaaaa;
  outline: none;
}
.page-wrapper .breadcrumbs ul li a:hover {
  color: #34655c;
  outline: none;
}
.page-wrapper .breadcrumbs ul li.breadcrumbs-label {
  padding-right: 0;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li.current {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-wrapper .breadcrumbs ul li .fa {
  margin-right: 5px;
  color: #aaaaaa;
}
.page-wrapper ul li {
  margin-bottom: 5px;
}
.page-wrapper ul li .fa {
  margin-right: 5px;
  color: #006631;
}
.page-wrapper ul li.list-group-item {
  margin-bottom: -1px;
}
.page-wrapper ul.nav li {
  margin-bottom: 0;
}
.page-wrapper ul.social-icons li .fa {
  margin-right: 0;
  color: #fff;
}
.page-wrapper ol li {
  margin-bottom: 5px;
}
.page-wrapper dl dd {
  margin-bottom: 5px;
}
.page-wrapper .page-content h1 {
  font-size: 26px;
  font-weight: normal;
}
.page-wrapper .page-content h2 {

}
.page-wrapper .page-content h3 {
  font-size: 20px;
  font-weight: normal;
}
.page-wrapper .page-content h4 {
  font-size: 18px;
  font-weight: normal;
}
.page-wrapper .page-content h5 {
  font-size: 16px;
  font-weight: normal;
}
.page-wrapper .page-content h6 {
  font-size: 14px;
  font-weight: normal;
}
.page-wrapper .page-content .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}
.page-wrapper .page-content .page-row {
  margin-bottom: 30px;
}
.page-wrapper .page-content .custom-quote {
  border-color: #9acbc2;
}
.page-wrapper .page-content .custom-quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
}
.page-wrapper .page-content .custom-quote .fa {
  color: #006631;
  margin-right: 10px;
}
.page-wrapper .page-content .custom-quote .people {
  margin-top: 10px;
  font-size: 11px;
  color: #003A22;
  font-style: normal;
}
.page-wrapper .page-content .custom-quote .people .name {
  color: #006631;
}
.page-wrapper .page-content .has-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding-bottom: 15px;
}
.page-wrapper .page-content .has-divider-solid {
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-content .row-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding: 10px 0;
}
.page-wrapper .page-content .even-row {
  background: #f5f5f5;
}
.page-wrapper .page-content .read-more.btn {
  margin-bottom: 15px;
  display: inline-block;
}
.page-wrapper .page-content .panel-title {
  font-size: 16px;
  font-weight: 300;
}
.page-wrapper .page-content .video-iframe {
  max-width: 100%;
}
.page-wrapper .page-content .album-cover {
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
.page-wrapper .page-content .album-cover:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.page-wrapper .page-content .album-cover > a:hover {
  position: relative;
  outline: none;
}
.page-wrapper .page-content .album-cover > a:hover img {
  display: block;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  outline: none;
}
.page-wrapper .page-content .album-cover .desc {
  padding: 15px;
  position: relative;
}
.page-wrapper .page-content .album-cover .desc:before {
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
}
.page-wrapper .page-content .prettyphoto:hover img {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.widget h3, .positions-boxes h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight:700;
  text-transform:uppercase;
  color:#A4ACAB;
}
.widget h5, .positions-boxes h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight:700;
  color:#008458;
}

.positions-boxes h5 {
font-size: 16px;
line-height:20px;
}

.widget h5 a, .positions-boxes h5 a {
color:inherit;
outline: none;
}
.page-wrapper .page-sidebar .widget {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.page-wrapper .page-sidebar .widget.has-divider {
  border-bottom: 1px dotted #e8e8e8;
}
.page-wrapper .page-sidebar .widget .iframe {
  height: auto;
  min-height: 200px;
  max-width: 100%;
}
.page-wrapper .page-sidebar .widget .fa {
  margin-right: 5px;
  color: #006631;
}
.page-wrapper .page-sidebar .widget .fa.fa-phone {
  font-size: 16px;
}
.page-wrapper .page-sidebar .widget .btn .fa {
  color: #fff;
}
.page-wrapper .page-sidebar .widget .nav li a {
  padding: 5px 15px;
  color: #003A22;
  margin-bottom: 10px;
  border-left: 5px solid transparent;
  outline: none;
}
.page-wrapper .page-sidebar .widget .nav li a:hover {
  background: none;
  color: #006631;
  outline: none;
}
.page-wrapper .page-sidebar .widget .nav li.active a {
  background: none;
  color: #006631;
  font-weight: bold;
  border-left: 5px solid #006631;
  outline: none;
}
.page-wrapper .page-sidebar ul {
  padding-left: 0;
}
.page-wrapper .page-sidebar #flickr-photos li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.page-wrapper .page-sidebar #flickr-photos li img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.page-wrapper .page-sidebar #flickr-photos li img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.page-wrapper .page-sidebar .news-item {
  margin-bottom: 15px;
}
.page-wrapper .page-sidebar .news-item img {
  width: 40px;
  height: 40px;
}
.page-wrapper .page-sidebar .news-item .title {
  font-size: 14px;
  margin-top: 0;
}
.page-wrapper .page-sidebar .testimonials-carousel {
  position: relative;
}
.page-wrapper .page-sidebar .testimonials-carousel .fa {
  color: #006631;
  margin-right: 5px;
  font-size: 18px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel .item {
  min-height: 300px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people {
  margin-top: 10px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .name {
  color: #006631;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .title {
  color: #999;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls {
  margin-top: 20px;
  text-align: right;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a:hover .fa {
  background: #006631;
}
.container {
	position:relative;
}
/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #003A22;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
.config-panel {
  display: none;
  background: #003A22;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel p {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  color: #fff;
}
.config-panel ul {
  margin-bottom: 0;
}
.config-panel li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  outline: none;
}
.config-panel li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel li.active a {
  border: 2px solid #fff;
}
.config-panel li.default a {
  background: #6091ba;
}
.config-panel li.green a {
  background: #006631;
}
.config-panel li.purple a {
  background: #6f7a9f;
}
.config-panel li.red a {
  background: #a85770;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}
.ie8 .footer .footer-content {
  min-height: 280px;
}
.ie8 .navbar-nav {
  position: relative;
  z-index: 100;
}
/* ======= Home Page ======= */
h1.section-heading {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom:15px;
  border-bottom:1px solid #A4ACAB;
  color:#003A22;
  text-transform:none;
  font-size:30px;
}

.home-page h1.section-heading, h3.section-heading {
  font-size: 22px;
  font-weight: 700;
  /*line-height: 2;*/
  margin-bottom: 20px;
  margin-top: 0;
  color: #A4ACAB;
  text-transform: uppercase;
  padding-bottom:15px;
  border-bottom:1px solid #A4ACAB;
}

h1.home-projects {
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
  color: #A4ACAB;
  text-transform: uppercase;
}

h1.section-heading .line {
  border-top: 2px solid #006631;
  display: inline-block;
  padding: 0 15px;
  padding-top: 5px;
}


/*
.home-page .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.home-page .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .carousel-controls a:hover .fa {
  background: #006631;
}
*/

.home-page .promo {
  margin-bottom: 30px;
}
.home-page .promo h1.section-heading {
  margin-top: 0;
  font-size: 24px;
  color: #fff;
}
.home-page .promo p {
  color: #f5f5f5;
}
.home-page .promo .btn-cta {
  font-size: 20px;
  margin-top: 30px;
  font-family: 'Open Sans', arial, sans-serif;
}
.home-page .news {
  position: relative;
}

.home-page .news h2.title {
  font-size: 18px;
  margin: 0px 0px 5px 0px;
  font-weight:700;
}

.readin {
font-size:13px;
line-height:120%;
}

.readin_product {
font-size:13px;
line-height:120%;
color:#878D8C;
margin-top:5px;
}

.home-page .news h2.title a {
  color: #008458;
}
.home-page .news h2.title a:hover {
  color: #96A2A1;
}
.home-page .news .news-item {
  position: relative;
}
.home-page .news .news-item p {
color:#878D8C;
}
.home-page .news .thumb {
	float:left;
	width:100%;
	height:auto;
}
.home-page .events .section-content {
  min-height: 520px;
}
.home-page .events .event-item {
  position: relative;
  padding-left: 55px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.home-page .events .event-item .date-label {
  background: #fff;
  position: absolute;
  left: 0;
}
.home-page .events .event-item h2.title {
  margin-bottom: 20px;
  font-size: 16px;
}
.home-page .events .event-item p {
  margin-bottom: 5px;
}
.home-page .events .event-item .fa {
  margin-right: 5px;
  font-size: 14px;
  min-width: 16px;
  color: #666;
}
.home-page .events .event-item .fa.fa-map-marker {
  font-size: 18px;
}
.home-page .events .read-more {
  margin-top: 15px;
}
.home-page .events .details p {
  color: #666;
}



/* NEW EVENTS */

.event-date {
	color:#008458;
	font-size:17px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:0px;
}

.event-desc {
	color:#003A22;
	font-size:16px;
	line-height:1.3;
	
}

.event-desc a {
font-weight:400;
outline: none;
}

.event-location {
	color:#878D8C;
	font-size:13px;
}

.event-date-bg {
	background: rgba(150,162,163,0.20);
	margin-top: -20px;
	text-align: center;
	min-height: 151px;
}

.event-date-bg h1 {
	color: white;
	line-height: 140px;
	font-weight: 700 !important;
	font-size: 160px !important;
	padding-bottom: 10px;
}

.event-date-bg h2 {
	color: white;
	line-height: 140px;
	font-weight: 700 !important;
	font-size: 130px !important;
	/*padding-bottom: 10px;*/
	margin-top: 20px;
}

.event-date-bg h3 {
    color: #008458 !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    margin-top: -100px;
}

.event-date-bg h5 {
	color: white;
	font-weight: 700 !important;
	font-size: 25px !important;
	margin-top: -30px;
}

.event-text-inside {
	text-align: left;
	padding-top: 5px;
}

.event-text-inside h1 {
	color: #C5CDCD !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	margin-bottom: 0px;
	margin-top: 10px;
}

.event-text-inside p {
	color: #008458 !important;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;
}

.events-separator {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #A4ACAB;
		margin-bottom: 30px;
		padding: 0;
}

.event-description-inside {
	margin-bottom: 100px;
}

.event-inside h3{
	color: #008458 !important;
	font-size: 19px !important;
	font-weight: 700 !important;
	margin-top: 0px;
}	

.event-inside h2  {
	font-size: 18px;
	font-weight: 700;
	margin: 25px 0px 0px 0px;
	line-height: 24px;
	color: #007B4F;
}

.event-description-inside p {
	color: #000 !important;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
}

.event-description-inside ul {
	margin-top: 5px;
}

.event-description-inside ul li {
	color: #000 !important;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
}

.home-page .project-finder .project-finder-form {
  margin-bottom: 15px;
}
.home-page .project-finder .keywords {
  padding-left: 5px;
}
.home-page .project-finder .keywords input {
  width: 200px;
  margin-right: 5px;
}
.home-page .video {
  position: relative;
}
.home-page .video .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .video .video-iframe {
  max-width: 100%;
  width: 100%;
  height: 287px;
  margin-bottom: 5px;
}
.home-page .links .fa {
  margin-right: 5px;
}
.home-page .testimonials {
  position: relative;
}
.home-page .testimonials .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .testimonials .fa {
  color: #006631;
  margin-right: 5px;
  font-size: 18px;
}
.home-page .testimonials .carousel .item {
  min-height: 298px;
}
.home-page .testimonials .people {
  margin-top: 10px;
}
.home-page .testimonials .people .name {
  color: #006631;
}
.home-page .testimonials .people .title {
  color: #999;
}
.publications {
  background: #ffffff;
  margin-top:30px;
}
.publications .pubs {
  margin: 0 -15px;
  padding: 0;
}
.publications .pubs li {
  list-style: none;
  margin-right: 0;
}
.publications .pubs li img {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  /*margin: 0 auto;*/
  max-width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.publications .pubs li img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.publications .pubs li .type {
	margin: 5px 0px;
color: #A4ACAB;
font-weight: 400;
text-transform: uppercase;
font-size: 13px;
display: block;
}

.publications .pubs li h3 {
	font-size:14px;
	font-weight:700;
	margin:0;
	line-height:1.3;
}

.publications .carousel-control {
  background: none;
  width: auto;
  top: 20px;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.publications .carousel-control .fa {
  color: #e8e8e8;
  font-weight: bold;
}
.publications .carousel-control:hover .fa {
  color: #999;
}
.sortby {
	color: #96A2A1;
	font-weight: 400;
	font-size: 11px;
	position: absolute;
	left: -40px;
	top: 7px;
}
/* ======= Topic areas Page ======= */
.topicarea-page h2.title  {
	font-size:14px;
	font-weight:700;
	line-height:1.3;
	color: #008458;
	font-weight: 700;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 1.2;
}

/* ======= Projects Page ======= */
.projects-wrapper .tab-content {
  font-size: 12px;
}
.projects-wrapper .tab-content .item {
  margin-top: 15px;
}

.tab-content ul, ul.rec_style {
	margin-left:0px;
	padding-left:0px;
	list-style-type:none
}
.tab-content ul li, ul.rec_style li {
	padding-left:15px !important;
	background: url("../images/bullet.png") no-repeat left top !important;
}

.objectives ul, ul.rec_style {
	margin-left:0px;
	padding-left:0px;
	list-style-type:none
}
.objectives ul li, ul.rec_style li {
	padding-left:15px !important;
	background: url("../images/bullet.png") no-repeat left top !important;
}

.projects-wrapper .tab-content img {
  margin-bottom: 10px;
}
.projects-wrapper .project-finder {
  margin-bottom: 30px;
}
.projects-wrapper .project-finder .keywords input {
  width: 260px;
}
.projects-wrapper .project-list-header {
  font-size: 13px;
  margin-bottom: 15px;
}
.projects-wrapper .project-list-header .summary {
  padding-top: 10px;
}
.projects-wrapper .project-list-header .control-label {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
  line-height: 2;
}
.projects-wrapper .project-list-header .sort {
  padding-top: 5px;
}
.projects-wrapper .project-list-header .sort-options {
  width: auto;
  height: 25px;
  font-size: 12px;
}
.projects-wrapper .project-item {
  font-size: 12px;
}
.projects-wrapper .project-item .col-meta {
  color: #777777;
}
/* ======= Events Page ======= */
.events-wrapper .events-item .date-label {
  background: #f5f5f5;
}
.events-wrapper .events-item .details .time {
  margin-right: 10px;
}
.events-wrapper .events-item .details .fa {
  margin-right: 5px;
}

/* ======= Contact Page ======= */
.contact-form .required {
  color: #e14b39;
  display: inline-block;
  font-weight: normal;
  padding-left: 2px;
}
#map {
  height: 300px;
}
#map,
#map *,
#map *:before,
#map *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .pull-right,
  .pull-left {
    //float: none !important;
  }
  .logo {
    text-align: center;
  }
  .header .contact p {
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
  }
  .header .menu-top {
    text-align: center;
    margin-top: 10px;
  }
  .header .menu-top li {
    float: none;
    display: inline-block;
  }
  .header br {
    display: none;
  }
  .header .social-icons {
    text-align: center;
    margin: 0 auto;
  }
  .header .social-icons li {
    float: none;
    display: inline-block;
  }
  .main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
  }
  .navbar-nav {
    margin-top: 0;
  }
  
  .header .search-form {
    text-align: center;
  }
  .header .search-form .form-group {
    display: inline-block;
  }
  .header .search-form .form-control {
    width: 210px;
  }
  .main-nav .nav .nav-item.active > a:before {
    content: none;
  }
  .main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
    position: static;
    left: auto;
    margin-left: 0;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a {
    padding-left: 30px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 34px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
    padding-left: 45px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 49px;
  }
  .flexslider {
    margin-bottom: 15px;
  }
  .flex-direction-nav a {
    margin-top: -50px;
  }
  .flexslider .slides .flex-caption {
    position: static;
    display: block;
  }
  .flexslider .slides .flex-caption br {
    display: none;
  }
  .flexslider .slides .flex-caption .main {
    font-size: 13px;
    display: block;
    margin-bottom: 0;
  }
  .flexslider .slides .flex-caption .secondary {
    display: block;
    font-size: 12px;
  }
  .flexslider .flex-control-nav {
    display: none;
  }
  .home-page .promo .btn-cta {
    margin-top: 0;
  }
  .home-page .news .thumb {
    width: 195px;
    height: 150px;
  }
  .home-page .news h2.title {
	  font-size:14px;
  }
  
  .home-page .project-finder {
    margin-top: 15px;
  }
  .home-page .project-finder .keywords input {
    width: 180px;
  }
  .home-page .video .video-iframe {
    height: auto;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
 .publications .carousel-control {
    top: 50px;
  }
  .footer .footer-content .subscribe-form .form-control {
    width: 140px;
  }
  .footer #tweet .tweets-list-container {
    max-width: 100%;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 30px;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .footer .footer-content .footer-col .fa-twitter {
    text-align: center;
    margin-bottom: 10px;
  }
  .page-wrapper .page-heading h1.heading-title {
    float: none;
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs {
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs ul {
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  .page-wrapper .breadcrumbs ul li {
    float: none;
    display: inline-block;
  }
  .page-wrapper .breadcrumbs ul li.current {
    max-width: inherit;
    overflow: visible;
  }
  .home-page .project-finder .keywords input {
    float: left !important;
  }
  
  .event-date-bg h1 {
  font-size:14px;
  }
  
  .logoWGSI {
	padding: 0px 0px 10px 0px !important;
	text-align: center;
  }
  
  .logoWGSI .img-responsive {
	height: 60px;
  }
 
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 992px) {
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 15px;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
  
  .logoWGSI {
	padding: 0px 0px 10px 0px !important;
	text-align: center;
  }
  
  .logoWGSI .img-responsive {
	height: 60px;
  }
 
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home-page .testimonials .carousel .item {
    min-height: 298px;
  }
  .home-page .events .section-content {
    min-height: 520px;
  }
  .home-page .video .video-iframe {
    height: 287px;
  }
  .footer .bottom-bar .social li {
    float: right;
  }
  .footer #tweet {
    min-height: 100px;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
  /* Sticky Footer */
  html,
  body {
    height: 100%;
  }
  body {
    font-size: 14px;
	overflow-x: hidden;
  }
  .wrapper {
    min-height: 100%;
    margin-bottom: -344px;
    /* equal to footer height */
  }
  .wrapper:after {
    content: "";
    display: block;
    height: 344px;
    /* must be the same height as footer */
  }
  .footer {
    height: 344px;
    /* must be the same height as footer */
  }
  .pictures {
background: url(/images/pictures.jpg) top center no-repeat;
}


}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .home-page .project-finder .keywords input {
    /*width: 255px;*/
  }
  .pictures {
background: url(/images/pictures.jpg) top center no-repeat;
}
}

.topic {
	margin-right: 5px;
}

.results {
	margin-top: 15px;
}

/* FLIP Images */

.flip-container {
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
-ms-transform: perspective(1000px);
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d; 
-ms-transform-style: preserve-3d; 
float:left;
margin-right:10px;
}

/* START: for IE */
.flip-container:hover .back, .flip-container.hover .back {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
		
/* END: for  IE */

.flip-container, .front, .back {
width: 80px;
height: 80px;
}

.flipper {
-webkit-transition: 0.6s;
-webkit-transform-style: preserve-3d;
-ms-transition: 0.6s;
-moz-transition: 0.6s;
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transition: 0.6s;
transform-style: preserve-3d;
position: relative;
}

.front, .back {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-transition: 0.6s;
-webkit-transform-style: preserve-3d;
-webkit-transform: rotateY(0deg);

-moz-transition: 0.6s;
-moz-transform-style: preserve-3d;
-moz-transform: rotateY(0deg);

-o-transition: 0.6s;
-o-transform-style: preserve-3d;
-o-transform: rotateY(0deg);

-ms-transition: 0.6s;
-ms-transform-style: preserve-3d;
-ms-transform: rotateY(0deg);

transition: 0.6s;
transform-style: preserve-3d;
transform: rotateY(0deg);

position: absolute;
top: 0;
left: 0;
}

.front {
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
z-index: 2;
}

.back {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}

/* SUB NAV DM */

.grey {
  background: #f5f5f5;
  overflow: hidden;
}

.nav-pills.nav-stacked:not(.list-style-icons)>li>a:after,.process .nav-pills>li+li:after {
	font-family:FontAwesome;
	content:"\f101";
	top:6px;
}

.nav-pills:not(.nav-stacked) {
	margin-bottom:15px;
}
.nav-pills>li>a {
	border-radius:0;
	padding:7px 10px;
	border:1px solid transparent;
	color:#999;
	/*font-size:13px;*/
	text-transform:uppercase;
	font-weight:400;
	outline: none;
}
.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover,.nav-pills>li>a:focus,.nav-pills>li>a:hover {
	color:#777;
	background-color:transparent;
	border-bottom:1px solid #777;
	outline: none;
}
.nav-pills.style-2>li>a {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	outline: none;
}
.nav-pills.style-2>li.active>a,.nav-pills.style-2>li.active>a:focus,.nav-pills.style-2>li.active>a:hover,.nav-pills.style-2>li>a:focus,.nav-pills.style-2>li>a:hover {
	color:#006631;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	outline: none;
}
.nav-pills>li+li {
	margin-left:5px;
}
.nav-pills.nav-stacked>li+li {
	margin-left:0;
}
.nav-pills.nav-stacked>li>a {
	padding:5px 0;
	color:#777;
}
.nav-pills.nav-stacked.list-style-icons>li>a {
	padding:4px 0;
	outline: none;
}
.nav-pills.nav-stacked>li.active>a,.nav-pills.nav-stacked>li.active>a:focus,.nav-pills.nav-stacked>li.active>a:hover,.nav-pills.nav-stacked>li>a:focus,.nav-pills.nav-stacked>li>a:hover {
	color:#006631;
	background-color:transparent;
	border-color:transparent;
	outline: none;
}
.nav-pills.nav-stacked:not(.list-style-icons)>li>a:after {
	font-size:12px;
	position:absolute;
	right:15px;
	color:#d1d1d1;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	outline: none;
}
.nav-pills>li.active>a:after {
	color:#006631;
}
.nav-pills.nav-stacked:not(.list-style-icons)>li.active>a:focus:after,.nav-pills.nav-stacked:not(.list-style-icons)>li.active>a:hover:after,.nav-pills.nav-stacked:not(.list-style-icons)>li>a:focus:after,.nav-pills.nav-stacked:not(.list-style-icons)>li>a:hover:after {
	color:#006631;
	right:10px;
}
.nav-pills.nav-stacked.list-style-icons>li>a>i {
	padding-right:10px;
	font-size:14px;
	color:#cdcdcd;
}
.nav-pills.nav-stacked.list-style-icons>li.active>a>i,.nav-pills.nav-stacked.list-style-icons>li>a:focus>i,.nav-pills.nav-stacked.list-style-icons>li>a:hover>i {
	color:#006631;
}

.spacer {
	height:30px;
	clear:both;
}

.halfspacer {
	height:15px;
	clear:both;
}

.icon-result {
	/*margin-left:-15px;*/
}

.result_title {
	color:#878D8C;
	font-weight:700;
	font-size:13px;
	line-height:110%;
	margin-bottom:5px;
}

.result {
	color:#008458;
	font-weight:700;
	font-size:14px;
	line-height:120%;
	margin-bottom:5px;
}

.result-descr {
	color:#003A22;
	font-size:13px;
	line-height:110%;
	margin-bottom:5px;
}

.view-all {
	position:absolute;
	top:40px;
	right:20px;
	color:#003A22;
	font-size:12px;
	text-transform: uppercase;
	padding-bottom:5px;
	margin-top:-20px;
	font-weight:700;
}

ul.newsticker {
	color:#96A2A1;
	font-size:14px;
	list-style-type:none;
	margin-top:5px;
	padding:0;
	width:61%;
	line-height:110%;
}

ul.newsticker li a {
	color:inherit;
}

ul.newsticker li a:hover {
	color:#ffffff;
}

.twitt {
	/*margin-top:-75px;*/
}

.twitter-timeline { /*This is added so that the twitter doesn't become too long in some cases*/
	max-height: 900px;
}

.home-page .projects {
	background: rgba(150,162,163,0.20);
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 15px 0px;
}

.calendar {
	padding:20px 0px;
	background: rgba(150,162,163,0.20);
}

.home-page .top {
	padding:0;
	margin:0;
	background: rgb(220,225,225);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(220,225,225,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(220,225,225,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(220,225,225,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce1e1', endColorstr='#ffffff',GradientType=0 );
}

.home-page .projects-search {
	color:#A4ACAB;
	font-size:11px;
}

.home-page .projects-search input, .home-page .projects-search  select {
	padding:5px;
	outline: none;
	border:none;
}

.home-page .projects-search select {
	color:#ffffff;
	background-color:#A4ACAB;
	width:49%;
	margin-right:1%;
	float:left;
}

.home-page .projects-search input {
	width:50%;
	float:left;
}

.home-page .projects-search input:focus {
	color: #003A22;
}

.home-page .projects-search select:focus {
	color: #003A22;
	background-color:#ffffff;
}

.topics_projects {
    text-align: left;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #CFD6D6;
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAADIyMiYmJjIyMjAwMDMzMzExMczMzG/7/KwAAAAHdFJOUwCoC4YjllkQbp1YAAAARklEQVQY02MoYEAB9OYyGTswMDgbwbgsgiEMLIEicFlDUQdXQbgsg7JgSKCwApzLZCgIlESYrCwIlERwmQyNUOxVUaCjBwG62A+AiSlt5gAAAABJRU5ErkJggg==)right 10px center no-repeat;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAADIyMiYmJjIyMjAwMDMzMzExMczMzG/7/KwAAAAHdFJOUwCoC4YjllkQbp1YAAAARklEQVQY02MoYEAB9OYyGTswMDgbwbgsgiEMLIEicFlDUQdXQbgsg7JgSKCwApzLZCgIlESYrCwIlERwmQyNUOxVUaCjBwG62A+AiSlt5gAAAABJRU5ErkJggg==)right 10px center no-repeat,-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#CFD6D6));
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAADIyMiYmJjIyMjAwMDMzMzExMczMzG/7/KwAAAAHdFJOUwCoC4YjllkQbp1YAAAARklEQVQY02MoYEAB9OYyGTswMDgbwbgsgiEMLIEicFlDUQdXQbgsg7JgSKCwApzLZCgIlESYrCwIlERwmQyNUOxVUaCjBwG62A+AiSlt5gAAAABJRU5ErkJggg==)right 10px center no-repeat,linear-gradient(to bottom,#FFF,#CFD6D6);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
	outline: none;
	border:1px solid #A4ACAB;
	max-width: 100%;
	font-weight:400;
	font-size:13px;
	color:#878D8C !important;
}


.home-page .grid-item h3 {
	color:#008458;
	font-weight:700;
	font-size:16px;
	margin-top:0px;
	line-height:1.2;
}

.home-page .grid-item h3 a{
	color:#008458;
}

.projects-page .projects  {
	padding-top:15px;
}

.projects-page h1 {
	color:#003A22;
	text-transform:none;
	font-size:30px;
}

.home-page .grid-item .topic-title {
	display:block;
	color:#A4ACAB;
	padding:4px 0px;
	font-weight:700;
	line-height: 1.3;
	font-size:13px;
} 

.navbar {
	min-height:0;
	border:none;
	border-radius:0;
}

.project-finder {
	margin-top:10px;
} 

.pubs-control-right i , .pubs-control-left i {
	height:20px;
	width:20px;
	border-radius:20px;
	background-color: #96A2A1;
	color:#ffffff;
	line-height:100%;
}

.projects-page .filter input, .projects-page .filter select {
	padding:5px;
	outline: none;
	border:1px solid #A4ACAB;
	max-width:23%;
	margin-right:1%;
}

.projects-page .filter select {
	color:#ffffff;
	background-color:#A4ACAB;
}

.projects-page .filter input:focus {
	color: #003A22;
}

.projects-page .filter select:focus {
	color: #003A22;
	background-color:#ffffff;
}

p.ta {
	margin:5px 0px;
	color:#A4ACAB;
	font-weight:400;
	text-transform:uppercase;
	font-size:13px;
}

p.pa {
font-weight: 700;
line-height: 1.3;
font-size: 13px;
text-transform:none;
}

.projects-page h2.title  {
	font-size:14px;
	font-weight:700;
	margin:0;
	line-height:1.3;
}

.projects-page h2.pa  {
color: #008458;
font-weight: 700;
font-size: 16px;
margin-top: 0px;
line-height: 1.2;
}

.projects-page h2.pr  {
color: #008458;
font-weight: 700;
font-size: 18px;
margin-top: 5px;
line-height: 1.2;
}

.projects-page h2.title a {
	color:#008458;
}

p.period {
	font-size:11px;
	color:#003A22;
	font-weight:700;
	margin:5px 0px;
}

.projects-page h4 {
	font-size:13px;
	font-weight:700;
	color:#A4ACAB;
	margin: 0px 0px 5px 0px;
}

.project-details p, .project-details ul li {
	font-size:13px;
	font-weight:700;
	color:#008458;
	margin: 0px 0px 15px 0px;
	line-height:110%;
}

p + ul {
    margin-top: -10px;
}

.butter {
	background: rgba(150,162,163,0.20);
	padding: 30px 0px;
	margin-top:15px;
}

.screen-reader-text {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

.label {
	color:#000000;
	font-size: 12px;
	padding: 0px 15px 0px 0px;
}

.stub {
    background: #FFF;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    padding: 4px 6px 4px 12px;
    vertical-align: middle;
    margin: 7px 8px 7px 0;
    border: 1px solid #DDD;
    border-radius: 2px;
}
.stub, .stub__label {
    display: inline-block;
}

.stub__remove {
	font-size:16px;
	color:#CFD6D6;
}

.pagination a.active {
	font-weight:700;
	outline: none;
}

.sort {
	width:40%;
}

.news_date {
display: block;
color: #A4ACAB;
padding: 0px;
font-weight: 700;
margin-top:5px;
}

.carousel-controls .prev, .carousel-controls  .next {
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	background-color:#96A2A1;
	color:#ffffff;
	display:block;
	margin-top:15px;
}

.carousel-controls .prev {
float:left;
}

.carousel-controls .next {
float:right;
}

/* TIMELINE */

.timeline {
height:500px;
overflow:hidden;
background:url(../../images/timeline/timeline-line.png) center center repeat-x;
}

.timeline_container {
width:100%;
height:480px;
display: block;
position:relative;
}

#makeMeScrollable {
width:100%;
height:480px;
display: block;
position:relative;
cursor:ew-resize;
}

#makeMeScrollable .timeline_year {
			position: relative;
			float: left;
			display: block;
			height:480px;
}

div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

.up .year_circle {
position:absolute;
margin-top:195px;
}

.down .year_circle {
position:absolute;
margin-top:-10px;
}

.up .timeline_event {
position:absolute;
bottom:40px;
float:left;
}

.down .timeline_event {
position:absolute;
top:60px;
}

.first {
left:24px;
}

.second {
left:168px; /* 24px margin +132px icon +12px gap */
}

.third {
left:312px; /* 24px margin +132px icon +12px gap +132px icon +12px gap */
}

.fourth {
left:456px; /* 24px margin +132px icon +12px gap +132px icon +12px gap +132px icon +12px gap */
}

.one { /* one picture group */
width:180px;
}

.two { /* two pictures group */
width:324px;
}

.three { /* three pictures group */
width:468px;
}

.four { /* four pictures group */
width:612px;
}

.year_group {
height:240px;
width:100px;
padding-left:72px;
position:relative;
}

.milestone {
color:#dbd29d;
font-size:24px;
font-weight:700;
position:absolute;
left:62px;
}

.up .milestone {
bottom:-60px;
}

.down .milestone {
top:-40px;
}

.up {
margin-top:0px;
}

.down {
margin-top:240px;
}

.office_staff ul  {
list-style-type:none;
margin:0;
padding:0;
}

.office_staff ul  li {
margin-bottom:5px;
font-weight:400;
display:inline;
}

.gradient {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(220,225,225,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(220,225,225,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(220,225,225,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce1e1', endColorstr='#00ffffff',GradientType=0 );
}

.circle-icon {
    background: #A4ACAB;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    vertical-align: middle;
    /*margin: 0px 5px;*/
	color:#003A22;
	font-size:14px;
	border:none;
}

.circle-icon i {
color:#003A22;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.circle-icon i:hover {
color:#ffffff;
outline: none;
}

.hr {
    display: block;
    width: 100%;
    height: 1px;
    background: #A4ACAB;
    margin: 5px 0px 20px 0px;
    clear: both;
}

/* Forms style */

.select {
    text-align: left;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #CFD6D6;
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAADIyMiYmJjIyMjAwMDMzMzExMczMzG/7/KwAAAAHdFJOUwCoC4YjllkQbp1YAAAARklEQVQY02MoYEAB9OYyGTswMDgbwbgsgiEMLIEicFlDUQdXQbgsg7JgSKCwApzLZCgIlESYrCwIlERwmQyNUOxVUaCjBwG62A+AiSlt5gAAAABJRU5ErkJggg==)right 10px center no-repeat;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAADIyMiYmJjIyMjAwMDMzMzExMczMzG/7/KwAAAAHdFJOUwCoC4YjllkQbp1YAAAARklEQVQY02MoYEAB9OYyGTswMDgbwbgsgiEMLIEicFlDUQdXQbgsg7JgSKCwApzLZCgIlESYrCwIlERwmQyNUOxVUaCjBwG62A+AiSlt5gAAAABJRU5ErkJggg==)right 10px center no-repeat,-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#CFD6D6));
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURQAAADIyMiYmJjIyMjAwMDMzMzExMczMzG/7/KwAAAAHdFJOUwCoC4YjllkQbp1YAAAARklEQVQY02MoYEAB9OYyGTswMDgbwbgsgiEMLIEicFlDUQdXQbgsg7JgSKCwApzLZCgIlESYrCwIlERwmQyNUOxVUaCjBwG62A+AiSlt5gAAAABJRU5ErkJggg==)right 10px center no-repeat,linear-gradient(to bottom,#FFF,#CFD6D6);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
	outline: none;
	border:1px solid #A4ACAB;
	max-width: 100%;
	font-weight:400;
	font-size:13px;
	color:#878D8C;	
}

.topics {
	width:60%;
	float:left;
}

.year {
	width:30%;
	float:left;
	margin-right:30px;
}

.input {
	outline: none;
	border:1px solid #A4ACAB;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 10px;
    position: relative;	
	width: 100%;
	font-size:13px;
}

/* AutoComplete Search CSS start here */

 /* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}
 
/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: #fff;
}
 
/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
}
 
.ui-autocomplete li {
    font-size: 14px;
}
 
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}


.ui-autocomplete {
cursor: default;
left: 0;
position: absolute;
top: 0;
}

.ui-menu {
display: block;
list-style: none outside none;
margin: 0;
outline: medium none;
padding: 2px;
}

.ui-menu .ui-menu {
margin-top: -3px;
position: absolute;
}

.ui-menu .ui-menu-item {
margin: 0;
padding: 0;
width: 100%;
}

.ui-menu .ui-menu-divider {
border-width: 1px 0 0;
font-size: 0;
height: 0;
line-height: 0;
margin: 5px -2px;
}

.ui-menu .ui-menu-item a {
display: block;
font-weight: normal;
line-height: 1.5;
min-height: 0;
padding: 5px 0.4em;
text-decoration: none;
font-size:0.72em;
cursor: pointer;
border-bottom: 1px solid #EBE4C8;
outline: none;
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
margin: -1px;
outline: none;
}

.ui-menu .ui-state-disabled {
font-weight: normal;
line-height: 1.5;
margin: 0.4em 0 0.2em;
}

.ui-menu .ui-state-disabled a {
cursor: default;
outline: none;
}

.ui-menu-icons {
position: relative;
}

.ui-menu-icons .ui-menu-item a {
padding-left: 2em;
position: relative;
}

.ui-menu .ui-icon {
left: 0.2em;
position: absolute;
top: 0.2em;
}

.ui-menu .ui-menu-icon {
float: right;
position: static;
}

.ui-progressbar {
height: 2em;
overflow: hidden;
text-align: left;
}

.ui-progressbar .ui-progressbar-value {
height: 100%;
margin: -1px;
}

.ui-progressbar .ui-progressbar-overlay {
background: url("images/animated-overlay.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 100%;
opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}

.ui-tabs {
padding: 0.2em;
position: relative;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
border-bottom: 0 none;
float: left;
list-style: none outside none;
margin: 1px 0.2em 0 0;
padding: 0;
position: relative;
top: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
float: left;
padding: 0.5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border-width: 0;
display: block;
padding: 1em 1.4em;
}
.ui-widget {
font-family: arial;
font-size: 0.9em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
font-family: Arial,sans-serif;
font-size: 1em;
}
.ui-widget-content {
background: #fff;
border: 1px solid #DDDDDD;
color: #333333;
box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
width:395px!important;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
background: url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") repeat-x scroll 50% 50% #F6A828;
border: 1px solid #E78F08;
color: #FFFFFF;
font-weight: bold;
}
.ui-widget-header a {
color: #FFFFFF;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: url("images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50% #F6F6F6;
border: 1px solid #CCCCCC;
color: #1C94C4;
font-weight: bold;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
color: #1C94C4;
text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
background:#eeeeee;
color: #000;
}
.ui-progressbar {
    height: 2em;
    overflow: hidden;
    text-align: left;
}
.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: -1px;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url(../images/lazy-load.gif) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
/************************************* AutoComplete Search CSS start here *****************************************************/

h2.news_title {
	font-size:20px;
	margin:0;
}

h2.news_title a {
	color:#008458;
	font-weight:700;
	font-size:20px;
}

h2.news_title a:hover {

}

.news_summary {
	color:#878D8C;
	font-size:13px;
}

.news_date_inside {
	color:#008458;
	font-weight:700;
	font-size:13px;
	margin-bottom:15px;
}

.news_content_inside img, .news_content_inside .jce_caption {
	/*display:none !important;*/
	background:#F2EEDB;
	font-size:11px;
	font-weight:700;
}

.news_content_inside h5 {
	font-weight:700;
	font-size:11px;
	line-height:120%;
}

.news_content_inside {
	color:#231F20;
}

.news_content_inside h3{
	font-size: 18px;
font-weight: 700;
margin: 25px 0px 0px 0px;
line-height: 24px;
color: #007B4F;
}
.news_content_inside h4{
color: #878D8C;
font-weight: 700;
font-size: 14px;
margin: 30px 0px;
}

.triple_column {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.double_column {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.triple_column {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.four_column {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
}

/* Mega menu made by DanielM 2016 */

.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
  position: static;
}
.megamenu .container {
  position: relative;
}
.megamenu .dropdown-menu {
  left: auto;
  border: none;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.megamenu .megamenu-content {
  padding: 20px 30px;
}
.megamenu .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.megamenu {
	margin-bottom:0px;
}

.megamenu .dropdown-menu {
	background-color:#ffffff;
	/*background: url("../images/bk-menu.png") repeat center top;*/
	border-radius:0;
}

.navbar-default {
	background-color:transparent !important;
	border: none !important;
}

.megamenu ul.nav li a {
	color:#ffffff;
	font-size:15px;
	font-weight:700;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	outline: none;
}

.megamenu ul.nav li ul li a {
	color: #008458;
	font-weight: 700;
	font-size: 14px;
	outline: none;
}

.megamenu ul.nav li a:hover  {
	color:#003A22;
	background-color:#ffffff;
	outline: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #008458;
    background-color: #ffffff;
	outline: none;
}

.megamenu ul.nav li.open {
	background-color:transparent !important;
	background-color:#ffffff;
}

.menu-box {
	padding:15px;
}

.separator {
	border-bottom:1px dotted #A4ACAB;
}

.separator-right {
	border-right:1px dotted #A4ACAB;
}

.separator-left {
	border-left:1px dotted #A4ACAB;
}

.menu-box span {
	display:block;
}

.menu-box .menu-item  {
	color:#008458;
	font-weight:700;
	font-size:14px;
}

.menu-box .menu-descr  {
	color:#878D8C;
	font-size:12px;
}

.menu-box ul.menu-subitem {
	margin:5px 0px 0px 0px;
	padding:0;
	list-style-type:none;
	width:100%;
}

.menu-box ul.menu-subitem li {
	color:#003A22;
	font-weight:700;
	font-size:12px;
	margin-bottom:5px;
	
}

.megamenu ul.nav div.menu-box ul.menu-subitem li a{
	font-size:12px;
	color:#003A22;
	outline: none;
}
.megamenu ul.nav div.menu-box ul.menu-subitem li a:hover {
	color:#878D8C;
	outline: none;
}

.governance h3 {
	color:#878D8C;
	font-weight:700;
	font-size:14px;
	margin: 0px;
	text-transform: uppercase;
}

.governance h4 {
	color:#008458;
	font-weight:700;
	font-size:16px;
	margin: 0px;
}

.governance h5 {
	color:#878D8C;
	font-weight:700;
	font-size:14px;
	margin: 15px 0px;
}

.management_photo {
float:left;
margin-right:15px;
}

em {
/*
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  padding:10px;
  display:block;*/
  font-weight: 300;
  font-size:12px;
}

/* TOOLTIP */

.ui-tooltip {
padding: 5px;
color: #ffffff;
box-shadow: 0 0 3px #000000;
max-width:180px;
font-size:14px;
line-height:20px;
border: 0px solid white;
font-weight:700;
background:#8f9291 url(../images/tooltip2.png) top center no-repeat;
text-align:center;
}

.popup .heading {
color: #DACF9C;
font-weight:300;
}

.popup-text {
	padding: 5px 55px 0px 15px;
}

.popup-text p {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

.popup-text a {
	text-decoration: none;
	color: #008458;
}

.no-overflow .highslide-wrapper .highslide-html-content {
   height: 100%;
   overflow: hidden;
}

.gray_border {
	border:1px solid #A4ACAB;
}

.menu_latest_publication img {
float:left;
}

.menu_latest_publication .latestdescription {
float:left;
margin-left:5px;
width:50%;
}

.menu_latest_publication .titlelatest {
	color: #003A22;
	font-weight: 700;
	font-size:13px;
	margin-top:-5px;
	line-height: 1.3;
}

.menu_latest_publication .subtitlelatest {
	font-weight: 700;
	font-size:12px;
	color: #008458;
}

.menu_latest_publication .menu-descr {
	color:#878D8C;
	font-size:12px;
	font-weight:300;
}

.results_inside {
	margin-top:-80px;
	float:right;
	position:relative;
	z-index:100;
}

.results_inside img {
	margin-left:25px;
}

p a {
	font-weight:700;
}

p a:hover {
	
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #003A22;
    background-color: #ffffff;
}

.subtitle {
margin:0px 0px 15px 0px;
font-size:18px;
font-weight:400;
color:#878D8C;
}

.publications_documents ul {
list-style-type:none;
margin:0;
padding:0;
}

.publications_documents ul li {
	padding-left:35px;
	background: url(../../images/bullet_down.png) no-repeat left top;
	min-height:30px;
	margin-bottom:10px;
	color:#878D8C;
}

.publications_documents ul li a {
	color:#008458;
	font-weight:700;
	font-size:14px;
	outline: none;
}

.publications_documents h3 {
	color:#A4ACAB;
	font-weight:700;
	font-size:15px;
	text-transform:uppercase;
}

.event-inside-documents {
background-color: rgba(242,238,219,0.1);
padding:0px 10px 10px;
margin-bottom:15px;
}

.event-inside-documents h2  {
	font-size: 16px;
	font-weight: 700;
	margin: 15px 0px 0px 0px;
	line-height: 24px;
	color: #96A2A1;
}


.event-inside ul li, ul.rec_style li {
    padding-left: 15px;
    background: url("../images/bullet.png") no-repeat left top;
}

.event-inside-documents ul {
list-style-type:none;
margin:0;
padding:0;
}

.event-inside-documents ul li {
	padding-left:35px;
	background: url(../../images/bullet_down.png) no-repeat left top;
	min-height:30px;
	margin-bottom:10px;
	color:#878D8C;
}

.event-inside-documents ul li a {
	color:#008458;
	font-weight:700;
	font-size:14px;
	outline: none;
}

.event-inside-documents h3 {
	color:#A4ACAB;
	font-weight:700;
	font-size:15px;
	text-transform:uppercase;
}


h3.results_title {
font-size: 18px;
font-weight: 700;
margin:0px 0px 15px 0px;
line-height:24px;
color:#007B4F;
}

.footer-content ul {
color:#ffffff;
}

h3.key {
color: #878D8C;
font-weight: 700;
font-size: 14px;
margin: 30px 0px;
}

/* Results icons */

.results1 {
	float: left;
}
.results1:hover .tooltip1 {
	display: block;
}
.results2 {
	float: left;
}
.results2:hover .tooltip2 {
	display: block;
}
.results3 {
	float: left;
}
.results3:hover .tooltip3 {
	display: block;
}

.tooltip1 {
	position: absolute;
	width: 250px;
	height: 213px;
	background: url(../../images/results/tooltip1.png);
	right: 185px;
	display: none;
}

.tooltip2 {
	position: absolute;
	width: 250px;
	height: 213px;
	background: url(../../images/results/tooltip2.png);
	right: 93px;
	display: none;
}

.tooltip3 {
	position: absolute;
	width: 250px;
	height: 213px;
	background: url(../../images/results/tooltip3.png);
	right:0px;
	display: none;
}

.tooltip1 h1, .tooltip2 h1, .tooltip3 h1 {
	font-size: 10px;
	color: #fff;
	margin:50px 30px 0px 30px;
	font-weight: 700;
	text-transform:uppercase;
	padding:0;
}

.tooltip1 h2, .tooltip2 h2, .tooltip3 h2 {
	font-size: 17px;
	color: #96A2A1;
	margin:10px 30px 0px 30px;
	font-weight: 700;
	padding:0;
}

.tooltip1 p, .tooltip2 p, .tooltip3 p {
	font-size: 13px;
	color: #fff;
	margin:10px 30px 0px 30px;
	font-weight: 400;
	padding:0;
}

.fa-location-arrow {
color:#F2EEDB;
}

.bread {
	margin-top:15px;
	font-size:14px;
	font-weight:700;
}

.bread a {
	color:#bcb58d;
	margin-left:15px;
	outline: none;
}

.bread a.active {
	color:#003a22;
	outline: none;
}

.bread a:hover {
	color:#003a22;
	outline: none;
}


/* EVENTS */

.event-date-bg {
	background: rgba(150,162,163,0.20);
	margin-top: -20px;
	text-align: center;
	min-height: 151px;
}

.event-date-bg h1 {
	color: white;
	line-height: 140px;
	font-weight: 700;
	font-size: 160px;
	padding-bottom: 10px;
}

.event-inside ul, ul.rec_style {
	margin-left:0px;
	padding-left:0px;
	list-style-type:none
}


.event-date-bg-homepage {
background: #DEE4E3;
text-align: center;
min-height: 50px;
padding: 0px;
margin-right: 10px;
margin-top: 5px;
}

.event-date-bg-homepage h1 {
    color: white;
    line-height: 15px;
    font-weight: 700;
    font-size: 45px;
    padding-bottom: 15px;
	
}

.event-text {
	margin-top: -200px;
	text-align: left;
	padding: 30px 15px 15px 15px;
}

.event-text h1 {
	color: #008458 !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	margin-bottom: -5px;
	line-height: 20px;
}

.event-text p {
	color: #004125 !important;
	font-size: 16px;
	margin-bottom: 5px;
}

.event-text span {
	color: #008458 !important;
	font-size: 13px;
	margin-top: 0px;
}

.events-separator {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #A4ACAB;
		margin-bottom: 30px;
		padding: 0;
}


option.active_option {
	font-weight:700;
}

.itf {
font-size: 18px;
font-weight: 700;
line-height: 1.42857143;
}

/* Positions styles */
div.position span {
	color: #C5CDCD;
	font-weight: 400;
	font-size: 13px;
}

div.position a p{
	color: #004125;
	font-weight: 700;
	font-size: 11px;
	margin-top:5px;
}

div.position-inside h3 {
	font-size: 18px;
	font-weight: 700;
	margin: -10px 0px 0px 0px;
	line-height: 24px;
	color: #007B4F;
}
div.position-inside h2 {
	font-size: 18px;
	font-weight: 700;
	margin: 25px 0px 0px 0px;
	line-height: 24px;
	color: #007B4F;
}

div.position h1 {
margin-top: 0;
margin-bottom: 10px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: #A4ACAB;
}

div.position-inside ul, ul.rec_style {
	margin-left:0px;
	padding-left:0px;
	list-style-type:none
}
div.position-inside ul li, ul.rec_style li {
	padding-left:15px;
	background: url("../images/bullet.png") no-repeat left top;
}

.position-details {
	font-size: 13px;
	font-weight: 700;
	color: #008458;
	margin: 0px 0px 15px 0px;

}

.position-label {
	font-size: 13px;
font-weight: 700;
color: #A4ACAB;
margin: 0px 0px 5px 0px;
}

/* AutoSuggest Styles */

button i {margin-right:5px;}
button:hover i {color:#fff;}

#suggestions { 
position: absolute; 
right:0px; 
width:100%; 
display:none; 
z-index:1000;
}

#searchresults {
padding:15px; 
width:100%; 
background-color:#f5f5f5; 
font-size:12px; 
line-height:14px; 
z-index:1000;
}

#searchresults .no_results {
display:block;
clear:both;
margin:10px 0px;
font-size:11px;
color:#007B4F; 
}

#searchresults h5 {
margin-top:5px;
font-weight:700;
color:#003A22;
}

#searchresults a { 
display:block; 
clear:left; 
color:#003A22; 
text-decoration:none; 
border-bottom:1px solid #bfb38a;
padding-bottom:5px;
margin-bottom:5px;
outline: none;
}

#searchresults a:hover {
color:#007B4F; 
outline: none;
}
/* ------------- */

.conf {
margin-top: 0;
margin-bottom: 10px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: #34655c;
}

.sdgicons img {
display:inline;
margin-top:5px;
}

/* ======= CSS MAP ======== */

ul#continents3 {
	list-style: none;
	width: 945px;
	height: 650px;
	position: relative;
	background: url(map.png) no-repeat 0 0;
}

ul#continents3 li {
	position: absolute;
}

.estonia {
	width: 100px;
	height: 50px;
	top: 40px;
	left: 500px;
}

.latvia {
	width: 120px;
	height: 50px;
	top: 75px;
	left: 480px;
}

.lithuania {
	width: 120px;
	height: 60px;
	top: 110px;
	left: 480px;
}

.poland {
	width: 155px;
	height: 120px;
	top: 140px;
	left: 380px;
}

.czech {
	width: 110px;
	height: 50px;
	top: 220px;
	left: 350px;
}

.slovakia {
	width: 90px;
	height: 37px;
	top: 245px;
	left: 425px;
}

.hungary {
	width: 100px;
	height: 55px;
	top: 265px;
	left: 415px;
}

.romania {
	width: 142px;
	height: 87px;
	top: 270px;
	left: 475px;
}

.slovenia {
	width: 50px;
	height: 28px;
	top: 298px;
	left: 375px;
}

.croatia {
	width: 90px;
	height: 78px;
	top: 302px;
	left: 375px;
}

.serbia {
	width: 65px;
	height: 72px;
	top: 310px;
	left: 453px;
}

.bih {
	width: 60px;
	height: 50px;
	top: 327px;
	left: 409px;
}

.montenegro {
	width: 30px;
	height: 32px;
	top: 357px;
	left: 450px;
}

.macedonia {
	width: 39px;
	height: 29px;
	top: 379px;
	left: 479px;
}

.kosovo {
	width: 27px;
	height: 29px;
	top: 361px;
	left: 474px;
}

.albania {
	width: 26px;
	height: 55px;
	top: 373px;
	left: 463px;
}

.bulgaria {
	width: 93px;
	height: 56px;
	top: 344px;
	left: 508px;
}

.turkey {
	width: 280px;
	height: 110px;
	top: 384px;
	left: 562px;
}

ul#continents3 li a  {
	display: block;
	outline: none;
	height: 100%;
}

ul#continents3 li a:hover {
	background: url(map.png) no-repeat 0 0;	
	transition: background 0s linear;
}

ul#continents3 li.estonia a:hover {
	background-position: -31px -678px;
}

ul#continents3 li.latvia a:hover {
	background-position: -198px -679px;
}

ul#continents3 li.lithuania a:hover {
	background-position: -374px -689px;
}

ul#continents3 li.poland a:hover {
	background-position: -552px -657px;
}

ul#continents3 li.czech a:hover {
	background-position: -792px -703px;
}

ul#continents3 li.slovakia a:hover {
	background-position: -29px -805px;
}

ul#continents3 li.hungary a:hover {
	background-position: -207px -798px;
}

ul#continents3 li.romania a:hover {
	background-position: -364px -792px;
}

ul#continents3 li.slovenia a:hover {
	background-position: -617px -846px;
}

ul#continents3 li.croatia a:hover {
	background-position: -780px -801px;
}

ul#continents3 li.serbia a:hover {
	background-position: -35px -946px;
}

ul#continents3 li.bih a:hover {
	background-position: -224px -962px;
}

ul#continents3 li.montenegro a:hover {
	background-position: -427px -970px;
}

ul#continents3 li.macedonia a:hover {
	background-position: -632px -973px;
}

ul#continents3 li.kosovo a:hover {
	background-position: -836px -972px;
}

ul#continents3 li.albania a:hover {
	background-position: -58px -1087px;
}

ul#continents3 li.bulgaria a:hover {
	background-position: -210px -1087px;
}

ul#continents3 li.turkey a:hover {
	background-position: -427px -1073px;
}

ul#continents3 li a div {
	display: none;
}

ul#continents3 li a:hover div {
	display: block;
}

ul#continents3 li a:hover div {
	display: block;
	min-width: 170px;
	background: rgba(0,65,37,0.9);
	position: relative;
	top: 50%;
	right: 100px;
	padding: 30px;
}

ul#continents3 li a:hover div h1{
	color: #96A2A1;
	margin: 0px 0px 5px 0px;
	font-weight: 700;
	font-size: 15px;
}

ul#continents3 li a:hover div p{
	color: #fff;
	font-size: 13px;
}

.social {
height:20px;
line-height:20px;
}

.fb-like {
margin-bottom:10px;
vertical-align:top !important;
}

.upcoming  {
position:absolute;
text-align:center;
top:0;
right:15px;
left:15px;
background:#008458;
text-transform:uppercase;
font-weight:700;
color:#ffffff;
font-size:14px;
padding:5px 0px;
}


/* Open positions style */

.no-positions {
color:#008458;
font-size:13px;
}


/* WGS */

.panel {
padding:0;
margin:0;
border:none;
box-shadow:none;
}

.panel-wgs .panel-heading {
padding:0;
margin:0;
border:none;
}

.panel h3, .panel h3 a {
	font-size:17px;
	color:#878D8C;
	font-weight:700;
	outline: none;
}

 .panel h3 a:hover {
 color:#878D8C;
 }
 
 .breadcrumb  {
 background:none;
 padding: 8px 0px;
 }
 
 .panel-wgs .glyphicon {
 color:#007B4F;
 font-size: 14px;
 }
 
 
 /* TIMELINE NEW */

.timeline_new {
height:400px;
overflow:hidden;
background:url(../../images/timeline/timeline-line.png) center center repeat-x;
margin:-30px 0px;
}

.timeline_container_new {
width:100%;
height:400px;
display: block;
position:relative;
}

.timeline_container_new {
width:100%;
height:400px;
display: block;
position:relative;
}

.timeline_container_new .timeline_year_new {
			position: relative;
			float: left;
			display: block;
			height:400px;
			margin-right: 30px;
}

div.scrollWrapper_new
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea_new
{
	position: relative;
	width: auto;
	height: 100%;
}

.up_new .year_circle_new {
position:absolute;
margin-top:145px;
margin-left:-30px;
left:50%;
width:45px;
}

.down_new .year_circle_new{
position:absolute;
margin-top:-60px;
margin-left:-30px;
left:50%;
width:45px;
}

.up_new .timeline_event_new {
position:absolute;
bottom:50px;
}

.down_new .timeline_event_new {
position:absolute;
top:15px;
}

.first_new {
left:33px;
}

.second_new {
left:168px; /* 24px margin +132px icon +12px gap */
}

.third_new {
left:312px; /* 24px margin +132px icon +12px gap +132px icon +12px gap */
}

.fourth_new {
left:456px; /* 24px margin +132px icon +12px gap +132px icon +12px gap +132px icon +12px gap */
}

.one_new { /* one picture group */
width:190px;
}

.two_new { /* two pictures group */
width:324px;
}

.three_new { /* three pictures group */
width:468px;
}

.four_new { /* four pictures group */
width:612px;
}

.year_group_new {
height:200px;
width:200px;
position:relative;
}

.milestone_new {
color:#878D8C;
font-size:21px;
font-weight:700;
position:absolute;
width:200px;
margin-left:-110px;
left:50%;
text-align:center;
}

.up_new .milestone_new {
bottom:-60px;
}

.down_new .milestone_new {
top:-100px;
}

.title_milestone {
color:#003A22;
font-size:16px;
font-weight:700;
position:absolute;
width:180px;
margin-left:-90px;
left:50%;
text-align:center;
line-height:20px;
}

.up_new .title_milestone {
top:270px;
}

.down_new .title_milestone {
bottom:310px;
}

.up_new {
margin-top:0px;
}

.down_new {
margin-top:240px;
}

.popup-wgs {
background-color: #878D8C;
color:#fff;
height:320px;
}

.popup-wgs h1, .popup-wgs h2, .popup-wgs p {
color:#fff;
}

.carousel-indicators-numbers {
    li {
      text-indent: 0;
      margin: 0 2px;
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 100%;
      line-height: 30px;
      color: #fff;
      background-color: #999;
      transition: all 0.25s ease;
      &.active, &:hover {
        margin: 0 2px;
        width: 30px;
        height: 30px;
        background-color: #337ab7;        
      }
    }
}

.position .flex-direction-nav {
	display:none;
}

.carousel-inner  > .item {
top:0px;
margin-top:0px;
}

.close { 
opacity:0.9;
}

.position-inside ul li ul {
margin-left:15px !important;	
}

.position-inside ul li ul li ul{
margin-left:30px !important;	
}

.position ul.slides li{
	display:none !important;
}

.position ul.slides li.flex-active-slide {
	display:block !important;
}

.position .flex-control-nav {
	text-align: left;
}

.position .flex-control-nav li {
margin: 0px 5px 0px 0px;
}

.popup-wgs {
	margin:10px;
}

.popup-wgs .left {
float:left; width:150px;	
}

.popup-wgs .right {
float:left; width:700px;	
}

figure.image {
margin-right:15px;
margin-bottom:15px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.bio-page {
background: #D9DFDF;
color:#000;
}

.bio-page h2 {
margin-top:0px;
margin-bottom:15px;
font-size:14px;
margin-right:30px;
}

.bio-page h2 span.name {
color:#fff;
font-size:14px;
font-weight:700;
}

.bio-page h2 span.position {
color:#008458;
font-size:12px;
font-weight:700;
}

.logoWGSI {
padding:5px 0px 40px 0px;
max-width:440px;
background:#ffffff;
}

.info {
	padding: 10px 0px;
}

.credits {
	margin-left: 15px;
	margin-top: 20px;
}

/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
vertical-align: top !important;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    z-index: 900;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link
{
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


/* Blue */

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:hover,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
    margin: 0;
    padding: 2px 8px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle;
    background: #008458;
    box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset;
    border-radius: 4px;
    zoom: 1;
}

.atc-style-blue .atcb-list {
    width: 170px;
    border: 1px solid rgb(186,186,186);
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
    background: #fff;
    color: #000;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link
{
    line-height: 1.1em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #000;
    font-family: "Verdana";
    font-size: 12px;
    text-decoration: none;
    outline: none;
    padding: 4px 8px;
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #000;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
    background: rgb(66,129,244);
	color:#000;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.nopadding_left {
   padding-left: 0 !important;
   margin-left: 0 !important;
}

.nopadding_right {
   padding-right: 0 !important;
   margin-right: 0 !important;
}