/*------------------------------------------------------------------------
# Please place your own CSS on this file
# ------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,800&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
body {
    font-family: Helvetica !important;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: 0.3px;
    color: #58595b;
}
/*p {
    font-family: Helvetica !important;
    font-size: 16.2px;
    font-weight: normal;
    font-stretch: semi-condensed;
    font-style: normal;
    line-height: 23px;
    letter-spacing: 0.3px;
    color: #58595b;
}*/
p{
  font-family: Helvetica;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 23px;
  letter-spacing: 0.3px;
  color: #58595b;
}
a {
    color: #1a5632;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15.5px;
  font-weight: normal;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: 0px;
  text-align: right;
  color: #9f2241;
  padding-bottom:0px;
  position:relative;
  top:10px;
}
.container-fluid.language-row {
    background: #1a5632;
}
#block-newsbuttonblock p{
    background: #b4a269;
    box-shadow: none;
    border: none;
    color: #fff;
    padding-right: 12px;
    padding-left: 12px;
    padding-top:2px;
    padding-bottom:2px;
    font-stretch: condensed;
}
#block-webmailbutton p{
    background: #b4a269;
    box-shadow: none;
    border: none;
    color: #fff;
    padding-right: 12px;
    padding-left: 12px;
    padding-top:2px;
    padding-bottom:2px;
    font-stretch: condensed;
    margin-top:2px;
}
div#block-newsbuttonblock {
    float: left;
    padding-right: 20px;
}
.latest-news-row.views-row {
    width: 350px;
    float: left;
    margin-right: 15px;
}
.latest-news-page .view-content div:nth-child(2), .latest-news-page .view-content div:nth-child(4) {
  margin-right: 0;
  
}
div#block-views-block-latest-news-scroller-block-1 {
    float: left;
    width: 65%;
    padding-top: 5px;
}
div#block-views-block-latest-news-scroller-block-1 a {
    color: #b4a269;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 0;
    padding-bottom: 0px;
    position: relative;
}
#block-languagesplaceholder {
    margin-top: 6px;
}
div#block-languagesplaceholder p{
    color: #fff;
    font-size: 14px;
}
.row.branding-row {
    padding-left: 0px!important;
}

/****search form styling*****/
form#search-block-form {
    display: none;
    margin-top: 10px;
}
div#block-searchform {
    min-height: 50px;
    margin-bottom: 18px;
    max-width: 110px;
}
div#block-searchform .search-block-form-button {
    border: none;
    color: #fff;
    padding: 8px 0px;
    border-radius:0;
    background-color: transparent;
    width: 100%;
    margin-top: 7px;
}
form#search-block-form .input-group {
    display: flex;
    background-color: #fff;    
}
form#search-block-form .search-block-input {
    border: 1px solid transparent;
}
form#search-block-form .search-block-button {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  border: 1px solid transparent;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}
form#search-block-form .search-block-button:hover {
  opacity: 1;
}
form#search-block-form .search-block-button:focus,
form#search-block-form .search-block-input:focus {
  box-shadow: 0 0 3px 0 #1183d6;
  border-color: #1183d6;
  outline: none;
}


.megamenu-parent .region-navigation-collapsible {
    display: flex;
    justify-content: center;
    position: relative;
    max-height: 55.5px;
}

div#block-webmailbutton {
    float: left;
    padding-right: 42px;
    padding-top: 18px;
}
#block-blocksocialicons {
    padding-top: 24px;
}
.top-bar .social-icons li a {
    font-size: 13px;
    color: #9f2241;
}
.container-fluid.branding-row-inner {
    border-bottom: 1px solid #ccc;
}
.container-fluid.branding-row-container {
    background: #fff;
}
.row.branding-row {
    padding-left: 0px!important;
    padding-top: 5px!important;
    padding-bottom: 0px!important;
}
div#block-mainlogo {
    width: 18%;
    float: left;
}
.row.banner-row {
    padding-top: 14px;
    padding-bottom: 12px;
}
.container-fluid.navigation-row {
    background: #1a5632;
    height:55px;
}
.top-bar.nav-sticky .nav-menu {
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-menu {
    padding-top: 0px;
}
.menu {
	position: relative;
    top: 19px;
}
.menu li a:hover {
  color: #333333;
  background:none!important;
}
.row {
    margin-right: auto;
    margin-left: auto;
}
#slider-row-home {
    margin-top: 58px;
}
#slider-row {
	margin-top: 15px;
	margin-bottom: 30px;
}
.path-not-frontpage #slider-row {
	margin-top:15px;
    margin-bottom: 14px;
}
#welcome-row {
	margin-bottom: 0px;
}
li.node-readmore {
    display: none;
}
div#proggie {
    margin-top: 10px;
}
#second-news .views-field.views-field-field-event-image {
	width:100px;
	float: left;
	padding-right: 10px;
}
#second-news .views-row {
    margin-bottom: 36px;
}
#second-news-b .views-field.views-field-field-event-image {
	width:100px;
	float: left;
	padding-right: 10px;
}
#second-news-b .views-row {
    margin-bottom: 36px;
}
section#green-row {
    background: #1a5632;
    padding-top: 30px;
    padding-bottom: 22px;
}
div#first-news {
    margin-top: -500px;
}
div#second-news {
    margin-top: -500px;
}
div#first-news-b {
    margin-top: -300px;
}
div#second-news-b {
    margin-top: -300px;
}
.clearskies {
    background: none!important;
    position: relative;
    top: 50px;
    margin-bottom:100px;
    z-index:5;
}
.clearskies .container {
    background: none;
}
.brownie {
    background: #b4a269!important;
    padding-top: 20px!important;
    padding-bottom: 10px!important;
}
.brownie .container {
    background: none;
}
.footer-container {
    background: #1a5632;
}
.green-footer {
    background: #1a5632!important;
    padding-top: 55px;
    padding-bottom: 55px;
}
.green-footer .container {
    background: none;
    padding-left: 15.5px;
}
.footercolumn {
  float: left;
  width: 100%;
}

/* Clear floats after the columns */
.footerrow:after {
  content: "";
  display: table;
  clear: both;
}
.green-footer h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #b4a269;
}
.footercolumn {
    font-family: Helvetica!important;
    font-size: 16.2px;
    font-weight: normal;
    font-stretch: semi-condensed;
    font-style: normal;
    line-height: 10px;
    letter-spacing: 0.3px;
    color: #58595b;
    padding-right:47px;
}
footer {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #979797;
}
.top-footer {
    padding-bottom: 65px;
}
#block-footer1 p {
    padding-left: 13px;
    padding-right: 13px;
    color: #fff;
}
.green-footer p{
  font-family: Helvetica;
  font-size: 15px;
  font-weight: 300;
  font-stretch: condensed;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #fff;
}
#block-blocktabsnewsevents {
    position: relative;
    margin-top: -224px;
}
#block-blocktabsmedia {
    margin-top: 0px;
}
div#newsie {
    margin-top: 20px;
}
/*.welcome-content h6 {
	color: #9f2241;
    font-family: Helvetica;
    font-size: 21px;
    font-weight: 100!important;
    font-stretch: extra-condensed;
}
.welcome-content h2 {
    color: #9f2241;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 100!important;
    font-stretch: extra-condensed;
    letter-spacing: 0.5px;
    margin-top:-10px;
}*/
.welcome-content h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch:condensed;
    font-style: normal;
    letter-spacing: 0px;
    color: #9f2241;
}
.welcome-content h6 {
  width: 94.5px;
  height: 17px;
  margin: 0 323px 2px 0;
  font-family: Helvetica;
  font-size: 21px;
  font-weight: bold;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #9f2241;
}
#img-container\ latest-news .img-responsive {
  width: 100%;
}

.page-node-type-publication .field.field--name-field-publication-image.field--type-image.field--label-hidden.field--item {
    text-align: center!important;
    padding-bottom: 20px;
}




/* Tab positioning for tabbed content - Tinashe */
#block-blocktabsnewsevents .view-content {
    float: left;
    width: 45%;
    margin-right: 1em;
    padding-top:38px;
}
#blocktabs-media .view-display-id-single_main_video_block .view-content {
    float: left;
    margin-right: -24px;
    width: 50%;
}
#blocktabs-media .view-display-id-listed_video_block .view-content {
    float: left;
    width: 50%;
    margin-right: 0;
}
#block-blocktabsnewsevents .view.view-news-events.view-id-news_events.view-display-id-listed_news_block .view-content, #block-blocktabsnewsevents .view.view-news-events.view-id-news_events.view-display-id-listed_events_block .view-content, #block-blocktabsnewsevents .view.view-news-events.view-id-news_events.view-display-id-listed_upcoming_block .view-content, #block-blocktabsnewsevents .view.view-news-events.view-id-news_events.view-display-id-listed_announcements_block .view-content {
    padding-top: 0;
    width: 100%;
    margin-top:1px;
}
#block-blocktabsnewsevents .ui-tabs .ui-tabs-panel {
    padding: 2em 0;
}
#block-blocktabsmedia .ui-tabs .ui-tabs-panel {
  padding: 4.6em 0 0 0;
}
.ui-tabs {
    position: relative;
    padding:0;
}
#block-blocktabsnewsevents .view-footer {
    float: left;
    width: 52%;
    padding-top: 2.25em;
}
#block-blocktabsnewsevents .ui-widget.ui-widget-content, #block-blocktabsmedia .ui-widget.ui-widget-content {
    border-bottom: 1px solid #979797;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 47px;
}
.views-field.views-field-field-video-link {
    width: 300px;
}
#block-blocktabsnewsevents h2.block-title, #block-blocktabsmedia h2.block-title, #block-blocktabsnewsevents h2.block-title, #block-blocktabsmedia h2.block-title {
    margin-bottom: -49px;
    position: absolute;
    z-index: 1;
    border-bottom: 1px solid #999;
    color: #9f2241;
    border-bottom: 4px solid #9f2241;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: 0px;
}

.no-display {
    display: none !important;
}
#block-blocktabsnewsevents .ui-widget-header, #block-blocktabsmedia .ui-widget-header {
    border: none;
    background: none;
    color: #333333;
    float: right;
    position: relative;
    z-index: 2;
}
#block-blocktabsnewsevents .ui-state-active a, #block-blocktabsnewsevents .ui-state-active a:link, #block-blocktabsnewsevents .ui-state-active a:visited, #block-blocktabsmedia .ui-state-active a, #block-blocktabsmedia .ui-state-active a:link, #block-blocktabsmedia .ui-state-active a:visited {
  color: #9f2241;
  text-decoration: none;
  font-stretch: condensed;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: bold;
  border: none !important;
}
#block-blocktabsnewsevents .ui-state-active, #block-blocktabsnewsevents .ui-widget-content .ui-state-active, #block-blocktabsnewsevents .ui-widget-header .ui-state-active, #block-blocktabsnewsevents a.ui-button:active, #block-blocktabsnewsevents .ui-button:active, #block-blocktabsnewsevents .ui-button.ui-state-active:hover, #block-blocktabsmedia .ui-state-active, #block-blocktabsmedia .ui-widget-content .ui-state-active, #block-blocktabsmedia .ui-widget-header .ui-state-active, #block-blocktabsmedia a.ui-button:active, #block-blocktabsmedia .ui-button:active, #block-blocktabsmedia .ui-button.ui-state-active:hover {
    border: none;
    background: transparent;
    color: maroon;
    font-stretch: ultra-condensed;
}
#block-blocktabsnewsevents .ui-state-default, #block-blocktabsnewsevents .ui-widget-content .ui-state-default, #block-blocktabsnewsevents .ui-widget-header .ui-state-default, #block-blocktabsnewsevents .ui-button, #block-blocktabsnewsevents .ui-button.ui-state-disabled:hover, #block-blocktabsnewsevents .ui-button.ui-state-disabled:active, #block-blocktabsmedia .ui-state-default, #block-blocktabsmedia .ui-widget-content .ui-state-default, #block-blocktabsmedia .ui-widget-header .ui-state-default, #block-blocktabsmedia .ui-button, #block-blocktabsmedia .ui-button.ui-state-disabled:hover, #block-blocktabsmedia .ui-button.ui-state-disabled:active {
    border: none;
    background: transparent;
    font-stretch: ultra-condensed;
}
#block-blocktabsnewsevents .view.view-news-events.view-id-news_events.view-display-id-listed_news_block .views-field.views-field-field-event-image, #blocktabs-media .views-field.views-field-field-media-image, #blocktabs-media .view-footer .views-field.views-field-field-video-link, 
#block-blocktabsnewsevents .view.view-news-events.view-id-news_events.view-display-id-listed_events_block .views-field.views-field-field-event-image, #block-blocktabsnewsevents .view.view-news-events.view-id-news_events.view-display-id-listed_upcoming_block .views-field.views-field-field-event-image, #block-blocktabsnewsevents .view.view-news-events.view-id-news_events.view-display-id-listed_announcements_block .views-field.views-field-field-event-image {
  float: left;
  margin-right: 12px;
  font-stretch: ultra-condensed;
}
#blocktabs-media .view-footer .views-field.views-field-field-video-link {
  width: 96px;
}
#block-blocktabsnewsevents .view.view-news-events.view-id-news_events.view-display-id-listed_news_block .views-row, 
#block-blocktabsnewsevents .view.view-news-events.view-id-news_events.view-display-id-listed_events_block .views-row, #block-blocktabsnewsevents .view.view-news-events.view-id-news_events.view-display-id-listed_upcoming_block .views-row, #block-blocktabsnewsevents .view.view-news-events.view-id-news_events.view-display-id-listed_announcements_block .views-row {
  width: 100%;
  float: left;
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-stretch: ultra-condensed;
}
.view-media .views-row {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    padding-bottom: 12px;
    margin-right: -24px;
}
.home-audio.views-row {
    width: 50%;
}
.view-display-id-listed_audio_block .views-row {
    width: 50%;
    float: left;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.home-photos.views-row {
    width: 50%;
}
.view-display-id-listed_photos_block .views-row {
    width: 50%;
    float: left;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.view-media .views-field-field-media-date .field-content {
    background: url(/sites/default/files/calendar2.png);
    background-position: 108px 3px;
    background-repeat: no-repeat;
    padding-left: 126px;
}
.view-media .view-display-id-listed_audio_block .field-content {
    background: url(/sites/default/files/calendar2.png);
    background-position: 108px 58px;
    background-repeat: no-repeat;
}
.ishide {
  display: none;
  font-size: 27px;
  font-weight: bold;
  padding-top: 30px;
}

.myDIV:hover + .ishide {
  display: block;
  color: #fff;
}
.myDIV, .myDIV:hover + .ishide, .ishide {
    transition: all 1s ease;
    color: #fff;
}
.myDIV > p {
    font-size: 25px;
    background: #F4F4F4;
    margin-bottom: -13px;
    padding-bottom: 23px;
    padding-top: 23px;
    margin-top: 13px;
    font-weight: bold;
    color: #58595b;
}
.myDIV:hover > p {
    color: white;
}
.cont-data-container.first .myDIV:hover > p {
    background: #145091;
}
.cont-data-container.second .myDIV:hover > p {
    background: #AF1F58;
}
.cont-data-container.third .myDIV:hover > p {
    background: #5A7E93;
}
.cont-data-container.fourth .myDIV:hover > p {
    background: #FBB716;
}
.cont-data-container.fifth .myDIV:hover > p {
    background: #3AC2CA;
}
.cont-data-container.sixth .myDIV:hover > p {
    background: #F05D3A;
}
.cont-data-container.seventh .myDIV:hover > p {
    background: #8E499A;
}
.cont-data-container {
    float: left;
    width: 14.2%;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #ffff;
    height: 118px;
}
.view.view-continental-data.view-id-continental_data {
    height: 400px;
}
.myDIV {
    color: #fff;
    padding: 13px 0;
    font-weight: bold;
    cursor: pointer;
}
.cont-data-container.first .myDIV, .cont-data-container.first:hover {
    background: #145091;
    color: #fff;
}
.cont-data-container.second .myDIV, .cont-data-container.second:hover {
    background: #AF1F58;
    color: #fff;
}
.cont-data-container.third .myDIV, .cont-data-container.third:hover {
    background: #5A7E93;
    color: #fff;
}
.cont-data-container.fourth .myDIV, .cont-data-container.fourth:hover {
    background: #FBB716;
    color: #fff;
}
.cont-data-container.fifth .myDIV, .cont-data-container.fifth:hover {
    background: #3AC2CA;
    color: #fff;
}
.cont-data-container.sixth .myDIV, .cont-data-container.sixth:hover {
    background: #F05D3A;
    color: #fff;
}
.cont-data-container.seventh .myDIV, .cont-data-container.seventh:hover {
    background: #8E499A;
    color: #fff;
}
section.ve--wrapped_row.gray-guy {
    padding: 46px 0px 0px 0px;
}
p.note {
    padding: 4em 0 6px;
    border-top: 1px solid #979797;
    margin-top: 1px;
}
.cont-data-moreinfo {
  float: left;
  width: 100%;
  left: 14px;
  color: #000;
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}
.cont-data-container.first .cont-data-moreinfo {
    width: 1103px;
}
.cont-data-container.second .cont-data-moreinfo {
  width: 946px;
}
.cont-data-container.third .cont-data-moreinfo {
    width: 786px;
}
.cont-data-container.fourth .cont-data-moreinfo {
    width: 630px;
}
.cont-data-container.fifth .cont-data-moreinfo, .cont-data-container.sixth .cont-data-moreinfo, .cont-data-container.seventh .cont-data-moreinfo {
    float: right;
    text-align: right;
}
.cont-data-container.fifth .cont-data-moreinfo {
    width: 788px;
}
.cont-data-container.sixth .cont-data-moreinfo {
    width: 942px;
}
.cont-data-container.seventh .cont-data-moreinfo {
    width: 1100px;
}
.home-slider {
    position: relative;
    margin-top: -41px;
    z-index: 20;
    margin-bottom:20px;
}
.flexslider {
  margin: 0;
  border: none;
  box-shadow: none;
  background:none!important;
}
.flex-control-nav {
  bottom: 9px;
}
.flex-control-paging li a {
  width: 33px;
  height: 7px;
  border-radius: 0;
}
.flex-control-paging li a.flex-active {
  background: rgba(0,0,0,.6);
}
.audiofield-player label {
  display: none;
}
.audiofield-player > audio {
    float: left;
    width: 100%;
    height: 24px;
    margin: 4px 0;
}
.views-field.views-field-field-audio-link {
  float: left;
  width: 66%;
}
.field-content.main-audio-file .audiofield-player > audio {
      width: 300px;
  }
.view.view-media.view-id-media.view-display-id-listed_audio_block .views-field.views-field-title {
    float: left;
    width: 66%;
}
div#block-mainlogomobile {
    display: none;
}
.view-staff-view .views-field.views-field-title {
    font-size: 19px;
    font-weight: bold;
    color:#9F2241;
}
.view-staff-view .views-field.views-field-field-staff-position {
    font-size: 16px;
    font-weight: bold;
    margin: 9px 0;
}
.view-staff-view .views-field.views-field-view-node {
    float: right;
    font-weight: bold;
}
.view-interviews-options .views-row, .view-featured-news .views-row {
  margin: 16px 0;
}
/* End Tab positioning for tabbed content - Tinashe */


/*CSS FOR SIDE MENU*/
.menu--our-programmes .menu-item-1111 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #3bc1cb;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
    line-height:16px;
}
.menu--our-programmes .menu-item-1111:hover {
    background: #3bc1cb!important;
    color: #fff;
}
.menu--our-programmes .menu-item-1112 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #fcb718;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--our-programmes .menu-item-1112:hover {
    background: #fcb718!important;
    color: #fff;
}
.menu--our-programmes .menu-item-1113 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #155091;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--our-programmes .menu-item-1113:hover {
    background: #155091!important;
    color: #fff;
}
.menu--our-programmes .menu-item-1114 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #f15d3b;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--our-programmes .menu-item-1114:hover {
    background: #f15d3b!important;
    color: #fff;
}
.menu--our-programmes .menu-item-1115 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #348f41;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--our-programmes .menu-item-1115:hover {
    background: #348f41!important;
    color: #fff;
}
.menu--our-programmes .menu-item-1116 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #8e4a9a;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--our-programmes .menu-item-1116:hover {
    background: #8e4a9a!important;
    color: #fff;
}
.menu--our-programmes{
    padding-left: 36px;
}
.menu--our-programmes li {
    float: left;
    margin-right: 0px!important;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.menu--our-programmes li a {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 14px;
    padding-top: 12px;
    padding-left: 10px;
}
.menu--our-programmes li a:hover {
  color: #333333;
  background:none!important;
}

.menu--quick-links .menu-item-1111 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 10px;
    border-left: 14px solid #3bc1cb;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--quick-links .menu-item-1111:hover {
    background: #3bc1cb!important;
    color: #fff;
}
:lang(fr) > .menu--quick-links .menu-item-1111 {
     line-height: 16px;
}
.menu--quick-links .menu-item-1112 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 10px;
    border-left: 14px solid #fcb718;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--quick-links .menu-item-1112:hover {
    background: #fcb718!important;
    color: #fff;
}
.menu--quick-links .menu-item-1113 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 10px;
    border-left: 14px solid #155091;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--quick-links .menu-item-1113:hover {
    background: #155091!important;
    color: #fff;
}
.menu--quick-links .menu-item-1114 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 10px;
    border-left: 14px solid #f15d3b;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--quick-links .menu-item-1114:hover {
    background: #f15d3b!important;
    color: #fff;
}
.menu--quick-links .menu-item-1115 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 10px;
    border-left: 14px solid #348f41;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--quick-links .menu-item-1115:hover {
    background: #348f41!important;
    color: #fff;
}
.menu--quick-links .menu-item-1116 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 10px;
    border-left: 14px solid #8e4a9a;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--quick-links .menu-item-1116:hover {
    background: #8e4a9a!important;
    color: #fff;
}
.menu--quick-links .menu-item-1117 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 10px;
    border-left: 14px solid #000;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--quick-links .menu-item-1117:hover {
    background: #000!important;
    color: #fff;
}


