@import url(https://fonts.googleapis.com/css?family=Poppins:400,700|Roboto:300,400,700|Lora|Playfair+Display);
@import url(https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
body {
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:16px;
}
p {
	line-height: 1.6em;
	color: #000;
}
li {
	color: #000;
}
h1, h2, h3 {
	font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}
h4, h5, h6 {
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}
a, .header-social-icons a i, a.home-news-title-link i, a.lead-feature-link span, input,
select, textarea, button, .project-donors-holder a span {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
img {
	max-width: 100% !important;
}
.admin-menu-search .control-label {
	display: none;
}
.main-content-row {
	margin-top: 30px;
}
.page-header {
	/*border-bottom: 1px solid #dbdbdb;*/
	border-bottom: 0;
	font-weight: bold;
}
.pagination > li > a,
.pagination > li > span {
	color: #000;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #000;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
	background: #fdc300;
	border-color: #fdc300;
}
.views-exposed-form .views-exposed-widget {
	width: 100%;
}
.form-control {
	border-radius: 0;
	color: #000;
	border: 1px solid #000;
	width: 100%;
}
.input-group-addon {
	display: none;
}
label {
	color: #000;
}
.btn-primary,
.btn-info,
#edit-reset {
	color: #000;
    background-color: #fdc300;
    border-color: #fdc300;
    font-weight: bold;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-info:hover,
.btn-info:focus,
#edit-reset:hover,
#edit-reset:focus {
	color: #fdc300;
    background-color: #000;
    border-color: #000;
}
.views-exposed-form .views-exposed-widget .btn {
	margin-top: 0;
}
.block-title {
	font-weight: bold;
}
aside .block-title {
	margin: 0 0 10px;
	font-size: 22px;
}
aside.left-sidebar .block {
	/*border-right: 1px solid #ddd;*/
	padding-right: 20px;
	margin-bottom: 20px;
}
aside.right-sidebar .block {
	/*border-left: 1px solid #ddd;*/
	padding-left: 20px;
	margin-bottom: 20px;
}
aside .block ul {
    margin: 0;
    padding-left: 20px;
}

/* Header Styles
================= */
.navbar {
	margin: 0;
}
.navbar-inner {
	background: #fff;
    border: none;
    padding:40px 0; /* padding: 20px 0; */
}
.social-search {
	text-align: right;
}
.header-social-icons,
.social-search form {
	float: none;
	display: inline-block;
}
.header-social-icons a i {
	border: 1px solid #000;
    display: inline-block;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    width: 32px;
    border-radius: 100%;
    color: #000;
    margin: 0 5px;
}
.header-social-icons a:hover i {
	background: #000;
	color: #fdc300;
}
a.header-donate-button-small,
a.header-donate-button {
	background: #fdc300;
    color: #000;
    font-weight: bold;
    padding: 8px 20px;
    font-size: 17px;
    border-radius: 5px;
    margin-left: 8px;
    letter-spacing:1px;
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a.header-donate-button-small:hover,
a.header-donate-button:hover {
	text-decoration: none;
	background: #000;
	color: #fdc300;
}
.small-header form,
.social-search form {
	margin: 0;
	padding-right: 0;
}
.small-header .input-group,
.social-search .input-group {
	position: relative;
}
.small-header form input[type="text"],
.social-search form input[type="text"] {
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	font-weight: bold;
}
.small-header form button,
.social-search form button {
	background: transparent;
    border: none;
    padding: 0;
    position: absolute !important;
    top: 9px;
    right: 10px;
    border-radius: 0;
}
.small-header form button:hover,
.small-header form button:focus,
.social-search form button:hover,
.social-search form button:focus {
	background: transparent;
}
.small-header form button span,
.social-search form button span {
	color: #000;
}
.header-strapline {
	text-align: right;
    padding: 65px 0 15px;
}
.header-strapline h1 {
	margin: 0;
	font-weight: 400;
	font-size: 32px;
	line-height: 1;
	color: #000;
}
.nav > li > a{
  padding:10px 11px;
}
nav ul.menu {
	float: right !important;
}
nav ul.menu li {
	position: relative;
}
nav ul.menu li.last a {
	padding-right: 0 !important;
}
nav ul.menu li a {
	color: #000 !important;
	font-size: 16px;
	font-weight: bold;
  font-family:Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
nav ul.menu li a:hover,
nav ul.menu li a:focus {
	background: transparent;
    color: #fbba29 !important;
}
nav ul.menu li a span.caret {
    border-top-color: #fdc300 !important;
    border-bottom-color: #fdc300 !important;
}
nav ul.menu li ul.dropdown-menu {
	border: none;
    box-shadow: none;
    background: #fdc300;
    opacity:0.95;
}
nav ul.menu li ul.dropdown-menu:before {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #fdc300 transparent;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}
nav ul.menu li ul.dropdown-menu li {
	text-align: center;
    padding: 0 10px;
		min-width: 286px;
}
nav ul.menu li ul.dropdown-menu li a {
	padding: 5px 0;
	border-bottom: 2px solid transparent;
	display: inline-block;
  /*font-weight:normal;*/
}
nav ul.menu li ul.dropdown-menu li a.active {
	background: transparent;
	/*border-bottom: 2px solid #000;*/
	text-decoration: underline;
}
nav ul.menu li ul.dropdown-menu li a:hover {
	color: #fff !important;
}
nav ul.menu li ul.dropdown-menu li a:focus {
	color: #fff !important; /*fdc300*/
}
nav ul.menu li:hover ul.dropdown-menu {
	display: block;
	margin-left: -50%;
}
.dropdown-menu{
  border-radius:0px;
}
.small-header {
	padding: 10px 0;
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}
body.admin-menu .small-header {
	top: 29px;
}
.small-header .logo-small img {
	max-height: 55px;
}
.small-header .header-donate-button {
	float: right;
    margin-top: 5px;
}
.small-header form {
	margin-top: 9px;
	width: 140px;
}
.small-header nav ul.menu li a{
	font-size: 15px;
}
.small-header .menu.nav.navbar-nav{
	padding-top: 4px;
}

/* Homepage Styles
=================== */
.front .nav-tabs {
	margin: 0;
}
.front-page-slider {
	margin-top: 0;
	width: 100%;
	padding: 0;
}
#homepage-slider .item {
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
}
.carousel .slide-inner {
	position: absolute;
    top: 50%;
    width: 300px;
    transform: translate(5%, -50%);
    -webkit-transform: translate(5%, -50%);
    background: #fff;
    padding: 20px;
}
.straplineLeft {
	left: 14%;
}
.straplineRight {
	right: 12%;
}
.carousel .slide-inner h2 {
	color: #000;
	font-size: 35px;
	margin: 0 0 10px;
  font-weight:bold;
	word-break: break-word;
}
.carousel .slide-inner p {
	font-size: 22px;
    margin: 0 0 20px;
    color: #000;
}
.carousel .slide-inner a {
	display: block;
    background: #fdc300;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    padding: 17px;
    font-size:1.1em;
    border-radius: 5px;
    letter-spacing: 1px;
		font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.carousel .slide-inner a:hover {
	background: #000;
	color: #fdc300;
	text-decoration: none;
}
.carousel-control {
	border: none;
    background: transparent;
    color: #fdc300;
    top: 40%;
    background-image: none !important;
    font-size: 55px;
    opacity:1;
    width:17%;
}
.carousel-control i{
  text-shadow:none;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #fdc300;
	opacity: 1;
}

.carousel-control:hover i{
  font-size:1.1em;
}
.main-homepage-content {
	margin-top: 40px;
}
a.lead-feature-link {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
a.lead-feature-link span {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
a.lead-feature-link:hover span {
	opacity: 0.5;
}
.lead-feature-title-link,
a.lead-feature-title-link {
	color: #000;
    font-weight: bold;
    font-size: 15px;
    display: block;
    padding: 15px;
    min-height: 75px;
		font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a.lead-feature-title-link:hover {
	/*color: #fff;*/
	/*border-bottom: 1px solid #000;*/
	text-decoration: underline;
}
.lead-feature-title-link a {
	color: #000;
}

/*.lead-feature-title-link a:hover {
	text-decoration: none;
	border-bottom: 1px solid #000;
}*/

.lead-feature-1 .lead-feature-link span,
.lead-feature-1 .lead-feature-title-link,
.lead-feature-1 a.lead-feature-link span,
.lead-feature-1 a.lead-feature-title-link {
	background: #70b157;
	min-height: 93px;
	margin-bottom: 5px;
}
.lead-feature-1 a:hover:nth-child(2) {
	border-bottom: 1px solid #000;
}

.lead-feature-2 .lead-feature-link span,
.lead-feature-2 .lead-feature-title-link,
.lead-feature-2 a.lead-feature-link span,
.lead-feature-2 a.lead-feature-title-link {
	background: #5cbfdc;
	min-height: 93px;
	margin-bottom: 5px;
}
.lead-feature-3 .lead-feature-link span,
.lead-feature-3 .lead-feature-title-link,
.lead-feature-3 a.lead-feature-link span,
.lead-feature-3 a.lead-feature-title-link {
	background: #ee3980;
	min-height: 93px;
	margin-bottom: 5px;
}
a.home-news-image-link {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
a.home-news-image-link span {
	position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fdc300;
    transition: 0.3s ease-in-out all 0s;
    top: 0;
    opacity: 0;
}
a.home-news-image-link:hover span {
	opacity: 0.5;
}
a.home-news-image-link span i {
	color: #000;
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
a.home-news-image-link img {
	width: 100%;
	height: 100%;
}
a.home-news-title-link {
	color: #000;
    font-weight: bold;
    font-size: 15px;
    margin-top: 8px;
    display: inline-block;
    line-height: 1.4;
}
a.home-news-title-link:hover {
	text-decoration: none;
}
a.home-news-title-link i {
	color: #fdc300;
}
a.home-news-title-link:hover i {
	color: #000;
}
.homepage-slogan {
	text-align: center;
    padding: 40px 0px;
    border-top: 1px solid #000;
    margin: 50px 15px 30px;
    border-bottom: 1px solid #000;
}

.homepage-slogan.col-md-12{
  width:calc(100% - 30px);
}

.homepage-slogan h2 {
	margin: 0;
    font-weight: normal;
    font-size: 33px;
    line-height: 1.6;
    color: #000;
    padding:0px 20px;
}
.homepage-slogan a {
	background: #fdc300;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 20px 50px;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 20px;
    letter-spacing:1px;
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.homepage-slogan a:hover {
	background: #000;
	color: #fdc300;
	text-decoration: none;
}
.home-news-views-title {
	margin-bottom: 10px;
}
.home-news-views-title h3 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.home-news-views-title h3.news-title {
	text-transform: uppercase;
  letter-spacing:2px;
}
.home-news-views-title h3.news-more-link a {
	color: #000;
}
.home-news-views-title h3.news-more-link a:hover,
.home-news-views-title h3.news-more-link a:focus {
    text-decoration: none;
    color: #fdc300;
}
.home-news-views-title h3.news-more-link i {
	color: #fdc300;
}
p.home-title-precis a {
    color: #fdc300;
    font-weight: bold;
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p.home-title-precis a span {
	text-decoration: none !important;
	color: #000;
}

/* Footer Styles
================= */
.footer {
	background: #fdc300;
    border: none;
    padding: 40px 0;
}
.footer-middle {
	margin: 60px 0;
}
.footer h2 {
    text-align: center;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    margin: 8px 0 0;
    letter-spacing: 2px;
}
.footer-social-icons {
	text-align: center;
}
.footer-social-icons a {
	color: #000;
    background: #fff;
    font-size: 20px;
    padding: 5px;
    display: inline-block;
    width: 38px;
    border-radius: 100%;
    margin: 0 10px;
}
.footer-social-icons a:hover {
	background: #000;
	color: #fdc300;
}
.footer-email-holder {
	text-align: center;
}
.footer-email {
	display: inline-block;
	position: relative;
	width: 60%;
}
.footer-email input[type="text"] {
	background: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    font-weight: bold;
}
.footer-email input[type="text"]:focus{
  background: #000;
  color: #fdc300;
}
.footer-email input[type="text"]:focus + input[type="submit"]{
  color: #fdc300;
}

.footer-email input[type="submit"] {
	position: absolute;
  top: 0px;
  right: -30px;
  background: transparent;
  border: none;
  color: #000;
  font-size: 15px;
  background: #fff;
  height: 42px;
  width: 30px;
}
.footer-top li {
	display: inline-block;
    width: 16%;
    text-align: center;
}
.footer-top li a {
	color: #000;
    font-weight: bold;
    display: inline-block !important;
    border-bottom: 2px solid;
    padding: 0 0 0px !important;
    font-family:Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-top li a:hover,
.footer-top li a:focus {
	background: transparent;
	border-bottom: 2px solid #fff;
}
.footer-bottom .block {
	width: 50%;
	float: left;
}
.footer-bottom .block-menu li {
	display: inline-block;
}
.footer-bottom .block-menu li a {
	padding: 0;
    color: #000;
    border-right: 1px solid #000;
    padding-right: 5px;
    font-weight: bold;
		border-bottom: 2px solid #000;
}
.footer-bottom .block-menu li:last-child a {
	border-right: none;
}
.footer-bottom .block-menu li a:hover,
.footer-bottom .block-menu li a:focus {
	/*text-decoration: underline;*/
	background: transparent;
	border-bottom: 2px solid #fff;
}
.footer-bottom .block-block {
	text-align: right;
}
.footer-bottom .block-block p {
	color: #000;
}

/* Contact Page Styles
======================= */
.contact-page-section i {
	color: #fdc300;
    font-size: 20px;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}
.contact-page-section a,
.contact-featured-area a {
	color: #000;
	font-weight: bold;
    border-bottom: 2px solid #fdc300;
}
.contact-page-section a:hover,
.contact-featured-area a:hover {
	border-bottom: 2px solid #000;
	text-decoration: none;
}
.contact-featured-area {
	margin: 30px 0;
    border-bottom: 4px solid #fdc300;
    padding: 0 0 25px;
    min-height: 290px;
}
.contact-featured-area p {
	line-height: 1.6;
}
.contact-featured-area i {
	background: #fdc300;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.contact-featured-area a {
	border-bottom: 2px solid transparent;
}
.accordion-section {
	border-top: 1px solid #dbdbdb;
    padding-top: 20px;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
ul.accordion-holder {
	padding: 0;
	margin: 0 0 3;
	list-style: none;
}
ul.accordion-holder li span.accordion-header {
	display: block;
    background: #fdc300;
    margin: 0 0 1px;
    padding: 12px;
    font-weight: bold;
    font-size: 15px;
}
ul.accordion-holder li span.accordion-header:hover {
	cursor: pointer;
}
ul.accordion-holder li span.accordion-header i {
	color: #000;
	font-size: 15px;
}
div.accordion-hidden {
	display: none;
}
ul.accordion-holder li span.accordion-content {
	display: block;
    padding: 20px;
    border-right: 1px solid;
    border-left: 1px solid;
}
ul.accordion-holder li:last-child span.accordion-content {
	border-bottom: 1px solid;
}
strong.country-header {
	border-bottom: 2px solid #fdc300;
    margin-bottom: 8px;
    display: inline-block;
}
#webform-client-form-5028 {
	margin-top: 15px;
}
#webform-client-form-5028 label {
	color: #000;
}
#webform-client-form-5028 label span.form-required {
	color: #ff0000;
}
#webform-client-form-5028 input,
#webform-client-form-5028 select,
#webform-client-form-5028 textarea {
	width: 100%;
    border-radius: 0;
    border: 1px solid #333;
    color: #000;
    padding: 6px 12px;
}
#webform-client-form-5028 input:focus,
#webform-client-form-5028 select:focus,
#webform-client-form-5028 textarea:focus {
	outline: none;
	border: 1px solid #fdc300;
	box-shadow: none;
}
#webform-client-form-5028 button {
    background: #fdc300;
    border: none;
    color: #000;
    font-weight: bold;
    padding: 10px 25px;
}
#webform-client-form-5028 button:hover,
#webform-client-form-5028 button:focus {
	background: #000;
	color: #fdc300;
	outline: none;
}

/* General Page Styles
======================= */
.page-header-banner {
	height: 350px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.view-testimonials {
	background: #000;
    width: 80%;
    margin: 20px auto 0;
    padding: 50px;
    border-radius: 5px;
}
.view-testimonials:before {
	content: "";
    background-image: url('/sites/all/themes/international_alert/img/quote-left.png');
    width: 41px;
    height: 41px;
    position: absolute;
    top: 25px;
    left: 121px;
}
.view-testimonials:after {
	content: "";
    background-image: url('/sites/all/themes/international_alert/img/quote-right.png');
    width: 41px;
    height: 41px;
    position: absolute;
    right: 121px;
    bottom: 5px;
}
.block-views .views-responsive-grid .row {
	margin-top: 20px;
}
.view-partners .view-content .views-field-title {
	/*background: #f2f2f2;
    padding: 20px;
    font-size: 15px;
    min-height: 150px;*/

		border-bottom: 1px solid #fdc300;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.view-partners .view-content .views-field-title a {
	color: #000;
	font-weight: bold;
}
.view-partners .view-content .views-field-title a:hover {
	color: #fdc300;
    text-decoration: none;
}
.expert-holder {
	background: #f2f2f2;
    padding: 20px;
    min-height: 405px;
		max-width: 282px;
}
.expert-holder p {
	line-height: 1.4;
    margin: 13px 0 0;
}
.expert-holder p i {
	color: #fdc300;
    font-size: 20px;
    display: inline-block;
    float: left;
    width: 20px;
    margin-right: 10px;
}
.expert-holder p a {
	color: #000;
    font-weight: bold;
    border-bottom: 2px solid #fdc300;
}
.expert-holder p a:hover {
	text-decoration: none;
	color: #fdc300;
	border-bottom: 2px solid #000;
}
.expert-holder a.expert-picture {
	display: block;
    position: relative;
}
.expert-holder a.expert-picture span {
	position: absolute;
    background: #fdc300;
    transition: 0.3s ease-in-out all 0s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.expert-holder a.expert-picture:hover span {
	opacity: 0.5;
}

.donate-holder_ext {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.donate-holder {
	background: #f2f2f2;
    padding: 20px;
    min-height: 405px;
}
.donate-holder p {
	line-height: 1.4;
    margin: 13px 0 0;
}

.donor-holder {
	border-bottom: 1px solid #fdc300;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.donor-name p {
	font-weight: bold;
    font-size: 16px;
    line-height: 5.6;
}
.job-list-holder {
	border-bottom: 1px solid #fdc300;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.job-list-holder a {
	background: #fdc300;
    color: #000;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    float: right;
}
.job-list-holder a:hover {
	background: #000;
	color: #fdc300;
	text-decoration: none;
}

/* Authoring Sidebar Styles
============================ */
div.authoring-info-blog p {
    margin: 0 0 10px;
    line-height: 1;
    font-size: 16px;
    background: #f2f2f2;
    padding: 10px;
}
div.authoring-info-blog p i {
	color: #fdc300;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
    width: 30px;
}
div.authoring-info-blog h2 {
	border-bottom: 2px solid #fdc300;
    font-weight: bold;
    font-size: 22px;
    margin: 30px 0 5px;
}
div.authoring-info-blog ul {
	padding: 0;
    margin: 0;
    list-style: none;
}
div.authoring-info-blog ul li {
	display: inline-block;
    margin-right: 10px;
}
div.authoring-info-blog ul li a {
    color: #000;
    font-size: 30px;
}
div.authoring-info-blog ul li a:hover {
	color: #fdc300;
}

/* Project Page Styles
======================= */
h2.page-sub-header {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 24px;
}
h2.project-section-heading {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.project_hero_banner {
	margin-bottom: 20px;
}
.node-type-project h2.block-title {
	text-align: center;
    text-transform: uppercase;
}
p.partners-list {
	font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.4;
}
p.partners-list a {
	color: #000;
	border-bottom: 1px solid transparent;
}
p.partners-list a:hover {
	text-decoration: none;
    border-bottom: 1px solid #fdc300;
}
p.partners-list i {
	color: #fdc300;
}
.project-donors-holder {
	text-align: center;
}
.project-donors-holder a {
	position: relative;
	display: inline-block;
}
.project-donors-holder a span {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fdc300;
	opacity: 0;
	padding: 50px 10px 0;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
.project-donors-holder a:hover span {
    opacity: 0.9;
}

/* Donate Page Styles
====================== */
.donate-container {
	width: 100%;
	margin: 0 auto;
}
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.tabs li {
	background: none;
    color: #000;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    border-top: 1px solid #000;
    text-transform: uppercase;
    font-size: 17px;
}
ul.tabs li.current {
	background: #fdc300;
    border-top: 1px solid #fdc300;
}
.tab-content .donate-main-section {
	background: #fdc300;
    padding: 25px;
}
.tab-content {
	display: none;
}
.tab-content.current {
	display: inherit;
}
.tab-content .donate-main-section p.donate-amount {
	font-weight: bold;
    background: #fff;
    display: block;
    text-align: center;
    font-size: 35px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}
.tab-content .donate-main-section p.donate-amount:after {
	content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    bottom: -12px;
}
.tab-content .donate-main-section img {
	display: block;
	margin: 0 auto;
}
.tab-content .donate-main-section a {
	display: block;
    background: #000;
    text-align: center;
    max-width: 158px;
    margin: 0 auto;
    padding: 10px;
    color: #fdc300;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.tab-content .donate-main-section a:hover {
	color: #fff;
	text-decoration: none;
}
.donate-payment-form {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.donate-payment-form h2 {
	margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}
.donate-payment-form input.submit_donate {
	background: #fdc300;
    border: 2px solid #fdc300;
    font-weight: bold;
    border-radius: 2px;
}
.donate-payment-form input.submit_donate:hover,
.donate-payment-form input.submit_donate:focus {
	background: #000;
	color: #fdc300;
	border: 2px solid #000;
}
#navbar .navbar-inner:first-of-type a.header-donate-button{
	background: url(../img/IA_donate.png);
	height: 155px;
	width: 62px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	right: 0;
	top: 100px;
	float: right;
}
#navbar .navbar-inner:first-of-type a.header-donate-button:hover{
	background: url(../img/IA_donate_hover.png);
}
#navbar .navbar-inner:first-of-type a.header-donate-button:focus {
	outline: none;
}

/* Project Stories List
======================== */
.project-staff {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.project-staff img {
	margin: 0 auto;
}
.project-staff p {
	margin: 5px 0 0;
    line-height: 1.4;
    font-size: 13px;
}
.project-staff p a {
	font-size: 20px;
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #fdc300;
}
.project-staff p a:hover {
	border-bottom: 2px solid #000;
	text-decoration: none;
}
.story-project-row {
	margin-bottom: 20px;
}
.story-project-row h2 {
    font-weight: bold;
    font-size: 22px;
}
.story-project-row a.proj-text-link {
	font-weight: bold;
    color: #000;
    border-bottom: 2px solid #fdc300;
}
.story-project-row a.proj-text-link:hover {
	text-decoration: none;
	border-bottom: 2px solid #000;
}


/* Publications Page
===================== */
ul.publication-details {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.publication-details li {
	border-bottom: 1px solid #fdc300;
    padding: 10px 0;
    font-size: 14px;
}
ul.publication-details li i {
	margin: 0 5px;
}

.regions {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  font-weight: 600;
}

.regions h3{
  padding-right:50px;
}

.regions h3 a{
  text-transform:uppercase;
  text-decoration: none;
  color:black;
  font-size: 20px; /*1.2em;*/
	letter-spacing: 2px;
	font-weight: 700;
}

.countries{
  padding:0;
}

.countries li {
    list-style-type: none;
}

.countries li a{
  color:#fdc300;;
}

.countries li a:hover{
  color:#FDC300;
}

.countries li a .fa-caret-right {
  margin-left: 5px;
  color: #fdc300;
}

.countries li a span {
	text-decoration: none !important;
	color: #000;
}

/*.countries li a:after{
  content:' ►';
  color: #fdc100;
  font-weight: bold;
  font-size:0.8em;
	text-decoration: none !important;
}

.countries li a:hover:after{
	text-decoration: none !important;
}*/


.where_we_work_country .panels-flexible-column-intl_panel_layout-main,
.where_we_work_default .panels-flexible-column-intl_panel_layout-main{
  width:100%;
}

.where_we_work_country .panels-flexible-region-intl_panel_layout-header,
.where_we_work_default .panels-flexible-region-intl_panel_layout-header,
.what_we_work_on_group .panels-flexible-region-intl_panel_layout-header {
  width:100%;
}

.where_we_work_country .panels-flexible-column-last,
.what_we_work_on_group .panels-flexible-column-last {
  width:100%;
}

.where_we_work_country .span16.navbar-inner,
.where_we_work_default .span16.navbar-inner,
.what_we_work_on_group .span16.navbar-inner,
.where_we_work_country .main-page-backing,
.where_we_work_default .main-page-backing,
.what_we_work_on_group .main-page-backing,
.where_we_work_country #navbar form,
.where_we_work_default #navbar form,
.what_we_work_on_group #navbar form {
  display:none;
}

.authoring-info-blog > img{
  display: block;
  margin: auto;
  padding-bottom: 15px;
  max-width:250px;
}

.views-exposed-widgets .views-submit-button,
.views-exposed-widgets .views-reset-button{
    width: auto;
    display: inline-block;
    float: left;
}

.where_we_work_country .banner-tagline-static,
.what_we_work_on_group .banner-tagline-static {
  display:none;
}

#views-exposed-form-blurb-1x1-node-panel-pane-37{
  display:none;
}

.where_we_work_country .panels-flexible-column-intl_panel_layout-4-inside > div:first-of-type{
  padding-top:20px;
}
.where_we_work_country .panels-flexible-column-intl_panel_layout-4-inside > div:first-of-type > div > div > div > div:first-of-type{
  width:70%;
  display:inline-block;
  float:left;
	margin-bottom: 30px;
}
.page-what-we-do-where-we-work .view-id-countries .view-content{
-moz-column-count: 3;
-webkit-column-count:3;
column-count:3;
-moz-column-gap: 10px;
-webkit-column-gap:10px;
column-gap:10px;
}
.page-what-we-do-where-we-work .view-id-countries .view-content .regions{
display: inline-block;
width: 100%;
}

.footer-email input::-webkit-input-placeholder,
.form-text::-webkit-input-placeholder { /* Chrome */
  color: black;
}
.footer-email input:-ms-input-placeholder,
.form-text:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
.footer-email input::-moz-placeholder,
.form-text::-moz-placeholder { /* Firefox 19+ */
  color: black;
  opacity: 1;
}

.footer-email input:-moz-placeholder,
.form-text:-moz-placeholder { /* Firefox 4 - 18 */
  color: black;
  opacity: 1;
}

.form-text:focus + span button span{
  color: #fdc300;
}

#edit-keys:focus{
  background: #000;
  color: #fdc300;
}

.caret {
    border-top: 7px dashed;
    border-top: 7px solid \9;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
#homepage-slider .carousel-inner {
	max-width: 1360px;
	margin: auto;
	height: 500px;
}
/*.view-id-finance_flagged_content.view-display-id-block,*/
.view-id-Country_New_page_views.view-display-id-block_2,
.view-id-topic_new_page_content.view-display-id-block_2 {
    padding-bottom: 20px;
}

/*.view-id-finance_flagged_content .country-update-item,*/
.view-id-Country_New_page_views .country-update-item,
.view-id-topic_new_page_content .country-update-item {
    display: inline-block;
    width: 24.7%;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

/*.view-id-finance_flagged_content > .view-content,*/
.view-id-Country_New_page_views > .view-content,
.view-id-topic_new_page_content > .view-content {
    position: relative;
}

/*.view-id-finance_flagged_content .slider_row,*/
.view-id-Country_New_page_views .slider_row,
.view-id-topic_new_page_content .slider_row {
    overflow:hidden;
    white-space: nowrap;
    position: relative;
}

/*.view-id-finance_flagged_content .country-update-item img,*/
.view-id-Country_New_page_views .country-update-item img,
.view-id-topic_new_page_content .country-update-item img {
    width:100%; /*80%;*/
    height:auto;
	padding: 5px;
}

.view-id-Country_New_page_views .country-update-item .views-field-title{
    padding-top:10px;
    padding-right:50px;
    white-space:normal;
}

.view-id-staff_by_country .country-update-item {
    display: inline-block;
    width: 24.7%;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.view-id-staff_by_country > .view-content{
    position: relative;
}

.view-id-staff_by_country .slider_row{
    overflow:hidden;
    white-space: nowrap;
    position: relative;
}

.view-id-staff_by_country .country-update-item img{
    width:100%;
    height:auto;
}

.view-id-staff_by_country .country-update-item .field-name-field-job-title{
    /*padding-top:10px;*/
    padding-right:50px;
    white-space:normal;
}

.lead-feature-title-link a {
    color: #fff;
    font-weight: bold;
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.lead-feature-title-link a:hover {
	text-decoration: underline;
}

.lead-feature-title-link a span {
	text-decoration: none !important;
	color: #000;
}

.view-id-staff_by_country.view-display-id-block_3 .expert-holder p a,
.view-id-experts.view-display-id-block_4 .expert-holder p a,
.view-id-staff_by_country .country-update-item .expert-holder p a{
    /*padding-top:10px;*/
    color: #fdc300;
		border-bottom: 0;
}

.view-id-staff_by_country.view-display-id-block_3 .expert-holder p a:hover,
.view-id-experts.view-display-id-block_4 .expert-holder p a:hover,
.view-id-staff_by_country .country-update-item .expert-holder p a:hover {
    text-decoration: underline;
}

.view-id-staff_by_country.view-display-id-block_3 .expert-holder p a span,
.view-id-experts.view-display-id-block_4 .expert-holder p a span,
.view-id-staff_by_country .country-update-item .expert-holder p a span{
    /*padding-top:10px;*/
    color: #000;
		text-decoration: none !important;
}

.owl-carousel.owl-theme {
	overflow: hidden;
}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	opacity: 1;
}

.owl-theme .owl-controls .owl-prev {
    background: url(/images/arrow_yellow_left.png) no-repeat !important;
    float: left;
    top: 35%;
    left: 0;
    height: 36px;
		width: 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.owl-theme .owl-controls .owl-next {
    background: url(/images/arrow_yellow_right.png) no-repeat !important;
    float: left;
    top: 35%;
    right: 0;
    height: 36px;
		width: 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
		border-radius: 0 !important;
}
/*.view-id-finance_flagged_content .owl-buttons {
	text-align: center;
}

.view-id-finance_flagged_content .owl-buttons .owl-prev {
	top: 110px;
	left: 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/images/arrow_yellow_left.png) no-repeat !important;
	width: 30px;
  height: 36px;
}

.view-id-finance_flagged_content .owl-buttons .owl-next {
	top: 110px;
	right: 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/images/arrow_yellow_right.png) no-repeat !important;
	width: 30px;
  height: 36px;
}*/

.view-id-finance_flagged_content {
	overflow: hidden !important;
}

/*.owl-item img {
	width: 80%;
	margin: 0 30px;
}*/

.view-id-finance_flagged_content.view-display-id-block_1 {
	overflow: hidden !important;
	margin-left: 0;
}

.view-id-impact_views.view-display-id-block_2 img,
.view-id-topic_new_page_content.view-display-id-block_5 img,
.view-id-topic_new_page_content.view-display-id-block_4 img,
.view-id-staff_by_country.view-display-id-block_3 img,
.view-id-Country_New_page_views.view-display-id-block_5 img,
.view-id-Country_New_page_views.view-display-id-block_4 img,
.view-id-finance_flagged_content.view-display-id-block_1 img {
	padding: 5px 5px;
	width: 100%;
	max-width: 282px !important;
}

.view-id-staff_by_country.view-display-id-block_3 .views-field {
	padding: 0 5px;
}
/*
.view-id-Country_New_page_views > .view-content::after {
    content: '>';
    display: block;
    position: absolute;
    right: -30px;
    top: calc(50% - 46px);
    font-size: 46px;
    font-family: cursive;
}

.view-id-Country_New_page_views > .view-content::before {
    content: '<';
    display: block;
    position: absolute;
    left: -30px;
    top: calc(50% - 46px);
    font-size: 46px;
    font-family: cursive;
}
*/

.country_slider_control{
    display: block;
    position: absolute;
    top: 105px;
    font-size: 46px;
    font-family: Arial;
}

.country_slider_control.country_slider_left{
    left: -30px;
}

.country_slider_control.country_slider_right{
    right: -30px;
}

.country_slider_control:hover{
    cursor:pointer;
}

/*.news_views_link::after{
    content: " ►";
    color: rgb(253, 193, 0);
    font-weight: bold;
    font-size: 0.8em;
}*/

.view-display-id-block_1 .home-title-precis .fa-caret-right {
	color: #FDC300;
}

.big-header .navbar-collapse.collapse {
    padding-top: 31px;
}

.navbar-collapse.collapse {
    padding-right:0px;
}

a.header-donate-button-small{
    display:none;
}

.results {
	float: left;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.results .image {
	float: left;
	margin-right: 20px;
}

.results .details {
	/*float: left;*/
	display: block;
}

.results .details .title a {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.results .details .subtitle {
	font-size: 15px;
}

.results .details .date {
	font-size: 15px;
	font-weight: 700;
}

.view-id-country_all_updates.view-display-id-page .results .details .date,
.view-id-news.view-display-id-block_3 .results .details .date,
.view-id-events.view-display-id-block_2 .results .details .date,
.view-id-multimedia.view-display-id-block_6 .results .details .date,
.view-id-news.view-display-id-block_1 .results .details .date,
.view-id-publications_search_api.view-display-id-block_1 .results .details .date,
.view-id-blog.view-display-id-block .results .details .date,
.view-id-news.view-display-id-block_2 .results .details .date {
	font-size: 15px;
	font-weight: 100;
}

.view-id-country_all_updates.view-display-id-page a.news_views_link,
.view-id-news.view-display-id-block_3 a.news_views_link,
.view-id-events.view-display-id-block_2 a.news_views_link,
.view-id-multimedia.view-display-id-block_6 a.news_views_link,
.view-id-news.view-display-id-block_1 a.news_views_link,
.view-id-publications_search_api.view-display-id-block_1 a.news_views_link,
.view-id-blog.view-display-id-block a.news_views_link,
.view-id-news.view-display-id-block_2 a.news_views_link {
    color: #000;
    /*border-bottom: 2px solid #fdc300;*/
		color: #fdc300;
    font-weight: bold;
		font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.view-id-country_all_updates.view-display-id-page a.news_views_link span,
.view-id-news.view-display-id-block_3 a.news_views_link span,
.view-id-events.view-display-id-block_2 a.news_views_link span,
.view-id-multimedia.view-display-id-block_6 a.news_views_link span,
.view-id-news.view-display-id-block_1 a.news_views_link span,
.view-id-publications_search_api.view-display-id-block_1 a.news_views_link span,
.view-id-blog.view-display-id-block a.news_views_link span,
.view-id-news.view-display-id-block_2 a.news_views_link span {
	text-decoration: none !important;
	color: #000;
}

.view-id-country_all_updates.view-display-id-page .fa-caret-right,
.view-id-news.view-display-id-block_3 .fa-caret-right,
.view-id-events.view-display-id-block_2 .fa-caret-right,
.view-id-multimedia.view-display-id-block_6 .fa-caret-right,
.view-id-news.view-display-id-block_1 .fa-caret-right,
.view-id-publications_search_api.view-display-id-block_1 .fa-caret-right,
.view-id-blog.view-display-id-block .fa-caret-right,
.view-id-news.view-display-id-block_2 .fa-caret-right {
  margin-left: 5px;
  color: #fdc100;
}

.mediatype {
	margin-top: 10px;
	/*float: left;
	background: #fdc300;
  color: #000;
  font-weight: bold;
  padding: 8px 20px 6px;
  font-size: 14px;
  border-radius: 5px;
  letter-spacing: 1px;
  font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

#vmap {
	border: 3px solid #000;
}

p.newsblogpub a {
    color: #fdc300;
    font-weight: bold;
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p.newsblogpub a span {
	text-decoration: none !important;
	color: #000;
}

p.newsblogpub  .fa.fa-caret-right {
    color: #FDC300;
}
/*.view-id-news_and_views.view-display-id-block a,
.view-id-news_and_views.view-display-id-block_1 a,
.view-id-news_and_views.view-display-id-block_2 a {
	color: #000;
}*/

.view-id-news_and_views.view-display-id-block .imgtext,
.view-id-news_and_views.view-display-id-block_1 .imgtext,
.view-id-news_and_views.view-display-id-block_2 .imgtext {
	padding-bottom: 20px;
}

.tweets-holder {
	text-align: center;
	border-top: 1px solid #000;
	padding-top: 40px;
	margin-top: 40px;
}
.tweets-holder h2 {
	margin: 0 0 25px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.tweets-holder .carousel-control {
	width: 10%;
    bottom: auto;
    top: 10%;
}
.tweets-holder .carousel-inner {
	height: 200px;
}
.tweets-holder .carousel-inner .item {
	height: auto;
}
.tweets-holder .carousel-inner .item p {
	font-size: 25px;
    display: block;
    margin: 10px auto;
    max-width: 70%;
}
.tweets-holder .carousel-inner .item p a {
	font-weight: bold;
	color: #000;
	border-bottom: 2px solid #fdc300;
}
.tweets-holder .carousel-inner .item p a:hover {
	border-bottom: 2px solid #000;
	text-decoration: none;
}

h2.pane-title {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: 700;
}

.view-id-Country_New_page_views a,
.view-id-Country_New_page_views .field-content a {
	/*color: #000;*/
	font-weight: 700;
}

.view-id-Country_New_page_views a:hover,
.view-id-Country_New_page_views .field-content a:hover {
	/*color: #fdc300;*/
}

/*p.home-title-precis a {
    color: #fdc300;
    font-weight: bold;
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p.home-title-precis a span {
	text-decoration: none !important;
	color: #000;
}*/

p.updates_projects {
	font-size: 15px;
	color: #000;
  padding-top:20px;
	white-space: normal;
	padding: 0 5px;
}
p.updates_projects a {
    color: #000;
    /*border-bottom: 2px solid #fdc300;*/
		color: #fdc300;
    font-weight: bold;
		font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p.updates_projects a span {
	text-decoration: none !important;
	color: #000;
}

p.updates_projects .fa-caret-right {
  margin-left: 5px;
  color: #fdc100;
}

.view-id-project_partners.view-display-id-block_1 {
    padding: 0 20px;
		text-align: center;
}

ul.arrows_indent li .fa {
	color: #fdc300;
	margin-left: -20px;
	margin-right: 5px;
}

.nbp_title {
	font-size: 20px;
	float: right;
	margin-top: -40px;
	font-weight: 700;
	font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nbp_title a {
	color: #000;
}

.nbp_title a:hover {
	color: #fdc300;
	text-decoration: none;
}

.nbp_title .fa {
	color: #fdc300;
}

a.dummy-dropdown + ul {
	display: none !important;
}

.jobdesc {
	padding: 0px 0 20px 0;
	font-weight: 700;
}

.jobdesc a {
	color: #fdc300;
}

.jobdesc a span {
	color: #000;
	text-decoration: none;
}

.jobdesc .fa.fa-caret-right {
	color: #fdc300;
	margin-left: 5px;
}

.form-type-webform-email #edit-submitted-email-address {
	font-weight: 700;
	font-size: 16px;
}

.form-type-webform-email #edit-submitted-email-address:focus {
    background: #000;
    color: #fdc300;
}

.form-type-webform-email .form-control {
    border: 0;
    width: 210px;
    height: 44px;
}

#webform-client-form-13958 .form-actions .btn-primary {
	/*text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;*/
	background: url(/images/arrow_black_right.png) no-repeat 8px 15px;
	float: right;
  margin-right: -24px;
  margin-top: -59px;
  height: 44px;
  font-size: 0;
  background-color: #fff;
  border-radius: 0;
  border: 0;
	/*content: '\f0da';
	font-size: 30px;
	font-family: FontAwesome;
	width: 30px;
	background: #fff;
	color: #000;
	border: 0;
  height: 44px;
  border-radius: 0;*/
}

.view-id-projects_staff.view-display-id-block .project-staff a {
	font-size: 16px;
	color: #fdc300;
	border-bottom: 0;
}

.view-id-projects_staff.view-display-id-block .project-staff a:hover {
	text-decoration: underline;
}

.view-id-projects_staff.view-display-id-block .project-staff a span {
	color: #000;
	text-decoration: none !important;
}

.view-id-projects_staff.view-display-id-block .project-staff p {
	font-size: 16px;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.view-id-projects_staff.view-display-id-block .project-staff p i {
    color: #fdc300;
    font-size: 20px;
    display: inline-block;
    float: left;
    width: 20px;
    margin-right: 10px;
}

.page-user h1.page-header {
    display: none;  /* Don't display title if on a user profile page */
}

.donor_web {
	margin-top: 30px;
}

.donor_web .donor_url {
	font-weight: 700;
	display: inline;
}

.view.view-Country-New-page-views.view-id-Country_New_page_views.view-display-id-block_4 .view-header h3.pull-right.news-more-link {
	margin-top: -37px;
}

.view.view-Country-New-page-views.view-id-Country_New_page_views.view-display-id-block_4 .view-header a {
	font-size: 20px;
	color: #000;
}

.view.view-Country-New-page-views.view-id-Country_New_page_views.view-display-id-block_4 .view-header a:hover {
	color: #fdc300;
}

@media screen and (max-width:1450px){
    .big-header .header-donate-button{
        display:none;
    }

    a.header-donate-button-small{
        display:inline;
    }
}

@media screen and (max-width:736px){
	.view-id-news_and_views.view-display-id-block .views-row-odd,
	.view-id-news_and_views.view-display-id-block_1 .views-row-odd,
	.view-id-news_and_views.view-display-id-block_2 .views-row-odd {
		clear: both;
	}

	.footer-top li {
	    width: 32%;
			margin-bottom: 20px;
	}

	.carousel .slide-inner {
		position: absolute;
	    top: 80%;
	    width: 90%;
	    transform: translate(5%, -50%);
	    -webkit-transform: translate(5%, -50%);
	    background: #fff;
	    padding: 15px;
			left: 0;
	}
	.straplineLeft {
		left: 14%;
	}
	.straplineRight {
		right: 14%;
	}
	.carousel .slide-inner h2 {
		color: #000;
		font-size: 1.2em;
		margin: 0 0 5px;
	  font-weight:bold;
	}
	.carousel .slide-inner p {
		font-size: 1em;
	    margin: 0 0 10px;
	    color: #000;
			line-height: 1.4em;
	}

	.carousel .slide-inner a {
	    padding: 7px;
	    font-size: 1em;
	}

	.expert-holder {
    min-height: 255px;
    margin-bottom: 10px;
	}

	.expert-holder a.expert-picture {
    float: left;
    margin-right: 20px;
	}

}

@media screen and (max-width:414px){
	.carousel .slide-inner {
		position: absolute;
	    top: 80%;
	    width: 90%;
	    transform: translate(5%, -50%);
	    -webkit-transform: translate(5%, -50%);
	    background: #fff;
	    padding: 15px;
			left: 0;
	}
	.straplineLeft {
		left: 14%;
	}
	.straplineRight {
		right: 14%;
	}
	.carousel .slide-inner h2 {
		color: #000;
		font-size: 1.2em;
		margin: 0 0 5px;
	  font-weight:bold;
	}
	.carousel .slide-inner p {
		font-size: 1em;
	    margin: 0 0 10px;
	    color: #000;
			line-height: 1.4em;
	}

	.carousel .slide-inner a {
	    padding: 7px;
	    font-size: 1em;
	}

	.expert-holder {
    min-height: 375px;
    margin-bottom: 10px;
	}

	.expert-holder a.expert-picture {
    float: none;
    margin-right: 0px;
	}

	.expert-picture .img-responsive {
    margin: 0 auto;
	}

	.view-id-Country_New_page_views.view-display-id-block_4 img,
	.view-id-finance_flagged_content.view-display-id-block_1 img {
		margin: 0 auto;
	}

}

.view-id-related_publications .owl-item {
    width: 25%;
    display: inline-block;
    float: left;
    padding: 5px;
}

.view-id-related_publications a{
  color:#fdc100;
}


.related_title{
  margin-top:5px;
  text-decoration: none !important;
  color: #000;
  font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:15px;
  font-weight:700;
  display:inline-block;
}

.related_title i{
  color:#fdc100;
}

.donor-links{
  color:black;
}

.donor-links:hover{
  color:#fdc300;
  text-decoration: none;
}

/*
I have no idea why a page like

http://international-alert.org/donors/british-council

was pulling in nodes, so this hides it, sorry, -Joe Gandy

*/

.sidebar-first.page-taxonomy.page-taxonomy-term #block-system-main > article,
.sidebar-first.page-taxonomy.page-taxonomy-term #block-system-main > p,
.sidebar-first.page-taxonomy.page-taxonomy-term #block-system-main > .text-center .pagination{
    display: none;
}

/* End */

.view-projects.view-display-id-partners .field-name-field-project a{
  margin-top:5px;
  text-decoration: none !important;
  color: #000;
  font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:15px;
  font-weight:700;
  display:inline-block;
}


.view-projects.view-display-id-partners .field-name-field-project a:hover{
  text-decoration: underline !important;
}
