/**
 * Variables
 * ------------------------------------------------------------------------------------------------------------------ */
/**
 * Mixins
 * ------------------------------------------------------------------------------------------------------------------ */
img {
  height: auto;
  max-width: 100%; }

.icon-link-contact {
  display: inline-block; }

.ic-email {
  height: 25px;
  width: 19px;
  margin-right: 10px;
  display: inline-block;
  background: url("../images/ic-mail.png") no-repeat center center; }

.ic-linkedin {
  height: 25px;
  width: 19px;
  margin-right: 10px;
  display: inline-block;
  background: url("../images/ic-linkedin.png") no-repeat center center; }

.contact-line {
  display: block;
  line-height: 20px; }

.contact-methods {
  margin: 10px 0; }

.contact-header {
  margin-bottom: 2px; }

.height-full {
  height: 100%; }

.z-100 {
  position: relative;
  z-index: 100; }

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 768px) {
  .row-md-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
@media (min-width: 992px) {
  .row-lg-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
@media (max-width: 575px) {
  .hide-sm,
  .hide-sm-down {
    display: none; } }
@media (min-width: 576px) {
  .hide-sm-up {
    display: none; } }
@media (max-width: 767px) {
  .hide-md,
  .hide-md-down {
    display: none; } }
@media (min-width: 768px) {
  .hide-md-up {
    display: none; } }
@media (max-width: 991px) {
  .hide-lg,
  .hide-lg-down {
    display: none; } }
@media (min-width: 992px) {
  .hide-lg-up {
    display: none; } }
@media (min-width: 1200px) {
  .hide-xl,
  .hide-xl-up {
    display: none; } }
/**
 * Bootstrap Grid
 * ------------------------------------------------------------------------------------------------------------------ */
.container {
  padding-right: 20px;
  padding-left: 20px; }

.row {
  margin-right: -10px;
  margin-left: -10px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9,
.col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 10px;
  padding-left: 10px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1024px; }

  .mt-lg-10 {
    margin-top: 10px !important; }

  .mr-lg-10 {
    margin-right: 10px !important; }

  .mb-lg-10 {
    margin-bottom: 10px !important; }

  .ml-lg-10 {
    margin-left: 10px !important; } }
/**
 * Global
 * ------------------------------------------------------------------------------------------------------------------ */
body {
  font-size: 15px;
  font-family: yrsa, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.dropdown-menu {
  width: 158px;
  position: absolute;
  top: 100%;
  left: 0;
  padding: .5rem 0;
  font-size: 1rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00508c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 1000;
  margin: 0;
  color: #00508c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .dropdown-menu a {
    padding: 2px 15px;
    line-height: 24px;
    color: #00508c; }
    .dropdown-menu a:hover, .dropdown-menu a:active, .dropdown-menu a:focus {
      color: #009fe3;
      background-color: transparent; }

.dropdown-toggle:after {
  position: relative;
  top: 2px; }

.bottom-border-blue {
  border-bottom: 1px solid #00508c; }

.grey-background {
  background-color: #f8f7f5; }

.blue-background {
  background-color: #00508c; }

.color-blue {
  color: #00508c !important; }

.color-lightblue {
  color: #009fe3 !important; }

.color-beige {
  color: #b9aa96 !important; }

/**
 * Fonts
 * ------------------------------------------------------------------------------------------------------------------ */
a {
  color: #00508c;
  font-size: 15px;
  transition: 0.1s all ease-in-out; }
  a:hover, a:active, a:focus {
    color: #00508c; }

p, ol, ul, span {
  font-size: 15px;
  font-family: yrsa, serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 20px; }

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: magistral, sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: uppercase; }

h6, .h6 {
  font-size: 15px;
  font-family: yrsa, serif;
  text-transform: none;
  font-weight: 700;
  margin-top: .5rem;
  margin-bottom: 0;
  line-height: 20px; }

h5, .h5 {
  font-size: 15px;
  font-family: yrsa, serif;
  text-transform: none;
  font-weight: 700;
  margin-top: .5rem;
  margin-bottom: 0;
  line-height: 20px; }

h4, .h4 {
  font-size: 15px;
  font-family: yrsa, serif;
  text-transform: none;
  font-weight: 700;
  margin-top: .5rem;
  margin-bottom: 0;
  line-height: 20px; }

h3, .h3 {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 20px; }

h2, .h2 {
  font-size: 16px; }

h1, .h1 {
  font-size: 20px; }

.content-container ul {
  display: block;
  list-style: disc;
  padding: 0 0 0 20px; }
  .content-container ul li {
    padding: 0;
    margin: 0; }

.content-container a {
  color: #009fe3;
  font-size: 15px;
  font-family: yrsa, serif;
  font-weight: 400;
  letter-spacing: 0.03em; }
  .content-container a:hover, .content-container a:active, .content-container a:focus {
    color: #009fe3; }
.content-container p, .content-container ol, .content-container ul, .content-container span {
  color: #00508c; }
.content-container p {
  margin-top: 10px;
  margin-bottom: 20px; }
.content-container h1, .content-container h2, .content-container h3, .content-container h4, .content-container h5, .content-container h6 {
  color: #00508c; }
.content-container img {
  border-radius: 10px; }
  .content-container img.alignleft {
    float: left;
    margin-right: 20px; }
  .content-container img.alignright {
    float: right;
    margin-left: 20px; }
.content-container.page-content img {
  border-radius: 0; }
.content-container.beige-headers .h1, .content-container.beige-headers .h2, .content-container.beige-headers .h3,
.content-container.beige-headers h1, .content-container.beige-headers h2, .content-container.beige-headers h3 {
  color: #b9aa96; }
.content-container h4 + p {
  margin-top: 0; }
.content-container.additional-content p:first-of-type {
  margin-top: 0; }
.content-container.additional-content p:last-of-type {
  margin-bottom: 0; }

.page-content:first-child * {
  margin-top: 0; }

.side-content p:first-of-type {
  margin-top: 0; }

.content-contrast a {
  color: #009fe3; }
  .content-contrast a:hover, .content-contrast a:active, .content-contrast a:focus {
    color: #009fe3; }
.content-contrast p, .content-contrast ol, .content-contrast ul, .content-contrast span {
  color: #fff; }
.content-contrast h1, .content-contrast h2, .content-contrast h3, .content-contrast h4, .content-contrast h5, .content-contrast h6 {
  color: #fff; }

.modal-header {
  background-color: #fff; }
  .modal-header .modal-title {
    margin-top: 0; }

.modal-content {
  border-radius: 0; }
  .modal-content iframe {
    display: block; }

.modal-header .close span {
  font-size: 50px; }

.modal-header .close {
  padding: 12px; }

.modal-body {
  padding: 0; }

.modal-dialog {
  pointer-events: auto; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 560px; } }
/**
 * Header
 * ------------------------------------------------------------------------------------------------------------------ */
.navbar {
  height: 100px;
  z-index: 10;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.navbar-brand {
  margin-right: 70px; }
  .navbar-brand img {
    width: 194px;
    height: 51px; }

.navbar-nav a {
  color: #00508c; }
  .navbar-nav a:hover {
    color: #009fe3; }
.navbar-nav .nav-item.current-menu-item a.nav-link {
  color: #009fe3; }
.navbar-nav > .nav-item .nav-link {
  color: #00508c;
  padding: 0 20px;
  font-size: 13px; }
  .navbar-nav > .nav-item .nav-link:hover {
    color: #009fe3; }
.navbar-nav > .nav-item.current-menu-item a.nav-link {
  color: #009fe3; }
.navbar-nav > .nav-item:before {
  content: '';
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #00508c; }
.navbar-nav > .nav-item:last-of-type:before {
  display: none; }
.navbar-nav > li > ul {
  display: none;
  list-style: none;
  padding: 0; }
  @media (max-width: 767px) {
    .navbar-nav > li > ul > li a:before {
      content: '-';
      margin-right: 10px; } }
.navbar-nav > li:hover > ul {
  display: block; }

.post-hr {
  margin-bottom: 40px; }

@media (min-width: 768px) {
  .navbar-international > li,
  #menu-main > li {
    position: relative; }
  .navbar-international .sub-menu,
  #menu-main .sub-menu {
    width: 158px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px 0;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #00508c;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 1000;
    margin: 0;
    color: #00508c; }
    .navbar-international .sub-menu .nav-link,
    #menu-main .sub-menu .nav-link {
      padding: 1px 10px; } }
.menu-item-has-children > a,
.navbar-international > .nav-item > a {
  cursor: default; }
  .menu-item-has-children > a.international-has-child:after,
  .navbar-international > .nav-item > a.international-has-child:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    position: relative;
    top: 2px;
    right: -3px; }
  .menu-item-has-children > a.international-has-child,
  .navbar-international > .nav-item > a.international-has-child {
    cursor: pointer; }

.navbar-toggler {
  margin-left: 10px; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-slogan {
  color: #00508c; }

.navbar-linkedin {
  position: relative;
  top: 12px;
  right: -30px;
  display: inline-block;
  padding: 10px; }
  .navbar-linkedin img {
    display: block; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .navbar-linkedin {
      display: none; } }
  @media (max-width: 991px) {
    .navbar-linkedin {
      margin-left: 0;
      top: 3px;
      right: 0; } }

.navbar-contact a {
  position: absolute;
  bottom: -49px;
  right: 0;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  padding: 0 15px;
  background: rgba(0, 43, 113, 0.7);
  color: #fff;
  text-transform: uppercase;
  z-index: 9;
  font-family: magistral, sans-serif;
  letter-spacing: 0.05em;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }
  .navbar-contact a:hover, .navbar-contact a:active, .navbar-contact a:focus {
    text-decoration: none;
    background-color: rgba(0, 35, 93, 0.7); }

@media (max-width: 991px) {
  a.mobile-contact {
    font-family: yrsa, sans-serif;
    color: #00508c;
    padding: 5px 20px;
    display: block;
    font-size: 18px; } }
@media (max-width: 991px) {
  .navbar-brand {
    margin-right: 10px; }

  .navbar-collapse {
    position: absolute;
    top: 80px;
    right: -16px;
    left: -16px;
    background-color: #fff; }

  .navbar-nav .nav-item {
    border-left: none; }
    .navbar-nav .nav-item .nav-link {
      padding: 10px 20px;
      font-size: 18px; }

  .navbar-international a {
    display: block;
    padding: 10px 20px;
    font-size: 18px; } }
/**
 * Home
 * ------------------------------------------------------------------------------------------------------------------ */
.banner-container {
  width: 100%;
  height: 166px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .banner-container .banner-title-bg {
    width: 450px;
    height: 164px;
    padding: 30px 20px 50px;
    position: absolute;
    bottom: -40px;
    left: 48%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #b9aa96;
    border-radius: 10px;
    mix-blend-mode: multiply; }
    @media (max-width: 767px) {
      .banner-container .banner-title-bg {
        width: auto;
        right: 15px;
        left: 15px;
        -webkit-transform: none;
        transform: none; } }
  .banner-container .banner-title {
    width: 450px;
    height: 164px;
    padding: 30px 20px 50px;
    color: #fff;
    position: absolute;
    bottom: -40px;
    left: 48%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1; }
    .banner-container .banner-title h1, .banner-container .banner-title h2, .banner-container .banner-title h3, .banner-container .banner-title h4, .banner-container .banner-title h5, .banner-container .banner-title h6 {
      font-size: 32px;
      position: relative;
      z-index: 1; }
    @media (max-width: 767px) {
      .banner-container .banner-title {
        text-align: center;
        width: auto;
        right: 15px;
        left: 15px;
        -webkit-transform: none;
        transform: none; }
        .banner-container .banner-title h1, .banner-container .banner-title h2, .banner-container .banner-title h3, .banner-container .banner-title h4, .banner-container .banner-title h5, .banner-container .banner-title h6 {
          font-size: 24px; } }

body.home .banner-container {
  height: 480px; }
  body.home .banner-container .banner-title-bg {
    height: 252px; }
  body.home .banner-container .banner-title {
    height: 252px; }
  @media (max-width: 991px) {
    body.home .banner-container {
      height: 166px; }
      body.home .banner-container .banner-title-bg,
      body.home .banner-container .banner-title {
        height: 166px; } }
  @media (min-width: 992px) {
    body.home .banner-container .banner-title {
      padding-bottom: 100px; } }

.main-container {
  margin-top: 80px; }

body.home .main-container {
  margin-top: 45px; }
  @media (max-width: 767px) {
    body.home .main-container {
      margin-top: 25px; } }

.home-box {
  padding: 30px 20px;
  border-radius: 10px; }
  @media (min-width: 768px) {
    .home-box {
      height: 100%; } }
  .home-box *:last-child {
    margin-bottom: 0 !important; }
  .home-box.content-container p:first-of-type {
    margin-top: 0; }

@media (min-width: 768px) {
  .home-row-eq {
    height: 100%; } }

.bluegrey-border {
  border: 1px solid #b2cadc; }

.bluegrey-border {
  border: 1px solid #b2cadc; }

.bluegrey-border {
  border: 1px solid #b2cadc; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #00508c; }
  hr.content-hr {
    margin-top: 40px; }

.content-container .flex-download-image img {
  border-radius: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); }
.content-container table {
  width: 100%;
  border: none;
  color: #00508c; }
  .content-container table td {
    border: none; }

/**
 * Person
 * ------------------------------------------------------------------------------------------------------------------ */
.person-content {
  margin-top: 40px;
  margin-bottom: 40px; }
  .person-content p:first-of-type {
    margin-top: 0; }
  .person-content p:last-of-type {
    margin-bottom: 0; }

.person-header,
.content-container .person-header {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px; }

.person-image {
  margin-right: 20px; }

/**
 * Footer
 * ------------------------------------------------------------------------------------------------------------------ */
.footer {
  background-color: #f8f7f5;
  padding-top: 30px;
  padding-bottom: 30px; }
  .footer h3 {
    font-size: 12px;
    color: #009fe3;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .footer p {
    font-size: 12px;
    line-height: 15px;
    color: #00508c; }
  .footer ul {
    display: block;
    list-style: none;
    padding: 0; }
    .footer ul li {
      padding: 0;
      margin: 0;
      height: 15px;
      color: #00508c; }
      .footer ul li a {
        display: block;
        font-size: 12px;
        line-height: 15px;
        color: #00508c; }

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