/*actions on country profile page*/
.calendar-result {
  width: 100%;
  margin: 12px 0;
}
.calendar-result tr {
  border-bottom: 1px solid #e6e6e6;
}
/*.calendar-result tr:first-child {
  border-bottom: 1px solid #004844;
  height: 36px;
  font-size: 1.1em;
}*/
/*.calendar-result tr:last-child {
  border-bottom: 1px solid #004844;
  height: 36px;
  font-size: 1.1em;
}*/
/*.calendar-result tr.section {
  border-bottom: 1px solid #069554;

  height: 42px;
  color: #069554;
  font-size: 1.1em;
  text-indent: 24px;
}*/
.calendar-result tr.section td {
  padding-top: 15px;
}
.calendar-result tr td {
  padding: 16px 0;
}
.calendar-result tr td span {
  display: inline-block;
  width: 100%;
  font-size: 1em;
  margin: 3px 0;
}
.calendar-result tr td p {
  font-size: .8em;
  color: #666666;
}
.calendar-result tr td a {
  color: #069554;
  display: inline-block;
  margin: 4px 0;
  font-size: 0.9em;
}
.calendar-result th {
  color: #004844;
}
/* goals */
.circle-container {
    position: relative;
    width: 100%;
    padding: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50px;

    border: 2px solid lightgray;
    margin-bottom: 20px;
}

.circle-container:hover {
    border: 2px solid #069554;
}
.circle-container div.margin{
    margin-top: 2%;
}
.circle-container div.text{
    font-size: .9em;
    line-height:1.8em;
}

@media (min-width: 992px) {
    .circle-text {
        width:40%;
    }
}

.circle-text div {
    font-size: 1.5em;
}

.circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: #069554;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.circle-text div {
    float:left;
    width:100%;
    padding-top:50%;
    line-height:1em;
    margin-top:-0.5em;
    text-align:center;
    color:white;
    margin-bottom: 20px;
}
div .display {display: table;}


.basic-list-p
{
	padding-bottom: 0 !important;
}
.basic-list
{
	color: #666;
	font-size: .9em;
	line-height: 1.8em;
	list-style-type: disc;
}
.basic-list.round-arrow-bullet
{
	list-style-type: none;
}
.basic-list.round-arrow-bullet li
{
	list-style-type: none;
}
.basic-list.round-arrow-bullet li:before
{
	background: url('../img/icon/round-arrow_right_dark.svg') no-repeat center center;
	content: '';
	display: inline-block;
	height: 12px;
	margin: 0 12px 0 0;
	vertical-align: middle;
	width: 12px;
}
.basic-list li
{
	margin-left: 18px;
	list-style-type: disc;
}
.basic-list li a
{
	color: #069554;
}
.basic-list.spaced
{
	margin-bottom: 44px;
}
.basic-list.spaced li
{
	line-height: 2.1em;
	margin: 24px 0 24px 42px;
}
.basic-list.spaced li:before
{
	margin: 0 18px 0 -32px;
}
ol.basic-list
{
	list-style-type: decimal;
}

.bg-undb-green {
    background-color: rgb(0, 72, 58);
    color: rgb(255, 255, 255);
}

/* table layout and alignment */
.row-table {
    display: table;
}

.row-table [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

/* vertical alignment styles */
.col-top {
    vertical-align:top!important;
}
.col-middle {
    vertical-align:middle!important;
}
.col-bottom {
    vertical-align:bottom!important;
}

/* Accordion - Customization*/
#accordion .bg-title1 {
    background-image: url("../images/biodiversity-value.png");
}
#accordion .bg-title2 {
    background-image: url("../img/thinkstock-99893359-cropped.jpg");
}
#accordion .bg-title3 {
    background-image: url("../images/biodiversity-losing.png");
}
#accordion .bg-title4 {
    background-image: url("../images/biodiversity-action.png");
}

#accordion .bg-tall {
    height: 360px!important;
}

#accordion .bg-short {
    height: 100px!important;
}