/*SIDEBAR HEADING CSS*/
.sidebar-col h6 {
    border-bottom: 1px solid #979797;
    height: 35px;
    padding-left: 0px;
    margin-left: 34px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: 0px;
    color: #9f2241;
}
h6 span {
    border-bottom: 4px solid #951f39;
    padding-bottom: 6px;
}

.view-welcome h2 a {
    color: #9f2241;
}
.view-welcome {
    margin-top:-10px;
}
div#block-simplenewssubscription {
    position:relative;
    z-index:10;
    padding-left: 36px;
}
div#block-simplenewssubscription .block-title {
    display: none;
}
.view-newsletter-subscription .field-content a {
    display: none;
}
#block-simplenewssubscription #edit-mail-wrapper {
    width: 100%;
    float: left;
}
#block-simplenewssubscription #edit-mail-wrapper input {
    border: 1px solid #ccc;
    background: #f7f7f7;
    color: #000;
    box-shadow: none;
    height: auto;
}
#block-simplenewssubscription #edit-actions {
    width: 100%;
    float: left;
}
#block-simplenewssubscription #edit-actions button {
    background: none;
    border: 2px solid #9f2241;
    color: #fff;
    padding: 8px 0px;
    border-radius: 50px;
    background-color: #9f2241;
    width: 100%;
}
.view-twitter-feed {
	padding-left:36px;
}
.view-twitter-feed .views-field-title, .view-twitter-feed .block-title {
    display: none;
}
#twittie {
    margin-top: 38px;
}
.customisable-border {
    border-color: #f1f1f1;
}
.timeline-TweetList-tweet {
    border-top: 1px solid #f1f1f1!important;
}
.view-home-publications {
    margin-bottom: 57px;
    border-top: 1px solid #979797;
    padding-top: 22px;
}
.SandboxRoot.env-bp-min .timeline-Tweet {
    padding: 10px;
    border: 1px solid;
}
#green-row section:nth-of-type(odd) {
    background: none;
}
.view-resource-view .views-field-title {
    display: none;
}
.view-resource-view h2.block-title {
    display: none;
}
button#edit-submit-resource-view {
    display: none;
}
.view-resource-view label.control-label {
    color: #fff;
    padding-right: 5px;
    font-family: Helvetica;
    font-weight: 100;
    margin-left: 20px;
}
.view-resource-view input#edit-title {
    width: 810px;
    margin-right: 10px;
}
.bef-exposed-form .form--inline .bef--secondary {
    clear: initial;
}
#green-row section{
    padding-top: 20px!important;
    padding-bottom: 0px!important;
    position: relative;
    overflow: hidden;
}
.brownie blockquote.ve--blockquote p {
    color: #fff;
    float: left;
    padding-right: 44px;
}
.brownie blockquote footer{
    display:none;
}
#email img {
    padding-right: 10px;
}
#print img {
    padding-right: 10px;
}
#share img {
    padding-right: 10px;
}
div#brown-socials {
    position: relative;
    left: 4vw;
}
.top-footer-content {
    padding-top: 55px;
}
.view-news-events .views-field-title a, .view-media .views-field-title a {
    font-family: Helvetica;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 7px;
    letter-spacing: 0.2px;
    color: #58595b;
    font-stretch: normal;
}
  .view-news-events .views-field-field-event-date .field-content, .view-news-events .views-field.views-field-body .field-content p, .views-field.views-field-field-media-date {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: 0.11px;
  color: #58595b;
}
.view-welcome .field.field--name-body {
    border-top: 1px solid #979797;
    padding-top: 10px;
}
blockquote.ve--blockquote.welcome-content {
    border-top: 1px solid #979797;
    padding-top: 14px;
}
#block-pivot-main-menu .menu li a, #block-pivot-main-menu span.dropdown__trigger {
    color: #fff!important;
    font-weight: 400!important;
}
#block-pivot-main-menu .menu li {
    float: left;
    margin-right: 40px;
    position: relative;
}

.view-home-publications .views-view-grid .views-col {
    float: left;
    padding-right: 10px;
}
blockquote footer {
    display: none!important;
}
.inside-page-title h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: 0px;
    color: #9f2241;
}
.inside-content a {
    color: #1a5632;
    text-decoration: underline;
}
blockquote.ve--blockquote.inside-content {
    border-top: 1px solid #979797;
    padding-top: 14px;
    margin-top: 0px;
}
div#empty-space {
    height: 80px;
}
div#inside-empty-space {
    height: 25px;
}
.inside-page-title h3 {
    color: #9f2241;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 100!important;
    font-stretch: extra-condensed;
    letter-spacing: 0.5px;
}
.inside-content h3 {
    font-size: 18px;
    line-height: 28px;
    font-style: initial;
    color: #9f2241;
    font-weight: 700;
    font-family: Helvetica;
}
blockquote li {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: 0.3px;
    color: #58595b;
    font-family: Helvetica;
    list-style-type:disc;
}
.inside-content li{
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: 0.3px;
    color: #58595b;
    font-family: Helvetica;
    list-style-type:disc;
}
.inside-content ul {
    list-style: none;
    padding: 0px;
    margin-left: 16px;
}
blockquote {
    padding: 0;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: none;
}
footer#block-footer1 .container {
    padding-left: 26px;
}
.footer-socials img {
    padding-right: 8px;
}
#side-menu{
    position: relative;
    top: -9px!important;
}
/*INSIDE PAGE CSS*/

.inside-side-menu {
    padding-left: 36px;
    margin-top: -32px;
}
.inside-side-menu li{
    float: left;
    margin-right: 0px!important;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.inside-side-menu a{
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px!important;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 0px;
    border-left: none;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    background:none;
}
/*#views-exposed-form-resource-view-page-1 .panel {
    margin-bottom: 20px;
    background-color: transparent!important;
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    color: #fff!important;
    background-image: url(http://afrec.designat7.co.zw//sites/default/files/inline-images/more-options-button%402x.png);
    background-repeat: no-repeat;
    background-position: 54px 9px;
    padding-right: 20px;
    margin-left: -15px;
    clear: inherit!important;
}*/
#views-exposed-form-resource-view-page-1 .panel-title {
    background-image: url(http://afrec.designat7.co.zw//sites/default/files/inline-images/more-options-button%402x.png);
    background-repeat: no-repeat;
    background-position: 121px 57%;
    padding-right: 2em;
}
#edit-secondary {
    background: transparent;
    border: none;
}
#views-exposed-form-resource-view-page-1 .panel-default > .panel-heading {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
#views-exposed-form-resource-view-page-1 .bef-exposed-form .form--inline .bef--secondary {
    clear: inherit!important;
}
h2 span {
    border-bottom: 4px solid #951f39;
    padding-bottom: 7px;
}
div#block-maroonsocials {
    float: left;
    margin-top: 20px;
    position: relative;
    left: 16px;
}
div#block-maroonsocials img {
    padding-right: 10px;
    width: 35px;
    height: auto;
}
.news-item-container {
    width: 300px;
    background-color: rgba(216, 216, 216, 0.5);
}
.news-item-title a {
  font-family: Helvetica;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  line-height:7px;
  letter-spacing: 0.2px;
  color: #58595b;
  font-stretch: normal;
}
.news-item-title {
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 9px;
}
.news-item-date{
    font-size: 13px;
    padding-bottom: 9px;
    color: #58595b;
    font-stretch: condensed;
    font-weight: 300;
    background: url(/sites/default/files/calendar2.png);
    background-repeat: no-repeat;
    background-position: 14px 6px;
    padding-left: 33px;
}
.views-field-field-media-date time{
    font-size: 13px;
    padding-bottom: 9px;
    color: #58595b;
    font-stretch: condensed;
    font-weight: 300;
    background: url(/sites/default/files/calendar2.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 14px;
}
.media-video .views-field.views-field-title {
    padding-top: 0px;
    margin-top: -4px;
}
.news-item-body {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 20px;
    font-stretch: condensed;
}
.news-item-body p {
    font-size: 14px;
    line-height: 19px;
}
.slideshow-item-container {
    background-color: rgba(159, 34, 65, 0.8);
    width: 44.5%;
    float: right;
    margin-right: 54px;
    padding: 40px;
    margin-top: -24vw;
    z-index: 10;
    position: relative;
    border-right: 21px solid #b4a269;
}
.slideshow-item-image {
    position: relative;
    z-index: 5;
}
.slideshow-item-title a{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 44px;
    font-weight: 100;
    font-stretch: condensed;
    font-style: normal;
    line-height: 38px;
    letter-spacing: 0.3px;
    color: #fff;
}
.home-slider .slideshow-item-body p{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    font-weight: 100;
    font-stretch: ultra-condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #fff;
    padding-top: 9px;
    padding-bottom: 9px;
}
.slideshow-item-link a {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 100;
    font-stretch: ultra-condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #b4a269;
}
#sub-mega li {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 15px;
    line-height: 2px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.18);
    background: url(/sites/default/files/inline-images/rectangle-46-copy-3%402x.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#sub-mega h3 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    font-stretch: condensed;
    padding-bottom: 0px;
    padding-top: 7px;
}
.navbar-we-mega-menu .type-of-block a {
    color: #fff;
    outline: none;
    font-family: Helvetica!important;
    font-stretch: condensed;
}
.we-mega-menu-submenu li.we-mega-menu-li a {
    color: #fff;
    outline: none;
    font-family: 'Barlow Condensed', sans-serif!important;
    font-stretch: condensed;
    padding-top: 20px !important;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 2px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.18);
    background: url(/sites/default/files/inline-images/rectangle-46-copy-3%402x.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-weight:100;
}
.we-mega-menu-submenu li.we-mega-menu-li:first-child a.we-megamenu-nolink {
  font-size: 15px!important;
  font-weight: 400!important;
  font-family: 'Barlow Condensed', sans-serif!important;
  font-stretch: condensed!important;
  padding-top: 0px;
  background: none;
  border-bottom: none;
  color: #9f2241;
  text-transform:uppercase;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.18);
}

