/*****FIELDS********/
.field--label-inline .field__label{
  display: inline-block;
  font-weight: 700;
  margin-right: 5px;
  margin-bottom: 10px;
}
.field--label-inline .field__item{
  display: inline-block;
  margin-bottom: 10px;
}

.field-label-inline .field-label {
    font-weight: 500;
}
.field-label-inline div {
    display: inline;
}

.field-name-body p {
    line-height: 1.5em;
    margin-top: 10px;
}
.field-type-text-with-summary a, .submitted a {
    color: #39b7b4;
    text-decoration: underline;
}
.field-type-text-with-summary a:hover {
    color: #50559b;
}
/****WEBFORMS*****/
.field--type-webform form:after, .field--type-webform form:before{
  content: " ";
  display: table;
}
.field--type-webform form:after{
  clear: both;
}
.field--type-webform .form-item{
  width: 94%;
  margin: 10px 3%;
  float: left;
}

.field--type-webform .form-actions{
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .field--type-webform .form-item{
    width: 44%;
  }
  .field--type-webform .form-type-textarea{
  width: 94%;
  }

}
@media (min-width: 992px) {
  
}