#accordion .accordion-title {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    margin-left: -15px;
    height: 100px;
    padding-top: 30px;
    padding-left: 30px;
    font-size: 1.8em;
    color: white;

}
#accordion .panel-heading {
    position: relative;
}

#accordion .accordion-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    padding: 40px;
    font-size: 1.8em;
    color: white;
}

#accordion .accordion-arrow a {
    color: white;
}


/* UNDB Specifics **/
.box-rounded-sm {
    border-style: solid;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 160px;
    padding-right: 50px;
}

.box-rounded-sm-green {
    border-style: solid;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 160px;
    padding-left:5px;
    padding-right: 40px;
    margin:15px;
}

.border-bottom-cbd-green{
    border-bottom: 10px solid #009b48;
}
.border-bottom-cbd-green h5 {
    line-height: 1.2em;
    margin-top: 20px;
    margin-left:14px;
    font-weight: bold;
    color: #004844;
}
.border-bottom-blue p{
    /*padding-left: 1em;*/
    color: #0081c6;
}
.border-bottom-blue h5 {
    color: #0081c6;
    font-size: 1.2em;
    font-weight: bold;
}
.border-bottom-cbd-green p{
    line-height: 1.2em;
    margin-left:14px;
    padding: 2px;
    font-size: 13px;
}

.border-bottom-cbd-green p>a {
    color: #069554;
}
.border-bottom-cbd-green img.image-icon{
    margin-top: 40px;
    margin-bottom: 25%;
    max-width: 80px;
    float:right;
    position:relative;
}
.border-bottom-cbd-green img.image-center{
    margin-top: 20px;
    margin-left: 20%;
    margin-bottom: 5%;
    max-width: 400px;
}
.border-bottom-cbd-green img.image-center-leftmargin-10{
    margin-left: 10%;
    margin-bottom: 5%;
}
.border-bottom-cbd-green p.indent-right{
    margin-left: 20%;
}
.border-bottom-cbd-green p.text-center{
    text-align: center;
}
a.button-green-link{
    color:white;
}

.border-bottom-blue{
    border-bottom: 10px solid #0081c6;
}

.border-bottom-lightblue{
    border-bottom: 10px solid #4DA7D7;
}

.box-dark-blue {
    border-style: solid;
    border: 1px solid #ddd;
    border-bottom: 10px solid #0081c6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-height: 300px;
}

.box-bg-fish-water-blue {
    background: url("../images/backgrounds/fish-wave-blue-t.png") no-repeat bottom -3px right 15px;
    background-size: 25%;
}
.box-bg-flamingo-blue {
    background: url("../images/backgrounds/flamingo-blue-t.png") no-repeat bottom -3px right 15px;
    background-size: 15%;
}
.box-bg-people-blue {
    background: url("../images/backgrounds/people-blue-t.png") no-repeat bottom -3px right 15px;
    background-size: 15%;
}
.box-bg-tree-blue {
    background: url("../images/backgrounds/tree-blue-t.png") no-repeat bottom -3px right 15px;
    background-size: 15%;
}
.box-bg-tree-blue2 {
    background: url("../img/tree-blue.png") no-repeat bottom -3px right 15px;
    background-size: 15%;
}
.box-bg-flower-blue {
    background: url("../images/backgrounds/flower-blue-t.png") no-repeat bottom -3px right 15px;
    background-size: 15%;
}
.box-bg-bee-blue {
    background: url("../images/backgrounds/bee-blue-t.png") no-repeat bottom 10px right 15px;
    background-size: 15%;
}
.box-bg-bear-blue {
    background: url("../images/backgrounds/bear-blue-t.png") no-repeat bottom -3px right 15px;
    background-size: 25%;
}
.box-bg-bear-blue2 {
    background: url("../images/backgrounds/bear-blue2-t.png") no-repeat bottom -3px right 15px;
    background-size: 32%;
}
.box-bg-bird-blue {
    background: url("../images/backgrounds/bird-blue-t.png") no-repeat bottom -3px right 15px;
    background-size: 15%;
}

