  #mc_embed_signup_scroll {
     color:#fff;
     font-family:"ff-tisa-web-pro", serif;
  }
  
  #mc_embed_signup_scroll h2 {
      color:#fff;
      font-family:"ff-tisa-web-pro", serif;
  }
  
  #mc_embed_signup_scroll input {
      padding:5px 20px;
      color:#433f3f;
  }
  #mc_embed_signup input.mce_inline_error {
      border-color:#66b5a7;
  }
  #mce-responses {max-width:320px;}

html, body {
    width: 100%;
    background-color: #fff;
    min-height: 100%;
    height: auto;
    min-width: 1px !Important;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out; */ }
  
  a {
    text-decoration: none;
    border: none;
    color: #66b5a7; }
  
  img {
    max-width: 100%;
    border: none; }
  
  .btn {
    border: medium none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: "ff-tisa-web-pro", serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 15px 0px;
    outline: medium none;
    padding: 10px 70px;
    position: relative;
    transition: none 0s ease 0s;
    background: #66b5a7 none repeat scroll 0 0;
    color: #fff;
    font-style: italic; }

  #home {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
  }
  
  .hero-logo-wrapper {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 99;
    max-width: 230px;
    max-height: 130px;
    padding: 15px;
  }
  
  .hero-logo {
    max-width: 200px;
    max-height: 100px;
  }
  
  #google-rss-feed {
    text-align: center;
  }
  
  #google-rss-feed .row {
    text-align: left;
  }
  
  #google-rss-feed-toggle {
    display: inline-block;
    margin: 0 2em 4em;
  }
  
  @media (max-width: 768px) {
    .hero-logo-wrapper {
      bottom: 10px;
      left: 10px;
    }
  
    .hero-logo {
      max-width: 140px;
      max-height: 50px;
    }
  }
  
  #home #global-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; }
    #home #global-top .wrap {
      width: 960px;
      margin: 0 auto;
      max-width: 100%;
      position: relative;
      padding: 0; }
      #home #global-top .wrap #logo {
        position: relative;
        top: 20px;
        width: 136px; }
    @media screen and (max-width: 1000px) {
      #home #global-top {
        padding: 0 2%; } }
    @media screen and (max-width: 960px) {
      #home #global-top {
        padding: 0 5%; }
        #home #global-top .wrap #logo {
          width: 100px;
          top: 26px; } }
  
  .sub-page #global-top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 80px;
    background-color: #104a95; }
    .sub-page #global-top .wrap {
      width: 960px;
      margin: 0 auto;
      max-width: 100%;
      position: relative;
      padding: 0; }
      .sub-page #global-top .wrap #logo {
        position: relative;
        top: 20px;
        width: 136px; }
    @media screen and (max-width: 1000px) {
      .sub-page #global-top {
        padding: 0 2%; } }
    @media screen and (max-width: 960px) {
      .sub-page #global-top {
        padding: 0 5%; }
        .sub-page #global-top .wrap #logo {
          width: 100px;
          top: 26px; } }
  
  .cycle-pager {
    position: absolute;
    text-align: center;
    left: 0%;
    width: 100%;
    bottom: 10px;
    z-index: 110; }
    .cycle-pager span {
      font-size: 30px;
      color: #fff;
      cursor: pointer; }
    .cycle-pager span.cycle-pager-active {
      color: #ccc; }
  
  #home-top {
    height: 495px;
    position: relative;
    z-index: 1;
    overflow: hidden;
   }
    #home-top .cycle-carousel-wrap {
      width: 100%; }
    #home-top .cycle-prev {
      position: absolute;
      z-index: 200;
      top: 50%;
      left: 3%;
      width: 20px;
      height: 20px; }
    #home-top .cycle-next {
      position: absolute;
      z-index: 200;
      top: 50%;
      right: 3%;
      width: 20px;
      height: 20px; }
    #home-top .cycle-prev i, #home-top .cycle-next i {
      font-size: 2.5em;
      color: #fff;
      cursor: pointer; }
    #home-top .panel {
      width: 100%;
      height: 495px; }
    #home-top .hero {
      display: inline-block;
      float: left;
      width: 59%;
      height: 100%;
      background-size: cover;
      background-position: right 0;
      -webkit-box-reflect: right;
      -moz-box-reflect: right;
      z-index: 2;
      background-repeat: no-repeat;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
    #home-top .flip {
      display: inline-block;
      float: left;
      width: 41%;
      background-size: auto 100%;
      height: 100%;
      position: relative;
      z-index: 5;
      background-repeat: no-repeat;
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      background-position: right 0;
      background-size: auto 100%;
      -webkit-transition: .0s ease-in-out;
      -moz-transition: .0s ease-in-out;
      -o-transition: .0s ease-in-out;
      transition: .0s ease-in-out; }
      #home-top .flip h1 {
        font-family: "brandon-grotesque", sans-serif;
        width: 250px;
        padding: 20px 20px;
        color: #fff;
        margin: 0 0 0 -125px;
        position: relative;
        left: 50%;
        top: 30%;
        border: 1px solid #589ec0;
        font-size: 32px;
        line-height: 37px;
        font-weight: 300;
        z-index: 15;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        text-align: center;
        text-transform: uppercase; }
        #home-top .flip h1 strong {
          font-weight: 700; }
      #home-top .flip h1:before, #home-top .flip h1:after {
        position: absolute;
        content: '';
        border: 1px solid #366882;
        width: 250px;
        height: 100%;
        top: 0;
        left: 0; }
      #home-top .flip h1:before {
        margin: -12px 0 0 -12px; }
      #home-top .flip h1:after {
        margin: 12px 0 0 10px; }
    #home-top .flip:after {
      position: absolute;
      z-index: 6;
      content: '';
      width: 100%;
      height: 100%;
      background-color: #104a95;
      opacity: .7;
      top: 0;
      left: 0; }
    @media screen and (max-width: 960px) {
      #home-top .hero {
          width:100%;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out; }
      #home-top .flip {
        width: 100%;
        background-image:none !important;
        -webkit-transition: .0s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        -moz-transition: .0s ease-in-out;
        -o-transition: .0s ease-in-out; }
        #home-top .flip h1 {
          left: auto;
          margin: 0 auto; } }
    @media screen and (max-width: 568px) {
      #home-top {
        height: 328px; }
        #home-top .panel {
          height: 328px; }
        #home-top .flip h1 {
          width: 190px;
          font-size: 22px;
          line-height: 26px;
          padding: 15px 20px; }
        #home-top .flip h1:before, #home-top .flip h1:after {
          width: 190px;
          height: 100%; }
        #home-top .flip h1:before {
          margin: -10px 0 0 -10px; }
        #home-top .flip h1:after {
          margin: 10px 0 0 8px; } }
  
  #mobile-top {
    display: none;
    height: 51px;
    background-color: #232a2b;
    text-align: center;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%; }
    @media screen and (max-width: 568px) {
      #mobile-top {
        display: block; } }
    #mobile-top img {
      display: inline-block;
      margin: 10px auto 0 auto;
      width: 32px;
      height: 32px; }
  
  #menu-toggle {
    position: absolute;
    top: 34px;
    right: 200px;
    z-index: 999;
    width: 100px;
    height: 17px;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    #menu-toggle text {
      font-style: none !Important;
      position: absolute;
      bottom: 0;
      width: 100%;
      top: -6px;
      font-size: 22px;
      color: #fff;
      left: 30px;
      line-height: 30px;
      font-weight: 700;
      font-family: "brandon-grotesque", sans-serif; }
    #menu-toggle #t-close {
      display: none; }
    #menu-toggle span {
      display: block;
      position: absolute;
      height: 4px;
      width: 21px;
      background: #66b5a7;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    @media screen and (max-width: 960px) {
      #menu-toggle {
        right: 60px;
        top: 34px; } }
    @media screen and (max-width: 568px) {
      #menu-toggle {
        right: 40px;
        top: 34px;
        width: 70px; } }
  
  #menu-toggle.open #t-menu {
    display: none; }
  #menu-toggle.open #t-close {
    display: block; }
  
  #menu-toggle span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  
  #menu-toggle span:nth-child(2) {
    top: 7px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  
  #menu-toggle span:nth-child(3) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center; }
  
  #menu-toggle.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
    background: #104a95; }
  
  #menu-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
    background: #104a95; }
  
  #menu-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
    left: 5px;
    background: #104a95; }
  
  #nav {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 101;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #66b5a7;
    width: 460px;
    padding: 105px 195px 0 40px;
    height: 100vh;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
    #nav li {
      text-align: right;
      list-style: none; }
      #nav li a {
        font-size: 30px;
        line-height: 60px;
        font-family: "brandon-grotesque", sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        color: #fff; }
    @media screen and (max-width: 960px) {
      #nav {
        padding-right: 50px; } }
  
  #nav.open {
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
  
  .panel {
    display: block;
    position: relative;
    width: 100%;
    clear: both;
    font-weight: 400;
    font-family: "ff-tisa-web-pro", serif;
    color: #433f3f;
    font-size: 16px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
    .panel .wrap {
      width: 960px;
      margin: 0 auto;
      max-width: 100%;
      padding: 70px 0;
      position: relative;
      height: 100%; }
    .panel .wrap-small {
      width: 568px;
      margin: 0 auto;
      max-width: 100%;
      position: relative;
      height: 100%; }
    .panel h2 {
      font-weight: 400;
      font-family: "ff-tisa-web-pro", serif;
      color: #433f3f;
      font-size: 18px;
      line-height: 34px;
      margin: 20px 0; }
      .panel h2 span {
        color: #104a95;
        font-weight: 700; }
    .panel h3 {
      color: #d7d8d8;
      font-family: "brandon-grotesque", sans-serif;
      font-size: 30px;
      font-weight: 300;
      border-bottom: 1px solid #d7d8d8;
      display: block;
      text-align: center;
      width: 100%;
      margin: 0 0 40px 0;
      text-transform: uppercase;
      padding: 0 0 30px 0; }
      .panel h3 span {
        font-weight: 500; }
    .panel h4 {
      color: #104a95;
      font-weight: 300;
      font-family: "brandon-grotesque", sans-serif;
      font-size: 30px;
      line-height: 34px;
      margin: 20px 0;
      text-transform: uppercase; }
    .panel p, .panel li {
      font-weight: 400;
      font-family: "ff-tisa-web-pro", serif;
      color: #433f3f;
      font-size: 16px;
      line-height: 34px;
      margin: 15px 0; }
      .panel p a, .panel p a:active, .panel p a:visited, .panel p a:link, .panel li a, .panel li a:active, .panel li a:visited, .panel li a:link {
        color: #66b5a7; }
      .panel p a.btn, .panel li a.btn {
        color: #fff; }
    .panel ul {
      margin: 15px 0 0 25px; }
      .panel ul li {
        margin: 0px 0;
        line-height: 20px; }
    .panel p.underline {
      border-bottom: 1px solid #eae7de;
      padding-bottom: 15px; }
    .panel .vert {
      top: 50%;
      position: relative;
      z-index: 110;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .panel .col-wrap {
      display: block;
      width: 100%;
      padding: 0 0 0px 0; }
      .panel .col-wrap .col {
        float: left;
        width: 250px;
        display: inline-block;
        margin-right: 105px; }
        .panel .col-wrap .col p {
          font-weight: 400;
          font-family: "ff-tisa-web-pro", serif;
          color: #433f3f;
          font-size: 14px;
          line-height: 24px;
          margin: 15px 0; }
        .panel .col-wrap .col a {
          color: #433f3f;
          text-decoration: none; }
        .panel .col-wrap .col a:hover {
          text-decoration: underline; }
        .panel .col-wrap .col span.date {
          font-style: italic; }
      .panel .col-wrap .col:last-child {
        float: right;
        margin-right: 0px; }
    @media screen and (max-width: 960px) {
      .panel .col-wrap .col {
        margin: 0 2%; }
      .panel .col-wrap .col:last-child {
        float: left; } }
    @media screen and (max-width: 960px) {
      .panel .wrap, .panel .wrap-small {
        padding: 50px 2%; } }
    @media screen and (max-width: 568px) {
      .panel h2 {
        font-size: 16px;
        line-height: 28px; }
      .panel h3 {
        font-size: 22px;
        line-height: 24px;
        padding: 0 0 15px 0;
        margin: 0 0 20px 0; }
      .panel .wrap, .panel .wrap-small {
        padding: 30px 5%; }
      .panel .col-wrap .col {
        margin: 0 auto 20px auto;
        float: none;
        display: block; }
        .panel .col-wrap .col p {
          font-size: 16px;
          line-height: 21px; }
      .panel .col-wrap .col:last-child {
        margin: 0 auto 20px auto;
        float: none; }
      .panel p, .panel li {
        font-size: 14px;
        line-height: 21px;
        margin: 15px 0; } }
  
  .panel.center .wrap {
    padding: 70px 0 55px 0; }
  .panel.center h2, .panel.center p {
    text-align: center; }
  .panel.center .btn {
    margin: 0 26px 15px 26px; }
  @media screen and (max-width: 960px) {
    .panel.center .wrap, .panel.center .wrap-small {
      padding: 50px 2%; } }
  @media screen and (max-width: 568px) {
    .panel.center .wrap, .panel.center .wrap-small {
      padding: 30px 5%; } }
  
  .panel.bg-image {
    background-repeat: repeat;
    background-position: 0 0; }
    .panel.bg-image h2 {
      margin-top: 0px; }
    .panel.bg-image p {
      margin: 30px 0 0 0; }
  
  .panel.feature {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 379px; }
    .panel.feature h2 {
      font-size: 52px;
      line-height: 60px;
      font-weight: 100;
      color: #fff;
      font-family: "brandon-grotesque", sans-serif;
      text-transform: uppercase; }
      .panel.feature h2 span {
        color: #fff;
        display: block; }
    @media screen and (max-width: 568px) {
      .panel.feature h2 {
        font-size: 22px;
        line-height: 26px; } }
  
  .panel.content #team {
    display: block;
    width: 100%; }
    .panel.content #team .member {
      display: block;
      width: 100%;
      padding: 40px 0;
      border-bottom: 1px dashed #d7d8d8; }
      .panel.content #team .member img {
        float: left;
        width: 30%;
        max-width: 180px; }
      .panel.content #team .member .copy {
        float: right;
        width: 70%;
        padding: 0 0 0 2%; }
        .panel.content #team .member .copy h3 {
          font-size: 26px;
          line-height: 34px;
          padding: 0;
          border: none;
          text-align: left;
          margin: 0;
          color: #433f3f;
          font-weight: 400;
          font-family: "ff-tisa-web-pro", serif; }
        .panel.content #team .member .copy p.teaser {
          margin: 0 0 15px 0;
          transition: all 1s ease-in-out;
          -webkit-transition: all 1s ease-in-out;
          -moz-transition: all 1s ease-in-out;
          max-height: 500px; }
        .panel.content #team .member .copy div.more {
          max-height: 0px;
          overflow: hidden;
          transition: all 1s ease-in-out;
          -webkit-transition: all 1s ease-in-out;
          -moz-transition: all 1s ease-in-out; }
          .panel.content #team .member .copy div.more p:first-child {
            margin-top: 0px; }
        .panel.content #team .member .copy div.more.open {
          max-height: 2000px;
          transition: all 1s ease-in-out;
          -webkit-transition: all 1s ease-in-out;
          -moz-transition: all 1s ease-in-out; }
        .panel.content #team .member .copy .btn .open {
          display: none; }
      @media screen and (max-width: 568px) {
        .panel.content #team .member img {
          float: none;
          width: 100%; }
        .panel.content #team .member .copy {
          float: none;
          width: 100%;
          padding: 0; } }
    .panel.content #team .member.open .copy div.more {
      max-height: 2000px;
      transition: all 1s ease-in-out;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out; }
    .panel.content #team .member.open .copy .btn .closed {
      display: none; }
    .panel.content #team .member.open .copy .btn .open {
      display: block; }
    .panel.content #team .member.open .copy .teaser {
      max-height: 0px !Important;
      overflow: hidden;
      margin: 0 !Important;
      transition: all 1s ease-in-out;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out; }
  .panel.content #companies {
    margin: 0 auto; }
    .panel.content #companies .company {
      float: left;
      width: 180px;
      height: 180px;
      background: #fff;
      border: 1px solid #d9dada;
      margin: 0 0 9px 0;
      text-align: center;
      padding: 0 15px;
      cursor: pointer; }
      .panel.content #companies .company img {
        top: 50%;
        position: relative;
        z-index: 110;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 100%;
        z-index: 2; }
      .panel.content #companies .company .popup {
        display: none;
        text-align: left; }
  .panel.content #news .news-item, .panel.content #insights .news-item {
    display: block;
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #d7d8d8; }
    .panel.content #news .news-item img, .panel.content #insights .news-item img {
      width: 250px;
      float: left;
      display: inline-block; }
    .panel.content #news .news-item iframe, .panel.content #insights .news-item iframe {
      max-width: 100%;
      margin: 20px 0 0 0; }
    .panel.content #news .news-item .info, .panel.content #insights .news-item .info {
      float: right;
      display: inline-block;
      width: 70%; }
      .panel.content #news .news-item .info h4, .panel.content #insights .news-item .info h4 {
        font-family: "ff-tisa-web-pro", serif;
        font-size: 26px;
        line-height: 34px;
        color: #433f3f;
        font-weight: 400;
        margin-top: 0px; }
        .panel.content #news .news-item .info h4 a, .panel.content #insights .news-item .info h4 a {
          color: #433f3f;
          text-decoration: none; }
      .panel.content #news .news-item .info p, .panel.content #insights .news-item .info p {
        font-family: "ff-tisa-web-pro", serif;
        font-size: 16px;
        line-height: 34px;
        color: #433f3f;
        font-weight: 400;
        margin: 15px 0 0 0; }
      .panel.content #news .news-item .info p.date, .panel.content #insights .news-item .info p.date {
        font-style: italic; }
    @media screen and (max-width: 870px) {
      .panel.content #news .news-item .info, .panel.content #insights .news-item .info {
        float: left; } }
  .panel.content #map {
    border-bottom: 1px dashed #d7d8d8; }
    .panel.content #map .info {
      float: left;
      display: inline-block; }
      .panel.content #map .info h4 {
        margin: 0px; }
      .panel.content #map .info p {
        margin: 0 0 10px 0; }
      .panel.content #map .info .btn {
        padding: 5px 20px; }
    .panel.content #map iframe {
      float: right;
      display: inline-block;
      max-width: 100%; }
  
  .news-page .panel.content #news {
    border-bottom: 1px solid #d7d8d8;
    padding-bottom: 40px; }
    .news-page .panel.content #news .news-item {
      padding: 0;
      border: none; }
  
  .qtip, .qtip-default {
    background-color: transparent;
    border: 0px solid #000001;
    color: white;
    width: 100%;
    max-width: 630px;
    padding: 40px;
    text-align: left; }
    .qtip .btn, .qtip-default .btn {
      padding: 10px 20px; }
    .qtip h4, .qtip-default h4 {
      font-size: 24px;
      line-height: 24px;
      font-family: "ff-tisa-web-pro", serif;
      color: #fff; }
    .qtip p, .qtip-default p {
      font-size: 14px;
      line-height: 24px;
      font-family: "ff-tisa-web-pro", serif;
      color: #fff; }
    .qtip .qtip-tip, .qtip-default .qtip-tip {
      background-color: #000001;
      color: #000001;
      border-color: #000001;
      opacity: .8;
      border: 0px solid #000001; }
    @media screen and (max-width: 568px) {
      .qtip, .qtip-default {
        max-width: 80%;
        left: 50% !important;
        margin: 0 0 0 -40% !important;
        padding: 10px; }
        .qtip h4, .qtip-default h4 {
          font-size: 16px;
          line-height: 18px; }
        .qtip p, .qtip-default p {
          font-size: 12px;
          line-height: 16px; }
        .qtip .btn, .qtip-default .btn {
          font-size: 14px; } }
  
  .qtip:after {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    content: '';
    background-color: #000001;
    opacity: .8; }
  
  #green-icons img {
    margin: 5px 2px; }
  @media screen and (max-width: 568px) {
    #green-icons {
      text-align: center; } }
  
  .sisea-search-form {
    display: block;
    margin: 0;
    text-align: right; }
    .sisea-search-form #search-field {
      display: inline-block;
      font-size: 15px;
      font-family: "ff-tisa-web-pro", serif;
      color: #232a2b;
      padding: 8px 5px;
      border: none;
      max-width: 220px;
      margin: 10px 0 0 0; }
    .sisea-search-form #search-submit {
      display: none;
      font-size: 15px;
      color: #fff;
      padding: 3px 5px; }
    @media screen and (max-width: 568px) {
      .sisea-search-form #search-submit {
        display: inline-block; } }
  
  .sisea-paging {
    font-family: "ff-tisa-web-pro", serif; }
  
  .sisea-result {
    padding: 15px 0;
    border-bottom: 1px solid #d7d8d8; }
    .sisea-result h4 {
      margin-bottom: 0px;
      color: #232a2b; }
    .sisea-result .extract p {
      margin: 0 0 15px 0; }
  
  p.sisea-results {
    font-size: 22px; }
  
  #footer {
    background-size: cover;
    height: 350px; }
    #footer .wrap {
      padding: 60px 0 85px 0; }
      #footer .wrap .left {
        float: left;
        display: inline-block; }
        #footer .wrap .left h4 {
          font-size: 30px;
          line-height: 48px;
          color: #fff;
          font-family: "brandon-grotesque", sans-serif;
          font-weight: 300;
          text-transform: uppercase;
          margin: 0; }
        #footer .wrap .left p {
          font-size: 18px;
          line-height: 30px;
          color: #fff;
          font-family: "brandon-grotesque", sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          margin: 0;
          padding: 0; }
          #footer .wrap .left p span {
            font-weight: 400; }
      #footer .wrap .right {
        float: right;
        display: inline-block;
        padding-top: 0px; }
        #footer .wrap .right p {
          font-size: 12px;
          line-height: 24px;
          color: #fff;
          font-family: "brandon-grotesque", sans-serif;
          font-weight: 400;
          text-transform: uppercase;
          margin: 0 0 20px 0;
          text-align: right;
          padding: 0; }
          #footer .wrap .right p a {
            color: #fff;
            margin: 0 0 0 15px; }
            #footer .wrap .right p a i {
              color: #fff;
              font-size: 2.5em; }
    @media screen and (max-width: 960px) {
      #footer .wrap {
        padding: 60px 2%; } }
    @media screen and (max-width: 568px) {
      #footer {height:auto;}
      #footer .wrap {
        padding: 30px 5%; }
        #footer .wrap .left, #footer .wrap .right {
          float: none;
          width: 100%; }
        #footer .wrap .left h4 {
          font-size: 22px;
          line-height: 38px; }
        #footer .wrap .left p {
          font-size: 16px;
          line-height: 30px; }
        #footer .wrap .right {
          padding-top: 15px;
          float: none;
          display:block;}
          #footer .wrap .right p {
            font-size: 11px;
            line-height: 14px;
            text-align: left; }
            #footer .wrap .right p a {
              margin: 0 15px 0 0; }
          #footer .wrap .right p:last-child {
            margin: 0; } }
  
  .google-item {
    padding: 30px 0;
    border-bottom: 1px solid #d7d8d8; }
    .google-item table img {
      width: 100%;
      height: auto; }
    .google-item table td:nth-child(1) {
      width: 13%;
      padding: 0 5% 0 0; }
    .google-item table td:nth-child(2) {
      width: 82%; }
    .google-item table .j br {
      display: none; }
    .google-item table .j div {
      display: none; }
    .google-item table .j div.lh {
      display: block; }
      .google-item table .j div.lh a:first-of-type {
        font-size: 20px;
        position: relative;
        top: -7px; }
      .google-item table .j div.lh br {
        display: block; }
      .google-item table .j div.lh nobr {
        margin: 0 5px 0 0; }
      .google-item table .j div.lh font a {
        font-size: 14px !important;
        top: 0px !important; }
  
  .google-item:first-child {
    padding: 0px 0 40px 0; }
  
  .paging .pageList li {
    display: inline-block;
    list-style: none;
    margin: 0 3px; }
    .paging .pageList li .active {
      color: #000; }
  
  .filters {
    text-align: center; }
    .filters button {
      padding: 6px 10px;
      border-radius: 10px;
      color: #104a95;
      border-color: #104a95;
      text-align: center;
      margin: 0 3px;
      font-family: "brandon-grotesque", sans-serif; }
    .filters button.is-checked {
      color: #fff;
      background-color: #104a95; }
    .filters .button-group {
      margin-bottom: 30px; }
  
  
  /* Stefany styles */
  
  .container{
      max-width:1300px;
      margin:auto;
      margin-bottom:30px;
  }
  
  img{
      max-width:100%;
  
  
  
  }
  .figure:hover img{
      filter: grayscale(100%);
  
      -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  }
  
  .team{
      display: grid;
      /* grid-template-columns: 1fr 1fr 1fr; */
      grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
      grid-gap: 10px;
  }
  
  @media only screen and (min-width:572px) and (max-width: 809px) {
    .team{
      grid-template-columns: 1fr 1fr;
    }
  } 
  
  @media only screen and (max-width: 571px) {
      .team{
          grid-template-columns: 1fr;
      }
      
  }
  
  .bar{
          background: hsla(0, 0%, 0%, 0.58);
      color: white;
      display: grid;
      grid-template-columns: 2fr max-content;
      align-items: center;
      grid-column-gap:10px;
      padding: 9px; 
      font-weight: bold;
  
  }
  .bar span{
      white-space:nowrap;
  }
  .linkedin{
          height: 28px;
      width: 24px;
      position: relative;
      top:1px;
  }
  .figure{
      display: flex;
      align-items: center;
      justify-content: center;
      transition:all 1s;
  
      -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  }
  .story{
      visibility: hidden;
      opacity:0;
      transition:all 1s;
      position:absolute;
  
  
  
      -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
      
  
  }
  
  .story a{
      background: hsla(0, 0%, 0%, 0.58);
      color: white;
      text-align:center;
      display:block;
      padding:15px;
      border-radius: 5px;
  }
  .figure:hover .story{
      opacity:1;
      visibility: visible;
  }
  
  a{
      text-decoration:none;
  }
  .team_page .contact{
      justify-content: right;
      display: grid;
      grid-template-columns: max-content max-content;
      grid-gap: 8px;
  }
  
  .team_page .info{
      position:absolute;
      bottom:0;
      width:100%;
  }
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .team_page .member{
           display: inline-block;
          width: 400px; 
          margin-right:10px;
          margin-bottom:20px;
      }
    .team_page  .figure{
      display:block;
      height:276px;
  
      }
  
      .team_page .story{
          top:30%;
          left:50%;
      }
     
  }