.green-content{
  width: 100%;
  overflow: hidden;
  background-color: #51b79f;
  background-image: url(/cached/img/landingpage/background_texture.png);
  position: relative; 
  flex-direction: row;
}
.green-content .labour-row{border:0;}
.green-content .col{
  width:100%;
  background: none;
  box-sizing: border-box;
  padding: 8px;
}
.green-content .col:last-child{
  position: relative;
  display: none;
}
.green-content .content-wrapper.map{
  display: none;
}
.green-content h2{
  padding-bottom: 0;
  margin-top: 12px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 900px){
 .green-content h2{
  text-align: left;
 }
}
.text-button-row{
  margin: auto;
  display: table;
  width: auto;
  max-width: inherit;
  position: relative;
  padding-top: 24px;
}
.green-content label.error{
  color:#c50037;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  position: absolute;
  left:0;
  top:-24px;
}

.green-content input[type="text"]{
  min-height: inherit;
  width: 192px;
  box-sizing: border-box;
  display: table-cell;
  font-size: 18px;
  padding: 9px 9px; 
  color: #51b79f;
  background: #fff;
  border: 1px solid #fff; 
  height: auto; 
  line-height: 1.2; 
  margin: 0px auto 18px auto;
  cursor: pointer;
  text-align: center;
  text-decoration: none; 
  font-weight: 600;
  border-radius: 2px 0px 0px 2px;
  text-overflow: clip;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; 
}
.green-content button.submit{
  box-sizing: border-box;
  color: #fff;
  background: rgba(0,0,0,0);
  border: 1px solid #fff; 
  display: table-cell; 
  font-size: 18px;
  padding: 9px 24px; 
}

/* STYLING THE RESULT PANNEL*/
.display-events-container{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
  -webkit-flex-flow: row wrap;
  justify-content: center;

}
.display-events-container .upcoming-event{ 
  margin: 24px 12px 24px 12px;
  padding: 14px;
  width: 304px;  
  border: 1px solid #929292;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-sizing: border-box;
  text-align: center;
  color: #51b8a0;
  border-top: 2px solid #51b8a0; /*green*/
  position: relative;
}
 

.display-events-container .upcoming-event .icon-map{
  background-color: #51b8a0; /*green*/
  -webkit-mask-image: url(http://www.labour.org.uk/page/-/map.svg);
  mask-image: url(http://www.labour.org.uk/page/-/map.svg);
  -webkit-mask-size: 16px;
  mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.display-events-container .upcoming-event .icon-time{
  background-color: #51b8a0; /*green*/
  -webkit-mask-image: url(http://www.labour.org.uk/page/-/calendar.svg);
  mask-image: url(http://www.labour.org.uk/page/-/calendar.svg);
  -webkit-mask-size: 16px;
  mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
 
 
.display-events-container h4.upcoming-event-title{ 
  margin: 0;
  font-size: 18px;
  padding-bottom: 12px;
  color: #51b8a0;
  line-height:inherit;
}
.display-events-container h4.upcoming-event-title a{
  color: #51b8a0;
}  

.display-events-container .upcoming-event-description .shortened-text{ 
  line-height: 1.5em;
  font-size: 16px;
  margin:0 auto 12px auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 73.2px;
  display: block;
  display: -webkit-box;
  width: 95%;
  color:#1c2e36;
}
address.address{
  color:#929292;
  line-height: 1.2em; 

}

address.address span{
  width: 100%;
  font-style: normal;
  float: left;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: left;
  margin: 4px 0;
  font-size: 14px;
}
address.address span i{
  width: 20px;
  height:20px;
  display: block;
  float: left;
  background-size: contain;
  margin-right: 6px;
}
address.address .buttons{
  display: inline-block;
  width: 100%;
  padding-top:38px;
}
address.address .buttons a{
  margin-top: 8px;
  color: #fff;
  background: rgba(0,0,0,0);
  border: 1px solid #fff;
  display: inline-block;
  font-size: 18px;
  padding: 9px 24px;
  background-color: #51b8a0;
  font-style: normal;
  box-sizing: border-box; 
  width: calc(100% - 24px); 
  border-radius: 2px;
  position: absolute;
  left:12px;
  bottom:12px;
}




@media only screen and (min-width: 900px) { 
 .green-content .col{
    width: 50%;
    padding: 50px;
 }
 .green-content .col:last-child{
   position: relative;
   display: block;
 }

  .green-content .content-wrapper.map{
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: url(http://www.labour.org.uk/page/-/Images/campaign-2017.jpg) center center no-repeat;
    background-size: cover; 
  } 

  .text-button-row{
    margin: 0; 
    width: 100%;
  } 
  .green-content input[type="text"]{
    width: 260px;

  }
  .green-content input[type="text"],
  .green-content button.submit{
    text-align: left;
  }
 

}
  
.green-content input::-webkit-input-placeholder { 
  color: rgba(81, 183, 159, 0.5);
  font-size: 19px;
}
.green-content input::-moz-placeholder { 
  color: rgba(81, 183, 159, 0.5);
  font-size: 19px;
}
.green-content input:-ms-input-placeholder { 
  color: rgba(81, 183, 159, 0.5);
  font-size: 19px;
}
.green-content input:-moz-placeholder { 
  color: rgba(81, 183, 159, 0.5);
  font-size: 19px;
}