#block-aboutus p, #block-whatwedomenuintro p, #block-datastatsintro p, #block-resourcesintro p, #block-newseventsintro p, #block-agenda2063intro p {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 21px;
    letter-spacing: 0.18px;
    color: #fff;
    font-stretch:condensed;
}
.we-mega-menu-submenu  {
    border:none!important;
}
.we-mega-menu-submenu h3{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    color:#9f2241;
    font-weight: 400;
    font-stretch: condensed;
}
.maroon-one a{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    color:#9f2241;
    font-weight: 400;
    font-stretch: condensed;
}
div#maroon-read-more {
    margin-top: 42px;
}
div#maroon-read-more a {
    background: #9f2241;
    padding: 13px 33px 13px 17px;
    font-size: 12px;
    background-image: url(/sites/default/files/rectangle-46-copy%402x.png);
    background-repeat: no-repeat;
    background-position: 75px 16px;
    font-family: 'Barlow Condensed', sans-serif!important;
}
[data-id='0cda8a88-9a3a-4b8a-9376-a86409925152'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
}
[data-id='20514637-6dc8-4c8f-babd-84cae1ffc56b'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
}
[data-id='2aa26f3c-d247-4ae6-896b-0d4da3d6f1af'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
}
[data-id='29dedfcc-5cc6-40c1-a8ad-8241da363713'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
}
[data-id='c836f1d6-0e77-4d12-a1f4-47bc0f7e1d48'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
}
[data-id='8f3a8244-3e1c-439b-9109-eae620d727dc'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
}
[data-id='54eedcbd-488a-4ac7-9e47-8e8274e1a32c'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='001927e9-e4f4-47e3-a22b-9a1ece71e1d7'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
.agendaMenu li a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
.newsroomMenu li a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='8bb38bea-f498-4cf6-a7df-5cd06e3e88e0'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='8ba504ed-3a63-4a65-b141-bdc48c352fb2'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='b6654698-9efb-491b-ae2a-9a4e7dce0854'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='0a927da7-dd0e-4674-a36c-f2d4838f0abf'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='2dc70f4f-c4b7-437e-a0f9-70f39c9f8d61'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='8af18552-3608-41e7-a44c-7d8b1c8d309e'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='d63bad52-16b0-4cfe-a019-c6556d290000'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='ebdffe8b-bde3-449c-8c5b-417792744165'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='284bff35-c43f-42fc-a509-6473c777d8bf'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='cf8b0904-f4c6-4255-9ba1-d5b520fb41c2'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='9d0944d7-1a35-4ef3-a00a-d7aa1f379374'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='f9cd4dd6-9a25-4fba-8f18-31b4786d8842'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='dc32814f-3fe9-44b3-b675-4f41cae9e64d'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='f1a015b5-d9ca-4f3a-89ad-954f5156b841'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='ef5d55db-6fb0-4997-af8f-c53a558a0553'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='29c61ab7-8c5b-4d56-bc38-c60abad938a2'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='83932d87-0b34-402e-8928-233e781a4e7b'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='b2b37825-37ac-4073-b71c-2496f98848c8'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='5d92aab0-67fa-4f5c-b1d1-708d2eff6215'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='37f6ae3b-8782-4f5d-bd87-3c27440f4348'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='99354574-b769-44f6-81d2-399aecd8dcbe'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='011c205b-69d9-4d5d-8e47-a7039f28941f'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
[data-id='c7cf098a-560a-4e1e-909f-0746bbf207f6'] a{
    font-family: 'Barlow Condensed', sans-serif!important;
    font-size: 17px;!important;
    color:#9f2241!important;
    font-weight: 400!important;
    font-stretch: condensed!important;
    text-transform:uppercase;
}
div#block-whatwedomenuintro {
    margin-top: 10px;
}
div#block-resourcesintro {
    margin-top: 10px;
}
div#block-datastatsintro {
    margin-top: 10px;
}
div#block-newseventsintro {
    margin-top: 10px;
}
div#block-workwithusintro {
    margin-top: 10px;
}
#block-workwithusintro p{
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 21px;
    letter-spacing: 0.18px;
    color: #fff;
    font-stretch: condensed;
}
.navbar-we-mega-menu .type-of-block h2 {
   display:none;
}
.we-mega-menu-ul .dropdown-menu {
    position: unset;
}
.we-mega-menu-ul .we-mega-menu-li.dropdown-menu .we-mega-menu-submenu {
    background: #b4a269;
    width: 100% !important;
}
.about-submenu {
    background: #b4a269;
    position: absolute!important;
    left: -78px!important;
    top: 55px!important;
    min-height:335px;
}
.wedo-submenu {
    background: #b4a269;
    position: absolute!important;
    left: -194px!important;
    top: 55px!important;
    min-height:335px;
}
.data-submenu {
    background: #b4a269;
    position: absolute!important;
    left: -309px!important;
    top: 55px!important;
    min-height:335px;
}
.resources-submenu {
    background: #b4a269;
    position: absolute!important;
    left: -458px!important;
    top: 55px!important;
    min-height:335px;
}
.newseve-submenu {
    background: #b4a269;
    position: absolute!important;
    left: -568px!important;
    top: 55px!important;
    min-height:335px;
}
.agenda-submenu {
    background: #b4a269;
    position: absolute!important;
    left: -872px!important;
    top: 55px!important;
    min-height:335px;
}
.memberstates-menu {
    background: #b4a269;
    position: absolute!important;
    left: -739px!important;
    top: 55px!important;
    min-height: 335px;
}
ul#sub-mega {
    position: relative;
    top: 2px;
    width: 324px;
}
.memberstates-menu ul#sub-mega {
    position: relative;
    top: 2px;
    width: 225px;
}
#block-aboutusmenu ul#sub-mega {
    position: relative;
    left: 28px;
    top: 2px;
    width: 250px;
}
div#block-aboutus {
    border-bottom: none;
    margin-right: 10px;
    margin-top:10px;
}
#block-aboutusmenu #sub-mega h3 {
    border-top:1px solid #fff;
}
div#block-agenda2063intro {
    margin-top: 10px;
}
.agenda-submenu ul#sub-mega {
    position: relative;
    left: -3px;
    top: 2px;
}
.we-mega-menu-row {
    padding: 25px;
}
.we-mega-menu-submenu img {
    border-bottom: none;
    margin-top: 20px;
}
.we-mega-menu-submenu.about-submenu img {
    border-bottom: 50px solid #9f2241;
    margin-top: -2px;
}
.we-mega-menu-ul>.we-mega-menu-li>a {
    background-color: transparent;
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    color: #ffff;
    font-size: 14px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 18px 21px 17px 16px;
    letter-spacing: 0.65px;
    margin-top: -0.5px;
    font-stretch: condensed;
    font-style: normal;
}
:lang(fr) > .we-mega-menu-ul > .we-mega-menu-li > a /* line 2029 */
{
    padding: 9px 21px 6px 16px;
    height: 55px;
    margin-top: -0.6px;
}
.we-mega-menu-ul>.we-mega-menu-li {
    margin: 0;
    border-left-color: rgba(255,255,255,0.4)!important;
}
.we-mega-menu-ul>.we-mega-menu-li.active>a,.we-mega-menu-ul>.we-mega-menu-li.active-trail>a {
    /*background-color: #b4a269;
    color: #fff;
    border: 0 none;8*/
    
    background-color: transparent;
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    color: #ffff;
    font-size: 14px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 18px 30px 17px 17px;
    letter-spacing: 0.65px;
    margin-top: -1.5px;
    font-stretch: condensed;
    font-style: normal;
}
.we-mega-menu-ul>.we-mega-menu-li>a:hover,
.we-mega-menu-ul>.we-mega-menu-li.active>a:hover,
.we-mega-menu-ul>.we-mega-menu-li.active-trail>a:hover,
.we-mega-menu-ul .dropdown-menu:hover > a, 
.we-mega-menu-ul .dropdown-menu:focus > a {
    background-color: #b4a269;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-stretch: condensed;
    font-style: normal;
}
.we-mega-menu-ul>.dropdown-menu:hover>a{
    color: #fff!important;
    font-stretch: condensed;
}
.top-bar.nav-sticky .nav-menu .we-mega-menu-ul>.we-mega-menu-li>a {
    background-color: transparent;
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    color: #ffff;
    font-size: 14px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 18px 18px 17px 17px;
    letter-spacing: 0.65px;
    margin-top: -0.5px;
    font-stretch: condensed;
    font-style: normal;
}
:lang(fr) > .top-bar.nav-sticky .nav-menu .we-mega-menu-ul>.we-mega-menu-li> a {
    padding-top: 10px;
}
.top-bar.nav-sticky .we-mega-menu-ul>.we-mega-menu-li.active>a,.we-mega-menu-ul>.we-mega-menu-li.active-trail>a {
    /*background-color: #b4a269;
    color: #fff;
    border: 0 none;8*/
    
    background-color: transparent;
    border: 0 none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-right: 0;
    color: #ffff;
    font-size: 14px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 17px 30px 17px 17px;
    letter-spacing: 0.65px;
    margin-top: -1px;
    font-stretch: condensed;
    font-style: normal;
}
:lang(fr) > .top-bar.nav-sticky .we-mega-menu-ul > .we-mega-menu-li.active > a, :lang(fr) > .we-mega-menu-ul > .we-mega-menu-li.active-trail > a {
    padding: 9px 30px 13px 17px;
}
.top-bar.nav-sticky .we-mega-menu-ul>.we-mega-menu-li>a:hover,
.top-bar.nav-sticky .we-mega-menu-ul>.we-mega-menu-li.active>a:hover,
.we-mega-menu-ul>.we-mega-menu-li.active-trail>a:hover
{
    background-color: #b4a269;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-stretch: condensed;
    font-style: normal;
}
.top-bar.nav-sticky .navbar-default{
    margin-top: -6px;
}
.top-bar.nav-sticky .container-fluid.navigation-row {
    background: #1a5632;
    height: 55px;
}

/*LATEST NEWS, RESOURCES BLOCK CSS */
.view-latest-news {
    border-top: 1px solid #979797;
    padding-top: 40px;
}
.view-latest-news .views-col.col-1 {
    width: 350px!important;
    margin-right:30px;
}
.view-latest-news .views-col.col-2 {
    width: 350px!important;
    margin-right:30px;
}
.view-latest-news .views-col.col-3 {
    width: 350px!important;
    margin-right: 0px;
}
div#img-container {
    padding-bottom: 10px 22px;
}
.news-container {
    background: #f5f5f5;
    margin-bottom: 70px;
    border-radius: 0px 0px 0px 0px;
    min-height: 540px;
}
#content-container {
    padding:18px 20px;
}
div#content-container p {
    padding-top: 8px;
}
.view-publication #content-container {
    padding: 10px 12px;
    min-height: 260px;
}
.view-other-publications-page #content-container {
    padding: 10px 12px;
    min-height:260px;
}
#content-container a {
    color: #58595b;
    font-weight: 700;
    font-family: Helvetica;
    letter-spacing: 0.1px;
}
#content-container span.ctime {
    color: #58595b;
    font-weight: 100;
    font-size: 13px;
    position: relative;
    top: 4px;
    background: url(/sites/default/files/calendar2.png);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 14px;
}
.view-key-documents {
    /*border-top: 1px solid #979797;*/
    padding-top: 40px;
}
#content-container .file link a{
    color: #1a5632!important;
    font-weight: 700!important;
    font-size: 13px!important;
}
.view-publication {
    /*border-top: 1px solid #979797;*/
    padding-top: 40px;
}
.view-publication .views-col.col-1 {
    width: 350px!important;
    margin-right:30px;
}
.view-publication .views-col.col-2 {
    width: 350px!important;
    margin-right:30px;
}
.view-publication .views-col.col-3 {
    width: 350px!important;
    margin-right: 0px;
}
.main-other .view-other-publications-page {
    border-top: 1px solid #979797;
    padding-top: 40px;
}
.view-other-publications-page .views-col.col-1 {
    width: 350px!important;
    margin-right:30px;
}
.view-other-publications-page .views-col.col-2 {
    width: 350px!important;
    margin-right:30px;
}
.view-other-publications-page .views-col.col-3 {
    width: 350px!important;
    margin-right: 0px;
}

.view-events-page {
    border-top: 1px solid #979797;
    padding-top: 40px;
}
.view-events-page .views-col.col-1 {
    width: 350px!important;
    margin-right:30px;
}
.view-events-page .views-col.col-2 {
    width: 350px!important;
    margin-right:30px;
}
.view-events-page .views-col.col-3 {
    width: 350px!important;
    margin-right: 0px;
}

.view-briefings-page{
    border-top: 1px solid #979797;
    padding-top: 40px;
}
.view-briefings-page .views-col.col-1 {
    width: 350px!important;
    margin-right:30px;
}
.view-briefings-page .views-col.col-2 {
    width: 350px!important;
    margin-right:30px;
}
.view-briefings-page .views-col.col-3 {
    width: 350px!important;
    margin-right: 0px;
}

/* DATA & STATISTICS CSS*/
.view-energies-balances {
    border-top: 1px solid #979797;
    padding-top: 60px;
}
.view-indicator {
    border-top: 1px solid #979797;
    padding-top: 60px;
}
img.ve--image.theme-img.img-responsive {
    padding-left: 32px;
    margin-bottom: 50px;
}
div#themie {
    margin-top: 28px;
}
.ve--raw_html.home-empty-space {
    height: 44px;
}
.home-publications-container {
    background-color: rgba(216, 216, 216, 0.5);
    padding: 0px;
    border-radius: 0px 0px 6px 6px;
    min-height: 320px;
}
#hm-content-body {
    padding: 18px 20px;
}
#title-container {
    height: 23px;
}
.read-more {
    margin-top: 22px;
    background: url(/sites/default/files/rectangle-46-copy%402x.png);
    background-repeat: no-repeat;
    background-position: 80px;
}
.read-more a {
    color: #b4a269!important;
    font-size: 14px;
    font-weight:300!important;
    text-decoration:none;
}
.read-more a.active, .read-more a:hover {
    text-decoration:none;
}
.welcome-content .read-more {
    margin-top: 0px;
    background: url(/sites/default/files/rectangle-46-copy%402x.png);
    background-repeat: no-repeat;
    background-position: 80px 13px;
    margin-bottom: 176px;
}
.welcome-content .read-more a {
    color: #b4a269!important;
    font-size: 14px;
    font-weight: 300!important;
    text-decoration: none;
    font-style: normal;
}
#hm-content-body p {
    font-family: Helvetica;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #58595b;
    font-stretch: normal;
}
.view-tabbed-content .views-field.views-field-title {
    position:relative;
    top:-4px;
}
/*.view-media .views-field.views-field-title {
    height: 60px;
    top: -4px;
    position: relative;
}*/
ul.pagination.js-pager__items {
    width: 100%;
}
.page-node-type-publication .img-responsive{
    display: block;
    margin: 0 auto;
}









/*PAGE TEMPLATE CSS FOR SIDEBAR AND MAIN CONTENT*/
#sidebar-second nav#block-quicklinks {
    margin-left: 30px;
}

#sidebar-second #block-quicklinks-menu {
    color: #9f2241;
    font-family: Helvetica!important;
    font-size: 22px;
    border-bottom: 1px solid #979797;
    height: 35px;
    padding-left: 0px;
    margin-left: 34px;
    font-weight: 700;
    font-stretch:condensed;
}
#sidebar-second ul.menu.menu--quick-links.nav {
    padding-left: 36px;
    margin-top: -20px;
}
#sidebar-second ul.menu.menu--quick-links.nav li {
    float: left;
    margin-right: 0px!important;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
#sidebar-second ul.menu.menu--quick-links.nav li a {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    padding-bottom: 14px;
    display: inline-block;
    line-height: 14px;
    padding-left: 0px;
    padding-top: 14px;
    background:none;
}
#sidebar-second h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: 0px;
    color: #9f2241;
    padding-left:0px;
    margin-left:34px;
}
.page-node-type-publication #sidebar-second h6 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: 0px;
    color: #9f2241;
    padding-left:0px;
    margin-left:64px;
    border-bottom: 1px solid #979797;
    padding-bottom:7px;
}
.page-node-type-publication h6 span {
    border-bottom: 4px solid #951f39;
    padding-bottom:4px;
}
.path-not-frontpage .field--name-field-event-image img {
    text-align: center;
    margin: auto;
    padding-bottom:15px;
}
.field--type-entity-reference {
    display: none;
}
#sidebar-second div#block-newsletterpagetemplatetitle, #sidebar-second div#block-twitterpagetemplatetitle{
    margin-top: 45px;
}
#sidebar-second div#block-views-block-newsletter-subscription-block-1 {
    padding-left: 29px;
}
#sidebar-second div#block-twittertimeline {
    padding-left: 28px;
    margin-bottom:40px;
}
.page-header {
    padding: 0px;
    border-bottom: 4px solid #951f39;
    margin-bottom: 30px;
}
.page-header span {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: 0px;
    color: #9f2241;
}
.region.region-afrec-sidebar {
    margin-top: 14px;
}
.navbar-we-mega-menu .type-of-block a:hover, .navbar-we-mega-menu .type-of-block a:focus {
    color:#951f39;
}
.views-field.views-field-field-event-date {
    background: url(/sites/default/files/calendar2.png);
    background-repeat: no-repeat;
    background-position: 109px 3px;
}
.view-news-events .views-field.views-field-field-event-date .field-content {
    padding-left: 124px;
}
.view-news-events  .read-more {
    margin-top: 0px;
    background: url(/sites/default/files/rectangle-46-copy%402x.png);
    background-repeat: no-repeat;
    background-position: 92px 8px;
    padding-right: 30px;
    padding-left: 14px;
    padding-bottom: 22px;
}
/*
.view-media .views-field-field-media-date {
    background: url(/sites/default/files/calendar2.png);
    background-repeat: no-repeat;
    background-position: 109px 3px;
}
.view-media .views-field-field-media-date .field-content {
    padding-left: 124px;
}
.view-media .read-more {
    margin-top: 0px;
    background: url(/sites/default/files/rectangle-46-copy%402x.png);
    background-repeat: no-repeat;
    background-position: 78px 8px;
    padding-right: 30px;
    padding-left: 14px;
    padding-bottom: 22px;
}
*/
.view-media .video-embed-field-provider-youtube.video-embed-field-responsive-video.form-group {
    min-height: 80px;
}
.path-not-frontpage .read-more {
    margin-top: 22px;
    background: url(/sites/default/files/rectangle-46-copy%402x.png);
    background-repeat: no-repeat;
    background-position:80px 8px;
}
div#edit-secondary--content {
   /* margin-left: 50px; */
   margin-left: -21px;
}
.path-not-frontpage div#edit-secondary--content {
   margin-left: 0;
}
.form-item.js-form-item.form-type-select.js-form-type-select.form-item-tid.js-form-item-tid.form-group {
  margin-right: -19px;
}
.form-item.js-form-item.form-type-select.js-form-type-select.form-item-tid-1.js-form-item-tid-1.form-group {
  margin-right: -18px;
}
.form-inline.form-item.js-form-item.form-type-date.js-form-type-date.form-item-created.js-form-item-created.form-group {
  margin-right: -21px;
}
/*.bef--secondary .panel-heading {
    margin-left: 15px;
    margin-top: 8px;
}*/
.user-logged-in nav.tabs ul.tabs--primary {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    list-style: outside none none;
    opacity: 0.9;
    top: 230px!important;
    position: relative!important;
}
.we-mega-menu-submenu li.we-mega-menu-li a:hover,
.we-mega-menu-submenu li.we-mega-menu-li.active>a:hover {
     color:#9F2241!important;
     border-bottom: 0.5px solid rgba(255, 255, 255, 0.18);
}
.we-mega-menu-submenu li.we-mega-menu-li.active>a{
    background-color: transparent;
    color: #fff !important;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.18);
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
}
.fa-search:before {
    content: "\f002";
    position: relative;
    left: 2.5vw;
}
ul.we-mega-menu-ul.nav.nav-tabs {
    /*margin-left: 36px;*/
    position: unset;
}
.navbar-we-mega-menu>.container-fluid {
    position: unset;
}
.timeline-Tweet.timeline-Tweet--isRetweet.u-cf.js-tweetIdInfo.js-clickToOpenTarget {
    padding: 10px;
    background: #f8f8f8!important;
}
.nav-sticky .container-fluid.language-row {
     display:none;
}
.nav-sticky .branding-row-container{
     display:none;
}
.view-inside-about-banner .slideshow-item-container {
    padding: 58px 40px 12px 40px;
    margin-top: -19.5vw!important;
}
.view-inside-about-banner .slideshow-item-body p {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    font-weight: 100;
    font-stretch: ultra-condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #fff;
    padding-top: 9px;
    padding-bottom: 9px;
}
.view-inside-about-banner .slideshow-item-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 36px;
    font-weight: 100;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: 0px;
    color: #fff;
    line-height: 36px;
}
.view-inside-about-banner .slideshow-item-container {
    width: 37.5%;
}
.page-node-type-country footer {
    display: none;
}
div#block-languageswitcher {
    margin-top: 14px;
    margin-right: 8px;
}
.container-fluid.language-row .utility-menu {
    margin-top: 6px;
}
.container-fluid.language-row .utility-menu .utility-inner {
    padding-bottom: 6px;
}
div#block-views-block-other-slideshow-block-1 .flex-control-nav {
    bottom: 9px;
    display: none;
}
.footercolumn a {
    color: #fff;
}
.footercolumn a:hover {
    color: #b4a269;
}
/*Member States CSS*/
.page-node-type-country .region-content .page-header {
    display: none;
}
.page-node-type-country .field.field--name-field-country-na.field--type-address-country.field--label-hidden.field--item {
    display: none;
}
.page-node-type-country .field.field--name-field-gdp-2019-.field--type-string.field--label-above {
    display: none;
}
.page-node-type-country .field.field--name-field-population-2019.field--type-string.field--label-above {
    display: none;
}
.page-node-type-country .field.field--name-field-gdp-capita-2019.field--type-string.field--label-above {
    display: none;
}
.page-node-type-country .field.field--name-field-energy-consumption-pop.field--type-string.field--label-above {
    display: none;
}
.page-node-type-country .field.field--name-field-total-final-consumption.field--type-string.field--label-above {
    display: none;
}
.page-node-type-country .field.field--name-field-total-primary-energy.field--type-string.field--label-above {
    display: none;
}
.page-node-type-country .field--label {
    display: none;
}
.page-node-type-country .content {
    padding-bottom: 100px;
    margin-top:50px;
}
.page-node-type-country .content .field--type-text-with-summary p {
    display: none;
}
.map-country-desc p {
    display: block!important;
}
.map-figures-item p {
    display: block!important;
}
/*SEARCH PAGE CSS*/
.path-search form#search-form {
	display:none;
}
.path-search #sidebar-second ul.menu.menu--quick-links.nav {
    padding-left: 5px;
    margin-top: -20px;
}
.path-search #sidebar-second ul.menu.menu--quick-links.nav li a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    padding-bottom: 14px;
    display: inline-block;
    line-height: 14px;
    padding-left: 8px;
    padding-top: 9px;
    padding-bottom:9px;
    background: none;
}
.path-search #sidebar-second ul.menu.menu--quick-links.nav li a:hover {
    color:#fff!important;
}
.path-search div#block-simplenewssubscription {
    position: relative;
    z-index: 10;
    padding-left: 5px;
}
.path-search #sidebar-second div#block-twittertimeline {
    padding-left: 0px;
    margin-bottom: 40px;
}
.path-search h2{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: 0px;
    color: #9f2241;
    padding-left: 0px;
    border-bottom: 4px solid #951f39;
}
.path-search .region-content {
    margin-top: -27px;
}
.path-search h3 {
    font-size: 17px;
    line-height: 32px;
    font-weight:500;
}
.path-search .region-content ol li {
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 30px;
}
.path-search .pagination > .active > a {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #9D2140;
    border-color: #9D2140;
}
.path-search .pagination li a {
    color: #9D2140;
    background: none;
    margin-left: 12px;
    border-radius: 50%;
    padding: 5px 12px;
}
.path-search #main-container .container {
    margin-top: 20px;
}


