@import url(auxlm.css);
@import url(fancybox.css);
/* ==========================================================================
   Site
   ========================================================================== */
html {
  font-size: 16px; }

body {
  font: 100% Roboto, Arial, Helvetica, sans-serif;
  background: #e6e6e6;
  font-size: inherit;
  line-height: 1.38em;
  color: #333; }

a {
  color: inherit;
  outline: none !important;
  text-decoration: none; }

a:hover {
  color: inherit;
  text-decoration: none; }

a:active,
a:focus {
  color: inherit;
  text-decoration: none; }

a, button, input {
  outline: none !important; }

/* a, button, input { transition: color 0.15s, border-color 0.15s, background-color 0.15s, opacity 0.15s; } /* light transitions */
ul, li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit; }

p {
  margin: 0 0 1.4em 0; }

p:last-child {
  margin-bottom: 0 !important; }

/* *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* use if not include bootstrap */
/* background: linear-gradient(to right, #ffffff 0%,#000000 100%); */
.container, .container-fluid {
  position: relative;
  z-index: 10; }

@media (max-width: 767px) {
  .container {
    padding: 0 15px; } }
#wrapper {
  position: relative;
  width: 100%;
  max-width: 4000px;
  margin: auto;
  overflow: hidden; }

.module-h {
  font-weight: 900;
  color: #4c4c4c;
  display: block;
  width: 100%; }

.h1, .h2, .h3, .h4, .h5, .h6, .hbody,
.conttxt h1, .conttxt h2, .conttxt h3, .conttxt h4, .conttxt h5 {
  line-height: 1.2em; }

.h1, .conttxt h1 {
  font-size: 3rem;
  line-height: 1.1em;
  margin-bottom: 0.6em; }

.h2, .conttxt h2 {
  font-size: 1.875rem;
  line-height: 1.19em;
  margin-bottom: 1em; }

.h3, .conttxt h3 {
  font-size: 1.375rem;
  line-height: 1.18em;
  margin-bottom: 1em; }

.h4, .conttxt h4 {
  font-size: 1.125rem;
  line-height: 1.3em;
  margin-bottom: 1.2em; }

.h5, .conttxt h5 {
  font-size: 1rem;
  line-height: 1.1em; }

.h6, .conttxt h6 {
  font-size: 1rem;
  line-height: 1.1em; }

.hbody {
  font-size: 1rem;
  line-height: 1.1em; }

@media (max-width: 991px) {
  .h1, .conttxt h1 {
    font-size: 2.6rem; } }
@media (max-width: 767px) {
  .h1, .conttxt h1 {
    font-size: 2.2rem; } }
.conttxt h1, .conttxt h2, .conttxt h3, .conttxt h4, .conttxt h5 {
  font-weight: 900;
  color: #4c4c4c; }

.conttxt p {
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
  font-size: 18px; }

.conttxt p:last-child {
  margin-bottom: 1.5em !important; }

.conttxt p a,
.conttxt li a {
  color: #59358a;
  font-weight: 500; }

.conttxt p a:hover,
.conttxt li a:hover {
  text-decoration: underline; }

.conttxt img {
  max-width: 100%; }

.ul, .conttxt ul, .ol, .conttxt ol {
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 1.5em; }

.ul > li, .conttxt ul > li, .ol > li, .conttxt ol > li {
  padding: 0.5em 0.6em;
  border-bottom: solid 1px #B5B5B5; }

.ul > li:last-child, .conttxt ul > li:last-child, .ol > li:last-child, .conttxt ol > li:last-child {
  border: none; }

.ol, .conttxt ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.ol > li, .conttxt ol > li {
  margin: 0;
  counter-increment: oln; }

.ol > li:before, .conttxt ol > li:before {
  content: counter(oln) ". ";
  opacity: 0.7;
  display: inline;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace"; }

.ul.v2, .ol.v2 {
  font-size: 1.25rem;
  color: inherit; }

.ul.v2 > li, .ol.v2 > li {
  padding: 0.7em 0; }

.divider, .conttxt hr {
  margin: 3.125rem auto;
  border: 0;
  height: 0;
  border-top: solid 1px #000;
  display: block;
  width: 100%;
  clear: both;
  float: none; }

.divider.no-line {
  border-color: transparent; }

.divider.half {
  margin: 3.12rem auto; }

.divider.half-top {
  margin-top: 1.56rem; }

.divider.half-bottom {
  margin-bottom: 1.56rem; }

.divider.quarter {
  margin: 0.782rem auto; }

.divider.quarter-top {
  margin-top: 0.782rem; }

.divider.quarter-bottom {
  margin-bottom: 0.782rem; }

.bg-green {
  background-color: #52b59e !important; }

.bg-purple {
  background-color: #524294 !important; }

.bg-blue {
  background-color: #7092c7  !important; }

.bg-green-light {
  background-color: #A5CBC9 !important; }

.bg-purple-light {
  background-color: #D7CEE3 !important; }

.bg-blue-light {
  background-color: #C9D1DD !important; }

.bg-very-green {
  background-color: #69BD53 !important; }

.bg-alt-green {
  background-color: #8FC053 !important; }

.bg-alt-green2 {
  background-color: #39A891 !important; }

.bg-alt-purple {
  background-color: #7A5F9F !important; }

.p-intro {
  font-size: 22px;
  line-height: 1.38em; }

div.p-intro {
  overflow: hidden; }

p.p-intro > img,
.p-intro p > img {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 100%; }

@media (max-width: 767px) {
  p.p-intro > img,
  .p-intro p > img {
    float: none;
    margin: 0 0 20px 0;
    display: block; } }
a.plink, .has-plink a {
  color: #593589; }

a.plink:hover, .has-plink a:hover {
  text-decoration: underline; }

.btn-solid {
  background: #593589;
  color: #fff !important;
  font-size: 1.063rem;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  display: inline-block;
  line-height: 1.412em;
  padding: 0.853em 1em;
  text-align: center;
  min-width: 8.5em;
  cursor: pointer; }

.btn-solid:hover {
  filter: saturate(1.5); }

.btn-solid.big {
  padding: 1.06em 1.5em; }

.link-list ul {
  font-size: 1.25em;
  line-height: 1.3em; }

.link-list ul li {
  border-bottom: solid 1px #b3b3b3;
  padding: 0 0 0.6em 0;
  margin: 0 0 0.6em 0; }

.link-list ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.link-list ul li a:hover {
  opacity: 0.75; }

table.tbl1 {
  width: 100%;
  font-size: 1rem; }

table.tbl1 th,
table.tbl1 td {
  padding: 0.1em 0;
  vertical-align: top !important;
  line-height: 1.45em; }

table.tbl1 th {
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  padding-right: 0.6em;
  white-space: nowrap;
  width: 1%; }

/* header, menu & search */
#header {
  background: #593589;
  color: #fff;
  padding: 1.563em 0 1.25em 0;
  position: relative;
  z-index: 3000;
  left: 0;
  top: 0;
  width: 100%; }

#header .logo a {
  display: block; }

#header .logo img {
  display: block;
  height: 5.125em; }

#header .menu > ul {
  text-align: right;
  font-size: 1.063em;
  line-height: 1.412em; }

#header .menu > ul > li {
  display: inline-block;
  margin: 0 1.7em 0 0;
  position: relative; }

#header .menu > ul > li:last-child {
  margin-right: 0; }

#header .menu > ul > li > a {
  display: block; }

#header .menu > ul > li > a:hover {
  color: #b8aeca; }

#header .menu > ul > li > a:active {
  color: #00fffc; }

#header .menu > ul > li > .submenu {
  display: none; }

@media (min-width: 1244px) {
  #header .menu > ul > li > .submenu {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 2.663em 0 0 0;
    min-width: 11.375em;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s; }

  #header .menu > ul > li:hover > .submenu {
    opacity: 1;
    visibility: visible; }

  #header .menu > ul > li > .submenu:before {
    content: "";
    position: absolute;
    left: 1.438em;
    top: 0.35em;
    width: 1px;
    height: 1.5em;
    background: #7EBCBC; }

  #header .menu > ul > li > .submenu ul {
    background: #813393;
    font-size: 0.813rem;
    white-space: nowrap;
    line-height: 1.2em;
    padding: 0.35em 0.846em 0.15em 0.846em;
    transition: all 0.2s;
    transform: translateY(-2.66rem); }

  #header .menu > ul > li:hover > .submenu ul {
    transform: translateY(0); }

  #header .menu > ul > li > .submenu ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.55);
    text-align: left;
    z-index: 3000;
    position: relative; }

  #header .menu > ul > li > .submenu ul li:hover {
    z-index: 3001; }

  #header .menu > ul > li > .submenu ul li:last-child {
    border-bottom: none; }

  #header .menu > ul > li > .submenu ul li a {
    display: block;
    padding: 0.69em 2em 0.69em 0; }

  #header .menu > ul > li > .submenu ul li a:hover {
    opacity: 0.7; } }
