img {
  height: auto;
}

.reporthero img {
  width: 100%;
}

.w-richtext .field--name-field-media-image img {
  height: auto;
}

.teamgrid {
  cursor: pointer;
}

.teamgrid .teamdesc {
  height: 90px;
  overflow: hidden;
}

.teamgrid.expanded .teamdesc {
  height: auto;
}

.teamgrid .readmore {
  color: #009245;
  text-decoration: underline;
  font-size: 16px;
  padding-top: 15px;
}

.button.loadmore {
  text-decoration: none;
}

.views-infinite-scroll-content-wrapper {
  width: 100%;
}

.views-exposed-form.bef-exposed-form {
  width: 100%;
}

.reset {
  border: none;
  background-color: white;
}

.view-latest-content-listing .container.responsive {
  width: 100%;
}

.view-latest-content-listing  #edit-submit-latest-content-listing {
  display: none;
}

.paragraph--type--latest-content-listing {
  min-height: 516px;
}

.path-search-results .featured-content{
  display: none;
}
#block-useraccountmenu,
#block-useraccountmenu-2{
	text-align: right;
}
.dashboard {
	background-color: #e6e6e6;
	display: flex;
	justify-content: space-between;
	margin: 0 -20px;
}
body.page-node-type-dashboard-page .nav-menu,
body.user-logged-in.path-user  .nav-menu,
body.page-node-type-resource .nav-menu,
body.page-node-type-pledge  .nav-menu{
  padding-right: 20px;
}
.dashboard-menu a {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 15px;
	margin: 20px;
}
.dashboard #block-social-2{
    margin-right: 25px;
}
.field--name-field-views-listing table{
    width: 100%;
}
.field--name-field-views-listing table tr{
    border-bottom: 1px solid #88c13d;
}
.field--name-field-views-listing .views-field-title a{
    color: #000;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
}
.field--name-field-views-listing .views-field-title a {
	color: #000;
	text-decoration: none;
	font-size: 27px;
	font-weight: bold;
	display: block;
	padding: 20px 0;
}
.paragraph--type--tab .articlecontentblock {
	padding-top: 0;
}
.paragraph--type--tab .articleleft,
.paragraph--type--tab .articleright{
	display: none;
}
.paragraph--type--tab .articlecentre {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 900px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}
.paragraph--type--tab .articlecentre .div-block {
  padding-top: 0;
}
.node--type-pledge,
.node--type-resource{
	border-radius: 50px;
	border: 1px solid #8cc63f;
	padding: 70px;
	margin: 20px auto 50px;
	max-width: 1080px;
}
.titlePledge {
    font-family: Arvo, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 27px;
	font-weight: bold;
	display: block;
	padding: 20px 0;
    border-bottom: 1px solid #88c13d;
}
.backDashboard a{
    font-family: Arvo, sans-serif;
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
}
.webform-submission-form input:not(.button):not(.reset),
.webform-submission-form select,
.webform-submission-form textarea{
	border: 0;
	background-color: #eee;
	padding: 10px 15px;
	margin-bottom: 20px;
    width: 100%;
}
.js-form-type-checkbox input,
.js-form-type-radio input{
	width: auto !important;
	display: inline-block;
}

.webform-submission-form label {
    font-family: Arvo, sans-serif;
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
    margin-top: 10px;
}
.js-form-type-checkbox label,
.js-form-type-radio label{
    display: inline-block;
}

input.button{
    border: 0;
}
input.reset{
    border: 0;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 30px;
    border-radius: 30px;
    transition: box-shadow 200ms ease, transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
    font-family: Jost, sans-serif;
    color: #1c2d24;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
}

.webform-submission-form,
.webform-submission{
	border-radius: 50px;
	border: 1px solid #8cc63f;
	padding: 40px 50px 40px;
	margin: 50px auto 50px;
	max-width: 1080px;
    position: relative;
}
.webform-submission-form .webform-progress {
	position: absolute;
	top: -37px;
	left: 35px;
	width: calc(100% - 70px);
}
.webform-submission-form .webform-progress .progress-tracker{
    margin: 0;
}
.webform-submission-form .webform-progress .webform-progress__status,
.webform-submission-form .webform-progress .progress-marker{
	display: none
}
.webform-submission-form .webform-progress .progress-title {
	margin-top: 0;
	border: 1px solid  #8cc63f;
    background-color: #8cc63f;
    color: #000
}
.webform-submission-form .progress-step.is-active .progress-title{
    border-bottom: 1px solid #fff;
    background-color: #fff;
    font-weight: normal;
    color: #000;
    text-decoration: none
}
.webform-submission-form .webform-progress .progress-title:hover{
    background-color: #fff;
    font-weight: normal;
    color: #000;
    text-decoration: none
}
.webform-submission-form .form-wrapper {
	margin: 50px 0;
}
.nav-link.w-dropdown-toggle.dashboard-on{
    display: none;
}
body.user-logged-in .nav-link.w-dropdown-toggle.dashboard-on{
    display: inline-block;
    background-color: #009245;
    color: #fff;
}
body.user-logged-in #user-form{
    border-radius: 50px;
    border: 1px solid #8cc63f;
    padding: 70px;
    margin: 20px auto 50px;
    max-width: 1080px;
}

.reporthero.arh {
  margin-bottom: 20px;
  padding-top: 400px;
  padding-bottom: 20px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.reporthero.arh a{
  color: #fff;
}

.reporthero.arh .button{
  color: #1c2d24;
}
.fa {
  font-family: 'Fa solid 900', sans-serif;
}

#mission-3533 .introtext > .field--name-field-text > h3{
    color: inherit
}
.cardsTwoColumns ._2col{
    align-self: auto;
}

form#user-pass-reset input.reset{
	float: none;
	background-color: #d9e021;
	color: #006837;
	opacity: 1;
	background-image: none;
	font-weight: normal;
	cursor: pointer;

}
.menutitle {
	position: relative;
	top: 37px;
	width: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: #000;
	font-size: 22px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 2px;
}
.missioncard > .field--name-field-cards > .cardsTwoColumns{
    width: 100%;
}
.paragraph--type--mission{
    overflow: hidden!important;
}
.paragraph--type--tab a.paragraph--type--link {
	color: #000;
}

.articlecontentblock.paragraph--type--accordion {
  padding-top: 0px;
}

/* EXTRA DEV*/
.paragraph--type--mission .paragraph--type--accordion{
    width: 100%;
}
.paragraph--type--mission .paragraph--type--accordion .articleleft,
.paragraph--type--mission .paragraph--type--accordion .articleright{
    width: auto;
}
.paragraph--type--mission .paragraph--type--accordion .articlecentre{
    width: 100%;
}
.imageIcon > .field--name-field-logo > div{
    display: block;
    text-align: center;
}

.imageIcon > .field--name-field-logo > div > img{
    display: inline-block;
}
/* EXTRA DEV end */
.long-container {
  width: 100%;
}
.field--name-body p > iframe{
  width: 100%;
  max-width: 560px;
}
.noHTML *{
  font-weight: normal;
  text-align: left;
}