/* main: base.scss */
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,700,900");
header .navbar .container::after, .page-footer__top::after, .list-news__element::after, .card-box::after, .page-nav::after, .syncing-nav::after, .intro-about__teaser::after {
  content: '';
  display: block;
  clear: both; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, figcaption {
  margin: 0;
  padding: 0; }

html, body {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul {
  list-style: none; }

fieldset, img {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  text-decoration: none;
  color: inherit; }

.clear {
  border: none;
  height: 0;
  display: block; }
  .clear.both {
    clear: both; }
  .clear.left {
    clear: left; }
  .clear.right {
    clear: right; }

/* main:../base.scss */
.top-banner + header .navbar__logo {
  display: none; }

header {
  position: relative;
  /*----------------------------------------------------------------*/ }
  header .navbar {
    width: 100%;
    height: 80px;
    position: relative;
    background-color: white;
    color: #50748a;
    padding-top: 10px;
    box-sizing: border-box;
    /*------------------------------------------------------------*/
    /*------------------------------------------------------------*/
    /*------------------------------------------------------------*/
    /*------------------------------------------------------------*/
    /*------------------------------------------------------------*/ }
    header .navbar .container {
      position: relative; }
    header .navbar__logo {
      height: 60px;
      width: 60px;
      background-image: url("../img/logo.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      float: left;
      display: inline-block; }
    header .navbar__logo a {
      display: block;
      overflow: hidden;
      text-indent: -2000em;
      line-height: 60px; }
    header .navbar__menu {
      display: inline-block;
      text-align: center;
      width: 1025px; }
      header .navbar__menu li {
        display: inline-block;
        position: relative;
        line-height: 60px;
        cursor: pointer; }
      header .navbar__menu li > a {
        font-size: 20px;
        font-weight: 400;
        transition: 0.4s ease-out;
        line-height: 60px;
        display: block; }
      header .navbar__menu li:nth-of-type(n+2) {
        margin-left: 45px; }
      header .navbar__menu li:hover a {
        color: black; }
    header .navbar__submenu {
      height: 60px;
      width: 75px;
      display: inline-block;
      float: right;
      text-align: center;
      padding-top: 5px;
      box-sizing: border-box; }
      header .navbar__submenu li {
        display: block;
        line-height: 25px;
        position: relative; }
      header .navbar__submenu li:last-of-type {
        padding-top: 5px; }
        header .navbar__submenu li:last-of-type::before {
          content: '';
          height: 1px;
          width: 50px;
          position: absolute;
          top: -5px;
          left: 0;
          background-color: #50748a;
          border: none;
          margin: 5px 0; }
      header .navbar__submenu .contact i {
        font-size: 17px;
        line-height: 25px; }
    header .navbar button {
      display: none;
      width: 50px;
      height: 60px;
      float: right;
      font-family: "Material-Design-Iconic-Font", sans-serif;
      font-size: 30px;
      line-height: 50px;
      color: #50748a;
      border: none;
      outline: none;
      background-color: transparent;
      cursor: pointer; }
    header .navbar button i {
      line-height: 60px; }
    @media only screen and (max-width: 1220px) {
      header .navbar__menu {
        width: 825px; }
      header .navbar__menu li:nth-of-type(n+2) {
        margin-left: 35px; } }
    @media only screen and (max-width: 979px) {
      header .navbar__menu {
        width: 630px; }
      header .navbar__menu li a {
        font-size: 16px; }
      header .navbar__menu li:nth-of-type(n+2) {
        margin-left: 25px; }
      header .navbar__submenu {
        width: 50px; } }
    @media only screen and (max-width: 767px) {
      header .navbar {
        height: 60px;
        padding-top: 0; }
        header .navbar button {
          display: inline-block; }
        header .navbar__logo {
          height: 40px;
          width: 40px;
          padding-top: 15px; }
        header .navbar__logo a {
          line-height: 40px; }
        header .navbar__menu {
          display: none; }
        header .navbar__submenu {
          width: 70px; }
        header .navbar__submenu .divider {
          margin: 0 5px;
          width: 2px;
          height: 40px;
          margin-top: 10px;
          box-sizing: border-box;
          display: inline-block; }
        header .navbar__submenu li {
          display: inline-block;
          vertical-align: top;
          line-height: 60px; }
        header .navbar__submenu li i {
          line-height: 60px; }
        header .navbar__menu > li.active > span::before {
          content: '\f106'; }
        header .navbar.active .navbar__menu {
          width: 100%;
          height: auto;
          display: block;
          position: absolute;
          top: 60px;
          right: 0;
          z-index: 12;
          background-color: #eff4f7; }
        header .navbar.active .navbar__menu > li:nth-of-type(n+2) {
          margin-right: 0;
          margin-left: 0; }
        header .navbar.active .navbar__menu > li {
          display: block;
          margin-right: 0;
          margin-left: 0;
          text-align: center;
          line-height: 40px;
          transition: 0.4s ease-out; }
        header .navbar.active .navbar__menu > li:hover {
          background-color: #50748a; }
        header .navbar.active .navbar__menu > li:hover a {
          color: #eff4f7; }
        header .navbar.active button i {
          visibility: hidden; }
        header .navbar.active button i::before {
          content: 'clear';
          visibility: visible;
          position: absolute;
          margin: auto; } }
    @media only screen and (max-width: 700px) {
      header .navbar.active .navbar__menu {
        left: 0;
        right: 0; } }

/* main:../base.scss */
.page-footer {
  position: relative;
  padding-top: 80px;
  /*------------------------------------------------------------*/
  /*------------------------------------------------------------*/ }
  .page-footer__element {
    width: 33%;
    display: inline-block;
    vertical-align: top; }
    .page-footer__element--left {
      text-align: left;
      float: left; }
    .page-footer__element--center {
      text-align: center; }
    .page-footer__element--right {
      text-align: right;
      float: right; }
    .page-footer__element h3 {
      color: #003056;
      font-weight: 700;
      margin-bottom: 30px; }
  .page-footer__credits {
    text-align: center;
    margin-top: 45px;
    padding-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .page-footer__element {
      width: 220px; }
    .page-footer__element--center {
      width: 100%;
      margin-top: 40px; } }
  @media only screen and (max-width: 700px) {
    .page-footer__element {
      width: 100%;
      text-align: center; }
    .page-footer__element:nth-of-type(n+2) {
      margin-top: 40px; } }

/* main:../base.scss */
.categories-list {
  width: 100%;
  position: relative;
  /*------------------------------------------------------------*/ }
  .categories-list__item {
    width: 300px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin-right: -4px;
    /*------------------------------------------------------------*/ }
    .categories-list__item:not(:nth-child(3n-2)) {
      margin-left: 130px; }
    .categories-list__item:first-child figcaption {
      text-align: left;
      padding-right: 7%; }
    .categories-list__item:nth-child(2n) figcaption {
      text-align: center;
      padding: 0 4%; }
    .categories-list__item:last-child figcaption {
      text-align: right;
      padding-left: 7%; }
    .categories-list__item--small {
      width: 180px;
      height: 240px;
      margin-top: 30px; }
    .categories-list__item--small:not(:nth-child(4n-3)) {
      margin-left: 148px; }
  .categories-list__image {
    width: 100%;
    height: 300px;
    position: relative;
    background-color: white;
    border: 2px solid #eff4f7;
    /*------------------------------------------------------------*/ }
    .categories-list__image img {
      width: 160px;
      height: 160px;
      position: absolute;
      display: block;
      margin: auto;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
    .categories-list__image--small {
      height: 180px; }
      .categories-list__image--small img {
        width: 100px;
        height: auto; }
  .categories-list__caption {
    margin-top: 60px;
    /*------------------------------------------------------------*/ }
    .categories-list__caption span {
      font-size: 35px;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 1.2em; }
    .categories-list__caption--small {
      margin-top: 20px; }
    .categories-list__caption--small h3 {
      font-size: 20px;
      text-align: center; }
  .categories-list--two-lines .categories-list__item:nth-child(n+4) {
    margin-top: 90px; }
  .categories-list--two-lines .categories-list__caption h3 {
    text-transform: uppercase;
    text-align: center; }
  @media only screen and (max-width: 1220px) {
    .categories-list__item:not(:nth-child(3n-2)) {
      margin-left: 20px; }
    .categories-list__item--small:nth-child(n+2) {
      margin-left: 79px; } }
  @media only screen and (max-width: 979px) {
    .categories-list {
      /*------------------------------------------------------------*/ }
      .categories-list__item {
        width: 230px; }
      .categories-list__image {
        height: 238px; }
      .categories-list__image img {
        width: 100px;
        height: 100px; }
      .categories-list__caption h3 span {
        font-size: 30px; }
      .categories-list__item--small {
        width: 150px;
        height: 220px; }
      .categories-list__item--small:nth-child(n+2) {
        margin-left: 46px; }
      .categories-list__image--small {
        height: 150px; } }
  @media only screen and (max-width: 767px) {
    .categories-list {
      /*------------------------------------------------------------*/
      /*------------------------------------------------------------*/ }
      .categories-list__item {
        display: block;
        margin: auto; }
      .categories-list__item:not(:nth-child(3n-2)) {
        margin: 20px auto auto; }
      .categories-list__item figcaption {
        margin-top: 20px; }
      .categories-list__item:first-child figcaption,
      .categories-list__item:last-child figcaption {
        text-align: center; }
      .categories-list--small {
        width: 340px;
        margin: 30px auto; }
      .categories-list__item--small {
        display: inline-block; }
      .categories-list__item--small:not(:nth-child(3n-2)) {
        margin-top: 0; }
      .categories-list__item--small:nth-child(n+2) {
        margin-left: 0; }
      .categories-list__item--small:nth-child(2n+2) {
        margin-left: 30px; }
      .categories-list__item--small:nth-child(n+3) {
        margin-top: 20px; }
      .categories-list--two-lines > .categories-list__item {
        display: inline-block;
        margin-right: -4px; }
      .categories-list--two-lines > .categories-list__item:not(:nth-child(3n-2)) {
        margin-top: 0;
        margin-left: 0; }
      .categories-list--two-lines > .categories-list__item:nth-child(n+3) {
        margin-top: 50px; } }
  @media only screen and (max-width: 700px) {
    .categories-list {
      /*------------------------------------------------------------*/ }
      .categories-list .categories-list__item:nth-child(n+2) {
        margin-top: 50px; }
      .categories-list--small {
        width: 280px; }
      .categories-list__item--small {
        height: 190px;
        display: block; }
      .categories-list__item--small:nth-child(n+2) {
        margin: 20px auto; } }

.strategy-list {
  /*------------------------------------------------------------*/ }
  .strategy-list__element {
    width: 260px;
    height: 340px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top; }
    .strategy-list__element:hover .strategy-list__image::after {
      opacity: .3; }
    .strategy-list__element:nth-child(n+2) {
      margin-left: 35px; }
  .strategy-list__content h3 {
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    padding: 0 5%; }
  .strategy-list__image {
    width: 100%;
    height: 250px;
    border: 5px solid white;
    box-sizing: border-box;
    position: relative; }
    .strategy-list__image::after {
      width: 100%;
      height: 100%;
      content: '';
      background-color: #50748a;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      transition: opacity .5s; }
  @media only screen and (max-width: 1220px) {
    .strategy-list__element {
      width: 220px; }
    .strategy-list__element:nth-child(n+2) {
      margin-left: 20px; }
    .strategy-list__image {
      height: 220px; } }
  @media only screen and (max-width: 979px) {
    .strategy-list {
      width: 450px;
      margin: 0 auto; }
      .strategy-list__element:nth-child(n+2) {
        margin-left: 0; } }
  @media only screen and (max-width: 979px) {
    .strategy-list {
      width: 220px; }
      .strategy-list__element {
        height: 310px;
        display: block; }
      .strategy-list__element:nth-child(n+2) {
        margin-top: 20px; } }

.programs-list {
  width: 100%;
  /*------------------------------------------------------------*/ }
  .programs-list__element {
    width: 170px;
    height: 170px;
    position: relative;
    display: inline-block;
    border: 2px solid #eff4f7;
    box-sizing: border-box; }
    .programs-list__element:nth-child(6n+2), .programs-list__element:nth-child(6n+3), .programs-list__element:nth-child(6n+4), .programs-list__element:nth-child(6n+5), .programs-list__element:nth-child(6n+6) {
      margin-left: 23px; }
    .programs-list__element:nth-child(n+7) {
      margin-top: 24px; }
  .programs-list__image {
    width: 80%;
    height: 80%;
    position: absolute;
    margin: auto; }
    .programs-list__image.image {
      background-size: contain; }
  @media only screen and (max-width: 1220px) {
    .programs-list__element:nth-child(6n+2), .programs-list__element:nth-child(6n+3), .programs-list__element:nth-child(6n+4), .programs-list__element:nth-child(6n+5), .programs-list__element:nth-child(6n+6) {
      margin-left: 0; }
    .programs-list__element:nth-child(5n+2), .programs-list__element:nth-child(5n+3), .programs-list__element:nth-child(5n+4), .programs-list__element:nth-child(5n+5) {
      margin-left: 23px; } }
  @media only screen and (max-width: 979px) {
    .programs-list__element:nth-child(6n+2), .programs-list__element:nth-child(6n+3), .programs-list__element:nth-child(6n+4), .programs-list__element:nth-child(6n+5), .programs-list__element:nth-child(6n+6) {
      margin-left: 0; }
    .programs-list__element:nth-child(4n+2), .programs-list__element:nth-child(4n+3), .programs-list__element:nth-child(4n+4) {
      margin-left: 15px; }
    .programs-list__element:nth-child(n+5) {
      margin-top: 15px; } }
  @media only screen and (max-width: 767px) {
    .programs-list__element {
      width: 170px;
      height: 170px !important;
      outline: none;
      margin-right: -4px; }
    .programs-list__element:nth-child(4n+2), .programs-list__element:nth-child(4n+3), .programs-list__element:nth-child(4n+4) {
      margin-left: 0; }
    .programs-list__element:nth-child(n+5) {
      margin-top: 0; }
    .programs-list__element:nth-child(2n+2) {
      margin-left: 0; }
    .programs-list__element:nth-child(n+3) {
      margin-top: 0; } }

.list-news {
  /*------------------------------------------------------------*/ }
  .list-news--slider {
    width: initial;
    margin: initial; }
    .list-news--slider .list-news__element {
      width: 705px;
      padding: 40px;
      box-sizing: border-box;
      opacity: 1;
      transition: opacity .5s; }
      .list-news--slider .list-news__element:hover {
        opacity: .7; }
  .list-news__element {
    width: 100%;
    height: 305px;
    background-color: #eff4f7;
    color: #003056;
    border: 10px solid white;
    text-align: center;
    max-height: 280px;
    overflow: hidden;
    box-shadow: 0 8px 60px 9px #c9d5dc;
    outline: none;
    margin: 40px 60px 40px 0;
    box-sizing: border-box; }
    .list-news__element p {
      max-height: 90px;
      overflow: hidden; }
  .list-news__image {
    height: 100%;
    width: 305px;
    display: block;
    float: left; }
  .list-news__content {
    width: 830px;
    display: block;
    float: left;
    padding: 10px 40px;
    box-sizing: border-box; }
  .list-news__date {
    text-transform: uppercase;
    margin-bottom: 20px; }
  .list-news__title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    max-height: 45px;
    overflow: hidden; }
  @media only screen and (max-width: 1220px) {
    .list-news__content {
      width: 630px; } }
  @media only screen and (max-width: 979px) {
    .list-news__content {
      width: 410px;
      padding: 10px; } }
  @media only screen and (max-width: 767px) {
    .list-news--slider .list-news__element {
      width: 450px; }
    .list-news__image {
      display: none; }
    .list-news__content {
      width: 100%;
      float: none;
      padding: 20px 10px; } }
  @media only screen and (max-width: 700px) {
    .list-news--slider .list-news__element {
      width: 280px;
      margin: 40px 30px 40px 0; }
    .list-news__title {
      margin-bottom: 20px; } }

.areas-list {
  width: 100%; }
  .areas-list__element {
    width: 100%;
    position: relative;
    cursor: pointer; }
  .areas-list__element.active .areas-list__content {
    display: block; }
  .areas-list__element:nth-child(n+2) {
    margin-top: 60px; }
  .areas-list__header {
    width: 100%;
    height: 250px;
    display: table;
    background-color: #50748a;
    transition: 0.4s ease-out;
    position: relative; }
  .areas-list__header:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .areas-list__header:hover {
    background-color: white; }
    .areas-list__header:hover .areas-list__image {
      opacity: 0.3; }
    .areas-list__header:hover,
    .areas-list__header:hover .areas-list__cell h2,
    .areas-list__header:hover .areas-list__cell i {
      color: #50748a; }
  .areas-list__image {
    width: 100%;
    position: absolute;
    opacity: 0.7; }
  .areas-list__cell {
    width: 100%;
    max-height: 230px;
    position: relative;
    padding: 60px;
    box-sizing: border-box;
    overflow-x: hidden;
    text-align: center;
    display: inline-block;
    vertical-align: middle; }
  .areas-list__cell h2 {
    color: white; }
  .areas-list__cell .icon-arrow {
    color: white;
    font-size: 45px !important;
    position: absolute;
    bottom: 60px;
    margin: auto;
    height: 45px;
    width: 40px; }
  .areas-list__content {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    background-color: white;
    margin-top: 15px;
    padding: 40px;
    box-sizing: border-box; }

.funds-list {
  margin-top: 60px;
  /*------------------------------------------------------------*/ }
  .funds-list__element {
    width: 300px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
  .funds-list__element:nth-child(n+2) {
    margin-left: 126px; }
  .funds-list__element:hover .funds-list__image {
    opacity: 0.7; }
  .funds-list__element.active .funds-list__description {
    opacity: 1; }
  .funds-list__element figure {
    background-color: #50748a; }
  .funds-list__image {
    width: 300px;
    height: 300px;
    transition: 0.4s ease-out; }
  .funds-list__caption {
    padding-top: 40px;
    background-color: white;
    text-align: center; }
  .funds-list__description {
    opacity: 0;
    margin-top: 15px;
    transition: 0.4s ease-out; }
  @media only screen and (max-width: 1220px) {
    .funds-list__element:nth-child(n+2) {
      margin-left: 26px; } }
  @media only screen and (max-width: 979px) {
    .funds-list__element {
      width: 220px; }
    .funds-list__image {
      width: 220px;
      height: 220px; } }
  @media only screen and (max-width: 979px) {
    .funds-list {
      width: 280px;
      margin: 40px auto; }
      .funds-list__element {
        width: 280px; }
      .funds-list__element:nth-child(n+2) {
        margin-left: inherit;
        margin-top: 20px; }
      .funds-list__image {
        width: 280px;
        height: 280px; } }

.funds-programs-list {
  /*------------------------------------------------------------*/ }
  .funds-programs-list__element {
    width: 100%;
    position: relative; }
  .funds-programs-list__element:nth-child(n+2) {
    margin-top: 100px; }
  .funds-programs-list__image {
    width: 180px;
    height: 180px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    background-color: white; }
  .funds-programs-list__image img {
    width: 160px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
  .funds-programs-list__content {
    position: relative;
    width: 75%;
    height: 180px;
    vertical-align: top;
    text-align: justify;
    margin-left: 30px;
    display: inline-block; }
  .funds-programs-list__content h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px; }
  .funds-programs-list__btn {
    float: right;
    color: #50748a; }
  .funds-programs-list__btn span {
    font-weight: 400; }
  .funds-programs-list .active {
    height: inherit; }
  .funds-programs-list .active p {
    height: inherit; }
  .funds-programs-list .active .link::before {
    content: 'Fechar'; }
  .funds-programs-list .active .link span {
    display: none; }
  @media only screen and (max-width: 979px) {
    .funds-programs-list__content {
      width: 520px; } }
  @media only screen and (max-width: 767px) {
    .funds-programs-list__content {
      width: 260px;
      margin-left: 10px; } }
  @media only screen and (max-width: 700px) {
    .funds-programs-list__image {
      width: 280px;
      margin: 0 auto;
      display: block; }
    .funds-programs-list__content {
      width: 100%;
      margin-left: 0;
      display: block;
      margin-top: 20px; } }

.profile-photo {
  width: 260px;
  height: 260px !important;
  position: relative;
  float: left;
  display: block;
  cursor: pointer;
  margin-left: 30px;
  outline: none; }
  .profile-photo::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #50748a;
    opacity: 0.7;
    position: absolute; }
  .profile-photo:hover::before {
    display: none; }

.slick-center::before {
  opacity: 0; }

.card-box {
  position: relative;
  width: 1080px;
  background-color: #eff4f7;
  color: #50748a;
  border: 10px solid white;
  box-shadow: 0 8px 60px 9px #c9d5dc;
  outline: none;
  margin: 40px;
  padding: 20px;
  box-sizing: border-box;
  /*------------------------------------------------------------*/ }
  .card-box__name {
    display: block;
    float: left;
    width: 30%; }
  .card-box__name h3 {
    text-transform: uppercase; }
  .card-box__description {
    display: block;
    float: left;
    width: 70%; }
  .card-box__description p span {
    text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .card-box__name {
      float: none;
      width: 100%; }
    .card-box__description {
      float: none;
      width: 100%;
      margin-top: 20px; } }

/* main:../base.scss */
.newsletter {
  /*------------------------------------------------------------*/ }
  .newsletter input {
    width: 310px;
    height: 60px;
    border: 5px solid #eff4f7;
    background-color: white;
    box-sizing: border-box;
    padding: 0 2% 0;
    outline: none;
    vertical-align: top; }
  .newsletter__btn {
    height: 60px;
    width: 60px;
    background-color: transparent;
    border: 5px solid #eff4f7;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: top; }
  .newsletter__btn:hover {
    background-color: #eff4f7; }
  @media only screen and (max-width: 1220px) {
    .newsletter input {
      width: 250px; } }
  @media only screen and (max-width: 979px) {
    .newsletter input {
      width: 190px; }
    .newsletter__btn {
      width: 50px; } }
  @media only screen and (max-width: 767px) {
    .newsletter input {
      width: 390px; }
    .newsletter__btn {
      width: 60px; } }
  @media only screen and (max-width: 700px) {
    .newsletter input {
      width: 210px; } }

.contacts {
  background-color: #eff4f7;
  color: #003056;
  border: 10px solid white;
  box-shadow: 0px 8px 60px 9px #c9d5dc;
  margin: 40px 0;
  box-sizing: border-box;
  padding: 40px;
  /*------------------------------------------------------------*/ }
  .contacts input, .contacts textarea {
    width: 47.5%;
    height: 50px;
    line-height: 50px;
    background-color: white;
    color: #003056;
    padding: 0 20px;
    box-sizing: border-box;
    outline: none;
    font-family: "Catamaran", sans-serif;
    font-size: 16px;
    resize: none;
    margin-bottom: 25px;
    border: none; }
    .contacts input::-webkit-input-placeholder, .contacts textarea::-webkit-input-placeholder {
      color: #003056; }
    .contacts input:-moz-placeholder, .contacts textarea:-moz-placeholder {
      color: #003056; }
    .contacts input::-moz-placeholder, .contacts textarea::-moz-placeholder {
      color: #003056; }
    .contacts input:-ms-input-placeholder, .contacts textarea:-ms-input-placeholder {
      color: #003056; }
  .contacts input:not(:nth-child(2n-2)) {
    margin-left: 4.5%; }
  .contacts textarea {
    height: 100px;
    width: 100%; }
  @media only screen and (max-width: 979px) {
    .contacts input:not(:nth-child(2n-2)) {
      margin-left: 4%; } }
  @media only screen and (max-width: 767px) {
    .contacts input {
      width: 100%; }
    .contacts input:not(:nth-child(2n-2)) {
      margin-left: 0; } }

body {
  font-family: "Catamaran", sans-serif;
  color: #50748a;
  background-color: white; }

.container {
  width: 1160px;
  margin: auto; }

/**
 *	Editable content
 */
.editable * {
  max-width: 100% !important;
  line-height: inherit !important;
  font-family: inherit !important;
  word-break: break-word !important; }

.editable p {
  margin: 0 0 1em 0 !important; }

.editable ul,
.editable ol {
  padding-left: 20px; }

.editable ul {
  list-style-type: disc; }

.editable ol {
  list-style-type: decimal; }

.editable p + h4 {
  margin-top: 1.5em; }

.editable img {
  max-width: 100% !important;
  height: auto !important;
  margin: 2.5em auto !important;
  display: block !important; }

.editable iframe {
  width: 100%;
  height: 600px;
  margin-top: 90px;
  /*------------------------------------------------------------*/ }
  @media only screen and (max-width: 767px) {
    .editable iframe {
      height: 300px;
      margin-top: 50px; } }
  @media only screen and (max-width: 700px) {
    .editable iframe {
      height: 200px; } }

a {
  outline: none; }

/**
 * Op results
 */
.op_result {
  margin-bottom: 1.5em; }

/**
 * Forms
 */
input, button {
  outline: none; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .section {
      padding: 50px 0 60px; } }

.bg-grey {
  background-color: #eff4f7; }

.to-left {
  float: left; }

.to-right {
  float: right; }

.image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

h2 {
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 25px;
      line-height: 1.1em; } }

h3 {
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.06em; }

h4 {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700; }

p {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400; }

.link {
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: underline;
  color: #50748a;
  transition: 0.4s ease-out;
  cursor: pointer; }
  .link:hover {
    color: #003056; }

span {
  font-weight: 700; }

.btn {
  width: auto;
  height: 50px;
  display: block;
  margin: 0 auto;
  border: none;
  text-align: center;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease-out;
  text-decoration: underline;
  font-size: 20px;
  line-height: 50px;
  color: #50748a;
  font-family: "Catamaran", sans-serif;
  letter-spacing: 0.06em; }
  .btn:hover {
    color: #003056; }

.section__header--top {
  width: 280px;
  height: 60px;
  display: block;
  position: absolute;
  margin: 0 auto;
  top: -35px;
  left: 0;
  right: 0;
  background-color: white;
  border: 4px solid #eff4f7;
  text-align: center;
  transition: 0.4s ease-out; }
  .section__header--top .heading {
    line-height: 60px; }
  .section__header--top .heading a {
    display: block;
    line-height: 60px;
    width: 100%; }
  .section__header--top:hover {
    background-color: #eff4f7; }

.top-banner {
  /*------------------------------------------------------------*/ }
  .top-banner__content {
    width: 100%;
    height: 450px;
    position: relative;
    background-color: #50748a; }
  .top-banner__img {
    position: absolute;
    width: 100%;
    opacity: .3; }
  .top-banner__cell {
    width: 500px;
    height: 220px;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    color: white; }
    .top-banner__cell img {
      width: 500px;
      height: 220px; }
  @media only screen and (max-width: 767px) {
    .top-banner__cell {
      width: 280px;
      height: 120px; }
    .top-banner img {
      width: 280px;
      height: auto; } }

.intro {
  display: table;
  /*------------------------------------------------------------*/ }
  .intro__article {
    width: 50%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    padding-right: 5%; }
  .intro__header {
    margin-bottom: 20px; }
  .intro__image {
    width: 50%;
    display: table-cell; }
  .intro__image .image {
    width: 100%;
    height: 480px; }
  @media only screen and (max-width: 979px) {
    .intro__image {
      width: 400px; }
    .intro__image .image {
      width: 400px;
      height: 400px; } }
  @media only screen and (max-width: 767px) {
    .intro__article {
      width: 100%;
      display: block;
      padding-right: 0; }
    .intro__image {
      width: 100%;
      display: block;
      margin-top: 30px; }
    .intro__image .image {
      width: 100%; } }
  @media only screen and (max-width: 700px) {
    .intro__image .image {
      height: 280px; } }

.banner {
  width: 100%;
  height: 350px;
  position: relative;
  background-color: #50748a;
  /*------------------------------------------------------------*/ }
  .banner__content {
    width: 100%;
    height: 100%;
    display: table; }
  .banner__img {
    opacity: .2;
    position: absolute; }
  .banner__cell {
    width: 500px;
    position: relative;
    color: white;
    padding-right: 10%;
    padding-left: 10%;
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    .banner__cell h3 {
      max-height: 50px;
      overflow: hidden;
      margin-bottom: 10px; }
    .banner__cell h2 {
      max-height: 140px;
      overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .banner {
      height: 270px; }
      .banner h3 {
        max-height: 70px;
        overflow: hidden;
        margin-bottom: 0; }
      .banner h2 {
        max-height: 130px;
        overflow: hidden; } }

.page-nav {
  display: block;
  line-height: 25px;
  width: 700px;
  margin: 40px auto 0; }
  .page-nav__element {
    width: 33.33%;
    float: left;
    display: block;
    line-height: 25px; }
  .page-nav .to-right {
    text-align: right; }
  .page-nav .link {
    text-align: center; }
  @media only screen and (max-width: 767px) {
    .page-nav {
      width: 90%; } }

.syncing-nav {
  position: absolute;
  bottom: 0;
  display: block;
  line-height: 25px;
  width: 80%;
  margin: 20px auto 0; }
  .syncing-nav__element {
    width: 50%;
    float: left;
    display: block;
    line-height: 25px; }
  .syncing-nav .to-right {
    text-align: right; }
  @media only screen and (max-width: 767px) {
    .syncing-nav {
      width: 90%; } }

.icon-arrow {
  color: #50748a;
  font-size: 30px !important;
  cursor: pointer;
  transition: 0.4s ease-out; }
  .icon-arrow:hover {
    color: #003056; }

.intro-about {
  /*------------------------------------------------------------*/ }
  .intro-about__teaser {
    width: 80%;
    margin: 0 auto 60px; }
  .intro-about__teaser .image {
    width: 180px;
    height: 180px;
    display: inline-block;
    position: relative;
    border: 2px solid #eff4f7; }
  .intro-about__article {
    width: 70%;
    display: inline-block;
    padding-top: 30px;
    margin-left: 5%; }
  .intro-about__article h3 {
    margin-bottom: 20px; }
  .intro-about p {
    text-align: center; }
  @media only screen and (max-width: 979px) {
    .intro-about__article {
      width: 60%; } }
  @media only screen and (max-width: 767px) {
    .intro-about__teaser {
      width: 100%; }
    .intro-about__teaser .image {
      width: 280px;
      height: 280px;
      display: block;
      margin: 0 auto;
      float: none; }
    .intro-about__article {
      width: 100%;
      display: block;
      margin-left: 0; } }

.funds-intro {
  text-align: center;
  padding-top: 70px; }

.article-detail {
  /*------------------------------------------------------------*/ }
  .article-detail__date {
    margin-bottom: 40px;
    text-transform: uppercase; }
  .article-detail__content {
    color: #003056; }
  .article-detail__image {
    width: 50%;
    height: 400px;
    position: relative;
    margin: 40px auto; }
  @media only screen and (max-width: 767px) {
    .article-detail__image {
      width: 100%;
      height: 300px; } }

/**
 * Messages in the forms
 */
.message {
  padding: 12px 15px;
  border-width: 1px;
  border-style: solid; }
  .message span {
    display: block; }
  .message--info {
    border-color: #035292; }
  .message--info b {
    color: #035292; }
  .message--success {
    border-color: #0aa412; }
  .message--success b {
    color: #0aa412; }
  .message--error {
    border-color: #de033a; }
  .message--error b {
    color: #de033a; }
  .message--warn {
    border-color: #fd8300; }
  .message--warn b {
    color: #fd8300; }

/*
* MEDIA QUERIES
*/
@media only screen and (max-width: 1220px) {
  .container {
    width: 960px; } }

@media only screen and (max-width: 979px) {
  .container {
    width: 740px; } }

@media only screen and (max-width: 767px) {
  .container {
    width: 460px; } }

@media only screen and (max-width: 700px) {
  .container {
    width: 280px; } }

/*# sourceMappingURL=base.css.map */