.box-bg-fish-water-green {
    background: url("../images/backgrounds/fish-wave-green-t.png") no-repeat bottom -3px right 15px;
    background-size: 25%;
}
.box-bg-flamingo-green {
    background: url("../images/backgrounds/flamingo-green-t.png") no-repeat bottom -3px right 15px;
    background-size: 15%;
}
.box-bg-people-green {
    background: url("../images/backgrounds/people-green-t.png") no-repeat bottom -3px right 15px;
    background-size: 15%;
}
.box-bg-tree-green {
    background: url("../images/backgrounds/tree-green-t.png") no-repeat bottom -3px right 15px;
    background-size: 15%;
}
.box-bg-flower-green {
    background: url("../images/backgrounds/flower-green-t.png") no-repeat bottom -3px right 15px;
    background-size: 15%;
}
.box-bg-bee-green {
    background: url("../images/backgrounds/bee-green-t.png") no-repeat bottom 10px right 15px;
    background-size: 15%;
}
.box-bg-bear-green {
    background: url("../images/backgrounds/bear-green-t.png") no-repeat bottom -3px right 15px;
    background-size: 25%;
}
.box-bg-bird-green {
    background: url("../images/backgrounds/bird-green-t.png") no-repeat bottom -3px right 15px;
    background-size: 15%;
}
/*.linkBlock
{
	border: 2px solid #f9f9f9;
	border-radius: 10px;
	display: inline-block;
	height: 184px;
	margin: 12px 5px;
	moz-border-radius: 10px;
	overflow: hidden;
	text-decoration: none !important;
	webkit-border-radius: 10px;
	width: 322px;
}
.linkBlock.medium
{
	width: 300px;
}
.linkBlock.medium>div p
{
	width: 186px;
}
.linkBlock.full
{
	border: 2px solid #fff;
	color: #fff;
}
.linkBlock.full.blue
{
	background-color: #0080c5;
	color: #fff;
}
.linkBlock.full.blue>div
{
	border-bottom: 8px solid #4da7d7;
}
.linkBlock.full.blue h5
{
	color: #fff;
}
.linkBlock.full.blue.fillSvg svg *
{
	fill: #4da7d7;
}
.linkBlock.blue
{
	color: #0081c6;
}
.linkBlock.blue h5
{
	color: #0081c6;
}
.linkBlock.blue>div
{
	border-bottom: 8px solid #0081c6;
}
.linkBlock.blue svg *
{
	fill: #0081c6;
}
.linkBlock.green
{
	border: 2px solid #f2f2f2;
	color: #004844;
	margin: 12px 10px;
}
.linkBlock.green.lightText
{
	color: #069554;
}
.linkBlock.green.lightText h5
{
	color: #069554;
}
.linkBlock.green h5
{
	color: #004844;
}
.linkBlock.green>div
{
	border-bottom: 8px solid #069554;
}
.linkBlock.green svg
{
	height: 245px;
	right: 0;
	top: -71px;
	width: 250px;
}
.linkBlock.green.fillSvg svg *
{
	fill: #069554;
}
.linkBlock.green.cornerIcon svg
{
	height: 180px;
	right: 11px;
	top: -8px;
	width: 150px;
}
.linkBlock.green:hover
{
	border: 2px solid #e5e5e5;
}
.linkBlock.mediumText h5
{
	width: 160px;
}
.linkBlock.mediumText p
{
	width: 160px !important;
}
.linkBlock.smallText h5
{
	width: 120px;
}
.linkBlock.smallText p
{
	width: 120px !important;
}
.linkBlock>div
{
	display: table-cell;
	height: 180px;
	padding: 5px;
	position: relative;
	vertical-align: middle;
	width: 325px;
}
.linkBlock h5
{
	display: inline-block;
	float: left;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 14px 6px;
	text-align: left;
	vertical-align: bottom;
	width: 172px;
  font-weight: bold;
}
.linkBlock p
{
	display: inline-block;
	float: left;
	font-size: .8em;
	margin: 0 14px;
	text-align: left;
	width: 194px;
}
.linkBlock.downloadLanguage ul.languageList
{
	bottom: 10px;
	left: 14px;
	position: absolute;
	z-index: 5;
}
.linkBlock.downloadLanguage ul.languageList li
{
	display: inline-block;
	font-size: .7em;
	margin: 0 2px;
	padding: 0 1px;
}
.linkBlock.downloadLanguage ul.languageList li a
{
	color: #fff;
}
.linkBlock.downloadLanguage.green .languageList li a
{
	color: #069554;
}
.linkBlock.downloadLanguage.green .languageList li a.gray
{
	color: #e5e5e5;
}
.linkBlock.imgText img,.linkBlock.imgText svg
{
	height: 180px;
	left: 0;
	position: absolute;
	top: 0;
	width: 300px;
	z-index: 0;
}
.linkBlock.imgText p
{
	bottom: 10px;
	font-size: .9em;
	left: 30px;
	position: absolute;
}
.linkBlock svg
{
	height: 180px;
	position: absolute;
	right: 11px;
	top: -8px;
	width: 150px;
	z-index: 0;
}
.linkBlock img.file-icon
{
	position: absolute;
	right: 26px;
	width: 60px;
}
.linkBlock img.image-icon
{
	position: absolute;
	right: 22px;
	top: 22px;
	width: 88px;
}
.linkBlock.centerImg img
{
	margin: 0 9px;
	text-align: center;
	width: 94%;
}
.linkBlock.textTop p
{
	bottom: auto;
	font-size: 1.2em;
	left: 0;
	margin: 0 !important;
	text-align: center;
	top: 30px;
	width: 100% !important;
}
.linkBlock.textTop img
{
	top: 30px;
}
.linkBlock.center-icon img
{
	height: 80px;
	margin-top: -40px;
	right: 32px;
	top: 50%;
	width: auto;
}
.linkBlock.center-text h5,.linkBlock.center-text p
{
	margin-left: 42px;
}
.linkBlock.smaller-title h5
{
	width: 140px !important;
}
.vcenter {
	height: 100%;
    display: table;
    vertical-align: middle;
}
*/
.center {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 8px;
  overflow: hidden;
}
.center.narrow {
  max-width: 775px;
}