/*KEY DOCUMENTS LAST NODE CSS*/

.page-node-type-resources #sidebar-second ul.menu.menu--quick-links.nav {
    padding-left: 5px;
    margin-top: -20px;
}
.page-node-type-resources #sidebar-second ul.menu.menu--quick-links.nav li a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    padding-bottom: 14px;
    display: inline-block;
    line-height: 14px;
    padding-left: 11px;
    padding-top: 9px;
    padding-bottom:9px;
    background: none;
}
.page-node-type-resources #sidebar-second ul.menu.menu--quick-links.nav li a:hover {
    color:#fff!important;
}
.page-node-type-resources div#block-simplenewssubscription {
    position: relative;
    z-index: 10;
    padding-left: 6px;
}
.page-node-type-resources #sidebar-second div#block-twittertimeline {
    padding-left: 0px;
    margin-bottom: 40px;
}
.page-node-type-resources #main-container .container {
    margin-top: 20px;
}

/*PUBLICATIONS LAST NODE CSS*/

.page-node-type-publication #main-container .container {
    margin-top: 20px;
}
.page-node-type-publication #sidebar-second ul.menu.menu--quick-links.nav li a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    padding-bottom: 14px;
    display: inline-block;
    line-height: 14px;
    padding-left: 11px;
    padding-top: 9px;
    padding-bottom:9px;
    background: none;
}
.page-node-type-publication #sidebar-second ul.menu.menu--quick-links.nav li a:hover {
    color:#fff!important;
}

/*NEWS LAST NODE CSS*/

.page-node-type-events #main-container .container {
    margin-top: 20px;
}
.page-node-type-events #sidebar-second ul.menu.menu--quick-links.nav li a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    padding-bottom: 14px;
    display: inline-block;
    line-height: 14px;
    padding-left: 11px;
    padding-top: 9px;
    padding-bottom:9px;
    background: none;
}
.page-node-type-events #sidebar-second ul.menu.menu--quick-links.nav li a:hover {
    color:#fff!important;
}
.page-node-type-events #sidebar-second ul.menu.menu--quick-links.nav {
    padding-left: 5px;
    margin-top: -20px;
}
.page-node-type-events div#block-simplenewssubscription {
    position: relative;
    z-index: 10;
    padding-left: 6px;
}
.page-node-type-events #sidebar-second div#block-twittertimeline {
    padding-left: 0px;
    margin-bottom: 40px;
}
.page-node-type-events .content {
    margin-bottom: 100px;
}
#block-cookiesui {
    background: #B4A269;
}
.cookiesjsr--app {
    width: 1120px;
    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 30px;
}
span.cookiesjsr-banner--text {
    float: left;
    padding-right: 40px;
    position: relative;
    top: 2px;
}
span.cookiesjsr-banner--text {
    color: #fff;
}
button.cookiesjsr-btn {
    background-color: rgb(0,0,0);
    margin-right: 20px;
    color: #fff;
    padding-left: 12px;
    padding-right: 12px;
}
.cookiesjsr-layer--body {
    color: #fff;
}
.page-node-type-media .region-content {
    margin-top: 30px;
}
.page-node-type-media aside#sidebar-second {
    margin-top: 30px;
}
.page-node-type-media #sidebar-second ul.menu.menu--quick-links.nav {
    padding-left: 4px;
    margin-top: -20px;
}
.page-node-type-media #sidebar-second ul.menu.menu--quick-links.nav li a {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    padding-bottom: 14px;
    display: inline-block;
    line-height: 14px;
    padding-left: 8px;
    padding-top: 14px;
    background: none;
}
.page-node-type-media div#block-simplenewssubscription {
    position: relative;
    z-index: 10;
    padding-left: 4px;
}
.page-node-type-media #sidebar-second div#block-twittertimeline {
    padding-left: 4px;
    margin-bottom: 40px;
}
.page-node-type-media .field.field--name-field-media-date.field--type-datetime.field--label-hidden.field--item {
    display: none;
}
.page-node-type-media .content .field--name-body {
    padding-top: 18px;
}
.galleries-body {
    margin-top: 1px;
    border-top: 1px solid #979797;
    padding-top: 30px;
}
.pagination > .active > a {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #951f39;
    border-color: #951f39;
}
.pagination li a {
    color: #951f39;
}
.path-not-frontpage .bef-exposed-form .form--inline > .form-item {
    float: left;
    border-top: 1px solid #979797;
    margin-top: 1px;
    width: 100%;
}
.path-not-frontpage .view-resource-view input#edit-title {
    width: 100%;
    margin-right: 10px;
}
.path-not-frontpage #edit-secondary {
    background: #1A5632;
    border: none;
    /* width: 37%; */
    margin-top: 20px;
}
.path-not-frontpage #edit-tid {
  margin-left: 37px;
  width: 84%;
}
.path-not-frontpage .form-item.js-form-item.form-type-select.js-form-type-select.form-item-tid.js-form-item-tid.form-group {
  margin-bottom: 12px;
}
.path-not-frontpage .form-item.js-form-item.form-type-select.js-form-type-select.form-item-tid.js-form-item-tid .select-wrapper {
  width: 61%;
}
.path-not-frontpage .form-inline.form-item.js-form-item.form-type-date.js-form-type-date.form-item-created.js-form-item-created.form-group {
  width: 58.2%;
}
.path-not-frontpage #edit-created-1 {
  width: 62%;
}
.path-not-frontpage .form-inline.form-item.js-form-item.form-type-date.js-form-type-date.form-item-created-1.js-form-item-created-1.form-group {
  width: 39%;
}
.path-not-frontpage #edit-created {
  width: 54%;
}



