.field-flexible-section .entity-paragraphs-item {
  padding: 10px;
  margin-bottom: 10px;
  clear: both;
}

.field-flexible-section h2 {
  margin-top: 0;
}

.paragraphs-item-two-column .inner-content,
.paragraphs-item-three-four-column .paragraphs-items {
  display: flex;
  justify-content: space-between;
}

.paragraphs-item-three-four-column .paragraphs-items .field-paragraph-columns {
  width: auto;
}
.paragraphs-item-three-four-column .flex-columns-2 .field-paragraph-columns {
  width: 49%;
}
.paragraphs-item-three-four-column .flex-columns-3 .field-paragraph-columns {
  width: 33%;
}
.paragraphs-item-three-four-column .flex-columns-4 .field-paragraph-columns {
  width: 24%;
}
.paragraphs-item-three-four-column .flex-columns-5 .field-paragraph-columns {
  width: 19%;
}
.paragraphs-item-three-four-column .flex-columns-6 .field-paragraph-columns {
  width: 16%;
}
.paragraphs-item-three-four-column .flex-columns-7 .field-paragraph-columns {
  width: 13%;
}
.paragraphs-item-three-four-column .flex-columns-8 .field-paragraph-columns {
  width: 12%;
}

.paragraphs-item-two-column .field-paragraph-image, 
.paragraphs-item-two-column .field-paragraph-text-wrapper {
  width: 49%;
}

.field-paragraph-text u {
  color: inherit;
}

.field-paragraph-image {
  margin: 0 0 2%;
  line-height: 0;
}
.field-paragraph-image img {
  border-top: 4px solid #01a87d;
  max-width: 100%;
}

.paragraphs_bg_white {background-color: #FFFFFF;}
.paragraphs_bg_grey {background-color: #EEEEEE;}
.paragraphs_bg_green {background-color: #01a87d;}
.paragraphs_bg_green .field-paragraph-image img {border-color: #eee;}


.paragraphs_text_left {text-align: left;}
.paragraphs_text_right {text-align: right;}
.paragraphs_text_centred {text-align: center;}

.paragraphs_image_right .field-paragraph-image {
  order: 1;
}

#main .node .entity-paragraphs-item .group-image {
  overflow: visible;
  margin-bottom: 2%;
}
.entity-paragraphs-item .group-image,
.entity-paragraphs-item .group-image .field-paragraph-image {
  float: left;
}
.entity-paragraphs-item .group-image + .field-paragraph-text {
  clear: left;
}
.entity-paragraphs-item .group-image .field-caption {
  display: block;
  clear: both !important;
  width: auto;
  text-align: left;
  border: 0;
  padding: 5px;
  margin: 0 !important;
  font-size: 12px !important;
  background: #f5f5f5;
  font-family: georgia !important;
  line-height: 19px !important;
  height: auto !important;
  color: #01A87D;
  position: absolute;
  bottom: -16px;
  width: 100%;
}
.page-node #main #content .entity-paragraphs-item .group-image .field-caption p {margin: 0; font-size: 12px !important;}

.entity-paragraphs-item .group-image .field-paragraph-title {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 0px 0px 0px 3%;
  margin: 0;
  position: absolute !important;
  bottom: 12px;
}

.page-node #main #content .paragraphs-item-two-column .field-paragraph-text p:first-of-type {margin-top: 0;}

.paragraphs-item-accordion-section .panel-heading .panel-title {
  border: 0 none;
  border-radius: 0;
  background: #f5f5f5;
  padding: 1em 1.5em;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  position: relative;
}
.paragraphs-item-accordion-section .panel-heading span.panel-toggle-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 1.5em;
  background: none;
  color: #01A87D;
  text-indent: 0;
  cursor: pointer;
  pointer-events: none;
}
.paragraphs-item-accordion-section .panel-heading span.panel-toggle-icon::after {
  content: "\f067";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  vertical-align: middle;
}
.paragraphs-item-accordion-section .panel-open .panel-heading span.panel-toggle-icon::after {
  content: "\f068";
}
.paragraphs-item-accordion-section .panel-heading button {
  border:0 none;
  width: 100%;
  display: block;
  text-align: left;
  background: none;
  color: #01A87D;
  font-size: 18px;
  font-weight: normal;
}
.paragraphs-item-accordion-section .panel-heading button:active,
.paragraphs-item-accordion-section .panel-heading button:focus {
  outline: none;
}
.paragraphs-item-accordion-section .panel-body {
  padding: 1em 2.2em;
}

.paragraphs-item-meetings-or-minutes img.file-icon {
  width: 20px;
}