DIV.block-inline-blockstandard-section {
  margin-bottom: 1.2em;
}

DIV.block-inline-blockstandard-section .clearfix {
  clear: initial;
}

DIV.block-inline-blockstandard-section H2.iac-h2-noborder {
  border-top: none;
}

DIV.block-inline-blockstandard-section H2.iac-h2-center,
DIV.block-inline-blockstandard-section H3.iac-h2-center {
  text-align: center;
}

DIV.block-inline-blockstandard-section H2.iac-h2-noborder-center,
DIV.block-inline-blockstandard-section H3.iac-h2-noborder-center {
  text-align: center;
  border-top: none;
}

/*- Remove the bottom margin of the last element of the content area, so that spacing isn't doubled (when added to the block margin) -*/
DIV.block-inline-blockstandard-section DIV.text-formatted:last-child *:last-child {
  margin-bottom: 0;
}

DIV.block-inline-blockstandard-section DIV.iac-image-top-center {
  text-align: center;
}

DIV.block-inline-blockstandard-section DIV.iac-image-float-right {
  text-align: center;
}

@media handheld, only screen and (min-width: 800px) {
  DIV.block-inline-blockstandard-section DIV.iac-image-float-right {
    clear: both;
    text-align: unset;
    float: right;
    margin: 0 0 0 10px;
  }
  DIV.block-inline-blockstandard-section DIV.iac-image-float-right + DIV {
    clear: none;
  }
}

DIV.block-inline-blockstandard-section DIV.iac-image-float-left DIV.field--name-field-image {
  text-align: center;
  margin: 10px;
}
DIV.block-inline-blockstandard-section DIV.iac-image-float-left DIV.field--name-field-image IMG {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 175px;
  max-height: 175px;
}

@media handheld, only screen and (min-width: 800px) {
  DIV.block-inline-blockstandard-section DIV.iac-image-float-left {
    clear: both;
    display: grid;
    grid-template-columns: 195px auto;
    grid-gap: 0.8rem;
  }
}

DIV.block-inline-blockstandard-section.iac-image-float-right DIV.field--name-body.clearfix::after {
  clear: none;
}

DIV.block-inline-blockstandard-section DIV.field--name-field-more-information P {
  margin: 0;
}

@media handheld, only screen and (min-width: 800px) {
  DIV.block-inline-blockstandard-section.iac-image-float-right-link DIV.field--name-field-more-information P A {
    width: 100%;
    box-sizing: border-box;
  }
}