.view-job-listings {
    border-top: 1px solid #979797;
    margin-top: 1px;
    padding-top: 12px;
}
.page-node-type-job-listing .field--name-body h3 {
    font-size: 18px;
    line-height: 28px;
    font-style: initial;
    color: #9f2241;
    font-weight: 700;
    font-family: Helvetica;
}
.page-node-type-job-listing .field--name-body li {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: 0.3px;
    color: #58595b;
    font-family: Helvetica;
    list-style-type: disc;
}
.page-node-type-job-listing .field--name-body ul {
    margin-left: 17px;
}
.page-node-type-job-listing .field--name-body {
    margin-bottom:30px;
}
.page-node-type-job-listing .field--type-webform {
    margin-top: 30px;
}
.page-node-type-job-listing .field--type-webform .btn-primary {
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    border: none;
    font-family: 'Barlow Condensed';
    font-weight: normal;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    background: #1A5632;
}
#sidebar-second ul.menu.menu--quick-links.nav {
    padding-left: 4px;
    margin-top: -44px;
}
.page-node-type-job-listing #sidebar-second ul.menu.menu--quick-links.nav li a {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    padding-bottom: 10px;
    display: inline-block;
    line-height: 14px;
    padding-left: 10px;
    padding-top: 10px;
    background: none;
}
.page-node-type-job-listing div#block-simplenewssubscription {
    position: relative;
    z-index: 10;
    padding-left: 4px;
}
.page-node-type-job-listing .view-twitter-feed {
    padding-left: 5px;
}
.page-node-type-job-listing .container-fluid.language-row {
    background: #1a5632;
    height: 43px;
}
.page-node-type-job-listing .top-bar .utility-menu .utility-inner {
    border-bottom: none;
    padding-bottom: 0;
}
.page-node-type-job-listing .top-bar .container-fluid.branding-row-inner {
    border-bottom: 1px solid #ccc;
    height: 100px;
}
.page-node-type-job-listing #sidebar-second h6 {
    border-bottom: 1px solid #979797!important;
    height: 35px!important;
    padding-left: 0px;
    margin-left: 34px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: 0px;
    color: #9f2241;
}
#application-btn {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
#application-btn a {
    text-decoration: none;
    font-style: normal;
    background: #951f39;
    padding: 5px 26px 9px 26px;
    border-radius: 30px;
    color: #fff;
    font-weight: 300;
    font-family: 'Barlow Condensed';
    font-size: 15px;
}
#exec-dir img {
    padding-right: 20px;
    padding-top: 17px;
}
.menu--quick-links-exec {
    padding-left: 36px;
    margin-top: -32px;
    width: 100%;
}
.menu--quick-links-exec .menu-item-1111 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 10px;
    border-left: 14px solid #3bc1cb;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--quick-links-exec .menu-item-1111:hover {
    background: #3bc1cb!important;
    color: #fff;
}
.menu--quick-links-exec .menu-item-1112 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 10px;
    border-left: 14px solid #fcb718;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--quick-links-exec .menu-item-1112:hover {
    background: #fcb718!important;
    color: #fff;
}
.staff-view .latest-news-row.views-row {
    width: 100%;
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.staff-view .views-field.views-field-field-staff-image {
    float: left;
    padding-right: 20px;
}
.staff-view {
    border-top: 1px solid #999;
    padding-top: 20px;
}
.page-node-type-staff-member .field--name-field-staff-image {
    float: left;
    padding-right: 20px;
}
.page-node-type-staff-member #sidebar-second ul.menu.menu--quick-links.nav {
    padding-left: 4px;
    margin-top: -15px;
}
.page-node-type-staff-member #sidebar-second ul.menu.menu--quick-links.nav li a {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    padding-bottom: 10px;
    display: inline-block;
    line-height: 14px;
    padding-left: 10px;
    padding-top: 10px;
    background: none;
}
.page-node-type-staff-member div#block-simplenewssubscription {
    position: relative;
    z-index: 10;
    padding-left: 5px;
}
.page-node-type-staff-member #sidebar-second div#block-twittertimeline {
    padding-left: 0px;
    margin-bottom: 40px;
}
.page-node-type-staff-member #sidebar-second h6{
    border-bottom: 1px solid #979797;
    height: 35px;
    padding-left: 0px;
    margin-left: 34px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: 0px;
    color: #9f2241;
}
.page-node-type-staff-member .region.region-content {
    margin-top: 20px;
}
.page-node-type-staff-member aside#sidebar-second {
    margin-top: 20px;
}
.vidzy .view-media .views-row {
    width: 100%;
    float: left;
    margin-bottom: 21px;
    padding-bottom: 20px;
    margin-right: -24px;
    border-bottom: 1px solid #5555;
}
.vidzy .view-media .views-field.views-field-field-media-image {
    float: left;
    padding-right: 13px;
}
.page-node-type-resources .field.field--name-field-resource-image.field--type-image.field--label-hidden.field--item {
    float: left;
    padding-right: 20px;
    margin-bottom: 41px;
}
div#maroon-btn {
    margin-top:40px;
}
div#maroon-btn a {
    background: maroon;
    color: #fff;
    text-decoration: none;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    padding: 10px 23px 11px 23px;
}
.path-webform #sidebar-second nav#block-quicklinks {
    margin-left: 30px;
    margin-top: 20px;
}
.path-webform #sidebar-second ul.menu.menu--quick-links.nav li a {
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    padding-bottom: 10px;
    display: inline-block;
    line-height: 14px;
    padding-left: 13px;
    padding-top: 10px;
    background: none;
}
.path-webform  div#block-simplenewssubscription {
    position: relative;
    z-index: 10;
    padding-left: 4px;
}
.path-webform #sidebar-second div#block-twittertimeline {
    padding-left: 0px;
    margin-bottom: 40px;
}
.path-webform .btn-primary {
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    border: 2px solid maroon;
    font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: maroon;
}
.btn-default {
    background: none;
    border: 2px solid #9f2241;
    color: #fff;
    padding: 8px 0px;
    border-radius: 50px;
    background-color: #9f2241;
    width: 100%;
}
#sidebar-second h6{
    border-bottom: 1px solid #979797;
    height: 35px;
    padding-left: 0px;
    margin-left: 34px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: condensed;
    font-style: normal;
    letter-spacing: 0px;
    color: #9f2241;
}
.menu--about-us-menu{
    padding-left: 36px;
}
.menu--about-us-menu li {
    float: left;
    margin-right: 0px!important;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.menu--about-us-menu li a {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 14px;
    padding-top: 12px;
    padding-left: 10px;
}
.menu--about-us-menu li a:hover {
  color: #333333;
  background:none!important;
}
.menu--about-us-menu .menu-item-1111 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #3bc1cb;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--about-us-menu .menu-item-1111:hover {
    background: #3bc1cb!important;
    color: #fff;
}
.menu--about-us-menu .menu-item-1112 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #fcb718;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--about-us-menu .menu-item-1112:hover {
    background: #fcb718!important;
    color: #fff;
}
.menu--about-us-menu .menu-item-1113 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #155091;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--about-us-menu .menu-item-1113:hover {
    background: #155091!important;
    color: #fff;
}
.menu--about-us-menu .menu-item-1114 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #f15d3b;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--about-us-menu .menu-item-1114:hover {
    background: #f15d3b!important;
    color: #fff;
}
.menu--about-us-menu .menu-item-1115 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #348f41;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--about-us-menu .menu-item-1115:hover {
    background: #348f41!important;
    color: #fff;
}
.menu--about-us-menu .menu-item-1116 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #8e4a9a;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--about-us-menu .menu-item-1116:hover {
    background: #8e4a9a!important;
    color: #fff;
}
.menu--about-us-menu .menu-item-1117 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #951F39;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--about-us-menu .menu-item-1117:hover {
    background: #951F39!important;
    color: #fff;
}
.menu--about-us-menu .menu-item-1118 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #B4A269;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--about-us-menu .menu-item-1118:hover {
    background: #B4A269!important;
    color: #fff;
}
.menu--about-us-menu .menu-item-1119 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #1A5632;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--about-us-menu .menu-item-1119:hover {
    background: #1A5632!important;
    color: #fff;
}
.menu--what-we-do-menu{
    padding-left: 36px;
}
.menu--what-we-do-menu li {
    float: left;
    margin-right: 0px!important;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.menu--what-we-do-menu li a {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 14px;
    padding-top: 12px;
    padding-left: 10px;
}
.menu--what-we-do-menu li a:hover {
  color: #333333;
  background:none!important;
}
.menu--what-we-do-menu .menu-item-1111 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 20px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #3bc1cb;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--what-we-do-menu .menu-item-1111:hover {
    background: #3bc1cb!important;
    color: #fff;
}
.menu--what-we-do-menu .menu-item-1112 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #fcb718;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--what-we-do-menu .menu-item-1112:hover {
    background: #fcb718!important;
    color: #fff;
}
.menu--what-we-do-menu .menu-item-1113 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #155091;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--what-we-do-menu .menu-item-1113:hover {
    background: #155091!important;
    color: #fff;
}
.menu--what-we-do-menu .menu-item-1114 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #f15d3b;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--what-we-do-menu .menu-item-1114:hover {
    background: #f15d3b!important;
    color: #fff;
}
.menu--what-we-do-menu .menu-item-1115 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #348f41;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--what-we-do-menu .menu-item-1115:hover {
    background: #348f41!important;
    color: #fff;
}
.menu--what-we-do-menu .menu-item-1116 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #8e4a9a;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--what-we-do-menu .menu-item-1116:hover {
    background: #8e4a9a!important;
    color: #fff;
}
.menu--what-we-do-menu .menu-item-1117 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #951F39;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--what-we-do-menu .menu-item-1117:hover {
    background: #951F39!important;
    color: #fff;
}
.menu--what-we-do-menu .menu-item-1118 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #B4A269;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--what-we-do-menu .menu-item-1118:hover {
    background: #B4A269!important;
    color: #fff;
}
.menu--what-we-do-menu .menu-item-1119 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #1A5632;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--what-we-do-menu .menu-item-1119:hover {
    background: #1A5632!important;
    color: #fff;
}
.menu--resources-menu{
    padding-left: 36px;
}
.menu--resources-menu li {
    float: left;
    margin-right: 0px!important;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.menu--resources-menu li a {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 14px;
    padding-top: 12px;
    padding-left: 10px;
}
.menu--resources-menu li a:hover {
  color: #333333;
  background:none!important;
}
.menu--resources-menu .menu-item-1111 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #3bc1cb;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--resources-menu .menu-item-1111:hover {
    background: #3bc1cb!important;
    color: #fff;
}
.menu--resources-menu .menu-item-1112 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #fcb718;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--resources-menu .menu-item-1112:hover {
    background: #fcb718!important;
    color: #fff;
}
.menu--resources-menu .menu-item-1113 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #155091;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--resources-menu .menu-item-1113:hover {
    background: #155091!important;
    color: #fff;
}
.menu--resources-menu .menu-item-1114 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #f15d3b;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--resources-menu .menu-item-1114:hover {
    background: #f15d3b!important;
    color: #fff;
}
.menu--resources-menu .menu-item-1115 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #348f41;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--resources-menu .menu-item-1115:hover {
    background: #348f41!important;
    color: #fff;
}
.menu--resources-menu .menu-item-1116 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #8e4a9a;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--resources-menu .menu-item-1116:hover {
    background: #8e4a9a!important;
    color: #fff;
}
.menu--resources-menu .menu-item-1117 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #951F39;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--resources-menu .menu-item-1117:hover {
    background: #951F39!important;
    color: #fff;
}
.menu--resources-menu .menu-item-1118 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #B4A269;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--resources-menu .menu-item-1118:hover {
    background: #B4A269!important;
    color: #fff;
}
.menu--resources-menu .menu-item-1119 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #1A5632;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--resources-menu .menu-item-1119:hover {
    background: #1A5632!important;
    color: #fff;
}
.menu--newsroom-menu{
    padding-left: 36px;
}
.menu--newsroom-menu li {
    float: left;
    margin-right: 0px!important;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.menu--newsroom-menu li a {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 14px;
    padding-top: 12px;
    padding-left: 10px;
}
.menu--newsroom-menu li a:hover {
  color: #333333;
  background:none!important;
}
.menu--newsroom-menu .menu-item-1111 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #3bc1cb;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--newsroom-menu .menu-item-1111:hover {
    background: #3bc1cb!important;
    color: #fff;
}
.menu--newsroom-menu .menu-item-1112 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #fcb718;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--newsroom-menu .menu-item-1112:hover {
    background: #fcb718!important;
    color: #fff;
}
.menu--newsroom-menu .menu-item-1113 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #155091;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--newsroom-menu .menu-item-1113:hover {
    background: #155091!important;
    color: #fff;
}
.menu--newsroom-menu .menu-item-1114 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #f15d3b;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--newsroom-menu .menu-item-1114:hover {
    background: #f15d3b!important;
    color: #fff;
}
.menu--newsroom-menu .menu-item-1115 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #348f41;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--newsroom-menu .menu-item-1115:hover {
    background: #348f41!important;
    color: #fff;
}
.menu--newsroom-menu .menu-item-1116 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #8e4a9a;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--newsroom-menu .menu-item-1116:hover {
    background: #8e4a9a!important;
    color: #fff;
}
.menu--newsroom-menu .menu-item-1117 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #951F39;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--newsroom-menu .menu-item-1117:hover {
    background: #951F39!important;
    color: #fff;
}
.menu--newsroom-menu .menu-item-1118 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #B4A269;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--newsroom-menu .menu-item-1118:hover {
    background: #B4A269!important;
    color: #fff;
}
.menu--newsroom-menu .menu-item-1119 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #1A5632;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--newsroom-menu .menu-item-1119:hover {
    background: #1A5632!important;
    color: #fff;
}
.menu--newsroom-menu .menu-item-11110{
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #1A5632;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--newsroom-menu .menu-item-11110:hover{
    background: #1A5632!important;
    color: #fff;
}
.menu--newsroom-menu .menu-item-11111{
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #EA4335;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--newsroom-menu .menu-item-11111:hover{
    background: #EA4335!important;
    color: #fff;
}
.menu--newsroom-menu .menu-item-11112{
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #4285F4;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--newsroom-menu .menu-item-11112:hover{
    background: #4285F4!important;
    color: #fff;
}
.menu--newsroom-menu .menu-item-11113{
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #37fD12;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--newsroom-menu .menu-item-11113:hover{
    background: #37fD12!important;
    color: #fff;
}
.menu--work-with-us{
    padding-left: 36px;
}
.menu--work-with-us li {
    float: left;
    margin-right: 0px!important;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.menu--work-with-us li a {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 14px;
    padding-top: 12px;
    padding-left: 10px;
}
.menu--work-with-us li a:hover {
  color: #333333;
  background:none!important;
}
.menu--work-with-us .menu-item-1111 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #3bc1cb;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--work-with-us .menu-item-1111:hover {
    background: #3bc1cb!important;
    color: #fff;
}
.menu--work-with-us .menu-item-1112 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #fcb718;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--work-with-us .menu-item-1112:hover {
    background: #fcb718!important;
    color: #fff;
}
.menu--work-with-us .menu-item-1113 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #155091;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--work-with-us .menu-item-1113:hover {
    background: #155091!important;
    color: #fff;
}
.menu--work-with-us .menu-item-1114 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #f15d3b;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--work-with-us .menu-item-1114:hover {
    background: #f15d3b!important;
    color: #fff;
}
.menu--work-with-us .menu-item-1115 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #348f41;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--work-with-us .menu-item-1115:hover {
    background: #348f41!important;
    color: #fff;
}
.menu--work-with-us .menu-item-1116 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #8e4a9a;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--work-with-us .menu-item-1116:hover {
    background: #8e4a9a!important;
    color: #fff;
}
.menu--work-with-us .menu-item-1117 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #951F39;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--work-with-us .menu-item-1117:hover {
    background: #951F39!important;
    color: #fff;
}
.menu--work-with-us .menu-item-1118 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #B4A269;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--work-with-us .menu-item-1118:hover {
    background: #B4A269!important;
    color: #fff;
}
.menu--work-with-us .menu-item-1119 {
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #1A5632;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--work-with-us .menu-item-1119:hover {
    background: #1A5632!important;
    color: #fff;
}
.menu--work-with-us .menu-item-11110{
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #1A5632;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--work-with-us .menu-item-11110:hover{
    background: #1A5632!important;
    color: #fff;
}
.menu--work-with-us .menu-item-11111{
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #EA4335;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--work-with-us .menu-item-11111:hover{
    background: #EA4335!important;
    color: #fff;
}
.menu--work-with-us .menu-item-11112{
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #4285F4;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--work-with-us .menu-item-11112:hover{
    background: #4285F4!important;
    color: #fff;
}
.menu--work-with-us .menu-item-11113{
    font-family: Helvetica!important;
    font-weight: 100!important;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777777;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 12px;
    display: inline-block;
    line-height: 8px;
    padding-top: 11px;
    padding-left: 12px;
    border-left: 14px solid #37fD12;
    margin-bottom: 7px;
    margin-top: 7px;
    width: 100%;
}
.menu--work-with-us .menu-item-11113:hover{
    background: #37fD12!important;
    color: #fff;
}
.page-node-type-staff-member .field--name-field-staff-position {
    display:none;
}
.page-node-type-staff-member .field--name-field-staff-image {
    padding-bottom: 20px;
    text-align:center;
}
.view-display-id-single_main_news_block .category {
    color: #348F41;
    font-weight: bold;
    font-size: 13px;
    padding-left:14px;
}
.view-display-id-single_main_event_block .category {
    color: #348F41;
    font-weight: bold;
    font-size: 13px;
    padding-left:14px;
}
.view-display-id-single_main_upcoming_block .category {
    color: #348F41;
    font-weight: bold;
    font-size: 13px;
    padding-left:14px;
}
.view-display-id-single_main_announcements_block .category {
    color: #348F41;
    font-weight: bold;
    font-size: 13px;
    padding-left:14px;
}
.view-display-id-single_main_video_block .category {
    color: #348F41;
    font-weight: bold;
    font-size: 13px;
    padding-left:14px;
} 
.view-display-id-single_main_audio_block .category {
    color: #348F41;
    font-weight: bold;
    font-size: 13px;
    padding-left:14px;
} 
.view-display-id-single_main_audio_block .category {
    color: #348F41;
    font-weight: bold;
    font-size: 13px;
    padding-left:14px;
}
.view-display-id-single_main_photos_block .category {
    color: #348F41;
    font-weight: bold;
    font-size: 13px;
    padding-left:14px;
}
.views-field-term-node-tid span.field-content {
    color: #348F41;
    font-weight: bold;
    font-size: 13px;
}
div#ghost {
    border-bottom: 1px solid #777;
    padding-bottom: 1px;
}
.category{
    color: #348F41;
    font-weight: bold;
    font-size: 13px;
}
#block-webmailbutton a, #block-webmailbutton a.active, #block-webmailbutton a:hover {
    color: #fff;
    text-decoration:none;
}
.parent-share-wrapper .parent-share-list > li > a {
    color: #fff;
}
div#\33 kings {
    height: 30px;
}
.parent-share-wrapper .parent-share-list > li > a > img {
    margin-right: 10px;
    margin-top: 5px !important;
}
.address-card {
    border-top: 1px solid #979797;
    padding-top: 20px;
    margin-bottom:30px;
}
.address-card h4 {
    font-weight: 900;
    font-size: 16px;
    padding-bottom: 3px;
}
.web-contact {
    margin-bottom:60px;
}
.web-contact .btn-primary {
    border-radius: 25px;
    display: inline-block;
    padding: 14px 55px 13px 55px;
    line-height: 1;
    border: none;
    font-family: helvetica;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    background: #951F39;
}
#block-footer1 a {
    color: #fff;
    text-decoration: none;
}
#block-footer1 a:hover {
    color: #b4a269;
    text-decoration: none;
}
.photos-page .views-row {
  width: 48%;
  margin-right: 14px;
  margin-top: 16px;
}
.views-field.views-field-title {
  margin-top: 13px;
}
.path-frontpage .views-field.views-field-title {
  margin-top: 0px;
}
.photos-page {
    border-top: 1px solid #979797;
    padding-top: 20px;
}
/* .block-views-blocklatest-news-scroller-block-1 .views-field.views-field-title span.field-content {
    padding-top: 13px;
} */
.block-views-blocklatest-news-scroller-block-1 .views-field.views-field-title {
    margin-top: 0;
}
.views-field.views-field-field-category-1, .views-field.views-field-field-category-1 a, .views-field.views-field-field-category {
    color: green;
    font-weight:bold;
}
.cont-data-container.seventh {
    display: none;
}
.page-node-type-publication #sidebar-second ul.menu.menu--quick-links.nav {
    padding-left: 0;
    margin-top: -32px;
    margin-left: 34px;
}
.page-node-type-publication .field--name-field-publication-file {
    margin-bottom:50px;
}
:lang(fr) > li.we-mega-menu-li.thirdvalue a {
    line-height: 18px;
}
.page-node-type-staff-member .field--name-field-staff-image {
    padding-bottom: 20px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-left: 2%;
}
:lang(fr) > .page-node-type-staff-member .field--name-field-staff-image {
    padding-bottom: 20px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-left: 2%;
}
:lang(fr) > form#webform-submission-media-accreditation-add-form {
    margin-bottom: 120px;
}
li.we-mega-menu-li.drc a {
    line-height: 16px;
}
:lang(fr) > li.we-mega-menu-li.drc a {
    line-height: 16px;
}
.field.field--name-field-event-date.field--type-datetime.field--label-hidden.field--item {
    display: none;
}
.we-mega-menu-li:nth-child(7) .we-mega-menu-col.span4, .we-mega-menu-li:nth-child(7) .we-mega-menu-col.span2 {
    flex: 0 0 17.53901% !important;
}
:lang(fr) > .vidzy .view-media .views-field.views-field-field-media-image {
    float: left;
    padding-right: 13px;
}
:lang(fr) > .vidzy .view-media .views-row {
    width: 100%;
    float: left;
    margin-bottom: 21px;
    padding-bottom: 20px;
    margin-right: -24px;
    border-bottom: 1px solid #5555;
}
:lang(fr) > .path-not-frontpage .views-field.views-field-field-media-image {
    float: left;
    padding-right: 22px;
}
:lang(fr) > .path-not-frontpage .view-media .views-row {
    width: 100%;
    float: left;
    margin-bottom: 21px;
    padding-bottom: 20px;
    margin-right: -24px;
    border-bottom: 1px solid #5555;
}
.path-resource-view div#block-exposedformresource-viewpage-1 {
    display: none;
}
.path-resource-view article.node.node--type-publication.publication.teaser.clearfix h2 {
    font-size: 18px;
    font-weight: 400;
    margin-top:20px;
}
.path-resource-view #sidebar-second ul.menu.menu--quick-links.nav li a {
    padding-left:8px
}
.path-resource-view div#block-programmesmenutemplatetitle {
    margin-bottom: 12px;
    margin-top:28px;
}













































































/* Extra large devices (large desktops, 2500px and up) */
@media only screen and (min-width: 2500px) {
        
        div#block-views-block-other-slideshow-block-1 {
            width: 725px;
        }
        #block-blocktabsnewsevents {
                position: relative;
                margin-top: -230px;
        }
        .view-resource-view input#edit-title {
            width: 810px;
            margin-right: 10px;
        }
        .slideshow-item-container {
            padding: 21px 40px;
            margin-top: -18.5vw;
        }
        #block-blocktabsnewsevents {
            position: relative;
            margin-top: -200px;
        }
        #hm-content-body p {
            font-family: Helvetica;
            font-size: 15px;
            font-weight: bold;
            font-style: normal;
            line-height: 20px;
            letter-spacing: 0.25px;
            color: #58595b;
            font-stretch: condensed;
        }
        .view-resource-view input#edit-title {
            width: 788px;
            margin-right: 10px;
        }
        .brownie blockquote.ve--blockquote p {
            color: #fff;
            float: left;
            padding-right: 30px;
        }
        .column1 {
            width: 30%!important;
        }
        .column2 {
            width: 30%!important;
        }
        .column3 {
            width: 40%!important;
        }
        .home-publications-container {
            background-color: rgba(216, 216, 216, 0.5);
            padding: 0px;
            border-radius: 0px 0px 6px 6px;
            min-height: 338px;
        }
        .about-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -78px!important;
            top: 55px!important;
            min-height:335px;
        }
        .wedo-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -194px!important;
            top: 55px!important;
            min-height:335px;
        }
        .data-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -309px!important;
            top: 55px!important;
            min-height:335px;
        }
        .resources-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -458px!important;
            top: 55px!important;
            min-height:335px;
        }
        .newseve-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -568px!important;
            top: 55px!important;
            min-height:335px;
        }
        .agenda-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -872px!important;
            top: 55px!important;
            min-height:335px;
        }
        .view-news-events  .read-more {
            margin-top: 0px;
            background: url(/sites/default/files/rectangle-46-copy%402x.png);
            background-repeat: no-repeat;
            background-position: 88px 8px;
            padding-right: 30px;
            padding-left: 14px;
            padding-bottom: 30px;
        }
        .welcome-content .read-more {
            margin-top: 0px;
            background: url(/sites/default/files/rectangle-46-copy%402x.png);
            background-repeat: no-repeat;
            background-position: 76px 14px;
            margin-bottom: 156px;
        }
        .view-home-publications .read-more {
            margin-top: 22px;
            background: url(/sites/default/files/rectangle-46-copy%402x.png);
            background-repeat: no-repeat;
            background-position: 75px 8px;
        }
        #views-exposed-form-resource-view-page-1 .panel-title {
            background-image: url(http://afrec.designat7.co.zw//sites/default/files/inline-images/more-options-button%402x.png);
            background-repeat: no-repeat;
            background-position: 120px 54%;
            padding-right: 2em;
        }
        #title-container {
            height: 44px;
        }
        .path-not-frontpage .read-more {
            margin-top: 22px;
            background: url(/sites/default/files/rectangle-46-copy%402x.png);
            background-repeat: no-repeat;
            background-position: 80px 8px;
        }
        .view-inside-about-banner .slideshow-item-container {
            padding: 58px 40px 12px 40px;
            margin-top: -14vw!important;
        }
        .block-we-megamenu .navbar-default {
            background-color: transparent;
            border-color: transparent;
            position: unset;
        }
        .view-key-documents .views-col.col-1 {
            width: 350px!important;
            margin-right:30px;
        }
        .view-key-documents .views-col.col-2 {
            width: 350px!important;
            margin-right:30px;
        }
        .view-key-documents .views-col.col-3 {
            width: 350px!important;
            margin-right: 0px;
        }
        .view-press-releases {
            border-top: 1px solid #979797;
            padding-top: 40px;
        }
        .view-press-releases .views-col.col-1 {
            width: 350px!important;
            margin-right:30px;
        }
        .view-press-releases .views-col.col-2 {
            width: 350px!important;
            margin-right:30px;
        }
        .view-press-releases .views-col.col-3 {
            width: 350px!important;
            margin-right: 0px;
        }
        
        
}











