@supports (--css: variables) {
  :root {
    --grey: #f0f2f2;
    --blue: #0d223f;
    --green: #75b643; } }

/*
Theme Name: PIDG Main
Text Domain: pidg_main

Author: Blackwood Creative
Author URI: http://weareblackwood.co.uk

*/
/**
 * Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #f1f1f1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3); }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/**
 * Actual styles
 */
html {
  height: 100%; }

body:after {
  content: 'full';
  display: none; }

#main {
  font-size: 62.5%;
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-weight: 400;
  line-height: 1.4; }
  #main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px; }
  #main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
    font-weight: 400; }
  #main a,
  #main a:link,
  #main a:visited,
  #main a:active {
    text-decoration: none;
    outline: none; }
  #main input,
  #main textarea,
  #main select {
    line-height: 1.4; }
  #main input {
    -webkit-appearance: none; }
  #main input[type="checkbox"] {
    -webkit-appearance: checkbox; }

.cleared {
  clear: both; }

.hidden {
  display: none; }

.invisible {
  visibility: hidden; }

.no-wrap {
  white-space: nowrap; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements. j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1; }

@media screen and (max-width: 500px) {
  html {
    font-size: 56%; } }

/* ====== container ====== */
#container {
  display: block;
  width: 100%;
  max-width: 960px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  backgxround: #fff;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

/* ====== header ====== */
#header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  max-width: 960px;
  max-width: 1200px;
  min-height: 98px;
  display: block;
  background: #fff;
  font-size: 0;
  flex: none; }

#header:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background: url(../images/shadow.png) 0 0 repeat-x;
  pointer-events: none; }

#logo {
  display: block;
  width: 169px;
  height: 67px;
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1200; }

#logo img {
  display: block;
  width: 100%; }

#nav-button {
  display: none;
  height: 98px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1010;
  padding: 0 60px 0 24px; }

#nav-button p {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d223f;
  vertical-align: middle;
  margin: 0; }

#nav-button div {
  display: inline-block;
  height: 98px;
  vertical-align: middle; }

#nav-button span {
  display: block;
  position: absolute;
  right: 20px;
  margin: 0 auto;
  width: 28px;
  height: 2px;
  background: #0d223f;
  border-radius: 1px;
  transition: all .2s ease; }

#nav-button span:nth-child(1) {
  top: 39%; }

#nav-button span:nth-child(2) {
  top: 49%; }

#nav-button span:nth-child(3) {
  top: 49%; }

#nav-button span:nth-child(4) {
  top: 60%; }

#nav-button.toggle-active span:nth-child(1) {
  opacity: 0; }

#nav-button.toggle-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-button.toggle-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-button.toggle-active span:nth-child(4) {
  opacity: 0; }

#nav-primary {
  display: block;
  padding: 0;
  box-sizing: border-box; }

#nav-container {
  display: block; }

#nav-container ul.menu {
  font-size: 0;
  margin: 0;
  position: relative;
  padding: 61px 0 5px 195px; }

#nav-container ul.menu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin: 0;
  position: relative; }

#nav-container ul.menu > li > a {
  display: inline-block;
  vertical-align: bottom;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #0d223f;
  padding: 5px 10px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease; }

#nav-container ul.menu > li > a:hover {
  color: #75b643; }

#nav-container ul.menu > li.current-menu-item > a {
  color: #75b643; }

#nav-container ul.menu > li.current-menu-ancestor > a {
  color: #75b643; }

#nav-container ul.menu > li.current-page-ancestor > a {
  color: #75b643; }

#nav-container ul.menu > li > ul.sub-menu {
  display: none; }

#nav-secondary {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  background: #75b643;
  font-size: 0;
  padding: 6px 0 7px; }

#nav-secondary a {
  display: inline-block;
  line-height: 17px;
  vertical-align: middle; }

#nav-secondary a + a {
  border-left: 1px solid #fff; }

#nav-secondary a.secondary-text {
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  padding: 0 13px; }

#nav-secondary a.secondary-icon {
  padding: 0 4px 0 13px; }

#nav-secondary a.secondary-icon i {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 17px;
  vertical-align: top; }

#nav-secondary a.secondary-icon + a.secondary-icon {
  border-left: none;
  padding: 0 13px 0 4px; }

#nav-secondary a.secondary-whistle {
  width: 48px;
  min-height: 17px;
  background: url(../images/whistle.png) 50% 50% no-repeat; }

#nav-secondary a.secondary-search {
  background: url(../images/search.png) 13px 50% no-repeat;
  padding-left: 36px; }

#search-form {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #f0f2f2 url(../images/search_green.png) 13px 50% no-repeat;
  padding-left: 44px; }

#search-form label {
  display: inline-block;
  flex: 1;
  height: 100%; }

#search-form label span {
  display: none; }

#search-form label input {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f0f2f2; }

#search-form a {
  display: inline-block;
  flex: 0;
  background-color: #f0f2f2;
  background-image: url(../images/search_close.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-width: 32px;
  max-width: 32px;
  height: 100%;
  transition: background-color 0.2s linear; }

#search-form a:hover {
  background-color: #e0e0e0; }

#search-form input[type="submit"] {
  display: inline-block;
  flex: 0;
  min-width: 70px;
  background: #75b643;
  line-height: 17px;
  vertical-align: middle;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  padding: 0 13px;
  border: 0;
  cursor: pointer; }

#header-breadcrumb-bar {
  display: block;
  width: 100%;
  height: 31px;
  padding: 0 15px;
  border-top: 1px solid #888; }

#nav-breadcrumbs .breadcrumb-item {
  display: inline-block;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 30px;
  vertical-align: middle; }

#nav-breadcrumbs a.breadcrumb-item {
  color: #0d223f; }

#nav-breadcrumbs .breadcrumb-item:last-child {
  color: #75b643; }

#nav-breadcrumbs a.breadcrumb-item i {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 30px;
  color: #0d223f; }

#nav-breadcrumbs .breadcrumb-divider {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 30px;
  margin: 0 12px;
  width: 7px;
  height: 14px;
  background: url(../images/breadcrumb_divider.png) 0 0 no-repeat;
  vertical-align: middle; }

body.home #header-breadcrumb-bar {
  display: none; }

body.home #main {
  padding-top: 98px; }

@media screen and (max-width: 1024px) {
  #nav-button {
    display: block; }
  #nav-main {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    margin-top: 98px; }
  #nav-primary {
    padding: 0 0 10px 0;
    height: 100%;
    overflow: hidden;
    overflow-y: auto; }
  #nav-container {
    position: relative; }
  #nav-container:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    width: 100%;
    height: 6px;
    background: url(../images/shadow.png) 0 0 repeat-x;
    pointer-events: none; }
  #nav-container ul.menu {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
    border-top: 1px solid #f0f2f2; }
  #nav-container ul.menu > li {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #f0f2f2; }
  #nav-container ul.menu > li > a {
    display: block;
    text-decoration: none;
    background: #fff;
    color: #0d223f;
    text-align: left;
    padding: 12px 80px 12px 20px;
    position: relative; }
  #nav-container ul.menu > li .subnav-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 60px;
    height: 100%;
    cursor: pointer; }
  #nav-container ul.menu > li .subnav-toggle:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background-image: url(../images/subnav_toggle.png);
    background-position: 50% 18px;
    background-repeat: no-repeat;
    cursor: pointer;
    border-left: 1px solid #f0f2f2;
    transition: all 0.2s ease; }
  #nav-container ul.menu > li .subnav-toggle:hover:after {
    background-position: 50% 22px; }
  #nav-container ul.menu > li.current-menu-item > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 6px;
    background-color: #75b643; }
  #nav-container ul.menu > li.current-menu-ancestor > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 6px;
    background-color: #75b643; }
  #nav-container ul.menu > li.current-page-ancestor > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 6px;
    background-color: #75b643; }
  #nav-container ul.menu a {
    color: #0d223f !important; }
  #nav-container ul.menu li.current-menu-item > a {
    color: #75b643 !important; }
  #nav-container ul.sub-menu {
    display: block;
    text-align: left;
    background: transparent;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    box-shadow: none;
    padding: 0;
    margin: 0; }
  #nav-container ul.sub-menu > li {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative; }
  #nav-container ul.sub-menu > li > a {
    display: block;
    text-decoration: none;
    background: #f0f2f2;
    color: #0d223f;
    text-align: left;
    padding: 10px 20px;
    margin: 0;
    font-family: 'FrutigerLTPro-Roman', sans-serif;
    font-size: 12px;
    font-size: 1.2rem; }
  #nav-container ul.sub-menu ul.sub-menu {
    margin-top: -4px;
    padding-bottom: 4px;
    background: #f0f2f2; }
  #nav-container ul.sub-menu ul.sub-menu > li > a {
    padding: 6px 20px 6px 45px; }
  #header.nav-active {
    height: 100%; }
  #header.nav-active #nav-primary {
    overflow-y: auto; }
  #header-breadcrumb-bar {
    display: none; }
  #nav-secondary {
    display: none; } }

/* ====== footer ====== */
#footer {
  position: relative;
  width: 100%;
  background: #2f3339;
  flex: none;
  flex-shrink: 0;
  border-top: 1px solid #888; }

#footer .footer-column-3 {
  display: inline-block;
  width: 24.468085%;
  vertical-align: top;
  padding: 0 10px; }

#footer .footer-column-6 {
  display: inline-block;
  width: 51.063829%;
  vertical-align: top; }

#footer .footer-column-9 {
  display: inline-block;
  width: 75.531914%;
  vertical-align: top;
  padding: 0 10px; }

#footer h2 {
  color: #f0f2f2;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  margin-bottom: 6px; }

#footer p {
  color: #888;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 6px; }

#footer-upper {
  width: 100%;
  padding: 14px 10px 0;
  font-size: 0; }

#footer-upper ul.menu {
  display: block;
  width: 100%;
  font-size: 0; }

#footer-upper ul.menu li {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem; }

#footer-upper ul.menu > li {
  display: inline-block;
  width: 33.333333%;
  vertical-align: top;
  padding: 0 10px 18px; }

#footer-upper ul.menu > li:nth-child(2n-1) {
  width: 66.666666%; }

#footer-upper ul.menu > li:nth-child(2n-1) .sub-menu {
  columns: 2;
  column-gap: 20px; }

#footer-upper ul.menu > li > a {
  display: inline-block;
  color: #f0f2f2;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  margin-bottom: 6px; }

#footer-upper ul.menu > li .sub-menu a {
  color: #888;
  font-size: 14px;
  font-size: 1.4rem;
  transition: color 0.2s linear; }

#footer-upper ul.menu > li .sub-menu a:hover {
  color: #f0f2f2; }

#footer .footer-left {
  padding-bottom: 18px; }

#footer .footer-left p {
  color: #f0f2f2;
  margin: 3px 0 6px; }

#footer .footer-left a {
  display: inline-block;
  color: #fff;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  background: #28303a;
  border: 1px solid #888;
  border-radius: 4px;
  text-align: center;
  padding: 8px 10px 7px;
  transition: all 0.2s linear; }

#footer .footer-left a:hover {
  border-color: #75b643;
  background: #75b643; }

#footer .footer-right {
  padding-bottom: 18px; }

#footer .footer-right a {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  transition: color 0.2s linear; }

#footer .footer-right a:hover {
  color: #f0f2f2; }

#footer .footer-right a i {
  margin-right: 10px; }

#footer-lower {
  width: 100%;
  padding: 6px 10px;
  font-size: 0;
  background: #0d223f;
  border-top: 1px solid #888; }

#footer-lower p {
  display: inline-block;
  vertical-align: bottom;
  color: #f0f2f2;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0; }

#footer-lower ul.menu {
  display: inline-block;
  vertical-align: bottom;
  font-size: 0; }

#footer-lower ul.menu li {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: bottom; }

#footer-lower ul.menu li:before {
  content: "|";
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  font-size: 1.2rem;
  color: #f0f2f2;
  margin: 0 15px; }

#footer-lower ul.menu li a {
  display: inline-block;
  vertical-align: bottom;
  color: #f0f2f2;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  transition: color 0.2s linear; }

#footer-lower ul.menu li a:hover {
  color: #fff; }

#footer-lower .footer-column-3 {
  text-align: right; }

#footer-lower .footer-column-3 * {
  display: inline-block;
  vertical-align: bottom;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  text-transform: none;
  transition: color 0.2s linear; }

#footer-lower .footer-column-3 a:hover {
  color: #fff; }

@media screen and (max-width: 900px) {
  #footer .footer-column-3 {
    width: 100%;
    text-align: center; }
  #footer .footer-column-6 {
    width: 100%;
    padding: 0 10px;
    text-align: center; }
  #footer .footer-column-9 {
    width: 100%;
    text-align: center; }
  #footer-upper ul.menu > li {
    width: 100%; }
  #footer-upper ul.menu > li:nth-child(2n-1) {
    width: 100%; }
  #footer-upper ul.menu > li:nth-child(2n-1) .sub-menu {
    columns: 1; }
  #footer-upper ul.menu .sub-menu li {
    display: inline-block;
    width: auto; }
  #footer-upper ul.menu .sub-menu li + li:before {
    content: "|";
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #888;
    margin: 0 15px; }
  #footer-lower p {
    display: block; }
  #footer-lower ul.menu li:before {
    display: none; }
  #footer-lower ul.menu li + li:before {
    display: inline-block; } }

/* Back to top */
.back-to-top {
  display: block;
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 960px;
  max-width: 1200px;
  margin: 0 auto;
  height: 0;
  z-index: 1500; }

.back-to-top a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 9px;
  width: 21px;
  height: 21px;
  background: url(../images/back_top.svg) 100% 0 no-repeat;
  opacity: 0;
  transition: opacity 0.2s linear;
  pointer-events: none; }

.back-to-top.active a {
  opacity: 1;
  pointer-events: auto; }

@media screen and (max-width: 900px) {
  .back-to-top {
    bottom: 20px; } }

/* Cookie banner */
.cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  max-width: 1200px;
  background: #76b82a;
  padding: 15px 20px 5px;
  font-size: 0;
  border-top: 1px solid #888;
  z-index: 2000; }

.cookie-banner-heading {
  display: inline-block;
  vertical-align: top;
  width: 22.826086%;
  text-align: right;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f; }

.cookie-banner-body {
  display: inline-block;
  vertical-align: top;
  width: 54.347826%;
  text-align: center;
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  padding: 0 20px;
  line-height: 1.6; }

.cookie-banner-links {
  display: inline-block;
  vertical-align: top;
  width: 22.826086%;
  text-align: left;
  padding-top: 3px; }

.cookie-banner-links a {
  display: block;
  width: 100%;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0d223f;
  padding: 2px 0;
  transition: color 0.2s linear; }

.cookie-banner-links a i {
  width: 21px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  transition: color 0.2s linear; }

.cookie-banner-links a:hover {
  color: #fff; }

.cookie-banner-links a:hover i {
  color: #fff; }

.cookie-banner-close {
  color: #fff;
  display: block;
  background: url(../images/cookie_close.png) 50% 50% no-repeat;
  width: 40px;
  height: 40px;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 0;
  right: 0; }

.cookie-banner-close:hover {
  opacity: 0.8; }

@media screen and (max-width: 750px) {
  .cookie-banner-heading {
    display: block;
    width: 100%;
    text-align: center; }
  .cookie-banner-body {
    display: block;
    width: 100%;
    padding: 0; }
  .cookie-banner-links {
    display: block;
    width: 100%;
    text-align: center; }
  .cookie-banner-links a {
    display: inline-block;
    width: auto;
    padding: 2px 10px; } }

/* ====== Home promo ====== */
#promo-home {
  display: none;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e4e4e4;
  padding: 30px 20px 30px;
  position: relative; }

#promo-home .promo-home-heading {
  max-width: 460px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto 15px; }

#promo-home .promo-home-body {
  max-width: 460px;
  margin: 0 auto; }

#promo-home .promo-home-body * {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 12px; }

#promo-home .promo-home-button {
  text-align: center;
  margin-top: 25px; }

#promo-home .promo-home-button a {
  display: inline-block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #f0f2f2;
  background: #76b82a;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  padding: 8px 40px;
  transition: all 0.2s linear; }

#promo-home .promo-home-button a:hover {
  color: #fff;
  background: #0d223f;
  border: 1px solid #0d223f; }

#promo-home .promo-home-close {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  text-transform: uppercase;
  position: absolute;
  top: 7px;
  right: 10px;
  background: url(../images/promo_close.png) 100% 3px no-repeat;
  padding-right: 24px; }

/* ====== Subscribe form ====== */
#news-subscribe {
  display: none;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  padding: 16px 20px 16px;
  position: relative;
  background: #f0f2f2;
  border-radius: 12px; }

#news-subscribe .subscribe-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  line-height: 1.3;
  margin-bottom: 20px; }

#news-subscribe .subscribe-footer {
  display: block;
  width: 100%;
  position: relative; }

#news-subscribe .subscribe-footer p {
  display: block;
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  color: #333;
  line-height: 1.3;
  padding-left: 30px;
  position: relative;
  margin: 0 0 5px; }

#news-subscribe .subscribe-footer i {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  position: absolute;
  top: 2px;
  left: 7px; }

#news-subscribe .subscribe-footer a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline; }

#news-subscribe .subscribe-footer a:hover {
  text-decoration: none; }

#news-subscribe .subscribe-form span.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%; }

#news-subscribe .subscribe-form p:first-of-type span.wpcf7-form-control-wrap {
  display: inline-block;
  width: 50%;
  padding-right: 5px; }

#news-subscribe .subscribe-form p:first-of-type span.wpcf7-form-control-wrap:nth-child(2) {
  padding-right: 0;
  padding-left: 5px; }

#news-subscribe .subscribe-form p:first-of-type input {
  display: inline-block;
  width: 100%; }

#news-subscribe .subscribe-form p:last-of-type {
  margin-bottom: 0; }

#news-subscribe .subscribe-form .ajax-loader {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat; }

#news-subscribe .subscribe-form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-size: 1.2rem;
  color: red;
  padding: 4px 0 0 2px;
  text-align: center; }

#news-subscribe .subscribe-form .wpcf7-response-output {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
  padding: 0 0 20px;
  margin: 0;
  color: red;
  text-align: center; }

#news-subscribe .subscribe-form .wpcf7-mail-sent-ok {
  color: #0d223f !important; }

/* ====== Modal - generics ====== */
#modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0d223f;
  background: rgba(13, 34, 63, 0.8);
  z-index: 3000;
  display: none; }

#modal-overlay-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 3010;
  justify-content: center;
  align-items: center; }

#modal-overlay-wrapper.active {
  display: flex; }

#modal-overlay-inner {
  position: relative;
  display: none;
  width: 100%;
  z-index: 3020; }

#modal-overlay-inner.spring-up-long {
  display: block;
  -webkit-animation-name: spring-up-long;
  -moz-animation-name: spring-up-long;
  animation-name: spring-up-long;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1; }

#modal-overlay-inner.spring-out {
  display: block;
  -webkit-animation-name: spring-out;
  -moz-animation-name: spring-out;
  animation-name: spring-out;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1; }

#modal-overlay-content {
  display: block;
  width: 100%;
  height: 100%; }

#modal-overlay-close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  background: url(assets/images/modal_close.png) 0 0 no-repeat;
  cursor: pointer; }

/* ====== main ====== */
#main {
  flex: 0 0 auto;
  background: transparent; }

#main-filler {
  flex: 1 0 auto;
  background: #f0f2f2; }

#main-filler.bg-white {
  background: #fff; }

#main-filler.bg-dark-blue {
  background: #0d223f; }

/* Basic */
.basic {
  background: #f0f2f2;
  padding: 20px 20px 50px;
  margin: 0; }

.basic-heading {
  display: block;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin-bottom: 16px; }

.basic-inner {
  display: block;
  width: 100%;
  max-width: 620px;
  background: #fff;
  margin: 0 auto;
  padding: 15px 20px 5px; }

.basic-inner + .basic-inner {
  margin-top: 20px; }

.basic-search-results h2 {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  transition: color 0.2s linear;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px; }

