#home--fob {
  background: #2A336A; }
  #home--fob .container {
    padding: 20px 0 0;
    border-bottom: 1px solid #d0d0d0; }
    @media (max-width: 600px) {
      #home--fob .container {
        padding: 20px 20px 0; } }
    #home--fob .container svg {
      width: 100%;
      max-width: 320px;
      padding: 30px 10px;
      position: relative;
      left: 50%;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%); }
    #home--fob .container .btn {
      background: #00afaa;
      color: #FFF;
      display: block;
      margin: 30px auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      #home--fob .container .btn:hover {
        background: #007c78; }
    #home--fob .container .col {
      padding: 20px 20px 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.333%;
      display: inline-block;
      float: left;
      position: relative;
      cursor: pointer; }
      @media (max-width: 768px) {
        #home--fob .container .col {
          width: 50%;
          display: inline-block;
          float: left; } }
      @media (max-width: 600px) {
        #home--fob .container .col {
          width: 100%;
          display: block;
          min-height: auto;
          padding: 20px 0; } }
      #home--fob .container .col:after {
        content: "";
        height: 1px;
        width: calc(100% - 40px);
        opacity: 0;
        background: #00afaa;
        position: absolute;
        bottom: 0;
        left: 50%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
        @media (max-width: 600px) {
          #home--fob .container .col:after {
            width: 100%; } }
      #home--fob .container .col .thumbnail {
        height: 160px;
        overflow: hidden;
        width: 100%;
        position: relative;
        cursor: pointer;
        background-size: cover;
        background-position: center; }
        #home--fob .container .col .thumbnail .post-intro {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          background: rgba(0, 0, 0, 0.5);
          color: #FFF;
          height: 100%;
          width: 100%;
          padding: 20px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transition: 0.5s ease-in-out;
          -o-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out; }
          #home--fob .container .col .thumbnail .post-intro .read-time {
            color: #e6e6e6;
            text-transform: uppercase;
            font-size: 12px;
            font-family: "Lato", sans-serif;
            font-weight: 600;
            display: block;
            padding-bottom: 20px; }
          #home--fob .container .col .thumbnail .post-intro p {
            margin: 0;
            font-size: 14px;
            font-weight: 300;
            font-family: "Lato", sans-serif;
            line-height: 20px; }
        #home--fob .container .col .thumbnail img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%; }
      #home--fob .container .col:hover:after {
        opacity: 1; }
      #home--fob .container .col:hover .thumbnail .post-intro {
        opacity: 1; }
      #home--fob .container .col .post-date {
        display: block;
        font-size: 14px;
        font-weight: 600;
        font-family: "Lato", sans-serif;
        color: #808080;
        padding: 5px 0 10px; }
      #home--fob .container .col strong {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #00afaa;
        line-height: 18px;
        display: block; }
      #home--fob .container .col .post-tag {
        display: block;
        padding: 15px 0 0; }
        #home--fob .container .col .post-tag a {
          border: 1px solid #afaeae;
          font-size: 10px;
          font-weight: 500;
          font-family: "Lato", sans-serif;
          padding: 0 5px;
          display: inline-block;
          color: #afaeae;
          text-decoration: none;
          margin-right: 5px;
          margin-bottom: 5px;
          -webkit-transition: 0.25s ease-in-out;
          -o-transition: 0.25s ease-in-out;
          transition: 0.25s ease-in-out; }
          #home--fob .container .col .post-tag a:hover {
            background: #afaeae;
            color: #FFF; }