/* Extra large devices (large laptops and desktops, 3600px and up) */
@media only screen and (max-width: 2400px) and (min-width: 1920px){
        
        div#block-views-block-other-slideshow-block-1 {
            width: 725px;
        }
        #block-blocktabsnewsevents {
                position: relative;
                margin-top: -230px;
        }
        .view-resource-view input#edit-title {
            width: 810px;
            margin-right: 10px;
        }
        .slideshow-item-container {
            padding: 21px 40px;
            margin-top: -18.5vw;
        }
        #block-blocktabsnewsevents {
            position: relative;
            margin-top: -200px;
        }
        #hm-content-body p {
            font-family: Helvetica;
            font-size: 15px;
            font-weight: bold;
            font-style: normal;
            line-height: 20px;
            letter-spacing: 0.25px;
            color: #58595b;
            font-stretch: condensed;
        }
        .view-resource-view input#edit-title {
            width: 788px;
            margin-right: 10px;
        }
        .brownie blockquote.ve--blockquote p {
            color: #fff;
            float: left;
            padding-right: 30px;
        }
        .column1 {
            width: 30%!important;
        }
        .column2 {
            width: 30%!important;
        }
        .column3 {
            width: 40%!important;
        }
        .home-publications-container {
            background-color: rgba(216, 216, 216, 0.5);
            padding: 0px;
            border-radius: 0px 0px 6px 6px;
            min-height: 338px;
        }
        .about-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -78px!important;
            top: 55px!important;
            min-height:335px;
        }
        .wedo-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -194px!important;
            top: 55px!important;
            min-height:335px;
        }
        .data-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -309px!important;
            top: 55px!important;
            min-height:335px;
        }
        .resources-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -458px!important;
            top: 55px!important;
            min-height:335px;
        }
        .newseve-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -568px!important;
            top: 55px!important;
            min-height:335px;
        }
        .agenda-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -872px!important;
            top: 55px!important;
            min-height:335px;
        }
        .view-news-events  .read-more {
            margin-top: 0px;
            background: url(/sites/default/files/rectangle-46-copy%402x.png);
            background-repeat: no-repeat;
            background-position: 88px 8px;
            padding-right: 30px;
            padding-left: 14px;
            padding-bottom: 30px;
        }
        .welcome-content .read-more {
            margin-top: 0px;
            background: url(/sites/default/files/rectangle-46-copy%402x.png);
            background-repeat: no-repeat;
            background-position: 76px 14px;
            margin-bottom: 156px;
        }
        .view-home-publications .read-more {
            margin-top: 22px;
            background: url(/sites/default/files/rectangle-46-copy%402x.png);
            background-repeat: no-repeat;
            background-position: 75px 8px;
        }
        #views-exposed-form-resource-view-page-1 .panel-title {
            background-image: url(http://afrec.designat7.co.zw//sites/default/files/inline-images/more-options-button%402x.png);
            background-repeat: no-repeat;
            background-position: 120px 54%;
            padding-right: 2em;
        }
        #title-container {
            height: 44px;
        }
        .path-not-frontpage .read-more {
            margin-top: 22px;
            background: url(/sites/default/files/rectangle-46-copy%402x.png);
            background-repeat: no-repeat;
            background-position: 80px 8px;
        }
        .view-inside-about-banner .slideshow-item-container {
            padding: 58px 40px 12px 40px;
            margin-top: -14vw!important;
        }
        .block-we-megamenu .navbar-default {
            background-color: transparent;
            border-color: transparent;
            position: unset;
        }
        .view-key-documents .views-col.col-1 {
            width: 350px!important;
            margin-right:30px;
        }
        .view-key-documents .views-col.col-2 {
            width: 350px!important;
            margin-right:30px;
        }
        .view-key-documents .views-col.col-3 {
            width: 350px!important;
            margin-right: 0px;
        }
        .view-press-releases {
            border-top: 1px solid #979797;
            padding-top: 40px;
        }
        .view-press-releases .views-col.col-1 {
            width: 350px!important;
            margin-right:30px;
        }
        .view-press-releases .views-col.col-2 {
            width: 350px!important;
            margin-right:30px;
        }
        .view-press-releases .views-col.col-3 {
            width: 350px!important;
            margin-right: 0px;
        }
        
        
}







/* Extra large devices (large laptops and desktops, 1366px and up) */
@media only screen and (max-width: 1900px) and (min-width: 1366px){
        
        div#block-views-block-other-slideshow-block-1 {
            width: 725px !important;
        }
        #block-blocktabsnewsevents {
                position: relative;
                margin-top: -190px;
        }
        .view-resource-view input#edit-title {
            width: 810px;
            margin-right: 10px;
        }
        .slideshow-item-container {
            padding: 21px 40px;
            margin-top: -25vw;
        }
        .block-we-megamenu .navbar-default {
            background-color: transparent;
            border-color: transparent;
            position: unset;
        }
        .view-key-documents .views-col.col-1 {
            width: 350px!important;
            margin-right:30px;
        }
        .view-key-documents .views-col.col-2 {
            width: 350px!important;
            margin-right:30px;
        }
        .view-key-documents .views-col.col-3 {
            width: 350px!important;
            margin-right: 0px;
        }
        .view-press-releases {
            border-top: 1px solid #979797;
            padding-top: 40px;
        }
        .view-press-releases .views-col.col-1 {
            width: 350px!important;
            margin-right:30px;
        }
        .view-press-releases .views-col.col-2 {
            width: 350px!important;
            margin-right:30px;
        }
        .view-press-releases .views-col.col-3 {
            width: 350px!important;
            margin-right: 0px;
        }
    
    
}









/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 1355px) and (min-width: 992px) {
        
        div#block-aboutus #maroon-read-more {
            margin-top: 33px;
            margin-bottom:33px;
        }
        div#block-views-block-other-slideshow-block-1 {
            width: 725px;
        }
        .view-resource-view input#edit-title {
            width: 820px;
            margin-right: 15px;
        }
        #block-blocktabsnewsevents {
            position: relative;
            margin-top: -204px;
        }
        .slideshow-item-container {
            padding: 21px 40px;
            margin-top: -25vw;
        }
        .cont-data-container.first .cont-data-moreinfo {
            width: 1103px;
        }
        .cont-data-container.second .cont-data-moreinfo {
            width: 946px;
        }
        .cont-data-container.third .cont-data-moreinfo {
            width: 786px;
        }
        .cont-data-container.fourth .cont-data-moreinfo {
            width: 630px;
        }
        .cont-data-container.fifth .cont-data-moreinfo {
            width: 788px;
        }
        .cont-data-container.sixth .cont-data-moreinfo {
            width: 942px;
        }
        .cont-data-container.seventh .cont-data-moreinfo {
            width: 1100px;
        }
        .block-we-megamenu .navbar-default {
            background-color: transparent;
            border-color: transparent;
            position: unset;
        }
        .view-key-documents .views-col.col-1 {
            width: 350px!important;
            margin-right:30px;
        }
        .view-key-documents .views-col.col-2 {
            width: 350px!important;
            margin-right:30px;
        }
        .view-key-documents .views-col.col-3 {
            width: 350px!important;
            margin-right: 0px;
        }
        .view-press-releases {
            border-top: 1px solid #979797;
            padding-top: 40px;
        }
        .view-press-releases .views-col.col-1 {
            width: 350px!important;
            margin-right:30px;
        }
        .view-press-releases .views-col.col-2 {
            width: 350px!important;
            margin-right:30px;
        }
        .view-press-releases .views-col.col-3 {
            width: 350px!important;
            margin-right: 0px;
        }

}











/*SAFARI CSS FOR SMALL SCREEN SAFARI*/
@media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
        
        div#maroon-read-more a {
            background: #9f2241;
            padding: 13px 33px 13px 17px;
            font-size: 12px;
            background-image: url(/sites/default/files/rectangle-46-copy%402x.png);
            background-repeat: no-repeat;
            background-position: 75px 16px;
            font-family: 'Barlow Condensed', sans-serif!important;
        }
        
        .we-mega-menu-ul>.we-mega-menu-li>a {
            background-color: transparent;
            border: 0 none;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            margin-right: 0;
            color: #ffff;
            font-size: 14px;
            font-family: 'Barlow Condensed', sans-serif;
            font-weight: 500;
            text-transform: uppercase;
            padding: 17px 10px 17px 10px;
            letter-spacing: 0.65px;
            margin-top: -0.5px;
            font-stretch: condensed;
            font-style: normal;
        }
        div#block-views-block-other-slideshow-block-1 {
            width: 725px;
        }
         .home-slider {
            position:relative;
            margin-top:24px!important;
         }
      .slideshow-item-container {
            padding: 21px 40px;
            margin-top: -23vw;
        }
        .we-mega-menu-ul>.we-mega-menu-li>a {
            font-size: 14px;
            padding: 18px 28px 17px 15px;
            letter-spacing: 0.15px;
            margin-top: -1.5px;
        }
        .slideshow-item-title a {
            font-size: 33px;
        }
        .top-bar.nav-sticky .nav-menu .we-mega-menu-ul>.we-mega-menu-li>a {
            background-color: transparent;
            border: 0 none;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            margin-right: 0;
            color: #ffff;
            font-size: 14px;
            font-family: 'Barlow Condensed', sans-serif;
            font-weight: 500;
            text-transform: uppercase;
            padding: 18px 25px 17px 13px;
            letter-spacing: 0.65px;
            margin-top: 0.5px;
            font-stretch: condensed;
            font-style: normal;
        }
        .top-bar.nav-sticky .we-mega-menu-ul>.we-mega-menu-li.active>a,.we-mega-menu-ul>.we-mega-menu-li.active-trail>a {
                /*background-color: #b4a269;
                color: #fff;
                border: 0 none;8*/
                
                background-color: transparent;
                border: 0 none;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
                margin-right: 0;
                color: #ffff;
                font-size: 14px;
                font-family: 'Barlow Condensed', sans-serif;
                font-weight: 500;
                text-transform: uppercase;
                padding: 17px 10px 17px 10px;
                letter-spacing: 0.65px;
                margin-top: -1.5px;
                font-stretch: condensed;
                font-style: normal;
        }
        .top-bar.nav-sticky .we-mega-menu-ul>.we-mega-menu-li>a:hover,
        .top-bar.nav-sticky .we-mega-menu-ul>.we-mega-menu-li.active>a:hover,
        .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:hover {
            background-color: #b4a269;
            color: #fff;
            font-family: 'Barlow Condensed', sans-serif;
            font-weight: 500;
            text-transform: uppercase;
            font-stretch: condensed;
            font-style: normal;
        }
        .top-bar.nav-sticky .navbar-default{
            margin-top: -6px;
        }
        .top-bar.nav-sticky .container-fluid.navigation-row {
            background: #1a5632;
            height: 55px;
        }
        .view-resource-view input#edit-title {
            width: 810px;
            margin-right: 10px!important;
        }
        #block-blocktabsnewsevents {
            position: relative;
            margin-top: -204px;
        }
        .view-resource-view input#edit-title {
            width: 850px;
            margin-right: 15px;
        }
        #block-blocktabsnewsevents {
            position: relative;
            margin-top: -204px;
        }
        
        .brownie blockquote.ve--blockquote p {
            color: #fff;
            float: left;
            padding-right: 35px;
        }
        .about-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -83px!important;
            top: 55px!important;
            min-height: 335px;
        }
        .wedo-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -209px!important;
            top: 55px!important;
            min-height: 335px;
        }
        .data-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -328px!important;
            top: 55px!important;
            min-height: 335px;
        }
        .resources-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -495px!important;
            top: 55px!important;
            min-height: 335px;
        }
        .newseve-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -615px!important;
            top: 55px!important;
            min-height: 335px;
        }
        .agenda-submenu {
            background: #b4a269;
            position: absolute!important;
            left: -980px!important;
            top: 55px!important;
            min-height: 335px;
        }
        .brownie blockquote.ve--blockquote p {
            color: #fff;
            float: left;
            padding-right: 36px;
        }
        #slider-row-home {
            margin-top: -7px!important;
        }
        blockquote li {
            font-size: 15px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 23px;
            letter-spacing: 0.3px;
            color: #58595b;
            font-family: Helvetica;
            list-style-type:disc;
        }
        .inside-content li{
            font-size: 15px;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 23px;
            letter-spacing: 0.3px;
            color: #58595b;
            font-family: Helvetica;
            list-style-type:disc;
        }
        .inside-content ul {
            list-style: none;
            padding: 0px;
            margin-left: 16px;
        }
        .block-we-megamenu .navbar-default {
            background-color: transparent;
            border-color: transparent;
            position: unset;
        }
        
        

}
}







/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .footercolumn {
    width: 100%;
  }
  .overlay:before {
   background-color:#1A5632!important;
}

}





/* Tablet CSS - Tinashe  */



@media screen and (max-width: 1195px) and (min-width: 991px) {

    .we-mega-menu-ul>.we-mega-menu-li>a {
        background-color: transparent;
        border: 0 none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-right: 0;
        color: #ffff;
        font-size: 10px;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        padding: 20px 15px 20px 15px;
        letter-spacing: 0.65px;
        margin-top: -0.5px;
        font-stretch: condensed;
        font-style: normal;
    }
    .we-mega-menu-ul>.we-mega-menu-li.active-trail>a {
        font-size: 10px;
    }
    .slideshow-item-title a {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 24px;
        font-weight: 100;
        font-stretch: condensed;
        font-style: normal;
        line-height: 22px;
        letter-spacing: 0.3px;
        color: #fff;
    }
    .slideshow-item-container {
        padding: 44px 40px 23px 40px;
        margin-top: -29vw;
    }
    div#block-views-block-other-slideshow-block-1 {
        width: 620px;
    }
    .top-bar.nav-sticky .nav-menu .we-mega-menu-ul>.we-mega-menu-li>a {
        background-color: transparent;
        border: 0 none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-right: 0;
        color: #ffff;
        font-size: 10px;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        padding: 21px 21px 19px 17px;
        letter-spacing: 0.65px;
        margin-top: -0.5px;
        font-stretch: condensed;
        font-style: normal;
    }
    p {
        font-family: Helvetica;
        font-size: 12px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 19px;
        letter-spacing: 0.3px;
        color: #58595b;
    }
    .news-item-title a {
        font-family: Helvetica;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        line-height: 8px;
        letter-spacing: 0.2px;
        color: #58595b;
        font-stretch: normal;
    }
    .news-item-body p {
        font-size: 12px;
        line-height: 19px;
    }
    .view-news-events .views-field-title a, .view-media .views-field-title a {
        font-family: Helvetica;
        font-size: 13px;
        font-weight: 600;
        font-style: normal;
        line-height: 7px;
        letter-spacing: 0.2px;
        color: #58595b;
        font-stretch: normal;
    }
    #block-blocktabsnewsevents .view.view-news-events.view-id-news_events.view-display-id-listed_news_block .view-content, #block-blocktabsnewsevents .view.view-news-events.view-id-news_events.view-display-id-listed_events_block .view-content, #block-blocktabsnewsevents .view.view-news-events.view-id-news_events.view-display-id-listed_upcoming_block .view-content, #block-blocktabsnewsevents .view.view-news-events.view-id-news_events.view-display-id-listed_announcements_block .view-content {
        padding-top: 0;
        width: 97%;
        margin-top: 3px;
        margin-left: 45px;
    }
    .view-display-id-listed_video_block, .view-display-id-listed_audio_block, .view-display-id-listed_photos_block {
        margin-left: 0px;
        position: relative;
        left: 54px;
    }
    #hm-content-body p {
        font-family: Helvetica;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        line-height: 20px;
        letter-spacing: 0.25px;
        color: #58595b;
        font-stretch: normal;
    }
    #hm-content-body p {
        font-family: Helvetica;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        line-height: 20px;
        letter-spacing: 0.25px;
        color: #58595b;
        font-stretch: normal;
    }
    .view-resource-view input#edit-title {
        width: 575px;
        margin-right: 15px;
    }
    .brownie blockquote.ve--blockquote p {
        color: #fff;
        float: left;
        padding-right: 11px;
    }
    .view-inside-about-banner .slideshow-item-title {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 26px;
        font-weight: 100;
        font-stretch: condensed;
        font-style: normal;
        letter-spacing: 0px;
        color: #fff;
        line-height: 36px;
    }
    .view-inside-about-banner .slideshow-item-container {
        padding: 40px 40px 12px 40px;
        margin-top: -21.5vw!important;
    }
    .menu--our-programmes .menu-item-1111, .menu--our-programmes .menu-item-1112, .menu--our-programmes .menu-item-1113, .menu--our-programmes .menu-item-1114, .menu--our-programmes .menu-item-1115, .menu--our-programmes .menu-item-1116{
    	font-size: 10px;
    }
    .menu--quick-links .menu-item-1111, .menu--quick-links .menu-item-1112, .menu--quick-links .menu-item-1113, .menu--quick-links .menu-item-1114, .menu--quick-links .menu-item-1115, .menu--quick-links .menu-item-1116, .menu--quick-links .menu-item-1117{
    	font-size: 10px;
    	line-height:10px;
    }
    .inside-content li {
        font-size: 12px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 18px;
        letter-spacing: 0.3px;
        color: #58595b;
        font-family: Helvetica;
        list-style-type: disc;
    }
    .view-key-documents .views-col.col-1{
        width: 270px!important;
        margin-right: 40px;
    }
    .view-key-documents .views-col.col-2{
        width: 270px!important;
        margin-right: 40px;
    }
    .view-key-documents .views-col.col-3{
        width: 270px!important;
        margin-right: 0px;
    }
    .view-publication .views-col.col-1 {
        width: 270px!important;
        margin-right: 40px;
    }
    .view-publication .views-col.col-2 {
        width: 270px!important;
        margin-right: 40px;
    }
    .view-publication .views-col.col-3 {
        width: 270px!important;
        margin-right: 0px;
    }
    .view-latest-news .views-col.col-1.views-col.col-1 {
        width: 270px!important;
        margin-right: 40px;
    }
    .view-latest-news .views-col.col-2 {
        width: 270px!important;
        margin-right: 40px;
    }
    .view-latest-news .views-col.col-3 {
        width: 270px!important;
        margin-right: 0px;
    }
    .container {
        width: 952px;
    }
    .page-node-type-publication .page-header {
        padding: 0px;
        border-bottom: 4px solid #951f39;
        margin-bottom: 30px;
        margin-top: -1px;
    }
    .page-node-type-events .page-header {
        padding: 0px;
        border-bottom: 4px solid #951f39;
        margin-bottom: 30px;
        margin-top: -1px;
    }
    .view-latest-news #title-container {
        height: 45px;
    }
        

}