#header .ico-links {
  height: 3.188rem;
  border-left: solid 1px #fff;
  padding-left: 20px; }

#header .ico-links > ul {
  padding: 0.969em 0 0 0;
  white-space: nowrap; }

#header .ico-links > ul > li {
  display: inline-block;
  margin-left: 1.3em; }

#header .ico-links > ul > li:first-child {
  margin-left: 0; }

#header .ico-links > ul > li > a {
  display: block; }

#header .ico-links > ul > li > a:hover {
  opacity: 0.7; }

#header .ico-links > ul > li > a img {
  display: block;
  height: 1.25rem;
  margin: auto; }

#header .ico-links > ul > li.ico-link-menu {
  display: none; }

.search-open #header .ico-links > ul > li > a.open-search,
.menu-open #header .ico-links > ul > li > a.open-menu {
  background: url("../img/close.svg") center center no-repeat;
  background-size: contain; }

.search-open #header .ico-links > ul > li > a.open-search img,
.menu-open #header .ico-links > ul > li > a.open-menu img {
  opacity: 0; }

@media (max-width: 1243px) {
  .search-open #search {
    top: 90px !important; }

  #header {
    padding: 20px 0; }

  #header .logo img {
    display: block;
    height: 50px; }

  #header .ico-links {
    height: auto;
    border-left: none;
    padding-left: 0; }

  #header .ico-links > ul > li {
    margin-left: 1.2em; }

  #header .ico-links > ul > li.ico-link-menu {
    display: inline-block; }

  #header .ico-links > ul > li > a {
    width: 40px; }

  #header .ico-links > ul > li > a img {
    height: 30px; }

  #header .menu {
    position: fixed;
    left: 0;
    top: 90px;
    width: 100%;
    height: 100vh;
    height: calc( 100vh - 89px );
    background: #593589;
    overflow: auto;
    display: none;
    border-top: solid 1px rgba(255, 255, 255, 0.4); }

  .menu-open {
    overflow: hidden; }

  .menu-open #header {
    position: fixed; }

  .menu-open #header .menu {
    display: block;
    text-align: right; }

  #header .menu > ul {
    display: inline-block;
    text-align: left;
    min-width: 60%;
    margin: 0 0 0 auto;
    padding: 2rem 10px;
    font-size: 2.2rem;
    font-weight: 500;
    white-space: nowrap;
    margin-right: calc( ( 100vw - 940px ) / 2 ); }

  #header .menu > ul > li {
    display: block;
    margin: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4); }

  #header .menu > ul > li:last-child {
    border-bottom: none; }

  #header .menu > ul > li > a {
    padding: 0.3em 1em 0.3em 0; }

  /*#header .menu > ul > li.has-submenu > a:after { content: " + "; font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace"; display: inline; }*/
  #header .menu > ul > li.has-submenu.open > a:after {
    content: " - "; }

  #header .menu > ul > li > .submenu {
    display: none;
    padding: 0 0 1rem 0; }

  #header .menu > ul > li.open > .submenu {
    display: block; }

  #header .menu > ul > li > .submenu ul {
    font-size: 1.6rem;
    font-weight: normal; }

  #header .menu > ul > li > .submenu ul a {
    display: block; }

  #header .menu > ul > li > .submenu ul a:hover {
    opacity: 0.7; }

  #header .menu > ul > li > .submenu ul a:active {
    color: #00fffc;
    opacity: 1; } }
@media (max-width: 991px) {
  #header .menu > ul {
    min-width: 70%;
    margin-right: calc( ( 100vw - 720px ) / 2 ); } }
@media (max-width: 767px) {
  #header .menu > ul {
    min-width: 75%;
    margin-right: 15px; } }
#search {
  position: absolute;
  left: 0;
  top: -4rem;
  opacity: 0;
  width: 100%;
  background: #813494;
  padding: 2.875em 0 2.25em 0;
  z-index: 2999;
  transition: all 0.2s; }

.search-open #search {
  top: 7.5rem;
  opacity: 1; }

#search .search-group {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 60rem;
  font-size: 1.875rem; }

#search .search-group .q {
  display: block;
  width: 100%;
  background: url("../img/search_purple.svg") 0.833em center no-repeat #FFEDFF;
  background-size: auto 2.067em;
  border: none;
  font-size: 1em;
  font-weight: 300;
  color: #333;
  line-height: 1.433em;
  padding: 0.833em 6.6em 0.833em 4.333em;
  position: relative;
  z-index: 1; }

#search .search-group .q:focus {
  background-color: #fff; }

#search .search-group .s {
  display: block;
  position: absolute;
  right: 0.4em;
  top: 0.4em;
  line-height: 2.3em;
  padding: 0 1em;
  text-transform: uppercase;
  color: #593589;
  background: #D5BFE1;
  border: none;
  z-index: 10;
  font-weight: bold; }

#search .search-group .s:hover {
  filter: saturate(1.5); }

#search-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 2998;
  pointer-events: none; }

.search-open #search-overlay {
  opacity: 0.1;
  visibility: visible;
  pointer-events: inherit; }

@media (max-width: 767px) {
  #search .search-group {
    font-size: 1.4rem; } }
/* end header, menu & search */
.main {
  position: relative;
  z-index: 10;
  padding: 3.125em 0; }

@media (min-width: 768px) {
  .side-margin .main-inner {
    padding-left: 22%; } }
/* module gallery */
.module-gallery > ul {
  overflow: hidden;
  position: relative;
  margin: 0 -0.5rem; }

.module-gallery > ul > li {
  float: left;
  width: 33.333%;
  padding: 0 0.5rem;
  margin: 0 0 1rem 0; }

.module-gallery > ul > li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 66.5% 0 0 0;
  background: #e0e0e0; }

.module-gallery > ul > li a img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1; }

.module-gallery > ul > li a:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.05;
  transition: all 0.2s; }

.module-gallery > ul > li a:hover:after {
  opacity: 0; }

.module-gallery.col4 > ul > li {
  width: 25%; }

@media (max-width: 767px) {
  .module-gallery > ul {
    margin: 0 -5px; }

  .module-gallery > ul > li {
    padding: 0 5px;
    margin: 0 0 10px 0; } }
@media (max-width: 575px) {
  .module-gallery > ul > li {
    width: 50% !important; } }
/* end module gallery */
/* module cases */
.box-case-study {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #000;
  position: relative; }

.box-case-study .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.33rem;
  background: #bbb;
  flex: 1 0 auto;
  position: relative;
  z-index: 10; }

.box-case-study .header {
  color: #fff;
  margin-bottom: 0.5em; }

.box-case-study .header:last-child {
  margin-bottom: 0; }

