@charset "UTF-8";
@font-face {
  font-family: 'Helvetica';
  src: url("../../fonts/Helvetica/Helvetica.woff2") format("woff2"), url("../../fonts/Helvetica/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

@font-face {
  font-family: 'Helvetica';
  src: url("../../fonts/Helvetica/Helvetica-Light.woff2") format("woff2"), url("../../fonts/Helvetica/Helvetica-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px; }

article.page .sub-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 75px; }

@media (max-width: 576px) {
  article.page .sub-header {
    padding-bottom: 30px; } }

article.page .sub-header .sub-header-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

article.page .sub-header .sub-header-menu.country {
  margin-top: -75px; }

article.page .sub-header .sub-header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  background: #00a5d2; }

article.page .sub-header .sub-header-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none; }

@media screen and (max-width: 768px) {
  article.page .sub-header .sub-header-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

article.page .sub-header .sub-header-menu ul li {
  text-align: center; }

@media screen and (max-width: 768px) {
  article.page .sub-header .sub-header-menu ul li {
    padding: 10px; } }

article.page .sub-header .sub-header-menu ul li a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

article.page .sub-header .sub-header-menu ul li a.current {
  border-bottom: solid 1px #fff; }

article.page .sub-header .sub-header-menu select {
  border-color: #fff;
  color: #fff;
  height: 50px;
  background-color: transparent;
  background-image: url("../../images/arrow-down-white.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  appearance: none; }

@media (max-width: 767px) {
  article.page .sub-header .sub-header-menu select {
    max-width: 300px; } }

@media screen and (min-width: 768px) {
  article.page .sub-header .sub-header-menu select {
    min-width: 490px; } }

article.page .sub-header .sub-header-menu select:active,
article.page .sub-header .sub-header-menu select:focus {
  border: solid 1px #fff;
  outline: none; }

select {
  background: transparent;
  border: solid 1px #d7d7d7;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: url("../../images/arrow-down-blue.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 55px; }

select::-ms-value {
  background-color: transparent;
  /* remove blue background on ie10/ie11 when selected*/ }

select:focus::-ms-value {
  background-color: transparent;
  color: #fff; }

select option {
  background-color: white;
  color: #000; }

select::-ms-expand {
  display: none; }

@media (max-width: 767px) {
  select {
    padding-left: 15px; } }

.one-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto; }

.one-column > div {
  width: 100%; }

.one-column p {
  width: 100%;
  /* max-width: 720px; */
  margin: 20px auto;
  color: #505050; }

.one-column ul {
  width: 100%;
  margin: 20px auto; }

@media screen and (max-width: 768px) {
  .one-column {
    padding: 0 5%; } }

.two-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0;
  overflow: hidden; }

.two-column > div {
  width: 50%;
  background: #f4f4f4;
  color: #505050; }

@media screen and (max-width: 768px) {
  .two-column > div div {
    max-width: 90%; } }

.two-column > div .date {
  font-size: 14px;
  color: #959595; }

.two-column > div p {
  font-size: 14px;
  color: #505050;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

.two-column > div a.more-link {
  padding-top: 40px; }

.two-column.odd > div:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5%;
  width: 100%; }

@media screen and (min-width: 769px) {
  .two-column.odd > div:last-child {
    width: 40%; } }

.two-column.even > div:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5%; }

@media screen and (max-width: 768px) {
  .two-column.even > div:last-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (min-width: 768px) {
  .two-column.even > div:last-child {
    width: 40%; } }

.two-column.even > div:first-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

@media screen and (max-width: 768px) {
  .two-column.even > div:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (max-width: 768px) {
  .two-column {
    margin: 0 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .two-column > div {
    width: 100%; }
  .two-column .more-link {
    text-align: center; } }

.three-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto; }

.three-column > div {
  width: 33%; }

a.more-link {
  color: #505050;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .13em;
  display: inline-block;
  padding-top: 20px;
  font-size: 14px; }

a.more-link:before {
  content: "";
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  background: currentColor;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: -1px; }

div.at-a-glance {
  background-size: cover !important; }

div.at-a-glance h5 {
  text-align: center;
  padding: 100px 0 85px;
  margin: 0 auto; }

.stats-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.stats-container .stat {
  background-color: rgba(0, 125, 182, 0.3);
  color: #fff;
  min-height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media screen and (max-width: 768px) {
  .stats-container .stat {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 90%;
    margin: 20px 0; } }

@media screen and (min-width: 768px) {
  .stats-container .stat {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 21%;
    padding: 3% 5% 7%;
    margin: 1%; }
  .stats-container .stat:nth-child(2) {
    width: 24%;
    padding: 3% 4% 7%; } }

.stats-container .stat h4 {
  color: #fff;
  margin: 0 0 20px; }

div.publications {
  background: #f4f4f4; }

div.publications__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

div.publications h6 {
  width: 100%; }

div.publications .publication {
  padding: 0 50px;
  background: #fff;
  border: solid 1px #d7d7d7;
  margin: 6px;
  width: 100%;
  max-width: 590px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

div.publications .publication h6 {
  color: #007db6;
  margin-top: 5px;
  margin-bottom: 15px; }

div.publications .publication h6 a {
  color: inherit;
  text-decoration: none; }

@media screen and (max-width: 768px) {
  div.publications .publication h6 {
    margin: 15px 0; } }

div.publications .publication p {
  color: #007db6;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

div.publications .publication .more-link {
  margin: 0;
  text-align: left; }

div.publications .publication div:first-child {
  width: 39%; }

div.publications .publication div:last-child {
  width: 40%;
  padding: 0 10%; }

div.publications p {
  width: 100%; }

.default-page {
  max-width: 1200px;
  margin: 100px auto; }

.slick-slide {
  position: relative; }

.slick-slide .slick-slide-content {
  position: absolute;
  max-width: 580px;
  width: 100%;
  min-height: 100px;
  bottom: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center; }

@media screen and (max-width: 768px) {
  .slick-slide .slick-slide-content {
    top: 20%; } }

.slick-slide .slick-slide-content span {
  color: #00a5d2;
  text-transform: uppercase; }

.slick-slide .slick-slide-content .more-link {
  color: #00a5d2; }

@media screen and (max-width: 768px) {
  .slick-slide img {
    height: 100%; } }

ul.slick-dots {
  margin: 0 10px; }

ul.slick-dots li.slick-active button {
  opacity: 1; }

ul.slick-dots li button {
  color: transparent;
  font-family: FontAwesome, serif;
  background: transparent;
  border: 0;
  margin: 0 3px;
  padding: 0;
  max-width: 10px;
  cursor: pointer;
  opacity: .5;
  display: block; }

ul.slick-dots li button:before {
  color: #fff;
  content: '\f111'; }

.slick-arrow {
  color: transparent;
  font-family: FontAwesome, serif;
  background: transparent;
  border: 0;
  padding: 0;
  max-width: 36px;
  cursor: pointer;
  font-size: 20px; }

.slick-arrow.slick-prev:before {
  color: #fff; }

.slick-arrow.slick-next:before {
  color: #fff; }

.slick-arrow .slick-prev {
  background: url("../../images/arrow-left.png") no-repeat;
  width: 36px;
  height: 27px; }

.slick-arrow .slick-next {
  background: url("../../images/arrow-left.png") no-repeat;
  width: 36px;
  height: 27px; }

body:not(.homepage) .search-container {
  max-width: 1920px;
  right: 0; }

.search-container {
  max-width: 1230px;
  width: 100%;
  position: absolute;
  top: 18px;
  right: 0;
  padding-right: 15px;
  left: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 199; }

body.homepage .search-container {
  top: 38px; }

.search-container .glass {
  color: #00a5d2; }

.search-container form {
  max-width: 500px;
  width: 100%;
  -webkit-box-shadow: 0 15px 80px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 80px 0 rgba(0, 0, 0, 0.15); }

@media (max-width: 1024px) {
  .search-container form {
    -webkit-box-shadow: none;
            box-shadow: none; } }

.search-container form fieldset {
  border: none;
  padding: 0;
  margin: 0; }

.search-container form input.search-query {
  font-size: 22px;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 60px;
  width: 100%;
  border: 0;
  padding: 0;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.search-container form .search-submit {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  border: 0;
  padding: 0;
  min-height: 60px;
  color: #fff;
  background: #00a5d2;
  padding-left: 20px; }

.search-container form .search-result-container {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden; }

.search-container form .search-result-container::-webkit-scrollbar {
  display: none; }

.search-container form .search-result-container > ul {
  list-style: none;
  max-width: 100% !important;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important; }

.search-container form .search-result-container > ul li.search-result {
  padding: 15px 10px;
  position: relative; }

.search-container form .search-result-container > ul li.search-result:nth-child(odd) {
  background-color: #d7d7d7; }

.search-container form .search-result-container > ul li.search-result:nth-child(even) {
  background-color: #ebebeb; }

.search-container form .search-result-container > ul li.search-result a span.className {
  font-size: 14px;
  color: #8c8c8c; }

.search-container form .search-result-container > ul li.search-result a span {
  padding-right: 4px;
  font-weight: 300;
  font-size: 18px;
  color: #505050;
  max-width: 300px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url("assets/xml/ellipsis.xml#ellipsis"); }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

#login_form input::-webkit-input-placeholder,
#login_form select::-webkit-input-placeholder {
  color: #00a5d2; }

#login_form input::-moz-placeholder,
#login_form select::-moz-placeholder {
  color: #00a5d2; }

#login_form input:-ms-input-placeholder,
#login_form select:-ms-input-placeholder {
  /* IE 10+ */
  color: #00a5d2; }

#login_form input:-moz-placeholder,
#login_form select:-moz-placeholder {
  /* Firefox 18- */
  color: #00a5d2; }

#login_form input::-ms-input-placeholder,
#login_form select::-ms-input-placeholder {
  color: #00a5d2; }

#login_form input::placeholder,
#login_form select::placeholder {
  color: #00a5d2; }

#login_form input::-moz-placeholder,
#login_form select::-moz-placeholder {
  opacity: 1; }

#login_form form {
  margin: 0 25%;
  display: block;
  width: 100%; }

@media screen and (max-width: 768px) {
  #login_form form {
    margin: 0 auto; } }

#login_form form input {
  font-size: 22px;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 50px;
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 0;
  padding-left: 20px; }

#login_form form fieldset {
  border: none;
  margin: 0 auto; }

#login_form form fieldset input {
  margin-top: 15px; }

#login_form form fieldset label,
#login_form form fieldset .checkbox {
  display: none; }

#login_form form .Actions {
  text-align: center; }

#login_form form .Actions input.action {
  padding: 0;
  text-align: center;
  color: #505050;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .13em;
  font-size: 16px;
  border: none;
  background-color: transparent;
  font-weight: 700; }

#login_form form .Actions input.action:before {
  content: "—"; }

#login_form form .Actions p a {
  color: #00a5d2; }

html {
  font-size: 16px;
  font-family: Helvetica, sans-serif; }

@media screen and (max-width: 991px) {
  html {
    font-size: 18px; } }

h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

h2 {
  color: #007db6;
  font-size: 24px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

h4 {
  color: #fff;
  font-size: 45px;
  font-weight: 400; }

h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase; }

h6 {
  color: #00a5d2;
  font-size: 18px;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase; }

.strong {
  font-weight: 700;
  color: #505050; }

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  max-width: 1200px;
  height: 100px;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  header {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

header > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

header .logo {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto; }

@media screen and (min-width: 768px) {
  header .logo {
    font-size: 22px; } }

header .logo a {
  color: #007db6; }

body.homepage header nav .close-mobile-menu {
  top: 30px; }

header nav .close-mobile-menu {
  font-size: 28px;
  cursor: pointer;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  right: 2px;
  z-index: 99; }

header nav .close-mobile-menu a {
  color: #fff;
  padding: 15px;
  position: relative; }

header nav .close-mobile-menu a img {
  display: block; }

@media screen and (min-width: 1025px) {
  header nav .close-mobile-menu {
    display: none; } }

header nav .search-mobile-menu {
  margin-bottom: 30px;
  margin-top: 20px;
  width: 100%;
  position: relative; }

header nav .search-mobile-menu form {
  border-bottom: solid 2px #fff; }

header nav .search-mobile-menu span {
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 28px; }

header nav .search-mobile-menu .search-container {
  position: relative; }

header nav .search-mobile-menu .search-container form {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }

header nav .search-mobile-menu .search-container form input.search-query {
  height: 65px;
  background-image: url("../../images/svg/search-icon-white.svg");
  background-position: left;
  background-repeat: no-repeat;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 20px;
  background-color: transparent;
  background-size: 40px 34px;
  padding-left: 45px; }

header nav .search-mobile-menu .search-container form input.search-query::-webkit-input-placeholder {
  color: #fff;
  opacity: .5; }

header nav .search-mobile-menu .search-container form input.search-query::-moz-placeholder {
  color: #fff;
  opacity: .5; }

header nav .search-mobile-menu .search-container form input.search-query::-ms-input-placeholder {
  color: #fff;
  opacity: .5; }

header nav .search-mobile-menu .search-container form input.search-query::placeholder {
  color: #fff;
  opacity: .5; }

header nav .search-mobile-menu .search-container form .search-submit {
  display: none; }

header nav .search-mobile-menu .search-container form .search-result-container {
  display: none; }

@media screen and (min-width: 1025px) {
  header nav .search-mobile-menu {
    display: none; } }

@media screen and (max-width: 1024px) {
  header nav {
    position: absolute;
    background: #007db6;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: scroll;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding-top: 35px; } }

header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  height: 100%;
  font-size: 12px;
  width: 100%; }

@media screen and (max-width: 1024px) {
  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  header nav ul.level-1 > li {
    margin: 30px; }
  header nav ul.level-1 > li a {
    color: #fff;
    font-size: 25px; } }

body:not(.homepage) header nav ul li {
  height: 100%; }

header nav ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

header nav ul li a {
  color: #00b0e4;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.66; }

@media screen and (min-width: 991px) {
  header nav ul li a {
    text-transform: uppercase; } }

header nav ul ul.level-2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  height: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #007db6;
  max-width: 370px;
  z-index: 30; }

header nav ul ul.level-2 li.active {
  background: #00a5d2; }

header nav ul ul.level-2 li {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0; }

header nav ul ul.level-2 li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: unset; }

header nav ul ul.level-2 li a:hover {
  color: #00a5d2; }

@media screen and (max-width: 1024px) {
  header nav {
    display: none; } }

.newsletter-modal.modal {
  display: inline-block;
  display: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 80px 2% 60px 2%; }

.newsletter-modal.modal input::-webkit-input-placeholder {
  color: #00a5d2; }

.newsletter-modal.modal input::-moz-placeholder {
  color: #00a5d2; }

.newsletter-modal.modal input:-ms-input-placeholder {
  /* IE 10+ */
  color: #00a5d2; }

.newsletter-modal.modal input:-moz-placeholder {
  /* Firefox 18- */
  color: #00a5d2; }

.newsletter-modal.modal input::-ms-input-placeholder {
  color: #00a5d2; }

.newsletter-modal.modal input::placeholder {
  color: #00a5d2; }

.newsletter-modal.modal input::-moz-placeholder {
  opacity: 1; }

.newsletter-modal.modal a.close-modal {
  top: 0;
  right: 0;
  height: 53px;
  width: 53px;
  color: transparent;
  background: #007db6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.newsletter-modal.modal a.close-modal:before {
  color: #fff;
  font-family: FontAwesome, serif;
  font-size: 24px;
  content: '\f00d';
  text-indent: initial; }

.newsletter-modal.modal .newsletter-modal-wrapper form label {
  display: none; }

.newsletter-modal.modal .newsletter-modal-wrapper form input {
  font-size: 22px;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 50px;
  width: 95%;
  border: 1px solid #d7d7d7;
  padding: 0;
  padding-left: 20px; }

.newsletter-modal.modal .newsletter-modal-wrapper form input[type=submit] {
  padding: 0;
  text-align: center;
  color: #505050;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .13em;
  font-size: 16px;
  border: none;
  background-color: transparent;
  font-weight: 700;
  cursor: pointer; }

.newsletter-modal.modal .newsletter-modal-wrapper form input[type=submit]:hover {
  color: #00a5d2; }

body.homepage header {
  max-width: 100%;
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative; }

body.homepage header .homepage-header {
  width: 100%; }

body.homepage header .homepage-header div.image {
  height: 100vh;
  width: 100%;
  background-size: cover !important; }

@media screen and (max-width: 768px) {
  body.homepage header .homepage-header {
    overflow: hidden; } }

body.homepage header .homepage-header h1 {
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

body.homepage header .homepage-header-navigation {
  width: 100%;
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

body.homepage header .homepage-header-navigation .slick-prev {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding: 0;
  margin-right: 10px;
  background: url("../../images/arrow-left.png") no-repeat;
  width: 36px;
  height: 27px; }

body.homepage header .homepage-header-navigation ul.slick-dots {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1; }

body.homepage header .homepage-header-navigation ul.slick-dots li {
  line-height: 1; }

body.homepage header .homepage-header-navigation .slick-next {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  padding: 0;
  margin-left: 10px;
  background: url("../../images/arrow-right.png") no-repeat;
  width: 36px;
  height: 27px; }

body.homepage header .homepage-header-wrapper {
  position: absolute;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

@media screen and (min-width: 768px) {
  body.homepage header .homepage-header-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

body.homepage header .homepage-header-wrapper .logo {
  max-width: 100%;
  margin: 32px 0 42px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 70%; }

body.homepage header .homepage-header-wrapper .logo a {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

@media screen and (min-width: 768px) {
  body.homepage header .homepage-header-wrapper .logo a {
    font-size: 26px; } }

body.homepage header .homepage-header-wrapper nav {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 100%; }

body.homepage header .homepage-header-wrapper nav .homepage-nav-active {
  font-weight: 700; }

body.homepage header .homepage-header-wrapper nav ul.level-1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative; }

body.homepage header .homepage-header-wrapper nav ul.level-1 > li:after {
  color: #00a5d2;
  font-family: FontAwesome, serif;
  content: '\f107';
  position: absolute;
  top: 0;
  right: 0;
  display: none; }

@media (min-width: 1025px) {
  body.homepage header .homepage-header-wrapper nav ul.level-1 > li a {
    color: #fff;
    margin: 8px 0;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }

body.homepage header .homepage-header-wrapper nav ul.level-1 ul.level-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  background: transparent;
  top: 0;
  left: 0; }

@media (min-width: 1025px) {
  body.homepage header .homepage-header-wrapper nav ul.level-1 ul.level-2 li {
    max-width: 250px; }
  body.homepage header .homepage-header-wrapper nav ul.level-1 ul.level-2 li a {
    text-transform: unset;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial; } }

body.homepage header .homepage-header-wrapper .social {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

body.homepage header .homepage-header-wrapper .social i.icon-search {
  background: url(../../images/search.png) center no-repeat;
  height: 33px;
  width: 33px; }

body.homepage header .homepage-header-wrapper .social i.icon-nav {
  background: url("../../images/navicon.png") center no-repeat;
  height: 44px;
  width: 33px; }

@media screen and (max-width: 1024px) {
  body.homepage header .homepage-header-wrapper .social ul li a {
    background: transparent; }
  body.homepage header .homepage-header-wrapper .social ul li a i {
    color: #fff; } }

@media screen and (min-width: 1025px) {
  body.homepage header .homepage-header-wrapper .social ul li a {
    background: #fff; }
  body.homepage header .homepage-header-wrapper .social ul li a i {
    color: #344859; } }

body.homepage article.homepage .sub-header {
  padding-bottom: 0; }

body.homepage article.homepage .sub-header .sub-header-img {
  display: none; }

body.homepage article.homepage .homepage-blurb {
  background: #f4f4f4;
  max-width: 100%;
  padding-top: 75px; }

body.homepage article.homepage .homepage-blurb h2 {
  font-size: 30px;
  text-transform: none;
  font-weight: 400;
  color: #007db6;
  line-height: 1.1; }

body.homepage article.homepage .homepage-blurb a.more-link {
  text-align: left;
  margin-top: 20px; }

body.homepage article.homepage h6.latest-news {
  width: 100%;
  text-align: center;
  margin: 100px auto;
  letter-spacing: 3px; }

body.homepage article.homepage .one-column .more-link {
  width: 100%;
  text-align: center;
  margin: 100px 0 100px 0; }

@media (max-width: 576px) {
  body.homepage article.homepage h6.latest-news {
    margin-top: 70px;
    margin-bottom: 70px; }
  body.homepage article.homepage .one-column .more-link {
    margin-top: 70px;
    margin-bottom: 70px; } }

body.homepage article.homepage .homepage-footer-container {
  position: relative; }

body.homepage article.homepage .homepage-footer div.image {
  height: 85vh;
  width: 100%; }

body.homepage article.homepage .homepage-footer .slick-slide-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left; }

@media screen and (max-width: 768px) {
  body.homepage article.homepage .homepage-footer .slick-slide-content {
    padding: 0 5%; } }

body.homepage article.homepage .homepage-footer-navigaton {
  width: 100%;
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

body.homepage article.homepage .homepage-footer-navigaton .slick-prev {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding: 0;
  margin-right: 10px;
  background: url("../../images/arrow-left.png") no-repeat;
  width: 36px;
  height: 27px; }

body.homepage article.homepage .homepage-footer-navigaton ul.slick-dots {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

body.homepage article.homepage .homepage-footer-navigaton .slick-next {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  padding: 0;
  margin-left: 10px;
  background: url("../../images/arrow-right.png") no-repeat;
  width: 36px;
  height: 27px; }

article.what-we-do .sub-header .sub-header-img {
  min-height: 280px; }

article.what-we-do h2 {
  max-width: 280px; }

article.what-we-do .business-law-reform h2 {
  color: #00b6c9; }

.what-we-do-card h2 a {
  color: inherit;
  text-decoration: none;
  outline: none; }

.what-we-do-card p {
  max-width: 280px; }

article.what-we-do .competition-and-consumer-protection h2 {
  color: #6dcff6; }

article.what-we-do .financing-growth h2 {
  color: #8dc63f; }

article.what-we-do .economic-empowerment-of-women h2 {
  color: #e9532b; }

article.what-we-do .state-owned-enterprise-reform-and-public-private-partnerships h2 {
  color: #f57f29; }

article.what-we-do.business-law-reform p .more-link {
  text-align: center; }

article.what-we-do.business-law-reform .two-column h2 {
  max-width: 100%; }

article.who-we-are .sub-header .sub-header-img {
  min-height: 280px; }

article.who-we-are.about-psdi h2 {
  color: #007db6;
  width: 100%;
  margin: 20px auto 0; }

article.who-we-are.about-psdi .one-column {
  margin-bottom: 2%; }

article.who-we-are.about-psdi .one-column p:not(.strong) {
  color: #8c8c8c; }

article.news-and-insights .sub-header .sub-header-img {
  min-height: 280px; }

article.news-and-insights .filters {
  max-width: 1200px;
  margin: 15px auto 55px; }

article.news-and-insights .filters form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px; }

article.news-and-insights .filters form fieldset {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center; }

article.news-and-insights .filters form fieldset > div {
  display: inline-block; }

@media (max-width: 767px) {
  article.news-and-insights .filters form fieldset > div.clear {
    display: none; } }

article.news-and-insights .filters form fieldset label {
  display: none; }

article.news-and-insights .filters form select {
  min-width: 260px;
  max-width: 260px;
  height: 50px;
  color: #00a5d2;
  margin: 10px 5px; }

@media screen and (max-width: 768px) {
  article.news-and-insights .filters form select {
    width: 90%; } }

article.news-and-insights .filters form .more-link,
article.news-and-insights .filters form .submit {
  padding: 0;
  display: inline-block;
  text-align: center;
  color: #505050;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .13em;
  display: block;
  padding-top: 20px;
  font-size: 16px;
  border: none;
  background-color: transparent;
  top: -10px;
  font-weight: 700;
  position: relative; }

@media screen and (max-width: 768px) {
  article.news-and-insights .filters form .more-link,
  article.news-and-insights .filters form .submit {
    display: block; } }

article.news-and-insights .filters form .more-link.active,
article.news-and-insights .filters form .submit.active {
  margin-left: auto; }

article.news-and-insights .pagination {
  max-width: 1200px;
  margin: 35px auto 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

@media screen and (max-width: 768px) {
  article.news-and-insights .pagination {
    max-width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (min-width: 768px) {
  article.news-and-insights .pagination {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

article.news-and-insights .pagination.bottom {
  margin-bottom: 135px; }

article.news-and-insights .pagination span {
  padding: 0 10px;
  color: #00a5d2; }

article.news-and-insights .pagination span:first-child,
article.news-and-insights .pagination span:last-child {
  padding-left: 0; }

@media screen and (max-width: 768px) {
  article.news-and-insights .pagination span.prev,
  article.news-and-insights .pagination span.next {
    display: none; } }

article.news-and-insights .pagination span a,
article.news-and-insights .pagination span a:visited {
  color: #00a5d2; }

article.news-and-insights .pagination span.active a {
  color: #007db6;
  cursor: default; }

article.news-and-insights .pagination span.disabled a {
  opacity: .5;
  cursor: default; }

article.news-and-insights .pagination .arrow {
  cursor: pointer; }

article.news-and-insights .pagination .arrow.arrow-prev a:before {
  font-family: FontAwesome, serif;
  content: '\f177'; }

article.news-and-insights .pagination .arrow.arrow-next a:before {
  font-family: FontAwesome, serif;
  content: '\f178'; }

article.news-and-insights .more-news .slick-prev {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding: 0;
  margin-right: 10px;
  background: url("../../../images/arrow-left.png") no-repeat;
  width: 36px;
  height: 27px; }

article.news-and-insights .more-news .slick-next {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  padding: 0;
  margin-left: 10px;
  background: url("../../images/arrow-right.png") no-repeat;
  width: 36px;
  height: 27px; }

article.news-and-insights .more-news {
  padding-bottom: 100px; }

article.news-and-insights .more-news .news-item .box {
  background-color: #007db6;
  margin: 0 5px;
  min-height: 245px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px; }

article.news-and-insights .more-news .news-item .box h2,
article.news-and-insights .more-news .news-item .box span {
  color: white; }

article.news-and-insights .more-news .news-item .box span {
  font-weight: 300; }

article.news-and-insights .more-news .news-item .box h2 {
  padding-top: 5%;
  font-weight: 600; }

article.news-and-insights .one-column {
  max-width: 800px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 100px; }

article.news-and-insights .one-column span,
article.news-and-insights .one-column p,
article.news-and-insights .one-column h2,
article.news-and-insights .one-column a {
  width: 100%;
  margin-left: 0; }

article.news-and-insights .one-column p {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 300; }

article.news-and-insights .one-column .strong {
  color: #505050; }

article.news-and-insights .one-column .date {
  font-size: 14px;
  color: #959595;
  font-weight: 300;
  margin-bottom: 20px; }

article.news-and-insights .one-column h2 {
  color: #007db6;
  margin-bottom: 40px; }

article.news-and-insights .social {
  width: initial; }

article.news-and-insights .social ul {
  min-width: initial; }

article.news-and-insights .social ul li a {
  width: 42px;
  height: 42px;
  font-size: 22px; }

article.news-and-insights .social ul li.facebook a {
  background-color: #6078b1; }

article.news-and-insights .social ul li.twitter a {
  background-color: #28b2df; }

article.news-and-insights .social ul li.linkedin a {
  background-color: #2c91c6; }

article.news-and-insights .social ul li.print a {
  background-color: #aeaeae; }

article.publications .sub-header .sub-header-img {
  min-height: 280px; }

article.publications .sub-header .sub-header-text {
  background: #f4f4f4;
  color: #3e3e3e; }

article.publications .sub-header .sub-header-text p {
  line-height: 1.5em;
  max-width: 720px;
  margin: 100px auto;
  color: #8c8c8c; }

article.publications .grid {
  max-width: 1200px;
  margin: 0 auto 100px auto;
  border: solid 1px #d7d7d7; }

article.publications .grid .grid-item {
  border-bottom: solid 1px #d7d7d7; }

article.publications .grid .grid-item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 40px 20px; }

@media screen and (min-width: 768px) {
  article.publications .grid .grid-item-header {
    padding: 60px; } }

article.publications .grid .grid-item-header h2 {
  color: #007db6;
  margin: 0; }

article.publications .grid .grid-item-header .arrow {
  font-family: FontAwesome, serif;
  color: #007db6; }

article.publications .grid .grid-item-header .arrow.open:before {
  content: '\f062'; }

article.publications .grid .grid-item-header .arrow.closed:before {
  content: '\f063'; }

article.publications .grid .grid-item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #f4f4f4;
  padding: 2% 0; }

article.publications .grid .grid-item-body .publication {
  background: transparent;
  border: none;
  max-width: 470px; }

article.publications .grid .grid-item-body .publication div:first-child {
  width: 38%;
  padding: 1%; }

article.publications .grid .grid-item-body .publication a.more-link {
  display: none; }

article.publications .one-column {
  max-width: 800px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 100px; }

article.publications .one-column span,
article.publications .one-column p,
article.publications .one-column h2,
article.publications .one-column a {
  width: 100%;
  margin-left: 0; }

article.publications .one-column p {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 300; }

article.publications .one-column .strong {
  color: #505050; }

article.publications .one-column .date {
  font-size: 14px;
  color: #959595;
  font-weight: 300;
  margin-bottom: 20px; }

article.publications .one-column h2 {
  color: #007db6;
  margin-bottom: 40px; }

article.publications .social {
  width: initial; }

article.publications .social ul {
  min-width: initial; }

article.publications .social ul li a {
  width: 42px;
  height: 42px;
  font-size: 22px; }

article.publications .social ul li.facebook a {
  background-color: #6078b1; }

article.publications .social ul li.twitter a {
  background-color: #28b2df; }

article.publications .social ul li.linkedin a {
  background-color: #2c91c6; }

article.publications .social ul li.print a {
  background-color: #aeaeae; }

article.where-we-work .sub-header .sub-header-img {
  min-height: 280px; }

article.where-we-work p {
  color: #3e3e3e; }

article.where-we-work ul {
  color: #3e3e3e; }

@media screen and (max-width: 768px) {
  article.where-we-work ul {
    padding-left: 20px; } }

article.where-we-work p a.more-link {
  text-align: center; }

article.where-we-work h6.latest-news,
article.where-we-work h6.key-publications {
  text-align: center;
  letter-spacing: 3px; }

article.where-we-work .map {
  position: relative; }

article.where-we-work .pacific-countries {
  max-width: 1200px;
  margin: 100px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

article.where-we-work .pacific-countries .country {
  -webkit-transition: all .2s;
  transition: all .2s;
  display: block;
  overflow: hidden;
  margin: 9px;
  height: 268px;
  width: 382px; }

article.where-we-work .pacific-countries .country a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  text-align: center; }

article.where-we-work .content-area {
  background-color: #f4f4f4;
  margin-top: -75px; }

article.where-we-work .content-area .one-column {
  padding: 72px 15px; }

.where-we-work-modal.modal {
  max-width: 890px;
  padding: 0;
  border-radius: 0; }

.where-we-work-modal.modal a.close-modal {
  top: 0;
  right: 0;
  height: 53px;
  width: 53px;
  color: transparent;
  background: #007db6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.where-we-work-modal.modal a.close-modal:before {
  color: #fff;
  font-family: FontAwesome, serif;
  font-size: 24px;
  content: '\f00d';
  text-indent: initial; }

article.search-results p.searchQuery {
  line-height: 2;
  font-size: 16px;
  color: #505050;
  margin: 10px 0;
  max-width: 100%; }

article.search-results p.searchQuery span {
  color: #007db6; }

article.search-results ul#SearchResults {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%; }

article.search-results ul#SearchResults > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5%;
  border: 1px solid #f4f4f4; }

article.search-results ul#SearchResults > li:not(:first-child) {
  border-top: none; }

article.search-results ul#SearchResults > li h4 {
  font-size: 20px;
  margin: 5px 0 15px 0; }

article.search-results ul#SearchResults > li h4 a {
  color: #007db6;
  font-weight: bold; }

article.search-results ul#SearchResults > li p {
  line-height: 2;
  font-size: 14px;
  color: #505050;
  margin: 10px 0;
  max-width: 100%; }

article.search-results .pagination {
  max-width: 1200px;
  margin: 35px auto 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

@media screen and (max-width: 768px) {
  article.search-results .pagination {
    max-width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (min-width: 768px) {
  article.search-results .pagination {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

article.search-results .pagination.bottom {
  margin-bottom: 135px; }

article.search-results .pagination span {
  padding: 0 10px;
  color: #00a5d2; }

article.search-results .pagination span:first-child,
article.search-results .pagination span:last-child {
  padding-left: 0; }

@media screen and (max-width: 768px) {
  article.search-results .pagination span.prev,
  article.search-results .pagination span.next {
    display: none; } }

article.search-results .pagination span a,
article.search-results .pagination span a:visited {
  color: #00a5d2; }

article.search-results .pagination span.active a {
  color: #007db6;
  cursor: default; }

article.search-results .pagination span.disabled a {
  opacity: .5;
  cursor: default; }

article.search-results .pagination .arrow {
  cursor: pointer; }

article.search-results .pagination .arrow.arrow-prev a:before {
  font-family: FontAwesome, serif;
  content: '\f177'; }

article.search-results .pagination .arrow.arrow-next a:before {
  font-family: FontAwesome, serif;
  content: '\f178'; }

body {
  margin: 0; }

a {
  cursor: pointer;
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }

p {
  margin: 0; }

img {
  max-height: 100%;
  max-width: 100%; }

.c-collapse__content {
  display: none;
  -webkit-transition: none;
  transition: none; }

.c-collapse__content .c-content *:first-child {
  margin-top: 0;
  padding-top: 0; }

.text-center {
  text-align: center; }

.one-column .c-content p.full-width {
  max-width: 100%; }

.one-column .c-content p.full-width img {
  width: 100%;
  height: auto; }

.one-column .c-content,
.one-column .c-content p,
.one-column .c-content p:not(strong),
.one-column .c-content p:not(.strong),
article.who-we-are.about-psdi .one-column .c-content p:not(.strong) {
  color: #252525; }

.one-column .c-content p,
.one-column .c-content ul {
  margin-top: 30px;
  margin-bottom: 30px; }

.one-column .c-content ul li ~ li {
  margin-top: 16px; }

.one-column .c-content h1,
.one-column .c-content h2,
.one-column .c-content h3,
.one-column .c-content h4,
.one-column .c-content h5,
.one-column .c-content h6 {
  margin: 30px auto; }

.c-embed {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0; }

.c-embed:before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding-top: 56.25%; }

.c-embed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0; }

.social {
  position: relative; }
  .social * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: FontAwesome, serif;
    list-style-type: none;
    margin-left: -5px;
    margin-right: -5px; }
    .social ul li {
      padding-left: 5px;
      padding-right: 5px;
      line-height: 1; }
      .social ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: #505050;
        border-radius: 20px;
        width: 34px;
        height: 34px; }
        .social ul li a i {
          color: #fff; }
      .social ul li.search a {
        background: transparent !important; }
        .social ul li.search a i {
          color: #505050;
          font-size: 28px; }
          .social ul li.search a i.icon-search {
            background: url("../../images/search-g.png") center no-repeat;
            height: 33px;
            width: 33px; }
        @media screen and (max-width: 1024px) {
          .social ul li.search a {
            display: none; } }
      .social ul li.navicon {
        font-size: 28px; }
        .social ul li.navicon i.icon-nav {
          background: url("../../images/navicon-g.png") center no-repeat;
          height: 44px;
          width: 33px; }
        @media screen and (min-width: 1025px) {
          .social ul li.navicon {
            display: none; } }

@media screen and (max-width: 1024px) {
  header .social ul li a,
  header .social ul li.search a {
    background: #fff; }
  header .social ul li a i,
  header .social ul li.search a i {
    color: #00a5d2; }
  header .social ul li.facebook,
  header .social ul li.twitter,
  header .social ul li.search {
    display: none; } }

article.page .sub-header .sub-header-menu {
  max-width: 100%;
  overflow-x: hidden; }
  article.page .sub-header .sub-header-menu * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  article.page .sub-header .sub-header-menu ul {
    margin-left: -30px;
    margin-right: -30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    article.page .sub-header .sub-header-menu ul li {
      width: auto;
      max-width: 20%;
      padding-left: 30px;
      padding-right: 30px; }
      article.page .sub-header .sub-header-menu ul li a {
        line-height: 1.66;
        display: inline-block;
        vertical-align: top; }

.c-stat {
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .c-stat__grid {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c-stat__item {
    padding: 15px;
    width: 33.33333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .c-stat__item {
        width: 50%; } }
    @media (max-width: 576px) {
      .c-stat__item {
        width: 100%; } }
  .c-stat__main {
    width: 100%;
    min-height: 180px;
    background: rgba(0, 59, 86, 0.7);
    color: white;
    padding: 40px 24px; }
  .c-stat__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 44px; }
    @media (max-width: 576px) {
      .c-stat__title {
        font-size: 28px; } }
  .c-stat__content {
    line-height: 1.5;
    font-weight: 400; }
  .c-stat * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

@media (max-width: 576px) {
  div.publications .publication {
    display: block; }
    div.publications .publication div:first-child, div.publications .publication div:last-child {
      width: 100%;
      padding: 0; } }

.c-more-button {
  padding-top: 80px;
  padding-bottom: 100px; }
  .c-more-button a {
    padding-top: 0; }
  .c-more-button--publication {
    padding-top: 70px;
    padding-bottom: 80px; }

.c-section__title {
  padding-top: 75px;
  padding-bottom: 75px; }
  .c-section__title h6 {
    margin: 0;
    letter-spacing: 3px; }
  .c-section__title--padding-large {
    padding-top: 85px;
    padding-bottom: 70px; }
  .c-section__title--publication {
    padding-top: 80px;
    padding-bottom: 70px; }
  .c-section__title--country-page h6 {
    color: #fff; }

.c-section__more-link {
  padding-top: 100px;
  padding-bottom: 100px; }
  .c-section__more-link a.more-link {
    padding-top: 0; }
  @media (max-width: 576px) {
    .c-section__more-link {
      padding-top: 70px;
      padding-bottom: 70px; } }

.c-logo__link {
  display: inline-block;
  vertical-align: top; }

.c-logo__image {
  display: block;
  line-height: 1; }

.c-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

@media (max-width: 1260px) {
  .sub-header-menu__ul {
    display: none !important; } }

.sub-header-menu__select {
  text-align: center; }
  @media (min-width: 1260px) {
    .sub-header-menu__select {
      display: none; } }
  @media (min-width: 1260px) {
    .sub-header-menu__select--display-block {
      display: block; } }

.jquery-modal.blocker {
  z-index: 100; }

.modal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 890px; }
  @media (max-width: 991px) {
    .modal-wrapper {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .modal-wrapper .modal-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 80px;
    position: relative; }
    .modal-wrapper .modal-content .c-content {
      font-weight: 300;
      font-size: 14px;
      line-height: 1.7;
      color: #505050; }
      .modal-wrapper .modal-content .c-content ul {
        margin-left: 0;
        padding-left: 16px;
        width: auto; }
      .modal-wrapper .modal-content .c-content strong {
        font-weight: 700; }
    .modal-wrapper .modal-content__title {
      margin-top: 0;
      color: #007db6;
      line-height: 1.25;
      font-size: 24px;
      font-weight: 400;
      margin-bottom: 20px;
      display: inline-block;
      vertical-align: top;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased; }
    .modal-wrapper .modal-content p {
      padding: 10px 0; }
    @media (min-width: 992px) {
      .modal-wrapper .modal-content {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
    @media (max-width: 991px) {
      .modal-wrapper .modal-content {
        padding: 40px 15px 80px; } }
  .modal-wrapper .modal-image {
    width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    min-height: 300px; }
    @media (max-width: 991px) {
      .modal-wrapper .modal-image {
        width: 100%;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
    @media (min-width: 992px) {
      .modal-wrapper .modal-image {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
    .modal-wrapper .modal-image .image {
      background-size: cover !important;
      background-position: center center;
      height: 100%; }
  .modal-wrapper .navigation {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
    left: 0; }
    .modal-wrapper .navigation .arrow {
      color: #00a5d2;
      font-family: FontAwesome, serif;
      font-size: 24px; }
      .modal-wrapper .navigation .arrow.arrow-left {
        background: url("../../images/arrow-left-b.png") no-repeat;
        width: 36px;
        height: 27px; }
      .modal-wrapper .navigation .arrow.arrow-right {
        background: url("../../images/arrow-right-b.png") no-repeat;
        width: 36px;
        height: 27px; }
  .modal-wrapper * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.w-100 {
  width: 100%; }

.sub-header-img h1 {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body.homepage header .homepage-header-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
  width: 100%; }
  @media (max-width: 991px) {
    body.homepage header .homepage-header-wrapper {
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

body:not(.homepage) header.c-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1920px; }
  @media (max-width: 1024px) {
    body:not(.homepage) header.c-header {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

@media (max-width: 1024px) {
  body header .social ul {
    min-width: auto; } }

body header nav .close-mobile-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (min-width: 1025px) {
  header nav > ul > li:hover > a {
    color: gray; } }

header nav ul.level-1 {
  padding-right: 8px; }
  header nav ul.level-1 > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
    header nav ul.level-1 > li.current:after, header nav ul.level-1 > li.section:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 15px;
      width: calc(100% - 30px);
      height: 6px;
      background: #00a5d2;
      z-index: 10;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    header nav ul.level-1 > li > a {
      letter-spacing: 1.4px; }
    @media (max-width: 1299px) {
      header nav ul.level-1 > li {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 1199px) {
      header nav ul.level-1 > li {
        padding-left: 8px;
        padding-right: 8px; }
        header nav ul.level-1 > li a {
          letter-spacing: initial; } }
    @media (min-width: 1025px) {
      header nav ul.level-1 > li .c-nav-control__button {
        display: none; } }
  @media (max-width: 1024px) {
    header nav ul.level-1 {
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      header nav ul.level-1 > li {
        display: block;
        width: 100%;
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 40px; }
        header nav ul.level-1 > li.current:after {
          display: none; } }

header nav ul ul.level-2 {
  min-width: 368px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px; }
  header nav ul ul.level-2 li {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 1025px) {
      header nav ul ul.level-2 li:hover {
        background: #00a5d2;
        color: #ffffff; } }
    @media (min-width: 1025px) {
      header nav ul ul.level-2 li a:hover {
        color: #ffffff; } }
  @media (max-width: 1024px) {
    header nav ul ul.level-2 {
      -webkit-transform: none;
              transform: none;
      padding-top: 0;
      padding-bottom: 0;
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      top: 0;
      left: 0;
      max-width: 100%;
      -webkit-transition: none;
      transition: none;
      min-width: auto; }
      header nav ul ul.level-2 li {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-left: 20px;
        display: block;
        text-align: left; }
        header nav ul ul.level-2 li:first-child {
          padding-top: 28px; } }

@media (max-width: 1024px) {
  header nav ul li a {
    font-weight: 400; } }

header nav .social-mobile-menu {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 60px;
  padding-top: 50px; }
  header nav .social-mobile-menu * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  header nav .social-mobile-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    list-style: none;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    header nav .social-mobile-menu ul li {
      line-height: 1;
      padding-left: 9px;
      padding-right: 9px; }
      header nav .social-mobile-menu ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: #fff;
        border-radius: 50%;
        width: 62px;
        height: 62px; }
        header nav .social-mobile-menu ul li a i {
          font-size: 34px;
          color: #007db6; }
  @media (min-width: 1025px) {
    header nav .social-mobile-menu {
      display: none; } }

.one-column ul {
  width: auto;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.one-column.homepage-blurb ul {
  max-width: 100%; }

@media (min-width: 1025px) {
  .homepage header nav ul.level-1 > li {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1025px) {
  .homepage header nav ul.level-2 {
    display: none;
    position: relative;
    min-width: auto;
    -webkit-transform: none;
            transform: none;
    padding-top: 0;
    padding-bottom: 0; }
    .homepage header nav ul.level-2 li {
      display: block;
      text-align: left;
      padding-top: 4px;
      padding-bottom: 4px; }
      .homepage header nav ul.level-2 li:hover {
        background-color: transparent; }
        .homepage header nav ul.level-2 li:hover a:after {
          width: 35px; }
      .homepage header nav ul.level-2 li a {
        position: relative; }
        .homepage header nav ul.level-2 li a:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -8px;
          height: 2px;
          max-width: 100%;
          width: 0px;
          background: #fff;
          -webkit-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
          z-index: 10; } }

@media (min-width: 1025px) {
  .homepage .c-nav-control__button {
    margin-left: 4px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    top: auto;
    right: auto;
    position: relative;
    top: 1px; }
    .homepage .c-nav-control__button * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .homepage .c-nav-control__flex {
    width: auto;
    height: auto; }
  .homepage .c-nav-control__icon {
    width: 14px;
    height: 14px; } }

.c-carousel * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.c-carousel__main {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px; }

.c-carousel__table {
  display: table;
  width: 100%; }

.c-carousel__t-cell {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px; }

.c-carousel__title {
  color: #00a5d2;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 14px;
  font-weight: 600; }
  .c-carousel__title:focus {
    outline: none; }

.c-carousel__sub-title {
  font-size: 52px; }
  .c-carousel__sub-title a {
    color: inherit; }
    .c-carousel__sub-title a:focus {
      outline: none; }
  @media (max-width: 576px) {
    .c-carousel__sub-title {
      font-size: 28px; } }

.c-carousel__content {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .c-carousel__content .more-link {
    color: #00a5d2; }

.search-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1024px) {
    .search-container {
      padding-left: 15px;
      padding-right: 15px; } }

.c-nav-control__button {
  display: none;
  border: 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  padding: 0; }
  .c-nav-control__button:focus {
    outline: none; }
  .c-nav-control__button.is-active .c-nav-control__icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (max-width: 1024px) {
    .c-nav-control__button {
      display: block; } }

.c-nav-control__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.c-nav-control__icon {
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.homepage-footer .c-carousel__t-cell {
  height: 85vh; }

.homepage-footer .c-carousel__content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: left; }
  .homepage-footer .c-carousel__content h1 {
    max-width: 380px; }
    @media (max-width: 576px) {
      .homepage-footer .c-carousel__content h1 {
        max-width: 100%; } }

.c-container {
  width: 1230px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .c-container--box-sizing * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.c-footer {
  position: relative;
  min-height: 300px;
  font-size: 14px;
  font-weight: 400; }
  .c-footer:after, .c-footer:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 10;
    height: 100%; }
    @media (max-width: 991px) {
      .c-footer:after, .c-footer:before {
        display: none; } }
  .c-footer:before {
    left: 0;
    background-color: #127fb5; }
  .c-footer:after {
    right: 0;
    background-color: #0f74a5; }
  .c-footer__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 20px; }
    @media (max-width: 991px) {
      .c-footer__grid {
        padding-top: 0; } }
  .c-footer__grid-item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    padding-top: 35px; }
    @media (max-width: 991px) {
      .c-footer__grid-item {
        width: 100%; } }
  .c-footer * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .c-footer .c-container {
    position: relative;
    z-index: 20; }
  .c-footer__content {
    font-size: 15px;
    line-height: 1.46;
    font-weight: 300;
    color: #fff;
    opacity: 0.85; }
  .c-footer__contact {
    padding-top: 28px; }
    .c-footer__contact a {
      color: #fff;
      text-decoration: none; }
      .c-footer__contact a:hover, .c-footer__contact a:focus {
        color: #fff;
        text-decoration: underline; }
  .c-footer__copyrights {
    padding-top: 68px;
    font-size: 12px; }
    @media (max-width: 991px) {
      .c-footer__copyrights {
        padding-bottom: 30px; } }
  .c-footer__content-title {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }
  @media (max-width: 991px) {
    .c-footer__information {
      padding-left: 15px;
      padding-right: 15px;
      background: #127fb5; } }
  .c-footer__partners {
    padding-left: 100px; }
    @media (max-width: 991px) {
      .c-footer__partners {
        padding-left: 15px;
        padding-right: 15px;
        background: #0f74a5; } }
  .c-footer__partners-content {
    padding-top: 28px; }
  .c-footer__partners-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 26px;
    padding-bottom: 30px; }
  .c-footer__partners-item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px; }
  .c-footer__partners-link {
    display: block; }
  .c-footer__partners-image {
    display: block; }
  .c-footer__newsletter {
    margin-top: 22px;
    opacity: 0.85; }
    .c-footer__newsletter a.more-link {
      color: #fff; }
      @media (max-width: 576px) {
        .c-footer__newsletter a.more-link {
          font-size: 12px; } }

@media (max-width: 1024px) {
  .search-container form {
    max-width: 100%; } }

.jquery-modal.blocker {
  background-color: transparent; }

.map .map-circle {
  outline: none; }
  .map .map-circle:focus {
    outline: none; }

.map .map-pin {
  pointer-events: none;
  position: absolute;
  display: none; }
  .map .map-pin__image {
    display: block;
    width: 45px;
    height: 36px;
    max-width: 45px;
    max-height: 36px; }
  .map .map-pin__image-holder {
    width: 27px;
    height: 36px; }
  .map .map-pin__text {
    font-family: 'Helvetica', sans-serif;
    width: 120px;
    color: #007db6;
    font-size: 11.5px;
    position: absolute;
    left: -46px;
    bottom: 100%;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
  .map .map-pin.is-active {
    display: block; }

.country__title {
  display: block;
  text-align: center;
  max-width: 200px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1.3px; }

.l-page__content-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
  .l-page__content-container--wide {
    max-width: 100%; }
  .l-page__content-container--narrow {
    max-width: 720px; }

.l-page__content--margin-bottom {
  margin-bottom: 50px; }

.l-page__content-section {
  margin-top: -75px; }
  .l-page__content-section .one-column {
    padding: 72px 15px; }
  @media (max-width: 576px) {
    .l-page__content-section {
      margin-top: -30px; } }

.one-column {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7; }
  .one-column .c-content--narrow *:not(.full-width) {
    max-width: 720px; }
  .one-column .c-content--narrow .full-width img {
    max-width: 100%;
    height: auto; }
  .one-column .c-content--margin-less *:first-child {
    margin-top: 18px; }

.c-collapse--margin-bottom {
  margin-bottom: 68px; }
  @media (max-width: 576px) {
    .c-collapse--margin-bottom {
      margin-bottom: 40px; } }

.pacific-countries__main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .pacific-countries__main:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 59, 86, 0.7);
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .pacific-countries__main a {
    position: relative;
    z-index: 20; }
  .pacific-countries__main span {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%; }
    .pacific-countries__main span:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -6px;
      width: 0;
      height: 2px;
      background-color: #fff;
      z-index: 10;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
  .pacific-countries__main:hover span:before {
    width: 35px; }

.bg-gray {
  background: #f4f4f4; }

.l-article__main article.page .sub-header {
  padding-bottom: 50px; }

.l-publication__featured-image {
  display: block;
  border: 1px solid #dfdfdf;
  width: 400px; }

.l-publication__control {
  padding-bottom: 38px; }
  .l-publication__control a.more-link {
    display: inline-block;
    vertical-align: top; }

.social--articles ul {
  margin-left: 0;
  padding-left: 0;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .social--articles ul li {
    line-height: 1;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0; }
  .social--articles ul * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

@media (max-width: 1024px) {
  .social ul li.navicon a {
    height: auto; } }

@media (max-width: 1024px) {
  .homepage .social ul li.navicon {
    position: relative;
    top: -4px; } }

.c-two-column * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (min-width: 992px) {
  .c-two-column__item--even .c-two-column__image-holder {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .c-two-column__item--even .c-two-column__content-holder {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

.c-two-column__content-holder {
  background-color: #f4f4f4; }

.c-two-column__item ~ .c-two-column__item {
  padding-top: 50px; }

.c-two-column__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.c-two-column__grid-item {
  width: 50%; }
  @media (max-width: 991px) {
    .c-two-column__grid-item {
      width: 100%; } }

.c-two-column__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 430px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 576px) {
    .c-two-column__image {
      min-height: 250px;
      height: 250px; } }

.c-two-column__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 576px) {
    .c-two-column__content {
      padding: 30px 36px 50px; } }

.c-two-column__date {
  font-size: 14px;
  color: #959595;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 30px; }

.c-two-column__title {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
  color: #007db6;
  font-size: 24px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 28px;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out; }
  .c-two-column__title:hover {
    color: #005a83; }

.c-two-column__summary {
  width: 100%;
  font-size: 14px;
  color: #505050;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 40px; }

.c-two-column__link {
  display: inline-block;
  vertical-align: top;
  color: #505050;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .13em;
  padding-top: 20px;
  font-size: 14px;
  position: relative;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out; }
  .c-two-column__link:before {
    content: "";
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    background: #505050;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    top: -1px; }
  .c-two-column__link:hover {
    color: #373737; }
  @media (max-width: 576px) {
    .c-two-column__link {
      text-align: center; } }

.p-news {
  padding-top: 25px;
  padding-bottom: 100px; }
  @media (max-width: 576px) {
    .p-news {
      padding-bottom: 55px; } }

.search-result-container li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.c-publication {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 991px) {
    .c-publication {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 576px) {
    .c-publication {
      max-width: 340px; } }
  .c-publication * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .c-publication__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -7px;
    margin-right: -7px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .c-publication__grid-item {
    padding: 10px 7px;
    width: 50%; }
    @media (max-width: 991px) {
      .c-publication__grid-item {
        width: 100%; } }
  .c-publication__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    @media (max-width: 576px) {
      .c-publication__main {
        display: block; } }
  .c-publication__image-link {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 242px;
        -ms-flex: 0 0 242px;
            flex: 0 0 242px; }
    @media (max-width: 576px) {
      .c-publication__image-link {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto; } }
  .c-publication__image {
    width: 100%;
    height: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: block;
    border: 1px solid #dfdfdf; }
  .c-publication__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 52px 50px;
    height: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    @media (max-width: 1199px) {
      .c-publication__details {
        padding: 30px; } }
  .c-publication__content {
    width: 100%; }
  .c-publication__title {
    width: 100%;
    color: #007db6;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 18px;
    outline: none;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out; }
    .c-publication__title:hover, .c-publication__title:focus {
      text-decoration: none;
      outline: none;
      color: #005a83; }
  .c-publication__summary {
    font-size: 14px;
    font-weight: 300;
    color: #007db6;
    line-height: 1.66; }

.at-a-glance {
  position: relative; }
  .at-a-glance:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #16252d;
    opacity: 0.63; }
  .at-a-glance .c-container {
    position: relative;
    z-index: 20; }

.c-map img {
  width: 100%;
  height: auto; }

.publication-arrow__image {
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .publication-arrow__image.is-active {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg); }

.one-column .c-pagination *,
.c-pagination * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.one-column .c-pagination__ul,
.c-pagination__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.one-column .c-pagination__list,
.c-pagination__list {
  line-height: 1;
  padding-left: 6px;
  padding-right: 6px; }
  @media (max-width: 767px) {
    .one-column .c-pagination__list,
    .c-pagination__list {
      margin-bottom: 12px; } }

.one-column .c-pagination__item,
.c-pagination__item {
  text-transform: uppercase;
  font-weight: 700;
  color: #00a5d2;
  font-size: 16px;
  letter-spacing: 2.3px;
  line-height: 1.25;
  padding-left: 4px;
  padding-right: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .one-column .c-pagination__item.is-active,
  .c-pagination__item.is-active {
    color: #007d9f; }
  .one-column .c-pagination__item--disabled,
  .c-pagination__item--disabled {
    opacity: 0.4;
    cursor: not-allowed; }

.one-column .c-pagination__link,
.c-pagination__link {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .one-column .c-pagination__link:hover, .one-column .c-pagination__link:focus,
  .c-pagination__link:hover,
  .c-pagination__link:focus {
    text-decoration: none;
    outline: none; }
  @media (min-width: 992px) {
    .one-column .c-pagination__link:not(.c-pagination__link--direction):hover,
    .c-pagination__link:not(.c-pagination__link--direction):hover {
      color: #007d9f; } }

.one-column .c-pagination__item-flex,
.c-pagination__item-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.one-column .c-pagination__item-image,
.c-pagination__item-image {
  display: block; }
  .one-column .c-pagination__item-image--prev,
  .c-pagination__item-image--prev {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-right: 10px; }
  .one-column .c-pagination__item-image--next,
  .c-pagination__item-image--next {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-left: 10px; }

.l-news__pagination {
  padding-top: 24px;
  padding-bottom: 8px; }
  .l-news__pagination--bottom {
    padding-top: 64px; }

.l-default__pagination {
  padding-top: 24px;
  padding-bottom: 44px; }
  .l-default__pagination--bottom {
    padding-top: 44px; }
  @media (max-width: 767px) {
    .l-default__pagination {
      padding-bottom: 32px; } }

.more-news__carousel-holder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }

.more-news__carousel-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .more-news__carousel-button * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .more-news__carousel-button img {
    display: block; }
  .more-news__carousel-button--prev {
    left: 0; }
  .more-news__carousel-button--next {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    right: 0; }

.more-news__title {
  text-align: center;
  padding-top: 75px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #009ed4;
  margin-bottom: 46px; }

.c-content img {
  max-width: 100%;
  height: auto; }

/*# sourceMappingURL=maps/styles.css.map */