@media screen and (max-width: 990px) and (min-width: 801px) {
    
    div#block-views-block-other-slideshow-block-1 {
            width: 725px;
        }
    .slideshow-item-container {
        padding: 21px;
        margin-top: -27vw;
    }
    .slideshow-item-title a {
        font-size: 22px;
    }
    .slideshow-item-body {
        display: none;
    }
    .menu--our-programmes li a {
        font-size: 9px !important;
        line-height: 12px !important;
    }
    .view.view-tabbed-content.view-id-tabbed_content.view-display-id-block_1.js-view-dom-id-9ecbcd515aa2ec373a5f29864a72e5355e1cf940bde9013a01630867a6ff5c55 {
        margin-top: -5em;
    }
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-family: 'Barlow Condensed', sans-serif;
        padding: .5em 3px;
        font-weight: normal;
        font-stretch: condensed;
        font-style: normal;
        letter-spacing: 0px;
    }
    #block-blocktabsnewsevents .view-content {
        width: 100%;
        margin-right: 0;
        padding-top:38px;
    }
    .news-item-container, #blocktabs-media .view-content, .views-field.views-field-field-video-link, #block-blocktabsnewsevents .view-footer, img-responsive, .views-field.views-field-field-publication-image img, .view-resource-view input#edit-title  {
        width: 100% !important;
    }
    .view-home-publications .views-view-grid .views-col {
        width: 100% !important;
        margin-bottom: 2em;
    }
    #views-exposed-form-resource-view-page-1 .panel {
        margin-top: 19px;
        margin-left: 12px;
    }
    #\33 kings {
        width: 100%;
    }
    .brownie blockquote.ve--blockquote p {
        width: 33%;
    }
    .cont-data-container {
        font-size: 10px;
    }
    .myDIV {
        font-weight: normal;
    }
    .ishide {
        font-size: 22px;
    }
    .megamenu-parent .region-navigation-collapsible {
        display: flex;
        justify-content: space-between;
        position: relative;
        max-height: 54px;
    }
    .region-we-mega-menu {
        background-color: transparent;
        padding: 22px 46px;
        margin-bottom: 0px;
        margin-top: 6px;
        margin-left: -55px;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-right: 0px;
        margin-top: -17px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        display: block;
    }
    div#block-views-block-other-slideshow-block-1 {
        width: 692px;
        padding-top: 20px;
    }
    .home-slider {
        position: relative;
        margin-top: 54px;
        z-index: 20;
        margin-bottom: 20px;
    }
    .col-sm-8 {
        width: 52%;
    }
    .col-sm-4 {
        width: 48%;
    }
    .view-resource-view label.control-label {
        color: #fff;
        padding-right: 5px;
        font-family: Helvetica;
        font-weight: 100;
        margin-left: 0;
    }
    .region.region-branding-social-icons {
        margin-top: -65px;
    }
    .region.region-user-left {
        margin-left: -12px;
    }
    .overlay:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        content: '';
        opacity: 0.9;
        z-index: 2;
        background-color: transparent;
        left: 0px;
    }
    .path-not-frontpage #slider-row {
        margin-top: 110px;
        margin-bottom: 0px;
    }
    .view-inside-about-banner .slideshow-item-container {
        padding: 39px 40px 48px 40px;
        margin-top: -19.5vw!important;
    }
    .view-inside-about-banner .slideshow-item-title {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 17px;
        font-weight: 100;
        font-stretch: condensed;
        font-style: normal;
        letter-spacing: 0px;
        color: #fff;
        line-height: 17px;
    }
    .page-node-type-resources .col-sm-8 {
        width: 100%;
    }
    .page-node-type-resources .region.region-content {
        margin-top: 86px;
    }
    .page-node-type-publication .col-sm-8 {
        width: 100%;
    }
    .page-node-type-publication .region.region-content {
        margin-top: 86px;
    }
    .page-node-type-events .col-sm-8 {
        width: 100%;
    }
    .page-node-type-events .region.region-content {
        margin-top: 86px;
    }
    .page-node-type-country .region.region-content {
        margin-top: 86px;
    }
    
    
    
}










@media screen and (max-width: 800px) and (min-width: 768px) {
    
    div#block-views-block-other-slideshow-block-1 {
            width: 691px;
            padding-top:20px;
        }
    .slideshow-item-container {
        padding: 21px;
        margin-top: -27vw;
    }
    .slideshow-item-title a {
        font-size: 22px;
    }
    .slideshow-item-body {
        display: none;
    }
    .menu--our-programmes li a {
        font-size: 9px !important;
        line-height: 12px !important;
    }
    .view.view-tabbed-content.view-id-tabbed_content.view-display-id-block_1.js-view-dom-id-9ecbcd515aa2ec373a5f29864a72e5355e1cf940bde9013a01630867a6ff5c55 {
        margin-top: -5em;
    }
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-family: 'Barlow Condensed', sans-serif;
        padding: .5em 3px;
        font-weight: normal;
        font-stretch: condensed;
        font-style: normal;
        letter-spacing: 0px;
    }
    #block-blocktabsnewsevents .view-content {
        width: 100%;
        margin-right: 0;
        padding-top:38px;
    }
    .news-item-container, #blocktabs-media .view-content, .views-field.views-field-field-video-link, #block-blocktabsnewsevents .view-footer, img-responsive, .views-field.views-field-field-publication-image img, .view-resource-view input#edit-title  {
        width: 100% !important;
    }
    .view-home-publications .views-view-grid .views-col {
        width: 100% !important;
        margin-bottom: 2em;
    }
    #views-exposed-form-resource-view-page-1 .panel {
        margin-top: 19px;
        margin-left: 12px;
    }
    #\33 kings {
        width: 100%;
    }
    .brownie blockquote.ve--blockquote p {
        width: 33%;
    }
    .cont-data-container {
        font-size: 10px;
    }
    .myDIV {
        font-weight: normal;
    }
    .ishide {
        font-size: 22px;
    }
    .megamenu-parent .region-navigation-collapsible {
        display: flex;
        justify-content: space-between;
        position: relative;
        max-height: 54px;
    }
    .region-we-mega-menu {
        background-color: transparent;
        padding: 22px 46px;
        margin-bottom: 0px;
        margin-top: 6px;
        margin-left: -55px;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-right: 0px;
        margin-top: -17px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        display: block;
    }
    .home-slider {
        position: relative;
        margin-top: 54px;
        z-index: 20;
        margin-bottom: 20px;
    }
    .col-sm-8 {
        width: 52%;
    }
    .col-sm-4 {
        width: 48%;
    }
    .view-resource-view label.control-label {
        color: #fff;
        padding-right: 5px;
        font-family: Helvetica;
        font-weight: 100;
        margin-left: 0;
    }
    .region.region-branding-social-icons {
        margin-top: -65px;
    }
    .region.region-user-left {
        margin-left: -12px;
    }
    .overlay:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        content: '';
        opacity: 0.9;
        z-index: 2;
        background-color: transparent;
        left: 0px;
    }
    .path-not-frontpage #slider-row {
        margin-top: 110px;
        margin-bottom: 0px;
    }
    .view-inside-about-banner .slideshow-item-container {
        padding: 39px 40px 48px 40px;
        margin-top: -19.5vw!important;
    }
    .view-inside-about-banner .slideshow-item-title {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 17px;
        font-weight: 100;
        font-stretch: condensed;
        font-style: normal;
        letter-spacing: 0px;
        color: #fff;
        line-height: 17px;
    }
    .page-node-type-resources .col-sm-8 {
        width: 100%;
    }
    .page-node-type-resources .region.region-content {
        margin-top: 86px;
    }
    .page-node-type-publication .col-sm-8 {
        width: 100%;
    }
    .page-node-type-publication .region.region-content {
        margin-top: 86px;
    }
    .page-node-type-events .col-sm-8 {
        width: 100%;
    }
    .page-node-type-events .region.region-content {
        margin-top: 86px;
    }
    .page-node-type-country .region.region-content {
        margin-top: 86px;
    }
        
    
    
}
/* End Tablet CSS - Tinashe  */







/* Mobile CSS - Tinashe */
@media screen and (max-width: 767px) {
    
div#block-languageswitcher {
  margin-right: -1.5em;
}
.photos-page .views-row {
  width: 100%;
  margin-right: 0;
}
.path-not-frontpage #edit-secondary {
  padding: 9px 4px;
  width: 100%;
}
.home-audio.views-row, .view-display-id-listed_photos_block .views-row, .view-display-id-listed_audio_block .views-row, .home-photos.views-row {
  width: 100%;
}
.view-display-id-listed_audio_block .views-row {
    margin-right: 0;
}
span.cookiesjsr-banner--text {
  padding-right: 0;
}
#block-cookiesui {
  padding-left: 8px;
}
button.cookiesjsr-btn {
    margin-bottom: 6px;
}
span.cookiesjsr-banner--text {
  margin-bottom: 20px;
}
.cookiesjsr--app {
  width: 100% !important;
}
.container.megamenu-parent {
  background: #1a5632;
}
.overlay:before {
       background-color:#1A5632!important;
    }
.navbar-we-mega-menu.navbar ul > li ul {
    padding-left: 0;
}
.megamenu-parent .region-navigation-collapsible {
    justify-content: space-between;
}
 .menu--our-programmes {
    padding-left: 0 !important;
 }
 .sidebar-col h6 {
     margin-left: 0;
 }
 .view.view-tabbed-content.view-id-tabbed_content.view-display-id-block_1 {
         margin-top: 11em;
 }
 .view-home-publications .views-view-grid .views-col {
    float: none;
    padding-right: 0;
 }
 .ui-tabs .ui-tabs-nav {
    margin: 3em 0 0 -1.2em;
 }
 #block-blocktabsnewsevents .view-content {
    width: 100%;
    margin-right: 0;
    padding-top:38px;
 }
 .news-item-container {
    width: 100%;
    margin-right: 0;
 }
 #block-blocktabsnewsevents .view-footer {
    width: 100%;
 }
 .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
     width: 100% !important;
 }
 #blocktabs-media .view-content {
    width: 100% !important;
    margin-right: 0 !important;
 }
 .views-field.views-field-field-video-link {
    width: 100%;
 }
 .view-home-publications .views-view-grid .views-col {
    float: none;
    padding-right: 0;
    width: 100% !important;
    margin-bottom: 2em;
 }
 .view-resource-view input#edit-title {
    width: 100%;
 }
 .cont-data-container {
    width: 100%;
    border: none;
 }
 .slideshow-item-container {
     width: 100%;
    float: none;
    margin-right: 0;
    border-right: none;
    padding: 5px;
 }
 .slideshow-item-title a {
  font-size: 16px;
 }
 .slideshow-item-body, .slideshow-item-link, .mobile-toggle, div#block-newsbuttonblock, div#block-views-block-latest-news-scroller-block-1 {
     display: none;
 }
 .flex-control-nav {
  bottom: -30px;
 }
 .menu--our-programmes li a {
     font-size: 9px !important;
 }
 div#block-simplenewssubscription, .view-twitter-feed, img.ve--image.theme-img.img-responsive {
    padding-left: 0;
}
.brownie blockquote.ve--blockquote p {
    padding-right: 10px;
}
.footercolumn {
    padding-right: 0;
    margin-bottom: 16px;
}
.footer .column1, .footer .column2, .footer .column3 {
    width: 100% !important;
    text-align: center;
  }
  #block-blocktabsnewsevents .ui-state-default, #block-blocktabsnewsevents .ui-widget-content .ui-state-default, #block-blocktabsnewsevents .ui-widget-header .ui-state-default, #block-blocktabsnewsevents .ui-button, #block-blocktabsnewsevents .ui-button.ui-state-disabled:hover, #block-blocktabsnewsevents .ui-button.ui-state-disabled:active, #block-blocktabsmedia .ui-state-default, #block-blocktabsmedia .ui-widget-content .ui-state-default, #block-blocktabsmedia .ui-widget-header .ui-state-default, #block-blocktabsmedia .ui-button, #block-blocktabsmedia .ui-button.ui-state-disabled:hover, #block-blocktabsmedia .ui-button.ui-state-disabled:active {
    width: 23.4%;
  }
  #block-blocktabsmedia .ui-widget-header {
    margin-bottom: 1.5em;
  }
  /* ---Inside Pages--- */
  .page-header span {
    font-size: 18px;
    border-bottom: none;
  }
  .field.field--name-field-event-date {
    margin: 5px 0;
    font-weight: bold;
  }
  #sidebar-second h6, #sidebar-second nav#block-quicklinks {
    margin-left: 0;
  }
  #sidebar-second ul.menu.menu--quick-links.nav, #sidebar-second div#block-views-block-newsletter-subscription-block-1, 
  #sidebar-second div#block-twittertimeline {
    padding-left: 0;
  }
  nav {
    max-height: inherit;
  }
   #block-blocktabsmedia .ui-widget-header {
    float: left;
  }
  .field-content.main-audio-file .audiofield-player > audio {
    width: 187px;
  }
  .cont-data-container.first:hover, .cont-data-container.first:focus {
      margin-bottom: 11em;
  }
  .cont-data-container.first .cont-data-moreinfo {
      width: 100%;
  }
  .cont-data-container.second:hover, .cont-data-container.second:focus, .cont-data-container.third:hover, .cont-data-container.third:focus, .cont-data-container.fourth:hover, 
  .cont-data-container.fourth:focus, .cont-data-container.fifth:hover, .cont-data-container.fifth:focus, .cont-data-container.sixth:hover, .cont-data-container.sixth:focus {
    margin-bottom: 6em;
  }
  .cont-data-container.fifth .cont-data-moreinfo, .cont-data-container.sixth .cont-data-moreinfo, .cont-data-container.seventh .cont-data-moreinfo {
      float: left;
      text-align: left;
 }
 div#block-maroonsocials {
      float: right;
      margin-top: -2.7em;
      left: 1.6em;
 }
 #block-aulogoblock {
    width: 32%;
 }
 div#block-maroonsocials img {
      padding-right: 5px;
      width: 22px;
 }
 div#block-webmailbutton {
     margin-bottom: -3em;
     padding-right: 7em;
 }
 div#block-mainlogo {
      width: 100%;
      margin-top: 4em;
      text-align: center;
 }
 div#block-mainlogo img {
      width: 60%;
 }
 #block-adbanner {
    margin-top: 2em;
 }
 .view.view-flexslider.view-id-flexslider.view-display-id-block_1 {
    margin-top: 5em;
    display: none;
 }
 #views-exposed-form-resource-view-page-1 .panel-default > .panel-heading {
     text-align: right;
 }
 .view-resource-view label.control-label {
     width: 100%;
 }
 .view-resource-view .form-inline .select-wrapper {
     width: 100%;
 }
 .overlay {
     z-index: 0;
     background-color: transparent;
 }
 .region-we-mega-menu {
      background-color: transparent !important;
      padding: 2px 0 !important;
 }
 #block-languagesplaceholder {
      width: 100%;
      position: absolute;
      top: -1em;
      left: 0;
      text-align: center;
 }
     .form-item.js-form-item.form-type-textfield.js-form-type-textfield.form-item-title.js-form-item-title.form-group label {
      margin-bottom: 2em;
 }
 .panel-body {
      padding: 0;
      width: 110%;
 }
 .welcome-content h2 {
    margin-top: 1em;
 }
 .navbar-toggle {
    padding: 6px 0px;
 }
 div#block-webmailbutton {
      margin-left: 14px;
 }
 .utility-menu {
      display: block !important;
 }
 #edit-secondary {
    float: right;
 }
 .welcome-content .read-more {
     margin-bottom: 0;
     padding-right: 30px;
 }
 #edit-secondary--content {
    width: 98%;
    margin-right: 2em;
  }
  .welcome-content .read-more {
      background-position: 83px 50%;
  }
  .bef-exposed-form .form--inline > .form-item {
    width: 100%;
 }
 #views-exposed-form-resource-view-page-1 .panel-title {
    background-position: 100% 60%;
 }
 .navbar-we-mega-menu.navbar {
    background: #1a5632 !important;
 }
 div#edit-secondary--content {
    margin-left: 0;
 }
 .view-resource-view label.control-label {
    margin-left: 0;
 }
 .clearskies {
     top: 0;
 }
 nav.top-bar.nabar-default.nav-sticky div#block-mainlogo, nav.top-bar.nabar-default.nav-sticky div#block-adbanner, nav.top-bar.nabar-default.nav-sticky div#block-webmailbutton, 
 nav.top-bar.nabar-default.nav-sticky #block-aulogoblock{
    display: none !important;
 }
 nav.top-bar.nabar-default.nav-sticky div#block-mainlogomobile {
  display: block;
 }
 nav.top-bar.nabar-default.nav-sticky div#block-mainlogomobile img {
  width: 36%;
 }
 nav.top-bar.nabar-default.nav-sticky div#block-maroonsocials {
  padding-bottom: 2.7em;
 }
 nav.top-bar.nabar-default.nav-sticky .container-fluid.branding-row-inner {
    border-bottom: none;
    margin-bottom: -1em;
    padding-top: 2em;
}
 p.note {
      padding: 3em 0 6px;
      border-top: 1px solid #979797;
      margin-top: -1.995em;
 }
 .cont-data-border {
      border: 0.5px solid #b4a269;
      height: 980px;
      float: left;
      width: 100%;
      padding: 0 9px;
      margin-top: 2em;
 }
 .cont-data-container.seventh .cont-data-moreinfo, .cont-data-container.sixth .cont-data-moreinfo, .cont-data-container.fifth .cont-data-moreinfo, 
 .cont-data-container.fourth .cont-data-moreinfo, .cont-data-container.third .cont-data-moreinfo, .cont-data-container.second .cont-data-moreinfo {
    width: 100%;
 }
 #block-mainnavigation {
    background: #1a5632;
    padding-left: 19px;
    position: relative;
 }
 .container-fluid.navigation-row {
    background: none;
    height:47px;
 }
 .brownie {
    padding-top: 5px!important;
    padding-bottom: 14px!important;
 }
 .green-footer {
    padding-top: 0;
 }
 .green-footer h6 {
     margin-top: 15px;
 }
 #block-footer1 .column1, #block-footer1 .column2, #block-footer1 .column3 {
    width: 100% !important;
    margin: 8px 0;
 }
    .block-we-megamenu .navbar-default {
        background-color: transparent;
        border-color: transparent;
        position: fixed;
    }
    div#block-views-block-other-slideshow-block-1 {
        width: 352px;
        height: auto;
        margin: 0 auto;
        padding-top: 25px;
    }
    #block-blocktabsnewsevents {
        position: relative;
        margin-top: -200px;
    }
    #block-blocktabsmedia {
        margin-top: 0px;
    }
    div#newsie {
        margin-top: -60px;
    }
    div#newsie .sidebar-col h6 {
        height: 38.5px!important;
    }
    .path-not-frontpage #slider-row {
        margin-top: 70px;
        margin-bottom: 14px;
    }
    .view-inside-about-banner .slideshow-item-container {
        padding: 17px 5px 14px 14px;
        margin-top: -20.5vw!important;
    }
    .view-inside-about-banner .slideshow-item-title {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 14px;
        font-weight: 100;
        font-stretch: condensed;
        font-style: normal;
        letter-spacing: 0px;
        color: #fff;
    }
    .view-inside-about-banner .slideshow-item-container {
        /*width: 83%; - Width that wasset before*/
        width: 100%;
        padding: 12px 3px 11px 8px;
    }
    .path-not-frontpage div#proggie {
        margin-top: -80px;
    }
    .path-not-frontpage .inside-side-menu {
        padding-left: 0px;
        margin-top: -25px;
    }
    .path-not-frontpage div#newsie {
        margin-top: -3px;
    }
    .path-not-frontpage .read-more {
        margin-top: 22px;
        background: url(/sites/default/files/rectangle-46-copy%402x.png);
        background-repeat: no-repeat;
        background-position: 75px 6px;
    }
    .page-node-type-publication #sidebar-second h6 {
        padding-left: 0px;
        margin-left: 0;
    }
    .page-node-type-publication .menu--quick-links .menu li {
        float: none;
        margin-bottom: 4px;
    }
    #sidebar-second div#block-newsletterpagetemplatetitle, #sidebar-second div#block-twitterpagetemplatetitle {
        margin-top: 30px;
    }
    .view-latest-news #title-container {
        height: 35px;
    }
    div#block-views-block-other-slideshow-block-1 {
        width: 300px!important; /* Have put 100% so that the banner can align on mobile. Put back 300px incase other CSS is affected */
        width: 100% !important;
        text-align: center !important;
        height: auto;
        margin: 0 auto;
        padding-top: 25px;
    }
    
    
    


}

