/* Full Width Page Settings */

.container-vc {
  display: flex;
  width: 100%;
}

/* 12/15 Country Summary Stuff*/
.country-summary h2.wpb_heading {font-size:16px;font-size:1.6rem}
.wpb_text_column.country-summary-score h3  {font-size:250%;margin-bottom:0; margin-top:0;} 
.wpb_text_column.country-summary-score p  {font-size:75%;
font-weight: bold; text-transform: uppercase;} 

/* Research Listings*/

.vc_custom_heading.research-listings-title a {
    color:#0087d1;
}
.vc_custom_heading.research-listings-title a:hover {
    color:#ff7a22;
}

.research-listings-button {
  display: inline-block;
  color:#0087d1;
  margin: 0;
  padding:0;
  font-family:'Roboto Condensed'; 
  font-size: 16px;
  font-size:1.6rem;
  text-transform:uppercase; 
  background-image: none;
  border: 1px solid transparent;
  box-sizing: border-box;
  -webkit-transition:none;
  transition:none;
  line-height: normal;}


.vc_btn3.vc_btn3-style-custom {
  background-image: none;
}
.vc_btn3-container.research-listings-button {
    margin-bottom: 0;
}

.vc_gitem_row.research-listings {
    padding:0;
}

/* Survey Navigation */

.wpb_content_element.survey-navigation-tb {
    margin-bottom: 0;
}

.survey-navigation ul {
  list-style: none;
  margin: 0 0 10px;
  padding-left: 0;
  width: 100%;
  display: flex;
}

.survey-navigation ul li {
  line-height: 1.2;
  padding: 0;
  text-indent: 0;
}
.full-width.primary-content .survey-navigation ul li:before {
  content: " ";
}

.survey-navigation {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.survey-navigation ul:before, .survey-navigation ul:after {
  content: "";
  display: table;
}
.survey-navigation ul:after {
  clear: both;
}
.survey-navigation ul li {
  border-left: 2px solid #fff;
  float: left;
  position: relative;
  text-align: center;
}
.survey-navigation ul li:first-child {
  border: none;
}
.survey-navigation ul li:hover > a {
  background: white;
  color: #0087d1;
}
.survey-navigation ul li:hover ul {
  display: block;
}
.survey-navigation ul li a {
  color: white;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (max-width: 85em) {
  .survey-navigation ul li {
padding-bottom:0;
  }
  .survey-navigation ul li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 80em) {
  .survey-navigation ul li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 64em) {
  .survey-navigation ul li a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 48em) {
  .survey-navigation {
    display: none;
  }
}
/*Open Budget Index Progress Bar */


.obi-scores.vc_progress_bar .vc_label, .obi-scores.vc_progress_bar .vc_label a{
	color:#333;
	font-family: "clear_sansregular", Arial, sans-serif;	
    font-size: 16px;
    font-size: 1.6rem;
    font-weight:bold;
    text-shadow:none;
}
	
.obi-scores.vc_progress_bar .vc_label a:hover {
    color: #ffffff;
}

.obi-scores.vc_progress_bar .vc_label_units {
	font-family: "clear_sansregular", Arial, sans-serif;	
	color:#333;	
    font-size: 16px;
    font-size: 1.6rem;
    font-weight:normal;
    text-shadow:none;}

.obi-scores.vc_progress_bar .vc_single_bar {
    background: #f2f2f2;
}

/*Country Summary Progress Bar */

.country-summary.vc_progress_bar .vc_label {
	color:#333;	
    font-size: 14px;
    font-size: 1.4rem;
    text-shadow: none;
    font-weight: bold;
} 
 .country-summary.vc_progress_bar .vc_label_units {
	color:#333;	
    font-size: 14px;
    font-size: 1.4rem;
    text-shadow: none;
    font-weight: normal;
    float:right;
} 
		

.country-summary.vc_progress_bar .vc_single_bar {
    background: #ffffff;
}

/* Table */
.wpb_content_element table {
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Sidebar */
.vc_wp_custommenu.obs-sidebar-menu {
  list-style: none;
  padding:0;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}

.vc_wp_custommenu.obs-sidebar-menu ul {list-style: none;}

.vc_wp_custommenu.obs-sidebar-menu ul li:before {display:none;}

.vc_wp_custommenu.obs-sidebar-menu ul li{
  font-size: 14px;
  font-size: 1.4rem;
  margin-left:5px;
  padding: 4px 0px 4px 25px;
  background: url(http://www.internationalbudget.org/wp-content/themes/ibp/images/bullet-triangle.png) 0 8px no-repeat;
}

.vc_wp_custommenu.obs-sidebar-menu li.current_page_item a {
  color: #333;
}
.vc_wp_custommenu.obs-sidebar-menu ul li a {
  color: #0087d1;
}

.vc_wp_custommenu.obs-sidebar-menu ul li a:hover {
  color: #ff7a22;
}

/* 1.8 Document List */

.summary-docs {
  clear: both;
    color: #333;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-weight: 400;
    margin: 0.625em 0;
    text-transform: uppercase;
}

.summary-docs > dt {
  text-transform: uppercase;
  font-size: 100%;
  display:inline;
  margin-right:0.25em;
}