html {
  height: 100%; }

@font-face {
  font-family: 'Times';
  src: url("../fonts/Times-Roman.woff2") format("woff2"), url("../fonts/Times-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Times-Bold';
  src: url("../fonts/Times-Bold.woff2") format("woff2"), url("../fonts/Times-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Times-Italic';
  src: url("../fonts/Times-Italic.woff2") format("woff2"), url("../fonts/Times-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

body {
  margin: 0;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  background-color: #e5ebf3;
  line-height: 1;
  min-height: 100%; }
  @media (max-width: 765px) {
    body {
      font-size: 18px; } }
  body.canvas-open {
    overflow-y: hidden; }
  @media (max-width: 765px) {
    body.home .bg {
      min-height: 1840px; } }

main section:last-of-type .container:after {
  content: '';
  display: block;
  width: 51px;
  height: 8px;
  margin-top: 90px;
  background-image: url(../img/wave.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .home main section:last-of-type .container:after {
    display: none; }

.single main,
.page main {
  padding-bottom: 410px; }
  @media (max-width: 1920px) {
    .single main,
    .page main {
      padding-bottom: 300px; } }
  @media (max-width: 1015px) {
    .single main,
    .page main {
      padding-bottom: 240px; } }
  @media (max-width: 765px) {
    .single main,
    .page main {
      padding-bottom: 170px; } }

* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #333333; }

p {
  line-height: 32px; }
  @media (max-width: 765px) {
    p {
      line-height: 30px; } }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.content ul li {
  position: relative;
  padding-left: 68px;
  line-height: 44px;
  margin-bottom: 40px; }
  @media (max-width: 765px) {
    .content ul li {
      line-height: 30px;
      margin-bottom: 30px;
      padding-left: 45px; } }
  .content ul li:last-of-type {
    margin-bottom: 0; }
  .content ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 15px;
    height: 16px;
    background-image: url("../img/arrow-right-teal.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

h1, h2, h3 {
  font-family: 'Times-Bold';
  font-weight: normal;
  margin: 0; }

h1 {
  font-size: 60px;
  line-height: 45px;
  margin: 0; }
  h1.title {
    display: inline-block;
    color: #fff;
    background-color: #55cdcd;
    padding: 20px; }
    @media (max-width: 765px) {
      h1.title {
        font-size: 36px;
        line-height: 32px; } }
  h1.single-title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    font-family: "Raleway", sans-serif; }
    @media (max-width: 765px) {
      h1.single-title {
        font-size: 24px;
        line-height: 28px; } }

h4 {
  font-size: 20px;
  margin: 0; }
  @media (max-width: 765px) {
    h4 {
      font-size: 18px; } }

.logo {
  display: block;
  width: 108px;
  height: 117px;
  background-size: cover;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 765px) {
    .logo {
      position: absolute;
      right: 0;
      left: 0;
      top: 65px;
      margin-right: auto;
      margin-left: auto; } }

#mob-nav {
  display: none;
  position: absolute;
  right: 0;
  align-items: center;
  top: 50px; }
  #mob-nav span {
    margin-right: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold; }
  @media (max-width: 1279px) {
    #mob-nav {
      display: flex; } }
  @media (max-width: 765px) {
    #mob-nav {
      top: auto; } }

.mobile-nav {
  width: 29px; }
  .mobile-nav:before, .mobile-nav:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    margin-bottom: 2px;
    background: url("../img/wave.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .mobile-nav:before:last-of-type, .mobile-nav:after:last-of-type {
      margin-bottom: 0; }
  .mobile-nav .wave {
    width: 100%;
    height: 5px;
    margin-bottom: 2px;
    background: url("../img/wave.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.icon {
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .icon.mobile-nav {
    width: 30px;
    height: 35px;
    background-image: url("../img/mobile.svg"); }

.flex-container {
  display: flex; }

.container {
  max-width: 1410px;
  margin: 0 auto; }
  @media (max-width: 1660px) {
    .container {
      max-width: 1230px; } }
  @media (max-width: 1439px) {
    .container {
      max-width: 1150px; } }
  @media (max-width: 1279px) {
    .container {
      max-width: 900px; } }
  @media (max-width: 1015px) {
    .container {
      max-width: 700px; } }
  @media (max-width: 765px) {
    .container {
      max-width: 100%;
      margin: 0 30px; } }
  @media (max-width: 320px) {
    .container {
      max-width: 320px; } }

header {
  padding-top: 35px; }
  @media (max-width: 765px) {
    header {
      padding-top: 20px; } }
  header .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header .menu {
    margin-left: 45px; }
    @media (max-width: 1439px) {
      header .menu {
        margin-left: 5px; } }
    @media (max-width: 1279px) {
      header .menu {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        z-index: -1;
        width: 100%;
        margin-left: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        background-color: rgba(35, 100, 122, 0.9);
        -webkit-transition: opacity 0.1s linear;
        -moz-transition: opacity 0.1s linear;
        -ms-transition: opacity 0.1s linear;
        -o-transition: opacity 0.1s linear;
        transition: opacity 0.1s linear; } }
    header .menu.open {
      opacity: 1;
      visibility: visible;
      z-index: 1; }
    header .menu .close {
      display: none;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 30px;
      right: 30px;
      background-image: url("../img/close-mob.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30%; }
      @media (max-width: 1279px) {
        header .menu .close {
          display: block; } }
    @media (max-width: 1279px) {
      header .menu ul {
        margin-top: 125px; } }
    header .menu ul li {
      float: left;
      position: relative;
      margin-right: 28px; }
      header .menu ul li:last-of-type {
        margin-right: 0; }
      header .menu ul li:first-of-type {
        display: none; }
        @media (max-width: 1279px) {
          header .menu ul li:first-of-type {
            display: list-item; } }
      @media (max-width: 1279px) {
        header .menu ul li {
          float: none;
          margin-right: 0;
          margin-bottom: 35px; } }
      header .menu ul li a {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: #333333;
        -webkit-transition: color 0.1s linear;
        -moz-transition: color 0.1s linear;
        -ms-transition: color 0.1s linear;
        -o-transition: color 0.1s linear;
        transition: color 0.1s linear; }
        header .menu ul li a:hover {
          color: #55cdcd; }
        @media (max-width: 1279px) {
          header .menu ul li a {
            font-size: 16px;
            color: #fff; } }
        @media (max-width: 1660px) {
          html:lang(en-US) header .menu ul li a {
            font-size: 16px; } }
        @media (max-width: 1439px) {
          html:lang(en-US) header .menu ul li a {
            font-size: 14px; } }
      header .menu ul li.current-menu-item:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -15px;
        margin-left: auto;
        margin-right: auto;
        width: 51px;
        height: 8px;
        background: url("../img/wave.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        @media (max-width: 1279px) {
          header .menu ul li.current-menu-item:after {
            background: url("../img/wave-light.svg");
            background-repeat: no-repeat;
            width: 64px;
            height: 12px;
            bottom: -18px; } }
    header .menu ul:after {
      content: "";
      display: block;
      clear: both; }
  header .lang-select {
    font-family: 'Times'; }
    @media (max-width: 1279px) {
      header .lang-select {
        margin-right: 145px; } }
    @media (max-width: 765px) {
      header .lang-select {
        margin-right: 0; } }
    header .lang-select a {
      display: inline-block;
      width: 43px;
      height: 43px;
      border-radius: 50%;
      font-size: 20px;
      color: #999999;
      text-align: center;
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear; }
      header .lang-select a.active {
        background-color: #55cdcd;
        color: #fff; }
      header .lang-select a:hover:not(.active) {
        color: #55cdcd; }
      header .lang-select a span {
        position: relative;
        top: 10px; }

main {
  display: block;
  margin-top: 57px; }
  @media (max-width: 765px) {
    main {
      margin-top: 180px; } }
  @media (max-width: 765px) {
    .home main {
      margin-top: 165px; } }

.sidebox {
  border: 5px solid #266782; }

.layout {
  margin-top: 67px; }
  @media (max-width: 765px) {
    .layout {
      margin-top: 50px; } }
  .layout img {
    max-width: 100%;
    height: auto; }
  .layout .content {
    width: 100%; }
    .layout .content h1, .layout .content h2, .layout .content h3, .layout .content h4 {
      font-family: Times-Bold;
      margin-bottom: 50px; }
      .layout .content h1:first-of-type, .layout .content h2:first-of-type, .layout .content h3:first-of-type, .layout .content h4:first-of-type {
        margin-top: 0; }
    .layout .content p {
      line-height: 44px; }
      @media (max-width: 765px) {
        .layout .content p {
          line-height: 30px; } }
      .layout .content p:first-of-type {
        margin-top: 0; }
  @media (max-width: 1015px) {
    .layout.with-sidebar .flex-container {
      flex-flow: column; } }
  .layout.with-sidebar .content {
    max-width: 930px;
    margin-right: 90px; }
    @media (max-width: 1279px) {
      .layout.with-sidebar .content {
        margin-right: 50px; } }
    @media (max-width: 1015px) {
      .layout.with-sidebar .content {
        max-width: 100%;
        margin-right: 0; } }
  .layout.with-sidebar .sidebar {
    width: 450px;
    padding: 75px 50px; }
    @media (max-width: 1015px) {
      .layout.with-sidebar .sidebar {
        width: 100%; } }
    @media (max-width: 765px) {
      .layout.with-sidebar .sidebar {
        padding: 30px 30px;
        margin-top: 40px; } }
    .layout.with-sidebar .sidebar > div {
      margin-top: 35px; }
      .layout.with-sidebar .sidebar > div:first-of-type {
        margin-top: 0; }
    .layout.with-sidebar .sidebar p {
      margin-top: 20px;
      margin-bottom: 0;
      font-size: 20px;
      line-height: 34px; }
      @media (max-width: 765px) {
        .layout.with-sidebar .sidebar p {
          margin-top: 15px;
          font-size: 18px;
          line-height: 30px; } }
    .layout.with-sidebar .sidebar.image {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media (max-width: 1015px) {
        .layout.with-sidebar .sidebar.image {
          display: none; } }

.intro h1 {
  font-size: 56px;
  line-height: 65px;
  font-weight: bold;
  text-transform: uppercase; }
  @media (max-width: 1660px) {
    .intro h1 {
      font-size: 45px;
      line-height: 55px; }
      .intro h1 br {
        display: none; } }
  @media (max-width: 1439px) {
    .intro h1 {
      font-size: 42px;
      line-height: 54px; } }
  @media (max-width: 1279px) {
    .intro h1 {
      font-size: 50px;
      line-height: 58px; } }
  @media (max-width: 765px) {
    .intro h1 {
      font-size: 28px;
      line-height: 34px;
      text-align: center; } }
  .intro h1 em {
    font-family: 'Times-Italic';
    font-weight: normal; }

@media (max-width: 1015px) {
  .intro .flex-container {
    flex-flow: column; } }

.intro .flex-container > div:first-of-type {
  margin-right: 110px; }
  @media (max-width: 1279px) {
    .intro .flex-container > div:first-of-type {
      margin-right: 55px; } }
  @media (max-width: 1015px) {
    .intro .flex-container > div:first-of-type {
      margin-right: 0; } }

.intro .flex-container > div:last-of-type p {
  margin: 0;
  line-height: 44px; }
  @media (max-width: 765px) {
    .intro .flex-container > div:last-of-type p {
      line-height: 30px;
      text-align: center; } }

@media (max-width: 1015px) {
  .intro .flex-container > div:last-of-type {
    margin-top: 45px; } }

@media (max-width: 765px) {
  .intro .flex-container > div:last-of-type {
    margin-top: 35px; } }

@media (max-width: 1660px) {
  .intro .flex-container > div {
    width: 50%; }
    .intro .flex-container > div br {
      display: none; } }

@media (max-width: 1015px) {
  .intro .flex-container > div {
    width: 100%; } }

@media (max-width: 765px) {
  .top .container {
    margin-left: 0;
    margin-right: 0; } }

.top .text-box {
  background-color: #497fa0;
  padding: 102px 90px 50px 90px;
  margin-top: -42px;
  margin-left: -90px;
  margin-right: -90px; }
  @media (max-width: 1660px) {
    .top .text-box {
      margin-left: -60px;
      margin-right: -60px;
      padding: 80px 65px 50px 65px; } }
  @media (max-width: 1439px) {
    .top .text-box {
      padding: 85px 45px 50px 45px;
      margin-left: -35px;
      margin-right: -35px; } }
  @media (max-width: 1015px) {
    .top .text-box {
      margin-left: -20px;
      margin-right: -20px; } }
  @media (max-width: 765px) {
    .top .text-box {
      margin-left: 0;
      margin-right: 0;
      padding: 75px 30px 50px 30px; } }
  .top .text-box p {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 20px; }
    @media (max-width: 1660px) {
      .top .text-box p br {
        display: none; } }

@media (max-width: 765px) {
  .top h1 {
    margin-left: 30px; } }

.work-packages {
  margin-top: 57px; }
  .work-packages .container > div {
    border-top: 1px solid #497fa0;
    -webkit-transition: border-color 0.1s linear;
    -moz-transition: border-color 0.1s linear;
    -ms-transition: border-color 0.1s linear;
    -o-transition: border-color 0.1s linear;
    transition: border-color 0.1s linear; }
    .work-packages .container > div.hover {
      border-color: #55cdcd; }
    .work-packages .container > div.open {
      border-color: #55cdcd; }
      .work-packages .container > div.open .top:after {
        transform: rotate(90deg); }
      .work-packages .container > div.open + div {
        border-color: #55cdcd; }
    .work-packages .container > div:last-of-type {
      border-bottom: 1px solid #497fa0; }
      .work-packages .container > div:last-of-type.hover-last {
        border-color: #55cdcd; }
    .work-packages .container > div h2 {
      font-size: 28px;
      -webkit-transition: color 0.25s linear;
      -moz-transition: color 0.25s linear;
      -ms-transition: color 0.25s linear;
      -o-transition: color 0.25s linear;
      transition: color 0.25s linear;
      padding-right: 85px; }
      @media (max-width: 765px) {
        .work-packages .container > div h2 {
          font-size: 22px;
          padding-right: 30px; } }
    .work-packages .container > div .top {
      display: flex;
      align-items: center;
      position: relative;
      padding: 45px 0;
      cursor: pointer; }
      .work-packages .container > div .top:after {
        content: '';
        display: block;
        position: absolute;
        right: 40px;
        width: 15px;
        height: 16px;
        background-image: url("../img/arrow-right-teal.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        @media (max-width: 765px) {
          .work-packages .container > div .top:after {
            right: 0; } }
      .work-packages .container > div .top:hover h2 {
        color: #55cdcd; }
    .work-packages .container > div:not(.open) .top:after {
      animation-timing-function: ease;
      animation-duration: .5s; }
    .work-packages .container > div:not(.open) .top:hover:after {
      animation-name: slideInOut; }

@keyframes slideInOut {
  from {
    right: 30px; }
  to {
    right: 40px; } }
    .work-packages .container > div .content-out {
      display: none;
      margin-top: 52px;
      margin-bottom: 105px; }
      @media (max-width: 1015px) {
        .work-packages .container > div .content-out {
          margin-top: 0;
          margin-bottom: 80px; } }
  .work-packages .col.col-2 {
    display: flex; }
    @media (max-width: 1015px) {
      .work-packages .col.col-2 {
        flex-flow: column; } }
    @media (max-width: 1279px) {
      .work-packages .col.col-2 > div {
        width: 50%; } }
    @media (max-width: 1015px) {
      .work-packages .col.col-2 > div {
        width: 100%; } }
    .work-packages .col.col-2 > div:first-of-type {
      margin-right: 150px; }
      @media (max-width: 1660px) {
        .work-packages .col.col-2 > div:first-of-type {
          margin-right: 90px; } }
      @media (max-width: 1279px) {
        .work-packages .col.col-2 > div:first-of-type {
          margin-right: 55px; } }
      @media (max-width: 1015px) {
        .work-packages .col.col-2 > div:first-of-type {
          margin-right: 0; } }
    @media (max-width: 1015px) {
      .work-packages .col.col-2 > div:last-of-type {
        margin-top: 50px; } }
    @media (max-width: 1279px) {
      .work-packages .col.col-2 > div:last-of-type img {
        max-width: 100%; } }
  .work-packages .col p {
    line-height: 44px; }
    @media (max-width: 765px) {
      .work-packages .col p {
        line-height: 30px; } }
    .work-packages .col p:first-of-type {
      margin-top: 0px; }
    .work-packages .col p:last-of-type {
      margin-bottom: 0; }

.frontpage-news {
  margin-top: 163px; }
  @media (max-width: 1660px) {
    .frontpage-news {
      margin-top: 100px; } }
  @media (max-width: 1279px) {
    .frontpage-news {
      margin-top: 40px; } }
  @media (max-width: 1015px) {
    .frontpage-news .container {
      max-width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 1660px) {
    .frontpage-news h1 {
      margin-left: 35px; } }
  @media (max-width: 765px) {
    .frontpage-news h1 {
      margin-left: 30px; } }
  .frontpage-news .flex-container {
    display: flex;
    background-color: rgba(7, 81, 125, 0.7);
    padding: 82px 90px 82px 90px;
    margin-top: -42px;
    margin-left: -90px;
    margin-right: -90px; }
    @media (max-width: 1660px) {
      .frontpage-news .flex-container {
        margin-left: -60px;
        margin-right: -60px;
        padding: 82px 60px 82px 60px; } }
    @media (max-width: 1439px) {
      .frontpage-news .flex-container {
        margin-left: -35px;
        margin-right: -35px;
        padding: 82px 34px 82px 35px; } }
    @media (max-width: 1015px) {
      .frontpage-news .flex-container {
        flex-flow: column;
        margin-left: 0;
        margin-right: 0;
        padding: 82px 60px 70px 60px; } }
    @media (max-width: 765px) {
      .frontpage-news .flex-container {
        padding: 82px 30px 70px 30px; } }
    .frontpage-news .flex-container > div {
      width: 32%;
      padding: 20px 75px 20px 30px;
      border-right: 1px solid #55cdcd4d; }
      .frontpage-news .flex-container > div:first-of-type {
        padding-left: 0; }
      .frontpage-news .flex-container > div:last-of-type {
        border: none;
        padding-right: 0; }
        @media (max-width: 1015px) {
          .frontpage-news .flex-container > div:last-of-type {
            padding-right: 35px; } }
      @media (max-width: 1015px) {
        .frontpage-news .flex-container > div {
          width: 100%;
          border-right: none;
          padding-right: 35px;
          padding-left: 0;
          border-bottom: 1px solid #55cdcd4d; } }
  .frontpage-news h2 {
    position: relative;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px; }
    .frontpage-news h2 a {
      color: #fff;
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear; }
      .frontpage-news h2 a:hover {
        color: #55cdcd; }
    .frontpage-news h2:hover:after {
      right: -25px; }
    .frontpage-news h2:after {
      content: '';
      display: block;
      position: absolute;
      right: -20px;
      bottom: 5px;
      width: 14px;
      height: 14px;
      background-image: url("../img/arrow-right.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear; }
  .frontpage-news .date {
    margin-top: 10px;
    font-size: 16px;
    color: #fff; }
    .frontpage-news .date:before {
      content: '';
      width: 15px;
      height: 16px;
      display: inline-block;
      background-image: url("../img/date.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .frontpage-news .date span {
      display: inline-block;
      margin-left: 22px; }

.attachments {
  margin-top: 100px; }
  @media (max-width: 765px) {
    .attachments {
      margin-top: 65px; } }
  .attachments h2 {
    font-size: 32px; }
  .attachments .wrap {
    margin-top: 40px; }
  .attachments .row {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #55cdcd;
    justify-content: space-between;
    cursor: pointer; }
    .attachments .row:last-of-type {
      border-bottom: 1px solid #55cdcd; }
    .attachments .row:hover .attch-name a {
      opacity: 0.5;
      color: #55cdcd; }
    .attachments .row .col.attch-name {
      width: 60%;
      font-weight: bold; }
      @media (max-width: 765px) {
        .attachments .row .col.attch-name {
          width: 40%;
          word-break: break-word; } }
      .attachments .row .col.attch-name a {
        opacity: 1;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear; }
        @media (max-width: 765px) {
          .attachments .row .col.attch-name a {
            font-size: 16px; } }
    .attachments .row .col.file-size {
      font-size: 18px; }
      @media (max-width: 765px) {
        .attachments .row .col.file-size {
          font-size: 16px; } }
    .attachments .row .col.file-url {
      position: relative;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .attachments .row .col.file-url a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-indent: -99999px;
        cursor: pointer; }
      .attachments .row .col.file-url:after {
        content: '';
        position: relative;
        top: 0;
        display: block;
        width: 51px;
        height: 51px;
        transform: rotate(90deg);
        border-radius: 50%;
        background-color: #55cdcd;
        background-image: url("../img/arrow-right-white.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 30%;
        -webkit-transition: top 0.1s linear;
        -moz-transition: top 0.1s linear;
        -ms-transition: top 0.1s linear;
        -o-transition: top 0.1s linear;
        transition: top 0.1s linear; }
      .attachments .row .col.file-url .text-label {
        position: relative;
        top: 0;
        -webkit-transition: top 0.1s linear;
        -moz-transition: top 0.1s linear;
        -ms-transition: top 0.1s linear;
        -o-transition: top 0.1s linear;
        transition: top 0.1s linear; }
        @media (max-width: 1015px) {
          .attachments .row .col.file-url .text-label {
            display: none; } }
      .attachments .row .col.file-url:hover .download, .attachments .row .col.file-url.hover .download {
        color: #55cdcd; }
        .attachments .row .col.file-url:hover .download:before, .attachments .row .col.file-url.hover .download:before {
          top: 3px; }
      .attachments .row .col.file-url:hover:after, .attachments .row .col.file-url.hover:after {
        top: 3px; }
      .attachments .row .col.file-url:hover .text-label, .attachments .row .col.file-url.hover .text-label {
        top: 3px; }
    .attachments .row .col .download {
      display: flex;
      align-items: center;
      margin-right: 100px;
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear; }
      @media (max-width: 1015px) {
        .attachments .row .col .download {
          margin-right: 0; } }
      .attachments .row .col .download span {
        display: inline-block;
        vertical-align: top;
        font-size: 18px; }
      .attachments .row .col .download:before {
        content: '';
        width: 18px;
        height: 22px;
        display: inline-block;
        position: relative;
        top: 0;
        margin-right: 20px;
        vertical-align: top;
        background-image: url("../img/dl.png");
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: top 0.1s linear;
        -moz-transition: top 0.1s linear;
        -ms-transition: top 0.1s linear;
        -o-transition: top 0.1s linear;
        transition: top 0.1s linear; }

.news {
  margin-top: 70px; }
  .news .container > div {
    position: relative;
    border-top: 1px solid #cccccc;
    padding: 30px 0; }
    .news .container > div:last-of-type {
      border-bottom: 1px solid #cccccc; }
    .news .container > div h2 {
      font-size: 24px;
      font-family: "Raleway", sans-serif;
      font-weight: bold;
      padding-right: 100px;
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear; }
    .news .container > div:hover h2 {
      color: #55cdcd; }
    .news .container > div:hover:after {
      top: 33px; }
    .news .container > div a {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      text-indent: -99999px; }
    .news .container > div:after {
      content: '';
      display: block;
      position: absolute;
      top: 28px;
      right: 0;
      width: 51px;
      height: 51px;
      border-radius: 50%;
      background-color: #55cdcd;
      background-image: url("../img/arrow-right-white.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30%;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    .news .container > div .date {
      font-size: 16px;
      margin-top: 10px; }
      .news .container > div .date:before {
        content: '';
        width: 15px;
        height: 16px;
        display: inline-block;
        background-image: url("../img/date.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
      .news .container > div .date span {
        display: inline-block;
        margin-left: 22px;
        vertical-align: top; }

.single-news .top {
  position: relative;
  padding-left: 70px; }
  @media (max-width: 765px) {
    .single-news .top {
      padding-left: 0; } }
  .single-news .top h1 {
    margin-top: 20px;
    margin-left: 0; }
  .single-news .top .back-link {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background-color: #55cdcd;
    background-image: url("../img/arrow-left.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    -webkit-transition: left 0.1s linear;
    -moz-transition: left 0.1s linear;
    -ms-transition: left 0.1s linear;
    -o-transition: left 0.1s linear;
    transition: left 0.1s linear; }
    .single-news .top .back-link:hover {
      left: -3px; }
    @media (max-width: 765px) {
      .single-news .top .back-link {
        position: static; } }
  .single-news .top .date {
    font-size: 16px;
    margin-top: 10px; }
    @media (max-width: 765px) {
      .single-news .top .date {
        margin-top: 15px; } }
    .single-news .top .date:before {
      content: '';
      width: 15px;
      height: 16px;
      display: inline-block;
      background-image: url("../img/date.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .single-news .top .date span {
      display: inline-block;
      margin-left: 22px;
      vertical-align: top; }

.single-news .entry {
  margin-top: 75px; }
  @media (max-width: 765px) {
    .single-news .entry {
      margin-top: 40px; } }
  .single-news .entry p {
    line-height: 48px; }
    @media (max-width: 765px) {
      .single-news .entry p {
        line-height: 30px; } }
    .single-news .entry p:first-of-type {
      margin-top: 0; }
    .single-news .entry p:last-of-type {
      margin-bottom: 0; }

.paragraph-links {
  margin-top: 57px; }
  .paragraph-links h2 {
    font-size: 32px; }
  .paragraph-links [data-content] {
    display: none;
    visibility: hidden; }
  .paragraph-links .row {
    margin-top: 65px; }
    .paragraph-links .row:first-of-type {
      margin-top: 0; }
    .paragraph-links .row h3 {
      font-family: "Raleway", sans-serif;
      font-weight: 300;
      padding-left: 75px;
      font-size: 24px;
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear; }
      @media (max-width: 765px) {
        .paragraph-links .row h3 {
          font-size: 18px;
          line-height: 21px; } }
    .paragraph-links .row > div {
      margin-top: 30px; }
      .paragraph-links .row > div > div {
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer;
        min-height: 51px;
        margin-top: 10px; }
        .paragraph-links .row > div > div:first-of-type {
          margin-top: 0; }
        .paragraph-links .row > div > div:hover h3 {
          color: #55cdcd; }
        .paragraph-links .row > div > div:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          width: 51px;
          height: 51px;
          border-radius: 50%;
          background-color: #55cdcd;
          transform: rotate(180deg);
          background-image: url("../img/arrow-left.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 30%;
          -webkit-transition: left 0.1s linear;
          -moz-transition: left 0.1s linear;
          -ms-transition: left 0.1s linear;
          -o-transition: left 0.1s linear;
          transition: left 0.1s linear; }
        .paragraph-links .row > div > div:hover:before {
          left: 3px; }
  .paragraph-links .canvas {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -30px;
    bottom: 0;
    right: 0;
    background-color: #e5ebf3;
    padding: 100px 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .paragraph-links .canvas.open {
      opacity: 1;
      visibility: visible;
      z-index: 1;
      overflow-y: scroll;
      left: 0; }
    .paragraph-links .canvas .container {
      position: relative; }
      .paragraph-links .canvas .container #close {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 300;
        cursor: pointer;
        -webkit-transition: top 0.1s linear;
        -moz-transition: top 0.1s linear;
        -ms-transition: top 0.1s linear;
        -o-transition: top 0.1s linear;
        transition: top 0.1s linear; }
        @media (max-width: 765px) {
          .paragraph-links .canvas .container #close {
            top: -70px; } }
        .paragraph-links .canvas .container #close > span {
          position: relative;
          left: 0;
          -webkit-transition: left 0.1s linear;
          -moz-transition: left 0.1s linear;
          -ms-transition: left 0.1s linear;
          -o-transition: left 0.1s linear;
          transition: left 0.1s linear; }
        .paragraph-links .canvas .container #close:hover > span {
          left: -5px; }
        .paragraph-links .canvas .container #close:hover:after {
          opacity: 0.6; }
        .paragraph-links .canvas .container #close:after {
          content: '';
          display: block;
          width: 51px;
          height: 51px;
          border-radius: 50%;
          margin-left: 30px;
          background-color: #55cdcd;
          background-image: url("../img/close.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 30%;
          -webkit-transition: opacity 0.1s linear;
          -moz-transition: opacity 0.1s linear;
          -ms-transition: opacity 0.1s linear;
          -o-transition: opacity 0.1s linear;
          transition: opacity 0.1s linear; }
      .paragraph-links .canvas .container .top {
        padding-right: 175px; }
        @media (max-width: 765px) {
          .paragraph-links .canvas .container .top {
            padding-right: 0; } }
        .paragraph-links .canvas .container .top h2 {
          font-size: 32px; }
        .paragraph-links .canvas .container .top a {
          display: block;
          margin-top: 30px; }
          @media (max-width: 765px) {
            .paragraph-links .canvas .container .top a {
              word-break: break-all; } }
      .paragraph-links .canvas .container .wrap {
        display: flex;
        align-items: flex-start;
        position: relative;
        margin-top: 60px; }
        @media (max-width: 1015px) {
          .paragraph-links .canvas .container .wrap {
            flex-flow: column; } }
        @media (max-width: 765px) {
          .paragraph-links .canvas .container .wrap {
            margin-top: 55px; } }
        .paragraph-links .canvas .container .wrap.no-side .main {
          margin-right: 0; }
        .paragraph-links .canvas .container .wrap.no-side .side {
          display: none; }
      .paragraph-links .canvas .container .main {
        margin-right: 70px; }
        @media (max-width: 1015px) {
          .paragraph-links .canvas .container .main {
            margin-right: 0; } }
        .paragraph-links .canvas .container .main > p:first-of-type {
          margin-top: 0; }
        .paragraph-links .canvas .container .main p {
          line-height: 48px; }
          @media (max-width: 765px) {
            .paragraph-links .canvas .container .main p {
              line-height: 30px; } }
      .paragraph-links .canvas .container .side p {
        font-size: 20px;
        line-height: 24px; }
      .paragraph-links .canvas .container .side.sidebox {
        padding: 65px 60px;
        position: relative;
        top: 15px; }

.general-links {
  margin-top: 57px; }
  .general-links .container .wrap {
    margin-top: 25px; }
    .general-links .container .wrap > div {
      margin-top: 10px; }
      .general-links .container .wrap > div:first-of-type {
        margin-top: 0; }
  .general-links h3 a {
    position: relative;
    min-height: 51px;
    display: inline-flex;
    align-items: center;
    padding-left: 75px;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    color: #333333;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear; }
    @media (max-width: 765px) {
      .general-links h3 a {
        font-size: 22px; } }
    .general-links h3 a:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      width: 51px;
      height: 51px;
      border-radius: 50%;
      background-color: #55cdcd;
      transform: rotate(180deg);
      background-image: url(../img/arrow-left.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30%;
      -webkit-transition: left 0.1s linear;
      -moz-transition: left 0.1s linear;
      -ms-transition: left 0.1s linear;
      -o-transition: left 0.1s linear;
      transition: left 0.1s linear; }
    .general-links h3 a:hover {
      color: #55cdcd; }
      .general-links h3 a:hover:before {
        left: 3px; }

.other-project-links {
  margin-top: 105px; }
  @media (max-width: 765px) {
    .other-project-links {
      margin-top: 75px; } }
  .other-project-links h2 {
    font-size: 32px; }
  .other-project-links h3 {
    width: 75%;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold; }
    .other-project-links h3 a {
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -ms-transition: all 0.1s linear;
      -o-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    @media (max-width: 1015px) {
      .other-project-links h3 {
        padding-right: 30px; } }
    @media (max-width: 765px) {
      .other-project-links h3 {
        width: 100%;
        padding-right: 0; } }
  .other-project-links .dates {
    font-size: 20px;
    font-weight: 300; }
    @media (max-width: 765px) {
      .other-project-links .dates {
        display: block;
        margin-top: 10px; } }
  .other-project-links .wrap {
    margin-top: 30px; }
    @media (max-width: 765px) {
      .other-project-links .wrap {
        margin-top: 15px; } }
    .other-project-links .wrap > div {
      position: relative;
      padding: 25px 0px;
      border-bottom: 1px solid #ccc; }
      .other-project-links .wrap > div > a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        color: #333333; }
      .other-project-links .wrap > div > div {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 765px) {
          .other-project-links .wrap > div > div {
            flex-flow: column; } }
      .other-project-links .wrap > div:hover h3 a {
        color: #55cdcd; }

.extra-text {
  margin-top: 57px; }
  @media (max-width: 765px) {
    .extra-text {
      margin-top: 40px; } }
  .extra-text p {
    margin: 0;
    line-height: 44px; }
    @media (max-width: 765px) {
      .extra-text p {
        line-height: 30px; } }

.bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 988px;
  width: 100%;
  background-image: url("../img/bg_content.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }
  .home .bg {
    min-height: 1160px;
    background-image: url("../img/bg_front.jpg"); }
    @media (max-width: 1015px) {
      .home .bg {
        min-height: 1635px; } }

footer {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 1015px) {
    footer {
      padding-top: 50px;
      padding-bottom: 50px; } }
  footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1015px) {
      footer .container {
        flex-flow: column; } }
    @media (max-width: 1279px) {
      footer .container > div:first-of-type {
        max-width: 340px; } }
    @media (max-width: 1015px) {
      footer .container > div:first-of-type {
        text-align: center; } }
  footer p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    line-height: 20px; }
    footer p a {
      color: #fff; }
    @media (max-width: 1279px) {
      footer p br {
        display: none; } }
  footer .logos {
    height: 150px; }
    @media (max-width: 1015px) {
      footer .logos {
        margin-top: 30px; } }
    @media (max-width: 765px) {
      footer .logos {
        height: auto;
        display: flex;
        align-items: baseline; } }
    @media (max-width: 765px) {
      footer .logos a:first-of-type {
        margin-right: 30px; } }
    footer .logos a:last-of-type img {
      margin-right: 0; }
    footer .logos img {
      max-height: 150px;
      max-width: 100%;
      margin-right: 30px; }
      @media (max-width: 1279px) {
        footer .logos img {
          max-width: 62%; } }
      @media (max-width: 765px) {
        footer .logos img {
          margin-right: 0;
          max-width: 100%; } }