.box-case-study .title {
  line-height: 1.2em;
  min-height: 2em;
  margin: 0;
  font-weight: 600; }

.box-case-study .header:last-child .title {
  min-height: 0; }

.box-case-study .cat-title {
  text-transform: uppercase;
  margin-bottom: 0.8em; }

.box-case-study .inner p {
  flex: 1 0 auto;
  align-items: top;
  margin: 0 0 1em 0;
  color: #000; }

.box-case-study .arrow {
  height: 1.1em;
  background: url("../img/arrow_purple.svg") left center no-repeat;
  background-size: auto 100%; }

a.box-case-study:hover .arrow {
  filter: saturate(2); }

.box-case-study .photo {
  height: 15em;
  position: relative;
  z-index: 5; }

.box-case-study .photo img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1; }

a.box-case-study .photo:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.05;
  transition: all 0.2s;
  z-index: 10; }

a.box-case-study:hover .photo:after {
  opacity: 0; }

.box-case-study .outer {
  flex: 1 0 auto;
  line-height: 1.2em;
  padding: 1em 0 0 0;
  display: flex;
  flex-direction: column; }

.box-case-study .outer p {
  flex: 1 0 auto;
  margin-bottom: 1em; }

.box-case-study .outer .link-cta {
  font-size: 1.063em; }

.box-case-study.v2 {
  padding-top: 5.6em; }

.box-case-study.v2 .inner {
  flex: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 6.5em; }

.box-case-study.v2 .cat-title {
  text-transform: none;
  margin-bottom: 0.4em; }

.module-case-studies > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem; }

.module-case-studies > ul > li {
  width: 33.333%;
  padding: 0 0.5rem;
  display: flex; }

.module-case-studies.col4 > ul > li {
  width: 25%; }

@media (max-width: 767px) {
  .module-case-studies > ul > li {
    width: 50% !important; } }
@media (max-width: 575px) {
  .module-case-studies > ul > li {
    width: 100% !important; } }
/* end module cases */
/* module projects */
.box-project {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #000;
  position: relative;
  background: #89C765; }

.box-project .header {
  padding: 1.33em;
  flex: 1 0 auto; }

.box-project .header .title {
  font-size: 1.238em;
  font-weight: 600;
  color: #fff;
  line-height: 1.2em;
  min-height: 2.4em;
  margin: 0 0 0.5em 0; }

.side-margin .box-project .header .title {
  min-height: 3.6em; }

.box-project .header .date {
  font-size: 1;
  font-weight: normal;
  color: #000;
  line-height: 1.2em; }

.box-project .photo {
  width: 100%;
  padding: 61% 0 0 0;
  position: relative;
  z-index: 5; }

.box-project .photo img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1; }

a.box-project .photo:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.05;
  transition: all 0.2s;
  z-index: 10; }

a.box-project:hover .photo:after {
  opacity: 0; }

@media (max-width: 1243px) {
  .box-project .header .title {
    min-height: 3.6em; } }
.box-project2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 0.813rem;
  padding-bottom: 0.6rem;
  line-height: 1.3em; }

.box-project2 .photo {
  display: block;
  position: relative;
  width: 100%;
  padding: 70% 0 0 0;
  background: #e0e0e0;
  margin-bottom: 1em; }

.box-project2 .photo a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.box-project2 .photo a img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1; }

.box-project2 .photo a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.05;
  transition: all 0.2s;
  z-index: 10; }

.box-project2 .photo a:hover:after {
  opacity: 0; }

.box-project2 .title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.5em; }

.box-project2 .excerpt {
  flex: 1 0 auto;
  margin-bottom: 0.5em; }

.box-project2 .arrow {
  display: block;
  height: 1.1rem;
  background: url("../img/arrow_large_purple.svg") left center no-repeat;
  background-size: auto 100%;
  margin: 0.5em 0 0 0; }

.box-project2 .arrow:hover {
  filter: saturate(2); }

.module-projects > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem; }

.module-projects > ul > li {
  width: 33.333%;
  padding: 0 0.5rem;
  display: flex;
  margin-bottom: 1rem; }

.module-projects.col4 > ul > li {
  width: 25%; }

.module-projects.col4 .box-project .header .title {
  min-height: 3.6em; }

@media (max-width: 767px) {
  .module-projects > ul > li {
    width: 50% !important; } }
@media (max-width: 575px) {
  .module-projects > ul > li {
    width: 100% !important; } }
/* end module projects */
/* module experts */
.box-expert {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ccc;
  font-weight: 300; }

.box-expert .photo {
  display: block;
  position: relative;
  width: 100%;
  padding: 127% 0 0 0;
  background: #e0e0e0; }

.box-expert .photo img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1; }

.box-expert .info {
  padding: 1.2rem;
  flex: 1 0 auto;
  align-items: top; }

.box-expert .info .name {
  font-weight: bold; }

.module-experts > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem; }

.module-experts > ul > li {
  width: 33.333%;
  padding: 0 0.5rem;
  display: flex;
  margin-bottom: 1rem; }

.module-experts.col4 > ul > li {
  width: 25%; }

@media (max-width: 767px) {
  .module-experts > ul > li {
    width: 50% !important; } }
@media (max-width: 575px) {
  .module-experts > ul > li {
    width: 100% !important; } }
/* end module experts */
.team-member-photo {
  margin: 0 0 2em 0;
  position: relative; }

.team-member-photo img {
  display: block;
  width: 17.9rem; }

@media (min-width: 768px) {
  .side-margin .team-member-photo {
    margin: 0; }

  .side-margin .team-member-photo img {
    position: absolute;
    width: 15rem;
    left: -16.5rem;
    top: 0;
    width: 25%;
    left: -28.3%; } }
/* module cta */
.link-cta {
  font-size: 1.125rem;
  border: none;
  font-weight: bold;
  color: #593589 !important;
  display: inline-block;
  line-height: 1.4em;
  color: #593589;
  padding: 0 4.2em 0 0;
  background: url("../img/arrow_large_purple.svg") right center no-repeat;
  background-size: 3em auto; }

.link-cta.arrow-only {
  padding-right: 3em;
  min-height: 1.4em;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden; }

.link-cta:hover {
  filter: saturate(2); }

.link-cta.dark-bg {
  color: #fff !important;
  background-image: url("../img/arrow_large_white.svg"); }

.link-cta.invert-arrow {
  padding: 0 0 0 4.2em;
  background: none;
  position: relative; }

.link-cta.invert-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3em;
  height: 100%;
  background: url("../img/arrow_large_purple.svg") right center no-repeat;
  background-size: 100% auto;
  transform: scaleX(-1); }

.module-cta {
  padding: 2rem 0 0 0;
  color: #593589;
  overflow: hidden; }

.module-cta a.link-cta {
  float: right; }

.module-cta.keep-left a.link-cta {
  float: left; }

/* end module cta */
/* module news & events */
.box-news {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ccc; }

.box-news .photo {
  display: block;
  position: relative;
  width: 100%;
  padding: 75% 0 0 0;
  background: #e0e0e0; }

.box-news .photo img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1; }

a.box-news .photo:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.05;
  transition: all 0.2s;
  z-index: 10; }

a.box-news:hover .photo:after {
  opacity: 0; }

.box-news .info {
  padding: 1.2rem;
  font-size: 0.813rem;
  line-height: 1.3em;
  flex: 1 0 auto;
  align-items: top; }

.box-news .info .date {
  margin: 0 0 0.8em 0; }

.box-news .info .title {
  margin: 0 0 0.8em 0;
  font-weight: bold; }

.box-news .info .excerpt {
  color: #462E86; }

.box-news .info .arrow {
  height: 1.1rem;
  background: url("../img/arrow_large_purple.svg") right center no-repeat;
  background-size: auto 100%;
  margin: 0.5em 0 0 0; }

a.box-news:hover .info .arrow {
  filter: saturate(2); }

.box-news2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 0.813rem;
  padding-bottom: 0.6rem;
  line-height: 1.3em; }