.listImg {
  max-width: 755px;
  margin: 42px auto;
}
.listImg h3 {
  font-size: 1.5em;
  margin-bottom: 24px;
}
.listImg > ul > li {
  border: 1px solid transparent;
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 22px 0;
  padding: 10px 5px;
  position: relative;
  min-height: 140px;
}
.listImg > ul > li div:first-child {
  text-align: center;
  top: 50%;
  margin-top: -60px;
  height: 120px;
  overflow: hidden;
  display: block;
  position: absolute;
  padding: 0;
  line-height: 120px;
}
.listImg > ul > li div:first-child img {
  max-width: 150px;
  max-height: 120px;
}
.listImg > ul > li div:last-child {
  float: right;
  padding-right: 0;
}
.listImg > ul > li div:last-child h4 {
  font-size: 1.1em;
  margin: 0 0 12px 0;
}
.listImg > ul > li div:last-child p {
  color: #666;
  line-height: 1.8em;
  font-size: 0.9em;
}
.listImg > ul > li a {
  color: #069554;
  font-weight: bold;
}

/*country list search*/
.listCountries li {
  margin: 12px 0;
  padding: 0 4px;
  display: inline-block;
}
.listCountries li a {
  display: inline-block;
  width: 100%;
  height: 72px;
  vertical-align: middle;
  position: relative;
  line-height: 72px;
  cursor: pointer;
}
.listCountriesFlag  {
  display: inline-block;
  width: 54px;
  height: 72px;
  vertical-align: middle;
  float:left;
}
.listCountriesName  {
  display: table;
  height: 100%;
  width: 110px;
  position: absolute;
  top: 0;
  left: 70px;
}
.listCountriesName  span {
  display: table-cell;
  height: 34px;
  vertical-align: middle;
  color: #069554;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
}
.listCountries li a:hover {
  border-bottom: 4px solid #069554;
}

