@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
div.flex_coordinators div.fci-top {
  position: relative;
  border: 1px solid #d2d2d2;
  height: 204px;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  background-size: cover; }
  div.flex_coordinators div.fci-top.hoverLink {
    transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s; }
    div.flex_coordinators div.fci-top.hoverLink:hover {
      opacity: 0.5;
      text-decoration: none; }
  div.flex_coordinators div.fci-top a {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block; }
    div.flex_coordinators div.fci-top a:hover {
      opacity: 0 !important;
      text-decoration: none !important; }
div.flex_coordinators div.fci-bottom {
  background: rgba(10, 155, 160, 0.3);
  border: 1px solid #0a9ba0;
  padding: 26px 30px 0 30px;
  position: relative; }
  div.flex_coordinators div.fci-bottom:after {
    content: '';
    position: absolute;
    right: -1px;
    top: -46px;
    width: 100%;
    height: 46px;
    background: url("../images/triangle_small.png") no-repeat right bottom/auto 100%; }
  div.flex_coordinators div.fci-bottom div.fcib-headline {
    font-family: "Universe", sans-serif;
    font-size: 18px; }
    div.flex_coordinators div.fci-bottom div.fcib-headline h3 a {
      font-size: inherit;
      color: #0a9ba0;
      display: inline;
      font-weight: normal;
      padding: 0; }
      div.flex_coordinators div.fci-bottom div.fcib-headline h3 a:before {
        display: none; }
  div.flex_coordinators div.fci-bottom a {
    color: #0a9ba0;
    margin: 0;
    display: block;
    word-wrap: break-word; }
    div.flex_coordinators div.fci-bottom a:hover {
      text-decoration: underline; }
  div.flex_coordinators div.fci-bottom > a {
    margin-bottom: 30px; }
  div.flex_coordinators div.fci-bottom > * a {
    font-weight: 700;
    display: block;
    padding-left: 24px;
    position: relative;
    font-size: 16px;
    color: #1d1d27;
    transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    color: #0a9ba0; }
    div.flex_coordinators div.fci-bottom > * a:before {
      content: url("../images/link-triangle.png");
      position: absolute;
      left: 0; }
    div.flex_coordinators div.fci-bottom > * a:hover {
      opacity: 0.5; }
    div.flex_coordinators div.fci-bottom > * a.external-link-new-window {
      display: inline;
      padding: 0; }
      div.flex_coordinators div.fci-bottom > * a.external-link-new-window:before {
        display: none; }
    div.flex_coordinators div.fci-bottom > * a:hover {
      text-decoration: none; }
  div.flex_coordinators div.fci-bottom p.bodytext:last-child {
    padding-bottom: 30px; }

@media screen and (max-width: 767px) {
  div.flex_coordinators div.fci-bottom {
    padding: 15px 10px; }
    div.flex_coordinators div.fci-bottom div.fcib-headline {
      font-size: 14px;
      margin-bottom: 5px; }
    div.flex_coordinators div.fci-bottom p,
    div.flex_coordinators div.fci-bottom a {
      font-size: 12px;
      max-width: 100%;
      display: block;
      overflow: hidden; } }

/*# sourceMappingURL=flex_coordinators.css.map */