.box-news2 .photo {
  display: block;
  position: relative;
  width: 100%;
  padding: 70% 0 0 0;
  background: #e0e0e0;
  margin-bottom: 1em; }

.box-news2 .photo a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.box-news2 .photo a img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1; }

.box-news2 .photo a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.05;
  transition: all 0.2s;
  z-index: 10; }

.box-news2 .photo a:hover:after {
  opacity: 0; }

.box-news2 .date {
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0.5em; }

.box-news2 .cat-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.5em; }

.box-news2 .excerpt {
  color: #593589;
  flex: 1 0 auto;
  margin-bottom: 0.5em; }

.box-news2 .arrow {
  display: block;
  height: 1.1rem;
  background: url("../img/arrow_large_purple.svg") left center no-repeat;
  background-size: auto 100%;
  margin: 0.5em 0 0 0; }

.box-news2 .arrow:hover {
  filter: saturate(2); }

.module-news > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem; }

.module-news > ul > li {
  width: 33.333%;
  padding: 0 0.5rem;
  display: flex;
  margin-bottom: 1rem; }

.module-news.col4 > ul > li {
  width: 25%; }

.module-news.col5 > ul > li {
  width: 20%; }

@media (max-width: 767px) {
  .module-news > ul > li {
    width: 50% !important; } }
@media (max-width: 575px) {
  .module-news > ul > li {
    width: 100% !important; } }
/* end module news & events */
/* module news header */
@media (min-width: 575px) {
  .module-news-header {
    overflow: hidden;
    position: relative; }

  .module-news-header .box-news {
    height: 10.5rem;
    flex-direction: row;
    font-size: 0.813rem;
    margin-bottom: 14px; }

  .module-news-header .box-news .photo {
    width: 50%;
    height: inherit;
    padding: 0; }

  .module-news-header .box-news .info {
    white-space: initial;
    width: 50%; }

  .module-news-header .box-news .info .date {
    margin-bottom: 0.4em; }

  .module-news-header .box-news .info .title {
    margin-bottom: 0.4em; }

  .module-news-header .box-news .info .excerpt {
    line-height: 1.2em;
    height: 4.8em;
    overflow: hidden; } }
@media (min-width: 575px) and (min-width: 768px) {
  .module-news-header {
    padding-left: 50%;
    padding-left: calc( 50% + 14px ); }

  .module-news-header > ul > li:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: calc( 50% - 0px ); }

  .module-news-header > ul > li:first-child .box-news {
    height: calc( 21rem + 14px);
    display: block;
    position: relative; }

  .module-news-header > ul > li:first-child .box-news .photo {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

  .module-news-header > ul > li:first-child .box-news .info {
    position: absolute;
    z-index: 10;
    display: block;
    left: 1.2rem;
    bottom: 1.2rem;
    background: rgba(255, 255, 255, 0.8);
    width: calc( 100% - 2.4rem ); }

  .module-news-header > ul > li:first-child .box-news .info .excerpt {
    height: auto; } }
@media (max-width: 574px) {
  .module-news-header > ul > li {
    margin: 0 0 20px 0; } }
/* end module news header */
/* module search box */
.module-searchbox {
  padding: 2rem 1.56rem; }

.module-searchbox .tcol {
  vertical-align: top; }

.module-searchbox .col-submit {
  padding-top: 1.39rem; }

.module-searchbox .sb-group {
  margin: 0 0 1.125rem 0; }

.module-searchbox .sb-label {
  display: block;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1.538em;
  margin: 0 0 0.2em 0;
  color: #666;
  text-transform: uppercase; }