/*Country Profiles*/

.profile h3{
  color:#069554;
}

.profile a{
  color:#069554;
}

.profile .flag {
  margin: 32px 0;
  height: 64px;
}
.profileFlag{
  width: 110px;
  height: 84px;
  display: inline-block;
  vertical-align: middle;
  line-height: 64px;
  float:left;
}
.profile .flag h1 {
  display: inline-block;
  vertical-align: middle;
  line-height: 64px;
  color: #666;
  font-size: 2.3em;
  margin-left: 24px;
    float:left;
}
.profile .profile-border {
  border: 1px solid #f2f2f2;
  overflow: hidden;
}
.profile .article {
  padding: 0;
}
.profile .article p:first-child {
  padding-top: 0;
}
.profile .article h3 {
  margin-bottom: 0;
}
.profile .article h3:first-child {
  margin-top: 0;
}
.profile .article.narrow p,
.profile .article.narrow h3 {
  width: 575px;
  float: left;
}
.profile .profile-column {
  /*max-width: 260px;*/
  padding: 20px;
  /*display: inline-block;*/
}
/*.profile .profile-column > img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
}*/
/*.profile .profile-column .profile-image {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}*/
.profile .profile-column .party {
  text-align: left;
  margin: 24px 0;
}
.profile .profile-column .party li {
  list-style-type: none;
  margin: 14px 0;
}
.profile .profile-column .party li span {
  font-size: .75em;
  text-align: left;
  display: block;
}
.profile .profile-column .party li span:first-child {
  color: #069554;
  margin-bottom: 4px;
}
.profile .profile-column .party li span:last-child {
  color: #666666;
}
.profile .profile-column .links {

  text-align: left;
}
.profile .profile-column .links ul{
font-size:10.5px;
padding-top:10px;
padding-left: 2px;
  text-align: left;
}
.profile .profile-column .links li {
  list-style-type: none;
  margin: 8px 0;
  height: 25px;
  width: 100%;
}
.profile .profile-column .links li a {
  display: inline-block;
  color: #069554;
}
.profile .profile-column .links li a .www-icon {
  font-size: .9em;
  font-weight: bold;
}
.profile .profile-column .links li a .at-icon {
  font-weight: bold;
  font-size: 1.1em;
}
.profile .profile-column .links li a span {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.profile .profile-column .links li a span:first-child {
  width: 33px;
  margin-right: 6px;
}
.profile .profile-column .links li a span:last-child {
  font-size: 0.7em;
}
.profile .profile-column .links li a span svg {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
.profile .profile-column .links li a span svg * {
  fill: #069554;
}
.profile .profile-column .links li a:hover {
  color: #0081c6;
}
.profile .profile-column .links li a:hover svg * {
  fill: #0081c6;
}
.profile h4 {
  font-size: 1.4em;
  margin-top: 24px;
}
.profile .nav {
  border: none;

}
.profile .nav span{
  border: none;
  padding: 0 20px 0 20px;
}
.profile .nav li {

  height: 38px;
  margin: 0 3px;
}
.profile .nav li a {

  height: 38px;
  line-height: 38px;
  background-color: #e5e5e5;
  color: #666;
  padding: 0;
  text-align: center;
  display: inline-block;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
}
.profile .nav li.active a {
  background-color: #004844;
  color: #ffffff;
}
.profile .tab-content {
  float: right;
  margin: 30px 22px;
  padding: 0;
  max-width: 700px;
}
.profile .listImg {
  border-top: 1px solid #069554;
  border-bottom: 1px solid #069554;
  margin: 12px 0;
}
.profile .listImg li {
  border-top: 1px solid #e6e6e6;
  margin: 0 auto;
  padding: 16px 5px;
}
.profile .listImg li h5 {
  color: #004844;
  font-size: 1em;
}
.profile .listImg li a {
  font-weight: 400;
  margin-bottom: 12px;
  display: inline-block;
  font-size: 0.9em;
}
.profile .listImg li:first-child {
  border: none;
}
.profile.organization .profile-column > img {
  margin-bottom: 24px;
}
.profile.organization .organization-content {
  float: right;
  max-width: 700px;
  margin: 30px 22px;
}
form input, form select, form .bootstrap-select button {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 42px;
    width: 290px;
    background-color: #fff;
    display: inline-block;
    margin: 8px 0;
    padding: 6px 12px;
}

#logos .img-responsive {
    margin: 0 auto;
}

.main-navbar ul:first-child li {
    margin: 0px 25px;
}
.sub-nav ul li {
    margin: 0px 25px;
}
.carousel-control .glyphicon-chevron-left {
    left: 20%;
    top: 90%;
}
.carousel-control .glyphicon-chevron-right {
    right: 20%;
    top: 90%;
}
.carousel-text {
    position:absolute;
    bottom: 0;
    width: 100%;
    background-color:rgba(0,72,68,0.8);
    color:#fff;
    padding:10px 50px;
    font-size:12px;
    display:flex;
    justify-content:center;
    align-items:center;
}



#welcome::before {
    content: '';
    background-image: url('../img/un_light.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    opacity: 0.2;
    line-height: 400px;
    width: 115%;
    height: 115%;
}

#welcome div  {
    /*vertical-align: middle;
    display: inline-block;*/
    position: absolute;
    top: 10%;
    left:25%;
    transform: translate(-15%,15%);
}
/*xs*/
/*@media(max-width:992px){
    #welcome {
        height:200px;
    }
    #welcome::before {
        background-position: -140px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        top: 50%;
    }

    .carousel-control.right {
        left: 85%;
    }

    .carousel-text {
        position:absolute;
        bottom: :0;
        top:auto;
        left:0;
        width:100%;
        height:33%;
        background-color:rgba(0,0,0,0.55);
        color:#fff;
        padding:10px 15px;
        font-size:12px;
        display:flex;
        justify-content:center;
        align-items:center;
    }
}*/

