@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_content-box div.fcb-top {
  position: relative;
  height: 186px;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 4px solid #fff;
  transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s; }
  div.flex_content-box div.fcb-top.center.middle {
    background-position: center center; }
  div.flex_content-box div.fcb-top.center.top {
    background-position: center top; }
  div.flex_content-box div.fcb-top.center.bottom {
    background-position: center bottom; }
  div.flex_content-box div.fcb-top.left.middle {
    background-position: left center; }
  div.flex_content-box div.fcb-top.left.top {
    background-position: left top; }
  div.flex_content-box div.fcb-top.left.bottom {
    background-position: left bottom; }
  div.flex_content-box div.fcb-top.right.middle {
    background-position: right center; }
  div.flex_content-box div.fcb-top.right.top {
    background-position: right top; }
  div.flex_content-box div.fcb-top.right.bottom {
    background-position: right bottom; }
  div.flex_content-box div.fcb-top a {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1; }
  div.flex_content-box div.fcb-top:hover {
    opacity: 0.5 !important;
    text-decoration: none !important; }
div.flex_content-box div.fcb-bottom {
  padding: 25px 20px 20px;
  position: relative;
  background-color: rgba(10, 155, 160, 0.3);
  border-width: 1px;
  border-style: solid;
  border-color: #0a9ba0; }
  div.flex_content-box div.fcb-bottom * {
    font-size: 15px; }
  div.flex_content-box div.fcb-bottom:after {
    content: '';
    position: absolute;
    right: -1px;
    top: -67px;
    width: 100%;
    height: 67px;
    background: url("../images/triangle_big.png") no-repeat right bottom/auto 100%; }
  div.flex_content-box div.fcb-bottom div.fcbb-headline {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px; }
    div.flex_content-box div.fcb-bottom div.fcbb-headline a {
      display: block;
      font-size: inherit;
      text-align: inherit;
      transition: opacity 0.25s;
      -webkit-transition: opacity 0.25s; }
      div.flex_content-box div.fcb-bottom div.fcbb-headline a:hover {
        opacity: 0.5;
        transition: opacity 0.25s;
        -webkit-transition: opacity 0.25s; }
    div.flex_content-box div.fcb-bottom div.fcbb-headline + * a {
      text-decoration: none !important;
      font-weight: 700;
      display: block;
      padding-left: 24px;
      position: relative;
      font-size: 16px;
      color: #1d1d27;
      transition: opacity 0.25s;
      -webkit-transition: opacity 0.25s;
      margin-top: 18px; }
      div.flex_content-box div.fcb-bottom div.fcbb-headline + * a:before {
        content: url("../images/link-triangle.png");
        position: absolute;
        left: 0; }
      div.flex_content-box div.fcb-bottom div.fcbb-headline + * a:hover {
        opacity: 0.5; }
      div.flex_content-box div.fcb-bottom div.fcbb-headline + * a.external-link-new-window {
        display: inline;
        padding: 0;
        margin: 0;
        font-size: inherit;
        line-height: inherit;
        color: #0a9ba0; }
        div.flex_content-box div.fcb-bottom div.fcbb-headline + * a.external-link-new-window:before {
          content: '';
          display: none; }

div.flex_three-col div.flex_content-box div.fcb-bottom:after {
  background-image: url("../images/triangle_small.png");
  top: -46px;
  height: 46px; }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  div.flex_three-col div.flex_content-box div.fcb-top {
    width: 210px;
    float: left;
    border-right: 4px solid #fff;
    border-bottom: 0;
    background-position: center top !important; }
  div.flex_three-col div.flex_content-box div.fcb-bottom {
    margin-left: 210px;
    padding-left: 30px; }
    div.flex_three-col div.flex_content-box div.fcb-bottom p {
      line-height: 18px; }
    div.flex_three-col div.flex_content-box div.fcb-bottom > div > p:last-child a {
      position: absolute;
      bottom: 0;
      left: 0;
      padding-left: 54px;
      line-height: 42px;
      height: 54px;
      display: block;
      width: 100%;
      background: #b5e1e2; }
      div.flex_three-col div.flex_content-box div.fcb-bottom > div > p:last-child a:before {
        left: 30px; }
    div.flex_three-col div.flex_content-box div.fcb-bottom:after {
      width: 46px;
      height: 100%;
      background-image: url("../images/triangle_small_vert.png");
      background-size: 100% auto;
      top: auto;
      right: auto;
      bottom: -1px;
      left: -46px; } }
@media screen and (max-width: 767px) {
  div.flex_three-col div.flex_content-box div.fcb-top {
    height: 260px; }

  div.flex_content-box div.fcb-top {
    height: 260px; } }
@media screen and (max-width: 479px) {
  div.flex_content-box div.fcb-bottom {
    padding-left: 10px;
    padding-right: 10px; } }

/*# sourceMappingURL=flex_content-box.css.map */