.module-searchbox.bg-very-green .sb-label {
  color: #fff; }

.module-searchbox .sb-control {
  display: block;
  width: 100%;
  border: none;
  color: #333;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1.385em;
  padding: 0.577em 1em;
  position: relative;
  z-index: 1;
  outline: none !important; }

.module-searchbox .sb-control.large {
  font-size: 1.125rem;
  padding-top: 0.78em;
  padding-bottom: 0.78em; }

.module-searchbox .sb-select {
  position: relative; }

.module-searchbox .sb-select select.sb-control {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.25rem;
  cursor: pointer;
  color: #593589; }

.module-searchbox .sb-select:after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 0;
  top: calc( 50% - 0.5rem );
  width: 1.375rem;
  height: 1rem;
  background: url("../img/caret_down.svg") center center no-repeat;
  background-size: contain;
  z-index: 10;
  pointer-events: none; }

/* end module search box */
/* module video */
.module-video {
  height: 56.3vw;
  max-height: 37.3rem;
  position: relative; }

.module-video .video-inner {
  background: center center no-repeat #000;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.module-video .video-inner {
  width: 100vw;
  left: calc( ( ( 100vw - 100% - 10px) / 2 ) * -1 ); }

.module-video .video-inner.load-onclick {
  cursor: pointer; }

.module-video .video-inner.load-onclick:after {
  position: absolute;
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
  background: url("../img/play.svg") center center no-repeat;
  background-size: cover;
  left: calc( 50% - 6rem );
  top: calc( 50% - 6rem );
  opacity: 0.7;
  transition: all 0.3s, opacity 0.2s; }

.module-video .video-inner.load-onclick:hover:after {
  opacity: 1; }

.module-video .video-inner.load-onclick.playing:after {
  opacity: 1;
  transform: scale(0); }

.module-video .video-inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

@media (min-width: 768px) {
  .side-margin .module-video .video-inner {
    left: calc(( ( ( 100vw - 100% - 10px) / 2 ) * -1 ) - 14% ); } }
section.main .entry-content .module-video {
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 1em; }
  section.main .entry-content .module-video .video-inner {
    width: 100%;
    left: 0; }

.single-news-and-events iframe[src^="https://www.youtube"] {
  max-width: 100%; }

/* end module video */
/* module featured pubications */
@media (min-width: 1244px) {
  .module-feat-publications ul {
    padding-right: 4rem; } }
.module-feat-publications ul a:hover {
  text-decoration: underline; }

.module-feat-publications ul li {
  margin: 0.6em 0 2rem 0; }

.side-margin .module-feat-publications ul li {
  margin: 0 0 1.8rem 0; }

.module-feat-publications ul li:last-child {
  margin-bottom: 0 !important; }

.module-feat-publications ul li .title {
  color: #593589;
  margin: 0 0 0.4em 0; }

.module-feat-publications ul li .authors {
  color: #656565;
  font-size: 1.125rem;
  line-height: 1.2em; }

.module-feat-publications .feat-book .header {
  font-size: 1.238rem;
  color: #fff;
  padding: 1.3rem;
  line-height: 1.1em;
  font-weight: bold;
  background-color: #7297CE; }

.module-feat-publications .feat-book .book a {
  display: block; }

.module-feat-publications .feat-book .book img {
  display: block;
  width: 100%; }

/* end module featured pubications */
/* module collaborate */
.module-collaborate {
  color: #4C4C4C; }

.module-collaborate .col1 {
  width: 38%; }

.side-margin .module-collaborate .col1 {
  width: 50%; }

.module-collaborate .intro {
  font-size: 1rem;
  line-height: 1.3em;
  margin: 0 0 1.2em 0; }

.module-collaborate.large-intro .intro {
  font-size: 1.625rem;
  line-height: 1.38em;
  margin: 0 0 0.8em 0; }

@media (min-width: 1244px) {
  .module-collaborate .intro {
    padding-right: 2rem; } }
.module-collaborate .intro p {
  margin: 0 0 0.8em 0; }

/* end module collaborate */
/* module partners */
.module-partners {
  background: #efefef;
  color: #4C4C4C; }

.module-partners .logos {
  background: #e1e1e1;
  padding: 2rem 1.2rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: start;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2em; }

.module-partners .logos .logo {
  flex: 1 0 auto;
  margin: 0.7rem 0.7rem; }

.module-partners .logos .logo img {
  display: block;
  margin: auto;
  max-width: 8.75rem; }

.module-partners .info {
  padding: 1.3rem 1.6em; }

@media (min-width: 1244px) {
  .module-partners .info {
    padding-left: 25rem; }

  .side-margin .module-partners .info {
    padding-left: 10rem; } }
/* end module partners */
/* social & newsletter box */
.social-colors li:nth-child(1) a {
  background-color: #584099 !important; }

.social-colors li:nth-child(2) a {
  background-color: #6993CD !important; }

.social-colors li:nth-child(3) a {
  background-color: #08B89D !important; }

.social-colors li:nth-child(4) a {
  background-color: #89C765 !important; }

.social-colors li:nth-child(5) a {
  background-color: #64B5B6 !important; }

.social-newsletter {
  background: #efefef;
  padding: 1.313rem 0.938rem;
  font-size: 0.875em;
  line-height: 1.52em; }

.side-margin .social-newsletter {
  font-size: 0.813rem; }

.social-newsletter h5 {
  font-weight: bold;
  font-size: 1.308em;
  line-height: 1.2em;
  margin: 12px 0 25px 0px !important; }

.social-newsletter .social ul li {
  margin: 0 0 0.438em 0;
  display: inline-block; }

.social-newsletter .social ul li:last-child {
  margin-bottom: 0; }

.social-newsletter .social ul li a {
  display: block;
  padding: 0.5rem;
  background: #ccc; }

.social-newsletter .social ul li a:hover {
  filter: saturate(2); }

.social-newsletter .social ul li a img {
  display: block;
  width: 1.5rem;
  filter: invert(100%); }

.social-newsletter .twitter .link-cta {
  font-size: 1em; }

.social-newsletter .twitter .tweet {
  margin-bottom: 0.8em; }

.social-newsletter .twitter .tweet .handle {
  margin-bottom: 0.6em; }

.social-newsletter .twitter .tweet a {
  color: #573F99;
  font-weight: 500; }

.social-newsletter .twitter .tweet a:hover {
  text-decoration: underline; }

.social-newsletter .ulinks ul {
  color: #593589;
  line-height: 1.1em;
  font-weight: 500; }

.social-newsletter .ulinks ul li {
  display: block;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: solid 1px #fff; }

.social-newsletter .ulinks ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.social-newsletter .ulinks ul li a {
  display: inline-block;
  padding: 0.3em 0;
  font-weight: bold; }

.social-newsletter .ulinks ul li a:hover {
  filter: saturate(2); }

.social-newsletter .newsletter p a {
  color: #573F99; }

.social-newsletter .newsletter p a:hover {
  text-decoration: underline; }

.social-newsletter .newsletter .email {
  font-size: 1em;
  line-height: 1.308em;
  padding: 0.769em 1em;
  border: none;
  width: 100%;
  display: block;
  color: inherit;
  margin: 0 0 1em 0; }

.share {
  margin-top: 3em; }

.share ul li {
  margin: 0 0.438em 0 0;
  display: inline-block; }

.share ul li:last-child {
  margin-right: 0; }

.share ul li a {
  display: block;
  padding: 0.5rem;
  background: #ccc; }

.share ul li a:hover {
  filter: saturate(2); }

.share ul li a img {
  display: block;
  width: 1.5rem;
  filter: invert(100%); }

.social-list ul li {
  margin: 0 0.438em 0 0;
  display: inline-block; }

.social-list ul li:last-child {
  margin-right: 0; }

.social-list ul li a {
  display: block;
  padding: 0.5rem;
  background: #ccc; }

.social-list ul li a:hover {
  filter: saturate(2); }

.social-list ul li a img {
  display: block;
  width: 1.5rem;
  filter: invert(100%); }

/* end social & newsletter box */
/* module careers */
.box-career {
  padding: 0 0 2em 0;
  margin: 0 0 2.25em 0;
  position: relative;
  display: flex;
  flex-direction: column; }

.box-career:after {
  position: absolute;
  content: "";
  width: 300%;
  left: 0;
  bottom: 0;
  border-bottom: dotted 2px #A9A9A9; }

.box-career .position {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 1.2em 0; }

.box-career .info {
  flex: 1 0 auto; }

.box-career .tbl1 {
  margin: 0 0 1em 0; }

.module-careers .filter {
  font-size: 1.25em;
  text-transform: uppercase;
  margin: 0 0 1.2em 0;
  padding: 0 0 1.2em 0;
  border-bottom: dotted 2px #A9A9A9; }

.module-careers .filter a {
  font-weight: 500;
  color: #593589; }

.module-careers .filter a:hover {
  text-decoration: underline; }

.module-careers .inner {
  max-width: 58rem;
  margin: 0 0 0 auto;
  overflow: hidden; }

.module-careers .inner ul {
  display: flex;
  margin: 0 -1.4em;
  flex-wrap: wrap; }

.module-careers .inner ul li {
  width: 50%;
  padding: 0 1.4em;
  display: flex; }

.module-careers .inner ul li:nth-child(2n) .box-career {
  margin-right: 0; }

.module-careers .inner ul li:nth-child(2n) .box-career:after {
  opacity: 0; }

@media (max-width: 575px) {
  .module-careers .inner ul li {
    width: 100% !important; }

  .module-careers .inner ul li:nth-child(2n) .box-career:after {
    opacity: 1; } }
/* end module careers */
#hero {
  background: #ccc;
  margin: 0 0 0.75em 0;
  position: relative;
  height: 36.8rem;
  overflow: hidden; }

.loaded #hero {
  height: auto; }

#hero .slides {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 300; }

#hero .slides .slide {
  overflow: hidden;
  width: 100%;
  background: center center no-repeat;
  background-size: cover; }

/* #hero .slides .slide .bg-video { display: none; } */
#hero .slides .slide .slide-tbl {
  height: 36.8rem;
  text-align: right;
  vertical-align: bottom;
  padding: 2rem 0;
  position: relative;
  z-index: 10; }

#hero .slides .slide .slide-tbl .box {
  display: inline-block;
  max-width: 38.4rem;
  background: rgba(240, 234, 250, 0.8);
  padding: 0.625rem 3.25rem;
  color: #462E86;
  line-height: 1.2em;
  font-size: 1.625em;
  transition: background 0.15s linear 0s, transform 0.4s linear 0.5s, opacity 0.4s linear 0.5s;
  transform: translateX(30rem);
  opacity: 0; }

#hero .slides .slide.cycle-slide-active .slide-tbl .box {
  transform: translateX(0);
  opacity: 1; }

#hero .slides .slide .slide-tbl a.box:hover {
  background: rgba(240, 234, 250, 0.9); }

#hero .slides .slide.has-video .bg-video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0; }

.loaded #hero .slides .slide.has-video .bg-video {
  opacity: 1; }

#hero .slides .slide.has-video .bg-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

#hero .arrow {
  position: absolute;
  z-index: 500;
  border: none;
  padding: 0;
  margin: 0;
  width: 2.25em;
  height: 2.25em;
  background: url("../img/hero_arrow.svg") center center no-repeat;
  background-size: 100% auto;
  text-align: left;
  overflow: hidden;
  text-indent: -9999px;
  top: 45%;
  top: calc( 50% - 1.125em );
  cursor: pointer;
  opacity: 0.55; }

#hero .arrow:hover {
  opacity: 1; }

#hero .arrow:active {
  background-size: 90% auto; }

#hero .arrow.prev {
  left: 2em;
  transform: scaleX(-1); }

#hero .arrow.next {
  right: 2em; }

@media (max-width: 1243px) {
  #hero .arrow.prev {
    left: 10px; }

  #hero .arrow.next {
    right: 10px; } }
@media (max-width: 767px) {
  #hero .arrow {
    top: 30%;
    top: calc( 30% - 1.125em ); } }
.tagline {
  background: #89E6CB;
  line-height: 1.2em;
  padding: 1.35em 0;
  text-align: right; }

.tagline .inner {
  display: inline-block;
  max-width: 31em;
  min-height: 3.6em;
  text-align: left; }

/* key areas */
.key-areas {
  position: relative;
  z-index: 100; }

.key-areas ul {
  display: flex;
  flex-direction: row;
  margin: 0 -0.313em;
  flex-wrap: wrap; }

.key-areas ul li {
  width: 25%;
  padding: 0 0.313em;
  display: flex;
  margin: 0 0 0.625em 0;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  z-index: 1; }

.key-areas ul li .area {
  display: block;
  flex: 1 0 auto;
  color: #fff;
  background: #bbb;
  padding: 1em 0.875em;
  line-height: 1.3em;
  min-height: 4.6em;
  font-weight: 500;
  position: relative;
  cursor: pointer; }

.key-areas ul li .area:hover .name {
  opacity: 0.7; }

.key-areas ul li .area .info {
  position: absolute;
  left: 100%;
  top: 10px;
  background: #555;
  width: 16.5em;
  color: #fff;
  padding: 1em;
  display: none; }

.key-areas ul li .area .info:after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: inherit;
  transform: rotate(45deg);
  left: 0;
  top: 0;
  transform-origin: left top; }