.basic-search-results h2 a {
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

.basic-search-results li h3 {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  margin-bottom: 0;
  transition: color 0.2s linear; }

.basic-search-results li p {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 20px;
  transition: color 0.2s linear; }

.basic-search-results li a:hover h3 {
  color: #75b643; }

.basic-search-results li a:hover p {
  color: #75b643; }

/* ====== columns ====== */
.columns {
  display: block;
  width: 100%;
  font-size: 0; }

.column-group {
  display: inline-block;
  vertical-align: top;
  font-size: 0; }

.columns > .column-25:first-child {
  padding-top: 20px; }

.columns > .column-25:first-child + .column-75 {
  padding-top: 20px;
  padding-right: 20px; }

.column-25 {
  width: 25%; }

.column-75 {
  width: 75%; }

.column-33 {
  width: 33.333333%; }

.column-66 {
  width: 66.666666%; }

.section {
  display: block;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px; }

.column-25 > .section {
  padding: 0 10px 0 20px; }

.column-75 > .section {
  padding: 0 20px 0 10px; }

.column-33 > .section {
  padding: 0 20px 0 10px; }

.column-66 > .section {
  padding: 0 10px 0 10px; }

@media screen and (max-width: 600px) {
  .column-25 {
    display: none; }
  .column-25.column-fold {
    display: block;
    width: 100%; }
  .column-75 {
    width: 100%; }
  .column-33 {
    width: 100%; }
  .column-66 {
    width: 100%; }
  .column-25 > .section {
    padding: 0 20px; }
  .column-75 > .section {
    padding: 0 20px; }
  .column-33 > .section {
    padding: 0 20px; }
  .column-66 > .section {
    padding: 0 20px; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .column-25 {
    display: none; }
  .column-25.column-fold {
    display: block;
    width: 100%; }
  .column-75 {
    width: 100%; }
  .column-25 > .section {
    padding: 0 20px 0 20px; }
  .column-75 > .section {
    padding: 0 20px 0 20px; }
  .column-33 > .section {
    padding: 0 20px 0 10px; }
  .column-66 > .section {
    padding: 0 10px 0 20px; } }

/* Shadows */
.columns > .bg-white + .bg-grey,
.columns > .column-group + .bg-grey,
article + aside > .bg-grey {
  background-image: url(../images/shadow.png);
  background-position: 0 0;
  background-repeat: repeat-x; }

.columns > .bg-white + .bg-blue,
.columns > .column-group + .bg-blue,
article + aside > .bg-blue {
  background-image: url(../images/shadow_promo.png);
  background-position: 0 0;
  background-repeat: repeat-x; }

/* ====== panels ====== */
/* slideshow */
.section-slideshow-wrapper {
  position: relative; }

.section-slideshow {
  display: block;
  width: 100%;
  position: relative; }

.section-slideshow-wrapper .section-slideshow {
  margin: -14px 0 14px;
  margin: 0; }

.section-slideshow-inner {
  position: relative; }

.section-slideshow-slide {
  display: block;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.section-slideshow-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0f2f2;
  background: rgba(238, 238, 238, 0.6); }

.section-slideshow-slide-prop {
  display: block;
  width: 100%;
  padding-bottom: 56.7%; }

.section-slideshow.slideshow-100 .section-slideshow-slide-prop {
  padding-bottom: 43.75%; }

.section-slideshow.slideshow-100-overlay .section-slideshow-slide-prop {
  padding-bottom: 43.75%; }

.section-slideshow.slideshow-100 {
  border-bottom: 1px solid #e4e4e4;
  padding: 0; }

.section-slideshow.slideshow-100-overlay {
  border-bottom: 1px solid #e4e4e4;
  padding: 0; }

.section-slideshow-inner.display-banner .section-slideshow-slide-inner {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  padding: 20px 20px; }

.section-slideshow-inner.display-banner .section-slideshow-slide-heading {
  color: #e4e4e4;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 100%;
  max-width: 500px;
  text-transform: uppercase;
  margin: 0 auto;
  opacity: 0; }

.section-slideshow-inner.display-banner .section-slideshow-slide-body {
  color: #fff;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.35;
  opacity: 0; }

.section-slideshow-inner.display-banner .section-slideshow-slide-button {
  margin: 0;
  opacity: 0; }

.section-slideshow-inner.display-banner .section-slideshow-slide-button a {
  display: inline-block;
  color: #fff;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  background: #0d223f;
  background: rgba(13, 34, 63, 0.4);
  border: 1px solid #888;
  border-radius: 4px;
  text-align: center;
  padding: 8px 32px 7px;
  transition: all 0.2s linear;
  margin-top: 24px; }

.section-slideshow-inner.display-banner .section-slideshow-slide-button a:hover {
  border-color: #75b643;
  background: #75b643; }

.section-slideshow-inner.display-caption .section-slideshow-slide-inner {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 30px; }

.section-slideshow-inner.display-caption p {
  display: block;
  color: #0d223f;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 40px;
  overflow: hidden; }

.section-slideshow .slick-arrow {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 200;
  border: none;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  cursor: pointer;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: background-color 0.2s linear; }

.section-slideshow .slick-prev {
  left: 0;
  bottom: 0;
  background-image: url(../images/chevron_left.png);
  border-right: 1px solid #888; }

.section-slideshow .slick-next {
  right: 0;
  bottom: 0;
  background-image: url(../images/chevron_right.png);
  border-left: 1px solid #888; }

.section-slideshow .slick-arrow:hover {
  background-position: 50% -30px;
  background-color: rgba(238, 238, 238, 0.6); }

.section-slideshow .slick-dots {
  display: block;
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0;
  height: 30px;
  text-align: center;
  padding-top: 10px; }

.section-slideshow .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #888;
  border-radius: 50%;
  margin: 0 4px;
  transition: background 0.1s linear;
  cursor: pointer; }

.section-slideshow .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  visibility: hidden; }

.section-slideshow .slick-dots li.slick-active {
  background: #fff; }

.section-slideshow .slick-dots li:hover {
  background: #fff; }

.section-slideshow-inner.display-caption .slick-dots {
  display: none; }

.section-slideshow-inner.display-dots .section-slideshow-slide-inner {
  display: none; }

.section-slideshow-inner.display-banner .section-slideshow-slide:only-child:after {
  display: none; }

.section-slideshow-inner.display-banner .section-slideshow-slide:only-child .section-slideshow-slide-heading {
  opacity: 1; }

.section-slideshow-inner.display-banner .section-slideshow-slide:only-child .section-slideshow-slide-body {
  opacity: 1; }

.section-slideshow-inner.display-banner .section-slideshow-slide:only-child .section-slideshow-slide-button {
  opacity: 1; }

.section-slideshow-inner.display-caption .section-slideshow-slide:only-child .section-slideshow-slide-inner p {
  padding: 0 20px; }

.section-slideshow-inner.display-dots .section-slideshow-slide:only-child:after {
  display: none; }

.section-slideshow-inner.display-banner .slick-active .section-slideshow-slide-heading {
  -webkit-animation-name: slide-up-short;
  -moz-animation-name: slide-up-short;
  animation-name: slide-up-short;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.section-slideshow-inner.display-banner .slick-active .section-slideshow-slide-body {
  -webkit-animation-name: slide-up-short;
  -moz-animation-name: slide-up-short;
  animation-name: slide-up-short;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.section-slideshow-inner.display-banner .slick-active .section-slideshow-slide-button {
  -webkit-animation-name: slide-up-short;
  -moz-animation-name: slide-up-short;
  animation-name: slide-up-short;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.section-slideshow-overlay {
  display: block;
  width: 100%;
  padding: 4px 20px;
  border-bottom: 1px solid #888;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #0d223f;
  background: rgba(13, 34, 63, 0.8); }

.section-slideshow-overlay-heading {
  display: inline-block;
  vertical-align: top;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #75b643;
  width: 25%;
  padding: 6px 20px 0 7.608695%;
  margin-bottom: 6px; }

.section-slideshow-overlay-body {
  display: inline-block;
  vertical-align: top;
  font-family: 'FrutigerLTPro-light', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  width: 75%;
  padding: 10px 20px 0 0; }

.section-slideshow-overlay + .section-slideshow .section-slideshow-slide-prop {
  padding-bottom: 54%; }

.section-slideshow-overlay + .section-slideshow .section-slideshow-inner.display-banner .section-slideshow-slide-inner {
  top: 54%; }

@media screen and (max-width: 600px) {
  .section-slideshow.slideshow-100 .section-slideshow-slide-prop {
    padding-bottom: 56.7%; }
  .section-slideshow.slideshow-100-overlay .section-slideshow-slide-prop {
    padding-bottom: 56.7%; }
  .section-slideshow-inner.display-banner .section-slideshow-slide-heading {
    font-size: 18px;
    font-size: 1.8rem; }
  .section-slideshow-inner.display-banner .section-slideshow-slide-body {
    font-size: 24px;
    font-size: 2.4rem; } }

@media screen and (min-width: 601px) and (max-width: 800px) {
  .section-slideshow.slideshow-100 .section-slideshow-slide-prop {
    padding-bottom: 56.7%; }
  .section-slideshow.slideshow-100-overlay .section-slideshow-slide-prop {
    padding-bottom: 56.7%; } }

@media screen and (max-width: 750px) {
  .section-slideshow-overlay {
    position: static;
    background: #0d223f; }
  .section-slideshow-overlay-heading {
    display: block;
    width: 100%;
    padding: 10px 0 0;
    margin-bottom: 6px; }
  .section-slideshow-overlay-body {
    display: block;
    width: 100%;
    padding: 0; }
  .section-slideshow-overlay + .section-slideshow .section-slideshow-slide-prop {
    padding-bottom: 56.7%; }
  .section-slideshow-overlay + .section-slideshow .section-slideshow-inner.display-banner .section-slideshow-slide-inner {
    top: 50%; } }

/* navigation */
/* text / wysiwyg */
.section-text.margin-off {
  margin-bottom: 0; }

.columns > .section.section-text {
  padding: 0 20px; }

.wysiwyg h1 {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin-bottom: 10px; }

.wysiwyg h2 {
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #0d223f;
  margin-bottom: 6px; }

.wysiwyg h3 {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  margin-bottom: 6px; }

.wysiwyg h4 {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #0d223f;
  margin-bottom: 0;
  text-transform: uppercase; }

.wysiwyg h5 {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  margin-bottom: 4px; }

.wysiwyg h6 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f; }

.wysiwyg h2.info {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  text-transform: uppercase; }

.wysiwyg h2.info:before {
  content: "\f05a";
  font-family: FontAwesome;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  padding-right: 10px; }

.wysiwyg .grey {
  color: #555; }

.wysiwyg p {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem; }

.wysiwyg p.large {
  font-size: 16px;
  font-size: 1.6rem; }

.wysiwyg ul {
  margin-bottom: 15px; }

.wysiwyg ul li {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 15px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative; }

.wysiwyg ul li:before {
  content: "";
  display: block;
  background: #75b643;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 0; }

.wysiwyg li > ul {
  margin-top: 15px; }

.wysiwyg ol {
  margin-bottom: 15px;
  list-style: decimal; }

.wysiwyg ol li {
  margin-bottom: 0;
  margin-left: 18px;
  padding-left: 18px;
  display: list-item;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem; }

.wysiwyg li > ol {
  margin-top: 15px; }

.wysiwyg strong {
  font-family: 'FrutigerLTPro-Bold', sans-serif; }

.wysiwyg em {
  font-style: italic; }

.wysiwyg a {
  display: inline;
  font-size: inherit;
  color: inherit;
  border-bottom: 1px solid #75b643;
  transition: all .2s linear; }

.wysiwyg a strong {
  border-bottom: 1px solid #0d223f;
  transition: all .2s linear; }

.wysiwyg a:hover {
  color: #75b643; }

.wysiwyg a:hover strong {
  color: #75b643;
  border-bottom: 1px solid #75b643; }

.wysiwyg a.link {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  color: #555;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 0;
  transition: all .2s linear; }

.wysiwyg a.link .divider {
  display: inline-block;
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 5px;
  color: #e4e4e4; }

.wysiwyg a.link i {
  color: #0d223f;
  margin-right: 10px; }

.wysiwyg a.link:hover {
  color: #75b643; }

.wysiwyg a.link-boxed {
  display: block;
  padding: 7px 12px;
  border: 1px solid #e4e4e4;
  border-radius: 4px; }

.wysiwyg a.link-boxed:hover {
  background: #f0f2f2; }

.wysiwyg a.link-button {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 0;
  background: #0d223f;
  border-radius: 4px;
  padding: 6px 25px; }

.wysiwyg a.link-button:hover {
  background: #75b643; }

.wysiwyg a.link-email {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  color: #888; }

.wysiwyg a.link-email i {
  color: #888; }

.wysiwyg a.link-email:hover {
  color: #75b643; }

.wysiwyg a.link + p,
.wysiwyg a.link + h2,
.wysiwyg a.link + h3,
.wysiwyg a.link + h4,
.wysiwyg a.link + ul {
  margin-top: 15px; }

.wysiwyg hr {
  width: 100%;
  margin: 24px 0 18px;
  border: none;
  border-top: 1px solid #e4e4e4; }

.section-text-expander {
  display: block;
  width: 100%; }

.section-text-expander.bg-white {
  background: #fff; }

.section-text-expander.bg-grey {
  background: #f0f2f2; }

.section-text-expander.bg-blue {
  background: #0d223f; }

.section-text-expander.bg-blue .wysiwyg * {
  color: #fff; }

.section-text-expander-button {
  display: block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 8px 40px 10px;
  position: relative;
  margin: 0;
  cursor: pointer; }

.section-text-expander-button.button-dark-blue {
  background: #0d223f; }

.section-text-expander-button.button-light-blue {
  background: #235374; }

.section-text-expander-button:after {
  content: "\f078";
  display: none;
  font-family: FontAwesome;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 12px;
  right: 14px;
  color: #fff;
  transition: all 0.2s linear; }

.section-text-expander-inner {
  display: block;
  padding: 10px 10px 5px; }

.js .section-text-expander-inner {
  display: none; }

.js .section-text-expander-button:after {
  display: block; }

.section-text-expander.expander-open .section-text-expander-button:after {
  transform: rotateX(180deg) translateY(1px); }

.table-corp-chart-group {
  display: flex;
  flex-wrap: wrap; }

a.table-corp-chart {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  border: none;
  text-align: center;
  padding: 0 9px 0 0;
  border-right: 1px solid #e4e4e4; }

a.table-corp-chart + a.table-corp-chart {
  padding: 0 0 0 9px;
  border-right: none; }

a.table-corp-chart:last-child {
  display: block;
  padding: 0 10px 0 10px !important;
  border-right: none;
  margin: 0 auto; }

.table-corp-chart table {
  width: 100%;
  margin: 0 auto; }

.table-corp-chart-header {
  font-family: 'FrutigerLTPro-Condensed', sans-serif;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #e4e4e4;
  padding: 10px 30px; }

.table-corp-chart-function {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  color: #0d223f;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border-top: 9px solid #fff;
  border-bottom: 6px solid #fff;
  padding: 6px 5px;
  transition: all 0.2s linear; }

.table-corp-chart-company {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  color: #0d223f;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background: #f0f2f2;
  width: 50%;
  vertical-align: middle;
  border-right: 3px solid #fff;
  padding: 6px 5px;
  height: 80px;
  transition: all 0.2s linear; }

.table-corp-chart-company + .table-corp-chart-company {
  border-right: none;
  border-left: 3px solid #fff; }

.table-corp-chart-footer {
  font-family: 'FrutigerLTPro-LightCn', sans-serif;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px 10px; }

a.table-corp-chart:hover .table-corp-chart-function {
  background: #75b643;
  color: #fff; }

a.table-corp-chart:hover .table-corp-chart-company {
  background: #0d223f;
  color: #75b643; }

@media screen and (max-width: 600px) {
  a.table-corp-chart {
    display: block;
    width: 100%;
    border: none;
    padding: 0 0 40px; }
  a.table-corp-chart + a.table-corp-chart {
    padding: 0 0 40px;
    border-right: none; }
  a.table-corp-chart:last-child {
    padding: 0; } }

/* Image */
.section-image p {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  margin-bottom: 4px; }

.section-image img {
  display: block;
  width: 100%; }

/* video */
.section-video {
  position: relative;
  margin: 0 0 12px 0; }

.section-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #e4e4e4; }

.section-video-container iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.section-video-caption {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  margin: 4px 0 0; }

.section-video-caption span {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  margin: 4px 0 0 5px;
  border-left: 1px solid #e4e4e4;
  padding-left: 5px; }

/* steps */
.section-steps {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px; }

.section-steps-step {
  width: 50%;
  background: #f0f2f2;
  padding: 6px 10px 10px;
  border-bottom: 2px solid #fff; }

.section-steps-step:nth-child(2n) {
  border-left: 1px solid #fff; }

.section-steps-step:nth-child(2n-1) {
  border-right: 1px solid #fff; }

.section-steps-count {
  font-family: 'FrutigerLTPro-BlackCn', sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  color: #75b643;
  line-height: 1;
  margin-bottom: 2px; }

.section-steps-step .wysiwyg > :last-child {
  margin-bottom: 0; }

@media screen and (max-width: 800px) {
  .section-steps-step {
    width: 100%; }
  .section-steps-step:nth-child(2n) {
    border-left: none; }
  .section-steps-step:nth-child(2n-1) {
    border-right: none; } }

/* boxes */
.section-boxes {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; }

.section-boxes-box {
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8px 10px 20px;
  margin-bottom: 20px;
  position: relative; }

.section-boxes-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 34, 63, 0.7); }

.section-boxes-box.width-50 {
  width: 50%; }

.section-boxes-box.width-50.box-half {
  border-right: 10px solid #fff; }

.section-boxes-box.width-50.box-full {
  border-left: 10px solid #fff; }

.section-boxes-box.width-100 .wysiwyg {
  max-width: 67.164179%; }

.section-boxes-box .wysiwyg {
  position: relative;
  z-index: 1; }

.section-boxes-box .wysiwyg * {
  color: #fff; }

.section-boxes-box .wysiwyg h1,
.section-boxes-box .wysiwyg h2,
.section-boxes-box .wysiwyg h3,
.section-boxes-box .wysiwyg h4,
.section-boxes-box .wysiwyg h5,
.section-boxes-box .wysiwyg h6 {
  color: #75b643; }

.section-boxes-box .wysiwyg > :last-child {
  margin-bottom: 0; }

@media screen and (max-width: 800px) {
  .section-boxes-box.width-50 {
    width: 100%; }
  .section-boxes-box.width-50.box-half {
    border-right: none; }
  .section-boxes-box.width-50.box-full {
    border-left: none; }
  .section-boxes-box.width-100 .wysiwyg {
    max-width: 100%; } }

/* values */
.section-values {
  padding: 0;
  position: relative;
  margin: 0; }

.section-values-inner {
  padding: 10px 20px 20px; }

.section-values-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f; }

.section-values-values {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0; }

.section-values-value {
  flex: 1;
  text-align: center;
  padding: 0 7px;
  border-right: 1px solid #e4e4e4;
  pointer-events: none;
  cursor: default; }

.section-values-value:first-child {
  padding: 0 7px 0 0;
  border-right: 1px solid #e4e4e4; }

.section-values-value:last-child {
  padding: 0 0 0 7px;
  border-right: none; }

.section-values-value-button {
  flex: 1;
  text-align: center;
  background-color: #f0f2f2;
  padding: 20px 20px 13px;
  cursor: pointer;
  transition: all 0.2s linear;
  height: 100%; }

.section-values-value-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin: 7px 0 0;
  transition: all 0.2s linear; }

.section-values-value-icon {
  display: block;
  width: 100%; }

.section-values-value-icon img {
  display: block;
  width: 100%;
  max-width: 60px;
  margin: 0 auto; }

.section-values-value-body {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  background: #f0f2f2;
  padding: 10px 0; }

.section-values-value-body p {
  color: #0d223f; }

.section-values-value-body p:last-child {
  margin-bottom: 0; }

.js .section-values-value {
  pointer-events: auto;
  cursor: pointer; }

.js .section-values-value-body {
  display: none; }

.section-values-value-button:hover {
  background: #0d223f; }

.section-values-value-button:hover .section-values-value-heading {
  color: #75b643; }

.section-values-overlay {
  display: none;
  width: 100%;
  background: #0d223f;
  text-align: left;
  padding: 12px 0 20px 0;
  position: relative; }

.section-values-overlay-wrapper {
  min-height: 100px; }

.section-values-overlay-heading {
  display: block;
  width: 100%;
  padding: 0 20px 0 17.708333%;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #75b643;
  margin: 0 0 10px;
  transition: all 0.2s linear; }

.section-values-overlay-body {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 20px 0 17.708333%; }

.section-values-overlay-body p {
  color: #f0f2f2; }

.section-values-overlay-body p:last-child {
  margin-bottom: 0; }

.section-values-overlay-icon {
  display: block;
  width: 17.708333%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

.section-values-overlay-icon img {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  padding: 20px; }

.section-values-overlay-close {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  right: 20px;
  background: url(../images/values_close.png) 100% 3px no-repeat;
  padding-right: 34px; }

@media screen and (max-width: 800px) {
  .section-values-values {
    display: block; }
  .section-values-value {
    padding: 7px 0;
    border-bottom: 1px solid #e4e4e4;
    border-right: none;
    text-align: left;
    position: relative; }
  .section-values-value:first-child {
    padding: 0 0 7px 0;
    border-right: none; }
  .section-values-value:last-child {
    padding: 7px 0 0 0;
    border-right: none;
    border-bottom: none; }
  .js .section-values-value {
    pointer-events: none;
    cursor: default; }
  .js .section-values-value-body {
    display: block; }
  .section-values-value-button:hover {
    background: #f0f2f2; }
  .section-values-value-button:hover .section-values-value-heading {
    color: inherit; }
  .section-values-value-button {
    text-align: left;
    padding: 18px 0 13px;
    position: relative; }
  .section-values-value-wrapper {
    min-height: 110px; }
  .section-values-value-heading {
    padding: 0 20px 0 25%;
    margin: 0 0 10px; }
  .section-values-value-body {
    padding: 10px 20px 0 25%; }
  .section-values-value-icon {
    width: 25%;
    position: absolute;
    top: 0;
    left: 0;
    transform: none; }
  .section-values-value-icon img {
    max-width: 140px;
    padding: 20px; } }

/* statistic */
.section-stat-inner {
  color: #0d223f; }

.section-stat-inner .large {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  line-height: 1.25;
  color: #235374; }

.section-stat-inner .medium {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  line-height: 1.25;
  color: #235374; }

/* statistic list */
.section.section-stat-list {
  padding: 0 10px 0 0; }

.section-stat-list-inner {
  font-size: 0;
  display: flex;
  flex-wrap: nowrap; }

.section-stat-list-stat {
  display: inline-block;
  vertical-align: top;
  color: #0d223f;
  width: 33.333333%;
  text-align: center;
  padding: 0 9px 0 10px;
  border-right: 1px solid #e4e4e4; }

.section-stat-list-stat:last-child {
  border-right: none; }

.section-stat-list-stat .large {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  line-height: 1.25;
  color: #235374; }

.section-stat-list-stat .medium {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  line-height: 1.25;
  color: #235374; }

.section.section-stat-list-additional {
  padding: 0 0 10px;
  margin: 0; }

.section.section-stat-list-additional.bg-grey {
  background-color: #f0f2f2; }

.section-stat-list-header {
  position: relative;
  margin: 0 20px; }

.section-stat-list-heading {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin: 0 0 8px;
  padding: 10px 0 0; }

.section-stat-list-heading strong {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: inherit;
  color: inherit; }

.section-stat-list-header.header-center .section-stat-list-heading {
  text-align: center; }

a.section-stat-list-button {
  display: inline-block;
  width: auto;
  padding: 3px 10px 2px;
  border-radius: 4px;
  text-align: center;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.2s linear;
  background: #f5f5f5;
  color: #888;
  border: 1px solid #e4e4e4;
  margin: 8px 0 4px 10px;
  position: absolute;
  top: 0;
  right: 0; }

a.section-stat-list-button:hover {
  background: #75b643;
  color: #fff;
  border: 1px solid #75b643; }

.section-stat-list-additional .section-stat-list-inner {
  margin: 0 20px;
  background: #fff;
  border-radius: 5px;
  padding-top: 10px; }

.section-stat-list-additional .section-stat-list-stat:last-child {
  margin: 0; }

.section-stat-list-button-mobile {
  display: none;
  text-align: center;
  margin-top: 10px; }

.section-stat-list-button-mobile a {
  position: static; }

@media screen and (max-width: 600px) {
  .section.section-stat-list {
    padding: 0 20px; }
  .section-stat-list-inner {
    display: block; }
  .section-stat-list-stat {
    display: block;
    width: 100%;
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #e4e4e4; }
  .section-stat-list-stat:last-child {
    border-bottom: none; }
  .section.section-stat-list-additional {
    padding: 0 0 10px; }
  .section-stat-list-additional .section-stat-list-stat {
    padding: 0 10px 20px; }
  .section-stat-list-header a.section-stat-list-button {
    display: none; }
  .section-stat-list-button-mobile {
    display: block; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .section.section-stat-list-additional {
    padding: 0 0 10px;
    margin: 0; }
  .section-stat-list-additional .section-stat-list-inner {
    display: block; }
  .section-stat-list-additional .section-stat-list-stat {
    display: block;
    width: 100%;
    padding: 0 10px 20px;
    border-right: none;
    border-bottom: 1px solid #e4e4e4; }
  .section-stat-list-additional .section-stat-list-stat:last-child {
    border-bottom: none; } }

/* quote */
.section-quote-quote {
  display: block;
  width: 100%; }

.section-quote-quote > p {
  font-family: 'FrutigerLTPro-Italic', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  padding-top: 45px;
  background: url(../images/quote.png) 0 0 no-repeat;
  line-height: 1.5;
  margin-bottom: 7px; }

.section-quote-quote > p:after {
  content: '\201D';
  font-family: 'FrutigerLTPro-Italic', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #75b643;
  display: inline; }

.section-quote-author {
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #75b643;
  margin: 0; }

.section-quote-additional {
  font-size: 14px;
  font-size: 1.4rem;
  color: #75b643;
  margin: 2px 0 0; }

.column-25 .section-quote-quote {
  width: 100%;
  padding: 0; }

.column-25 .section-quote-image-author {
  display: none; }

.column-25 .section-quote-image-illustrative {
  display: none; }

.column-75 .section-quote-quote {
  float: left;
  width: 31.884057%;
  padding: 0; }

.column-75 .section-quote-image-author {
  display: block;
  float: left;
  width: 20.289855%; }

.column-75 .section-quote-image-illustrative {
  display: block;
  float: left;
  width: 43.478260%; }

.column-75 .section-quote-image-illustrative + .section-quote-image-author {
  float: right;
  width: 18.840579%; }

.column-75 .section-quote-image-illustrative + .section-quote-quote {
  width: 37.681159%;
  padding: 0 20px; }

.column-75 .section-quote-image-author + .section-quote-quote {
  width: 37.681159%;
  padding: 0 20px; }

.column-33 .section-quote-quote {
  width: 100%;
  padding: 0; }

.column-33 .section-quote-image-author {
  display: none; }

.column-33 .section-quote-image-illustrative {
  display: none; }

.column-33 .section-quote-image-illustrative + .section-quote-quote {
  width: 100%;
  padding: 0; }

.column-33 .section-quote-image-author + .section-quote-quote {
  width: 100%;
  padding: 0; }

.column-66 .section-quote-quote {
  float: left;
  width: 47.826086%;
  padding: 0; }

.column-66 .section-quote-image-author {
  display: block;
  float: left;
  width: 30.434782%; }

.column-66 .section-quote-image-illustrative {
  display: none; }

.column-66 .section-quote-image-illustrative + .section-quote-image-author {
  float: left;
  width: 30.434782%; }

.column-66 .section-quote-image-illustrative + .section-quote-quote {
  width: 56.521739%;
  padding: 0 20px; }

.column-66 .section-quote-image-author + .section-quote-quote {
  width: 56.521739%;
  padding: 0 20px; }

@media screen and (max-width: 600px) {
  .column-75 .section-quote-quote {
    width: 69.565218%; }
  .column-75 .section-quote-image-author {
    width: 30.434782%; }
  .column-75 .section-quote-image-illustrative {
    display: none; }
  .column-75 .section-quote-image-illustrative + .section-quote-image-author {
    float: left;
    width: 30.434782%; }
  .column-75 .section-quote-image-illustrative + .section-quote-quote {
    width: 69.565218%;
    padding: 0; }
  .column-75 .section-quote-image-author + .section-quote-quote {
    width: 69.565218%;
    padding: 0 0 0 20px; }
  .column-33 .section-quote-quote {
    float: left;
    width: 69.565218%; }
  .column-33 .section-quote-image-illustrative + .section-quote-quote {
    width: 69.565218%;
    padding: 0; }
  .column-33 .section-quote-image-author + .section-quote-quote {
    width: 69.565218%;
    padding: 0; }
  .column-66 .section-quote-quote {
    width: 69.565218%; }
  .column-66 .section-quote-image-illustrative + .section-quote-quote {
    width: 69.565218%; }
  .column-66 .section-quote-image-author + .section-quote-quote {
    width: 69.565218%;
    padding: 0 0 0 20px; } }

/* Multi-columns */
.section.section-multi-columns {
  padding: 0 10px;
  margin: 0; }

.section-multi-columns-inner {
  display: flex;
  flex-wrap: wrap; }

.section-multi-columns-column {
  display: block;
  padding: 0 10px;
  border-right: 1px solid #e4e4e4;
  position: relative;
  margin-bottom: 20px; }

.section-multi-columns-inner.count-2 .section-multi-columns-column {
  width: 50%; }

.section-multi-columns-inner.count-3 .section-multi-columns-column {
  width: 33.333333%; }

.section-multi-columns-inner.count-4 .section-multi-columns-column {
  width: 25%; }

.section-multi-columns-column:last-child {
  border-right: none; }

.section-multi-columns-row {
  width: 100%; }

.section-multi-columns-row + .section-multi-columns-row {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #e4e4e4;
  margin-top: 10px; }

.section-multi-columns-row > :last-child {
  margin-bottom: 0; }

.section-multi-columns-row .wysiwyg > :last-child {
  margin-bottom: 0; }

.section-multi-columns-row img {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

.column-75 > .section-multi-columns {
  padding: 0 10px 0 0; }

.column-66 > .section-multi-columns {
  padding: 0 0 0 0; }

@media screen and (max-width: 600px) {
  .section-multi-columns-column:after {
    content: "";
    display: block;
    height: 1px;
    border-bottom: 1px solid #e4e4e4;
    position: absolute;
    top: -10px;
    left: 10px;
    right: 10px; }
  .section-multi-columns-column:nth-child(1):after {
    display: none; }
  .section-multi-columns-column {
    border-right: none; }
  .section-multi-columns-inner.count-2 .section-multi-columns-column {
    width: 100%; }
  .section-multi-columns-inner.count-3 .section-multi-columns-column {
    width: 100%; }
  .section-multi-columns-inner.count-4 .section-multi-columns-column {
    width: 100%; } }

@media screen and (min-width: 601px) and (max-width: 750px) {
  .section-multi-columns-column:after {
    content: "";
    display: block;
    height: 1px;
    border-bottom: 1px solid #e4e4e4;
    position: absolute;
    top: -10px; }
  .section-multi-columns-column:nth-child(2n-1):after {
    left: 10px;
    right: -1px; }
  .section-multi-columns-column:nth-child(2n):after {
    left: 0;
    right: 10px; }
  .section-multi-columns-column:nth-child(1):after {
    display: none; }
  .section-multi-columns-column:nth-child(2):after {
    display: none; }
  .section-multi-columns-column:nth-child(2n) {
    border-right: none; }
  .section-multi-columns-inner.count-2 .section-multi-columns-column {
    width: 50%; }
  .section-multi-columns-inner.count-3 .section-multi-columns-column {
    width: 50%; }
  .section-multi-columns-inner.count-4 .section-multi-columns-column {
    width: 50%; } }

@media screen and (max-width: 600px) {
  .column-75 > .section-multi-columns {
    padding: 0 10px; }
  .column-66 > .section-multi-columns {
    padding: 0 10px; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .column-75 > .section-multi-columns {
    padding: 0 10px; }
  .column-66 > .section-multi-columns {
    padding: 0 0 0 10px; } }

/* people */
.section.section-people {
  padding: 0 10px 0 0; }

.section-people-list {
  width: 100%;
  font-size: 0;
  margin: 0; }

.section-people-person {
  width: 33.333333%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin-bottom: 24px; }

.section-people-person:nth-last-child(1) {
  margin-bottom: 15px; }

.section-people-person:nth-last-child(2) {
  margin-bottom: 15px; }

.section-people-person:nth-last-child(3) {
  margin-bottom: 15px; }

.section-people-mugshot {
  display: block;
  width: 100%;
  margin-bottom: 16px; }

.section-people-name {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  margin: 0;
  transition: color 0.2s linear; }

.section-people-title {
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #888;
  margin: 0;
  transition: color 0.2s linear; }

.section-people-person a:hover .section-people-name {
  color: #75b643; }

.section-people-person a:hover .section-people-title {
  color: #75b643; }

@media screen and (max-width: 600px) {
  .section.section-people {
    padding: 0 10px; }
  .section-people-person {
    width: 50%; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .section.section-people {
    padding: 0 10px; } }

/* committees */
.section-committees {
  position: relative; }

.section-committees-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  padding: 0 10px; }

.section-committees-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3px; }

.section-committees-link {
  width: 20%;
  padding: 0 7px 0 7px;
  border-right: 1px solid #e4e4e4;
  margin-bottom: 19px;
  position: relative; }

.section-committees-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e4e4e4; }

.section-committees-link:last-child {
  border-right: none; }

.section-committees-link:last-child:after {
  display: none; }

.section-committees-link a {
  display: flex;
  flex-flow: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #f0f2f2;
  padding: 96px 10px 15px;
  cursor: pointer;
  transition: all 0.2s linear;
  height: 100%;
  position: relative; }

.section-committees-link a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid #0d223f;
  border-right: 20px solid #0d223f;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: all 0.2s linear; }

.section-committees-link-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin: 0 0 6px;
  transition: all 0.2s linear;
  line-height: 1.2; }

.section-committees-link-body {
  display: block;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #888;
  margin-bottom: 0;
  transition: all 0.2s linear; }

.columns > .section-committees .section-committees-link:nth-child(5n) {
  border-right: none; }

.columns > .section-committees .section-committees-link:nth-child(5n):after {
  right: 7px; }

.columns > .section-committees .section-committees-link:nth-child(5n+1):after {
  left: 7px; }

.columns > .section-committees .section-committees-link:nth-last-child(2):after {
  display: none; }

.columns > .section-committees .section-committees-link:nth-last-child(3):after {
  display: none; }

.columns > .section-committees .section-committees-link:nth-last-child(4):after {
  display: none; }

.columns > .section-committees .section-committees-link:nth-last-child(5):after {
  display: none; }

.columns > .section-committees .section-committees-link:nth-last-child(6):after {
  right: 7px; }

.columns > .section-committees .section-committees-link a {
  padding: 36px 10px 15px; }

.columns > .section-committees .section-committees-link a:after {
  border-width: 16px; }

.column-75 .section-committees-heading {
  padding: 0; }

.column-75 .section-committees-list {
  margin: 0 -10px;
  padding: 0; }

.column-75 .section-committees-link {
  width: 33.333333%;
  padding: 0 9px 0 10px; }

.column-75 .section-committees-link:nth-child(3n) {
  border-right: none; }

.column-75 .section-committees-link:nth-child(3n):after {
  right: 9px; }

.column-75 .section-committees-link:nth-child(3n+1):after {
  left: 10px; }

.column-75 .section-committees-link:nth-last-child(2):after {
  display: none; }

.column-75 .section-committees-link:nth-last-child(3):after {
  display: none; }

.column-75 .section-committees-link:nth-last-child(4):after {
  right: 9px; }

.section-committees-link a:hover {
  background-color: #0d223f; }

.section-committees-link a:hover:after {
  border-top-color: #75b643;
  border-right-color: #75b643; }

.section-committees-link a:hover .section-committees-link-heading {
  color: #fff; }

.section-committees-link a:hover .section-committees-link-body {
  color: #75b643; }

@media screen and (max-width: 600px) {
  .columns > .section-committees .section-committees-link {
    width: 100%;
    padding: 0; }
  .columns > .section-committees .section-committees-link:nth-child(5n) {
    border-right: none; }
  .columns > .section-committees .section-committees-link:nth-child(5n):after {
    right: 0; }
  .columns > .section-committees .section-committees-link:nth-child(5n+1):after {
    left: 0; }
  .columns > .section-committees .section-committees-link:nth-last-child(2):after {
    display: block; }
  .columns > .section-committees .section-committees-link:nth-last-child(3):after {
    display: block; }
  .columns > .section-committees .section-committees-link:nth-last-child(4):after {
    display: block; }
  .columns > .section-committees .section-committees-link:nth-last-child(5):after {
    display: block; }
  .columns > .section-committees .section-committees-link:nth-last-child(6):after {
    right: 0; }
  .columns > .section-committees .section-committees-link a {
    padding: 36px 10px 15px; }
  .columns > .section-committees .section-committees-link a:after {
    border-width: 20px; }
  .columns > .section-committees .section-committees-list {
    margin: 0;
    padding: 0 10px; }
  .column-75 .section-committees-link {
    width: 100%;
    padding: 0;
    border-right: none; }
  .column-75 .section-committees-link:nth-child(3n) {
    border-right: none; }
  .column-75 .section-committees-link:nth-child(3n):after {
    right: 0; }
  .column-75 .section-committees-link:nth-child(3n+1):after {
    left: 0; }
  .column-75 .section-committees-link:nth-last-child(2):after {
    display: block; }
  .column-75 .section-committees-link:nth-last-child(3):after {
    display: block; }
  .column-75 .section-committees-link:nth-last-child(4):after {
    right: 0; }
  .column-75 .section-committees-link a {
    padding: 36px 10px 15px; }
  .column-75 .section-committees-list {
    margin: 0; }
  .section-committees-link:last-child:after {
    display: none !important; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .columns > .section-committees .section-committees-link:nth-child(5n) {
    border-right: inherit; }
  .columns > .section-committees .section-committees-link:nth-child(5n):after {
    right: inherit; }
  .columns > .section-committees .section-committees-link:nth-child(5n+1):after {
    left: inherit; }
  .columns > .section-committees .section-committees-link:nth-last-child(2):after {
    display: inherit; }
  .columns > .section-committees .section-committees-link:nth-last-child(3):after {
    display: inherit; }
  .columns > .section-committees .section-committees-link:nth-last-child(4):after {
    display: inherit; }
  .columns > .section-committees .section-committees-link:nth-last-child(5):after {
    display: inherit; }
  .columns > .section-committees .section-committees-link:nth-last-child(6):after {
    right: inherit; }
  .columns > .section-committees .section-committees-link a {
    padding: 96px 10px 15px; }
  .columns > .section-committees .section-committees-link a:after {
    border-width: 20px; }
  .columns > .section-committees .section-committees-list {
    padding: 0; }
  .columns > .section-committees .section-committees-link {
    width: 33.333333%;
    padding: 0 9px 0 10px; }
  .columns > .section-committees .section-committees-link:nth-child(3n) {
    border-right: none; }
  .columns > .section-committees .section-committees-link:nth-child(3n):after {
    right: 9px; }
  .columns > .section-committees .section-committees-link:nth-child(3n+1):after {
    left: 10px; }
  .columns > .section-committees .section-committees-link:nth-last-child(2):after {
    display: none; }
  .columns > .section-committees .section-committees-link:nth-last-child(3):after {
    display: none; }
  .columns > .section-committees .section-committees-link:nth-last-child(4):after {
    right: 9px; } }

/* divider */
.section-divider {
  border: none;
  border-top: 1px solid #e7e7e7;
  height: 1px;
  margin: 0 20px;
  width: auto; }

.column-75 > .section-divider {
  margin: 0 20px 0 10px; }

.column-66 > .section-divider {
  margin: 0 10px 0 10px; }

@media screen and (max-width: 600px) {
  .column-75 > .section-divider {
    margin: 0 20px; }
  .column-66 > .section-divider {
    margin: 0 20px; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .column-75 > .section-divider {
    margin: 0 20px 0 20px; }
  .column-66 > .section-divider {
    margin: 0 10px 0 20px; } }

.section-divider.margin-none {
  margin-top: 0;
  margin-bottom: 0; }

.section-divider.margin-top {
  margin-top: 20px;
  margin-bottom: 0; }

.section-divider.margin-bottom {
  margin-top: 0;
  margin-bottom: 20px; }

.section-divider.margin-both {
  margin-top: 20px;
  margin-bottom: 20px; }

/* Structure chart */
.section-structure-chart {
  margin-bottom: 10px; }

.columns > .section.section-structure-chart {
  padding: 0 20px; }

.section-structure-chart-chart {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'FrutigerLTPro-Roman', sans-serif; }

.section-structure-chart th {
  width: 25%;
  position: relative; }

.section-structure-chart th.header-above {
  text-align: center;
  padding: 8px 22px 12px 0;
  transform: translateX(-50%);
  border-bottom: 5px solid #fff; }

.section-structure-chart th.header-above:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -14px; }

.section-structure-chart th.header-below {
  background: #a3a2a5;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-bottom: 10px solid #fff;
  padding: 8px 16px 8px 8px;
  overflow: hidden; }

.section-structure-chart th.header-below span {
  position: relative;
  z-index: 1; }

.section-structure-chart th.header-below:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 54px solid transparent;
  border-bottom: 54px solid transparent;
  border-left: 30px solid #fff;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  transform: translateY(-50%); }

.section-structure-chart th.header-below:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 54px solid transparent;
  border-bottom: 54px solid transparent;
  border-left: 30px solid #a3a2a5;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1px;
  transform: translateY(-50%); }

.section-structure-chart th.header-below:last-child:before {
  border-top: 36px solid #fff;
  border-bottom: 36px solid #fff;
  border-left: 20px solid transparent; }

.section-structure-chart th.header-below:last-child:after {
  display: none; }

.section-structure-chart td {
  vertical-align: middle;
  border-bottom: 5px solid #fff;
  width: 12.5%; }

.section-structure-chart td a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 8px 16px 8px 8px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'FrutigerLTPro-Roman', sans-serif; }

.section-structure-chart td a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 54px solid #fff;
  border-bottom: 54px solid #fff;
  border-left: 20px solid transparent;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  transform: translateY(-50%); }

.section-structure-chart td a.arrow-light {
  display: block;
  background: #004c98; }

.section-structure-chart td a.arrow-mid {
  background: #3f95c3; }

.section-structure-chart td a.arrow-dark {
  background: #008c9e; }

.section-structure-chart td.border-thick {
  border-bottom: 10px solid #fff; }

.section-structure-chart td a.arrow-dotted {
  display: block;
  color: #333;
  padding: 10px 16px 10px 8px;
  margin-top: -4px;
  background: url(../images/arrow_dash.png) 0 0 repeat-x, url(../images/arrow_dash.png) 0 100% repeat-x; }

.section-structure-chart td a.arrow-dotted:after {
  content: "";
  display: block;
  width: 30px;
  height: 108px;
  background: url(../images/arrow_dashed.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  transform: translateY(-50%);
  border: none; }

.section-structure-chart.hide-section-1 .section-structure-chart-1 {
  display: none; }

.section-structure-chart.hide-section-2 .section-structure-chart-2 {
  display: none; }

.section-structure-chart.hide-section-3 .section-structure-chart-3 {
  display: none; }

/* ====== Person ====== */
#main.main-person {
  background: #0d223f;
  padding-left: 20px;
  padding-right: 20px; }

a.person-return {
  display: block;
  width: 100%;
  max-width: 620px;
  margin: 14px auto 0;
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #888;
  text-align: left;
  background: url(../images/person_return.png) 0 7px no-repeat;
  padding-left: 12px; }

.person {
  display: block;
  width: 100%;
  max-width: 620px;
  background: #fff;
  margin: 58px auto 50px;
  font-size: 0; }

a.person-return + .person {
  margin: 16px auto 50px; }

.person .person-quote {
  display: block;
  width: 100%; }

.person .person-quote > p {
  font-family: 'FrutigerLTPro-Italic', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  padding-top: 45px;
  background: url(../images/quote.png) 0 0 no-repeat;
  line-height: 1.5;
  margin-bottom: 7px; }

.person .person-quote > p:after {
  content: '\201D';
  font-family: 'FrutigerLTPro-Italic', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #75b643;
  display: inline; }

.person-column-essentials {
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px;
  width: 37.096774%; }

.person-mugshot {
  display: block;
  width: 100%;
  margin-bottom: 16px; }

.person-name {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin: 0;
  transition: color 0.2s linear; }

.person-title {
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #888;
  margin: 0;
  transition: color 0.2s linear; }

.person-column-biography {
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px;
  width: 62.903225%; }

.person-column-biography .person-quote {
  padding-top: 10px; }

.person-additional-image {
  display: block;
  width: 100%;
  position: relative; }

.person-additional-image img {
  display: block;
  width: 100%; }

.person-additional-image-inner {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.person-additional-image-inner .person-quote {
  width: 61.290322%;
  padding: 20px 12.903225%; }

.person-additional-image-inner.quote-top .person-quote {
  align-self: flex-start; }

.person-additional-image-inner.quote-middle .person-quote {
  align-self: center; }

.person-additional-image-inner.quote-bottom .person-quote {
  align-self: flex-end; }

.person-additional-image-inner.quote-left {
  justify-content: flex-start; }

.person-additional-image-inner.quote-centre {
  justify-content: center; }

.person-additional-image-inner.quote-right {
  justify-content: flex-end; }

@media screen and (max-width: 600px) {
  .person-column-essentials {
    display: block;
    width: 100%; }
  .person-mugshot {
    max-width: 240px; }
  .person-column-biography {
    display: block;
    width: 100%; }
  .person-additional-image img {
    display: none; }
  .person-additional-image-inner {
    display: block;
    position: static; }
  .person-additional-image-inner .person-quote {
    width: 100%;
    padding: 0 10px 10px; } }

/* owners */
.section.section-owners {
  padding: 0 20px;
  margin-bottom: 0; }

.columns > .section.section-owners {
  padding: 0; }

.section-owners-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden; }

.section-owners-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  background: #fff; }

.section-owners-owner {
  width: 33.333333%;
  padding: 0 9px 10px 10px;
  border-right: 1px solid #e4e4e4;
  margin-bottom: 19px;
  position: relative; }

.section-owners-owner:nth-child(3n-2):after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 10px;
  width: 300%;
  height: 0;
  border-top: 1px solid #e4e4e4; }

.section-owners-owner:nth-child(3n) {
  border-right: none; }

.section-owners-logo {
  display: block;
  width: 100%;
  max-width: 275px;
  margin: 0 auto 12px; }

.section-owners-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  margin: 0; }

.section-owners-body {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  margin: 0 0 9px;
  line-height: 1.6; }

a.section-owners-link {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  transition: color 0.2s linear; }

a.section-owners-link i {
  padding-right: 10px; }

a.section-owners-link:hover {
  color: #75b643; }

.section-owners-brief-header {
  display: block;
  width: 100%;
  padding: 0 160px;
  border-top: 1px solid #e4e4e4;
  font-size: 0;
  position: relative; }

.section-owners-brief-header h2 {
  display: block;
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 6px;
  text-align: center; }

.section-owners-brief-header h2 strong {
  font-family: 'FrutigerLTPro-light', sans-serif; }

.section-owners-brief-header span {
  display: block;
  position: absolute;
  top: 0;
  right: 20px; }

.section-owners-brief-header a {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 3px 10px 2px;
  border-radius: 4px;
  text-align: center;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.2s linear;
  background: #fff;
  color: #888;
  border: 1px solid #e4e4e4;
  margin: 7px 0 4px; }

.section-owners-brief-header a:hover {
  background: #75b643;
  color: #fff;
  border: 1px solid #75b643; }

.section-owners-brief-logo-list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0 15px 18px;
  justify-content: space-evenly; }

.section-owners-brief-logo-list div {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
  /*border-right: 1px solid #e4e4e4; */ }

.section-owners-brief-logo-list div:last-child {
  border-right: none; }

.section-owners-brief-logo-list img {
  display: block;
  max-width: 100%; }

@media screen and (max-width: 600px) {
  .section-owners-owner {
    width: 50%; }
  .section-owners-owner:nth-child(3n-2):after {
    display: none; }
  .section-owners-owner:nth-child(2n-1):after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 10px;
    width: 200%;
    height: 0;
    border-top: 1px solid #e4e4e4; }
  .section-owners-owner:nth-child(3n) {
    border-right: 1px solid #e4e4e4; }
  .section-owners-owner:nth-child(2n) {
    border-right: none; }
  .section-owners-brief-header {
    padding: 0 20px 12px; }
  .section-owners-brief-header h2 {
    padding: 6px 0 0;
    margin-bottom: 0; }
  .section-owners-brief-header span {
    display: block;
    width: 100%;
    text-align: center;
    position: static; }
  .section-owners-brief-logo-list {
    flex-wrap: wrap;
    margin-top: 10px; }
  .section-owners-brief-logo-list div {
    display: block;
    border-right: none; } }

@media screen and (max-width: 900px) {
  .section.section-owners {
    padding: 0 10px; } }

/* Offices */
.section.section-offices {
  padding: 0 0 10px;
  margin-bottom: 0;
  background: #fff; }

.section-offices-header {
  display: block;
  width: 100%;
  padding: 5px 20px 10px;
  font-size: 0; }

.section-offices-header h2 {
  display: inline-block;
  vertical-align: top;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  width: 25%;
  padding: 7px 20px 0 7.608695%;
  margin-bottom: 6px; }

.section-offices-header p {
  display: inline-block;
  vertical-align: top;
  font-family: 'FrutigerLTPro-light', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  width: 75%;
  max-width: 620px;
  padding: 11px 0 0 0; }

.section-offices-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 10px 0; }

.section-offices-office {
  display: block;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  border-right: 1px solid #e4e4e4;
  position: relative; }

.section-offices-office:after {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0; }

.section-offices-office:nth-child(4n) {
  border-right: none; }

.section-offices-office:nth-child(4n):after {
  right: 10px; }

.section-offices-office:nth-child(4n+1):after {
  left: 10px; }

.section-offices-office:nth-last-child(4):after {
  display: none; }

.section-offices-office:nth-last-child(3):after {
  display: none; }

.section-offices-office:nth-last-child(2):after {
  display: none; }

.section-offices-office:nth-last-child(1):after {
  display: none; }

.section-offices-office h3 {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  text-transform: uppercase;
  margin-bottom: 4px; }

.section-offices-office address {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  margin-bottom: 10px; }

.section-offices-office li {
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  margin-bottom: 4px; }

.section-offices-office li a {
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  cursor: pointer;
  transition: color 0.2s linear; }

.section-offices-office li i {
  display: inline-block;
  width: 25px;
  transition: color 0.2s linear; }

.section-offices-office li a:hover {
  color: #75b643; }

.section-offices-office li a:hover i {
  color: #75b643; }

.section-offices-map-wrapper {
  width: 100%;
  padding: 0 20px; }

.section-offices-map {
  width: 100%;
  height: 520px; }

.section-offices-map-tabs {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  font-size: 0;
  margin: 0; }

.section-offices-map-tabs li {
  display: block;
  width: 130px;
  margin-right: 10px;
  background: #888;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0 0 4px 4px;
  padding: 5px 15px;
  cursor: pointer;
  transition: all 0.2s linear; }

.section-offices-map-tabs li:last-child {
  margin-right: 0; }

.section-offices-map-tabs li:hover {
  background: #0d223f; }

.section-offices-map-tabs li.active {
  background: #0d223f; }

@media screen and (max-width: 400px) {
  .section-offices-map-wrapper {
    display: none; }
  .section-offices-office {
    width: 100%; }
  .section-offices-office {
    border-right: none; }
  .section-offices-office:after {
    left: 10px;
    right: 10px;
    display: block !important; }
  .section-offices-office:last-child:after {
    display: none !important; } }

@media screen and (min-width: 401px) and (max-width: 750px) {
  .section-offices-map-wrapper {
    display: none; }
  .section-offices-office {
    width: 50%; }
  .section-offices-office:nth-child(2n) {
    border-right: none; }
  .section-offices-office:nth-child(2n):after {
    right: 10px; }
  .section-offices-office:nth-child(2n+1):after {
    left: 10px; }
  .section-offices-office:nth-last-child(4):after {
    display: block; }
  .section-offices-office:nth-last-child(3):after {
    display: block; } }

@media screen and (max-width: 800px) {
  .section-offices-header h2 {
    display: block;
    width: 100%;
    padding: 7px 20px 0 0; }
  .section-offices-header p {
    display: block;
    width: 100%;
    padding: 0;
    max-width: 100%; } }

/* Enquiry form */
.section.section-enquiry-form {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 15px 10px 20px;
  margin-bottom: 0;
  background: #f0f2f2; }

.section-enquiry-form-form-wrapper {
  display: block;
  width: 50%;
  padding: 0 10px;
  border-right: 1px solid #e4e4e4; }

.section-enquiry-form-form-wrapper h2 {
  display: block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  width: 100%;
  padding: 0 20px 0 0;
  margin-bottom: 12px; }

.section-enquiry-form-form {
  display: block;
  width: 100%; }

.section-enquiry-form-form p {
  display: block;
  width: 100%;
  margin-bottom: 20px; }

.section-enquiry-form-form form > p:last-of-type {
  margin-bottom: 0;
  text-align: right; }

.section-enquiry-form-form input[type="submit"] {
  display: inline-block;
  width: auto;
  background: #75b643;
  padding: 5px 60px 4px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s linear; }

.section-enquiry-form-form input[type="submit"]:hover {
  background: #0d223f; }

.section-enquiry-form-form span.wpcf7-form-control-wrap {
  display: inline-block;
  width: 76.444444%; }

.section-enquiry-form-form p:first-of-type span.wpcf7-form-control-wrap {
  display: inline-block;
  width: 37.5%;
  padding-left: 5px; }

.section-enquiry-form-form p:first-of-type span.wpcf7-form-control-wrap:nth-child(2) {
  padding-left: 0;
  padding-right: 5px; }

.section-enquiry-form-form p:first-of-type input {
  display: inline-block;
  width: 100%; }

.section-enquiry-form-form p:last-of-type {
  margin-bottom: 0; }

.section-enquiry-form-form .ajax-loader {
  display: block !important;
  width: 100% !important;
  background-position: 100% 0;
  background-repeat: no-repeat;
  margin-top: 4px !important; }

.section-enquiry-form-form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-size: 1.2rem;
  color: red;
  padding: 4px 0 0 2px; }

.section-enquiry-form-form .wpcf7-response-output {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
  padding: 0 0 20px;
  margin: 0;
  color: red;
  text-align: center; }

.section-enquiry-form-form .wpcf7-mail-sent-ok {
  color: #0d223f !important; }

.section-enquiry-form-contacts {
  display: block;
  width: 25%;
  padding: 0 10px;
  border-right: 1px solid #e4e4e4; }

.section-enquiry-form-contact {
  display: block;
  width: 100%;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px; }

.section-enquiry-form-contact:last-child {
  border-bottom: none; }

.section-enquiry-form-contact h3 {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin-bottom: 8px;
  line-height: 1.2; }

.section-enquiry-form-contact-name {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  margin-bottom: 0; }

.section-enquiry-form-contact-position {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  margin-bottom: 4px; }

.section-enquiry-form-contact li {
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  margin-bottom: 4px; }

.section-enquiry-form-contact li a {
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  cursor: pointer;
  transition: color 0.2s linear; }

.section-enquiry-form-contact li i {
  display: inline-block;
  width: 25px;
  transition: color 0.2s linear; }

.section-enquiry-form-contact li a:hover {
  color: #75b643; }

.section-enquiry-form-contact li a:hover i {
  color: #75b643; }

.section-enquiry-form-buttons {
  display: block;
  width: 25%;
  padding: 0 10px; }

.section-enquiry-form-button {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

.section-enquiry-form-button a {
  display: inline-block;
  width: 100%;
  vertical-align: baseline;
  padding: 5px 10px;
  background: #0d223f;
  border-radius: 4px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #fff !important;
  border: 1px solid transparent;
  transition: all 0.2s linear;
  text-align: center;
  line-height: 1.2; }

.section-enquiry-form-button a:hover {
  background: #75b643;
  border: 1px solid #fff; }

.section-enquiry-form-button i {
  vertical-align: baseline;
  font-size: 18px;
  font-size: 1.8rem;
  padding-right: 5px; }

.section-enquiry-form-button img {
  vertical-align: baseline;
  padding-right: 5px; }

@media screen and (max-width: 400px) {
  .section.section-enquiry-form {
    flex-wrap: wrap; }
  .section-enquiry-form-form-wrapper {
    width: 100%;
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px; }
  .section-enquiry-form-contacts {
    width: 100%;
    border-right: none; }
  .section-enquiry-form-contact:last-child {
    padding-bottom: 16px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px; }
  .section-enquiry-form-buttons {
    width: 100%; } }

@media screen and (min-width: 401px) and (max-width: 750px) {
  .section.section-enquiry-form {
    flex-wrap: wrap; }
  .section-enquiry-form-form-wrapper {
    width: 100%;
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px; }
  .section-enquiry-form-contacts {
    width: 50%; }
  .section-enquiry-form-buttons {
    width: 50%; } }

/* company overview */
.section.section-company-overview {
  padding: 0;
  font-size: 0;
  margin-bottom: 10px; }

.section-company-overview-heading {
  width: 100%;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin-bottom: 10px;
  padding: 0 20px; }

.section-company-overview-body {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 10px 0 20px; }

.section-company-overview-body p {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem; }

.section-company-overview-companies {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0;
  position: relative;
  margin-bottom: 0; }

.section-company-overview-companies:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-right: 1px solid #e4e4e4; }

.section-company-overview-company {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 10px 0 10px; }

.section-company-overview-company-logo {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 12px;
  position: relative; }

.section-company-overview-company-overlay {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(117, 182, 67, 0.9);
  transition: opacity 0.2s linear;
  text-align: center;
  z-index: 10;
  opacity: 0; }

.section-company-overview-company-overlay img {
  display: block;
  width: 26px;
  height: 26px; }

.section-company-overview-company-overlay span {
  display: block;
  margin-top: 11px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase; }

.section-company-overview-company-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  margin: 0; }

.section-company-overview-company-body {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  margin: 0 0 9px;
  line-height: 1.6; }

.section-company-overview-company-link {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  transition: color 0.2s linear; }

.section-company-overview-company-link i {
  padding-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: inherit;
  transition: color 0.2s linear; }

.section-company-overview-company-link span {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: inherit;
  transition: color 0.2s linear; }

.section-company-overview-company:hover .section-company-overview-company-overlay {
  opacity: 1; }

.section-company-overview-company:hover .section-company-overview-company-heading {
  text-decoration: underline; }

.section-company-overview-company:hover .section-company-overview-company-link {
  color: #75b643; }

.section-company-overview-company:hover .section-company-overview-company-overlay img,
.section-company-overview-company:hover .section-company-overview-company-overlay span {
  -webkit-animation-name: slide-up-short;
  -moz-animation-name: slide-up-short;
  animation-name: slide-up-short;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.section-company-overview-promo-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 20px 0 10px;
  padding: 0 10px 0 0; }

.section-company-overview-promo {
  width: 100%;
  padding: 4px 10px 3px;
  border: 1px solid #e4e4e4;
  border-radius: 4px; }

.section-company-overview-promo-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  margin-bottom: 7px; }

.section-company-overview-promo-image {
  display: block;
  width: 100%;
  margin-bottom: 7px; }

.section-company-overview-promo-body {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  margin: 0 0 7px;
  line-height: 1.6; }

.section-company-overview-promo a {
  display: block;
  width: 100%;
  padding: 2px 10px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 7px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  transition: all 0.2s linear; }

.section-company-overview-promo a:hover {
  background: #75b643;
  color: #fff;
  border: 1px solid #75b643; }

.section-company-overview-link {
  display: block;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
  text-align: center;
  margin-top: 20px;
  padding: 0 20px; }

.section-company-overview-link a {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background: #0d223f;
  border-radius: 4px;
  padding: 4px 22px;
  margin-left: 20px;
  transition: all 0.2s linear;
  white-space: nowrap; }

.section-company-overview-link a:hover {
  background: #75b643; }

@media screen and (max-width: 600px) {
  .section-company-overview-body {
    display: block;
    width: 100%;
    padding: 0 20px; }
  .section-company-overview-companies {
    width: 100%;
    padding: 0 10px; }
  .section-company-overview-promo-wrapper {
    display: none; }
  .section-company-overview-link a {
    display: table;
    margin: 10px auto 0; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .section-company-overview-body {
    display: block;
    width: 100%;
    padding: 0 20px; }
  .section-company-overview-companies {
    width: 66.666666%;
    padding: 0 0 0 10px; }
  .section-company-overview-companies:after {
    padding-left: 5px; }
  .section-company-overview-promo-wrapper {
    width: 33.333333%;
    padding: 0 20px 0 10px; } }

/* Company Detail */
.section-company-detail-inner {
  display: flex;
  flex-wrap: nowrap; }

.section-company-detail-company {
  display: block;
  width: 50%;
  padding-right: 9px;
  border-right: 1px solid #e4e4e4; }

.section-company-detail-company + .section-company-detail-company {
  padding-right: 0;
  border-right: none;
  padding-left: 10px; }

.section-company-detail-company-logo {
  display: block;
  width: 100%;
  padding-bottom: 60%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 12px; }

.section-company-detail-company-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  margin: 0; }

.section-company-detail-glance {
  margin: 10px 0; }

.section-company-detail-glance-heading {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  text-transform: uppercase;
  margin-bottom: 5px; }

.section-company-detail-glance th {
  font-family: 'FrutigerLTPro-Condensed', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  text-align: left;
  padding-right: 10px;
  text-transform: uppercase;
  width: 35%;
  line-height: 1.2;
  padding-bottom: 10px; }

.section-company-detail-glance td {
  font-family: 'FrutigerLTPro-LightCn', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  text-align: left;
  line-height: 1.2;
  padding-bottom: 10px; }

.section-company-detail-divider {
  border: none;
  border-top: 1px solid #e4e4e4;
  margin: 10px 0; }

.section-company-detail-numbers {
  margin: 10px 0; }

.section-company-detail-numbers-heading {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  text-transform: uppercase;
  margin-bottom: 5px; }

.section-company-detail-numbers-subheading {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  margin-bottom: 3px; }

.section-company-detail-numbers table {
  border-top: 1px solid #e4e4e4;
  width: 100%; }

.section-company-detail-numbers thead th {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-align: right;
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 0 3px; }

.section-company-detail-numbers thead th:first-child {
  text-align: left; }

.section-company-detail-numbers tbody th {
  font-family: 'FrutigerLTPro-LightCn', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #e4e4e4;
  padding: 4px 0 3px; }

.section-company-detail-numbers tbody td {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0d223f;
  text-align: right;
  width: 25%;
  border-bottom: 1px solid #e4e4e4;
  padding: 4px 0 3px 10px; }

.section-company-detail-chart {
  margin: 10px 0; }

.section-company-detail-chart-heading {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  margin-bottom: 5px; }

.section-company-detail-chart img {
  display: block;
  width: 100%; }

.section-company-detail-table {
  margin: 10px 0; }

.section-company-detail-table-heading {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  margin-bottom: 5px; }

.section-company-detail-table table {
  border-top: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
  width: 100%; }

.section-company-detail-table thead th {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background: #0d223f;
  text-align: center;
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  padding: 5px 6px 3px; }

.section-company-detail-table tbody td {
  font-family: 'FrutigerLTPro-LightCn', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-align: right;
  width: 25%;
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  padding: 5px 6px 3px;
  transition: all 0.2s linear; }

.section-company-detail-table.first-column-highlight table thead tr > :first-child {
  text-align: left; }

.section-company-detail-table.first-column-highlight table tbody tr > :first-child {
  background: #f0f2f2;
  text-align: left; }

.section-company-detail-table.last-row-highlight table tbody tr:last-child td {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif; }

.section-company-detail-table tbody tr:hover td {
  background: #76b82a !important; }

.section-company-detail .wysiwyg a.link-button {
  background: #fff;
  border: 1px solid #e4e4e4;
  color: #888; }

.section-company-detail .wysiwyg a.link-button:hover {
  background: #75b643;
  border: 1px solid #75b643;
  color: #fff; }

.section-company-detail-section:last-child {
  margin-bottom: 0; }

.section-company-detail-section:last-child > :last-child {
  margin-bottom: 0; }

.section-company-detail-table-notes {
  margin-top: 14px; }

.wysiwyg-notes * {
  font-family: 'FrutigerLTPro-LightCn', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  line-height: 1.4; }

.wysiwyg-notes h3 {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif; }

.wysiwyg-notes h4 {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif; }

.wysiwyg-notes span.note {
  display: block;
  padding-left: 18px; }

.wysiwyg-notes span.note-ref {
  display: inline-block;
  width: 18px;
  margin-left: -18px; }

.wysiwyg-notes span.note + br {
  display: none; }

.wysiwyg-notes h1,
.wysiwyg-notes h2,
.wysiwyg-notes h3,
.wysiwyg-notes h4,
.wysiwyg-notes h5,
.wysiwyg-notes h6 {
  margin-bottom: 0; }

.wysiwyg-notes p,
.wysiwyg-notes ul,
.wysiwyg-notes ol {
  margin-bottom: 4px; }

.wysiwyg-notes li {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 15px;
  position: relative; }

.wysiwyg-notes ul li:before {
  content: "";
  display: block;
  background: #888;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 9px;
  left: 0; }

.wysiwyg-notes li > ul {
  margin-top: 4px; }

.wysiwyg-notes ol {
  list-style: decimal; }

.wysiwyg-notes ol li {
  margin-bottom: 0;
  margin-left: 18px;
  padding-left: 18px;
  display: list-item; }

.wysiwyg-notes li > ol {
  margin-top: 4px; }

.wysiwyg-notes strong {
  font-family: 'FrutigerLTPro-Bold', sans-serif; }

.wysiwyg-notes em {
  font-style: italic; }

.wysiwyg-notes a {
  display: inline;
  font-size: inherit;
  color: inherit;
  border-bottom: 1px solid #e4e4e4;
  transition: all .2s linear; }

.wysiwyg-notes a strong {
  border-bottom: 1px solid #e4e4e4;
  transition: all .2s linear; }

.wysiwyg-notes a:hover {
  border-bottom: 1px solid #888; }

.wysiwyg-notes a:hover strong {
  border-bottom: 1px solid #888; }

@media screen and (max-width: 600px) {
  .section-company-detail-inner {
    flex-wrap: wrap; }
  .section-company-detail-company {
    width: 100%;
    padding: 0 0 20px 0;
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px; }
  .section-company-detail-company + .section-company-detail-company {
    padding: 0 0 20px 0;
    border-bottom: none;
    margin-bottom: 0; } }

/* promo - small */
.section-promo-small-wrapper {
  width: 100%;
  padding: 4px 10px 3px;
  border: 1px solid #e4e4e4;
  border-radius: 4px; }

.section-promo-small-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  margin-bottom: 7px; }

.section-promo-small-image {
  display: block;
  width: 100%;
  margin-bottom: 7px; }

.section-promo-small-body {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  margin: 0 0 7px;
  line-height: 1.6; }

.section-promo-small-wrapper.font-default .section-promo-small-body {
  font-size: 14px;
  font-size: 1.4rem; }

.section-promo-small-wrapper.font-small .section-promo-small-body {
  font-size: 12px;
  font-size: 1.2rem; }

.section-promo-small-wrapper.bg-white {
  background: #fff; }

.section-promo-small-wrapper.bg-white .section-promo-small-heading {
  color: #0d223f; }

.section-promo-small-wrapper.bg-white .section-promo-small-body {
  color: #333; }

.section-promo-small-wrapper.bg-grey {
  background: #f0f2f2; }

.section-promo-small-wrapper.bg-grey .section-promo-small-heading {
  color: #0d223f; }

.section-promo-small-wrapper.bg-grey .section-promo-small-body {
  color: #333; }

.section-promo-small-wrapper.bg-blue {
  background: #188aaa; }

.section-promo-small-wrapper.bg-blue .section-promo-small-heading {
  color: #fff; }

.section-promo-small-wrapper.bg-blue .section-promo-small-body {
  color: #fff; }

.section-promo-small a {
  display: block;
  width: 100%;
  padding: 7px 10px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 7px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.2s linear; }

.section-promo-small a.bg-white {
  background: #fff;
  color: #888;
  border: 1px solid #e4e4e4; }

.section-promo-small a.bg-white:hover {
  background: #75b643;
  color: #fff;
  border: 1px solid #75b643; }

.section-promo-small a.bg-blue {
  background: #0d223f;
  color: #fff;
  border: 1px solid #888; }

.section-promo-small a.bg-blue:hover {
  background: #75b643;
  color: #fff;
  border: 1px solid #75b643; }

@media screen and (max-width: 600px) {
  .section-promo-small-wrapper.font-small .section-promo-small-body {
    font-size: 14px;
    font-size: 1.4rem; } }

/* Promo (wide) */
.section.section-promo-wide {
  background: #1e8caa;
  margin: 0;
  padding: 20px 20px; }

.section-promo-wide-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 0 5px; }

.section-promo-wide-inner > * {
  display: block;
  width: 25%;
  padding: 10px 5px; }

.section-promo-wide-text {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  line-height: 1.5;
  margin: 0; }

.section-promo-wide-text .large {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: 'FrutigerLTPro-BlackCn', sans-serif;
  line-height: 1.25;
  color: #235374; }

.section-promo-wide-text .medium {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'FrutigerLTPro-BlackCn', sans-serif;
  line-height: 1.25;
  color: #235374; }

.section-promo-wide-image {
  display: block; }

a.section-promo-wide-button {
  display: block;
  width: 100%;
  background: #0d223f;
  color: #fff;
  text-align: center;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 7px 10px;
  border-radius: 4px;
  transition: all 0.2s linear;
  margin-top: 8px; }

a.section-promo-wide-button:hover {
  background: #75b643; }

.section-promo-wide.layout-text .section-promo-wide-inner {
  align-items: center; }

.section-promo-wide.layout-text .section-promo-wide-inner > * {
  padding: 0 5px; }

.section-promo-wide.layout-text .section-promo-wide-text:first-child {
  width: 75%;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555; }

.section-promo-wide.layout-text a.section-promo-wide-button {
  margin: 10px 0; }

@media screen and (max-width: 500px) {
  .section-promo-wide-inner {
    flex-wrap: wrap; }
  .section-promo-wide-inner > * {
    width: 100%; }
  .section-promo-wide.layout-text .section-promo-wide-inner {
    justify-content: center; }
  .section-promo-wide-text {
    text-align: center; } }

@media screen and (min-width: 501px) and (max-width: 750px) {
  .section-promo-wide-inner {
    flex-wrap: wrap; }
  .section-promo-wide-inner > * {
    width: 50%; }
  .section-promo-wide.layout-text .section-promo-wide-inner {
    justify-content: center; }
  .section-promo-wide.layout-text .section-promo-wide-text:first-child {
    width: 100%;
    text-align: center; } }

/* Promo collection */
.section.section-promo-collection {
  background: #f0f2f2;
  margin: 0;
  padding: 20px 10px 0; }

.section-promo-collection-inner {
  display: flex;
  flex-wrap: nowrap; }

.section-promo-collection .section-promo-small {
  width: 25%;
  margin: 0;
  padding-bottom: 20px; }

.section-promo-double {
  width: 50%;
  padding: 0 10px 20px; }

.section-promo-double-wrapper {
  width: 100%;
  /* height: 100%; */
  padding: 4px 10px 3px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  font-size: 0; }

.section-promo-double-column {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 10px; }

.section-promo-double-column + .section-promo-double-column {
  padding-right: 0;
  padding-left: 10px; }

.section-promo-double-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  margin-bottom: 7px; }

.section-promo-double-image {
  display: block;
  width: 100%;
  margin-bottom: 7px; }

.section-promo-double-body {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  margin: 0 0 7px;
  line-height: 1.6; }

.section-promo-double-wrapper.font-default .section-promo-double-body {
  font-size: 14px;
  font-size: 1.4rem; }

.section-promo-double-wrapper.font-small .section-promo-double-body {
  font-size: 12px;
  font-size: 1.2rem; }

.section-promo-double-wrapper.bg-white {
  background: #fff; }

.section-promo-double-wrapper.bg-white .section-promo-double-heading {
  color: #0d223f; }

.section-promo-double-wrapper.bg-white .section-promo-double-body {
  color: #333; }

.section-promo-double-wrapper.bg-grey {
  background: #f0f2f2; }

.section-promo-double-wrapper.bg-grey .section-promo-double-heading {
  color: #0d223f; }

.section-promo-double-wrapper.bg-grey .section-promo-double-body {
  color: #333; }

.section-promo-double-wrapper.bg-blue {
  background: #188aaa; }

.section-promo-double-wrapper.bg-blue .section-promo-double-heading {
  color: #fff; }

.section-promo-double-wrapper.bg-blue .section-promo-double-body {
  color: #fff; }

.section-promo-double a {
  display: block;
  width: 100%;
  padding: 7px 10px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 7px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.2s linear; }

.section-promo-double a.bg-white {
  background: #fff;
  color: #888;
  border: 1px solid #e4e4e4; }

.section-promo-double a.bg-white:hover {
  background: #75b643;
  color: #fff;
  border: 1px solid #75b643; }

.section-promo-double a.bg-blue {
  background: #0d223f;
  color: #fff;
  border: 1px solid #888; }

.section-promo-double a.bg-blue:hover {
  background: #75b643;
  color: #fff;
  border: 1px solid #75b643; }

@media screen and (max-width: 600px) {
  .section-promo-double-wrapper.font-small .section-promo-double-body {
    font-size: 14px;
    font-size: 1.4rem; } }

@media screen and (max-width: 750px) {
  .section-promo-collection-inner {
    flex-wrap: wrap; }
  .section-promo-collection .section-promo-small {
    width: 50%; }
  .section-promo-double {
    width: 100%; } }

/* sector list */
.section.section-sectors {
  margin-bottom: 0; }

.section-sectors-heading {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin: 0 10px 15px;
  padding: 7px 0 0;
  border-top: 1px solid #e4e4e4; }

.section-sectors-heading strong {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: inherit;
  color: inherit; }

.section-sectors-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden; }

.section-sectors-list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  background: #fff; }

.section-sectors-sector {
  width: 25%;
  padding: 0 9px 10px 10px;
  border-right: 1px solid #e4e4e4;
  margin-bottom: 19px;
  position: relative; }

.section-sectors-sector:nth-child(4n-3):after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 10px;
  width: 400%;
  height: 0;
  border-top: 1px solid #e4e4e4; }

.section-sectors-sector:nth-child(4n) {
  border-right: none; }

.section-sectors-sector a {
  display: block; }

.section-sectors-sector-image {
  display: block;
  position: relative;
  margin-bottom: 11px; }

.section-sectors-sector-image img {
  display: block;
  width: 100%; }

.section-sectors-sector-image-overlay {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(117, 182, 67, 0.9);
  transition: opacity 0.2s linear;
  text-align: center;
  z-index: 10;
  opacity: 0; }

.section-sectors-sector-image-overlay img {
  display: block;
  width: 60px;
  height: 60px; }

.section-sectors-sector-image-overlay span {
  display: block;
  margin-top: 11px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase; }

.section-sectors-sector-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  margin: 0 0 5px; }

.section-sectors-sector-body {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  margin: 0 0 5px;
  line-height: 1.6; }

.section-sectors-sector:hover .section-sectors-sector-image-overlay {
  opacity: 1; }

.section-sectors-sector:hover .section-sectors-sector-heading {
  text-decoration: underline; }

.section-sectors-sector:hover .section-sectors-sector-image-overlay img,
.section-sectors-sector:hover .section-sectors-sector-image-overlay span {
  -webkit-animation-name: slide-up-short;
  -moz-animation-name: slide-up-short;
  animation-name: slide-up-short;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s; }

@media screen and (max-width: 700px) {
  .section-sectors-sector {
    width: 50%; }
  .section-sectors-sector:nth-child(4n-3):after {
    border-top: none; }
  .section-sectors-sector:nth-child(2n-1):after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 10px;
    width: 200%;
    height: 0;
    border-top: 1px solid #e4e4e4; }
  .section-sectors-sector:nth-child(2n) {
    border-right: none; } }

/* Chart list */
.section.section-chart-list {
  font-size: 0;
  padding: 0; }

.section-chart-list-inner {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 0; }

.section-chart-list-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  position: relative; }

.section-chart-list-item:nth-child(1) {
  margin-top: 0; }

.section-chart-list-item:nth-child(2) {
  margin-top: 0; }

.section-chart-list-stats {
  padding: 0 10px;
  font-size: 0; }

.section-chart-list-stats .section-stat {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0; }

.section-chart-list-stats .section-stat-inner {
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  margin: 20px 0 0; }

.section-chart-list-stats .section-stat .large {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  color: #0d223f; }

.section-chart-list-stats .section-stat .medium {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  color: #0d223f; }

@media screen and (max-width: 600px) {
  .section.section-chart-list {
    padding: 0 10px; }
  .section-chart-list-item {
    width: 100%; }
  .section-chart-list-item:nth-child(2) {
    margin-top: 20px; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .section.section-chart-list {
    padding: 0 0 0 10px; } }

/* Pie chart */
.section-chart-pie {
  font-size: 0; }

.section-chart-pie-inner {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.section-chart-pie-wrapper {
  display: block;
  width: 100%; }

.section-chart-pie-heading {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  padding: 0 10px 10px;
  margin: 0 0 4px 0;
  min-height: 40px; }

.section-chart-pie .chart-container {
  display: block;
  width: 100%;
  margin: 0 auto 12px; }

.section-chart-pie-legend {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 10px 10px 0;
  margin: 0 auto; }

.section-chart-pie-legend table {
  width: 100%; }

.section-chart-pie-legend td.section-chart-pie-legend-cell-left {
  font-family: 'FrutigerLTPro-LightCn', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-align: left;
  position: relative; }

.section-chart-pie-legend td.section-chart-pie-legend-cell-left span {
  display: block;
  padding-left: 18px; }

.section-chart-pie-legend td.section-chart-pie-legend-cell-left span.section-chart-pie-legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 0;
  padding: 0; }

.section-chart-pie-legend td.section-chart-pie-legend-cell-right {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  text-align: right;
  white-space: nowrap; }

.section-chart-pie-legend td.weight-light {
  font-family: 'FrutigerLTPro-LightCn', sans-serif; }

.section-chart-pie-legend td.weight-bold {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif; }

.section-chart-pie-legend td.colour-blue {
  color: #0d223f; }

.section-chart-pie-legend td.colour-grey {
  color: #333; }

.section-chart-pie-legend td.colour-light-grey {
  color: #888; }

.section-chart-pie-legend-row.gap-on td {
  padding-bottom: 10px; }

.section-chart-pie-legend tbody.colour-gap-on tr.data-section-1 + tr.data-section-2 td {
  padding-top: 10px; }

.section-chart-pie-legend tbody.colour-gap-on tr.data-section-1 + tr.data-section-2 td span:first-child {
  margin-top: 10px; }

.section-chart-pie-legend tbody tr:last-child td {
  padding-bottom: 10px; }

@media screen and (max-width: 400px) {
  .section-chart-pie-heading {
    min-height: 0; }
  .section-chart-pie .chart-container {
    display: block;
    width: 100%; }
  .section-chart-pie-legend {
    display: block;
    width: 100%;
    padding: 10px 10px 0 10px; } }

/* project list - limited */
.section.section-projects {
  margin-bottom: 0;
  padding-bottom: 20px; }

.section.section-projects.bg-white {
  background: #fff;
  border-top: 1px solid #e4e4e4; }

.section.section-projects.bg-grey {
  background-color: #f0f2f2; }

.section-projects-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }

.section-projects-heading {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin: 0 10px 8px;
  padding: 10px 0 0; }

.section-projects-heading strong {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: inherit;
  color: inherit; }

a.section-projects-button {
  display: inline-block;
  width: auto;
  padding: 3px 10px 2px;
  border-radius: 4px;
  text-align: center;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.2s linear;
  background: #fff;
  color: #888;
  border: 1px solid #e4e4e4;
  margin: 4px 10px 4px 10px; }

a.section-projects-button:hover {
  background: #75b643;
  color: #fff;
  border: 1px solid #75b643; }

.section-projects-button-mobile {
  display: none;
  text-align: center; }

.section-projects-button-mobile a.section-projects-button {
  margin: 20px 10px 0; }

.section-projects-list-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  overflow-x: auto; }

.section-projects-list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  position: relative; }

.section-projects-project {
  width: 100%;
  padding: 0 9px 0 10px;
  border-right: 1px solid #e4e4e4;
  margin-bottom: 20px;
  position: relative; }

.section-projects-project:last-child {
  border-right: none; }

.section-projects-list-empty {
  display: block;
  width: 100%;
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  padding: 0 10px;
  margin: 0; }

.section-projects-list.count-2 .section-projects-project {
  width: 50%; }

.section-projects-list.count-3 .section-projects-project {
  width: 33.333333%; }

.section-projects-list.count-4 .section-projects-project {
  width: 25%;
  min-width: 25%; }

.section-projects-project > a {
  display: block; }

.section-projects-project-image {
  display: block;
  position: relative;
  margin-bottom: 11px; }

.section-projects-project-image img {
  display: block;
  width: 100%; }

.section-projects-project-image-overlay {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(117, 182, 67, 0.9);
  transition: opacity 0.2s linear;
  text-align: center;
  z-index: 10;
  opacity: 0; }

.section-projects-project-image-overlay img {
  display: block;
  width: 26px;
  height: 26px; }

.section-projects-project-image-overlay span {
  display: block;
  margin-top: 11px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase; }

.section-projects-project-country {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #888;
  text-transform: uppercase;
  margin: 0; }

.section-projects-project-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  margin: 0 0 5px; }

.section-projects-project-body {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  margin: 0 0 5px;
  line-height: 1.6; }

.section-projects-project > a:hover .section-projects-project-image-overlay {
  opacity: 1; }

.section-projects-project > a:hover .section-projects-project-heading {
  text-decoration: underline; }

.section-projects-project > a:hover .section-projects-project-image-overlay img,
.section-projects-project > a:hover .section-projects-project-image-overlay span {
  -webkit-animation-name: slide-up-short;
  -moz-animation-name: slide-up-short;
  animation-name: slide-up-short;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s; }

@media screen and (max-width: 600px) {
  .section-projects-list.count-2 .section-projects-project {
    min-width: 100%; }
  .section-projects-list.count-3 .section-projects-project {
    min-width: 100%; }
  .section-projects-list.count-4 .section-projects-project {
    min-width: 100%; }
  .section-projects-header a.section-projects-button {
    display: none; }
  .section-projects-button-mobile {
    display: block; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .section-projects-list.count-3 .section-projects-project {
    min-width: 50%; }
  .section-projects-list.count-4 .section-projects-project {
    min-width: 50%; } }

/* project list - full */
.section.section-projects-full {
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 20px;
  background: #fff; }

.section-projects-full-filter-bar {
  font-size: 0; }

.section-projects-full-filter-top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }

.section-projects-full-filter-top h2 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin: 0;
  width: 41.489361%; }

.section-projects-full-filter-search {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 41.489361%; }

.section-projects-full-filter-search i {
  font-size: 16px;
  font-size: 1.6rem;
  color: #75b643;
  padding-right: 6px; }

.section-projects-full-filter-search input {
  display: block;
  height: 20px;
  width: auto;
  padding: 2px 10px;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0d223f;
  background: #f0f2f2;
  border: 0;
  flex-grow: 1; }

.section-projects-full-filter-search button {
  display: block;
  height: 20px;
  width: auto;
  padding: 2px 8px;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background: #76b82a;
  border: 0;
  text-transform: uppercase; }

.section-projects-full-filter-top select {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 17.021276%;
  margin: 0 0 0 10px;
  padding: 6px 10px 6px 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select_caret_grey.png) 100% 12px no-repeat;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  text-transform: uppercase; }

.section-projects-full-filter-drops {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  padding: 0 10px 0 0;
  position: relative; }

.section-projects-full-filter-drops select {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 25%;
  margin: 0 0 0 10px;
  padding: 6px 10px 6px 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select_caret.png) 100% 12px no-repeat;
  border-right: 1px solid #e4e4e4;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f; }

.section-projects-full-filter-drops select :disabled {
  color: #e4e4e4; }

.section-projects-full-filter-drops label {
  display: inline-block;
  vertical-align: middle;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  margin: 6px 0;
  padding: 0 0 0 10px;
  white-space: nowrap; }

.section-projects-full-filter-drops button {
  display: inline-block;
  vertical-align: middle;
  width: 15.957446%;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background: none;
  margin-left: 10px;
  padding: 4px 10px;
  transition: all 0.2s linear;
  cursor: pointer; }

.section-projects-full-filter-drops button:hover {
  background: #e4e4e4; }

.section-projects-full-filter-pills {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 10px 10px 0; }

.section-projects-full-filter-pills .section-projects-full-filter-pills-pill {
  display: inline-block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  border: 1px solid #75b643;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 10px;
  padding: 2px 10px; }

.section-projects-full-filter-pills .section-projects-full-filter-pills-pill.section-projects-full-filter-pills-header {
  border: 1px solid #e4e4e4; }

.section-projects-full-filter-pills .section-projects-full-filter-pills-pill.section-projects-full-filter-pills-clear {
  border: 1px solid #0d223f;
  transition: all 0.2s linear;
  cursor: pointer;
  background-image: url(../images/filter_clear.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 30px;
  color: #0d223f; }

.section-projects-full-filter-pills .section-projects-full-filter-pills-pill.section-projects-full-filter-pills-clear:hover {
  background-color: #e4e4e4; }

.section-projects-full-list-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative; }

.section-projects-full-list-wrapper:before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10; }

.section-projects-full-list-wrapper:after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }

.section-projects-full-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0 0;
  position: relative; }

.section-projects-full-project {
  width: 25%;
  padding: 0 9px 0 10px;
  border-right: 1px solid #e4e4e4;
  margin-bottom: 31px;
  position: relative; }

.section-projects-full-project:nth-child(4n) {
  border-right: none; }

.section-projects-full-project:nth-child(4n):after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 400%;
  border-bottom: 1px solid #e4e4e4; }

.section-projects-full-project:last-child {
  border-right: none; }

.section-projects-full-list-empty {
  display: block;
  width: 100%;
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  padding: 20px 10px 0;
  margin: 0; }

.section-projects-full-project > a {
  display: block; }

.section-projects-full-project-image {
  display: block;
  position: relative;
  margin-bottom: 11px; }

.section-projects-full-project-image img {
  display: block;
  width: 100%; }

.section-projects-full-project-image-overlay {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(117, 182, 67, 0.9);
  transition: opacity 0.2s linear;
  text-align: center;
  z-index: 10;
  opacity: 0; }

.section-projects-full-project-image-overlay img {
  display: block;
  width: 26px;
  height: 26px; }

.section-projects-full-project-image-overlay span {
  display: block;
  margin-top: 11px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase; }

.section-projects-full-project-country {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #888;
  text-transform: uppercase;
  margin: 0; }

.section-projects-full-project-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  margin: 0 0 5px; }

.section-projects-full-project-body {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  margin: 0 0 5px;
  line-height: 1.6; }

.section-projects-full-project > a:hover .section-projects-full-project-image-overlay {
  opacity: 1; }

.section-projects-full-project > a:hover .section-projects-full-project-heading {
  text-decoration: underline; }

.section-projects-full-project > a:hover .section-projects-full-project-image-overlay img,
.section-projects-full-project > a:hover .section-projects-full-project-image-overlay span {
  -webkit-animation-name: slide-up-short;
  -moz-animation-name: slide-up-short;
  animation-name: slide-up-short;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.section-projects-full-more {
  display: block;
  width: 100%;
  text-align: center; }

a.section-projects-full-more-button {
  display: inline-block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #f0f2f2;
  border-radius: 4px;
  background: #0d223f;
  margin: 0 auto 10px;
  padding: 4px 50px;
  transition: all 0.2s linear;
  cursor: pointer; }

.section-projects-full-more-button:hover {
  background: #75b643; }

.section-projects-full .spinner {
  display: block;
  margin: 30px auto 0; }

@media screen and (max-width: 600px) {
  .section-projects-full-filter-top {
    display: block; }
  .section-projects-full-filter-top h2 {
    display: block;
    width: 100%; }
  .section-projects-full-filter-search {
    display: none; }
  .section-projects-full-filter-top select {
    display: none; }
  .section-projects-full-filter-drops {
    display: none; }
  .section-projects-full-filter-pills {
    display: none; }
  .section-projects-full-project {
    width: 100%;
    border-right: none; }
  .section-projects-full-project:after {
    content: "";
    position: absolute;
    bottom: -16px;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #e4e4e4; }
  .section-projects-full-project:last-child:after {
    display: none; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .section-projects-full-filter-top {
    justify-content: space-between;
    flex-wrap: wrap; }
  .section-projects-full-filter-top h2 {
    display: block;
    width: 100%; }
  .section-projects-full-filter-search {
    flex-grow: 1;
    padding-left: 10px; }
  .section-projects-full-filter-top select {
    width: 25%; }
  .section-projects-full-project {
    width: 50%; }
  .section-projects-full-project:nth-child(2n) {
    border-right: none; }
  .section-projects-full-project:nth-child(2n):after {
    content: "";
    position: absolute;
    bottom: -16px;
    right: 0;
    width: 200%;
    border-bottom: 1px solid #e4e4e4; } }

/* Country map */
.section.section-map {
  padding: 0;
  margin-bottom: 0; }

.section-map #map-country {
  display: block;
  width: 100%;
  height: 570px; }

.section-map-filter-wrapper {
  position: relative; }

.section-map-filter-bar {
  font-size: 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }

.section-map-filter-bar h2 {
  display: inline-block;
  vertical-align: middle;
  width: 17.708333%;
  padding: 0 0 0 20px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin: 0; }

.section-map-filter-drops {
  display: inline-block;
  vertical-align: middle;
  width: 69.791666%;
  padding: 0 10px 0 0;
  position: relative; }

.section-map-filter-drops select {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 34.328358%;
  margin: 0 0 0 10px;
  padding: 6px 10px 6px 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select_caret.png) 100% 12px no-repeat;
  border-right: 1px solid #e4e4e4;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f; }

.section-map-filter-drops select :disabled {
  color: #e4e4e4; }

.section-map-filter-drops label {
  display: inline-block;
  vertical-align: middle;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  margin: 6px 0;
  line-height: 30px;
  padding: 0 0 0 10px;
  border-left: 1px solid #e4e4e4; }

.section-map-filter-drops button {
  display: inline-block;
  vertical-align: middle;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background: none;
  margin-left: 10px;
  padding: 4px 10px;
  transition: all 0.2s linear;
  cursor: pointer; }

.section-map-filter-drops button:hover {
  background: #e4e4e4; }

.section-map-display-toggle {
  display: inline-block;
  vertical-align: middle;
  width: 12.5%;
  padding: 0 20px 0 0;
  margin: 0;
  text-align: right; }

.section-map-display-toggle span {
  display: none;
  margin: 0;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  text-transform: uppercase;
  cursor: pointer; }

.section-map-display-toggle i {
  padding-right: 6px;
  font-size: 16px;
  font-size: 1.6rem; }

.section-map-and-list-wrapper.display-map .section-map-display-toggle span.list {
  display: block; }

.section-map-and-list-wrapper.display-list .section-map-display-toggle span.map {
  display: block; }

.js .section-map-list-wrapper {
  display: none; }

.section-map-legend {
  margin: 0;
  padding: 0 20px; }

.section-map-legend span {
  display: inline-block;
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
  padding: 11px 13px 11px 0; }

.section-map-legend span i {
  color: #1d8caa;
  margin-right: 5px;
  font-size: 14px;
  font-size: 1.4rem; }

.section-map-legend span:first-child i {
  color: #235374; }

.popup-tip-anchor {
  height: 0;
  position: absolute;
  width: 200px; }

.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0; }

.popup-bubble-anchor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e7e7e7; }

.popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #75b643; }

.popup-bubble-content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  background-color: transparent; }

#map-country-info {
  display: block;
  width: 200px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px; }

#map-country-info p:first-child {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  margin: 4px 8px; }

#map-country-info table {
  width: 100%;
  margin-bottom: 4px; }

#map-country-info th {
  font-family: 'FrutigerLTPro-LightCn', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  padding: 0 8px 4px; }

#map-country-info td {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0d223f;
  padding: 0 8px 4px;
  text-align: right; }

#map-country-info p:last-child {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  background: #75b643;
  margin: 0;
  padding: 4px 8px; }

#map-country-info p:last-child i {
  padding-right: 6px; }

.section-map-list-wrapper {
  display: block;
  background: #0d223f; }

.section-map-list-container {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  padding: 60px 0;
  font-size: 0;
  min-height: 570px; }

.section-map-list {
  display: inline-block;
  width: 50%;
  vertical-align: top; }

.section-map-list-item {
  display: block;
  width: 100%;
  padding: 0 10px 10px;
  margin-bottom: 11px;
  position: relative; }

.section-map-list-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 0;
  border-bottom: 1px solid #fff; }

.section-map-list-item-title {
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 2px;
  cursor: pointer; }

.section-map-list-item-title:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  right: 10px;
  color: #fff; }

.section-map-list-item-title:hover {
  text-decoration: underline; }

.section-map-list-item-body {
  display: block;
  width: 100%; }

.section-map-list-item-table {
  width: 100%;
  margin-bottom: 4px; }

.section-map-list-item-table th {
  font-family: 'FrutigerLTPro-LightCn', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  padding: 0 8px 1px 0; }

.section-map-list-item-table td {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #75b643;
  padding: 0 0 1px 8px;
  text-align: right; }

.section-map-list-item a {
  display: block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  margin: 0;
  padding: 0; }

.section-map-list-item a i {
  padding-right: 6px;
  color: #75b643; }

.expander-open .section-map-list-item-title:after {
  content: "\f106"; }

.section-map-filter-pills {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -42px;
  left: 20px;
  right: 0;
  pointer-events: none;
  z-index: 900;
  font-size: 0; }

.section-map-filter-pills span {
  display: inline-block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  border: 1px solid #75b643;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 10px;
  padding: 2px 10px; }

.section-map-filter-pills span.section-map-filter-pills-header {
  border: 1px solid #e4e4e4; }

.section-map-filter-pills span.section-map-filter-pills-clear {
  border: 1px solid #0d223f;
  transition: all 0.2s linear;
  pointer-events: auto;
  cursor: pointer;
  background-image: url(../images/filter_clear.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 30px; }

.section-map-filter-pills span.section-map-filter-pills-clear:hover {
  background-color: #e4e4e4; }

.js .expander-target {
  display: none; }

.section-map-country-wrapper {
  display: none;
  position: relative; }

.section-map-country-list {
  display: block;
  margin: 0; }

.section-map-country-item {
  display: none;
  margin: 0;
  min-height: 612px;
  background: #0d223f; }

.section-map-country-item-title {
  display: block;
  background: #0d223f;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #fff;
  padding: 5px 20px;
  position: relative;
  margin: 0; }

.section-map-country-item-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: url(../images/shadow_blue_dark.png) 0 0 repeat-x;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1; }

.section-map-country-item-main {
  display: block;
  background: #233650;
  padding: 15px 0 0;
  position: relative;
  font-size: 0; }

.section-map-country-item-main:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: transparent url(../images/shadow_dark.png) 0 0 repeat-x;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0; }

.section-map-country-item-body {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  padding: 5px 10px 0 20px; }

.section-map-country-item-body .wysiwyg {
  float: left;
  width: 90%;
  padding: 0 0 0 20px; }

.section-map-country-item-body .wysiwyg * {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem; }

.section-map-country-item-subheading {
  display: block;
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #fff;
  padding: 5px 20px;
  margin: 0; }

.section-map-country-item-flag {
  display: block;
  width: 10%;
  max-width: 70px;
  float: left;
  margin: 2px 0 20px; }

.section-map-country-item-data {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 20px 0 10px;
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #f0f2f2; }

.section-map-country-item-data .large {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  color: #76b82a; }

.section-map-country-item-data .medium {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #76b82a; }

a.section-map-country-item-button {
  display: inline-block;
  padding: 3px 20px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #76b82a;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  background: transparent;
  transition: all 0.2s linear;
  margin-top: 20px; }

a.section-map-country-item-button:hover {
  color: #fff;
  border: 1px solid #76b82a;
  background: #76b82a; }

.section-map-country-list-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 48px 8px; }

.section-map-country-list-close:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/values_close.png) 0 0 no-repeat;
  position: absolute;
  top: 13px;
  right: 20px;
  transition: opacity 0.2s linear; }

.section-map-country-list-close:hover:after {
  opacity: 0.6; }

.section-map-country-item-projects {
  display: block;
  width: 100%;
  padding: 0 10px 10px; }

.section-map-country-item-projects .spinner {
  margin: 10px; }

.section-map-country-item-projects .spinner:after {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.section-map-country-item-projects .section-projects-full-list-wrapper:before {
  display: none; }

.section-map-country-item-projects .section-projects-full-list-wrapper:after {
  display: none; }

.section-map-country-item-projects .section-projects-full-project-heading {
  color: #fff; }

.section-map-country-item-projects .section-projects-full-project-body {
  color: #fff; }

.section-map-country-item-projects .section-projects-full-project-tags i {
  color: #888; }

.section-map-country-item-projects .section-projects-full-project-tags li {
  color: #888;
  border-right: 1px solid #888; }

.section-map-country-item-projects .section-projects-full-project:nth-child(4n) {
  border-right: 1px solid #888; }

.section-map-country-item-projects .section-projects-full-project:nth-child(4n):after {
  display: none; }

.section-map-country-item-projects .section-projects-full-list-empty {
  color: #fff; }

.section-map-country-item-projects .section-projects-full-list-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  overflow-x: auto; }

.section-map-country-item-projects .section-projects-full-list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%; }

.section-map-country-item-projects .section-projects-full-project {
  width: 100%;
  margin-bottom: 10px; }

.section-map-country-item-projects .section-projects-full-list.count-2 .section-projects-full-project {
  width: 50%; }

.section-map-country-item-projects .section-projects-full-list.count-3 .section-projects-full-project {
  width: 33.333333%; }

.section-map-country-item-projects .section-projects-full-list.count-4 .section-projects-full-project {
  width: 25%;
  min-width: 25%; }

.section-map-country-item-projects .post-tags li {
  color: #888; }

.section-map-country-item-projects .post-tags i {
  color: #888; }

@media screen and (max-width: 600px) {
  .section-map-and-list-wrapper {
    display: none; }
  .section-map-country-wrapper {
    display: block; }
  .section-map-country-item {
    display: block;
    min-height: 0; }
  .section-map-country-list-close {
    display: none; }
  .section-map-country-item-subheading {
    display: none; }
  .section-map-country-item-main:after {
    display: none; }
  .section-map-country-item-projects {
    display: none; }
  .section-map-country-item-body {
    display: block;
    width: 100%; }
  .section-map-country-item-data {
    display: none; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .section-map-filter-bar h2 {
    display: block;
    width: 100%;
    padding: 6px 20px 0; }
  .section-map-filter-drops {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 6px 20px; }
  .section-map-filter-drops select {
    width: 32%; }
  .section-map-filter-drops label {
    padding: 0;
    border-left: none;
    line-height: 1.2;
    white-space: nowrap; }
  .section-map-legend span {
    display: block; }
  .section-map-legend span:first-child {
    padding-bottom: 0; }
  .section-map-display-toggle {
    display: block;
    width: auto;
    padding: 0 20px 0 0;
    position: absolute;
    top: 10px;
    right: 0; }
  .section-map-country-item-body {
    width: 70%; }
  .section-map-country-item-data {
    width: 30%; }
  .section-map-country-item-projects .section-projects-full-list.count-3 .section-projects-full-project {
    min-width: 50%;
    border-right: 1px solid #888; }
  .section-map-country-item-projects .section-projects-full-list.count-4 .section-projects-full-project {
    min-width: 50%;
    border-right: 1px solid #888; }
  .section-map-country-item-projects .section-projects-full-list .section-projects-full-project:last-child {
    border-right: none !important; } }

/* News list - limited */
.section.section-news {
  margin-bottom: 0; }

.section.section-news.bg-white {
  background: #fff;
  border-top: 1px solid #e4e4e4; }

.section.section-news.bg-grey {
  background-color: #f0f2f2; }

.section.section-news .cta-row {
  margin: 0 -10px; }

.section-news-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }

.section-news-heading {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin: 0 10px 8px;
  padding: 10px 0 0; }

.section-news-heading strong {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: inherit;
  color: inherit; }

a.section-news-button {
  display: inline-block;
  width: auto;
  padding: 3px 10px 2px;
  border-radius: 4px;
  text-align: center;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.2s linear;
  background: #fff;
  color: #888;
  border: 1px solid #e4e4e4;
  margin: 4px 10px 4px 10px; }

a.section-news-button:hover {
  background: #75b643;
  color: #fff;
  border: 1px solid #75b643; }

.section-news-button-mobile {
  display: none;
  text-align: center; }

.section-news-button-mobile a.section-news-button {
  margin: 10px 10px; }

.section-news-list-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  overflow-x: auto; }

.section-news-list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  position: relative; }

.section-news-article {
  width: 100%;
  padding: 0 9px 10px 10px;
  border-right: 1px solid #e4e4e4;
  position: relative;
  margin: 10px 0 10px; }

.section-news-article:last-child {
  border-right: none; }

.section.section-news.bg-grey .section-news-article {
  margin: 0 0 20px; }

.section.section-news.bg-white .section-news-article.highlight {
  background: #1e8caa;
  border-right: none;
  padding-bottom: 10px;
  position: relative;
  z-index: 10; }

.section.section-news.bg-white .section-news-article.highlight:before {
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: #1e8caa; }

.section.section-news.bg-white .section-news-article.highlight * {
  color: #fff; }

.section-news-list-empty {
  display: block;
  width: 100%;
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  padding: 0 10px;
  margin: 0; }

.section-news-list.count-2 .section-news-article {
  width: 50%; }

.section-news-list.count-3 .section-news-article {
  width: 33.333333%; }

.section-news-list.count-4 .section-news-article {
  width: 25%;
  min-width: 25%; }

.section-news-article > a {
  display: block; }

.section-news-article-image {
  display: block;
  position: relative;
  margin-bottom: 11px; }

.section-news-article-image img {
  display: block;
  width: 100%; }

.section-news-article-image-overlay {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(117, 182, 67, 0.9);
  transition: opacity 0.2s linear;
  text-align: center;
  z-index: 10;
  opacity: 0; }

.section-news-article-image-overlay img {
  display: block;
  width: 26px;
  height: 26px; }

.section-news-article-image-overlay span {
  display: block;
  width: 100%;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  max-width: 260px; }

.section-news-article-image-overlay img + span {
  margin-top: 11px;
  padding: 0 10px; }

.section-news-article-image-overlay hr {
  border: none;
  border-top: 1px solid #fff;
  max-width: 154px; }

.section-news-article-image .flash {
  display: block;
  width: 74px;
  height: 74px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #1e8caa;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 73px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  transition: opacity 0.2s linear; }

.section-news-article-date {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #888;
  text-transform: uppercase;
  margin: 0; }

.section-news-article-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  margin: 0 0 5px; }

.section-news-article-body {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  margin: 0 0 5px;
  line-height: 1.6; }

.section-news-article > a:hover .section-news-article-image-overlay {
  opacity: 1; }

.section-news-article > a:hover .section-news-article-heading {
  text-decoration: underline; }

.section-news-article > a:hover .section-news-article-image .flash {
  opacity: 0; }

.section-news-article > a:hover .section-news-article-image-overlay img,
.section-news-article > a:hover .section-news-article-image-overlay span {
  -webkit-animation-name: slide-up-short;
  -moz-animation-name: slide-up-short;
  animation-name: slide-up-short;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s; }

@media screen and (max-width: 600px) {
  .section-news-list.count-2 .section-news-article {
    min-width: 100%; }
  .section-news-list.count-3 .section-news-article {
    min-width: 100%; }
  .section-news-list.count-4 .section-news-article {
    min-width: 100%; }
  .section-news-header a.section-news-button {
    display: none; }
  .section-news-button-mobile {
    display: block; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .section-news-list.count-3 .section-news-article {
    min-width: 50%; }
  .section-news-list.count-4 .section-news-article {
    min-width: 50%; } }

/* News list - full */
.section.section-news-full {
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 20px;
  background: #fff; }

.section-news-full-filter-bar {
  font-size: 0; }

.section-news-full-filter-top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }

.section-news-full-filter-top h2 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin: 0;
  width: 41.489361%; }

.section-news-full-filter-search {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 41.489361%; }

.section-news-full-filter-search i {
  font-size: 16px;
  font-size: 1.6rem;
  color: #75b643;
  padding-right: 6px; }

.section-news-full-filter-search input {
  display: block;
  height: 20px;
  width: auto;
  padding: 2px 10px;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0d223f;
  background: #f0f2f2;
  border: 0;
  flex-grow: 1; }

.section-news-full-filter-search button {
  display: block;
  height: 20px;
  width: auto;
  padding: 2px 8px;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background: #76b82a;
  border: 0;
  text-transform: uppercase; }

.section-news-full-filter-top select {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 17.021276%;
  margin: 0 0 0 10px;
  padding: 6px 10px 6px 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select_caret_grey.png) 100% 12px no-repeat;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  text-transform: uppercase; }

.section-news-full-filter-drops {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  padding: 0 10px 0 0;
  position: relative; }

.section-news-full-filter-drops select {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 17.021276%;
  margin: 0 0 0 10px;
  padding: 6px 10px 6px 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select_caret.png) 100% 12px no-repeat;
  border-right: 1px solid #e4e4e4;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f; }

.section-news-full-filter-drops select.filter-small {
  width: 8.510638%; }

.section-news-full-filter-drops label {
  display: inline-block;
  vertical-align: middle;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  margin: 6px 0;
  padding: 0 0 0 10px;
  white-space: nowrap; }

.section-news-full-filter-drops button {
  display: inline-block;
  vertical-align: middle;
  width: 15.957446%;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background: none;
  margin-left: 10px;
  padding: 4px 10px;
  transition: all 0.2s linear;
  cursor: pointer; }

.section-news-full-filter-drops button:hover {
  background: #e4e4e4; }

.section-news-full-filter-pills {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 10px 10px 0; }

.section-news-full-filter-pills .section-news-full-filter-pills-pill {
  display: inline-block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  border: 1px solid #75b643;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 10px;
  padding: 2px 10px; }

.section-news-full-filter-pills .section-news-full-filter-pills-pill.section-news-full-filter-pills-header {
  border: 1px solid #e4e4e4; }

.section-news-full-filter-pills .section-news-full-filter-pills-pill.section-news-full-filter-pills-clear {
  border: 1px solid #0d223f;
  transition: all 0.2s linear;
  cursor: pointer;
  background-image: url(../images/filter_clear.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-right: 30px;
  color: #0d223f; }

.section-news-full-filter-pills .section-news-full-filter-pills-pill.section-news-full-filter-pills-clear:hover {
  background-color: #e4e4e4; }

.section-news-full-list-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative; }

.section-news-full-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0 0;
  position: relative; }

.section-news-full-article {
  width: 25%;
  padding: 0 9px 0 10px;
  border-right: 1px solid #e4e4e4;
  margin: 10px 0 21px;
  position: relative; }

.section-news-full-article:nth-child(4n) {
  border-right: none; }

.section-news-full-article:nth-child(4n):after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 400%;
  border-bottom: 1px solid #e4e4e4; }

.section-news-full-article:last-child {
  border-right: none; }

.section-news-full-article.highlight {
  background: #1e8caa;
  border-right: none;
  padding-bottom: 10px;
  position: relative;
  z-index: 10; }

.section-news-full-article.highlight:before {
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: #1e8caa; }

.section-news-full-article.highlight * {
  color: #fff; }

.section-news-full-list-empty {
  display: block;
  width: 100%;
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  padding: 20px 10px 0;
  margin: 0; }

.section-news-full-article > a {
  display: block; }

.section-news-full-article-image {
  display: block;
  position: relative;
  margin-bottom: 11px; }

.section-news-full-article-image img {
  display: block;
  width: 100%; }

.section-news-full-article-image-overlay {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(117, 182, 67, 0.9);
  transition: opacity 0.2s linear;
  text-align: center;
  z-index: 10;
  opacity: 0; }

.section-news-full-article-image-overlay img {
  display: block;
  width: 26px;
  height: 26px; }

.section-news-full-article-image-overlay span {
  display: block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  max-width: 260px; }

.section-news-full-article-image-overlay img + span {
  margin-top: 11px;
  padding: 0 10px; }

.section-news-full-article-image-overlay hr {
  border: none;
  border-top: 1px solid #fff;
  max-width: 154px; }

.section-news-full-article-image .flash {
  display: block;
  width: 74px;
  height: 74px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #1e8caa;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 73px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  transition: opacity 0.2s linear; }

.section-news-full-article-date {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #888;
  text-transform: uppercase;
  margin: 0; }

.section-news-full-article-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  margin: 0 0 5px; }

.section-news-full-article-body {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  margin: 0 0 5px;
  line-height: 1.6; }

.section-news-full-article > a:hover .section-news-full-article-image-overlay {
  opacity: 1; }

.section-news-full-article > a:hover .section-news-full-article-heading {
  text-decoration: underline; }

.section-news-full-article > a:hover .section-news-full-article-image .flash {
  opacity: 0; }

.section-news-full-article > a:hover .section-news-full-article-image-overlay img,
.section-news-full-article > a:hover .section-news-full-article-image-overlay span {
  -webkit-animation-name: slide-up-short;
  -moz-animation-name: slide-up-short;
  animation-name: slide-up-short;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.section-news-full-more {
  display: block;
  width: 100%;
  text-align: center; }

a.section-news-full-more-button {
  display: inline-block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #f0f2f2;
  border-radius: 4px;
  background: #0d223f;
  margin: 0 auto 10px;
  padding: 4px 50px;
  transition: all 0.2s linear;
  cursor: pointer; }

.section-news-full-more-button:hover {
  background: #75b643; }

.section-news-full .spinner {
  display: block;
  margin: 30px auto 0; }

@media screen and (max-width: 600px) {
  .section-news-full-filter-top {
    display: block; }
  .section-news-full-filter-top h2 {
    display: block;
    width: 100%; }
  .section-news-full-filter-search {
    display: none; }
  .section-news-full-filter-top select {
    display: none; }
  .section-news-full-filter-drops {
    display: none; }
  .section-news-full-filter-pills {
    display: none; }
  .section-news-full-article {
    width: 100%;
    border-right: none; }
  .section-news-full-article:after {
    content: "";
    position: absolute;
    bottom: -16px;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #e4e4e4; }
  .section-news-full-article:last-child:after {
    display: none; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .section-news-full-filter-top {
    justify-content: space-between;
    flex-wrap: wrap; }
  .section-news-full-filter-top h2 {
    display: block;
    width: 100%; }
  .section-news-full-filter-search {
    flex-grow: 1;
    padding-left: 10px; }
  .section-news-full-filter-top select {
    width: 25%; }
  .section-news-full-article {
    width: 50%; }
  .section-news-full-article:nth-child(2n) {
    border-right: none; }
  .section-news-full-article:nth-child(2n):after {
    content: "";
    position: absolute;
    bottom: -16px;
    right: 0;
    width: 200%;
    border-bottom: 1px solid #e4e4e4; } }

/* Video list */
.section.section-video-list {
  background: #235374;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.section-video-list-heading {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #fff;
  margin: 0 0 10px; }

.section-video-list-heading strong {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: inherit;
  color: inherit; }

.section-video-list-container {
  font-size: 0;
  padding-bottom: 10px; }

.section-video-list-player-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 66.304347%;
  width: 65.591397%;
  background: #000; }

.section-video-list-player {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative; }

.section-video-list-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.section-video-list-wrapper {
  display: inline-block;
  padding: 0 10px 0 20px;
  width: 33.695652%;
  width: 34.408602%;
  overflow: hidden; }

.section-video-list-wrapper.video-scroll {
  overflow-y: auto;
  height: 342px; }

.section-video-list-list {
  display: block;
  width: 100%;
  margin: 0; }

.section-video-list-video {
  display: block;
  width: 100%;
  background: #20708f;
  margin-bottom: 12px;
  padding: 8px;
  transition: background 0.2s linear;
  position: relative;
  min-height: 106px;
  cursor: pointer; }

.section-video-list-video:last-child {
  margin: 0; }

.section-video-list-video-title {
  display: block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.5;
  transition: opacity 0.2s linear;
  padding: 0 0 0 100px;
  margin: 0; }

.section-video-list-video-image {
  display: block;
  width: 90px;
  position: absolute; }

.section-video-list-video:hover {
  background: #1e8caa; }

.section-video-list-video:hover .section-video-list-video-title {
  opacity: 1; }

.section-video-list-video.active {
  background: #1e8caa; }

.section-video-list-video.active .section-video-list-video-title {
  opacity: 1; }

.section-video-list-vimeo {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 10px 5px 0;
  margin: 0; }

.section-video-list-vimeo a {
  display: inline-block;
  vertical-align: top;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #f0f2f2; }

.section-video-list-vimeo img {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 2px;
  padding-left: 12px; }

@media screen and (max-width: 600px) {
  .section.section-video-list {
    padding: 10px 20px 20px; }
  .section-video-list-player-wrapper {
    display: block;
    width: 100%; }
  .section-video-list-wrapper {
    display: block;
    width: 100%;
    padding: 0; }
  .section-video-list-wrapper.video-scroll {
    height: auto; }
  .section-video-list-list {
    display: block;
    width: 100%;
    margin: 10px 0 0 0; }
  .section-video-list-video {
    width: 100%;
    margin: 0 0 10px 0; }
  .section-video-list-video:last-child {
    margin: 0 0 10px; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .section.section-video-list {
    padding: 10px 20px 20px; }
  .section-video-list-player-wrapper {
    display: block;
    width: 100%; }
  .section-video-list-wrapper {
    display: block;
    width: 100%;
    padding: 0; }
  .section-video-list-wrapper.video-scroll {
    height: auto; }
  .section-video-list-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 0 0 0; }
  .section-video-list-video {
    width: 50%;
    margin: 0 0 10px 0;
    border-right: 5px solid #235374; }
  .section-video-list-video:nth-child(2n) {
    margin: 0 0 10px 0;
    border-left: 5px solid #235374;
    border-right: none; } }

/* LinkedIn button */
.section.section-linkedin {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 10px 6px 0;
  margin: 0;
  background: url(../images/shadow.png) 0 0 repeat-x; }

.section-linkedin a {
  display: inline-block;
  vertical-align: top;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #555; }

.section-linkedin img {
  display: inline-block;
  vertical-align: middle;
  padding-left: 12px; }

/* Testimonial list */
.section.section-testimonial-list {
  margin-bottom: 10px;
  border-top: 1px solid #e4e4e4; }

.section-testimonial-list-heading {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin: 0 10px 8px;
  padding: 10px 0 0; }

.section-testimonial-list-heading strong {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: inherit;
  color: inherit; }

.section-testimonial-list-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  overflow-x: auto; }

.section-testimonial-list-list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  position: relative; }

.section-testimonial-list-testimonial {
  display: block;
  width: 100%;
  padding: 0 9px 10px 10px;
  border-right: 1px solid #e4e4e4;
  position: relative;
  margin: 0 0 10px; }

.section-testimonial-list-testimonial:last-child {
  border-right: none; }

.section-testimonial-list-list.count-2 .section-testimonial-list-testimonial {
  width: 50%; }

.section-testimonial-list-list.count-3 .section-testimonial-list-testimonial {
  width: 33.333333%;
  min-width: 33.333333%; }

.section-testimonial-list-testimonial img {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

.section-testimonial-list-video-container {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
  background: #000;
  margin-bottom: 10px; }

.section-testimonial-list-video-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.section-testimonial-list-main > p {
  font-family: 'FrutigerLTPro-Italic', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  line-height: 1.5;
  margin-bottom: 7px; }

.section-testimonial-list-main > p:after {
  content: '\201D';
  font-family: 'FrutigerLTPro-Italic', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #75b643;
  display: inline; }

.section-testimonial-list-author {
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #75b643;
  margin: 0; }

.section-testimonial-list-additional {
  font-size: 14px;
  font-size: 1.4rem;
  color: #75b643;
  margin: 2px 0 0; }

.section-testimonial-list-main.layout-1 {
  padding-top: 45px;
  background: url(../images/quote.png) 0 0 no-repeat; }

.section-testimonial-list-main.layout-2 {
  padding-left: 83px;
  background: url(../images/quote.png) 0 3px no-repeat; }

@media screen and (max-width: 600px) {
  .section-testimonial-list-list.count-2 .section-testimonial-list-testimonial {
    min-width: 100%; }
  .section-testimonial-list-list.count-3 .section-testimonial-list-testimonial {
    min-width: 100%; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .section-testimonial-list-list.count-3 .section-testimonial-list-testimonial {
    min-width: 50%; } }

/* Masonry */
.section.section-masonry {
  margin-bottom: 10px;
  border-top: 1px solid #e4e4e4;
  padding: 0 20px; }

.section.section-masonry.bg-grey {
  margin-bottom: 0;
  padding-bottom: 20px;
  background-color: #f0f2f2; }

.section.section-masonry.bg-white {
  background: #fff; }

.section-masonry-header {
  position: relative; }

.section-masonry-heading {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin: 0 0 8px;
  padding: 10px 0 0; }

.section-masonry-heading strong {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: inherit;
  color: inherit; }

.section-masonry-header.header-center .section-masonry-heading {
  text-align: center; }

a.section-masonry-button {
  display: inline-block;
  width: auto;
  padding: 3px 10px 2px;
  border-radius: 4px;
  text-align: center;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.2s linear;
  background: #f5f5f5;
  color: #888;
  border: 1px solid #e4e4e4;
  margin: 8px 0 4px 10px;
  position: absolute;
  top: 0;
  right: 0; }

a.section-masonry-button:hover {
  background: #75b643;
  color: #fff;
  border: 1px solid #75b643; }

.section-masonry-button-mobile {
  display: none;
  text-align: center;
  margin-top: 10px; }

.section-masonry-button-mobile a {
  position: static; }

.section-masonry-wrapper {
  display: block;
  width: 100%;
  columns: 4;
  column-gap: 0;
  column-rule: 1px solid #e4e4e4;
  padding: 0;
  overflow: hidden; }

.section-masonry-block {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  position: relative;
  padding: 10px 10px 11px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }

.section-masonry-block:before {
  content: "";
  width: auto;
  height: 1px;
  background: #e4e4e4;
  position: absolute;
  top: -1px;
  left: 10px;
  right: 10px;
  z-index: 1; }

.section-masonry-block img {
  display: block;
  width: 100%;
  height: auto; }

.section-masonry-block p {
  display: block;
  width: 100%;
  margin: 0;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  line-height: 1.5; }

.section-masonry-block p .large {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  line-height: 1.25;
  color: #0d223f; }

.section-masonry-block p .medium {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  line-height: 1.25;
  color: #0d223f; }

.section-masonry-block p a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline; }

.section-masonry-block p a:hover {
  text-decoration: none; }

.section-masonry-block a.twitter {
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  transition: color 0.2s linear; }

.section-masonry-block a.twitter:hover {
  color: #75b643; }

.section-masonry-block.layout-image-overlay {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8px 10px 8px;
  z-index: 10; }

.section-masonry-block.layout-image-overlay p {
  color: #fff; }

.section-masonry-block.layout-image-overlay p span {
  color: #fff; }

.section-masonry-block.layout-image-overlay .twitter {
  color: #fff; }

.section-masonry-block.layout-image-overlay .twitter:hover {
  color: #75b643; }

.section-masonry-block.layout-image-overlay:before {
  display: none; }

.section-masonry-block.layout-image-overlay.styling-pad-10 {
  padding-bottom: 20px; }

.section-masonry-block.layout-image-overlay.styling-pad-20 {
  padding-bottom: 30px; }

.section-masonry-block.layout-image-overlay.styling-pad-30 {
  padding-bottom: 40px; }

.section-masonry-block.layout-image-overlay.styling-pad-40 {
  padding-bottom: 50px; }

.section-masonry-block.layout-image-overlay.styling-pad-50 {
  padding-bottom: 60px; }

.section-masonry-block.layout-image-overlay.styling-center {
  padding: 0 10px; }

.section-masonry-block.layout-image-overlay.styling-center p {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  width: auto;
  transform: translateY(-50%);
  text-align: center;
  padding: 10px 10px; }

.section-masonry-block.layout-image-overlay.styling-center .twitter {
  display: block; }

.section-masonry-block.layout-image-overlay.styling-center:before {
  display: block; }

.section-masonry-block.layout-image-top {
  flex-direction: column;
  padding-top: 0; }

.section-masonry-block.layout-image-top p {
  padding-top: 8px; }

.section-masonry-block.layout-image-bottom {
  flex-direction: column-reverse;
  padding-bottom: 0; }

.section-masonry-block.layout-image-bottom p {
  padding-bottom: 8px; }

.section-masonry-block.layout-image-left {
  flex-direction: row; }

.section-masonry-block.layout-image-left.image-half img {
  width: 50%; }

.section-masonry-block.layout-image-left.image-third img {
  width: 33.333333%; }

.section-masonry-block.layout-image-left.image-half p {
  width: 50%;
  padding-left: 10px; }

.section-masonry-block.layout-image-left.image-third p {
  width: 66.666666%;
  padding-left: 10px; }

.section-masonry-block.layout-image-right {
  flex-direction: row-reverse; }

.section-masonry-block.layout-image-right.image-half img {
  width: 50%; }

.section-masonry-block.layout-image-right.image-third img {
  width: 33.333333%; }

.section-masonry-block.layout-image-right.image-half p {
  width: 50%;
  padding-right: 10px; }

.section-masonry-block.layout-image-right.image-third p {
  width: 66.666666%;
  padding-right: 10px; }

.section-masonry-block-double {
  display: block;
  columns: 2;
  column-gap: 0;
  column-rule: 1px solid #e4e4e4;
  margin: 10px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }

.section-masonry-block-double .section-masonry-block {
  width: 100%;
  padding: 0 10px; }

.section-masonry-block-double .section-masonry-block:before {
  display: none; }

.section-masonry-block.layout-image-bottom {
  flex-direction: column-reverse;
  padding-bottom: 0; }

.section-masonry-block.layout-video-top {
  flex-direction: column;
  padding-top: 0; }

.section-masonry-block.layout-video-top p {
  padding-top: 8px; }

.section-masonry-block.layout-video-bottom {
  flex-direction: column-reverse;
  padding-bottom: 0; }

.section-masonry-block.layout-video-bottom p {
  padding-bottom: 8px; }

.section-masonry-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #e4e4e4; }

.section-masonry-video-container iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 600px) {
  .section-masonry-wrapper {
    columns: 2; }
  .section-masonry-header a {
    display: none; }
  .section-masonry-button-mobile {
    display: block; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .section-masonry-wrapper {
    columns: 3; } }

/* Twitter */
.section.section-twitter {
  margin: 0;
  padding: 0; }

.section-twitter-main-header {
  position: relative;
  margin: 0 -20px;
  padding: 0 20px; }

.section-twitter-main-heading {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin: 0 0 8px;
  padding: 10px 0 0 0; }

.section-twitter-main-heading strong {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: inherit;
  color: inherit; }

a.section-twitter-main-button {
  display: inline-block;
  width: auto;
  padding: 3px 10px 2px;
  border-radius: 4px;
  text-align: center;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.2s linear;
  background: #fff;
  color: #888;
  border: 1px solid #e4e4e4;
  margin: 10px 20px 4px 10px;
  position: absolute;
  top: 0;
  right: 0; }

a.section-twitter-main-button:hover {
  background: #75b643;
  color: #fff;
  border: 1px solid #75b643; }

.section-twitter-wrapper {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e4e4e4; }

.section-twitter-header {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  padding: 6px 6px 5px 10px; }

.section-twitter-header p {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin: 0; }

.section-twitter-header p > i {
  font-size: 22px;
  font-size: 2.2rem;
  color: #0d223f;
  margin-right: 8px; }

.section-twitter-header p a {
  display: inline-block;
  width: auto;
  padding: 3px 10px 2px;
  border-radius: 4px;
  text-align: center;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.2s linear;
  background: #fff;
  color: #888;
  border: 1px solid #e4e4e4;
  float: right; }

.section-twitter-header p a i {
  font-size: 16px;
  font-size: 1.6rem;
  color: #888;
  margin-right: 6px;
  transition: all 0.2s linear; }

.section-twitter-header p a:hover {
  background: #75b643;
  color: #fff;
  border: 1px solid #75b643; }

.section-twitter-header p a:hover i {
  color: #fff; }

.section-twitter.layout-twitter {
  background: #f0f2f2;
  padding: 10px 20px; }

.section-twitter.layout-twitter #ctf #ctf-more {
  display: none; }

.section-twitter.layout-twitter-news {
  background: #fff;
  padding: 0 20px; }

.section-twitter.layout-twitter-news .section-twitter-main-header {
  border-bottom: 1px solid #e4e4e4; }

.section-twitter.layout-twitter-news .section-twitter-main-header:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: url(../images/shadow.png) 0 0 repeat-x; }

body.home .section-twitter.layout-twitter-news .section-twitter-main-heading {
  padding-left: 7.608695%; }

.section-twitter.layout-twitter-news .section-twitter-news-wrapper {
  display: block;
  width: 100%;
  position: relative;
  margin: 16px 0; }

.section-twitter.layout-twitter-news .section-twitter-container {
  width: 50%;
  padding-left: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }

.section-twitter.layout-twitter-news .section-twitter-wrapper {
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  bottom: 0; }

.section-twitter.layout-twitter-news .section-twitter-feed {
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0; }

.section-twitter.layout-twitter-news .section-twitter-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.section-twitter-article {
  width: 50%;
  padding-right: 10px;
  border-right: 1px solid #e4e4e4; }

.section-twitter-article a {
  display: block; }

.section-twitter-article-image {
  display: block;
  position: relative;
  margin-bottom: 11px; }

.section-twitter-article-image img {
  display: block;
  width: 100%; }

.section-twitter-article-image-overlay {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(117, 182, 67, 0.9);
  transition: opacity 0.2s linear;
  text-align: center;
  z-index: 10;
  opacity: 0; }

.section-twitter-article-image-overlay img {
  display: block;
  width: 26px;
  height: 26px; }

.section-twitter-article-image-overlay span {
  display: block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  max-width: 260px; }

.section-twitter-article-image-overlay img + span {
  margin-top: 11px;
  padding: 0 10px; }

.section-twitter-article-image-overlay hr {
  border: none;
  border-top: 1px solid #fff;
  max-width: 154px; }

.section-twitter-article-image .flash {
  display: block;
  width: 74px;
  height: 74px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: #1e8caa;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 73px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  transition: opacity 0.2s linear; }

.section-twitter-article-date {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #888;
  text-transform: uppercase;
  margin: 0; }

.section-twitter-article-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  margin: 0 0 5px; }

.section-twitter-article-body {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  margin: 0 0 5px;
  line-height: 1.6; }

.section-twitter-article:hover .section-twitter-article-image-overlay {
  opacity: 1; }

.section-twitter-article:hover .section-twitter-article-heading {
  text-decoration: underline; }

.section-twitter-article:hover .section-twitter-article-image .flash {
  opacity: 0; }

.section-twitter-article:hover .section-twitter-article-image-overlay img,
.section-twitter-article:hover .section-twitter-article-image-overlay span {
  -webkit-animation-name: slide-up-short;
  -moz-animation-name: slide-up-short;
  animation-name: slide-up-short;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s; }

#ctf .ctf-context,
#ctf.ctf-narrow .ctf-context {
  margin: 0; }

#ctf .ctf-context a,
#ctf.ctf-narrow .ctf-context a {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
  text-transform: uppercase; }

#ctf .ctf-retweet-icon,
#ctf.ctf-narrow .ctf-retweet-icon {
  background: #fff;
  width: 42px;
  margin: 0;
  padding: 0 0 2px; }

#ctf .ctf-retweet-icon i,
#ctf.ctf-narrow .ctf-retweet-icon i {
  color: #1e8caa;
  text-align: right;
  width: 32px;
  font-size: 16px;
  font-size: 1.6rem; }

#ctf .ctf-author-box,
#ctf.ctf-narrow .ctf-author-box {
  margin-left: 42px;
  margin-bottom: 3px; }

#ctf .ctf-author-box *,
#ctf.ctf-narrow .ctf-author-box * {
  line-height: 1 !important; }

#ctf .ctf-author-avatar,
#ctf.ctf-narrow .ctf-author-avatar {
  width: 32px;
  height: 32px;
  margin-left: -42px;
  margin-right: 0; }

#ctf .ctf-author-avatar img,
#ctf.ctf-narrow .ctf-author-avatar img {
  width: 32px;
  height: 32px; }

#ctf .ctf-author-name,
#ctf.ctf-narrow .ctf-author-name {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0d223f;
  font-weight: normal !important;
  margin-left: 0; }

#ctf.ctf-styles .ctf-author-screenname,
#ctf.ctf-narrow.ctf-styles .ctf-author-screenname {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  font-weight: normal !important;
  margin-left: 0;
  display: inline; }

#ctf.ctf-styles .ctf-author-screenname:before,
#ctf.ctf-narrow.ctf-styles .ctf-author-screenname:before {
  content: "";
  white-space: pre-wrap;
  display: block;
  width: 0;
  height: 0; }

#ctf .ctf-screenname-sep,
#ctf.ctf-narrow .ctf-screenname-sep {
  color: #888; }

#ctf .ctf-tweet-date,
#ctf.ctf-narrow .ctf-tweet-date {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  font-weight: normal !important; }

#ctf .ctf-tweet-content,
#ctf.ctf-narrow .ctf-tweet-content {
  margin: 0;
  clear: both; }

#ctf .ctf-tweet-text,
#ctf.ctf-narrow .ctf-tweet-text {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  line-height: 1.6; }

#ctf .ctf-tweet-text a,
#ctf.ctf-narrow .ctf-tweet-text a {
  color: #1e8caa; }

#ctf .ctf-tweet-actions,
#ctf.ctf-narrow .ctf-tweet-actions {
  margin: 0; }

#ctf .ctf-tweet-actions a,
#ctf.ctf-narrow .ctf-tweet-actions a {
  margin-left: 0;
  padding-left: 0; }

#ctf .ctf-tweet-actions i,
#ctf.ctf-narrow .ctf-tweet-actions i {
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555; }

#ctf .ctf-reply,
#ctf.ctf-narrow .ctf-reply {
  display: none; }

#ctf .ctf-action-count,
#ctf.ctf-narrow .ctf-action-count {
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  font-weight: normal; }

#ctf #ctf-more,
#ctf.ctf-narrow #ctf-more {
  display: block;
  width: auto;
  margin: 0 auto 10px;
  text-align: center;
  background: #fff; }

#ctf #ctf-more span,
#ctf.ctf-narrow #ctf-more span {
  display: inline-block;
  width: auto;
  padding: 3px 10px 2px;
  border-radius: 4px;
  text-align: center;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.2s linear;
  background: #f5f5f5;
  color: #888;
  border: 1px solid #e4e4e4; }

#ctf #ctf-more:hover span,
#ctf.ctf-narrow #ctf-more:hover span {
  background: #75b643;
  color: #fff;
  border: 1px solid #75b643; }

.section-twitter.layout-twitter #ctf .ctf-tweets {
  display: flex;
  flex-wrap: nowrap;
  width: 100%; }

.section-twitter.layout-twitter #ctf .ctf-item {
  display: block;
  width: 25%;
  padding: 0 10px;
  border: none;
  border-right: 1px solid #e4e4e4;
  margin: 10px 0; }

.section-twitter.layout-twitter #ctf .ctf-item:last-child {
  border: none; }

.section-twitter.layout-twitter-news #ctf .ctf-tweets {
  display: block;
  width: 100%; }

.section-twitter.layout-twitter-news #ctf .ctf-item {
  display: block;
  width: auto;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e4e4e4;
  margin: 10px; }

.section-twitter.layout-twitter-news #ctf .ctf-tweet-content,
.section-twitter.layout-twitter-news #ctf.ctf-narrow .ctf-tweet-content {
  margin-left: 42px; }

.section-twitter.layout-twitter-news #ctf .ctf-tweet-actions,
.section-twitter.layout-twitter-news #ctf.ctf-narrow .ctf-tweet-actions {
  margin-left: 42px; }

.section-twitter .cta-row {
  margin: 0 -20px; }

@media screen and (max-width: 600px) {
  .section-twitter.layout-twitter #ctf .ctf-item {
    width: 100%;
    min-width: 100%; }
  .section-twitter.layout-twitter #ctf .ctf-tweet-content,
  .section-twitter.layout-twitter #ctf.ctf-narrow .ctf-tweet-content {
    margin-left: 42px; }
  .section-twitter.layout-twitter #ctf .ctf-tweet-actions,
  .section-twitter.layout-twitter #ctf.ctf-narrow .ctf-tweet-actions {
    margin-left: 42px; }
  .section-twitter-article {
    width: 100%;
    border: none;
    padding: 0 0 20px; }
  body.home .section-twitter.layout-twitter-news .section-twitter-main-heading {
    padding-left: 0; }
  .section-twitter.layout-twitter-news .section-twitter-container {
    width: 100%;
    padding-left: 0;
    position: static; }
  .section-twitter.layout-twitter-news .section-twitter-wrapper {
    position: static; }
  .section-twitter.layout-twitter-news .section-twitter-feed {
    overflow: auto;
    position: static; }
  .section-twitter.layout-twitter-news .section-twitter-header {
    position: static; }
  a.section-twitter-main-button {
    display: none; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .section-twitter.layout-twitter #ctf .ctf-item {
    width: 50%;
    min-width: 50%; }
  .section-twitter.layout-twitter #ctf .ctf-tweet-content,
  .section-twitter.layout-twitter #ctf.ctf-narrow .ctf-tweet-content {
    margin-left: 42px; }
  .section-twitter.layout-twitter #ctf .ctf-tweet-actions,
  .section-twitter.layout-twitter #ctf.ctf-narrow .ctf-tweet-actions {
    margin-left: 42px; } }

/* Timeline */
.section.section-timeline {
  background: #f0f2f2 url(../images/shadow.png) 0 0 repeat-x;
  padding: 0;
  margin: 0; }

.section-timeline-list {
  display: block;
  width: 100%;
  position: relative;
  padding: 20px 0 0; }

.section-timeline-list:before {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  background: #fff; }

.section-timeline-item {
  display: block;
  width: 100%;
  padding: 0 10px 0 10px;
  position: relative; }

.section-timeline-item-inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  width: 100%;
  position: relative; }

.section-timeline-item:nth-child(2n) .section-timeline-item-inner {
  flex-direction: row; }

.section-timeline-item-inner:after {
  content: '';
  display: block;
  width: 6px;
  height: 32px;
  background: #75b643;
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -3px; }

.section-timeline-item:last-child {
  background: #fff;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 20px; }

.section-timeline-item:last-child .section-timeline-item-inner:after {
  display: none; }

.section-timeline-padding {
  display: block;
  width: 50%;
  height: 0;
  padding: 100px 20px 0 10px; }

.section-timeline-item:nth-child(2n) .section-timeline-padding {
  padding: 100px 10px 0 20px; }

.section-timeline-padding.next-media-slideshow {
  padding-bottom: 27.5% !important; }

.section-timeline-padding.next-media-video {
  padding-bottom: 27.5% !important; }

.section-timeline-item:nth-last-child(2) .section-timeline-padding {
  padding-bottom: 0 !important; }

.section-timeline-body {
  display: block;
  padding: 0 20px 0 10px;
  width: 33.695652%; }

.section-timeline-item:nth-child(2n) .section-timeline-body {
  padding: 0 10px 0 20px; }

.section-timeline-year {
  display: block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 40px;
  font-size: 4.0rem;
  color: #0d223f;
  margin: 0 0 5px;
  line-height: 1; }

.section-timeline-item:last-child .section-timeline-year {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center; }

.section-timeline-item:last-child .section-timeline-body {
  margin-top: 52px; }

.section-timeline-aside {
  display: block;
  padding: 0 10px;
  width: 16.304347%; }

.section-timeline-aside .section.section-quote {
  padding: 0; }

.section-timeline-aside .section-quote-quote > p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.65; }

.section-timeline-aside .section-quote-quote > p:after {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.65; }

.section-timeline-aside .section-quote-author {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.65; }

.section-timeline-aside .section-quote-additional {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.65; }

.section-timeline-aside .section.section-stat {
  padding: 0; }

.section-timeline-aside .section-stat-inner {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  color: #333;
  line-height: 1.6; }

.section-timeline-aside .section-stat-inner .large {
  font-size: 20px;
  font-size: 2.0em;
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  line-height: 1.25;
  color: #0d223f; }

.section-timeline-aside .section-stat-inner .medium {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  line-height: 1.25;
  color: #0d223f; }

.section-timeline-item:last-child .section-timeline-aside {
  margin-top: 52px; }

.section-timeline-media {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 100%;
  width: 47.826086%;
  margin-bottom: 10px;
  padding: 0 10px; }

.section-timeline-item:nth-child(2n) .section-timeline-media {
  left: auto;
  right: 10px; }

.section-timeline-media .section.section-slideshow {
  padding: 0;
  margin: 0; }

.section-timeline-media .section.section-video {
  padding: 0;
  margin: 0; }

.section-timeline-item.has-media-video:first-child .section-timeline-item-inner {
  margin-top: 27.5%; }

.section-timeline-item.has-media-slideshow:first-child .section-timeline-item-inner {
  margin-top: 27.5%; }

.section-timeline-item.has-media-video:last-child .section-timeline-padding {
  padding-bottom: 27.5% !important;
  padding-top: 52px; }

.section-timeline-item.has-media-slideshow:last-child .section-timeline-padding {
  padding-bottom: 27.5% !important;
  padding-top: 52px; }

.section-timeline-item:last-child .section-timeline-media {
  bottom: auto;
  top: 0;
  margin-bottom: 0;
  left: auto;
  right: 10px;
  margin-top: 64px; }

.section-timeline-item:last-child:nth-child(2n) .section-timeline-media {
  left: 10px;
  right: auto; }

.js .section-timeline-item {
  opacity: 0.2;
  transition: opacity 0.5s linear; }

.js .section-timeline-item.active {
  opacity: 1; }

.js .section-timeline-item:last-child {
  opacity: 1 !important; }

@media screen and (max-width: 600px) {
  .section-timeline-list:before {
    left: 10px; }
  .section-timeline-item {
    padding-bottom: 40px; }
  .section-timeline-item-inner:after {
    top: 3px;
    left: 0; }
  .section-timeline-body {
    width: 100%;
    padding: 0 10px !important; }
  .section-timeline-aside {
    display: none; }
  .section-timeline-item:last-child .section-timeline-year {
    position: static;
    text-align: left; }
  .section-timeline-item:last-child .section-timeline-body {
    margin-top: 0; }
  .section-timeline-padding {
    display: none; }
  .section-timeline-media {
    left: 10px;
    right: 10px;
    bottom: 100%;
    width: auto; }
  .section-timeline-item:nth-child(2n) .section-timeline-media {
    left: 10px;
    right: 10px; }
  .section-timeline-item:last-child .section-timeline-body {
    margin-top: 10px; }
  .section-timeline-item:last-child .section-timeline-media {
    left: 10px;
    right: 10px;
    bottom: auto;
    width: auto;
    top: 0;
    margin-top: 20px; }
  .section-timeline-item:last-child:nth-child(2n) .section-timeline-media {
    left: 10px;
    right: 10px; }
  .section-timeline-item.has-media-video .section-timeline-item-inner {
    margin-top: 56% !important; }
  .section-timeline-item.has-media-slideshow .section-timeline-item-inner {
    margin-top: 56% !important; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .section-timeline-body {
    width: 50%; }
  .section-timeline-aside {
    display: none; } }

/* Accordion */
.section.section-accordion {
  background: #f0f2f2;
  padding: 20px 20px 50px;
  margin: 0; }

.section-accordion-heading {
  display: block;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin-bottom: 16px; }

.section-accordion-inner {
  display: block;
  width: 100%;
  max-width: 620px;
  background: #fff;
  margin: 0 auto;
  padding: 15px 20px 5px; }

.section-accordion-item {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px; }

.section-accordion-item-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  transition: all 0.2s linear;
  cursor: pointer;
  margin-bottom: 10px; }

.section-accordion-item-heading:hover span {
  text-decoration: underline; }

.section-accordion-item.expander-open .section-accordion-item-heading {
  color: #75b643; }

.section-accordion.arrows-show .section-accordion-item-heading {
  padding-right: 40px;
  position: relative; }

.section-accordion.arrows-show .section-accordion-item-heading:after {
  content: "\f078";
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 3px;
  right: 14px;
  color: #0d223f;
  transition: all 0.2s linear; }

.section-accordion-item.expander-open .section-accordion-item-heading:after {
  transform: rotateX(180deg) translateY(1px);
  color: #75b643; }

.section-accordion-footnote {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 10px; }

/* Resources */
.section.section-resources-full {
  padding: 20px 0 50px;
  margin: 0;
  min-height: 80vh;
  display: flex; }

.section-resources-full-main-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 19px;
  color: #235374;
  margin: 0 !important;
  padding-top: 7px; }

.section-resources-full-featured-categories {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 20px 20px 0; }

.section-resources-full-featured-categories form {
  display: block;
  width: 100%;
  padding: 0 0 0 20px; }

.section-resources-full-featured-categories button {
  display: block;
  width: auto;
  border: none;
  background: none;
  cursor: pointer;
  padding: 8px 0;
  margin: 0;
  line-height: 1.4;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem; }

.section-resources-full-featured-categories span {
  display: inline-block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0d223f;
  line-height: 1.4;
  transition: color 0.2s linear; }

.section-resources-full-featured-categories button:hover span {
  color: #75b643; }

.section-resources-full-featured-categories form.active {
  display: block;
  width: 100%;
  padding: 0 0 0 14px;
  border-left: 6px solid #75b643; }

.section-resources-full-featured-categories form.active button span {
  color: #75b643; }

.section-resources-full-featured-inner {
  flex: 1;
  padding-right: 20px;
  padding-left: 10px; }

.section-resources-full-filter-bar {
  margin: 4rem 0; }

.section-resources-full-filter-drops {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  padding: 0;
  position: relative; }

.section-resources-full-filter-drops select {
  flex: 1;
  margin: 0 0 0 10px;
  padding: 10px 25px 10px 16px;
  border: 1px solid #e4e4e4;
  border-radius: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: url(../images/caret.svg) top right no-repeat;
  font-family: "FrutigerLTPro-Roman", sans-serif;
  font-size: 13px;
  line-height: 1 !important;
  color: #0d223f;
  outline: none; }
  .section-resources-full-filter-drops select:focus {
    border-color: #ccc; }

.section-resources-full-filter-drops select.filter-small {
  width: 25%;
  flex: none; }

.section-resources-full-filter-drops label,
.section-resources-search h3 {
  display: inline-block;
  vertical-align: middle;
  font-family: "FrutigerLTPro-Bold", sans-serif;
  font-size: 13px !important;
  margin: 0 !important;
  padding: 0;
  white-space: nowrap; }

.section-resources-full-filter-drops button {
  padding: 10px 25px;
  font-size: 13px;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  cursor: pointer;
  border-radius: 19px;
  background-color: #0d223f;
  color: #fff;
  border: 0;
  margin-left: 10px;
  transition: all 0.2s linear; }

.section-resources-full-filter-drops button:hover {
  background: #75b643; }

.section-resources-full-filter-pills {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  margin-top: -2rem;
  padding: 0 0 4rem; }

.section-resources-full-filter-pills .section-resources-full-filter-pills-pill {
  display: inline-block;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 13px;
  color: #888;
  background-color: #75b643;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
  padding: 7px 10px 5px 10px; }

.section-resources-full-filter-pills .section-resources-full-filter-pills-pill.section-resources-full-filter-pills-header {
  background-color: #ccc;
  color: #666; }

.section-resources-full-filter-pills .section-resources-full-filter-pills-pill.section-resources-full-filter-pills-clear {
  border: 1px solid #2f3a45;
  transition: all 0.2s linear;
  cursor: pointer;
  background-color: #fff;
  background-image: url(../images/filter.svg);
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 28px;
  color: #0d223f; }

.section-resources-full-filter-pills .section-resources-full-filter-pills-pill.section-resources-full-filter-pills-clear:hover {
  background-color: #e4e4e4; }

.section-resources-full-list-wrapper .spinner {
  display: block;
  margin: 0 auto; }

.section-resources-full-list {
  display: block;
  width: 100%;
  margin: 0 auto; }

.section-resources-full-list table {
  width: 100%; }

.section-resources-full-list th {
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 12px;
  color: #2f3a45;
  padding: 10px 10px 20px 0; }

.section-resources-full-list .table-type {
  width: 30px;
  text-align: center;
  padding-right: 25px; }

.section-resources-full-list .table-title {
  text-align: left; }

.section-resources-full-list td {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 15px;
  color: #555;
  vertical-align: top;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #e4e4e4; }

.section-resources-full-list .table-size {
  text-align: right;
  white-space: nowrap;
  font-size: 12px;
  padding-top: 12px;
  font-family: 'FrutigerLTPro-Roman', sans-serif; }

.section-resources-full-list td i {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f; }

.section-resources-full-list td a {
  font-family: inherit;
  font-size: inherit;
  color: #2f3a45;
  transition: all 0.2s linear; }

.section-resources-full-list td a:hover {
  text-decoration: underline;
  color: #75b643; }

.section-resources-full-list td.table-full-width {
  padding: 10px 0; }

.section-resources-full-list-subcategory-table > table tr:last-child > td {
  border-bottom: none; }

.section-resources-full-list-subcategory h2,
.section-resources-full-list-subcategory h3 {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 15px;
  color: #2f3a45;
  margin: 0;
  margin-bottom: 0 !important;
  cursor: pointer;
  transition: all 0.2s linear; }

.section-resources-full-list-subcategory h2:hover,
.section-resources-full-list-subcategory h3:hover {
  text-decoration: underline;
  color: #75b643; }

.section-resources-full-list-subcategory-table {
  display: none; }

.section-resources-full-list-subcategory-table table {
  margin-top: 10px; }

/*
@media screen and (max-width: 600px) {
	.section-resources-full-filter-bar { display: none; }
	.section-resources-full-filter-pills { display: none; }
	.section-resources-full-list .table-type { padding-right: 5px; }
}

@media screen and (max-width: 850px) {
	.section-resources-full-featured-categories { display: none; }
	.section-resources-full-featured-inner { display: block; width: 100%; max-width: 620px; margin: 0 auto; padding-left: 20px; padding-right: 20px; }
}

*/
/* Resources - limited */
.section.section-resources-list {
  background: #fff;
  margin: 0;
  padding: 0; }

.section-resources-list-header {
  position: relative;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }

.section-resources-list-heading {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin: 0 20px;
  padding: 6px 0; }

.section-resources-list-heading strong {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: inherit;
  color: inherit; }

body.home .section-resources-list-heading {
  padding-left: 7.608695%; }

a.section-resources-list-header-button {
  display: inline-block;
  width: auto;
  padding: 3px 10px 2px;
  border-radius: 4px;
  text-align: center;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.2s linear;
  background: #fff;
  color: #888;
  border: 1px solid #e4e4e4;
  margin: 8px 20px 4px 10px;
  position: absolute;
  top: 0;
  right: 0; }

a.section-resources-list-header-button:hover {
  background: #75b643;
  color: #fff;
  border: 1px solid #75b643; }

.section-resources-list-wrapper {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 10px; }

.section-resources-list-list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  padding: 10px 0; }

.section-resources-list-resource {
  display: block;
  width: 33.333333%;
  margin: 0;
  padding: 0 10px;
  font-size: 0;
  border-right: 1px solid #e4e4e4; }

.section-resources-list-resource:last-child {
  border-right: none; }

.section-resources-list-image {
  display: inline-block;
  vertical-align: top;
  width: 43%;
  margin: 0;
  padding: 0;
  position: relative; }

.section-resources-list-image img {
  display: block;
  width: 100%; }

.section-resources-list-image .flash {
  display: block;
  width: 74px;
  height: 74px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -37px;
  background: #1e8caa;
  border: 1px solid #fff;
  border-radius: 50%; }

.section-resources-list-image .flash span {
  display: block;
  width: 74px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  transform: translateY(-50%); }

.section-resources-list-main {
  display: inline-block;
  vertical-align: top;
  width: 57%;
  margin: 0;
  padding: 0 0 0 10px; }

.section-resources-list-main h3 {
  display: block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  margin-bottom: 7px; }

.section-resources-list-main p {
  display: block;
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 7px; }

.section-resources-list-main a {
  display: block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  transition: color 0.2s linear; }

.section-resources-list-main a i {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  width: 24px;
  transition: color 0.2s linear; }

.section-resources-list-main a:hover {
  color: #75b643; }

.section-resources-list-main a:hover i {
  color: #75b643; }

@media screen and (max-width: 600px) {
  body.home .section-resources-list-heading {
    padding-left: 0; }
  a.section-resources-list-header-button {
    display: none; } }

@media screen and (max-width: 400px) {
  .section-resources-list-wrapper {
    padding: 0 20px; }
  .section-resources-list-list {
    display: block; }
  .section-resources-list-resource {
    width: 100%;
    border-right: none;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4; }
  .section-resources-list-resource:last-child {
    border-bottom: none; } }

@media screen and (min-width: 401px) and (max-width: 750px) {
  .section-resources-list-image {
    display: block;
    width: 100%;
    margin-bottom: 10px; }
  .section-resources-list-main {
    display: block;
    width: 100%;
    padding: 0; } }

/* Cards */
.section.section-cards {
  background: #fff; }

.section-cards-list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  position: relative; }

.section-cards-card {
  width: 100%;
  padding: 0 9px 0 10px;
  border-right: 1px solid #e4e4e4;
  position: relative;
  margin: 10px 0 10px; }

.section-cards-card:last-child {
  border-right: none; }

.section-cards-list.count-2 .section-cards-card {
  width: 50%; }

.section-cards-list.count-3 .section-cards-card {
  width: 33.333333%; }

.section-cards-list.count-4 .section-cards-card {
  width: 25%;
  min-width: 25%; }

.section-cards-card a {
  display: block; }

.section-cards-card-image {
  display: block;
  position: relative;
  margin-bottom: 11px; }

.section-cards-card-image img {
  display: block;
  width: 100%; }

.section-cards-card-image-overlay {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(117, 182, 67, 0.9);
  transition: opacity 0.2s linear;
  text-align: center;
  z-index: 10;
  opacity: 0; }

.section-cards-card-image-overlay img {
  display: block;
  width: 26px;
  height: 26px; }

.section-cards-card-image-overlay span {
  display: block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  width: 100%;
  max-width: 260px; }

.section-cards-card-image-overlay img + span {
  margin-top: 11px;
  padding: 0 10px; }

.section-cards-card-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin: 0 0 5px; }

.section-cards-card-body p {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  margin: 0 0 5px;
  line-height: 1.6; }

.section-cards-card-body p strong {
  font-family: 'FrutigerLTPro-Bold', sans-serif; }

.section-cards-card-body p:last-child {
  margin-bottom: 0; }

.section-cards-card:hover .section-cards-card-image-overlay {
  opacity: 1; }

.section-cards-card:hover .section-cards-card-heading {
  text-decoration: underline; }

.section-cards-card:hover .section-cards-card-image-overlay img,
.section-cards-card:hover .section-cards-card-image-overlay span {
  -webkit-animation-name: slide-up-short;
  -moz-animation-name: slide-up-short;
  animation-name: slide-up-short;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s; }

@media screen and (max-width: 500px) {
  .section-cards-list {
    flex-wrap: wrap; }
  .section-cards-card {
    width: auto;
    padding: 0;
    margin: 0 10px;
    border-right: none; }
  .section-cards-card + .section-cards-card {
    padding-top: 20px;
    border-top: 1px solid #e4e4e4;
    margin-top: 20px; }
  .section-cards-list.count-2 .section-cards-card {
    width: auto; }
  .section-cards-list.count-3 .section-cards-card {
    width: auto; }
  .section-cards-list.count-4 .section-cards-card {
    width: auto; } }

/* ====== Sector ====== */
.header-sector {
  padding: 0 10px 10px 20px; }

.header-sector .sector-image {
  display: block;
  width: 100%;
  max-width: 70px;
  /* border-radius: 50%; */
  margin: 0 0 9px -3px; }

.header-sector .sector-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin-bottom: 10px; }

.header-sector .sector-overview {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 21px; }

.header-sector .sector-stats-heading {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  text-transform: uppercase;
  margin-bottom: 3px; }

.header-sector .sector-stats th {
  font-family: 'FrutigerLTPro-Condensed', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #0d223f;
  text-align: left;
  padding-right: 5px;
  text-transform: uppercase; }

.header-sector .sector-stats td {
  font-family: 'FrutigerLTPro-BoldCn', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  color: #0d223f;
  text-align: right;
  padding-left: 5px; }

@media screen and (max-width: 600px) {
  .header-sector {
    display: block;
    width: 100%;
    padding: 0 20px 20px; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .header-sector {
    display: block;
    width: 100%;
    padding: 0 20px 20px; } }

/* ====== Project ====== */
.header-project {
  padding: 0 10px 10px 20px; }

.header-project .project-image {
  display: block;
  width: 100%;
  max-width: 70px;
  border-radius: 50%;
  margin: 0 0 9px -3px; }

.header-project .project-country {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  margin-bottom: 12px;
  text-transform: uppercase; }

.header-project .project-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin-bottom: 10px; }

.header-project .project-overview {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 16px; }

@media screen and (max-width: 600px) {
  .header-project {
    display: block;
    width: 100%;
    padding: 0 20px 20px; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .header-project {
    display: block;
    width: 100%;
    padding: 0 20px 20px; } }

/* ====== News ====== */
.header-news {
  padding: 2px 10px 10px 20px; }

.header-news .news-date {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #888;
  margin-bottom: 12px;
  text-transform: uppercase; }

.header-news .news-heading {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 20px;
  font-size: 2.0rem;
  color: #0d223f;
  margin-bottom: 10px; }

.header-news .news-overview {
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 16px; }

@media screen and (max-width: 600px) {
  .header-news {
    display: block;
    width: 100%;
    padding: 0 20px 20px; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .header-news {
    display: block;
    width: 100%;
    padding: 0 20px 20px; } }

/* Posts - tags & sharing & CTAs */
.post-tags {
  display: block;
  width: 100%; }

.post-tags i {
  display: inline;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555; }

.post-tags ul {
  display: inline;
  vertical-align: middle;
  width: 100%;
  padding-left: 5px;
  font-size: 0; }

.post-tags li {
  display: inline;
  vertical-align: middle;
  font-family: 'FrutigerLTPro-Light', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
  margin: 0 5px 0 0;
  line-height: 1.6;
  padding: 0 3px 0 0;
  border-right: 1px solid #e4e4e4;
  text-transform: uppercase; }

.post-tags li:last-child {
  border-right: none; }

.post-tags a {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-transform: uppercase;
  padding: 0;
  line-height: inherit; }

.post-tags a:hover {
  color: #75b643; }

.post-tags span {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-transform: uppercase;
  padding: 0;
  line-height: inherit; }

.post-share {
  border-top: 1px solid #e4e4e4;
  margin-top: 14px;
  padding-top: 14px; }

.post-share li {
  margin: 0 0 3px; }

.post-share li a {
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #0d223f;
  padding-left: 27px;
  position: relative;
  transition: color 0.2s linear; }

.post-share li i {
  font-size: inherit;
  color: inherit;
  position: absolute;
  top: 0;
  left: 0; }

.post-share li span {
  color: inherit;
  font-size: 14px;
  font-size: 1.4rem; }

.post-share a:hover {
  color: #75b643; }

.cta-row {
  display: block;
  font-family: 'FrutigerLTPro-Roman', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
  text-align: center;
  margin: 0;
  padding: 10px 20px;
  border-top: 1px solid #e4e4e4;
  line-height: 1.8; }

.cta-row + .cta-row {
  border-top: none;
  padding: 0 20px 10px; }

.cta-row a {
  font-family: inherit;
  font-size: inherit;
  color: #0d223f;
  transition: all 0.2s linear;
  text-decoration: underline; }

.cta-row a:hover {
  color: #75b643; }

.cta-row a.button {
  display: inline-block;
  font-family: 'FrutigerLTPro-Bold', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #f0f2f2;
  background: #0d223f;
  border-radius: 4px;
  text-decoration: none;
  padding: 2px 15px;
  margin-left: 2px; }

.cta-row a.button-large {
  width: 100%; }

.cta-row a.button:hover {
  background: #75b643; }

.cta-row a.button-news-subscribe {
  background: #75b643; }

.cta-row a.button-news-subscribe:hover {
  background: #888; }

@media screen and (max-width: 600px) {
  .post-share ul:before {
    content: "Share:";
    font-family: 'FrutigerLTPro-Bold', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #0d223f;
    margin-right: 0; }
  .post-share li {
    display: inline-block;
    margin-right: 0; }
  .post-share li a {
    padding-left: 10px; }
  .post-share li i {
    display: inline-block;
    position: static;
    font-size: 20px;
    font-size: 2.0rem; }
  .post-share li span {
    display: none; } }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .post-share li {
    display: inline-block;
    margin-right: 20px; }
  .post-share li a {
    padding-left: 20px; }
  .post-share li i {
    top: 1px; } }

/* ====== spinner (loader) ====== */
@keyframes spin {
  from {
    transform: rotate(360deg); } }

@-o-keyframes spin {
  from {
    -o-transform: rotate(360deg); } }

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(360deg); } }

.spinner {
  width: 40px;
  height: 40px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  position: relative; }

.spinner:before {
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 20px;
  box-sizing: border-box; }

.spinner:after {
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-radius: 20px;
  box-sizing: border-box;
  -o-animation: spin 0.6s infinite linear;
  -ms-animation: spin 0.6s infinite linear;
  -webkit-animation: spin 0.6s infinite linear;
  -moz-animation: spin 0.6s infinite linear;
  animation: spin 0.6s infinite linear;
  border-top-color: #092F49;
  border-bottom-color: #092F49; }

/* ====== animation ====== */
/* spring up long */
@-webkit-keyframes spring-up-long {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes spring-up-long {
  from {
    opacity: 0;
    -moz-transform: translateY(100px); }
  to {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes spring-up-long {
  from {
    opacity: 0;
    -o-transform: translateY(100px); }
  to {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes spring-up-long {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/* spring out */
@-webkit-keyframes spring-out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(100px); } }

@-moz-keyframes spring-out {
  from {
    opacity: 1;
    -moz-transform: translateY(0); }
  to {
    opacity: 0;
    -moz-transform: translateY(100px); } }

@-o-keyframes spring-out {
  from {
    opacity: 1;
    -o-transform: translateY(0); }
  to {
    opacity: 0;
    -o-transform: translateY(100px); } }

@keyframes spring-out {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(100px); } }

/* slide up */
@-webkit-keyframes slide-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes slide-up {
  from {
    opacity: 0;
    -moz-transform: translateY(50px); }
  to {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes slide-up {
  from {
    opacity: 0;
    -o-transform: translateY(50px); }
  to {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/* slide down */
@-webkit-keyframes slide-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes slide-down {
  from {
    opacity: 0;
    -moz-transform: translateY(-50px); }
  to {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes slide-down {
  from {
    opacity: 0;
    -o-transform: translateY(-50px); }
  to {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/* slide down - short (used for sub-nav) */
@-webkit-keyframes slide-up-short {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes slide-up-short {
  from {
    opacity: 0;
    -moz-transform: translateY(20px); }
  to {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-o-keyframes slide-up-short {
  from {
    opacity: 0;
    -o-transform: translateY(20px); }
  to {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes slide-up-short {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/* fade in */
@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* scale up */
@-webkit-keyframes scale-up {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7); }
  to {
    opacity: 1;
    -webkit-transform: scale(1); } }

@-moz-keyframes scale-up {
  from {
    opacity: 0;
    -moz-transform: scale(0.7); }
  to {
    opacity: 1;
    -moz-transform: scale(1); } }

@-o-keyframes scale-up {
  from {
    opacity: 0;
    -o-transform: scale(0.7); }
  to {
    opacity: 1;
    -o-transform: scale(1); } }

@keyframes scale-up {
  from {
    opacity: 0;
    transform: scale(0.7); }
  to {
    opacity: 1;
    transform: scale(1); } }

/* slide right */
@-webkit-keyframes slide-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes slide-right {
  from {
    opacity: 0;
    -moz-transform: translateX(-50px); }
  to {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes slide-right {
  from {
    opacity: 0;
    -o-transform: translateX(-50px); }
  to {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes slide-right {
  from {
    opacity: 0;
    transform: translateX(-50px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

/* slide left */
@-webkit-keyframes slide-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px); }
  to {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes slide-left {
  from {
    opacity: 0;
    -moz-transform: translateX(50px); }
  to {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes slide-left {
  from {
    opacity: 0;
    -o-transform: translateX(50px); }
  to {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes slide-left {
  from {
    opacity: 0;
    transform: translateX(50px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

/* ====== Styles for ie10 ====== */
.ie10 .section-stat-list-inner {
  display: block; }

.ie10 .section-stat-list-stat {
  display: block;
  width: 100%;
  padding: 0 10px 20px;
  border-right: none;
  border-bottom: 1px solid #e4e4e4; }

.ie10 .section-resources-list-list {
  display: block;
  font-size: 0; }

.ie10 .section-resources-list-resource {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-owners-brief-logo-list {
  display: block;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.ie10 .section-owners-brief-logo-list div {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-masonry-block.layout-image-left {
  display: block;
  font-size: 0; }

.ie10 .section-masonry-block.layout-image-left img {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-masonry-block.layout-image-left p {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-masonry-block.layout-image-right {
  display: block;
  font-size: 0; }

.ie10 .section-masonry-block.layout-image-right img {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-masonry-block.layout-image-right p {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 0; }

.ie10 .section-boxes {
  display: block;
  font-size: 0; }

.ie10 .section-boxes-box {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-values-values {
  display: block; }

.ie10 .section-values-value {
  padding: 7px 0;
  border-bottom: 1px solid #e4e4e4;
  border-right: none;
  text-align: left;
  position: relative; }

.ie10 .section-values-value:first-child {
  padding: 0 0 7px 0;
  border-right: none; }

.ie10 .section-values-value:last-child {
  padding: 7px 0 0 0;
  border-right: none;
  border-bottom: none; }

.ie10 .section-values-value {
  pointer-events: none !important;
  cursor: default !important; }

.ie10 .section-values-value-body {
  display: block; }

.ie10 .section-values-value-button:hover {
  background: #f0f2f2; }

.ie10 .section-values-value-button:hover .section-values-value-heading {
  color: inherit; }

.ie10 .section-values-value-button {
  text-align: left;
  padding: 18px 0 13px;
  position: relative; }

.ie10 .section-values-value-wrapper {
  min-height: 110px; }

.ie10 .section-values-value-heading {
  padding: 0 20px 0 25%;
  margin: 0 0 10px; }

.ie10 .section-values-value-body {
  padding: 10px 20px 0 25%; }

.ie10 .section-values-value-icon {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  transform: none; }

.ie10 .section-values-value-icon img {
  max-width: 140px;
  padding: 20px; }

.ie10 .section-cards-list {
  display: block;
  font-size: 0; }

.ie10 .section-cards-card {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-cards-card-image-overlay {
  display: block;
  padding-top: 20px; }

.ie10 .section-cards-card-image-overlay img {
  margin-left: auto;
  margin-right: auto; }

.ie10 .section-cards-card-image-overlay span {
  margin-left: auto;
  margin-right: auto; }

.ie10 .section-steps {
  display: block; }

.ie10 .section-steps-step {
  width: 100%; }

.ie10 .section-committees-list {
  display: block;
  font-size: 0; }

.ie10 .section-committees-link {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-committees-link a {
  display: block;
  font-size: 0; }

.ie10 .section-owners-inner {
  display: block;
  font-size: 0; }

.ie10 .section-owners-owner {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-owners-owner:after {
  display: none !important; }

.ie10 .section-timeline-list:before {
  left: 10px; }

.ie10 .section-timeline-item {
  padding-bottom: 40px; }

.ie10 .section-timeline-item-inner {
  display: block; }

.ie10 .section-timeline-item-inner:after {
  top: 3px;
  left: 0; }

.ie10 .section-timeline-body {
  width: 100%;
  padding: 0 10px !important; }

.ie10 .section-timeline-aside {
  display: none; }

.ie10 .section-timeline-item:last-child .section-timeline-year {
  position: static;
  text-align: left; }

.ie10 .section-timeline-item:last-child .section-timeline-body {
  margin-top: 0; }

.ie10 .section-timeline-padding {
  display: none; }

.ie10 .section-timeline-media {
  left: 10px;
  right: 10px;
  bottom: 100%;
  width: auto; }

.ie10 .section-timeline-item:nth-child(2n) .section-timeline-media {
  left: 10px;
  right: 10px; }

.ie10 .section-timeline-item:last-child .section-timeline-body {
  padding-top: 10px !important; }

.ie10 .section-timeline-item:last-child .section-timeline-media {
  left: 10px;
  right: 10px;
  bottom: auto;
  width: auto;
  top: 0;
  margin-top: 20px; }

.ie10 .section-timeline-item:last-child:nth-child(2n) .section-timeline-media {
  left: 10px;
  right: 10px; }

.ie10 .section-timeline-item.has-media-video .section-timeline-item-inner {
  margin-top: 56% !important; }

.ie10 .section-timeline-item.has-media-slideshow .section-timeline-item-inner {
  margin-top: 56% !important; }

.ie10 .section-timeline-item {
  opacity: 1; }

.ie10 .section-company-detail-inner {
  display: block;
  font-size: 0; }

.ie10 .section-company-detail-company {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-promo-wide-inner {
  display: block;
  font-size: 0; }

.ie10 .section-promo-wide-inner > * {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-map-country-item-projects .section-projects-full-list {
  display: block;
  font-size: 0; }

.ie10 .section-map-country-item-projects .section-projects-full-project {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-sectors-list {
  display: block;
  font-size: 0; }

.ie10 .section-sectors-sector {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-sectors-sector-image-overlay {
  display: block;
  padding-top: 20px; }

.ie10 .section-sectors-sector-image-overlay img {
  margin-left: auto;
  margin-right: auto; }

.ie10 .section-sectors-sector-image-overlay span {
  margin-left: auto;
  margin-right: auto; }

.ie10 .section-sectors-sector:after {
  display: none !important; }

.ie10 .section-projects-list {
  display: block;
  font-size: 0; }

.ie10 .section-projects-project {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-projects-project-image-overlay {
  display: block;
  padding-top: 20px; }

.ie10 .section-projects-project-image-overlay img {
  margin-left: auto;
  margin-right: auto; }

.ie10 .section-projects-project-image-overlay span {
  margin-left: auto;
  margin-right: auto; }

.ie10 .section-projects-full-list {
  display: block;
  font-size: 0; }

.ie10 .section-projects-full-project {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-projects-full-project-image-overlay {
  display: block;
  padding-top: 20px; }

.ie10 .section-projects-full-project-image-overlay img {
  margin-left: auto;
  margin-right: auto; }

.ie10 .section-projects-full-project-image-overlay span {
  margin-left: auto;
  margin-right: auto; }

.ie10 .section-projects-full-project:after {
  display: none !important; }

.ie10 .section-projects-full-filter-search {
  display: block;
  font-size: 0; }

.ie10 .section-projects-full-filter-search i {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px; }

.ie10 .section-projects-full-filter-search input {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-projects-full-filter-search button {
  display: inline-block;
  vertical-align: top; }

@media screen and (max-width: 600px) {
  .ie10 .section-projects-full-filter-search {
    display: none; } }

.ie10 .section-company-overview-company-overlay {
  display: block;
  padding-top: 20px; }

.ie10 .section-company-overview-company-overlay img {
  margin-left: auto;
  margin-right: auto; }

.ie10 .section-company-overview-company-overlay span {
  margin-left: auto;
  margin-right: auto; }

.ie10 .section-promo-collection-inner {
  display: block;
  font-size: 0; }

.ie10 .section-promo-collection .section-promo-small {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-promo-double {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-testimonial-list-list {
  display: block;
  font-size: 0; }

.ie10 .section-testimonial-list-testimonial {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-news-list {
  display: block;
  font-size: 0; }

.ie10 .section-news-article {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-news-article-image-overlay {
  display: block;
  padding-top: 20px; }

.ie10 .section-news-article-image-overlay img {
  margin-left: auto;
  margin-right: auto; }

.ie10 .section-news-article-image-overlay span {
  margin-left: auto;
  margin-right: auto; }

.ie10 .section-news-full-list {
  display: block;
  font-size: 0; }

.ie10 .section-news-full-article {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-news-full-article-image-overlay {
  display: block;
  padding-top: 20px; }

.ie10 .section-news-full-article-image-overlay img {
  margin-left: auto;
  margin-right: auto; }

.ie10 .section-news-full-article-image-overlay span {
  margin-left: auto;
  margin-right: auto; }

.ie10 .section-news-full-article:after {
  display: none !important; }

.ie10 .section-news-full-filter-search {
  display: block;
  font-size: 0; }

.ie10 .section-news-full-filter-search i {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px; }

.ie10 .section-news-full-filter-search input {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-news-full-filter-search button {
  display: inline-block;
  vertical-align: top; }

@media screen and (max-width: 600px) {
  .ie10 .section-news-full-filter-search {
    display: none; } }

.ie10 .section-twitter-article-image-overlay {
  display: block;
  padding-top: 20px; }

.ie10 .section-twitter-article-image img {
  margin-left: auto;
  margin-right: auto; }

.ie10 .section-twitter-article-image span {
  margin-left: auto;
  margin-right: auto; }

.ie10 .section-twitter.layout-twitter #ctf .ctf-tweets {
  display: block;
  font-size: 0; }

.ie10 .section-twitter.layout-twitter #ctf .ctf-item {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-offices-list {
  display: block;
  font-size: 0; }

.ie10 .section-offices-office {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-offices-map-tabs {
  display: block;
  font-size: 0; }

.ie10 .section-offices-map-tabs li {
  display: inline-block;
  vertical-align: top; }

.ie10 .section.section-enquiry-form {
  display: block;
  font-size: 0; }

.ie10 .section-enquiry-form-form-wrapper {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-enquiry-form-contacts {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-enquiry-form-buttons {
  display: inline-block;
  vertical-align: top; }

.ie10 .section-resources-full-featured-categories {
  display: block;
  font-size: 0; }

.ie10 .section-resources-full-featured-categories form {
  display: inline-block;
  vertical-align: top; }

@media screen and (min-width: 601px) and (max-width: 900px) {
  .ie10 .section-video-list-list {
    display: block; }
  .ie10 .section-video-list-video {
    width: 100%;
    border-right: none; }
  .ie10 .section-video-list-video:nth-child(2n) {
    border-left: none; } }

.ie10 #modal-overlay-wrapper.active {
  display: block;
  padding-top: 50px; }

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