h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}

/*sm*/
@media(min-width:768px){
    #welcome {
        height:270px;
        padding-left: 0px;
    }
    #welcome::before {
        background-position: -210px;
    }
}
/*md*/
@media(min-width:992px){
    #welcome {
        height:344px;
        padding-left: 0px;
    }
    #welcome::before {
        width: 105%;
        /*height: 110%;*/
    }
}
/*lg*/
@media(min-width:1200px){
    #welcome {
        height:468px;
        padding-left: 0px;
    }
    #welcome::before {
        width: 140%;
        /*height: 110%;*/
    }
}

#mobileMenu {
    display: none;
    border-bottom: 1px solid #e5e5e5;
    height: 43px;
    z-index: 505;
    position: relative;
    background-color: #fff
}
#mobileMenu button {
    border: none;
    width: 32px;
    height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin: 6px
}
#mobileMenu>div {
    float: right
}
#mobileMenu .t-headerSearch {
    margin-top: 6px
}
#languageMenu button {
    padding: 0;
    background-color: #0081c6
}
#languageMenu button img {
    width: 22px;
    position: relative;
    top: -1px
}
#languageMenu .dropdown-menu {
    color: white;
    width: 99%;
    left: auto;
    right: -28px;
    background-color: #0081c6;
    height: 42px;
    width: 432px;
    text-align: center;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 0
}
#languageMenu .dropdown-menu::before {
    content: '';
    width: 24px;
    display: block;
    height: 24px;
    background: url('../images/fullarrow_up_lightBlue.svg');
    position: absolute;
    top: -12px;
    right: 36px
}
#languageMenu .dropdown-menu li {
    display: inline-block;
    height: 30px
}
#languageMenu .dropdown-menu li a {
    line-height: 30px;
    display: inline-block;
    height: 30px;
    font-size: .9em;
    padding: 2px 4px;
    color: #fff
}
#languageMenu .dropdown-menu li a:hover {
    background: transparent
}
#languageMenu .dropdown-menu li:after {
    content: "|";
    display: inline-block;
    padding: 0 6px 0 8px
}
#languageMenu .dropdown-menu li:last-child:after {
    content: '';
    display: none
}
#siteMenu button {
    background-color: #004844
}
#siteMenu button img {
    margin-top: -2px;
    width: 16px
}
#siteMenu .dropdown-menu {
    right: 3px;
    top: 41px;
    width: 365px;
    padding: 10px 0 0 0;
    left: auto;
    background-color: #069554;
    border: none;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 0
}
#siteMenu .dropdown-menu::before {
    content: '';
    width: 24px;
    display: block;
    height: 24px;
    background: url('../images/fullarrow_up_lightGreen.svg');
    position: absolute;
    top: -12px;
    right: 5px
}
#siteMenu .dropdown-menu>li {
    background-color: #069554;
    position: relative
}
#siteMenu .dropdown-menu>li.active a {
    background-color: #004844
}
#siteMenu .dropdown-menu>li.open>a {
    border-left: 8px solid #004844
}
#siteMenu .dropdown-menu>li.open>button {
    background: url('../images/arrow_up.svg') center center;
    background-size: 15px 15px;
    background-repeat: no-repeat
}
#siteMenu .dropdown-menu>li>a {
    color: #fff;
    height: 42px;
    font-size: 1em;
    line-height: 40px;
    padding: 0 15px;
    -webkit-transition: border-width .4s;
    -moz-transition: border-width .4s;
    -ms-transition: border-width .4s;
    -o-transition: border-width .4s;
    transition: border-width .4s
}
#siteMenu .dropdown-menu>li>a:hover {
    background-color: #069f5a
}
#siteMenu .dropdown-menu>li>a:focus {
    background-color: transparent
}
#siteMenu .dropdown-menu>li>button {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url('../images/arrow_down.svg') center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0
}
#siteMenu .dropdown-menu>li>button:hover {
    border: 1px solid #f1f1f1
}
#siteMenu .dropdown-menu>li.open .sub-menu {
    display: block
}