.key-areas ul li .area .info .link-cta {
  font-size: 1em; }

.key-areas ul li.open {
  z-index: 100; }

.key-areas ul li.open .area .info {
  display: block; }

@media (min-width: 768px) {
  .key-areas ul li:nth-child(4n+3) .area .info:after,
  .key-areas ul li:nth-child(4n+4) .area .info:after {
    left: auto;
    right: 0;
    transform: rotate(-45deg);
    transform-origin: right top; }

  .key-areas ul li:nth-child(4n+3) .area .info,
  .key-areas ul li:nth-child(4n+4) .area .info {
    left: auto;
    right: 100%;
    right: calc( 100% + 10px ); } }
@media (max-width: 767px) {
  .key-areas ul li {
    width: 100%; }

  .key-areas ul li .area {
    min-height: 0; }

  .key-areas ul li .area .info {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: 100%;
    margin: 1em 0 0 0; }

  .key-areas ul li .area .info:after {
    display: none; } }
.key-areas.key-areas-research ul li .area {
  background: #524294; }

.key-areas.key-areas-research ul li .area .info {
  background: #593589; }

.key-areas.key-areas-enterprise ul li .area {
  background: #52b59e; }

.key-areas.key-areas-enterprise ul li .area .info {
  background: #07B79D; }

/* end key areas */
/* module research themes */
.box-research-theme {
  display: flex;
  flex-direction: column;
  width: 100%; }

.box-research-theme .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 14.625em;
  margin: 0 0 1.3em 0; }

.box-research-theme .photo a {
  display: block; }

.box-research-theme .photo img {
  display: block;
  max-height: 14.625em;
  max-width: 100%;
  margin: auto; }

.box-research-theme .info {
  margin: 0 0 1em 0;
  flex: 1 0 auto; }

.box-research-theme .info .title {
  font-weight: bold;
  margin: 0 0 2em 0; }

.box-research-theme .info p {
  margin: 0 0 1em 0; }

.module-research-themes > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem; }

.module-research-themes > ul > li {
  width: 33.333%;
  padding: 0 0.5rem;
  display: flex;
  margin-bottom: 2rem; }

.module-research-themes.col4 > ul > li {
  width: 25%; }

@media (max-width: 767px) {
  .module-research-themes > ul > li {
    width: 50% !important; } }
@media (max-width: 575px) {
  .module-research-themes > ul > li {
    width: 100% !important; } }
/* end module research themes */
/* search result */
.box-search-result {
  border-bottom: solid 1px #B4B4B4;
  margin: 0 0 2em 0;
  padding: 0 0 2em 0; }

.box-search-result .inner {
  max-width: 42rem; }

.box-search-result .title {
  color: #593589;
  margin-bottom: 1.2em; }

/* end search result */
/* module pagination */
.module-pagination {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0.8em 0; }

.module-pagination a:hover {
  opacity: 0.8; }

.module-pagination .arrow {
  height: 1.1em;
  width: 2.2em;
  background: url("../img/arrow_purple.svg") left center no-repeat;
  background-size: contain;
  text-align: left;
  overflow: hidden;
  text-indent: -9999px; }

.module-pagination .arrow.prev {
  transform: scaleX(-1); }

.module-pagination .numbers {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.2em;
  padding: 0 0.5em;
  text-align: center; }

.module-pagination .numbers a {
  display: inline-block;
  margin: 0 0.3em;
  color: #593589; }

.module-pagination .numbers a.active {
  color: #8C8C8C !important; }

.module-pagination.arrows-only {
  display: block;
  overflow: hidden; }

.module-pagination.arrows-only .arrow {
  float: left; }

.module-pagination.arrows-only .arrow.next {
  float: right; }

.module-pagination.arrows-only .numbers {
  display: none; }

/* end module pagination */
.publication-main-box {
  padding: 1em 1.7em;
  color: #fff;
  background: #7297CE;
  margin: 0 0 1.2em 0; }

.publication-main-box .tbl1 {
  font-size: 1.063em; }

.publication-main-box .tbl1 th {
  padding-right: 1.4em; }

/* module useful links */
.box-useful-link {
  display: flex;
  flex-direction: column;
  width: 100%; }

.box-useful-link a {
  color: #593589 !important; }

.box-useful-link a:hover {
  text-decoration: underline; }

.box-useful-link .title {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0 0 0.6em 0; }

.box-useful-link p {
  line-height: 1.5em;
  margin: 0 0 1.3em 0; }

.module-useful-links ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.module-useful-links ul li {
  width: 33.333%;
  padding: 0 10px;
  display: flex;
  margin-bottom: 2.2rem; }

@media (max-width: 767px) {
  .module-useful-links > ul > li {
    width: 50% !important; } }
@media (max-width: 575px) {
  .module-useful-links > ul > li {
    width: 100% !important; } }
/* end module useful links */
/* job */
.job-button {
  background: #593589;
  color: #fff !important;
  font-size: 1.125rem;
  display: inline-block;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.333em;
  width: 15em;
  text-transform: uppercase;
  font-weight: 500;
  flex-direction: row; }

.job-button:hover {
  filter: saturate(1.5); }

.job-button.with-icon {
  justify-content: flex-start; }

.job-button.with-icon .icon {
  width: 3.34em;
  background: #813393;
  height: inherit;
  margin-right: 0.7em;
  padding: 0.5em 0 0 0; }

.job-button.with-icon .icon img {
  height: 2.3em;
  margin: auto;
  display: block;
  filter: invert(100); }

.job-buttons {
  margin-bottom: 1.5em; }

.job-buttons ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.job-buttons ul li {
  margin: 0 1em 1em 0; }

.job-tbl {
  max-width: 37.5rem;
  margin-bottom: 3em; }

.job-tbl .tbl1 {
  font-size: 1.25rem; }

.job-tbl .tbl1 td,
.job-tbl .tbl1 th {
  border-bottom: solid 1px #b5b5b5;
  padding-top: 0.7em;
  padding-bottom: 0.7em; }

.job-apply {
  position: fixed;
  left: 0;
  top: -101vh;
  width: 100%;
  height: 100vh;
  z-index: 5000;
  background: #e1e1e1;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s; }

.job-apply-open {
  overflow: hidden; }

.job-apply-open .job-apply {
  opacity: 1;
  top: 0;
  visibility: visible;
  pointer-events: inherit; }

.job-apply .inner {
  min-height: 100vh; }

.job-apply .box {
  width: 100%;
  max-width: 52rem;
  padding: 2rem 1rem;
  margin: auto;
  position: relative; }

.job-apply .box .x {
  position: absolute;
  top: 0.5rem;
  left: 100%;
  display: block;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background: none;
  cursor: pointer;
  width: 2.3rem;
  height: 2.3rem;
  opacity: 0.6; }

.job-apply .box .x:hover {
  opacity: 1; }

.job-apply .box .x:active {
  transform: scale(0.9); }

.job-apply .apply-form > .trow > .tcol {
  padding-bottom: 1.688em; }

.job-apply .apply-form label {
  font-size: 1.25em;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap; }

.job-apply .apply-form .field {
  display: block;
  width: 100%;
  background: #fff;
  font-size: 1.25em;
  color: #333;
  border: none;
  outline: none;
  line-height: 1.222em;
  padding: 1.111em 1.2em; }

.job-apply .apply-form .file-group .file {
  width: 9rem;
  height: 2.813rem;
  position: relative; }

.job-apply .apply-form .file-group .file input {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0; }

.job-apply .apply-form .file-group .file .btn-solid {
  position: absolute;
  line-height: 2.813rem;
  padding: 0;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  white-space: nowrap; }

.job-apply .apply-form .file-group .filename {
  color: #656565;
  font-size: 1.25em;
  line-height: 1.1em;
  font-weight: 300; }

@media (max-width: 1000px) {
  .job-apply .box .x {
    left: auto;
    right: 0.5em; } }
@media (max-width: 575px) {
  .job-apply .apply-form label {
    padding-bottom: 0.5em !important; } }
/* end job */
/* .module-photo */
.module-photo .photo a {
  display: block; }

.module-photo .photo img {
  display: block;
  margin: auto;
  max-width: 100%;
  width: 100%; }

.module-photo .caption {
  padding: 1em 0 0 0;
  text-align: right; }

.module-photo .caption p {
  display: inline-block;
  max-width: 24.3rem;
  text-align: left;
  font-size: 0.938em;
  line-height: 1.3em; }

/* .module-photo */
/* module licensing opportunities */
.box-licencing-opp {
  position: relative; }

.box-licencing-opp .title {
  color: #593589; }

.box-licencing-opp .tbl1 {
  margin-bottom: 1.5em; }

.box-licencing-opp p {
  margin-bottom: 1em; }

.box-licencing-opp p + p {
  margin-top: -0.5em; }

.box-licencing-opp .btn-solid {
  margin: 0 0.5em 0.5em 0; }

.module-licencing-opp {
  overflow: hidden;
  width: 100%; }

.module-licencing-opp > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px; }

.module-licencing-opp > ul > li {
  width: 50%;
  padding: 0 20px;
  display: flex;
  margin-bottom: 40px; }

.module-licencing-opp > ul > li:nth-child(2n+1) .box-licencing-opp {
  clear: both; }

.module-licencing-opp > ul > li:nth-child(2n+1) .box-licencing-opp:before {
  content: "";
  display: block;
  position: absolute;
  right: -40px;
  top: 0;
  height: 100%;
  width: 20px;
  border-left: solid 1px #9f9f9f; }

.module-licencing-opp > ul > li:nth-child(2n+1) .box-licencing-opp:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -40px;
  height: 20px;
  width: 300%;
  border-top: solid 1px #9f9f9f; }

.module-licencing-opp > ul > li:nth-last-of-type(-n+2) .box-licencing-opp:after {
  display: none; }

@media (max-width: 767px) {
  .module-licencing-opp > ul > li {
    width: 100% !important;
    border-bottom: solid 1px #9f9f9f;
    margin-bottom: 20px; }

  .module-licencing-opp > ul > li:last-child {
    border: none; }

  .module-licencing-opp > ul > li .box-licencing-opp {
    padding-bottom: 20px; }

  .module-licencing-opp > ul > li .box-licencing-opp:before,
  .module-licencing-opp > ul > li .box-licencing-opp:after {
    display: none !important; } }
/* end module licensing opportunities */
/* module gform */
.module-gform {
  max-width: 40rem; }

.module-gform .gform_heading {
  display: none; }

.module-gform .gfield_label {
  color: #656565 !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  line-height: 1.2em !important;
  margin: 0 0 0.3em 0;
  font-size: 0.813rem; }

.module-gform .ginput_container {
  margin: 0 0 0 0 !important;
  display: block !important;
  width: 100% !important; }

.module-gform .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.module-gform .gform_wrapper textarea {
  margin: 0 0 0 0 !important;
  display: block !important;
  width: 100% !important;
  border: none !important;
  font-size: 1.25em;
  line-height: 1.5em !important;
  padding: 0.5em 1em !important; }

.gform_wrapper {
  margin-top: 12px; }

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-size: 1.308em; }

.module-gform .gform_button {
  background: #593589;
  color: #fff !important;
  font-size: 1.063rem;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  display: inline-block;
  line-height: 1.412em;
  padding: 0.853em 1em;
  text-align: center;
  min-width: 8.5em;
  cursor: pointer; }

.module-gform .gform_button:hover {
  filter: saturate(1.5); }

/* end module gform */
/* module map */
.module-map {
  height: 27.125rem;
  position: relative; }

.module-map .map-inner {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.module-map .map-inner {
  width: 100vw;
  left: calc( ( ( 100vw - 100% - 10px) / 2 ) * -1 ); }

.module-map .map-inner .map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 768px) {
  .side-margin .module-map .map-inner {
    left: calc(( ( ( 100vw - 100% - 10px) / 2 ) * -1 ) - 14% ); } }
/* end module map */
/* module side projects */
.box-side-project {
  font-size: 0.813rem;
  line-height: 1.3em;
  margin: 0 0 0.7em 0; }

.box-side-project .title {
  font-weight: 600; }

.box-side-project a {
  color: #593589; }

.box-side-project a:hover {
  text-decoration: underline; }

/* module side projects */
/* module filter */
.module-filter {
  margin: 0 0 1.5em 0;
  font-size: 1rem;
  border-top: dotted 2px #A9A9A9;
  border-bottom: dotted 2px #A9A9A9;
  padding: 0.8em 0 0.3em 0; }

.module-filter ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  text-transform: uppercase;
  color: #4c4c4c;
  font-weight: bold;
  line-height: 1.5em; }

.module-filter ul li {
  white-space: nowrap;
  margin: 0 1em 0.5em 0; }

.module-filter ul li:last-child {
  margin-right: 0; }

.module-filter ul li a {
  color: #593589; }

.module-filter ul li a:hover {
  color: #524294; }

/* module filter */
/* module areas expertise */
.box-area-exp {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #000;
  position: relative;
  margin: 0 0 2rem 0; }

.box-area-exp .header-photo {
  display: block;
  position: relative;
  padding: 100% 0 0 0;
  padding: calc( 75% + 5rem ) 0 0 0; }

.box-area-exp .header-photo .header {
  background: #bbb;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 1.333rem; }

.box-area-exp .header-photo .header .subtitle {
  font-weight: normal;
  line-height: 1.2em; }

.box-area-exp .header-photo .header .name {
  font-weight: 500;
  line-height: 1.2em;
  margin: 0; }

.box-area-exp .header-photo .photo {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 75% 0 0 0; }

.box-area-exp .header-photo .photo img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1; }

.box-area-exp a.header-photo .photo:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.05;
  transition: all 0.2s;
  z-index: 10; }

.box-area-exp a.header-photo:hover .photo:after {
  opacity: 0; }

.box-area-exp .info {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 1.2rem 0 0 0; }

.box-area-exp .info .title {
  font-weight: 600;
  margin-bottom: 0.1em;
  line-height: 1.5em; }

.box-area-exp .info p {
  flex: 1 0 auto;
  line-height: 1.5em;
  margin: 0 0 0.5em 0; }

.module-areas-exp > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem; }

.module-areas-exp > ul > li {
  width: 33.333%;
  padding: 0 0.5rem;
  display: flex;
  margin-bottom: 1rem; }

.module-areas-exp.col4 > ul > li {
  width: 25%; }

@media (max-width: 767px) {
  .module-areas-exp > ul > li {
    width: 50% !important; } }
@media (max-width: 575px) {
  .module-areas-exp > ul > li {
    width: 100% !important; } }
/* end module areas expertise */
/* module alt. photo & text */
.box-alt-photo-text {
  background: #bbb;
  display: block;
  position: relative;
  padding: 0 0 0 18.125em; }

.box-alt-photo-text .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 18.125rem;
  height: 100%; }

.box-alt-photo-text .photo img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1; }

.box-alt-photo-text .inner {
  padding: 2.375rem 1.75rem; }

.box-alt-photo-text .inner .title {
  font-weight: bold; }

.box-alt-photo-text .inner p {
  line-height: 1.38em;
  margin-bottom: 1em; }

@media (max-width: 575px) {
  .box-alt-photo-text {
    padding: 0 !important; }

  .box-alt-photo-text .photo {
    position: initial;
    width: 100%; }

  .box-alt-photo-text .photo img {
    position: initial; } }
.module-alt-photo-text > ul > li {
  margin-bottom: 20px; }

.module-alt-photo-text > ul > li:nth-child(even) .box-alt-photo-text {
  padding: 0 18.125em 0 0; }

.module-alt-photo-text > ul > li:nth-child(even) .box-alt-photo-text .photo {
  left: auto;
  right: 0; }

/* end module alt. photo & text */
/* box contact us */
.box-contact-us {
  background: #C4E1E2;
  padding: 1.333rem; }

.box-contact-us .col1 {
  width: 50%; }

.box-contact-us .title {
  font-weight: bold; }

.box-contact-us .social ul li {
  margin: 0 0 0.438em 0;
  display: inline-block; }

.box-contact-us .social ul li:last-child {
  margin-bottom: 0; }

.box-contact-us .social ul li a {
  display: block;
  padding: 0.5rem;
  background: #ccc; }

.box-contact-us .social ul li a:hover {
  filter: saturate(2); }

.box-contact-us .social ul li a img {
  display: block;
  width: 1.5rem;
  filter: invert(100%); }

@media (max-width: 575px) {
  .box-contact-us .social ul li {
    margin: 0 0.438em 0 0; } }
.list-contacts ul li {
  position: relative;
  margin-bottom: 0.3em;
  padding: 0 0 0 2.2em; }

.list-contacts ul li .type {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.2em;
  line-height: inherit;
  color: #07B79D;
  width: 500; }

/* end box contact us */
/* module  starturp teams */
.box-startup-teams {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #000;
  position: relative;
  margin: 0 0 3rem 0;
  background: #fff; }

.box-startup-teams .header {
  background: #bbb;
  color: #fff;
  width: 100%;
  padding: 1.333rem; }

.box-startup-teams .header .subtitle {
  font-weight: normal;
  line-height: 1.2em; }

.box-startup-teams .header .title {
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 0.2em 0; }

.box-startup-teams .info {
  padding: 1.1em;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto; }

.box-startup-teams .info .logo {
  display: flex;
  width: 100%;
  height: 5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em; }

.box-startup-teams .info .logo img {
  display: block;
  max-width: 100%;
  max-height: 5rem;
  margin: auto; }

.box-startup-teams .info p {
  flex: 1 0 auto; }

.box-startup-teams .social ul {
  text-align: center; }

.box-startup-teams .social ul li {
  margin: 0 .22em 0;
  display: inline-block; }

.box-startup-teams .social ul li:last-child {
  margin-bottom: 0; }

.box-startup-teams .social ul li a {
  display: block;
  padding: 0.5rem;
  background: #ccc; }

.box-startup-teams .social ul li a:hover {
  filter: saturate(2); }

.box-startup-teams .social ul li a img {
  display: block;
  width: 1.5rem;
  filter: invert(100%); }

.module-startup-teams > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem; }

.module-startup-teams > ul > li {
  width: 33.333%;
  padding: 0 0.5rem;
  display: flex;
  margin-bottom: 1rem; }

.module-startup-teams.col4 > ul > li {
  width: 25%; }

@media (max-width: 767px) {
  .module-startup-teams > ul > li {
    width: 50% !important; } }
@media (max-width: 575px) {
  .module-startup-teams > ul > li {
    width: 100% !important; } }
/* end module  starturp teams */
/* menu team */
.team-menu > ul {
  font-weight: 500;
  color: #593589;
  line-height: 1.4em; }

.team-menu > ul > li {
  display: block;
  border-bottom: solid 1px #B4B4B4; }

.team-menu > ul > li > a {
  font-weight: bold;
  display: block;
  padding: 0.3em 2em 0.3em 0;
  background: url(../img/arrow_purple.svg) right center no-repeat;
  background-size: auto 0.563em; }

.team-menu > ul > li > a:hover,
.team-menu > ul > li > a.active {
  color: #A69AB8 !important; }

.team-menu > ul > li > a.active {
  background: none; }

/* end menu team */
#footer {
  background: linear-gradient(to bottom, #33788a 0%, #0f575e 100%);
  color: #6BB4B3;
  font-size: 10px;
  padding: 2.375em 0 3.5em 0;
  line-height: 1.4em; }

#footer h5 {
  font-weight: 500;
  font-size: 1.7em;
  margin: 0 0 1.1em 0;
  line-height: 1.2em;
  color: #fff; }

#footer p {
  margin-bottom: 1.4em;
  font-size: 1.4em;
  line-height: 1.6; }

#footer a:hover {
  color: #fff; }

#footer a:active {
  color: #00fffc; }

#footer .fmenu li {
  min-height: 1.4em; }

#footer .fmenu a {
  display: inline-block;
  font-size: 1.4em;
  line-height: 1.6; }

#footer .fmenus > .row > div {
  margin-bottom: 20px; }

#footer .fdivider {
  margin: 2.4em auto 2.668rem auto;
  border: 0;
  height: 0;
  border-top: solid 2px #64b5b6;
  display: block;
  width: 100%;
  clear: both;
  float: none; }

#footer .fmenu2 {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: start;
  align-items: auto;
  align-content: start;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 3.1rem; }

#footer .fmenu2 li {
  flex: 1 0 auto;
  margin: 0 6px 12px 6px;
  font-size: 1.4em;
  line-height: 1.6; }

@media (min-width: 768px) and (max-width: 991px) {
  #footer .fmenus > .row > div:nth-child(3n+1) {
    clear: both; } }
@media (max-width: 767px) {
  #footer .fmenus > .row > div:nth-child(2n+1) {
    clear: both; }

  #footer .fmenu2 {
    flex-wrap: wrap; }

  #footer p {
    font-size: 1.2em; } }
#footer .logos {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: auto;
  align-content: start;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2em; }

#footer .logos li {
  flex: 1 0 auto;
  margin: 0 6px 12px 6px; }

#footer .logos li img {
  display: block;
  margin: auto;
  max-width: 8.5rem; }

/* ==========================================================================
   Resposive
   ========================================================================== */
@media (max-width: 1243px) {
  html {
    font-size: 14px; } }
@media (max-width: 991px) {
  html {
    font-size: 13px; } }
@media (max-width: 767px) {
  html {
    font-size: 13px; } }

/*# sourceMappingURL=main.css.map */
