/* variables */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; }

@font-face {
  font-family: 'Helvetica';
  src: url("fonts/Helvetica.eot");
  src: url("fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("fonts/Helvetica.woff2") format("woff2"), url("fonts/Helvetica.woff") format("woff"), url("fonts/Helvetica.ttf") format("truetype"), url("fonts/Helvetica.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal; }
/* variables */
.header-wrapper .header {
  background: #67bb46;
  background: -moz-linear-gradient(left, #67bb46 0%, #61b042 12%, #579e3d 33%, #4a8836 51%, #3c702e 68%, #315e29 84%, #2a5125 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #67bb46), color-stop(12%, #61b042), color-stop(33%, #579e3d), color-stop(51%, #4a8836), color-stop(68%, #3c702e), color-stop(84%, #315e29), color-stop(100%, #2a5125));
  background: -webkit-linear-gradient(left, #67bb46 0%, #61b042 12%, #579e3d 33%, #4a8836 51%, #3c702e 68%, #315e29 84%, #2a5125 100%);
  background: -o-linear-gradient(left, #67bb46 0%, #61b042 12%, #579e3d 33%, #4a8836 51%, #3c702e 68%, #315e29 84%, #2a5125 100%);
  background: -ms-linear-gradient(left, #67bb46 0%, #61b042 12%, #579e3d 33%, #4a8836 51%, #3c702e 68%, #315e29 84%, #2a5125 100%);
  background: linear-gradient(to right, #67bb46 0%, #61b042 12%, #579e3d 33%, #4a8836 51%, #3c702e 68%, #315e29 84%, #2a5125 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67bb46', endColorstr='#2a5125', GradientType=1 ); }
  .header-wrapper .header .top-header {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0px; }
    .header-wrapper .header .top-header .top-header-content {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      -ms-justify-content: flex-end;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center; }
      .siteorigin-widget-tinymce object{
        width: 100% !important;
      }
      @media screen and (max-width: 767px) {
        .header-wrapper .header .top-header .top-header-content {
          line-height: 1.8; } }
      .header-wrapper .header .top-header .top-header-content li {
        list-style: none;
        padding-right: 15px; }
        @media screen and (min-width: 768px) {
          .header-wrapper .header .top-header .top-header-content li {
            padding-right: 25px; } }
        .header-wrapper .header .top-header .top-header-content li a {
          color: #ffffff;
          font-size: 15px;
          text-decoration: none;
          padding-right: 0px;
          font-weight: 400; }
          .header-wrapper .header .top-header .top-header-content li a:hover, .header-wrapper .header .top-header .top-header-content li a:focus {
            color: #ff6600; }
      .header-wrapper .header .top-header .top-header-content a {
        color: #ffffff;
        font-size: 20px;
        text-decoration: none;
        padding-right: 15px; }
        @media screen and (min-width: 768px) {
          .header-wrapper .header .top-header .top-header-content a {
            padding-right: 25px; } }
        .header-wrapper .header .top-header .top-header-content a i {
          color: #ffffff; }
        .header-wrapper .header .top-header .top-header-content a:hover, .header-wrapper .header .top-header .top-header-content a:focus {
          color: #ff6600; }
          .header-wrapper .header .top-header .top-header-content a:hover i, .header-wrapper .header .top-header .top-header-content a:focus i {
            color: #ff6600; }
      .header-wrapper .header .top-header .top-header-content .lang-switcher .wpml-ls-legacy-dropdown {
        width: auto;
        max-width: 100%;
        padding-right: 0px; }
        @media screen and (min-width: 768px) {
          .header-wrapper .header .top-header .top-header-content .lang-switcher .wpml-ls-legacy-dropdown {
            padding-right: 20px; } }
        .header-wrapper .header .top-header .top-header-content .lang-switcher .wpml-ls-legacy-dropdown ul {
          margin: 0px;
          padding: 0px; }
          .header-wrapper .header .top-header .top-header-content .lang-switcher .wpml-ls-legacy-dropdown ul li {
            height: 45px;
            line-height: 1;
            padding-top: 13px;
            cursor: pointer; }
            .header-wrapper .header .top-header .top-header-content .lang-switcher .wpml-ls-legacy-dropdown ul li a {
              text-transform: uppercase;
              font-weight: 400;
              font-size: 16px;
              padding: 0px;
              border: none;
              background-color: transparent;
              font-family: 'Helvetica'; }
              .header-wrapper .header .top-header .top-header-content .lang-switcher .wpml-ls-legacy-dropdown ul li a:hover, .header-wrapper .header .top-header .top-header-content .lang-switcher .wpml-ls-legacy-dropdown ul li a:focus {
                color: #ff6600; }
              .header-wrapper .header .top-header .top-header-content .lang-switcher .wpml-ls-legacy-dropdown ul li a.wpml-ls-item-toggle:after {
                content: "";
                background-image: url("images/select.png");
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center top;
                vertical-align: middle;
                display: inline-block;
                border: none;
                position: absolute;
                right: -15px;
                top: 7px;
                width: 10px;
                height: 10px; }
            .header-wrapper .header .top-header .top-header-content .lang-switcher .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu {
              display: none; /* Delete this when EN is active */
              border: none;
              margin-top: 0px !important;
              background-color: #1a4318;
              text-align: center;
              width: 60px;
              margin-left: -18px; }
              .header-wrapper .header .top-header .top-header-content .lang-switcher .wpml-ls-legacy-dropdown ul li .wpml-ls-sub-menu li {
                padding: 6px 0px;
                height: auto;
                line-height: 1;
                padding-top: 6px; }
      .header-wrapper .header .top-header .top-header-content .search-form {
        position: relative; }
        @media screen and (max-width: 767px) {
          .header-wrapper .header .top-header .top-header-content .search-form {
            display: none; } }
        .header-wrapper .header .top-header .top-header-content .search-form label {
          margin-bottom: 0px; }
          .header-wrapper .header .top-header .top-header-content .search-form label span {
            display: none; }
          .header-wrapper .header .top-header .top-header-content .search-form label input.search-field {
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #ffffff;
            box-shadow: none;
            border-radius: 0px;
            color: #ffffff;
            font-size: 14px; }
            .header-wrapper .header .top-header .top-header-content .search-form label input.search-field::-moz-placeholder {
              color: #ffffff;
              opacity: 1;
              font-style: italic;
              font-weight: 300; }
            .header-wrapper .header .top-header .top-header-content .search-form label input.search-field::-webkit-input-placeholder {
              opacity: 1;
              color: #ffffff;
              font-style: italic;
              font-weight: 300; }
            .header-wrapper .header .top-header .top-header-content .search-form label input.search-field:-ms-input-placeholder {
              opacity: 1;
              color: #ffffff;
              font-style: italic;
              font-weight: 300; }
            .header-wrapper .header .top-header .top-header-content .search-form label input.search-field::-ms-input-placeholder {
              opacity: 1;
              color: #ffffff;
              font-style: italic;
              font-weight: 300; }
            .header-wrapper .header .top-header .top-header-content .search-form label input.search-field:focus::-moz-placeholder {
              opacity: 1; }
              .header-wrapper .header .top-header .top-header-content .search-form label input.search-field:focus::-moz-placeholder::-webkit-input-placeholder {
                opacity: 1; }
              .header-wrapper .header .top-header .top-header-content .search-form label input.search-field:focus::-moz-placeholder:-ms-input-placeholder {
                opacity: 1; }
            .header-wrapper .header .top-header .top-header-content .search-form label input.search-field:focus::-ms-input-placeholder {
              opacity: 1; }
        .header-wrapper .header .top-header .top-header-content .search-form input.search-submit {
          background-color: transparent;
          border: none;
          box-shadow: none;
          border-radius: 0px;
          font-size: 0px;
          height: 15px;
          width: 15px;
          background-image: url("images/search-icon.svg");
          background-repeat: no-repeat;
          background-position: center right;
          background-size: contain;
          top: 5px;
          right: 5px;
          position: absolute; }
  .header-wrapper .header .header-outer {
    padding: 12px 0px; }
    @media screen and (max-width: 767px) {
      .header-wrapper .header .header-outer .container {
        padding: 0px; } }
    .header-wrapper .header .header-outer .logo-menu-wrapper {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between; }
      @media screen and (max-width: 991px) {
        .header-wrapper .header .header-outer .logo-menu-wrapper {
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media screen and (max-width: 767px) {
        .header-wrapper .header .header-outer .logo-menu-wrapper .site-logo {
          padding-left: 15px; } }
      @media screen and (max-width: 767px) {
        .header-wrapper .header .header-outer .logo-menu-wrapper .site-logo img {
          max-width: 60px; } }
      .header-wrapper .header .header-outer .logo-menu-wrapper .main-navigation {
        padding-top: 8px; }
        .header-wrapper .header .header-outer .logo-menu-wrapper .main-navigation ul.menu {
          margin: 0px;
          padding: 0px; }
          .header-wrapper .header .header-outer .logo-menu-wrapper .main-navigation ul.menu li {
            list-style: none;
            display: inline-block;
            padding: 0 15px; }
            .header-wrapper .header .header-outer .logo-menu-wrapper .main-navigation ul.menu li a {
              color: #ffffff;
              font-size: 16px;
              padding: 0px;
              padding-bottom: 3px;
              text-decoration: none;
              font-weight: 400;
              border-bottom: 2px solid transparent;
              position: relative; }
              .header-wrapper .header .header-outer .logo-menu-wrapper .main-navigation ul.menu li a:after {
                -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
                -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
                transition: transform .3s ease-out,border-color .3s ease-out;
                position: absolute;
                display: block;
                bottom: -6px;
                left: 0;
                width: 100%;
                transform-origin: left;
                -ms-transform: scaleX(0);
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                border-top: 2px solid #ffffff;
                content: '';
                padding-bottom: inherit; }
              .header-wrapper .header .header-outer .logo-menu-wrapper .main-navigation ul.menu li a:hover:after, .header-wrapper .header .header-outer .logo-menu-wrapper .main-navigation ul.menu li a:focus:after {
                backface-visibility: hidden;
                -ms-transform: scaleX(1);
                -webkit-transform: scaleX(1);
                transform: scaleX(1); }
            .header-wrapper .header .header-outer .logo-menu-wrapper .main-navigation ul.menu li:last-child {
              padding-right: 0px; }

.home .header-wrapper .header {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 2;
  background: transparent; }

.header .mean-container {
  width: 100%; }
  .header .mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: transparent;
    padding: 0px;
    min-height: auto;
    z-index: 999999; }
    .header .mean-container .mean-bar a.meanmenu-reveal {
      width: 25px;
      height: 30px;
      top: -37px;
      line-height: 30px;
      font-size: 1px;
      padding: 0px 15px 0px 0px; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .header .mean-container .mean-bar a.meanmenu-reveal {
          padding: 0px; } }
      .header .mean-container .mean-bar a.meanmenu-reveal span {
        margin-top: 5px; }
      .header .mean-container .mean-bar a.meanmenu-reveal.meanclose {
        font-size: 26px !important; }
    .header .mean-container .mean-bar .mean-nav {
      margin-top: 0;
      position: absolute;
      top: 12px;
      background: #262b2d; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .header .mean-container .mean-bar .mean-nav {
          top: 10px; } }
      .header .mean-container .mean-bar .mean-nav ul {
        padding: 10px 0px; }
        .header .mean-container .mean-bar .mean-nav ul li a {
          text-transform: capitalize;
          text-align: center;
          font-size: 16px;
          font-weight: 400;
          width: 100%;
          line-height: 1;
          padding: 1em 0px;
          border: none; }
          .header .mean-container .mean-bar .mean-nav ul li a:hover, .header .mean-container .mean-bar .mean-nav ul li a:focus {
            background: transparent; }

.footer .footer-top {
  background-color: #32393b;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .footer .footer-top {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (min-width: 992px) {
    .footer .footer-top {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 1200px) {
    .footer .footer-top {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1600px) {
    .footer .footer-top {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (max-width: 767px) {
    .footer .footer-top .container {
      padding: 0px; } }
  .footer .footer-top .container h3 {
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    display: block;
    padding-bottom: 15px; }
  .footer .footer-top .container .footer-text {
    padding-top: 30px; }
    .footer .footer-top .container .footer-text a:hover{
    color: #ff6600; }
    .footer .footer-top .container .footer-text p {
      color: #ffffff;
      margin-bottom: 0px; }
  .footer .footer-top .container .footer-newsletter {
    padding-top: 25px; }
    .footer .footer-top .container .footer-newsletter label {
      font-weight: 700;
      color: #ffffff;
      font-size: 18px;
      font-family: 'Lato', sans-serif;
      display: block; }
    .footer .footer-top .container .footer-newsletter p.appear-nicely {
      font-weight: 700;
      color: #ffffff;
      font-size: 16px;
      font-family: 'Lato', sans-serif;
      display: block; }
    .footer .footer-top .container .footer-newsletter .newsletter-inner {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      padding-top: 10px; }
      .footer .footer-top .container .footer-newsletter .newsletter-inner .tnp-field-email {
        width: auto;
        display: inline-block; }
        .footer .footer-top .container .footer-newsletter .newsletter-inner .tnp-field-email input {
          background-color: #ffffff;
          color: #262b2d;
          font-size: 14px;
          border-radius: 0px;
          border: none;
          height: 38px;
          width: 190px;
          padding: 6px 12px;
          line-height: 1; }
          @media screen and (min-width: 768px) and (max-width: 991px) {
            .footer .footer-top .container .footer-newsletter .newsletter-inner .tnp-field-email input {
              font-size: 14px;
              width: 130px; } }
          @media screen and (min-width: 992px) and (max-width: 1199px) {
            .footer .footer-top .container .footer-newsletter .newsletter-inner .tnp-field-email input {
              font-size: 14px;
              width: 180px; } }
          @media screen and (min-width: 1200px) {
            .footer .footer-top .container .footer-newsletter .newsletter-inner .tnp-field-email input {
              width: 225px; } }
      .footer .footer-top .container .footer-newsletter .newsletter-inner span.notification {
        font-size: 16px;
        color: #ffffff;
        display: block;
        margin-right: -101px; }
      .footer .footer-top .container .footer-newsletter .newsletter-inner .tnp-field-button {
        display: inline-block;
        margin-left: -3px;
        height: 38px;
        margin-top: auto; }
        .footer .footer-top .container .footer-newsletter .newsletter-inner .tnp-field-button input {
          border: 2px solid #ffffff;
          color: #ffffff;
          box-shadow: none;
          border-radius: 0px;
          background-color: transparent;
          height: 38px;
          transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out;
          padding: 16px 20px;
          line-height: 0.1;
          width: auto;
          font-weight: 500; }
          @media screen and (min-width: 768px) and (max-width: 991px) {
            .footer .footer-top .container .footer-newsletter .newsletter-inner .tnp-field-button input {
              padding: 16px 10px; } }
          @media screen and (min-width: 992px) and (max-width: 1199px) {
            .footer .footer-top .container .footer-newsletter .newsletter-inner .tnp-field-button input {
              padding: 16px 18px; } }
          .footer .footer-top .container .footer-newsletter .newsletter-inner .tnp-field-button input:hover, .footer .footer-top .container .footer-newsletter .newsletter-inner .tnp-field-button input:focus {
            background-color: #ffffff;
            color: #262b2d; }
  .footer .footer-top .container .footer-contact p {
    color: #ffffff; }
  .footer .footer-top .container .footer-contact a {
    display: block;
    /* color: #ffffff; */
    text-decoration: none; }
    .footer .footer-top .container .footer-contact a:hover, .footer .footer-top .container .footer-contact a:focus {
      color: #ff6600; }
  .footer .footer-top .container .footer-contact .footer-phone, .footer .footer-top .container .footer-contact .footer-email, .footer .footer-top .container .footer-contact .footer-icons {
    padding-top: 15px; }
  .footer .footer-top .container .footer-contact .footer-icons a {
    font-size: 24px; }
  .footer .footer-top .container .twitter iframe {
    height: 250px !important; }
.footer .footer-bottom {
  background-color: #2a3031;
  text-align: center;
  padding: 8px 0px; }
  .footer .footer-bottom p {
    color: #ffffff;
    margin-bottom: 0px; }
    .footer .footer-bottom p a {
      color: #ffffff;
      text-decoration: none; }
      .footer .footer-bottom p a:hover, .footer .footer-bottom p a:focus {
        color: #ff6600; }

.timeline-Header {
  display: none !important; }

.tilt {
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.tilt-logo-inner {
  -o-transform: translateZ(50px) translateY(-50%) translateX(-50%);
  -ms-transform: translateZ(50px) translateY(-50%) translateX(-50%);
  -moz-transform: translateZ(50px) translateY(-50%) translateX(-50%);
  -webkit-transform: translateZ(50px) translateY(-50%) translateX(-50%);
  transform: translateZ(50px) translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 1.9rem; }

.banner-wrapper {
  position: relative; }
  .banner-wrapper .banner-inner {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    left: 0; }
    .banner-wrapper .banner-inner .banner-title h1 {
      font-weight: 700;
      font-family: 'Lato', sans-serif;
      font-size: 36px;
      color: #ffffff; }
      @media screen and (max-width: 767px) {
        .banner-wrapper .banner-inner .banner-title h1 {
          font-size: 26px;
          line-height: 1.3; } }
      @media screen and (min-width: 768px) {
        .banner-wrapper .banner-inner .banner-title h1 {
          font-size: 40px; } }
      @media screen and (min-width: 1200px) {
        .banner-wrapper .banner-inner .banner-title h1 {
          font-size: 46px; } }
    .banner-wrapper .banner-inner .link {
      margin-top: 20px; }
      @media screen and (min-width: 768px) {
        .banner-wrapper .banner-inner .link {
          margin-top: 35px; } }
      @media screen and (min-width: 1200px) {
        .banner-wrapper .banner-inner .link {
          margin-top: 50px; } }
      .banner-wrapper .banner-inner .link a {
        background-color: transparent;
        border: 2px solid #ffffff;
        color: #ffffff;
        font-weight: 300;
        font-size: 18px;
        padding: 10px 40px;
        text-decoration: none;
        display: inline-block;
        border-radius: 5px;
        line-height: 1;
        -ms-box-shadow: 0px 5px 30px transparent;
        -webkit-box-shadow: 0px 5px 30px transparent;
        box-shadow: 0px 5px 30px transparent; }
        @media screen and (max-width: 767px) {
          .banner-wrapper .banner-inner .link a {
            font-size: 16px; } }
        .banner-wrapper .banner-inner .link a:hover, .banner-wrapper .banner-inner .link a:focus {
          background-color: #ffffff;
          color: #262b2d;
          -ms-transform: translateY(-3px);
          transform: translateY(-3px);
          -webkit-transform: translateY(-3px);
          -ms-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.4);
          -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.4); }
  .banner-wrapper .home-swiper-container .swiper-slide .swiper-inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    @media screen and (max-width: 767px) {
      .banner-wrapper .home-swiper-container .swiper-slide .swiper-inner {
        min-height: 450px; } }
    .banner-wrapper .home-swiper-container .swiper-slide .swiper-inner:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      position: absolute;
      z-index: 2;
      background-color: rgba(118, 179, 32, 0.3);
/*      background: -moz-linear-gradient(left, rgba(118, 179, 32, 0.2) 0%, rgba(44, 81, 17, 0.2) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(118, 179, 32, 0.2)), color-stop(100%, rgba(44, 81, 17, 0.8)));
      background: -webkit-linear-gradient(left, rgba(118, 179, 32, 0.2) 0%, rgba(44, 81, 17, 0.2) 100%);
      background: -o-linear-gradient(left, rgba(118, 179, 32, 0.2) 0%, rgba(44, 81, 17, 0.2) 100%);
      background: -ms-linear-gradient(left, rgba(118, 179, 32, 0.2) 0%, rgba(44, 81, 17, 0.2) 100%);
      background: linear-gradient(to right, rgba(118, 179, 32, 0.2) 0%, rgba(44, 81, 17, 0.2) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b320', endColorstr='#2c5111', GradientType=1); */
    }
    .banner-wrapper .home-swiper-container .swiper-slide .swiper-inner video, .banner-wrapper .home-swiper-container .swiper-slide .swiper-inner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 767px) {
        .banner-wrapper .home-swiper-container .swiper-slide .swiper-inner video, .banner-wrapper .home-swiper-container .swiper-slide .swiper-inner img {
          width: auto; } }
  .banner-wrapper .border-left-outer {
    position: absolute;
    bottom: 80px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .banner-wrapper .border-left-outer {
        bottom: 30px; } }
    .banner-wrapper .border-left-outer .border-left {
      position: relative;
      width: 100%;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        .banner-wrapper .border-left-outer .border-left .container {
          padding: 0px; } }
      .banner-wrapper .border-left-outer .border-left .container span {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -ms-align-items: flex-end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        float: right;
        width: 100vw;
        height: 25px; }
        .banner-wrapper .border-left-outer .border-left .container span::before {
          content: "";
          height: 3px;
          width: 100%;
          background-image: url("images/circle-white.png");
          background-repeat: repeat;
          background-position: center right;
          background-size: auto 3px; }
          @media screen and (min-width: 768px) {
            .banner-wrapper .border-left-outer .border-left .container span::before {
              width: calc(100% - 35px); } }
        .banner-wrapper .border-left-outer .border-left .container span::after {
          content: ""; }
          @media screen and (min-width: 768px) {
            .banner-wrapper .border-left-outer .border-left .container span::after {
              background-image: url("images/motif-1.png");
              width: 35px;
              height: 25px;
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain; } }

.home-page {
  overflow: hidden; }

.laboratory-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .laboratory-wrapper {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .laboratory-wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .laboratory-wrapper {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .laboratory-wrapper {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .laboratory-wrapper .laboratory-wrapper-right ul {
      padding-left: 17px; } }
  .laboratory-wrapper .laboratory-wrapper-right ul li {
    font-size: 14px;
    color: #262b2d; }
    .laboratory-wrapper .laboratory-wrapper-right ul li:last-child {
      list-style: none; }

.news-wrapper {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .news-wrapper {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .news-wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .news-wrapper {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .news-wrapper {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .news-wrapper h2 {
    text-align: center; }
  .news-wrapper .items-wrapper {
    width: 100%;
    display: inline-block;
    padding-top: 15px; }
    @media screen and (max-width: 767px) {
      .news-wrapper .items-wrapper .item {
        padding: 0px; } }
    .news-wrapper .items-wrapper .item .item-inner {
      transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out; }
      @media screen and (max-width: 767px) {
        .news-wrapper .items-wrapper .item .item-inner {
          padding: 0px;
          margin-bottom: 20px; } }
      .news-wrapper .items-wrapper .item .item-inner .image {
        transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -ms-box-shadow: 0px 5px 30px transparent;
        -webkit-box-shadow: 0px 5px 30px transparent;
        box-shadow: 0px 5px 30px transparent; }
        .news-wrapper .items-wrapper .item .item-inner .image img {
          -ms-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          width: 100%; }
      .news-wrapper .items-wrapper .item .item-inner .item-text-inner {
        padding: 0 15px;
        cursor: pointer; }
        @media screen and (min-width: 768px) {
          .news-wrapper .items-wrapper .item .item-inner .item-text-inner {
            padding-bottom: 20px; } }
        .news-wrapper .items-wrapper .item .item-inner .item-text-inner .tags {
          padding-top: 20px; }
          .news-wrapper .items-wrapper .item .item-inner .item-text-inner .tags span a {
            font-weight: 300;
            font-size: 15px;
            color: #7b7b7b;
            text-decoration: none; }
            .news-wrapper .items-wrapper .item .item-inner .item-text-inner .tags span a:hover, .news-wrapper .items-wrapper .item .item-inner .item-text-inner .tags span a:focus {
              color: #ff6600; }
        .news-wrapper .items-wrapper .item .item-inner .item-text-inner .item-title a {
          text-decoration: none;
          font-size: 20px;
          font-weight: 500;
          text-decoration: none;
          color: #262b2d; }
        .news-wrapper .items-wrapper .item .item-inner .item-text-inner .item-text {
          padding-top: 10px; }
          .news-wrapper .items-wrapper .item .item-inner .item-text-inner .item-text a {
            color: #262b2d;
            font-size: 14px;
            text-decoration: none; }
        .news-wrapper .items-wrapper .item .item-inner .item-text-inner .item-link {
          padding-top: 15px; }
          .news-wrapper .items-wrapper .item .item-inner .item-text-inner .item-link a {
            color: #ff6600;
            font-size: 16px;
            text-decoration: none;
            position: relative;
            padding-right: 24px;
            font-weight: 400; }
            .news-wrapper .items-wrapper .item .item-inner .item-text-inner .item-link a:after {
              background-image: url("images/arrow-button.png");
              background-size: 15px;
              background-repeat: no-repeat;
              background-position: center;
              width: 20px;
              height: 20px;
              position: absolute;
              top: 0px;
              right: 0px;
              transition: all 0.35s ease-in-out;
              -ms-transition: all 0.35s ease-in-out;
              -o-transition: all 0.35s ease-in-out;
              -moz-transition: all 0.35s ease-in-out;
              -webkit-transition: all 0.35s ease-in-out;
              content: ""; }
            .news-wrapper .items-wrapper .item .item-inner .item-text-inner .item-link a:hover, .news-wrapper .items-wrapper .item .item-inner .item-text-inner .item-link a:focus {
              -ms-transform: translateY(-3px);
              transform: translateY(-3px);
              -webkit-transform: translateY(-3px); }
      .news-wrapper .items-wrapper .item .item-inner:hover .image, .news-wrapper .items-wrapper .item .item-inner:focus .image {
        -ms-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px); }
  .news-wrapper .so-widget-sow-button {
    padding-top: 30px; }
    @media screen and (min-width: 768px) {
      .news-wrapper .so-widget-sow-button {
        padding-top: 60px; } }
    .news-wrapper .so-widget-sow-button .ow-button-base a {
      color: #262b2d;
      font-size: 16px;
      text-decoration: none;
      position: relative;
      padding-right: 24px;
      font-weight: 400;
      display: inline-block;
      vertical-align: middle;
      padding: 10px 20px;
      padding-right: 15px;
      transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -webkit-box-shadow: 0 20px 38px transparent;
      -ms-box-shadow: 0 20px 38px transparent;
      box-shadow: 0 20px 38px transparent;
      -ms-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      overflow: hidden;
      position: relative;
      border: none;
      width: 250px; }
      .news-wrapper .so-widget-sow-button .ow-button-base a span {
        color: #262b2d;
        display: inline-block; }
      .news-wrapper .so-widget-sow-button .ow-button-base a:before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0px;
        opacity: 1;
        left: 0px;
        border: 2px solid #ff6600;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
      .news-wrapper .so-widget-sow-button .ow-button-base a:after {
        background-image: url("images/arrow-button-black.png");
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: center;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        content: "";
        margin-left: 5px; }
      .news-wrapper .so-widget-sow-button .ow-button-base a:hover, .news-wrapper .so-widget-sow-button .ow-button-base a:focus {
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
        -ms-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
        box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
        border-color: transparent;
        background: #f38f2b;
        background: -moz-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
        background: -webkit-gradient(left top, right top, color-stop(0%, #f38f2b), color-stop(23%, #f38f2b), color-stop(51%, #f38328), color-stop(76%, #f37e25), color-stop(100%, #f37623)) !important;
        background: -webkit-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
        background: -o-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
        background: -ms-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
        background: linear-gradient(to right, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38f2b', endColorstr='#f37623', GradientType=1 );
        color: #ffffff; }
        .news-wrapper .so-widget-sow-button .ow-button-base a:hover span, .news-wrapper .so-widget-sow-button .ow-button-base a:focus span {
          color: #ffffff; }
        .news-wrapper .so-widget-sow-button .ow-button-base a:hover:after, .news-wrapper .so-widget-sow-button .ow-button-base a:focus:after {
          background-image: url("images/arrow-button-white-right.png"); }
        .news-wrapper .so-widget-sow-button .ow-button-base a:hover:before, .news-wrapper .so-widget-sow-button .ow-button-base a:focus:before {
          opacity: 0; }

.research-plateform-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f5f5f5; }
  @media screen and (min-width: 768px) {
    .research-plateform-wrapper {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .research-plateform-wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .research-plateform-wrapper {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .research-plateform-wrapper {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (min-width: 768px) {
    .research-plateform-wrapper .research-platform-wrapper-right {
      padding-top: 50px; } }
  @media screen and (min-width: 768px) {
    .research-plateform-wrapper .research-platform-wrapper-right h2 {
      max-width: 280px; } }
  .research-plateform-wrapper .research-platform-wrapper-right .so-widget-sow-button {
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .research-plateform-wrapper .research-platform-wrapper-right .so-widget-sow-button {
        padding-top: 30px; } }
    .research-plateform-wrapper .research-platform-wrapper-right .so-widget-sow-button .ow-button-base {
      text-align: left; }
      .research-plateform-wrapper .research-platform-wrapper-right .so-widget-sow-button .ow-button-base a {
        color: #262b2d;
        font-size: 16px;
        text-decoration: none;
        position: relative;
        padding-right: 24px;
        font-weight: 400;
        display: inline-block;
        vertical-align: middle;
        padding: 10px 20px;
        padding-right: 15px;
        transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -webkit-box-shadow: 0 20px 38px transparent;
        -ms-box-shadow: 0 20px 38px transparent;
        box-shadow: 0 20px 38px transparent;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        border: none;
        width: 170px; }
        .research-plateform-wrapper .research-platform-wrapper-right .so-widget-sow-button .ow-button-base a span {
          color: #262b2d;
          display: inline-block; }
        .research-plateform-wrapper .research-platform-wrapper-right .so-widget-sow-button .ow-button-base a:before {
          width: 100%;
          height: 100%;
          content: "";
          position: absolute;
          top: 0px;
          opacity: 1;
          left: 0px;
          border: 2px solid #ff6600;
          -ms-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px; }
        .research-plateform-wrapper .research-platform-wrapper-right .so-widget-sow-button .ow-button-base a:after {
          background-image: url("images/arrow-button-black.png");
          background-size: 15px;
          background-repeat: no-repeat;
          background-position: center;
          width: 20px;
          height: 20px;
          display: inline-block;
          vertical-align: middle;
          transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          content: "";
          margin-left: 5px; }
        .research-plateform-wrapper .research-platform-wrapper-right .so-widget-sow-button .ow-button-base a:hover, .research-plateform-wrapper .research-platform-wrapper-right .so-widget-sow-button .ow-button-base a:focus {
          -ms-transform: translateY(-3px);
          transform: translateY(-3px);
          -webkit-transform: translateY(-3px);
          -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
          -ms-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
          box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
          border-color: transparent;
          background: #f38f2b;
          background: -moz-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
          background: -webkit-gradient(left top, right top, color-stop(0%, #f38f2b), color-stop(23%, #f38f2b), color-stop(51%, #f38328), color-stop(76%, #f37e25), color-stop(100%, #f37623)) !important;
          background: -webkit-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
          background: -o-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
          background: -ms-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
          background: linear-gradient(to right, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38f2b', endColorstr='#f37623', GradientType=1 );
          color: #ffffff; }
          .research-plateform-wrapper .research-platform-wrapper-right .so-widget-sow-button .ow-button-base a:hover span, .research-plateform-wrapper .research-platform-wrapper-right .so-widget-sow-button .ow-button-base a:focus span {
            color: #ffffff; }
          .research-plateform-wrapper .research-platform-wrapper-right .so-widget-sow-button .ow-button-base a:hover:after, .research-plateform-wrapper .research-platform-wrapper-right .so-widget-sow-button .ow-button-base a:focus:after {
            background-image: url("images/arrow-button-white-right.png"); }
          .research-plateform-wrapper .research-platform-wrapper-right .so-widget-sow-button .ow-button-base a:hover:before, .research-plateform-wrapper .research-platform-wrapper-right .so-widget-sow-button .ow-button-base a:focus:before {
            opacity: 0; }
  .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper {
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item {
      transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -webkit-transition: all 0.1s ease-in-out;
      width: 100%;
      position: relative;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item {
          padding: 0px 15px;
          width: 50%; } }
      @media screen and (min-width: 992px) {
        .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item {
          margin-bottom: 30px; } }
      .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner {
        padding: 30px; }
        @media screen and (min-width: 768px) {
          .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner {
            padding: 15px 20px; } }
        @media screen and (min-width: 992px) {
          .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner {
            padding: 20px 30px; } }
        @media screen and (min-width: 1200px) {
          .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner {
            padding: 30px 50px; } }
        .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner:before {
          background: #f38f2b;
          background: -moz-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%);
          background: -webkit-gradient(left top, right top, color-stop(0%, #f38f2b), color-stop(23%, #f38f2b), color-stop(51%, #f38328), color-stop(76%, #f37e25), color-stop(100%, #f37623));
          background: -webkit-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%);
          background: -o-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%);
          background: -ms-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%);
          background: linear-gradient(to right, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38f2b', endColorstr='#f37623', GradientType=1 );
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px;
          opacity: 0;
          visibility: hidden;
          transition: all 0.1s ease-in-out;
          -ms-transition: all 0.1s ease-in-out;
          -o-transition: all 0.1s ease-in-out;
          -moz-transition: all 0.1s ease-in-out;
          -webkit-transition: all 0.1s ease-in-out;
          -ms-box-shadow: 0 5px 10px transparent;
          -webkit-ox-shadow: 0 5px 10px transparent;
          box-shadow: 0 5px 10px transparent;
          -ms-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px; }
        .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner a {
          text-decoration: none;
          transition: all 0.1s ease-in-out;
          -ms-transition: all 0.1s ease-in-out;
          -o-transition: all 0.1s ease-in-out;
          -moz-transition: all 0.1s ease-in-out;
          -webkit-transition: all 0.1s ease-in-out;
          color: #262b2d; }
          .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner a:before {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            content: ""; }
          .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner a .item-title {
            font-size: 24px;
            font-family: 'Lato', sans-serif;
            font-weight: 700;
            position: relative;
            padding-top: 40px;
            transition: all 0 0.1s ease-in-out;
            -ms-transition: all 0 0.1s ease-in-out;
            -o-transition: all 0 0.1s ease-in-out;
            -moz-transition: all 0 0.1s ease-in-out;
            -webkit-transition: all 0 0.1s ease-in-out;
            padding-bottom: 5px;
            margin-bottom: 0px; }
            .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner a .item-title h3 {
              font-weight: 700; }
            .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner a .item-title:before {
              background-image: url("images/check-orange.png");
              background-size: 40px;
              background-repeat: no-repeat;
              background-position: center top;
              width: 42px;
              height: 40px;
              position: absolute;
              top: 0px;
              left: 0px;
              content: ""; }
          .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner a .item-text {
            font-size: 14px;
            transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -webkit-transition: all 0.1s ease-in-out;
            position: relative;
            z-index: 3;
            color: #7b7b7b; }
        .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner:hover:before, .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner:focus:before {
          -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          -webkit-ox-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          opacity: 1;
          visibility: visible; }
        .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner:hover a, .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner:focus a {
          color: #ffffff; }
          .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner:hover a .item-title:before, .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner:focus a .item-title:before {
            background-image: url("images/check-white.png"); }
          .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner:hover a .item-text, .research-plateform-wrapper .research-platform-wrapper-left .items-wrapper .item .item-inner:focus a .item-text {
            color: #ffffff; }

.teaching-wrapper {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .teaching-wrapper {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .teaching-wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .teaching-wrapper {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .teaching-wrapper {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (min-width: 768px) {
    .teaching-wrapper .teacher-inner .panel-layout {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center; } }
  .teaching-wrapper .teacher-inner .panel-layout > div:first-child {
    margin-right: -50%;
    width: 100%; }
    .teaching-wrapper .teacher-inner .panel-layout > div:first-child .teaching-wrapper-inner .panel-grid-cell {
      width: 100% !important;
      margin-left: 0;
      margin-right: auto;
      padding-right: 30px; }
      @media screen and (min-width: 768px) {
        .teaching-wrapper .teacher-inner .panel-layout > div:first-child .teaching-wrapper-inner .panel-grid-cell {
          width: 50% !important; } }
      @media screen and (min-width: 1200px) {
        .teaching-wrapper .teacher-inner .panel-layout > div:first-child .teaching-wrapper-inner .panel-grid-cell {
          padding-right: 40px; } }
  .teaching-wrapper .teacher-inner .panel-layout > div:last-child {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .teaching-wrapper .teacher-inner .panel-layout > div:last-child {
        width: 50%; } }
    @media screen and (min-width: 1200px) {
      .teaching-wrapper .teacher-inner .panel-layout > div:last-child {
        padding-left: 40px; } }
    @media screen and (max-width: 767px) {
      .teaching-wrapper .teacher-inner .teaching-wrapper-left {
        padding-top: 30px;
      }
      .teaching-wrapper .teacher-inner .teaching-wrapper-right {
        padding-top: 50px;
      }
    }
  .teaching-wrapper .teacher-inner .teaching-wrapper-right img {
    width: 100%; }
    .teaching-wrapper .so-widget-sow-button {
        padding-top: 20px; }
        .teaching-wrapper .so-widget-sow-button .ow-button-base {
          text-align: left; }
          .teaching-wrapper .so-widget-sow-button .ow-button-base a {
            color: #262b2d;
            font-size: 16px;
            text-decoration: none;
            position: relative;
            padding-right: 24px;
            font-weight: 400;
            display: inline-block;
            vertical-align: middle;
            padding: 10px 20px;
            padding-right: 15px;
            transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -webkit-transition: all 0.25s ease-in-out;
            -webkit-box-shadow: 0 20px 38px transparent;
            -ms-box-shadow: 0 20px 38px transparent;
            box-shadow: 0 20px 38px transparent;
            -ms-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            overflow: hidden;
            position: relative;
            border: none;
            width: 170px;
            background-color: transparent;
            background: transparent; }
            .teaching-wrapper .so-widget-sow-button .ow-button-base a span {
              color: #262b2d;
              display: inline-block; }
            .teaching-wrapper .so-widget-sow-button .ow-button-base a:before {
              width: 100%;
              height: 100%;
              content: "";
              position: absolute;
              top: 0px;
              opacity: 1;
              left: 0px;
              border: 2px solid #ff6600;
              -ms-border-radius: 5px;
              -webkit-border-radius: 5px;
              border-radius: 5px; }
            .teaching-wrapper .so-widget-sow-button .ow-button-base a:after {
              background-image: url("images/arrow-button-black.png");
              background-size: 15px;
              background-repeat: no-repeat;
              background-position: center;
              width: 20px;
              height: 20px;
              display: inline-block;
              vertical-align: middle;
              transition: all 0.2s ease-in-out;
              -ms-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -webkit-transition: all 0.2s ease-in-out;
              content: "";
              margin-left: 5px; }
            .teaching-wrapper .so-widget-sow-button .ow-button-base a:hover, .teaching-wrapper .so-widget-sow-button .ow-button-base a:focus {
              -ms-transform: translateY(-3px);
              transform: translateY(-3px);
              -webkit-transform: translateY(-3px);
              -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
              -ms-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
              box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
              border-color: transparent;
              background: #f38f2b;
              background: -moz-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
              background: -webkit-gradient(left top, right top, color-stop(0%, #f38f2b), color-stop(23%, #f38f2b), color-stop(51%, #f38328), color-stop(76%, #f37e25), color-stop(100%, #f37623)) !important;
              background: -webkit-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
              background: -o-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
              background: -ms-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
              background: linear-gradient(to right, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38f2b', endColorstr='#f37623', GradientType=1 );
              color: #ffffff; }
              .teaching-wrapper .so-widget-sow-button .ow-button-base a:hover span, .teaching-wrapper .so-widget-sow-button .ow-button-base a:focus span {
                color: #ffffff; }
              .teaching-wrapper .so-widget-sow-button .ow-button-base a:hover:after, .teaching-wrapper .so-widget-sow-button .ow-button-base a:focus:after {
                background-image: url("images/arrow-button-white-right.png"); }
              .teaching-wrapper .so-widget-sow-button .ow-button-base a:hover:before, .teaching-wrapper .so-widget-sow-button .ow-button-base a:focus:before {
                opacity: 0; }

@media screen and (min-width: 768px) {
  .research-team-wrapper .items-wrapper {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; } }
.research-team-wrapper .items-wrapper .tile {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .research-team-wrapper .items-wrapper .tile {
      width: 33.3333%; } }
  @media screen and (min-width: 992px) {
    .research-team-wrapper .items-wrapper .tile {
      width: 32%;
      margin-left: auto;
      margin-right: auto; } }
  .research-team-wrapper .items-wrapper .tile .tilt {
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65% 0px;
    height: 100%;
    width: 100%;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    z-index: 1; }
    .research-team-wrapper .items-wrapper .tile .tilt:before {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      content: "";
      z-index: -1;
      background-color: rgba(38, 43, 45, 0.4); }
    .research-team-wrapper .items-wrapper .tile .tilt .tilt-logo-inner {
      -o-transform: translateZ(50px) translateY(-50%) translateX(-50%);
      -ms-transform: translateZ(50px) translateY(-50%) translateX(-50%);
      -moz-transform: translateZ(50px) translateY(-50%) translateX(-50%);
      -webkit-transform: translateZ(50px) translateY(-50%) translateX(-50%);
      transform: translateZ(50px) translateY(-50%) translateX(-50%);
      position: absolute;
      top: 50%;
      left: 50%;
      color: white;
      font-size: 1.9rem; }
      .research-team-wrapper .items-wrapper .tile .tilt .tilt-logo-inner a {
        text-decoration: none;
        color: #ffffff;
        padding: 0 50px; }
        .research-team-wrapper .items-wrapper .tile .tilt .tilt-logo-inner a:before {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px;
          content: ""; }
        .research-team-wrapper .items-wrapper .tile .tilt .tilt-logo-inner a .item-title {
          font-size: 30px;
          font-family: 'Lato', sans-serif;
          font-weight: 700;
          display: block; }
        .research-team-wrapper .items-wrapper .tile .tilt .tilt-logo-inner a .item-text {
          font-style: 16px;
          display: block;
          text-transform: uppercase;
          letter-spacing: 1.5px; }
    .research-team-wrapper .items-wrapper .tile .tilt:hover, .research-team-wrapper .items-wrapper .tile .tilt:focus {
      z-index: 99; }

.teaching-wrapper-second {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .teaching-wrapper-second {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .teaching-wrapper-second {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .teaching-wrapper-second {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .teaching-wrapper-second {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .teaching-wrapper-second .teaching-wrapper-inner .panel-grid.panel-no-style {
    align-items: center !important;
    -webkit-align-items: center !important;
    -ms-align-items: center !important; }
    .teaching-wrapper-second .teaching-wrapper-inner .panel-grid.panel-no-style .teaching-inner .panel-grid.panel-no-style > div:first-child {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .teaching-wrapper-second .teaching-wrapper-inner .panel-grid.panel-no-style .teaching-inner .panel-grid.panel-no-style > div:first-child {
          width: 50% !important;
          margin-right: -10%; } }
  .teaching-wrapper-second .teaching-wrapper-inner .teaching-wrapper-left h2 {
    color: #ff6600;
    line-height: 1.3;
    position: relative;
  }
    @media screen and (max-width: 991px) {
      .teaching-wrapper-second .teaching-wrapper-inner .teaching-wrapper-left h2 {
        padding-top: 60px;
        line-height: 1.2;
        font-size: 32px; } }
    .teaching-wrapper-second .teaching-wrapper-inner .teaching-wrapper-left h2:before {
      background-image: url("images/guillemet-orange.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top;
      width: 45px;
      height: 45px;
      position: absolute;
      left: 0px;
      top: -80px;
      transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      content: ""; }
      @media screen and (max-width: 991px) {
        .teaching-wrapper-second .teaching-wrapper-inner .teaching-wrapper-left h2:before {
          top: 0px; } }
  .teaching-wrapper-second .teaching-wrapper-inner .teaching-wrapper-right img {
    width: 100%; }

.contact-page {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .contact-page {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .contact-page {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .contact-page {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .contact-page {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .contact-page .contact-left-content {
      padding: 0px; } }
  @media screen and (min-width: 768px) {
    .contact-page .contact-left-content {
      padding-right: 30px; } }
  @media screen and (min-width: 1200px) {
    .contact-page .contact-left-content {
      padding-right: 50px; } }
  .contact-page .contact-left-content .wpcf7-form label {
    font-size: 16px;
    font-weight: 400;
    color: #262b2d;
    padding-bottom: 5px;
    width: 100%;
    margin-bottom: 10px; }
  .contact-page .contact-left-content .wpcf7-form input {
    background-color: #f4f5f4;
    border-radius: 0px;
    border: none;
    height: 38px;
    box-shadow: none;
    color: #262b2d;
    padding: 6px 15px;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 8px; }
    .contact-page .contact-left-content .wpcf7-form input::-moz-placeholder {
      color: #262b2d;
      opacity: 1;
      font-style: none;
      font-weight: 300; }
    .contact-page .contact-left-content .wpcf7-form input::-webkit-input-placeholder {
      opacity: 1;
      color: #262b2d;
      font-style: none;
      font-weight: 300; }
    .contact-page .contact-left-content .wpcf7-form input:-ms-input-placeholder {
      opacity: 1;
      color: #262b2d;
      font-style: none;
      font-weight: 300; }
    .contact-page .contact-left-content .wpcf7-form input::-ms-input-placeholder {
      opacity: 1;
      color: #262b2d;
      font-style: none;
      font-weight: 300; }
    .contact-page .contact-left-content .wpcf7-form input:focus::-moz-placeholder {
      opacity: 1; }
      .contact-page .contact-left-content .wpcf7-form input:focus::-moz-placeholder::-webkit-input-placeholder {
        opacity: 1; }
      .contact-page .contact-left-content .wpcf7-form input:focus::-moz-placeholder:-ms-input-placeholder {
        opacity: 1; }
    .contact-page .contact-left-content .wpcf7-form input:focus::-ms-input-placeholder {
      opacity: 1; }
  .contact-page .contact-left-content .wpcf7-form textarea {
    background-color: #f4f5f4;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    color: #262b2d;
    padding: 6px 15px;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 8px; }
    .contact-page .contact-left-content .wpcf7-form textarea::-moz-placeholder {
      color: #262b2d;
      opacity: 1;
      font-style: none;
      font-weight: 300; }
    .contact-page .contact-left-content .wpcf7-form textarea::-webkit-input-placeholder {
      opacity: 1;
      color: #262b2d;
      font-style: none;
      font-weight: 300; }
    .contact-page .contact-left-content .wpcf7-form textarea:-ms-input-placeholder {
      opacity: 1;
      color: #262b2d;
      font-style: none;
      font-weight: 300; }
    .contact-page .contact-left-content .wpcf7-form textarea::-ms-input-placeholder {
      opacity: 1;
      color: #262b2d;
      font-style: none;
      font-weight: 300; }
    .contact-page .contact-left-content .wpcf7-form textarea:focus::-moz-placeholder {
      opacity: 1; }
      .contact-page .contact-left-content .wpcf7-form textarea:focus::-moz-placeholder::-webkit-input-placeholder {
        opacity: 1; }
      .contact-page .contact-left-content .wpcf7-form textarea:focus::-moz-placeholder:-ms-input-placeholder {
        opacity: 1; }
    .contact-page .contact-left-content .wpcf7-form textarea:focus::-ms-input-placeholder {
      opacity: 1; }
  .contact-page .contact-left-content .wpcf7-form input.wpcf7-submit {
    border: 2px solid #ff6600;
    padding: 12px 20px;
    border-radius: 4px;
    transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    background: transparent !important;
    background-color: transparent !important;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #ff6600;
    background-color: #ff6600 !important;
    color: #ffffff !important;
    width: auto;
    height: auto;
    border: 2px solid #ff6600;
    margin-top: 10px;
    padding: 0px 20px;
    height: 38px; }
    .contact-page .contact-left-content .wpcf7-form input.wpcf7-submit:hover, .contact-page .contact-left-content .wpcf7-form input.wpcf7-submit:focus {
      background-color: #ff6600 !important;
      color: #ffffff;
      -ms-transform: translateY(-3px);
      transform: translateY(-3px);
      -webkit-transform: translateY(-3px); }
      .contact-page .contact-left-content .wpcf7-form input.wpcf7-submit:hover span, .contact-page .contact-left-content .wpcf7-form input.wpcf7-submit:focus span {
        color: #ffffff; }
    .contact-page .contact-left-content .wpcf7-form input.wpcf7-submit span {
      color: #262b2d; }
    .contact-page .contact-left-content .wpcf7-form input.wpcf7-submit:hover, .contact-page .contact-left-content .wpcf7-form input.wpcf7-submit:focus {
      background-color: transparent !important;
      border: 2px solid #ff6600;
      color: #ff6600 !important; }
  .contact-page .contact-left-content .wpcf7-form .file-wrapper {
    display: inline-block;
    padding-right: 15px;
    margin-top: 0px;
    float: right;
    width: 100%;
    background-color: #f5f5f5;
    height: 38px;
    margin-bottom: 20px;
    margin-top: 6px; }
    .contact-page .contact-left-content .wpcf7-form .file-wrapper #file, .contact-page .contact-left-content .wpcf7-form .file-wrapper #file1 {
      display: none; }
    .contact-page .contact-left-content .wpcf7-form .file-wrapper label {
      background-image: url("images/telecharger.png");
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
      width: 40px;
      height: 31px;
      float: right;
      margin: 0;
      padding: 0px;
      cursor: pointer; }
    .contact-page .contact-left-content .wpcf7-form .file-wrapper #title-span, .contact-page .contact-left-content .wpcf7-form .file-wrapper #title-span1 {
      background-color: transparent;
      border: none;
      vertical-align: middle;
      display: inline-block;
      width: auto;
      height: auto;
      margin-right: 10px;
      float: right;
      padding-top: 6px; }
  .contact-page .contact-left-content .wpcf7-form p {
    margin: 0px;
    padding: 0px; }
    .contact-page .contact-left-content .wpcf7-form p .upload {
      margin: 0px;
      padding: 0px; }
  @media screen and (max-width: 767px) {
    .contact-page .contact-right-content {
      padding: 0px; } }
  @media screen and (min-width: 768px) {
    .contact-page .contact-right-content {
      padding-left: 30px;
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (min-width: 1200px) {
    .contact-page .contact-right-content {
      padding-left: 50px;
      padding-top: 70px;
      padding-bottom: 70px; } }
  .contact-page .contact-right-content h1 {
    color: #262b2d;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    padding-bottom: 15px;
    margin-bottom: 0px;
    line-height: 1.2; }
    @media screen and (min-width: 768px) {
      .contact-page .contact-right-content h1 {
        font-size: 30px; } }
    @media screen and (min-width: 1200px) {
      .contact-page .contact-right-content h1 {
        font-size: 40px; } }
  .contact-page .contact-right-content h2 {
    color: #697677;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif; }
  .contact-page .contact-right-content a {
    /* color: #262b2d; */
    text-decoration: none;
    font-size: 14px; }
    .contact-page .contact-right-content a:hover, .contact-page .contact-right-content a:focus {
      color: #ff6600; }

.default-page .page-content-wrapper .basic-page-header {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .default-page .page-content-wrapper .basic-page-header {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .default-page .page-content-wrapper .basic-page-header {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .default-page .page-content-wrapper .basic-page-header {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .default-page .page-content-wrapper .basic-page-header {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .default-page .page-content-wrapper .basic-page-header h1 {
    color: #262b2d;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .default-page .page-content-wrapper .basic-page-header h1 {
        font-size: 46px; } }
.default-page .page-content-wrapper .basic-page-content {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .default-page .page-content-wrapper .basic-page-content {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .default-page .page-content-wrapper .basic-page-content {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .default-page .page-content-wrapper .basic-page-content {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .default-page .page-content-wrapper .basic-page-content {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .default-page .page-content-wrapper .basic-page-content .basic-page-content-inner {
    max-width: 800px;
    margin: auto; }
    .default-page .page-content-wrapper .basic-page-content .basic-page-content-inner h3 {
      margin: 0px;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-size: 18px;
      padding-bottom: 10px; }
    .default-page .page-content-wrapper .basic-page-content .basic-page-content-inner p {
      margin-bottom: 0px;
      padding-bottom: 15px; }
      @media screen and (min-width: 768px) {
        .default-page .page-content-wrapper .basic-page-content .basic-page-content-inner p {
          padding-bottom: 25px; } }

a, button {
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out; }

h2.widget-title {
  color: #ff6600;
  font-size: 32px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  padding-bottom: 20px;
  margin-bottom: 0px; }
  @media screen and (min-width: 768px) {
    h2.widget-title {
      padding-bottom: 35px;
      font-size: 30px; } }
  @media screen and (min-width: 992px) {
    h2.widget-title {
      font-size: 34px; } }
  @media screen and (min-width: 1200px) {
    h2.widget-title {
      font-size: 38px; } }

body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a, select, button, .btn, .button {
  cursor: url("images/hand.png"), pointer !important; }

@media screen and (min-width: 1900px) {
  .container {
    width: 1320px; } }

.border-left {
  position: relative;
  width: 100%;
  z-index: -1; }
  @media screen and (max-width: 767px) {
    .border-left .container {
      padding: 0px; } }
  .border-left .container span {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    float: right;
    width: 100vw;
    height: 25px; }
    .border-left .container span::before {
      content: "";
      height: 3px;
      width: 100%;
      background-image: url("images/circle.png");
      background-repeat: repeat;
      background-position: center right;
      background-size: auto 3px; }
      @media screen and (min-width: 768px) {
        .border-left .container span::before {
          width: calc(100% - 35px); } }
    .border-left .container span::after {
      content: ""; }
      @media screen and (min-width: 768px) {
        .border-left .container span::after {
          background-image: url("images/motif-3.png");
          width: 35px;
          height: 25px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; } }

.border-line .border-left .container span {
  float: left; }
  .border-line .border-left .container span::after {
    content: "";
    height: 3px;
    width: 100%;
    background-image: url("images/circle.png");
    background-repeat: repeat;
    background-position: center right;
    background-size: auto 3px; }
    @media screen and (min-width: 768px) {
      .border-line .border-left .container span::after {
        width: calc(100% - 35px); } }
  @media screen and (max-width: 767px) {
    .border-line .border-left .container span::before {
      display: none; } }
  @media screen and (min-width: 768px) {
    .border-line .border-left .container span::before {
      content: "";
      background-image: url("images/motif-2.png");
      width: 35px;
      height: 25px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; } }

.call-to-action {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 18% 0px;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .call-to-action {
      padding: 4% 0px; } }
  .call-to-action:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
    background-color: rgba(0, 57, 24, 0.5); }
  .call-to-action h2 {
    color: #ffffff;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    padding-bottom: 15px;
    margin: 0px; }
    @media screen and (min-width: 768px) {
      .call-to-action h2 {
        padding-bottom: 35px; } }
  .call-to-action p {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    max-width: 480px;
    margin: auto; }
  .call-to-action .link {
    margin-top: 20px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .call-to-action .link {
        margin-top: 35px; } }
    .call-to-action .link a {
      border: 2px solid #ff6600;
      padding: 12px 20px;
      border-radius: 4px;
      transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out;
      display: inline-block;
      font-size: 17px;
      font-weight: 400;
      background: transparent !important;
      background-color: transparent !important;
      text-decoration: none;
      line-height: 1;
      letter-spacing: 0.5px;
      color: #ff6600;
      border: 2px solid #ffffff;
      color: #ffffff !important;
      text-decoration: none; }
      .call-to-action .link a:hover, .call-to-action .link a:focus {
        background-color: #ff6600 !important;
        color: #ffffff;
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px); }
        .call-to-action .link a:hover span, .call-to-action .link a:focus span {
          color: #ffffff; }
      .call-to-action .link a span {
        color: #262b2d; }
      .call-to-action .link a:hover, .call-to-action .link a:focus {
        background-color: #ffffff !important;
        color: #262b2d !important; }

#loadingDiv {
  padding-bottom: 20px; }
  #loadingDiv img {
    display: block;
    margin: auto; }

.search-page .page-title, .error404 .page-title {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .search-page .page-title, .error404 .page-title {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .search-page .page-title, .error404 .page-title {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .search-page .page-title, .error404 .page-title {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .search-page .page-title, .error404 .page-title {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .search-page .page-title h1, .error404 .page-title h1 {
    color: #262b2d;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .search-page .page-title h1, .error404 .page-title h1 {
        font-size: 46px; } }
.search-page .page-content-wrapper, .error404 .page-content-wrapper {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .search-page .page-content-wrapper, .error404 .page-content-wrapper {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .search-page .page-content-wrapper, .error404 .page-content-wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .search-page .page-content-wrapper, .error404 .page-content-wrapper {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .search-page .page-content-wrapper, .error404 .page-content-wrapper {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .search-page .page-content-wrapper .search-results h2, .error404 .page-content-wrapper .search-results h2 {
    color: #262b2d;
    font-size: 24px;
    font-weight: 500; }
  @media screen and (min-width: 768px) {
    .search-page .page-content-wrapper .search-results .search-form, .error404 .page-content-wrapper .search-results .search-form {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-justify-content: center; } }
  @media screen and (min-width: 768px) {
    .search-page .page-content-wrapper .search-results .search-form label, .error404 .page-content-wrapper .search-results .search-form label {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center; } }
  .search-page .page-content-wrapper .search-results .search-form label .screen-reader-text, .error404 .page-content-wrapper .search-results .search-form label .screen-reader-text {
    font-size: 16px;
    font-weight: 300;
    color: #262b2d;
    padding-bottom: 5px;
    width: 100%;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .search-page .page-content-wrapper .search-results .search-form label .screen-reader-text, .error404 .page-content-wrapper .search-results .search-form label .screen-reader-text {
        padding-right: 15px; } }
  .search-page .page-content-wrapper .search-results .search-form label .search-field, .error404 .page-content-wrapper .search-results .search-form label .search-field {
    background-color: #f4f5f4;
    border-radius: 0px;
    border: none;
    height: 38px;
    box-shadow: none;
    color: #262b2d;
    padding: 6px 15px;
    width: 100%; }
  .search-page .page-content-wrapper .search-results .search-form .search-submit, .error404 .page-content-wrapper .search-results .search-form .search-submit {
    border: 2px solid #ff6600;
    padding: 12px 20px;
    border-radius: 4px;
    transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    background: transparent !important;
    background-color: transparent !important;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #ff6600;
    background-color: #ff6600 !important;
    color: #ffffff !important;
    width: auto;
    height: auto;
    border: 2px solid #ff6600;
    padding: 0px 20px;
    height: 38px; }
    .search-page .page-content-wrapper .search-results .search-form .search-submit:hover, .search-page .page-content-wrapper .search-results .search-form .search-submit:focus, .error404 .page-content-wrapper .search-results .search-form .search-submit:hover, .error404 .page-content-wrapper .search-results .search-form .search-submit:focus {
      background-color: #ff6600 !important;
      color: #ffffff;
      -ms-transform: translateY(-3px);
      transform: translateY(-3px);
      -webkit-transform: translateY(-3px); }
      .search-page .page-content-wrapper .search-results .search-form .search-submit:hover span, .search-page .page-content-wrapper .search-results .search-form .search-submit:focus span, .error404 .page-content-wrapper .search-results .search-form .search-submit:hover span, .error404 .page-content-wrapper .search-results .search-form .search-submit:focus span {
        color: #ffffff; }
    .search-page .page-content-wrapper .search-results .search-form .search-submit span, .error404 .page-content-wrapper .search-results .search-form .search-submit span {
      color: #262b2d; }
    @media screen and (min-width: 768px) {
      .search-page .page-content-wrapper .search-results .search-form .search-submit, .error404 .page-content-wrapper .search-results .search-form .search-submit {
        margin-left: 10px; } }
    .search-page .page-content-wrapper .search-results .search-form .search-submit:hover, .search-page .page-content-wrapper .search-results .search-form .search-submit:focus, .error404 .page-content-wrapper .search-results .search-form .search-submit:hover, .error404 .page-content-wrapper .search-results .search-form .search-submit:focus {
      background-color: transparent !important;
      border: 2px solid #ff6600;
      color: #ff6600 !important; }
  .search-page .page-content-wrapper .search-results .body, .error404 .page-content-wrapper .search-results .body {
    font-size: 14px;
    color: #262b2d;
    padding: 10px 0px; }
  .search-page .page-content-wrapper .search-results a, .error404 .page-content-wrapper .search-results a {
    border: 2px solid #ff6600;
    padding: 12px 20px;
    border-radius: 4px;
    transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    background: transparent !important;
    background-color: transparent !important;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.5px;
    color: #ff6600;
    color: #262b2d;
    text-decoration: none; }
    .search-page .page-content-wrapper .search-results a:hover, .search-page .page-content-wrapper .search-results a:focus, .error404 .page-content-wrapper .search-results a:hover, .error404 .page-content-wrapper .search-results a:focus {
      background-color: #ff6600 !important;
      color: #ffffff;
      -ms-transform: translateY(-3px);
      transform: translateY(-3px);
      -webkit-transform: translateY(-3px); }
      .search-page .page-content-wrapper .search-results a:hover span, .search-page .page-content-wrapper .search-results a:focus span, .error404 .page-content-wrapper .search-results a:hover span, .error404 .page-content-wrapper .search-results a:focus span {
        color: #ffffff; }
    .search-page .page-content-wrapper .search-results a span, .error404 .page-content-wrapper .search-results a span {
      color: #262b2d; }
  .search-page .page-content-wrapper .not-found, .error404 .page-content-wrapper .not-found {
    font-size: 14px;
    color: #262b2d;
    text-align: center;
    padding-top: 15px; }

.news-content-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .news-content-wrapper {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .news-content-wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .news-content-wrapper {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .news-content-wrapper {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .news-content-wrapper {
      padding-bottom: 0px !important; } }
  @media screen and (min-width: 1600px) {
    .news-content-wrapper {
      padding-bottom: 70px !important; } }
  .news-content-wrapper .news-header {
    text-align: center; }
    .news-content-wrapper .news-header h2 {
      text-transform: uppercase;
      font-size: 20px;
      color: #7b7b7c;
      margin-bottom: 0px;
      font-weight: 300;
      padding-bottom: 15px; }
    .news-content-wrapper .news-header h1 {
      color: #262b2d;
      font-size: 28px;
      font-weight: 700;
      font-family: 'Lato', sans-serif;
      margin: 0px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .news-content-wrapper .news-header h1 {
          font-size: 46px; } }
    .news-content-wrapper .news-header .tags {
      padding-bottom: 10px; }
      .news-content-wrapper .news-header .tags span {
        border: 2px solid #687779;
        border-radius: 5px;
        color: #687779;
        font-size: 16px;
        padding: 10px 25px;
        margin-right: 15px;
        display: inline-block;
        line-height: 1;
        background-color: transparent;
        cursor: pointer; }
    .news-content-wrapper .news-header .news-date-wrapper {
      font-size: 18px;
      font-weight: 300;
      color: #687779; }
  .news-content-wrapper .news-category {
    text-align: center;
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .news-content-wrapper .news-category {
        padding-top: 60px; } }
    @media screen and (min-width: 1200px) {
      .news-content-wrapper .news-category {
        padding-top: 80px; } }
    @media screen and (max-width: 767px) {
      .news-content-wrapper .news-category .filter-wrapper {
        height: 60px;
        min-height: 60px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .news-content-wrapper .news-category .filter-wrapper .filter-toggle {
      width: 100%;
      text-align: center;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .news-content-wrapper .news-category .filter-wrapper .filter-toggle #filter-button {
      padding: 9px 20px;
      background-color: #262b2d;
      display: block;
      color: #ffffff;
      cursor: pointer;
      font-size: 16px;
      transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out; }
      .news-content-wrapper .news-category .filter-wrapper .filter-toggle #filter-button::after {
        content: "\f0b0";
        display: inline-block;
        font-size: 16px;
        font-family: "FontAwesome";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #ffffff;
        cursor: pointer;
        padding-left: 10px; } }
    @media screen and (max-width: 767px) {
        .news-content-wrapper .news-category .filter-wrapper .filters {
          opacity: 0;
          visibility: hidden;
          background-color: #ffffff;
          display: flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          padding: 20px 12px 0px;
          margin: 0 -15px 10px; }
          .news-content-wrapper .news-category .filter-wrapper .filters .news-term-name {
            -ms-flex: 1 1 auto;
            -webkit-flex: 1 1 auto;
            flex: 1 1 auto;
            margin-bottom: 15px; }
        .news-content-wrapper .news-category .filter-wrapper.show-filter {
          height: auto;
          min-height: 80px; }
          .news-content-wrapper .news-category .filter-wrapper.show-filter .filters {
            opacity: 1;
            visibility: visible; } }
    @media screen and (min-width: 768px) {
      .news-content-wrapper .news-category .filter-toggle {
        display: none; } }
    .news-content-wrapper .news-category .news-term-name {
      border: 2px solid #687779;
      border-radius: 5px;
      color: #687779;
      font-size: 16px;
      padding: 10px 25px;
      margin-right: 15px;
      display: inline-block;
      line-height: 1;
      background-color: transparent;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      padding-bottom: 15px;
  margin-bottom: 15px; }
      @media screen and (min-width: 768px) {
        .news-content-wrapper .news-category .news-term-name {
          font-size: 14px;
          padding: 10px 20px; } }
      @media screen and (min-width: 992px) {
        .news-content-wrapper .news-category .news-term-name {
          font-size: 16px;
          padding: 10px 25px; } }
      .news-content-wrapper .news-category .news-term-name.active {
        background-color: #687779;
        color: #ffffff; }
      .news-content-wrapper .news-category .news-term-name:hover, .news-content-wrapper .news-category .news-term-name:focus {
        background-color: #687779;
        color: #ffffff; }

.news-page.main-content {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .news-page.main-content {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .news-page.main-content {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .news-page.main-content {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .news-page.main-content {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .news-page.main-content h3 {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 0px;
    font-size: 30px;
    color: #262b2d; }
    @media screen and (min-width: 768px) {
      .news-page.main-content h3 {
        padding-bottom: 35px; } }
    @media screen and (min-width: 1200px) {
      .news-page.main-content h3 {
        padding-bottom: 50px; } }
  @media screen and (min-width: 768px) {
    .news-page.main-content .items-wrapper {
      margin: 0 -15px; } }
  .news-page.main-content .items-wrapper .item {
    transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    position: relative;
    margin-bottom: 20px;
    background-color: transparent;
    transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .news-page.main-content .items-wrapper .item {
        padding: 0px; } }
     @media screen and (min-width: 768px) {
      .news-page.main-content .items-wrapper {
       display: -webkit-flex;
       display: -moz-flex;
       display: -ms-flex;
       display: -o-flex;
       display: flex;
       -webkit-flex-wrap: wrap;
       flex-wrap: wrap;
      }
    }
    @media screen and (min-width: 992px) {
      .news-page.main-content .items-wrapper .item {
        margin-bottom: 30px; } }
    @media screen and (min-width: 1200px) {
      .news-page.main-content .items-wrapper .item {
        margin-bottom: 40px;
        padding-right: 20px;
        padding-left: 20px; } }
    .news-page.main-content .items-wrapper .item .item-outer {
      -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.14) !important;
      -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.14) !important;
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.14) !important;
      background-color: #ffffff;
      -ms-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      position: relative;
      overflow: hidden;
      height: 100%;
    }
      .news-page.main-content .items-wrapper .item .item-outer .image span {
        display: block;
        line-height: 0;
        position: relative;
        overflow: hidden; }
        .news-page.main-content .items-wrapper .item .item-outer .image span img {
          width: 100%;
          transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
          -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
          margin-bottom: 0; }
      .news-page.main-content .items-wrapper .item .item-outer .item-inner {
        padding: 20px 25px; }
        .news-page.main-content .items-wrapper .item .item-outer .item-inner .tags span a {
          font-weight: 300;
          font-size: 15px;
          color: #ff6600;
          text-decoration: none; }
        .news-page.main-content .items-wrapper .item .item-outer .item-inner .item-title {
          padding-top: 10px; }
          .news-page.main-content .items-wrapper .item .item-outer .item-inner .item-title a {
            text-decoration: none;
            font-size: 20px;
            font-weight: 500;
            text-decoration: none;
            color: #262b2d; }
            .news-page.main-content .items-wrapper .item .item-outer .item-inner .item-title a:hover, .news-page.main-content .items-wrapper .item .item-outer .item-inner .item-title a:focus {
              color: #ff6600; }
        .news-page.main-content .items-wrapper .item .item-outer .item-inner .item-text {
          padding-top: 15px; }
        .news-page.main-content .items-wrapper .item .item-outer .item-inner .author-link-wrapper {
          padding-top: 25px; }
          @media screen and (max-width: 449px) {
            .news-page.main-content .items-wrapper .item .item-outer .item-inner .author-link-wrapper {
              display: block; } }
          @media screen and (min-width: 450px) {
            .news-page.main-content .items-wrapper .item .item-outer .item-inner .author-link-wrapper {
              display: flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: -webkit-box;
              display: -webkit-flex;
              justify-content: space-between;
              -webkit-justify-content: space-between;
              -ms-justify-content: space-between; } }
          .news-page.main-content .items-wrapper .item .item-outer .item-inner .author-link-wrapper .author {
            display: flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            align-items: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            vertical-align: baseline;
      float: left;
      padding-bottom: 10px; }
            .news-page.main-content .items-wrapper .item .item-outer .item-inner .author-link-wrapper .author .author-image img {
              max-width: 50px;
              -ms-border-radius: 50%;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              display: block;
              height: auto; }
            .news-page.main-content .items-wrapper .item .item-outer .item-inner .author-link-wrapper .author .author-info {
              /* padding-left: 15px; */
             }
              .news-page.main-content .items-wrapper .item .item-outer .item-inner .author-link-wrapper .author .author-info .author-name {
                font-size: 14px;
                font-weight: 500;
                color: #262b2d;
                text-transform: capitalize;
                line-height: 1; }
              .news-page.main-content .items-wrapper .item .item-outer .item-inner .author-link-wrapper .author .author-info .item-date {
                font-size: 14px;
                font-weight: 400;
                color: #262b2d; }
        .news-page.main-content .items-wrapper .item .item-outer .item-inner .item-link {
          vertical-align: baseline;
float: right;
padding-bottom: 10px; }
          .news-page.main-content .items-wrapper .item .item-outer .item-inner .item-link a {
            color: #ff6600;
            font-size: 16px;
            text-decoration: none;
            position: relative;
            padding-right: 24px;
            font-weight: 400; }
            .news-page.main-content .items-wrapper .item .item-outer .item-inner .item-link a:after {
              background-image: url("images/arrow-button.png");
              background-size: 15px;
              background-repeat: no-repeat;
              background-position: center;
              width: 20px;
              height: 20px;
              position: absolute;
              top: 0px;
              right: 0px;
              transition: all 0.35s ease-in-out;
              -ms-transition: all 0.35s ease-in-out;
              -o-transition: all 0.35s ease-in-out;
              -moz-transition: all 0.35s ease-in-out;
              -webkit-transition: all 0.35s ease-in-out;
              content: ""; }
            .news-page.main-content .items-wrapper .item .item-outer .item-inner .item-link a:hover, .news-page.main-content .items-wrapper .item .item-outer .item-inner .item-link a:focus {
              -ms-transform: translateY(-3px);
              transform: translateY(-3px);
              -webkit-transform: translateY(-3px); }
    .news-page.main-content .items-wrapper .item:hover .image img, .news-page.main-content .items-wrapper .item:focus .image img {
      -o-transform: scale(1.07);
      -moz-transform: scale(1.07);
      -ms-transform: scale(1.07);
      -webkit-transform: scale(1.07);
      transform: scale(1.07); }

.news-detail-page {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .news-detail-page {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .news-detail-page {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .news-detail-page {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .news-detail-page {
      padding-top: 100px;
      padding-bottom: 100px; } }

      .wp-caption-text {
    text-align: center !important;
    font-style: italic !important;
}
.refacf {
  font-size: 16px;;
}
  .news-detail-page .news-detail-inner {
    max-width: 1000px;
    margin: auto; }
    .news-detail-page .news-detail-inner img {
      max-width: 100%;
      display: block;
      height: auto;
    }
    .news-detail-page .news-detail-inner .contactacf {
      max-width: 100%;
      display: inline-block;
      height: auto;
    }
    .news-detail-page .news-detail-inner .wp-caption {
      width: 100% !important;
    }
    .news-detail-page .news-detail-inner .wp-caption .wp-caption-text {
      font-size: 14px !important;
    }

    .news-detail-page .news-detail-inner p {
      margin-bottom: 0px;
      padding-top: 15px;
      padding-bottom: 10px; }
      .news-detail-page .news-detail-inner blockquote p .picture {
        display: inline-block;
        margin-bottom: 8px;
      }
      .news-detail-page .news-detail-inner blockquote p span img,
      .news-detail-page .news-detail-inner blockquote p span a {
        display: inline-block;
      }
      .news-detail-page .news-detail-inner blockquote p span a {
        /* color: #000000; */
        text-decoration: none;
      }
      .news-detail-page .news-detail-inner blockquote p span a:hover,
      .news-detail-page .news-detail-inner blockquote p span a:focus {
        color: #437018;
      }
      @media screen and (min-width: 768px) {
        .news-detail-page .news-detail-inner p {
          /* padding-bottom: 35px;  */
          } }
      /* .news-detail-page .news-detail-inner p img {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block; } */
    .news-detail-page .news-detail-inner h2 {
      margin: 0px; }
    .news-detail-page .news-detail-inner .author-link-wrapper {
      padding-top: 10px;
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center; }
      .news-detail-page .news-detail-inner .author-link-wrapper .author {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center; }
        .news-detail-page .news-detail-inner .author-link-wrapper .author .author-image img {
          max-width: 50px;
          -ms-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          display: block;
          height: auto; }
        .news-detail-page .news-detail-inner .author-link-wrapper .author .author-info {
          padding-left: 15px; }
          .news-detail-page .news-detail-inner .author-link-wrapper .author .author-info .author-name {
            font-size: 14px;
            font-weight: 500;
            color: #262b2d;
            text-transform: capitalize;
            line-height: 1; }
          .news-detail-page .news-detail-inner .author-link-wrapper .author .author-info .item-date {
            font-size: 14px;
            font-weight: 400;
            color: #262b2d; }
      .news-detail-page .news-detail-inner .author-link-wrapper .item-link a {
        color: #262b2d;
        font-size: 16px;
        text-decoration: none;
        position: relative;
        padding-right: 24px;
        font-weight: 400;
        border: 2px solid #262b2d;
        display: inline-block;
        vertical-align: middle;
        padding: 10px 20px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding-left: 15px;
        transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out; }
        .news-detail-page .news-detail-inner .author-link-wrapper .item-link a:before {
          background-image: url("images/arrow-button-black-left.png");
          background-size: 15px;
          background-repeat: no-repeat;
          background-position: center;
          width: 20px;
          height: 20px;
          display: inline-block;
          vertical-align: middle;
          transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out;
          content: "";
          margin-right: 5px; }
        .news-detail-page .news-detail-inner .author-link-wrapper .item-link a:hover, .news-detail-page .news-detail-inner .author-link-wrapper .item-link a:focus {
          color: #ff6600;
          border: 2px solid #ff6600;
          -ms-transform: translateY(-3px);
          transform: translateY(-3px);
          -webkit-transform: translateY(-3px); }
          .news-detail-page .news-detail-inner .author-link-wrapper .item-link a:hover:before, .news-detail-page .news-detail-inner .author-link-wrapper .item-link a:focus:before {
            background-image: url("images/arrow-button-left.png"); }

@media screen and (min-width: 768px) {
  .next-previous-block {
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex; } }
.next-previous-block .zoom-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out; }
  @media screen and (min-width: 768px) {
    .next-previous-block .zoom-outer {
      width: 50%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
       }
     }
  .next-previous-block .zoom-outer .previous-link-outer, .next-previous-block .zoom-outer .next-link-outer {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out; }
  .next-previous-block .zoom-outer .previous-link, .next-previous-block .zoom-outer .next-link {
    padding: 10% 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out; }
    @media screen and (min-width: 768px) {
      .next-previous-block .zoom-outer .previous-link, .next-previous-block .zoom-outer .next-link {
        padding: 13% 0px; } }
    .next-previous-block .zoom-outer .previous-link:before, .next-previous-block .zoom-outer .next-link:before {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: -1;
      position: absolute;
      top: 0px;
      left: 0px;
      display: block;
      content: ""; }
    .next-previous-block .zoom-outer .previous-link .linking, .next-previous-block .zoom-outer .next-link .linking {
      transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out; }
      @media screen and (max-width: 767px) {
        .next-previous-block .zoom-outer .previous-link .linking, .next-previous-block .zoom-outer .next-link .linking {
          padding: 30px; } }
      .next-previous-block .zoom-outer .previous-link .linking a, .next-previous-block .zoom-outer .next-link .linking a {
        color: #ffffff;
        font-size: 18px;
        text-decoration: none;
        transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out; }
        .next-previous-block .zoom-outer .previous-link .linking a:before, .next-previous-block .zoom-outer .next-link .linking a:before {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px;
          display: block;
          content: "";
          transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out; }
      .next-previous-block .zoom-outer .previous-link .linking .title, .next-previous-block .zoom-outer .next-link .linking .title {
        color: #ffffff;
        font-size: 22px;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        padding-top: 10px;
        transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out; }
  @media screen and (min-width: 768px) {
    .next-previous-block .zoom-outer .previous-link .linking {
      text-align: right;
      padding-right: 60px; } }
  @media screen and (min-width: 1200px) {
    .next-previous-block .zoom-outer .previous-link .linking {
      padding-right: 90px; } }
  .next-previous-block .zoom-outer .previous-link .linking .title:before {
    background-image: url("images/previous-arrow.png");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    content: "";
    opacity: 0;
    visibility: hidden;
    padding-left: 30px; }
  @media screen and (min-width: 768px) {
    .next-previous-block .zoom-outer .next-link .linking {
      text-align: left;
      padding-left: 60px; } }
  @media screen and (min-width: 1200px) {
    .next-previous-block .zoom-outer .next-link .linking {
      padding-left: 90px; } }
  .next-previous-block .zoom-outer .next-link .linking .title:after {
    background-image: url("images/next-arrow.png");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    content: "";
    opacity: 0;
    visibility: hidden;
    padding-right: 30px; }
  .next-previous-block .zoom-outer:hover .previous-link-outer, .next-previous-block .zoom-outer:hover .next-link-outer, .next-previous-block .zoom-outer:focus .previous-link-outer, .next-previous-block .zoom-outer:focus .next-link-outer {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .next-previous-block .zoom-outer:hover .previous-link:before, .next-previous-block .zoom-outer:hover .next-link:before, .next-previous-block .zoom-outer:focus .previous-link:before, .next-previous-block .zoom-outer:focus .next-link:before {
    background-color: rgba(0, 0, 0, 0.8); }
  .next-previous-block .zoom-outer:hover .previous-link .linking .title:before, .next-previous-block .zoom-outer:hover .previous-link .linking .title:after, .next-previous-block .zoom-outer:hover .next-link .linking .title:before, .next-previous-block .zoom-outer:hover .next-link .linking .title:after, .next-previous-block .zoom-outer:focus .previous-link .linking .title:before, .next-previous-block .zoom-outer:focus .previous-link .linking .title:after, .next-previous-block .zoom-outer:focus .next-link .linking .title:before, .next-previous-block .zoom-outer:focus .next-link .linking .title:after {
    opacity: 1;
    visibility: visible;
    padding: 0px; }
  @media screen and (min-width: 768px) {
    .next-previous-block .zoom-outer:hover .previous-link .linking, .next-previous-block .zoom-outer:focus .previous-link .linking {
      padding-right: 90px; } }
  @media screen and (min-width: 1200px) {
    .next-previous-block .zoom-outer:hover .previous-link .linking, .next-previous-block .zoom-outer:focus .previous-link .linking {
      padding-right: 120px; } }
  @media screen and (min-width: 768px) {
    .next-previous-block .zoom-outer:hover .next-link .linking, .next-previous-block .zoom-outer:focus .next-link .linking {
      padding-left: 90px; } }
  @media screen and (min-width: 1200px) {
    .next-previous-block .zoom-outer:hover .next-link .linking, .next-previous-block .zoom-outer:focus .next-link .linking {
      padding-left: 120px; } }
.next-previous-block.no-prev .zoom-outer {
  width: 100%; }
  .next-previous-block.no-prev .zoom-outer .next-link {
    padding: 6.5% 0px; }
.next-previous-block.no-next .zoom-outer {
  width: 100%; }
  .next-previous-block.no-next .zoom-outer .previous-link {
    padding: 6.5% 0px; }

.teaching-content-wrapper .teaching-header {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .teaching-content-wrapper .teaching-header {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .teaching-content-wrapper .teaching-header {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .teaching-content-wrapper .teaching-header {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .teaching-content-wrapper .teaching-header {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (min-width: 1600px) {
    .teaching-content-wrapper .teaching-header {
      padding-bottom: 70px !important; } }
  .teaching-content-wrapper .teaching-header h2 {
    text-transform: uppercase;
    font-size: 20px;
    color: #7b7b7c;
    margin-bottom: 0px;
    font-weight: 300;
    padding-bottom: 15px; }
  .teaching-content-wrapper .teaching-header h1 {
    color: #262b2d;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .teaching-content-wrapper .teaching-header h1 {
        font-size: 46px; } }
.teaching-content-wrapper .teaching-quote-section {
  padding-bottom: 35px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .teaching-content-wrapper .teaching-quote-section {
      margin-top: 200px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .teaching-content-wrapper .teaching-quote-section {
      padding-bottom: 50px; } }
  @media screen and (min-width: 1200px) {
    .teaching-content-wrapper .teaching-quote-section {
      padding-bottom: 80px; } }
  @media screen and (min-width: 1600px) {
    .teaching-content-wrapper .teaching-quote-section {
      padding-bottom: 100px; } }
  .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0 0 100%; }
    @media screen and (min-width: 768px) {
      .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper {
        padding: 0 0 50%; } }
    @media screen and (max-width: 768px) {
      .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper {
        background-size: contain !important; }
      }
    .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .author-detail-box {
      background-color: #ff6600;
      padding: 40px 20px; }
      @media screen and (min-width: 768px) {
        .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .author-detail-box {
          position: absolute;
          z-index: 1;
          top: -200px;
          left: 0px;
          padding: 60px 40px; } }
      @media screen and (min-width: 1200px) {
        .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .author-detail-box {
          padding: 80px 70px; } }
      @media screen and (min-width: 1300px) {
        .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .author-detail-box {
          left: -80px; } }
      @media screen and (min-width: 1900px) {
        .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .author-detail-box {
          left: -120px; } }
      .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .author-detail-box .quote-text {
        position: relative;
        padding-top: 50px;
        transition: all 0.9s ease-in-out;
        -ms-transition: all 0.9s ease-in-out;
        -o-transition: all 0.9s ease-in-out;
        -moz-transition: all 0.9s ease-in-out;
        -webkit-transition: all 0.9s ease-in-out;
        padding-bottom: 15px;
        margin-bottom: 0px; }
        .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .author-detail-box .quote-text:before {
          background-image: url("images/guillemet white.png");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center top;
          width: 41px;
          height: 39px;
          position: absolute;
          top: 0px;
          left: 0px;
          transition: all 0.7s ease-in-out;
          -ms-transition: all 0.7s ease-in-out;
          -o-transition: all 0.7s ease-in-out;
          -moz-transition: all 0.7s ease-in-out;
          -webkit-transition: all 0.7s ease-in-out;
          content: ""; }
        .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .author-detail-box .quote-text p {
          color: #ffffff;
          font-size: 14px;
          font-weight: 500; }
      .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .author-detail-box .author-image-text-wrapper {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex; }
        .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .author-detail-box .author-image-text-wrapper .author-image img {
          max-width: 50px;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .author-detail-box .author-image-text-wrapper .author-info {
          padding-left: 15px;
          color: #ffffff;
          font-size: 16px; }
    .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .link {
      position: absolute;
      right: 20px;
      bottom: 50px; }
      @media screen and (min-width: 768px) {
        .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .link {
          right: 80px; } }
      .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .link a {
        background-color: transparent;
        border: 2px solid #ffffff;
        color: #ffffff;
        font-weight: 300;
        font-size: 14px;
        padding: 10px 30px;
        text-decoration: none;
        display: inline-block;
        border-radius: 5px;
        line-height: 1; }
        @media screen and (min-width: 768px) {
          .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .link a {
            font-size: 18px;
            padding: 10px 40px; } }
        .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .link a:hover, .teaching-content-wrapper .teaching-quote-section .bg-image-wrapper .link a:focus {
          background-color: #ffffff;
          color: #262b2d;
          -ms-transform: translateY(-3px);
          transform: translateY(-3px);
          -webkit-transform: translateY(-3px); }
.teaching-content-wrapper .teaching-page .teaching-presentation-wrapper {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .teaching-content-wrapper .teaching-page .teaching-presentation-wrapper {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .teaching-content-wrapper .teaching-page .teaching-presentation-wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .teaching-content-wrapper .teaching-page .teaching-presentation-wrapper {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .teaching-content-wrapper .teaching-page .teaching-presentation-wrapper {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .teaching-content-wrapper .teaching-page .teaching-presentation-wrapper h2 {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .teaching-content-wrapper .teaching-page .teaching-presentation-wrapper h2 {
        padding-bottom: 40px; } }
    @media screen and (min-width: 1200px) {
      .teaching-content-wrapper .teaching-page .teaching-presentation-wrapper h2 {
        padding-bottom: 55px; } }
    @media screen and (min-width: 1650px) {
      .teaching-content-wrapper .teaching-page .teaching-presentation-wrapper h2 {
        padding-bottom: 70px; } }
.teaching-content-wrapper .teaching-page .teaching-counter-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 5% 0px;
  z-index: 1; }
  .teaching-content-wrapper .teaching-page .teaching-counter-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block; }
  .teaching-content-wrapper .teaching-page .teaching-counter-wrapper .counter-item {
    text-align: center; }
    @media screen and (max-width: 499px) {
      .teaching-content-wrapper .teaching-page .teaching-counter-wrapper .counter-item {
        margin-bottom: 15px; } }
    @media screen and (min-width: 501px) and (max-width: 767px) {
      .teaching-content-wrapper .teaching-page .teaching-counter-wrapper .counter-item {
        width: 50%;
        float: left;
        margin-bottom: 20px; } }
    .teaching-content-wrapper .teaching-page .teaching-counter-wrapper .counter-item .counter {
      font-size: 66px;
      font-weight: 700;
      font-family: 'Lato', sans-serif;
      color: #ffffff;
      line-height: 1; }
    .teaching-content-wrapper .teaching-page .teaching-counter-wrapper .counter-item .counter-text {
      font-size: 18px;
      color: #ffffff;
      padding-top: 20px; }
.teaching-content-wrapper .teaching-page .teaching-team-wrapper {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .teaching-content-wrapper .teaching-page .teaching-team-wrapper {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .teaching-content-wrapper .teaching-page .teaching-team-wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .teaching-content-wrapper .teaching-page .teaching-team-wrapper {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .teaching-content-wrapper .teaching-page .teaching-team-wrapper {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (min-width: 1200px) {
    .teaching-content-wrapper .teaching-page .teaching-team-wrapper {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (min-width: 1600px) {
    .teaching-content-wrapper .teaching-page .teaching-team-wrapper {
      padding-top: 130px;
      padding-bottom: 130px; } }
  .teaching-content-wrapper .teaching-page .teaching-team-wrapper h2 {
    text-align: center; }
  .teaching-content-wrapper .teaching-page .teaching-team-wrapper .teaching-team-wrapper-inner {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 15px; }
    .teaching-content-wrapper .teaching-page .teaching-team-wrapper .teaching-team-wrapper-inner ul {
      padding: 0px;
      padding-top: 25px;
      padding-left: 15px; }
      @media screen and (max-width: 767px) {
        .teaching-content-wrapper .teaching-page .teaching-team-wrapper .teaching-team-wrapper-inner ul {
          padding-top: 10px; } }
      .teaching-content-wrapper .teaching-page .teaching-team-wrapper .teaching-team-wrapper-inner ul li {
        padding-bottom: 7px; }
.teaching-content-wrapper .teaching-page .teaching-licence-master-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f5f5f5; }
  @media screen and (min-width: 768px) {
    .teaching-content-wrapper .teaching-page .teaching-licence-master-wrapper {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .teaching-content-wrapper .teaching-page .teaching-licence-master-wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .teaching-content-wrapper .teaching-page .teaching-licence-master-wrapper {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .teaching-content-wrapper .teaching-page .teaching-licence-master-wrapper {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (min-width: 1200px) {
    .teaching-content-wrapper .teaching-page .teaching-licence-master-wrapper {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (min-width: 1600px) {
    .teaching-content-wrapper .teaching-page .teaching-licence-master-wrapper {
      padding-top: 130px;
      padding-bottom: 130px; } }
  .teaching-content-wrapper .teaching-page .teaching-licence-master-wrapper .teaching-licence-master-wrapper-inner {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 15px; }
    .teaching-content-wrapper .teaching-page .teaching-licence-master-wrapper .teaching-licence-master-wrapper-inner ul {
      padding: 0px;
      padding-top: 25px;
      padding-left: 15px; }
      @media screen and (max-width: 767px) {
        .teaching-content-wrapper .teaching-page .teaching-licence-master-wrapper .teaching-licence-master-wrapper-inner ul {
          padding-top: 10px; } }
      .teaching-content-wrapper .teaching-page .teaching-licence-master-wrapper .teaching-licence-master-wrapper-inner ul li {
        padding-bottom: 7px; }

.research-content-wrapper .research-header {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .research-content-wrapper .research-header {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .research-content-wrapper .research-header {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .research-content-wrapper .research-header {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .research-content-wrapper .research-header {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (min-width: 1600px) {
    .research-content-wrapper .research-header {
      padding-bottom: 70px !important; } }
  .research-content-wrapper .research-header h2 {
    text-transform: uppercase;
    font-size: 20px;
    color: #7b7b7c;
    margin-bottom: 0px;
    font-weight: 300;
    padding-bottom: 15px; }
  .research-content-wrapper .research-header h1 {
    color: #262b2d;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .research-content-wrapper .research-header h1 {
        font-size: 46px; } }
.research-content-wrapper .research-sidebar-content-wrapper {
  padding-top: 50px;
  padding-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .research-content-wrapper .research-sidebar-content-wrapper {
      padding-top: 150px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 1200px) {
    .research-content-wrapper .research-sidebar-content-wrapper {
      padding-top: 180px;
      padding-bottom: 80px; } }
  @media screen and (min-width: 1600px) {
    .research-content-wrapper .research-sidebar-content-wrapper {
      padding-top: 200px;
      padding-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar {
      padding: 0px; } }
  .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner {
    background-color: #f2f4f3;
    padding: 15px 25px; }
    .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-wrapper {
      border-bottom: 3px solid #ffffff;
      padding: 18px 0px;
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center; }

      .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-wrapper:nth-child(3),
      .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-wrapper:nth-child(5) {
        display: none;
      }

      .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-wrapper .sidebar-item-title {
        display: inline-block; }
        .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-wrapper .sidebar-item-title a {
          font-size: 20px;
          font-weight: 300;
          color: #262b2d;
          text-decoration: none;
          line-height: 1; }
          .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-wrapper .sidebar-item-title a:hover, .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-wrapper .sidebar-item-title a:focus {
            color: #ff6600; }
        .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-wrapper .sidebar-item-title.active a {
          font-weight: 700; }
      .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-wrapper .sidebar-item-opener {
        display: inline-block;
        transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        padding-left: 10px; }
        .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-wrapper .sidebar-item-opener i {
          cursor: pointer; }
        .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-wrapper .sidebar-item-opener .down {
          opacity: 0;
          visibility: hidden;
          display: none;
          transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out; }
        .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-wrapper .sidebar-item-opener.dropdown-open {
          transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out; }
          .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-wrapper .sidebar-item-opener.dropdown-open .down {
            opacity: 1;
            visibility: visible;
            transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out;
            display: block; }
          .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-wrapper .sidebar-item-opener.dropdown-open .right {
            display: none;
            opacity: 0;
            visibility: hidden;
            transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out; }
      .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-wrapper:last-child {
        border: none; }
    .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-content {
      padding: 18px 0px;
      border-bottom: 3px solid #ffffff;
      padding-bottom: 8px; }
      .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-content a {
        font-size: 16px;
        font-weight: 300;
        color: #262b2d;
        text-decoration: none;
        line-height: 1; }
        .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-content a:hover, .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-content a:focus {
          color: #ff6600; }
        .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-content a .item-title {
          margin-bottom: 15px; }
          .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-content a .item-title i {
            margin-right: 8px; }
          .research-content-wrapper .research-sidebar-content-wrapper .research-sidebar .research-sidebar-inner .sidebar-item-content a .item-title.active {
            font-weight: 700; }
  @media screen and (max-width: 767px) {
    .research-content-wrapper .research-sidebar-content-wrapper .research-page {
      padding: 0px; } }
  .research-content-wrapper .research-sidebar-content-wrapper .research-page .page-title h3 {
    color: #ff6600;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    padding-bottom: 20px;
    margin-bottom: 0px; }
    @media screen and (min-width: 768px) {
      .research-content-wrapper .research-sidebar-content-wrapper .research-page .page-title h3 {
        padding-bottom: 35px;
        font-size: 32px;
        position: absolute;
        top: -100px; } }
    @media screen and (min-width: 992px) {
      .research-content-wrapper .research-sidebar-content-wrapper .research-page .page-title h3 {
        font-size: 38px; } }
  @media screen and (min-width: 768px) {
    .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-page-inner .items-box-wrapper {
      margin: 0px -10px; } }
  .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-page-inner .items-box-wrapper .item {
    padding: 0 10px;
    margin-bottom: 30px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-page-inner .items-box-wrapper .item {
        padding: 0px;
        margin-bottom: 20px; } }
    .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-page-inner .items-box-wrapper .item .zoom-outer {
      position: relative;
      overflow: hidden;
      transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -ms-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-page-inner .items-box-wrapper .item .zoom-outer .item-inner {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        z-index: 1;
        cursor: pointer; }
      .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-page-inner .items-box-wrapper .item .zoom-outer .item-outer {
        position: relative;
        transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        cursor: pointer;
        min-height: 260px;
        transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out; }
        .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-page-inner .items-box-wrapper .item .zoom-outer .item-outer a {
          color: #ffffff;
          font-size: 26px;
          font-weight: 700;
          text-align: center;
          text-decoration: none;
          display: flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          align-items: center;
          -webkit-align-items: center;
          -ms-align-items: center;
          justify-content: center;
          -webkit-justify-content: center;
          -ms-justify-content: center;
          height: 100%;
          position: absolute;
          width: 100%;
          left: 0px;
          overflow: hidden;
          right: 0px;
          margin: 0px auto; }
          @media screen and (min-width: 768px) {
            .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-page-inner .items-box-wrapper .item .zoom-outer .item-outer a {
              font-size: 22px; } }
          @media screen and (min-width: 1200px) {
            .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-page-inner .items-box-wrapper .item .zoom-outer .item-outer a {
              font-size: 26px; } }
          .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-page-inner .items-box-wrapper .item .zoom-outer .item-outer a:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            -ms-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            z-index: 1;
            background-color: rgba(0, 0, 0, 0.3); }
          .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-page-inner .items-box-wrapper .item .zoom-outer .item-outer a:after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            display: block; }
          .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-page-inner .items-box-wrapper .item .zoom-outer .item-outer a .item-box-title {
            max-width: 170px;
            margin: auto;
            line-height: 1;
            position: absolute;
            width: 100%;
            left: 0px;
            right: 0px;
            z-index: 2;
            text-align: center;
            transition: transform .5s ease; }
      .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-page-inner .items-box-wrapper .item .zoom-outer:hover .item-inner, .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-page-inner .items-box-wrapper .item .zoom-outer:focus .item-inner {
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
  .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-image img {
    width: 100%; }
  .research-content-wrapper .research-sidebar-content-wrapper .research-page p {
    padding-top: 20px;
    font-size: 15px;
    color: #262b2d; }
  .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-members {
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-members {
        padding-top: 35px; } }
    .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-members h4 {
      font-size: 22px;
      color: #262b2d;
      font-weight: 500;
      padding-bottom: 5px; }
    .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-members .member-outer {
      display: flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-members .member-outer .member-title {
        width: 100%; }
        @media screen and (min-width: 768px) {
          .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-members .member-outer .member-title {
            width: 50%;
            padding-bottom: 5px; } }
        .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-members .member-outer .member-title i {
          color: #ff6600; }
        .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-members .member-outer .member-title a {
          /* color: #262b2d; */
          text-decoration: none;
          font-size: 16px;
          font-weight: 300;
          padding-left: 10px; }
          .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-members .member-outer .member-title a:hover, .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-members .member-outer .member-title a:focus {
            color: #ff6600; }
  .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-news {
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-news {
        padding-top: 35px; } }
    .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-news h4 {
      font-size: 22px;
      color: #262b2d;
      font-weight: 500;
      padding-bottom: 5px; }
    .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-news .news-outer .news-title {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-news .news-outer .news-title {
          padding-bottom: 5px; } }
      .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-news .news-outer .news-title i {
        color: #ff6600; }
      .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-news .news-outer .news-title a {
        color: #262b2d;
        text-decoration: none;
        font-size: 16px;
        font-weight: 300;
        padding-left: 8px; }
        .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-news .news-outer .news-title a:hover, .research-content-wrapper .research-sidebar-content-wrapper .research-page .research-news .news-outer .news-title a:focus {
          color: #ff6600; }

@media screen and (min-width: 768px) {
  .sticky .research-sidebar-inner {
    transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    position: fixed;
    top: 0;
    z-index: 3; } }
@media screen and (min-width: 768px) {
  .sticky .research-sidebar-inner {
    width: 210px; } }
@media screen and (min-width: 992px) {
  .sticky .research-sidebar-inner {
    width: 205px; } }
@media screen and (min-width: 1200px) {
  .sticky .research-sidebar-inner {
    width: 255px; } }
@media screen and (min-width: 1900px) {
  .sticky .research-sidebar-inner {
    width: 292.5px; } }

.lab-content-wrapper .lab-header {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .lab-content-wrapper .lab-header {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .lab-content-wrapper .lab-header {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .lab-content-wrapper .lab-header {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .lab-content-wrapper .lab-header {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (min-width: 1600px) {
    .lab-content-wrapper .lab-header {
      padding-bottom: 70px !important; } }
  .lab-content-wrapper .lab-header h2 {
    text-transform: uppercase;
    font-size: 20px;
    color: #7b7b7c;
    margin-bottom: 0px;
    font-weight: 300;
    padding-bottom: 15px; }
  .lab-content-wrapper .lab-header h1 {
    color: #262b2d;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .lab-content-wrapper .lab-header h1 {
        font-size: 46px; } }
  .lab-content-wrapper .lab-header p {
    max-width: 500px;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px; }
    @media screen and (min-width: 768px) {
      .lab-content-wrapper .lab-header p {
        padding-top: 20px; } }
.lab-content-wrapper .lab-sidebar-content-wrapper {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .lab-content-wrapper .lab-sidebar-content-wrapper {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .lab-content-wrapper .lab-sidebar-content-wrapper {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .lab-content-wrapper .lab-sidebar-content-wrapper {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .lab-content-wrapper .lab-sidebar-content-wrapper {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content {
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar {
        padding: 0px; } }
    @media screen and (min-width: 1200px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar {
        padding-right: 30px; } }
    .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner {
      background-color: #f2f4f3;
      padding: 15px 25px;
      transition: all 0.35s ease-in-out;
      -ms-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -webkit-transition: all 0.35s ease-in-out; }
      .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-wrapper {
        border-bottom: 3px solid #ffffff;
        padding: 18px 0px;
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center; }
        .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-wrapper .sidebar-item-title {
          display: inline-block;
          font-size: 20px;
          font-weight: 300;
          color: #262b2d;
          text-decoration: none;
          line-height: 1;
          cursor: pointer; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-wrapper .sidebar-item-title:hover, .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-wrapper .sidebar-item-title:focus {
            color: #ff6600; }
        .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-wrapper .sidebar-item-opener {
          display: inline-block;
          transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out;
          padding-left: 10px; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-wrapper .sidebar-item-opener i {
            cursor: pointer; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-wrapper .sidebar-item-opener .down {
            opacity: 0;
            visibility: hidden;
            display: none;
            transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-wrapper .sidebar-item-opener.dropdown-open {
            transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out; }
            .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-wrapper .sidebar-item-opener.dropdown-open .down {
              opacity: 1;
              visibility: visible;
              transition: all 0.35s ease-in-out;
              -ms-transition: all 0.35s ease-in-out;
              -o-transition: all 0.35s ease-in-out;
              -moz-transition: all 0.35s ease-in-out;
              -webkit-transition: all 0.35s ease-in-out;
              display: block; }
            .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-wrapper .sidebar-item-opener.dropdown-open .right {
              display: none;
              opacity: 0;
              visibility: hidden;
              transition: all 0.35s ease-in-out;
              -ms-transition: all 0.35s ease-in-out;
              -o-transition: all 0.35s ease-in-out;
              -moz-transition: all 0.35s ease-in-out;
              -webkit-transition: all 0.35s ease-in-out; }
        .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-wrapper:last-child {
          border: none; }
        .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-wrapper.active .sidebar-item-title {
          font-weight: 700; }
      .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-content {
        padding: 18px 0px;
        border-bottom: 3px solid #ffffff;
        padding-bottom: 8px; }
        .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-content a {
          font-size: 16px;
          font-weight: 300;
          color: #262b2d;
          text-decoration: none;
          line-height: 1; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-content a:hover, .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-content a:focus {
            color: #ff6600; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .lab-sidebar-content .lab-sidebar .lab-sidebar-inner .sidebar-item-content a .item-title {
            margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page {
      padding: 0px; } }
  @media screen and (min-width: 1200px) {
    .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page {
      padding-left: 30px; } }
  .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page h3 {
    color: #ff6600;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    padding-bottom: 20px;
    margin-bottom: 0px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page h3 {
        padding-bottom: 30px;
        font-size: 38px; } }
  .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #lab-top-section {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    padding-top: 0px !important; }
    @media screen and (min-width: 768px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #lab-top-section {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media screen and (min-width: 992px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #lab-top-section {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media screen and (min-width: 1200px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #lab-top-section {
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media screen and (min-width: 1600px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #lab-top-section {
        padding-top: 100px;
        padding-bottom: 100px; } }
    .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #lab-top-section img {
      max-width: 100%;
      height: auto;
      display: block;
      width: 100%;
      margin-bottom: 20px; }
    .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #lab-top-section p {
      text-align: center;
      font-size: 14px;
      font-weight: 300; }
  .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program {
    padding-top: 35px;
    padding-bottom: 35px; }
    @media screen and (min-width: 768px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media screen and (min-width: 992px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media screen and (min-width: 1200px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program {
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media screen and (min-width: 1600px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media screen and (min-width: 501px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper {
        display: flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        padding-top: 20px; } }
    .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item {
      width: 100%;
      transition: all 0.1s ease-in-out;
      -ms-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -webkit-transition: all 0.1s ease-in-out;
      position: relative;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item {
          margin-bottom: 20px; } }
      @media screen and (min-width: 501px) and (max-width: 1199px) {
        .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item {
          width: 50%; } }
      @media screen and (min-width: 768px) {
        .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item {
          padding: 0px 15px;
          width: 50%; } }
      @media screen and (min-width: 1200px) {
        .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item {
          width: 33.3333%; } }
      @media screen and (min-width: 992px) {
        .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item {
          margin-bottom: 30px; } }
      .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item .item-inner {
        padding: 30px 20px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        cursor: url("images/hand.png"), default;
        text-align: center; }
        .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item .item-inner:before {
          background: #f38f2b;
          background: -moz-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%);
          background: -webkit-gradient(left top, right top, color-stop(0%, #f38f2b), color-stop(23%, #f38f2b), color-stop(51%, #f38328), color-stop(76%, #f37e25), color-stop(100%, #f37623));
          background: -webkit-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%);
          background: -o-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%);
          background: -ms-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%);
          background: linear-gradient(to right, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38f2b', endColorstr='#f37623', GradientType=1 );
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px;
          opacity: 0;
          visibility: hidden;
          transition: all 0.1s ease-in-out;
          -ms-transition: all 0.1s ease-in-out;
          -o-transition: all 0.1s ease-in-out;
          -moz-transition: all 0.1s ease-in-out;
          -webkit-transition: all 0.1s ease-in-out;
          -ms-box-shadow: 0 5px 10px transparent;
          -webkit-box-shadow: 0 5px 10px transparent;
          box-shadow: 0 5px 10px transparent; }
        .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item .item-inner a {
          text-decoration: none;
          transition: all 0.1s ease-in-out;
          -ms-transition: all 0.1s ease-in-out;
          -o-transition: all 0.1s ease-in-out;
          -moz-transition: all 0.1s ease-in-out;
          -webkit-transition: all 0.1s ease-in-out;
          color: #262b2d; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item .item-inner a:before {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            content: ""; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item .item-inner a .item-title {
            font-size: 22px;
            font-family: 'Lato', sans-serif;
            font-weight: 700;
            position: relative;
            padding-top: 60px;
            transition: all 0 0.1s ease-in-out;
            -ms-transition: all 0 0.1s ease-in-out;
            -o-transition: all 0 0.1s ease-in-out;
            -moz-transition: all 0 0.1s ease-in-out;
            -webkit-transition: all 0 0.1s ease-in-out;
            padding-bottom: 5px;
            margin-bottom: 0px; }
            .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item .item-inner a .item-title h4 {
              font-weight: 700; }
            .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item .item-inner a .item-title:before {
              background-image: url("images/check-orange.png");
              background-size: 40px;
              background-repeat: no-repeat;
              background-position: center top;
              width: 42px;
              height: 40px;
              position: absolute;
              top: 0px;
              left: 0px;
              content: "";
              margin: auto;
              right: 0; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item .item-inner a .item-text {
            font-size: 14px;
            transition: all 0.1s ease-in-out;
            -ms-transition: all 0.1s ease-in-out;
            -o-transition: all 0.1s ease-in-out;
            -moz-transition: all 0.1s ease-in-out;
            -webkit-transition: all 0.1s ease-in-out;
            position: relative;
            z-index: 3;
            font-weight: 400; }
        .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item .item-inner:hover:before, .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item .item-inner:focus:before {
          -ms-box-shadow: 0 5px 10px #ff6600;
          -webkit-box-shadow: 0 5px 10px #ff6600;
          box-shadow: 0 5px 10px #ff6600;
          opacity: 1;
          visibility: visible; }
        .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item .item-inner:hover a, .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item .item-inner:focus a {
          color: #ffffff; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item .item-inner:hover a .item-title:before, .lab-content-wrapper .lab-sidebar-content-wrapper .lab-page #research-program .items-wrapper .item .item-inner:focus a .item-title:before {
            background-image: url("images/check-white.png"); }
  .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper {
    background-color: #f2f4f3;
    padding-top: 35px;
    padding-bottom: 35px; }
    @media screen and (min-width: 768px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media screen and (min-width: 992px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media screen and (min-width: 1200px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper {
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media screen and (min-width: 1600px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper {
        padding-top: 100px;
        padding-bottom: 100px; } }
    .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner {
          width: 75%;
          margin-left: auto;
          padding: 0 15px; } }
      .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner h3 {
        color: #ff6600;
        font-size: 32px;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        padding-bottom: 20px;
        margin-bottom: 0px;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner h3 {
            padding-bottom: 35px;
            font-size: 38px; } }
        @media screen and (min-width: 1200px) {
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner h3 {
            font-size: 38px;
            padding-bottom: 50px; } }
      @media screen and (min-width: 501px) {
        .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper {
          display: flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          padding-top: 15px; } }
      .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item {
        margin-bottom: 30px;
        transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        @media screen and (max-width: 767px) {
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item {
            margin-bottom: 20px; } }
        @media screen and (max-width: 499px) {
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item {
            width: 100%; } }
        @media screen and (min-width: 501px) and (max-width: 1199px) {
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item {
            width: 50%;
            padding: 0 10px; } }
        @media screen and (min-width: 1200px) {
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item {
            width: 30%;
margin-left: auto;
margin-right: auto; } }
        .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .item-inner {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          -ms-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          position: relative;
          z-index: 1;
          min-height: 260px;
          height: 100%;
          display: flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: -webkit-flex;
          padding: 0 20px;
          align-items: center;
          -webkit-align-items: center;
          -ms-align-items: center;
          cursor: pointer;
          -ms-box-shadow: 0 5px 10px transparent;
          -webkit-ox-shadow: 0 5px 10px transparent;
          box-shadow: 0 5px 10px transparent;
          transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out; }
          @media screen and (min-width: 768px) {
            .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .item-inner {
              transition: transform .2s; } }
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .item-inner:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: -1;
            background-color: rgba(38, 43, 45, 0.5);
            transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .item-inner > a {
            color: #ffffff;
            text-decoration: none; }
            .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .item-inner > a:before {
              content: "";
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0px;
              left: 0px; }
        .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .item-box-title {
          font-size: 26px;
          font-weight: 400;
          text-decoration: none;
          line-height: 1.3; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .item-box-title span {
            display: block;
            font-weight: 700;
            text-transform: uppercase; }
        .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .item-poste {
          text-transform: uppercase;
          font-size: 15px;
          margin-bottom: 0px;
          font-weight: 300;
          line-height: 1;
          padding-top: 10px; }
        .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .hover-item {
          opacity: 0;
          visibility: hidden;
          display: none;
          transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          padding-top: 10px;
          font-size: 14px; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .hover-item .item-email, .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .hover-item .item-phone, .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .hover-item .item-twitter {
            line-height: 1;
            padding-bottom: 8px;
          }
            .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .hover-item .item-email a, .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .hover-item .item-phone a, .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .hover-item .item-twitter a {
              z-index: 3;
              position: relative;
              text-decoration: none; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .hover-item .item-twitter:before {
            content: "";
            display: none; }
        .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item .item-box-outer a {
          color: #ffffff; }
        @media screen and (min-width: 768px) {
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item:hover, .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item:focus {
            -ms-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            z-index: 2; } }
        .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item:hover .item-inner, .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item:focus .item-inner {
          -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
          -webkit-ox-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item:hover .item-inner:before, .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item:focus .item-inner:before {
            background-color: rgba(243, 111, 33, 0.7); }
        .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item:hover .hover-item, .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .item-box-wrapper .item:focus .hover-item {
          opacity: 1;
          display: block;
          visibility: visible; }
      .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .link {
        text-align: center; }
        @media screen and (min-width: 768px) {
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .link {
            margin-top: 20px; } }
        .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .link a {
          color: #262b2d;
          font-size: 16px;
          text-decoration: none;
          position: relative;
          padding-right: 24px;
          font-weight: 400;
          display: inline-block;
          vertical-align: middle;
          padding: 10px 20px;
          padding-right: 15px;
          transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -webkit-box-shadow: 0 20px 38px transparent;
          -ms-box-shadow: 0 20px 38px transparent;
          box-shadow: 0 20px 38px transparent;
          -ms-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          overflow: hidden;
          position: relative;
          width: 205px; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .link a:before {
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            top: 0px;
            opacity: 1;
            left: 0px;
            border: 2px solid #ff6600;
            -ms-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .link a:after {
            background-image: url("images/arrow-button-black.png");
            background-size: 15px;
            background-repeat: no-repeat;
            background-position: center;
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: middle;
            transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out;
            content: "";
            margin-left: 5px; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .link a:hover, .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .link a:focus {
            -ms-transform: translateY(-3px);
            transform: translateY(-3px);
            -webkit-transform: translateY(-3px);
            -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
            -ms-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
            box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
            border-color: transparent;
            background: #f38f2b;
            background: -moz-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
            background: -webkit-gradient(left top, right top, color-stop(0%, #f38f2b), color-stop(23%, #f38f2b), color-stop(51%, #f38328), color-stop(76%, #f37e25), color-stop(100%, #f37623)) !important;
            background: -webkit-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
            background: -o-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
            background: -ms-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
            background: linear-gradient(to right, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38f2b', endColorstr='#f37623', GradientType=1 );
            color: #ffffff; }
            .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .link a:hover:after, .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .link a:focus:after {
              background-image: url("images/arrow-button-white-right.png"); }
            .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .link a:hover:before, .lab-content-wrapper .lab-sidebar-content-wrapper .direction-section-wrapper .direction-section-inner .link a:focus:before {
              opacity: 0; }
  .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-bottom: 0px; }
    @media screen and (min-width: 768px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section {
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media screen and (min-width: 992px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media screen and (min-width: 1200px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section {
        padding-top: 70px;
        padding-bottom: 70px; } }
    @media screen and (min-width: 1600px) {
      .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section {
        padding-top: 100px;
        padding-bottom: 100px; } }
    .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner {
          width: 75%;
          margin-left: auto;
          padding: 0 15px; } }
      .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner h3 {
        color: #ff6600;
        font-size: 24px;
        font-weight: 700;
        font-family: 'Lato', sans-serif;
        padding-bottom: 20px;
        margin: 0px;
        text-align: center;
        padding-bottom: 30px; }
        @media screen and (min-width: 768px) {
          .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner h3 {
            padding-bottom: 35px;
            font-size: 32px; } }
        @media screen and (min-width: 1200px) {
          .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner h3 {
            font-size: 38px;
            padding-bottom: 50px; } }
      .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .section-outer {
        padding-top: 15px;
        padding-bottom: 15px; }
      .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .section-outer .swiper-wrapper {
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
      }
        .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .section-outer .swiper-wrapper img{
          margin: auto;
        }
        @media all and (max-width: 640px) {
          .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .section-outer .swiper-wrapper {
            -ms-justify-content: normal;
            -webkit-justify-content: normal;
            justify-content: normal;
          }
        }
        @media screen and (min-width: 768px) {
          .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .section-outer {
            padding-top: 35px;
            padding-bottom: 35px; } }
        @media screen and (min-width: 1200px) {
          .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .section-outer {
            padding-top: 60px;
            padding-bottom: 60px; } }
        .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .section-outer .swiper-slide {
          transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out;
          width: 40%;
          margin-right: 30px;
     }
          @media screen and (max-width: 767px) {
            .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .section-outer .swiper-slide {
              margin: auto; } }
          @media screen and (max-width: 767px) {
            .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .section-outer .swiper-slide img {
              max-width: 200px;
              margin: auto; } }
        @media screen and (min-width: 768px) {
          .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .section-outer .swiper-logo-container {
            padding-top: 20px; } }
        .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .section-outer .swiper-logo-container .section-hover {
          -ms-filter: grayscale(100%);
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
          transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out; }
      .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .border-left {
        position: relative;
        width: 100%;
        z-index: -1; }
        @media screen and (max-width: 767px) {
          .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .border-left .container {
            margin: 0 -15px;
            padding: 0px; } }
        @media screen and (min-width: 768px) {
          .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .border-left .container {
            width: 95%; } }
        .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .border-left .container span {
          width: 100%;
          height: 3px;
          background-image: url("images/circle.png");
          background-repeat: repeat;
          background-position: center right;
          background-size: auto 3px; }
          .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .border-left .container span::before {
            content: ""; }
            @media screen and (min-width: 768px) {
              .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .border-left .container span::before {
                background-image: url("images/motif-2.png");
                width: 35px;
                height: 25px;
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                position: absolute;
                left: 0px; } }
          .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .border-left .container span::after {
            content: ""; }
            @media screen and (min-width: 768px) {
              .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .border-left .container span::after {
                background-image: url("images/motif-3.png");
                width: 35px;
                height: 25px;
                background-repeat: no-repeat;
                background-position: center;
                background-size: contain;
                position: absolute;
                right: 0px; } }
      .lab-content-wrapper .lab-sidebar-content-wrapper .logo-carousel-section .logo-carousel-section-inner .border-left:last-child {
        display: none; }

@media screen and (min-width: 768px) {
  .sticky .lab-sidebar-inner {
    transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    position: fixed;
    top: 0;
    z-index: 3;
    margin-top: 70px; } }
@media screen and (min-width: 768px) {
  .sticky .lab-sidebar-inner {
    width: 210px; } }
@media screen and (min-width: 992px) {
  .sticky .lab-sidebar-inner {
    width: 205px;
    margin-top: 100px; } }
@media screen and (min-width: 1200px) {
  .sticky .lab-sidebar-inner {
    width: 255px; } }
@media screen and (min-width: 1900px) {
  .sticky .lab-sidebar-inner {
    width: 292.5px; } }

.directory-content-wrapper .directory-header {
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .directory-content-wrapper .directory-header {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .directory-content-wrapper .directory-header {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .directory-content-wrapper .directory-header {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .directory-content-wrapper .directory-header {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media screen and (min-width: 1600px) {
    .directory-content-wrapper .directory-header {
      padding-bottom: 70px !important; } }
  .directory-content-wrapper .directory-header h2 {
    text-transform: uppercase;
    font-size: 20px;
    color: #7b7b7c;
    margin-bottom: 0px;
    font-weight: 300;
    padding-bottom: 15px; }
  .directory-content-wrapper .directory-header h1 {
    color: #262b2d;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .directory-content-wrapper .directory-header h1 {
        font-size: 46px; } }
  .directory-content-wrapper .directory-header p {
    max-width: 500px;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px; }
    @media screen and (min-width: 768px) {
      .directory-content-wrapper .directory-header p {
        padding-top: 30px; } }
.directory-content-wrapper .directory-category {
  background-color: #f2f4f3;
  padding: 100px 0; }
  @media screen and (min-width: 768px) {
    .directory-content-wrapper .directory-category {
      padding-bottom: 40px; } }
  @media screen and (min-width: 1200px) {
    .directory-content-wrapper .directory-category {
      padding-top: 90px;
      padding-bottom: 25px; } }

  /* .directory-content-wrapper .directory-category .directory-inner {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
  }

  @media screen and (max-width: 767px) {
    .directory-content-wrapper .directory-category .directory-inner {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: -40px;
    }
  } */

  .page-template-directory .directory-content-wrapper .directory-category .directory-inner {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
  }

  @media screen and (max-width: 767px) {
    .page-template-directory .directory-content-wrapper .directory-category .directory-inner {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: -40px;
    }
  }

    .directory-content-wrapper .directory-category .directory-inner .directory-term-name-outer {
      text-align: center;
      height: 120px; }
      /* @media screen and (max-width: 767px) {
        .directory-content-wrapper .directory-category .directory-inner .directory-term-name-outer {
          margin-bottom: 80px;
          width: 50%; } } */
      /* .directory-content-wrapper .directory-category .directory-inner .directory-term-name-outer .directory-term-name {
        width: 100px;
        margin: auto; } */
        .directory-content-wrapper .directory-category .directory-inner .directory-term-name-outer .directory-term-name a {
          text-decoration: none;
          color: #262b2d;
          font-weight: 500;
          font-size: 18px;
          padding-top: 45px;
          transition: all 0.35s ease-in-out;
          -ms-transition: all 0.35s ease-in-out;
          -o-transition: all 0.35s ease-in-out;
          -moz-transition: all 0.35s ease-in-out;
          -webkit-transition: all 0.35s ease-in-out;
          line-height: 1.3;
          display: inline-block;
          position: relative; }

          .directory-content-wrapper .directory-category .directory-inner .directory-term-name-outer .directory-term-name a:before {
            background-image: url("images/check-grey.png");
            background-size: 50px;
            background-repeat: no-repeat;
            background-position: center top;
            width: 50px;
            height: 50px;
            position: absolute;
            top: -15px;
            left: 0px;
            content: "";
            transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out;
            right: 0px;
            margin: auto; }
          .directory-content-wrapper .directory-category .directory-inner .directory-term-name-outer .directory-term-name a:hover, .directory-content-wrapper .directory-category .directory-inner .directory-term-name-outer .directory-term-name a:focus, .directory-content-wrapper .directory-category .directory-inner .directory-term-name-outer .directory-term-name a.isActive {
            color: #ff6600; }
            .directory-content-wrapper .directory-category .directory-inner .directory-term-name-outer .directory-term-name a:hover:before, .directory-content-wrapper .directory-category .directory-inner .directory-term-name-outer .directory-term-name a:focus:before, .directory-content-wrapper .directory-category .directory-inner .directory-term-name-outer .directory-term-name a.isActive:before {
              background-image: url("images/check-orange.png"); }
  .directory-content-wrapper .directory-category .return-link {
    display: inline-block;
    padding-bottom: 60px; }
    @media screen and (max-width: 990px) {
      .directory-content-wrapper .directory-category .return-link {
        padding-bottom: 100px;
        display: block;
        text-align: center; } }
    .directory-content-wrapper .directory-category .return-link a {
      color: #262b2d;
      font-size: 16px;
      text-decoration: none;
      position: relative;
      padding-right: 24px;
      font-weight: 400;
      display: inline-block;
      vertical-align: middle;
      padding: 10px 20px;
      padding-right: 15px;
      transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -webkit-box-shadow: 0 20px 38px transparent;
      -ms-box-shadow: 0 20px 38px transparent;
      box-shadow: 0 20px 38px transparent;
      -ms-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      overflow: hidden;
      position: relative;
      width: auto; }
      .directory-content-wrapper .directory-category .return-link a:before {
        background-image: url("images/arrow-button-black-left.png");
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: center;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        content: "";
        margin-right: 5px; }
      .directory-content-wrapper .directory-category .return-link a:after {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0px;
        opacity: 1;
        left: 0px;
        border: 2px solid #262b2d;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
      .directory-content-wrapper .directory-category .return-link a:hover, .directory-content-wrapper .directory-category .return-link a:focus {
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
        -ms-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
        box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
        border-color: transparent;
        background: #f38f2b;
        background: -moz-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
        background: -webkit-gradient(left top, right top, color-stop(0%, #f38f2b), color-stop(23%, #f38f2b), color-stop(51%, #f38328), color-stop(76%, #f37e25), color-stop(100%, #f37623)) !important;
        background: -webkit-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
        background: -o-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
        background: -ms-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
        background: linear-gradient(to right, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38f2b', endColorstr='#f37623', GradientType=1 );
        color: #ffffff; }
        .directory-content-wrapper .directory-category .return-link a:hover:before, .directory-content-wrapper .directory-category .return-link a:focus:before {
          background-image: url("images/arrow-button-white-left.png"); }
        .directory-content-wrapper .directory-category .return-link a:hover:after, .directory-content-wrapper .directory-category .return-link a:focus:after {
          opacity: 0; }
.directory-content-wrapper .directory-page {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .directory-content-wrapper .directory-page {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .directory-content-wrapper .directory-page {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .directory-content-wrapper .directory-page {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .directory-content-wrapper .directory-page {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .directory-content-wrapper .directory-page .directory-content {
    max-width: 700px;
    margin: auto; }
    .directory-content-wrapper .directory-page .directory-content .items-wrapper .item {
      border-bottom: 2px dotted #262b2d;
      padding-bottom: 35px;
      margin-bottom: 35px; }
      .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-title {
        padding-bottom: 10px; }
        .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-title h3 {
          line-height: 1;
          font-size: 22px;
          margin-top: 0px; }
          .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-title h3 a {
            color: #262b2d;
            text-decoration: none; }
            .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-title h3 a:hover, .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-title h3 a:focus {
              color: #ff6600; }
      .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-poste, .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-equip, .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-categorie {
        font-size: 16px;
        font-weight: 300;
        color: #262b2d;
        padding-bottom: 6px; }
        .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-poste b, .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-equip b, .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-categorie b {
          font-weight: 500; }
      .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-link {
        margin-top: 15px; }
        .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-link a {
          color: #262b2d;
          font-size: 16px;
          text-decoration: none;
          position: relative;
          padding-right: 24px;
          font-weight: 400;
          display: inline-block;
          vertical-align: middle;
          padding: 10px 20px;
          padding-right: 15px;
          transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -webkit-box-shadow: 0 20px 38px transparent;
          -ms-box-shadow: 0 20px 38px transparent;
          box-shadow: 0 20px 38px transparent;
          -ms-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          overflow: hidden;
          position: relative;
          width: 165px; }
          .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-link a:before {
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            top: 0px;
            opacity: 1;
            left: 0px;
            border: 2px solid #ff6600;
            -ms-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px; }
          .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-link a:after {
            background-image: url("images/arrow-button-black.png");
            background-size: 15px;
            background-repeat: no-repeat;
            background-position: center;
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: middle;
            transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out;
            content: "";
            margin-left: 5px; }
          .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-link a:hover, .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-link a:focus {
            -ms-transform: translateY(-3px);
            transform: translateY(-3px);
            -webkit-transform: translateY(-3px);
            -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
            -ms-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
            box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
            border-color: transparent;
            background: #f38f2b;
            background: -moz-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
            background: -webkit-gradient(left top, right top, color-stop(0%, #f38f2b), color-stop(23%, #f38f2b), color-stop(51%, #f38328), color-stop(76%, #f37e25), color-stop(100%, #f37623)) !important;
            background: -webkit-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
            background: -o-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
            background: -ms-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
            background: linear-gradient(to right, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38f2b', endColorstr='#f37623', GradientType=1 );
            color: #ffffff; }
            .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-link a:hover:after, .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-link a:focus:after {
              background-image: url("images/arrow-button-white-right.png"); }
            .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-link a:hover:before, .directory-content-wrapper .directory-page .directory-content .items-wrapper .item .item-link a:focus:before {
              opacity: 0; }
    .directory-content-wrapper .directory-page .directory-content .items-wrapper .media-pagination {
      text-align: center;
      padding-top: 20px; }
      .directory-content-wrapper .directory-page .directory-content .items-wrapper .media-pagination a, .directory-content-wrapper .directory-page .directory-content .items-wrapper .media-pagination span {
        font-size: 16px;
        font-weight: 500;
        color: #262b2d;
        border: 1px solid transparent;
        text-decoration: none;
        padding: 2px 7px;
        line-height: 1; }
        .directory-content-wrapper .directory-page .directory-content .items-wrapper .media-pagination a.current, .directory-content-wrapper .directory-page .directory-content .items-wrapper .media-pagination span.current {
          border: 1px solid #262b2d; }
.directory-content-wrapper .directory-content-outer {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .directory-content-wrapper .directory-content-outer {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .directory-content-wrapper .directory-content-outer {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .directory-content-wrapper .directory-content-outer {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 1600px) {
    .directory-content-wrapper .directory-content-outer {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .directory-content-wrapper .directory-content-outer .return-link {
    padding-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .directory-content-wrapper .directory-content-outer .return-link {
        padding-bottom: 35px; } }
    .directory-content-wrapper .directory-content-outer .return-link a {
      color: #262b2d;
      font-size: 16px;
      text-decoration: none;
      position: relative;
      padding-right: 24px;
      font-weight: 400;
      display: inline-block;
      vertical-align: middle;
      padding: 10px 20px;
      padding-right: 15px;
      transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -webkit-box-shadow: 0 20px 38px transparent;
      -ms-box-shadow: 0 20px 38px transparent;
      box-shadow: 0 20px 38px transparent;
      -ms-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      overflow: hidden;
      position: relative;
      width: 115px; }
      .directory-content-wrapper .directory-content-outer .return-link a:before {
        background-image: url("images/arrow-button-black-left.png");
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: center;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        content: "";
        margin-right: 5px; }
      .directory-content-wrapper .directory-content-outer .return-link a:after {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        top: 0px;
        opacity: 1;
        left: 0px;
        border: 2px solid #262b2d;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
      .directory-content-wrapper .directory-content-outer .return-link a:hover, .directory-content-wrapper .directory-content-outer .return-link a:focus {
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        -webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
        -ms-box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
        box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
        border-color: transparent;
        background: #f38f2b;
        background: -moz-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
        background: -webkit-gradient(left top, right top, color-stop(0%, #f38f2b), color-stop(23%, #f38f2b), color-stop(51%, #f38328), color-stop(76%, #f37e25), color-stop(100%, #f37623)) !important;
        background: -webkit-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
        background: -o-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
        background: -ms-linear-gradient(left, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
        background: linear-gradient(to right, #f38f2b 0%, #f38f2b 23%, #f38328 51%, #f37e25 76%, #f37623 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38f2b', endColorstr='#f37623', GradientType=1 );
        color: #ffffff; }
        .directory-content-wrapper .directory-content-outer .return-link a:hover:before, .directory-content-wrapper .directory-content-outer .return-link a:focus:before {
          background-image: url("images/arrow-button-white-left.png"); }
        .directory-content-wrapper .directory-content-outer .return-link a:hover:after, .directory-content-wrapper .directory-content-outer .return-link a:focus:after {
          opacity: 0; }
  .directory-content-wrapper .directory-content-outer .directory-image {
    padding: 0px; }
    @media screen and (max-width: 767px) {
      .directory-content-wrapper .directory-content-outer .directory-image {
        margin-bottom: 25px; } }
    @media screen and (min-width: 768px) {
      .directory-content-wrapper .directory-content-outer .directory-image {
        padding-left: 0px;
        padding-right: 25px; } }
    .directory-content-wrapper .directory-content-outer .directory-image img {
      width: 100%; }
  .directory-content-wrapper .directory-content-outer .directory-detail-page {
    padding: 0px; }
    @media screen and (min-width: 768px) {
      .directory-content-wrapper .directory-content-outer .directory-detail-page {
        padding-right: 0px;
        padding-left: 25px; } }
    .directory-content-wrapper .directory-content-outer .directory-detail-page h1 {
      color: #262b2d;
      font-size: 30px;
      margin-top: 0px;
      line-height: 1;
      font-weight: 700;
      padding-bottom: 10px; }
    .directory-content-wrapper .directory-content-outer .directory-detail-page .people-detail {
      font-size: 14px;
      color: #262b2d;
      font-weight: 300;
      padding-bottom: 10px; }
      .directory-content-wrapper .directory-content-outer .directory-detail-page .people-detail b {
        font-weight: 500; }
      .directory-content-wrapper .directory-content-outer .directory-detail-page .people-detail a {
        /* color: #262b2d; */
        text-decoration: none; }
        .directory-content-wrapper .directory-content-outer .directory-detail-page .people-detail a:hover, .directory-content-wrapper .directory-content-outer .directory-detail-page .people-detail a:focus {
          color: #ff6600; }
      .directory-content-wrapper .directory-content-outer .directory-detail-page .people-detail p {
        display: inline; }

.annuaire .directory-category {
  background-color: #f2f4f3;
  padding-top: 40px;
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) {
    .annuaire .directory-category {
      padding-bottom: 40px; } }
  @media screen and (min-width: 1200px) {
    .annuaire .directory-category {
      padding-top: 50px;
      padding-bottom: 30px; } }

/*# sourceMappingURL=style.css.map */
.swiper-container.swiper-logo-container.swiper-container-initialized.swiper-container-horizontal {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.directory-search {
  text-align: center;
  padding-bottom: 40px;
}
.directory-search input#directory_search {
  background-color: #f4f5f4;
  border-radius: 0px;
  border: none;
  height: 38px;
  box-shadow: none;
  color: #262b2d;
  padding: 6px 15px;
}
.directory-search input#customsearch {
  border: 2px solid #ff6600;
  padding: 12px 20px;
  border-radius: 4px;
  transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  background: transparent !important;
  background-color: transparent !important;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #ff6600;
  background-color: #ff6600 !important;
  color: #ffffff !important;
  width: auto;
  height: auto;
  border: 2px solid #ff6600;
  padding: 0px 20px;
  height: 38px;
}
.directory-search input#customsearch:hover,
.directory-search input#customsearch:focus {
  background-color: transparent !important;
  border: 2px solid #ff6600;
  color: #ff6600 !important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

@media screen and (min-width: 768px) {
  .directory-search input#customsearch {
    margin-left: 10px;
  }
}

.actualits-template-default .news-detail-page .so-widget-sow-image h2.widget-title {
  font-size: 14px !important;
  text-align: center !important;
  font-style: italic !important;
  margin-bottom: 0px !important;
  padding-top: 15px !important;
  padding-bottom: 10px !important;
  color: #333 !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: inherit !important;
}

.actualits-template-default .news-detail-page .news-detail-inner p {
  font-size: 16px !important;
}


.actualits-template-default ol {
  list-style: none;
  counter-reset: counter;
  margin-left: 8px;
}
.actualits-template-default ol li {
  counter-increment: counter;
  margin: 0 0 8px 0;
  position: relative;

}
.actualits-template-default ol li::before {
  content: counter(counter) ". ";
  font-weight: 600;
  color: #437018;
  position: absolute;
  left: -20px;
}

.so-widget-sow-image-default-ad2c8d41f7a1 .sow-image-container {
  justify-content: center;
}

.social-share, .print-section{
  margin : 25px 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.social-share{
  margin-left : 48px;
  justify-content: flex-start;
}

@media screen and (max-width : 800px){
  .social-share{
    margin : 25px;
    justify-content: center; 
  }
}
.print-section{
  align-items: center;
  flex-direction: column;
  margin : 75px 0px 75px;
}

.icons-print{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.social-share a{
  margin : 0px 15px;
}

.n2-ss-slider [data-mode=fill] .n2-ss-slide-background-image{
  background-size: contain !important;
}

.social-share a{
  cursor: pointer;
}

#copybtn, .infobulle{
  cursor: pointer;
  position: relative;
}

.social-share .infobulle:hover:after,
.social-share .infobulle:focus:after,
.icons-print .infobulle:hover:after,
.icons-print .infobulle:focus:after {
  content: attr(aria-label);  /* on affiche aria-label */
  position: absolute;
  top: -2.4em;
  left: 50%;
	transform: translateX(-50%); /* on centre horizontalement  */
  z-index: 1; /* pour s'afficher au dessus des éléments en position relative */
  white-space: nowrap;  /* on interdit le retour à la ligne*/
  padding: 5px 14px;
  background: #67bb46;
  color: #fff;
  border-radius: 4px;
  font-size: 1.2rem;
}

/* on génère un second élément en :before pour la flèche */

.social-share [aria-label]:hover:before,
.social-share [aria-label]:focus:before,
.icons-print [aria-label]:hover:before,
.icons-print [aria-label]:focus:before {
  content: "▼";
  position: absolute;
  top: -1em;
	left: 50%;
	transform: translateX(-50%); /* on centre horizontalement  */
  font-size: 20px;
  color: #67bb46;
}

/* pas de contour durant le :focus */
.social-share [aria-label]:focus,
.icons-print [aria-label]:focus {
  outline: none;
}


/*POPUP*/
.overlay{
  width: 280px; 
  margin: 0 auto;
  position: absolute;
  right : 0;
  left : 0;
  top : 300px;
  z-index: 99999999999;
}
.popup {
  padding: 25px 10px 15px;
  background: #FFF;
  border-radius: 20px;
  width: 100%;
  position: relative;
  transition: all 5s ease-in-out;
  text-align: center;
  color : #555;
  -webkit-box-shadow: 0px 5px 19px 0px rgba(0,0,0,0.42); 
  box-shadow: 0px 5px 19px 0px rgba(0,0,0,0.42);
}

.popup .content {
  overflow: auto;
}
/* ellips */
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #ff6600;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em); }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.directory-content-wrapper .directory-category.type-2 {
  padding-top: 15px;
  padding-bottom: 20px;
}
.directory-category.type-2 .flex-wrap, .directory-category.type-2 .directory-inner-flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.directory-category.type-2 .flex-wrap .left-content {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.directory-category.type-2 .flex-wrap .right-content {
  width: 100%;
  padding-top: 15px;
}
.directory-category.type-2 .flex-wrap .directory-search {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.directory-category.type-2 .flex-wrap .directory-search input#directory_search {
  background-color: #fff;
  width: 100%;
  padding-right: 40px;
}
.directory-category.type-2 .flex-wrap .directory-search #customsearch {
  border: none;
  background: transparent;
  box-shadow: none;
  outline: none;
  line-height: 38px;
  height: 38px;
  width: 38px;
  position: relative;
  margin-left: -38px;
  color: #f37623;
}
.directory-category.type-2 .flex-wrap .directory-search #customsearch i {
  font-size: 18px;
}
.directory-category.type-2 .directory-inner-flex .directory-char {
  font-family: 'Lato', sans-serif;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.directory-category.type-2 .directory-inner-flex .directory-char a {
  font-size: 16px;
  display: block;
  text-decoration: none;
  padding: 0 6px;
  color: #000;
  line-height: 26px;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.directory-category.type-2 .directory-inner-flex .directory-char a:hover, .directory-category.type-2 .directory-inner-flex .directory-char a.active {
  background: #f36e20;
  color: #fff;
}
.directory-category.type-2 .directory-inner-flex .directory-char:first-child {
  padding-right: 5px;
}
.directory-category.type-2 .directory-inner-flex .directory-char:first-child a {
  padding-left: 0;
  background: transparent;
  color: #333;
}
.directory-category.type-2 .directory-inner-flex .directory-char:first-child a:hover {
  color: #f36e20;
  background: transparent;
}
.directory-category.type-2 .directory-inner-flex .directory-char:not(:first-child) {
  font-family: 'Lato', sans-serif;
}
@media screen and (min-width: 992px) {
  .directory-category.type-2 .flex-wrap .right-content {
    width: 280px;
    padding-top: 0;
 }
 .directory-content-wrapper .directory-category.type-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
}
@media screen and (max-width: 991px) {
  .directory-category.type-2 .directory-inner-flex {
    -webkit-justify-content: space-between;
    justify-content: space-between;
 }
}
@media screen and (max-width: 670px) {
  .directory-category.type-2 .directory-inner-flex {
    -webkit-justify-content: center;
    justify-content: center;
 }
}
@media screen and (min-width: 1200px) {
  .directory-category.type-2 .directory-inner-flex .directory-char a {
    padding: 0 8px;
    font-size: 19px;
 }
  .directory-category.type-2 .flex-wrap .right-content {
    width: 316px;
 }
}
.directory-page.main-content.type-2 .table-responsive {
  border: none;
}
.directory-page.main-content.type-2 .directory-content {
  display: table;
  width: 100%;
  font-family: 'Lato', sans-serif;
  padding-top: 40px;
  max-width: 100%;
}
.directory-page.main-content.type-2 .directory-content .item-header, .directory-page.main-content.type-2 .directory-content .item {
  display: table-row;
}
.directory-page.main-content.type-2 .directory-content .item {
  position: relative;
}
.directory-page.main-content.type-2 .directory-content .item::after {
  content: "";
  border-bottom: 2px dotted #262b2d;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.directory-page.main-content.type-2 .heading-title {
  display: table-cell;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #f37623;
  padding: 20px 0;
}
.directory-page.main-content.type-2 .heading-title:not(:last-child) {
  padding-right: 10px;
}
.directory-page.main-content.type-2 .heading-title:nth-child(5) {
  text-align: center;
}
.directory-page.main-content.type-2 .items-wrapper {
  display: table-row-group;
}
.directory-page.main-content.type-2 .directory-content .item > div {
  display: table-cell;
  color: #333;
  font-size: 15px;
}
.directory-content-wrapper .directory-page.main-content.type-2 .directory-content .items-wrapper .item > div {
  padding: 15px 0;
  border-bottom: 2px solid transparent;
}
.directory-content-wrapper .directory-page.main-content.type-2 .directory-content .items-wrapper .item > div.item-email {
  text-align: center;
}
.directory-content-wrapper .directory-page.main-content.type-2 .directory-content .items-wrapper .item > div.item-equip a {
  color: #000;
  text-decoration: none;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.directory-content-wrapper .directory-page.main-content.type-2 .directory-content .items-wrapper .item > div.item-equip a:hover,
.directory-content-wrapper .directory-page.main-content.type-2 .directory-content .items-wrapper .item > div.item-equip a:focus {
  color: #f36e20;
}
.directory-content-wrapper .directory-page.main-content.type-2 .directory-content .items-wrapper .item > div:not(:last-child) {
  padding-right: 10px;
}
.directory-page.main-content.type-2 .directory-content .item-title h3 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}
.directory-page.main-content.type-2 .directory-content .item-title h3 a {
  font-size: 15px;
  color: #333;
  text-decoration: none;
}
.directory-page.main-content.type-2 .directory-content .item-title h3 a:hover {
  color: #f37623;
}
.directory-page.main-content.type-2 .directory-content .item-email a {
  color: #333;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
.directory-page.main-content.type-2 .directory-content .item-email a:hover {
  color: #f37623;
}
.directory-page.main-content.type-2 .directory-content .item-link {
  width: 144px;
}
.directory-page.main-content.type-2 .directory-content .item-link a .fa {
  font-size: 0.8em;
  padding-left: 8px;
}
@media screen and (min-width: 1200px) {
  .directory-page.main-content.type-2 .heading-title {
    font-size: 16px;
 }
  .directory-page.main-content.type-2 .directory-content .item-title h3 {
    font-size: 16px;
 }
  .directory-page.main-content.type-2 .directory-content .item-title h3 a {
    font-size: 16px;
 }
  .directory-page.main-content.type-2 .directory-content .item > div {
    font-size: 16px;
 }
  .directory-page.main-content.type-2 .directory-content .item-link a {
    font-size: 15px;
 }
}
.directory-page.main-content.type-2 .infinite-scroll-last {
  padding-top: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.directory-page.main-content.type-2 .infinite-scroll-request.loader-ellips {
	padding-top: 30px;
}
.directory-page.main-content.type-2 .no-result-found {
  padding-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.uppercase {
	text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .directory-page.main-content.type-2 .heading-title, .directory-page.main-content.type-2 .directory-content .item > div {
    white-space: nowrap;
 }
}

.directory-content-wrapper .directory-page.main-content.type-2 {
  padding-top: 0;
}
.directory-filter-sticky {
  position: relative;
}
.directory-filter-sticky .directory-category.type-2 {
	position: sticky;
	top: 113.4px;
	z-index: 1;
}