#siteMenu .dropdown-menu>li>a:focus, #siteMenu .dropdown-menu>li>a:hover {
    background-color: #069554;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#069554 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#069554 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#069554));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#069554 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ff069554', GradientType=0);
    background-repeat: repeat-x;
}
#siteMenu .dropdown-menu>li:nth-child(1)>a:nth-child(1)::after {
    display: none
}
#siteMenu .dropdown-menu li.li-social {
    background-color: #f1f1f1;
    height: auto;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 0
}
#siteMenu .dropdown-menu .sub-menu {
    display: none
}
#siteMenu .dropdown-menu .sub-menu li {
    width: 100%;
    padding-left: 24px;
    display: inline-block;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5
}
#siteMenu .dropdown-menu .sub-menu li>a {
    background-color: #fff;
    color: #fff;
    height: 42px;
    font-size: 1em;
    line-height: 40px;
    padding: 0 15px;
    width: 100%;
    display: inline-block;
    color: #069554
}
#siteMenu .dropdown-menu .sub-menu li.active>a {
    color: #004844
}
#siteMenu .social {
    float: none;
    text-align: center
}
#siteMenu .social li {
    display: inline-block;
    margin: 10px 20px
}
.social {
    float: right
}
.social li {
    margin: 0 5px
}
.social li img {
    width: 25px;
    height: 25px
}

.darkbox.open {
    display: block;
    opacity: 1;
    height: 100%;
    width: 100%
}
.darkbox {
    position: fixed;
    top: 43px;
    height: 0;
    width: 0;
    background: rgba(0, 72, 68, 0.5);
    z-index: 500;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    opacity: 0
}