/* CSS for the banner only to sit next to the logo */

@media (min-width: 813px) and (max-width: 990px) {

    div#block-views-block-other-slideshow-block-1 {
      width: 430px;
      padding-top: 0;
    }
}







/* 
   ##Device = Most of the Smartphones Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .overlay:before {
       background-color:#1A5632!important;
    }
    .block-we-megamenu .navbar-default {
        background-color: transparent;
        border-color: transparent;
        position: fixed;
    }
    div#block-webmailbutton {
      padding-right: 13.5em;
    }
    div#block-views-block-other-slideshow-block-1 {
        width: 100% !important;
        height: auto;
        margin: 0 auto;
        padding-top: 25px;
    }
    #block-blocktabsnewsevents {
        position: relative;
        margin-top: -200px;
    }
    #block-blocktabsmedia {
        margin-top: 0px;
    }
    div#newsie {
        margin-top: -60px;
    }
    div#newsie h6 span {
        border-bottom: 4px solid #951f39;
        padding-bottom: 3px;
    }
    .path-not-frontpage #slider-row {
        margin-top: 70px;
        margin-bottom: 30px;
    }
    .view-inside-about-banner .slideshow-item-container {
        padding: 17px 5px 14px 14px;
        margin-top: -20.5vw!important;
    }
    .view-inside-about-banner .slideshow-item-title {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 14px;
        font-weight: 100;
        font-stretch: condensed;
        font-style: normal;
        letter-spacing: 0px;
        color: #fff;
    }
    .view-inside-about-banner .slideshow-item-container {
        width: 52.5%;
    }
    .path-not-frontpage div#proggie {
        margin-top: -80px;
    }
    .path-not-frontpage .inside-side-menu {
        padding-left: 0px;
        margin-top: -25px;
    }
    .path-not-frontpage div#newsie {
        margin-top: -3px;
    }
    .path-not-frontpage .read-more {
        margin-top: 22px;
        background: url(/sites/default/files/rectangle-46-copy%402x.png);
        background-repeat: no-repeat;
        background-position: 75px 6px;
    }
    .page-node-type-publication #sidebar-second h6 {
        padding-left: 0px;
        margin-left: 0;
    }
    .page-node-type-publication .menu--quick-links .menu li {
        float: none;
        margin-bottom: 4px;
    }
    #sidebar-second div#block-newsletterpagetemplatetitle, #sidebar-second div#block-twitterpagetemplatetitle {
        margin-top: 30px;
    }
    .view-latest-news #title-container {
        height: 35px;
    }




}







/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .overlay:before {
       background-color:#1A5632!important;
    }
    .block-we-megamenu .navbar-default {
        background-color: transparent;
        border-color: transparent;
        position: fixed;
    }
    div#block-views-block-other-slideshow-block-1 {
        width: 352px;
        height: auto;
        margin: 0 auto;
        padding-top: 25px;
    }
    #block-blocktabsnewsevents {
        position: relative;
        margin-top: -200px;
    }
    #block-blocktabsmedia {
        margin-top: 0px;
    }
    div#newsie {
        margin-top: -60px;
    }
    div#newsie h6 span {
        border-bottom: 4px solid #951f39;
        padding-bottom: 3px;
    }
    .path-not-frontpage #slider-row {
        margin-top: 70px;
        margin-bottom: 30px;
    }
    .view-inside-about-banner .slideshow-item-container {
        padding: 17px 5px 14px 14px;
        margin-top: -20.5vw!important;
    }
    .view-inside-about-banner .slideshow-item-title {
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 14px;
        font-weight: 100;
        font-stretch: condensed;
        font-style: normal;
        letter-spacing: 0px;
        color: #fff;
    }
    .view-inside-about-banner .slideshow-item-container {
        width: 52.5%;
    }
    .path-not-frontpage div#proggie {
        margin-top: -80px;
    }
    .path-not-frontpage .inside-side-menu {
        padding-left: 0px;
        margin-top: -25px;
    }
    .path-not-frontpage div#newsie {
        margin-top: -3px;
    }
    .path-not-frontpage .read-more {
        margin-top: 22px;
        background: url(/sites/default/files/rectangle-46-copy%402x.png);
        background-repeat: no-repeat;
        background-position: 75px 6px;
    }
    .page-node-type-publication #sidebar-second h6 {
        padding-left: 0px;
        margin-left: 0;
    }
    .page-node-type-publication .menu--quick-links .menu li {
        float: none;
        margin-bottom: 4px;
    }
    #sidebar-second div#block-newsletterpagetemplatetitle, #sidebar-second div#block-twitterpagetemplatetitle {
        margin-top: 30px;
    }
    .view-latest-news #title-container {
        height: 35px;
    }
    
    
    
    


}
/* End Mobile CSS - Tinashe */








/*SAFARI MOBILE PORTAIT AND LANDSCAPE*/

@media only screen 
  and (min-width: 414px) 
  and (max-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

    div#block-views-block-other-slideshow-block-1 {
        width: 316px;
        height: auto;
        margin: 0 auto;
        padding-top: 25px;
    }



}

















/**************map styling****************/
.map-details .view_row {
  display: none;
}

.map-details .view_row.active {
  display: block;
}

.map-details h4,
.map-details .population-fig {
	color: #1a5632;
	font-weight: bold;
}

.map-details .population-fig {
	font-size: 12rem;
	margin-bottom: 35px;
	margin-top: 30px;
	line-height: 1;
	display: flex;
}

.map-details .population-fig sup {
	font-size: 2rem;
	top: 0.5em;
}

.map-details h4 {
	border-top: 18px solid #b4a269;
	display: inline-block;
	padding-top: 34px;
}


.map path[class^="st"] {
  fill: #E2E2E2;
  stroke: #fff;
  stroke-width: 0.1;
}

.map path[class^="st"]:hover:not(.active) {
  fill: #ccc;
  cursor: pointer;
}

.map path[class^="st"].active, path[class^="st"].active:hover {
  fill: #1A5632;
  cursor: pointer;
}

.map .field--name-field-block-extra-class,
.map-details h2 {
	border-bottom: 4px solid #951f39;
	padding-bottom: 7px;
	display: inline-block;
	line-height: 23px;
        font-family: 'Barlow Condensed', sans-serif;
        font-size: 24px;
        font-weight: normal;
        font-stretch: condensed;
        font-style: normal;
        letter-spacing: 0px;
       color: #9f2241;
}

.map svg,
.map-details .map-country-desc {
	margin-bottom: 57px;
	border-top: 1px solid #979797;
	padding-top: 20px;
}



.map-details .view_row.active.map-figures-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-gap: 30px;
}

.map-details  .map-figures-item {
  width: 300px;
  background-color: #E2E2E2;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  align-items: flex-start;
  border-radius: 5px;
  max-width: 100%;
}

.map-details  .map-figures-item p { 
	font-size: 7rem;
	margin-top: 40px;
	line-height: 1;
	display: flex;
	font-weight: bold;
}

.map-details  .map-figures-item sup { 
	font-size: 1.5rem;
	top: -26px;
	left: -21px;
	min-width: 79px;
	vertical-align:super;
}

.map-details  .map-figures-item h3 {
	color: white;
	border-top: none;
	background-color: #155091;
	padding: 10px;
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
}

.map-details  .map-figures-item h3:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -15px;
		width: 0;
		height: 0;
		border-left: 0px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #155091;
		clear: both;
}

.map-details  .map-figures-item:nth-child(2) h3 {
	background-color: #b4a269;
}

.map-details  .map-figures-item:nth-child(2) h3:after {
	border-top: 15px solid #b4a269;
}

.map-details  .map-figures-item:nth-child(3) h3 {
	background-color: #fcb718;
}

.map-details  .map-figures-item:nth-child(3) h3:after {
	border-top: 15px solid #fcb718;
}

.map-details  .map-figures-item:nth-child(4) h3 {
	background-color: #3bc1cb;
}

.map-details  .map-figures-item:nth-child(4) h3:after {
	border-top: 15px solid #3bc1cb;
}

.map-details  .map-figures-item:nth-child(5) h3 {
	background-color: #f15d3b;
}

.map-details  .map-figures-item:nth-child(5) h3:after {
	border-top: 15px solid #f15d3b;
}

.map-details  .map-figures-item:nth-child(6) h3 {
	background-color: #8e4a9a;
}

.map-details  .map-figures-item:nth-child(6) h3:after {
	border-top: 15px solid #8e4a9a;
}


.map-details  .map-figures-item a {
	display: block;
	margin-left: auto;
	color: #b4a269;
}

.map-details  .map-figures-item hr {
	height: 1px;
	background-color: #fff;
	display: block;
	width: 100%;
	border-color: #fff;
}

@media screen and (max-width: 767px) {
.map-details  .map-figures-item p { 
      position: relative;
}

.map-details  .map-figures-item sup {
position: absolute;
left: unset;
right: 0;
min-width: auto;
top: -0.5em;
} 

.map-details .population-fig {
	font-size: 9rem;
}

.map-details .map-figures-item {
margin-bottom: 30px;
}

.map-details .view_row.active.map-figures-grid {
grid-gap: unset;
}
}

/***********language switcher****************/
.language-switcher-language-url a {
   color: #fff;
}

.language-switcher-language-url ul {
    display: flex;
    justify-content: space-between;
    width: 130px;
}

.color-warning{
    display: none !important;
}










@media only screen and (min-width: 1355px) and (max-width: 1357px) {

	div#flexslider-2 {
		margin-top: -100px;
		margin-right: 0px;
	}
	.region.region-branding-right {
		float: right;
		width: 65%;
	}
       .path-frontpage .region.region-branding-right {
               float: right;
        }
        .path-frontpage  div#flexslider-3 {
		margin-top: -100px;
		margin-right: 0px;
	}
         .path-frontpage .we-mega-menu-ul>.we-mega-menu-li.active-trail>a {
                       background-color: #1A5632;
        }
       .we-mega-menu-ul>.we-mega-menu-li>a {
			background-color: #1A5632;
			border: 0 none;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			border-radius: 0;
			margin-right: 0;
			color: #ffff;
			font-size: 14px;
			font-family: 'Barlow Condensed', sans-serif;
			font-weight: 500;
			text-transform: uppercase;
			padding: 18px 21px 17px 16px;
			letter-spacing: 0.65px;
			margin-top: -1px;
			font-stretch: condensed;
			font-style: normal;
		}
           .top-bar.nav-sticky .nav-menu .we-mega-menu-ul>.we-mega-menu-li>a {
			background-color: #1A5632;
			border: 0 none;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			border-radius: 0;
			margin-right: 0;
			color: #ffff;
			font-size: 14px;
			font-family: 'Barlow Condensed', sans-serif;
			font-weight: 500;
			text-transform: uppercase;
			padding: 18px 18px 17px 17px;
			letter-spacing: 0.65px;
			margin-top: -0.5px;
			font-stretch: condensed;
			font-style: normal;
		}
	

}




@media only screen and (min-width: 1358px) and (max-width: 1365px){


		.we-mega-menu-ul>.we-mega-menu-li>a {
			background-color: #1A5632;
			border: 0 none;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			border-radius: 0;
			margin-right: 0;
			color: #ffff;
			font-size: 14px;
			font-family: 'Barlow Condensed', sans-serif;
			font-weight: 500;
			text-transform: uppercase;
			padding: 18px 21px 17px 16px;
			letter-spacing: 0.65px;
			margin-top: -1px;
			font-stretch: condensed;
			font-style: normal;
		}
		
		.region.region-branding-right {
			float: right;
			width: 65%;
		}
		
		div#flexslider-2 {
			margin-top:-100px;
		}

                .path-frontpage div#flexslider-3 {
			margin-top:-100px;
		}
                .path-frontpage .we-mega-menu-ul>.we-mega-menu-li.active-trail>a {
                       background-color: #1A5632;
                }
		
		.top-bar.nav-sticky .nav-menu .we-mega-menu-ul>.we-mega-menu-li>a {
			background-color: #1A5632;
			border: 0 none;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			border-radius: 0;
			margin-right: 0;
			color: #ffff;
			font-size: 14px;
			font-family: 'Barlow Condensed', sans-serif;
			font-weight: 500;
			text-transform: uppercase;
			padding: 18px 18px 17px 17px;
			letter-spacing: 0.65px;
			margin-top: -0.5px;
			font-stretch: condensed;
			font-style: normal;
		}
		

}
