@charset "UTF-8";
/*------------------------------------------------------------------------------------


  WARNING !!!

  DO NOT EDIT THIS CSS FILE! This file was precompiled using Sass. Any changes made to
  this file will be lost during the next compilation process!


------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  SETTINGS
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Remove unit values
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Opposites
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  PATHS
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  CONFIG
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  BRAND
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  BREAKPOINTS
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  LAYOUT
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  SATIN GRID
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  TYPOGRAPHY
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  BASE
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Breakpoints
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Float clearfix
------------------------------------------------------------------------------------*/
.clearfix:after {
  display: table;
  clear: both;
  content: ""; }

/*------------------------------------------------------------------------------------
  Covid Tab
------------------------------------------------------------------------------------*/
.covid{
  color: #fff !important;
  background: linear-gradient(to top, #f7d6d3, #d93025);} 

/*------------------------------------------------------------------------------------
  Table layout helpers
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Right-to-left mixins
------------------------------------------------------------------------------------*/
/*

  These is a library of small, reusable mixins to align layout and content left and right,
  while keeping the layout automatically mirrored for right-to-left languages.

*/
.floatLeft {
  float: left !important; }
  [dir='rtl'] .floatLeft {
    float: right !important; }

.floatRight {
  float: right !important; }
  [dir='rtl'] .floatRight {
    float: left !important; }

.textLeft {
  text-align: left !important; }
  [dir='rtl'] .textLeft {
    text-align: right !important; }

.textCenter {
  text-align: center !important; }

.textRight {
  text-align: right !important; }
  [dir='rtl'] .textRight {
    text-align: left !important; }

.icon {
  display: inline-block;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .icon.-black {
    opacity: 0.85; }

.-h14 {
  height: 14px; }

.-h16 {
  height: 16px; }

.-h18 {
  height: 18px; }

.-h20 {
  height: 20px; }

.-h22 {
  height: 22px; }

.-h24 {
  height: 24px; }

.-h32 {
  height: 32px; }

.-h48 {
  height: 48px; }

.-h64 {
  height: 64px; }

html, body, h1, h2, h3, h4, h5, h6, p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans Myanmar UI", sans-serif !important; }

/*----------------------------------------------------------------------------------
    Grid basics
  ----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
    Grid basics
  ----------------------------------------------------------------------------------*/
.grid {
  clear: both;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none !important;
  font-size: 0;
  letter-spacing: -0.31em;
  text-align: center;
  direction: ltr; }
  .grid.-reverse {
    direction: rtl; }
  .grid.-alignRight {
    text-align: right; }
  .grid.-alignLeft {
    text-align: left; }
  .grid_column {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    vertical-align: top;
    font-size: 15px;
    letter-spacing: normal;
    text-align: left;
    direction: ltr; }

.grid .grid,
.container .grid,
.grid.-nested {
  margin-left: -12px;
  margin-right: -12px; }

.grid:not(.-noStackSpacing):not(.-clean) {
  margin-top: -24px; }
  .grid:not(.-noStackSpacing):not(.-clean) > .grid_column {
    margin-top: 24px; }
    .grid:not(.-noStackSpacing):not(.-clean) > .grid_column > *:first-child:before {
      display: block;
      overflow: hidden;
      padding-top: 0.1px; }

/*————————————————————————————————————————————————————————————————————————————————
    Query this shit
  ————————————————————————————————————————————————————————————————————————————————*/
@media only screen and (min-width: 320px) {
  .grid_column {
    padding-left: 8.33333px;
    padding-right: 8.33333px; }
  .-small1 {
    width: 8.33333%; }
  .-small2 {
    width: 16.66667%; }
  .-small3 {
    width: 25%; }
  .-small4 {
    width: 33.33333%; }
  .-small5 {
    width: 41.66667%; }
  .-small6 {
    width: 50%; }
  .-small7 {
    width: 58.33333%; }
  .-small8 {
    width: 66.66667%; }
  .-small9 {
    width: 75%; }
  .-small10 {
    width: 83.33333%; }
  .-small11 {
    width: 91.66667%; }
  .-small12 {
    width: 100%; } }

@media only screen and (min-width: 480px) {
  .-smallPlus1 {
    width: 8.33333%; }
  .-smallPlus2 {
    width: 16.66667%; }
  .-smallPlus3 {
    width: 25%; }
  .-smallPlus4 {
    width: 33.33333%; }
  .-smallPlus5 {
    width: 41.66667%; }
  .-smallPlus6 {
    width: 50%; }
  .-smallPlus7 {
    width: 58.33333%; }
  .-smallPlus8 {
    width: 66.66667%; }
  .-smallPlus9 {
    width: 75%; }
  .-smallPlus10 {
    width: 83.33333%; }
  .-smallPlus11 {
    width: 91.66667%; }
  .-smallPlus12 {
    width: 100%; } }

@media only screen and (min-width: 600px) {
  .grid_column {
    padding-left: 8.33333px;
    padding-right: 8.33333px; }
  .-medium1 {
    width: 8.33333%; }
  .-medium2 {
    width: 16.66667%; }
  .-medium3 {
    width: 25%; }
  .-medium4 {
    width: 33.33333%; }
  .-medium5 {
    width: 41.66667%; }
  .-medium6 {
    width: 50%; }
  .-medium7 {
    width: 58.33333%; }
  .-medium8 {
    width: 66.66667%; }
  .-medium9 {
    width: 75%; }
  .-medium10 {
    width: 83.33333%; }
  .-medium11 {
    width: 91.66667%; }
  .-medium12 {
    width: 100%; } }

@media only screen and (min-width: 800px) {
  .-mediumPlus1 {
    width: 8.33333%; }
  .-mediumPlus2 {
    width: 16.66667%; }
  .-mediumPlus3 {
    width: 25%; }
  .-mediumPlus4 {
    width: 33.33333%; }
  .-mediumPlus5 {
    width: 41.66667%; }
  .-mediumPlus6 {
    width: 50%; }
  .-mediumPlus7 {
    width: 58.33333%; }
  .-mediumPlus8 {
    width: 66.66667%; }
  .-mediumPlus9 {
    width: 75%; }
  .-mediumPlus10 {
    width: 83.33333%; }
  .-mediumPlus11 {
    width: 91.66667%; }
  .-mediumPlus12 {
    width: 100%; } }

@media only screen and (min-width: 1025px) {
  .grid_column {
    padding-left: 12px;
    padding-right: 12px; }
  .-large1 {
    width: 8.33333%; }
  .-large2 {
    width: 16.66667%; }
  .-large3 {
    width: 25%; }
  .-large4 {
    width: 33.33333%; }
  .-large5 {
    width: 41.66667%; }
  .-large6 {
    width: 50%; }
  .-large7 {
    width: 58.33333%; }
  .-large8 {
    width: 66.66667%; }
  .-large9 {
    width: 75%; }
  .-large10 {
    width: 83.33333%; }
  .-large11 {
    width: 91.66667%; }
  .-large12 {
    width: 100%; } }

/*————————————————————————————————————————————————————————————————————————————————
    Collapsed grid
  ————————————————————————————————————————————————————————————————————————————————*/
.grid.-collapse {
  margin-left: auto !important;
  margin-right: auto !important; }
  .grid.-collapse > .grid_column {
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 320px) {
    .grid.-collapse.-smallExpand > .grid_column {
      padding-left: 8.33333px;
      padding-right: 8.33333px; } }
  @media only screen and (min-width: 600px) {
    .grid.-collapse.-mediumExpand > .grid_column {
      padding-left: 8.33333px;
      padding-right: 8.33333px; } }
  @media only screen and (min-width: 1025px) {
    .grid.-collapse.-mediumExpand > .grid_column {
      padding-left: 12px;
      padding-right: 12px; }
    .grid.-collapse.-largeExpand > .grid_column {
      padding-left: 12px;
      padding-right: 12px; } }

/*————————————————————————————————————————————————————————————————————————————————
    Responsive gaps for columns
  ————————————————————————————————————————————————————————————————————————————————*/
.grid.-compact > .grid_column {
  padding-left: 8px;
  padding-right: 8px; }

.container .grid.-compact,
.grid .grid.-compact {
  margin-left: -8px;
  margin-right: -8px; }

.grid.-compact:not(.-noStackSpacing):not(.-clean) {
  margin-top: -16px; }
  .grid.-compact:not(.-noStackSpacing):not(.-clean) > .grid_column {
    margin-top: 16px; }

.showFromSmall, .showFromSmallPlus,
.showFromMedium, .showFromMediumPlus,
.showFromLarge {
  display: none !important; }

@media only screen and (min-width: 320px) {
  .hideFromSmall {
    display: none !important; }
  .showFromSmall {
    display: inherit !important; }
  .grid_column.showFromSmall {
    display: inline-block !important; } }

@media only screen and (min-width: 480px) {
  .hideFromSmallPlus {
    display: none !important; }
  .showFromSmallPlus {
    display: inherit !important; }
  .grid_column.showFromSmallPlus {
    display: inline-block !important; } }

@media only screen and (min-width: 600px) {
  .hideFromMedium {
    display: none !important; }
  .showFromMedium {
    display: inherit !important; }
  .grid_column.showFromMedium {
    display: inline-block !important; } }

@media only screen and (min-width: 800px) {
  .hideFromMediumPlus {
    display: none !important; }
  .showFromMediumPlus {
    display: inherit !important; }
  .grid_column.showFromMediumPlus {
    display: inline-block !important; } }

@media only screen and (min-width: 1025px) {
  .hideFromLarge {
    display: none !important; }
  .showFromLarge {
    display: inherit !important; }
  .grid_column.showFromLarge {
    display: inline-block !important; } }

h1, h2, h3, h4, h5, h6 {
  overflow: visible; }

.link {
  color: #105C8D !important;
  word-wrap: break-word;
  word-break: break-all; }
  .link:hover, .link:active {
    text-decoration: underline; }

.newPage {
  padding: 12px; }
  @media only screen and (min-width: 600px) {
    .newPage {
      padding: 19.2px; } }
  @media only screen and (min-width: 1025px) {
    .newPage {
      padding: 27px; } }
  .newPage a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .newPage img {
    max-width: 100%; }

.sectionSeparator, .newPage hr {
  border: 0;
  margin: 16px 0;
  width: 100%;
  height: 1px;
  background: #E6E6E6; }
  @media only screen and (min-width: 600px) {
    .sectionSeparator, .newPage hr {
      margin: 21.6px 0; } }
  @media only screen and (min-width: 1025px) {
    .sectionSeparator, .newPage hr {
      margin: 28px 0; } }

.cardContainer {
  padding: 12px; }
  @media only screen and (min-width: 800px) {
    .cardContainer {
      padding: 15px; } }

.grayBackground {
  background: #F7F7F7; }

.gap {
  margin-bottom: 26px !important; }
  .gapSmall, .partnerOverview, .partnerSectors_item {
    margin-bottom: 16px !important; }
  .gapLarge {
    margin-bottom: 42px !important; }

.pageTitle {
  display: block;
  margin-bottom: 0.2em;
  font-size: 20px;
  font-weight: bold;
  color: #1F1F1F; }
  @media only screen and (min-width: 600px) {
    .pageTitle {
      font-size: 24px; } }

.sectionTitle {
  display: block;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: bold;
  color: #1F1F1F; }
  @media only screen and (min-width: 600px) {
    .sectionTitle {
      font-size: 19px; } }

.fontSizeSmall {
  font-size: 14px; }

.fontSizeNormal {
  font-size: 15px; }

.fontSizeLarge {
  font-size: 16px; }

[dir='rtl'] .countryTable,
[dir='rtl'] .header__wrapper .actions li.lang a,
[dir='rtl'] .searchResults_date,
[dir='rtl'] .keepLTR {
  direction: ltr;
  text-align: right; }

.mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  font-size: 15px !important;
  background: white;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
  @media only screen and (min-width: 1025px) {
    .mainHeader_top {
      display: table;
      width: 100%; } }
  .mainHeader_top_column {
    vertical-align: top; }
    @media only screen and (min-width: 1025px) {
      .mainHeader_top_column {
        display: table-cell; }
        .mainHeader_top_column.-logo {
          white-space: nowrap; }
        .mainHeader_top_column.-links {
          width: 90%;
          text-align: right !important; }
          [dir='rtl'] .mainHeader_top_column.-links {
            text-align: left !important; } }
  .mainHeader_top_logo {
    height: 60px;
    padding: 13px 15px 0 14px;
    border-right: 1px solid #E6E6E6; }
    [dir='rtl'] .mainHeader_top_logo {
      border-left: 1px solid #E6E6E6;
      border-right-width: 0; }
  .mainHeader_top_nav {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(white));
    background: -webkit-linear-gradient(top, #F7F7F7, white);
    background: -o-linear-gradient(top, #F7F7F7, white);
    background: linear-gradient(to bottom, #F7F7F7, white); }
    .mainHeader_top_nav ul {
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 0;
      white-space: nowrap; }
      .mainHeader_top_nav ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: 15px;
        color: #105C8D;
        border-right: 1px solid #E6E6E6; }
        [dir='rtl'] .mainHeader_top_nav ul li {
          border-right-width: 0;
          border-left: 1px solid #E6E6E6; }
      .mainHeader_top_nav ul a {
        display: block;
        height: 60px;
        padding: 0 0.8em;
        color: #105C8D;
        text-transform: uppercase;
        line-height: 58.8px;
        -webkit-transition: 60ms;
        -o-transition: 60ms;
        transition: 60ms; }
        .mainHeader_top_nav ul a:hover, .mainHeader_top_nav ul a:active {
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 92, 141, 0.05)), to(rgba(16, 92, 141, 0.01)));
          background: -webkit-linear-gradient(top, rgba(16, 92, 141, 0.05), rgba(16, 92, 141, 0.01));
          background: -o-linear-gradient(top, rgba(16, 92, 141, 0.05), rgba(16, 92, 141, 0.01));
          background: linear-gradient(to bottom, rgba(16, 92, 141, 0.05), rgba(16, 92, 141, 0.01)); }
      .mainHeader_top_nav ul li.active a {
        color: #DB6451;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 100, 81, 0.05)), to(rgba(219, 100, 81, 0.01)));
        background: -webkit-linear-gradient(top, rgba(219, 100, 81, 0.05), rgba(219, 100, 81, 0.01));
        background: -o-linear-gradient(top, rgba(219, 100, 81, 0.05), rgba(219, 100, 81, 0.01));
        background: linear-gradient(to bottom, rgba(219, 100, 81, 0.05), rgba(219, 100, 81, 0.01)); }
      .mainHeader_top_nav ul li.search i {
        display: inline-block;
        width: 17px;
        height: 16px;
        vertical-align: -2px;
        background: url(../img/icons/magnifier-blue.svg) center center no-repeat;
        background-size: contain; }
      .mainHeader_top_nav ul li.search.active i {
        background-image: url(../img/icons/magnifier-orange.svg); }
  .mainHeader_top_links {
    display: block; }
    .mainHeader_top_links ul {
      display: inline-block;
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 0; }
      .mainHeader_top_links ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: 15px;
        color: #105C8D; }
        .mainHeader_top_links ul li a {
          display: block;
          height: 60px;
          padding: 0 0.6em;
          color: #105C8D;
          line-height: 58.8px; }
          .mainHeader_top_links ul li a:hover, .mainHeader_top_links ul li a:active {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 92, 141, 0.05)), to(rgba(16, 92, 141, 0.01)));
            background: -webkit-linear-gradient(top, rgba(16, 92, 141, 0.05), rgba(16, 92, 141, 0.01));
            background: -o-linear-gradient(top, rgba(16, 92, 141, 0.05), rgba(16, 92, 141, 0.01));
            background: linear-gradient(to bottom, rgba(16, 92, 141, 0.05), rgba(16, 92, 141, 0.01)); }
  .mainHeader_top_langSwitch {
    margin-left: 0.5em; }
    [dir='rtl'] .mainHeader_top_langSwitch {
      margin-left: 0;
      margin-right: 0.5em; }
  .mainHeader #sub_nav {
    background: #F5F5F5;
    border-top: 0; }

@media (max-width: 1024px) {
  .mainHeader {
    position: absolute;
    z-index: 20;
    top: 56px;
    left: auto;
    right: 0;
    width: 90%;
    max-width: 280px;
    height: 100%;
    font-size: 16px !important;
    background: white;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    transition: opacity 300ms, -webkit-transform 300ms;
    -o-transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms;
    transition: opacity 300ms, transform 300ms, -webkit-transform 300ms; }
    .showMobileMenu .mainHeader {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .mainHeader_top {
      display: block; }
      .mainHeader_top_column {
        display: block; }
        .mainHeader_top_column.-logo {
          display: none; }
      .mainHeader_top_nav, .mainHeader_top_links, .mainHeader_top_lang {
        display: block; }
        .mainHeader_top_nav ul, .mainHeader_top_links ul, .mainHeader_top_lang ul {
          display: block; }
          .mainHeader_top_nav ul li, .mainHeader_top_links ul li, .mainHeader_top_lang ul li {
            display: block;
            margin: 0; }
            .mainHeader_top_nav ul li a, .mainHeader_top_links ul li a, .mainHeader_top_lang ul li a {
              display: block;
              height: auto;
              padding: 13px 15px;
              font-weight: 700;
              line-height: 1.35;
              color: #105C8D;
              border-top: 1px solid #E6E6E6; }
            .mainHeader_top_nav ul li.active a, .mainHeader_top_links ul li.active a, .mainHeader_top_lang ul li.active a {
              color: white;
              background: #DB6451; }
          .mainHeader_top_nav ul li.search.active i, .mainHeader_top_links ul li.search.active i, .mainHeader_top_lang ul li.search.active i {
            background-image: url(../img/icons/magnifier-white.svg); }
      .mainHeader_top_links {
        border-top: 1px solid #eaeaea; }
        .mainHeader_top_links ul li a {
          font-size: 0.92em;
          font-weight: normal;
          border: 0; }
    .mainHeader_subnav {
      display: none !important; } }

@media (min-width: 1024px) {
  body {
    padding-top: 95px; } }

.mobileHeader {
  position: relative;
  z-index: 20;
  display: block;
  height: 56px;
  background: white;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  direction: ltr; }
  .mobileHeader_logo {
    display: inline-block;
    padding: 0 15px;
    padding-top: 12px;
    height: 56px;
    font-size: 16px;
    font-weight: 900;
    color: #3c8dbc;
    white-space: nowrap; }
    .mobileHeader_logo img {
      height: 46px; }
  .mobileHeader_burger {
    float: right;
    height: 56px;
    padding: 0 12px;
    color: #105C8D;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 53.2px;
    text-align: center;
    cursor: pointer; }
    .mobileHeader_burger span {
      display: none; }
      @media only screen and (min-width: 480px) {
        .mobileHeader_burger span {
          display: inline; } }
    .mobileHeader_burger_open, .mobileHeader_burger_close {
      display: inline-block;
      margin-left: 3px;
      width: 17px;
      height: 16px;
      vertical-align: -2px; }
    .mobileHeader_burger_close {
      display: none; }
  .showMobileMenu .mobileHeader_burger_open {
    display: none; }
  .showMobileMenu .mobileHeader_burger_close {
    display: inline-block; }
  @media (min-width: 1024px) {
    .mobileHeader {
      display: none; } }

.mobileOverlay {
  position: fixed;
  z-index: 19;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 400ms, -webkit-transform 0ms 400ms;
  transition: opacity 400ms, -webkit-transform 0ms 400ms;
  -o-transition: opacity 400ms, transform 0ms 400ms;
  transition: opacity 400ms, transform 0ms 400ms;
  transition: opacity 400ms, transform 0ms 400ms, -webkit-transform 0ms 400ms;
  background: rgba(0, 0, 0, 0.6); }
  .showMobileMenu .mobileOverlay {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 400ms, -webkit-transform 0ms 0ms;
    transition: opacity 400ms, -webkit-transform 0ms 0ms;
    -o-transition: opacity 400ms, transform 0ms 0ms;
    transition: opacity 400ms, transform 0ms 0ms;
    transition: opacity 400ms, transform 0ms 0ms, -webkit-transform 0ms 0ms; }
  @media only screen and (min-width: 1025px) {
    .mobileOverlay {
      display: none !important; } }

.langSwitch {
  position: relative;
  display: inline-block; }
  @media (max-width: 1024px) {
    .langSwitch {
      display: block;
      margin: 0;
      margin-top: 5px;
      padding-bottom: 8px;
      border-top: 1px solid #d3d7da;
      background: #e9ebec; } }
  .langSwitch_link {
    display: block;
    height: 60px;
    padding: 0 0.8em;
    color: #105C8D;
    white-space: nowrap;
    line-height: 58.8px;
    border-left: 1px solid #E6E6E6;
    -webkit-transition: 60ms;
    -o-transition: 60ms;
    transition: 60ms;
    cursor: pointer; }
    [dir='rtl'] .langSwitch_link {
      border-left-width: 0;
      border-right: 1px solid #E6E6E6; }
    .langSwitch_link_icon {
      margin: 0 1px;
      display: inline-block;
      width: 15px;
      height: 15px;
      vertical-align: -2px;
      background: url("../img/icons/globe-blue.svg") center center no-repeat;
      background-size: contain; }
    .langSwitch_link:hover, .langSwitch_link:active {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 92, 141, 0.05)), to(rgba(16, 92, 141, 0.01)));
      background: -webkit-linear-gradient(top, rgba(16, 92, 141, 0.05), rgba(16, 92, 141, 0.01));
      background: -o-linear-gradient(top, rgba(16, 92, 141, 0.05), rgba(16, 92, 141, 0.01));
      background: linear-gradient(to bottom, rgba(16, 92, 141, 0.05), rgba(16, 92, 141, 0.01)); }
    @media (max-width: 1024px) {
      .langSwitch_link {
        display: none; } }
  .langSwitch_dialog {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: -9999px;
    right: auto;
    min-width: 90%;
    background: white;
    -webkit-transition: opacity 250ms, left 0ms 300ms, right 0ms 300ms, -webkit-transform 250ms;
    transition: opacity 250ms, left 0ms 300ms, right 0ms 300ms, -webkit-transform 250ms;
    -o-transition: transform 250ms, opacity 250ms, left 0ms 300ms, right 0ms 300ms;
    transition: transform 250ms, opacity 250ms, left 0ms 300ms, right 0ms 300ms;
    transition: transform 250ms, opacity 250ms, left 0ms 300ms, right 0ms 300ms, -webkit-transform 250ms;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 0;
    border-radius: 2px;
    -webkit-box-shadow: 1px 8px 45px rgba(0, 0, 0, 0.25);
            box-shadow: 1px 8px 45px rgba(0, 0, 0, 0.25); }
    .langSwitch_dialog:after {
      position: absolute;
      bottom: 99.5%;
      right: 0;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-bottom-color: white;
      margin-right: 45%;
      -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
              transform: translateX(50%);
      content: '';
      pointer-events: none; }
    .langSwitch_dialog[aria-hidden='false'] {
      left: auto;
      right: 4px;
      -webkit-transition: opacity 250ms, -webkit-transform 250ms;
      transition: opacity 250ms, -webkit-transform 250ms;
      -o-transition: transform 250ms, opacity 250ms;
      transition: transform 250ms, opacity 250ms;
      transition: transform 250ms, opacity 250ms, -webkit-transform 250ms;
      -webkit-transform: translateY(4%);
          -ms-transform: translateY(4%);
              transform: translateY(4%);
      opacity: 1; }
      [dir='rtl'] .langSwitch_dialog[aria-hidden='false'] {
        right: auto;
        left: 4px; }
    @media (max-width: 1024px) {
      .langSwitch_dialog {
        position: static;
        margin: 0;
        opacity: 1;
        -webkit-box-shadow: none;
                box-shadow: none;
        background: none;
        -webkit-transition: 0ms;
        -o-transition: 0ms;
        transition: 0ms; }
        .langSwitch_dialog:after {
          display: none; } }
  .langSwitch_mobileHeader {
    display: block;
    padding: 12px 15px 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: gray; }
    @media only screen and (min-width: 1025px) {
      .langSwitch_mobileHeader {
        display: none; } }
  .langSwitch_options ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .langSwitch_options ul li {
      display: block; }
      @media (max-width: 1024px) {
        .langSwitch_options ul li {
          display: inline-block; } }
      .langSwitch_options ul li a {
        display: block;
        height: auto;
        padding: 12px 13px;
        font-size: 0.9em;
        line-height: 1.35;
        color: #105C8D;
        border-top: 1px solid #E6E6E6; }
        .langSwitch_options ul li a:hover, .langSwitch_options ul li a:active {
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 92, 141, 0.05)), to(rgba(16, 92, 141, 0.01)));
          background: -webkit-linear-gradient(top, rgba(16, 92, 141, 0.05), rgba(16, 92, 141, 0.01));
          background: -o-linear-gradient(top, rgba(16, 92, 141, 0.05), rgba(16, 92, 141, 0.01));
          background: linear-gradient(to bottom, rgba(16, 92, 141, 0.05), rgba(16, 92, 141, 0.01)); }
        @media (max-width: 1024px) {
          .langSwitch_options ul li a {
            padding: 8px 15px; } }
    .langSwitch_options ul li:first-child a {
      border-top-width: 0; }

.adminPanel {
  position: fixed;
  z-index: 19;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  color: #D3D3D3;
  background: #2B2B2B;
  background: rgba(43, 43, 43, 0.92); }
  .adminPanel_column {
    padding: 8px 12px; }
    .adminPanel_column.-layout {
      display: none; }
  .adminPanel a {
    color: #D3D3D3;
    -webkit-transition: 0ms;
    -o-transition: 0ms;
    transition: 0ms; }
    .adminPanel a:hover, .adminPanel a:focus {
      color: #DB6451;
      text-decoration: underline; }
  .adminPanel_button {
    color: #D3D3D3;
    padding: 6px;
    border: 1px solid white;
    border-color: rgba(255, 255, 255, 0.6); }
    .adminPanel_button:hover, .adminPanel_button:active {
      border-color: #DB6451;
      text-decoration: none; }
  @media only screen and (min-width: 800px) {
    .adminPanel {
      display: table;
      height: 38px; }
      .adminPanel_column {
        display: table-cell;
        padding: 0px 12px;
        vertical-align: middle; }
        .adminPanel_column.-layout {
          display: table-cell; }
        .adminPanel_column.-links {
          text-align: right !important; }
          [dir='rtl'] .adminPanel_column.-links {
            text-align: left !important; } }

.preformat, .searchResultItem_body {
  line-height: 1.45;
  letter-spacing: .01em; }
  .preformat h1, .searchResultItem_body h1, .preformat h2, .searchResultItem_body h2, .preformat h3, .searchResultItem_body h3, .preformat h4, .searchResultItem_body h4, .preformat h5, .searchResultItem_body h5, .preformat h6, .searchResultItem_body h6 {
    font-weight: bold; }
  .preformat h1, .searchResultItem_body h1 {
    font-size: 1.8em; }
  .preformat h2, .searchResultItem_body h2 {
    font-size: 1.5em; }
  .preformat h3, .searchResultItem_body h3 {
    font-size: 1.35em; }
  .preformat h4, .searchResultItem_body h4 {
    font-size: 1.2em; }
  .preformat h5, .searchResultItem_body h5 {
    font-size: 1.15em; }
  .preformat h6, .searchResultItem_body h6 {
    font-size: 1.1em; }
  .preformat h1, .searchResultItem_body h1 {
    margin-top: 1.5em;
    margin-bottom: 0.9425em; }
  .preformat h2, .searchResultItem_body h2 {
    margin-top: 1.35em;
    margin-bottom: 0.47125em; }
  .preformat h3, .searchResultItem_body h3, .preformat h4, .searchResultItem_body h4 {
    margin-top: 1.25em;
    margin-bottom: 0.35344em; }
  .preformat h5, .searchResultItem_body h5, .preformat h6, .searchResultItem_body h6 {
    margin-bottom: 0.23562em; }
  .preformat > h1:first-child, .searchResultItem_body > h1:first-child,
  .preformat > h2:first-child, .searchResultItem_body > h2:first-child,
  .preformat > h3:first-child, .searchResultItem_body > h3:first-child,
  .preformat > h4:first-child, .searchResultItem_body > h4:first-child,
  .preformat > h5:first-child, .searchResultItem_body > h5:first-child,
  .preformat > h6:first-child, .searchResultItem_body > h6:first-child {
    margin-top: -0.2em; }
  .preformat > :last-child, .searchResultItem_body > :last-child {
    margin-bottom: 0 !important; }
  .preformat p, .searchResultItem_body p {
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit; }
  .preformat ul, .searchResultItem_body ul {
    margin: 0;
    margin-left: 1.1em;
    padding: 0;
    list-style-type: disc; }
    .preformat ul li, .searchResultItem_body ul li {
      margin-bottom: 0.9425em; }
      .preformat ul li:last-child, .searchResultItem_body ul li:last-child {
        margin-bottom: 0; }
    @media only screen and (min-width: 600px) {
      .preformat ul, .searchResultItem_body ul {
        margin-left: 2em; } }
  .preformat b, .searchResultItem_body b, .preformat strong, .searchResultItem_body strong {
    font-weight: bold;
    color: #1F1F1F; }
  .preformat small, .searchResultItem_body small {
    font-size: 0.9em; }
  .preformat abbr, .searchResultItem_body abbr {
    cursor: help;
    border-bottom: 1px dotted; }
  .preformat del, .searchResultItem_body del, .preformat s, .searchResultItem_body s {
    text-decoration: line-through; }
  .preformat p, .searchResultItem_body p, .preformat ul, .searchResultItem_body ul, .preformat ol, .searchResultItem_body ol, .preformat dl, .searchResultItem_body dl, .preformat pre, .searchResultItem_body pre, .preformat blockquote, .searchResultItem_body blockquote, .preformat iframe, .searchResultItem_body iframe, .preformat > figure, .searchResultItem_body > figure, .preformat > img, .searchResultItem_body > img {
    margin-top: 0;
    margin-bottom: 1em; }

.preformat ul ul, .searchResultItem_body ul ul, .preformat ul ol, .searchResultItem_body ul ol {
  margin-top: 0.9425em;
  margin-bottom: 0; }

.preformat ul ul, .searchResultItem_body ul ul {
  margin-left: 1.18em;
  list-style-type: circle; }
  .preformat ul ul ul, .searchResultItem_body ul ul ul {
    list-style-type: disc; }

.preformat ul ol, .searchResultItem_body ul ol {
  margin-left: 1.45em; }

/*------------------------------------------------------------------------------------
  VENDOR
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  BOOTSTRAP OVERWRITES
------------------------------------------------------------------------------------*/
.form-group {
  height: 30px; }
  .form-group.-clean {
    height: auto;
    margin-bottom: 0; }
  @media (max-width: 1024px) {
    .searchForm .form-group {
      margin-bottom: 8px;
      height: auto; }
      .searchForm .form-group .control-label {
        margin-bottom: 2px;
        padding-top: 0; } }

.form-control.-stackFirst {
  border-radius: 3px 3px 0 0; }

.form-control.-stack {
  margin-top: -1px;
  border-radius: 0; }

.form-control.-stackLast {
  margin-top: -1px;
  border-radius: 0 0 3px 3px; }

.btn.btn-primary {
  color: white; }

.pagination.pagination {
  margin-bottom: 20px;
  font-size: 0; }
  .pagination.pagination li {
    float: none;
    display: inline-block;
    font-size: 14px; }
    .pagination.pagination li a, .pagination.pagination li span {
      float: none;
      display: block;
      font-size: 14px;
      height: 34px; }

.table.table.table thead th {
  background: #F4F4F4; }

.table.table.table th, .table.table.table td {
  padding: 0.55em 0.75em; }

.adminModal {
  background: #105C8D !important;
  background: rgba(16, 92, 141, 0.92) !important; }
  .adminModal .modal-content {
    background: #F5F8FA; }
  .adminModal .modal-header {
    background: #D9E4EC; }
    .adminModal .modal-header .modal-title {
      color: #105C8D;
      font-size: 18px;
      text-align: center; }

/*------------------------------------------------------------------------------------
  BITS
------------------------------------------------------------------------------------*/
.newLogo {
  display: inline-block;
  font-size: 15px;
  color: #2B2B2B !important;
  line-height: 1.3;
  text-transform: uppercase; }
  .newLogo_name, .newLogo_slogan {
    display: block;
    margin: 0 !important;
    padding: 0 !important; }
  .newLogo_name {
    margin-bottom: 0.2em;
    font-size: 1.075em;
    font-weight: 800; }
    @media only screen and (min-width: 480px) {
      .newLogo_name {
        font-size: 1.15em; } }
  .newLogo_slogan {
    font-size: 0.85em;
    font-weight: normal;
    opacity: 0.65; }

.documentThumbnail {
  display: inline-block;
  position: relative; }
  .documentThumbnail img {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.25); }
  .documentThumbnail:before {
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 3px;
    width: 100%;
    height: 100%;
    background: white;
    -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
    content: ''; }

/*------------------------------------------------------------------------------------
  COMPONENTS
------------------------------------------------------------------------------------*/
.button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 0.54em 0.68em 0.5832em;
  width: auto;
  height: auto;
  vertical-align: middle;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1.2;
  text-rendering: geometricPrecision;
  text-align: center;
  border: 0 !important; }
  .button small {
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    opacity: 0.8; }
  .button:hover, .button:active, .button:focus, .button:visited {
    text-decoration: none; }
  .button:hover:before, .button:active:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    content: ''; }
  .button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .button.-tall {
    padding-top: 0.702em;
    padding-bottom: 0.7452em; }
  .button.-fullWidth {
    display: block;
    width: 100%; }

.button.-cta,
.button.-primary {
  color: white !important;
  background: #DB6451 -webkit-gradient(linear, left top, left bottom, from(#dc6855), to(#da604d)) !important;
  background: #DB6451 -webkit-linear-gradient(#dc6855, #da604d) !important;
  background: #DB6451 -o-linear-gradient(#dc6855, #da604d) !important;
  background: #DB6451 linear-gradient(#dc6855, #da604d) !important; }

.button.-secondary, .button.-admin {
  color: white !important;
  background: #105C8D -webkit-gradient(linear, left top, left bottom, from(#115f92), to(#0f5988)) !important;
  background: #105C8D -webkit-linear-gradient(#115f92, #0f5988) !important;
  background: #105C8D -o-linear-gradient(#115f92, #0f5988) !important;
  background: #105C8D linear-gradient(#115f92, #0f5988) !important; }
  .button.-secondary:hover, .button.-admin:hover, .button.-secondary:active, .button.-admin:active {
    background: #1880B4 -webkit-gradient(linear, left top, left bottom, from(#1983b9), to(#177db0)) !important;
    background: #1880B4 -webkit-linear-gradient(#1983b9, #177db0) !important;
    background: #1880B4 -o-linear-gradient(#1983b9, #177db0) !important;
    background: #1880B4 linear-gradient(#1983b9, #177db0) !important; }
    .button.-secondary:hover:before, .button.-admin:hover:before, .button.-secondary:active:before, .button.-admin:active:before {
      display: none; }

.button.-neutral {
  color: #3A3A3A !important;
  background: #DEDEDE -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#dbdbdb)) !important;
  background: #DEDEDE -webkit-linear-gradient(#e1e1e1, #dbdbdb) !important;
  background: #DEDEDE -o-linear-gradient(#e1e1e1, #dbdbdb) !important;
  background: #DEDEDE linear-gradient(#e1e1e1, #dbdbdb) !important; }

.button.-border {
  color: #3A3A3A !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  background: transparent !important; }

.button.-admin {
  padding: 0.24em 0.68em;
  font-size: 13px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50px; }
  .button.-admin.-icon {
    margin-left: 5px;
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px; }
    [dir='rtl'] .button.-admin.-icon {
      margin-left: 0;
      margin-right: 5px; }

.media {
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible; }
  .media > .media_left {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-right: 18px; }
    [dir='rtl'] .media > .media_left {
      padding-left: 18px; }
  .media > .media_right {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-left: 18px; }
    [dir='rtl'] .media > .media_right {
      padding-right: 18px; }
  .media.-compact > .media_left {
    padding-right: 10px; }
    [dir='rtl'] .media.-compact > .media_left {
      padding-left: 10px; }
  .media.-compact > .media_right {
    padding-left: 10px; }
    [dir='rtl'] .media.-compact > .media_right {
      padding-right: 10px; }

.media:not(.-table):after {
  display: table;
  clear: both;
  content: ""; }

[dir='ltr'] .media:not(.-table) > .media_left {
  float: left; }

[dir='rtl'] .media:not(.-table) > .media_left {
  float: right; }

[dir='ltr'] .media:not(.-table) > .media_right {
  float: right; }

[dir='rtl'] .media:not(.-table) > .media_right {
  float: left; }

.media:not(.-table) > .media_body {
  zoom: 1;
  overflow: hidden; }

.media.-table {
  float: none !important;
  display: table;
  width: 100%; }
  .media.-table > .media_left {
    float: none !important;
    display: table-cell;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .media.-table > .media_right {
    float: none !important;
    display: table-cell;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .media.-table > .media_body {
    display: table-cell;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    overflow: visible; }

.card {
  display: block;
  background: white;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2); }
  .card_header {
    display: block;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: bold;
    background: #E6E6E6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.01)), to(rgba(0, 0, 0, 0.01)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%);
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%); }
  .card_section {
    display: block;
    padding: 10px 12px;
    border-bottom: 1px solid #E6E6E6; }
    .card_section.-extraPadding {
      padding: 20px 22px; }
    .card_section.-clean {
      padding: 0; }
  .card_section:last-child {
    border-bottom-width: 0; }

.card.-flat {
  border: 1px solid #E6E6E6;
  -webkit-box-shadow: none;
          box-shadow: none; }

.inlineList {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .inlineList > .inlineList_item {
    display: inline-block; }
    [dir='ltr'] .inlineList > .inlineList_item {
      margin-right: 0.5em; }
      [dir='ltr'] .inlineList > .inlineList_item:last-child {
        margin-right: 0; }
    [dir='rtl'] .inlineList > .inlineList_item {
      margin-left: 0.5em; }
      [dir='rtl'] .inlineList > .inlineList_item:last-child {
        margin-left: 0; }
  .inlineList.-separated > .inlineList_item:not(:last-child):after {
    display: inline;
    content: '|';
    opacity: 0.5; }
    [dir='ltr'] .inlineList.-separated > .inlineList_item:not(:last-child):after {
      padding-left: 0.35em; }
    [dir='rtl'] .inlineList.-separated > .inlineList_item:not(:last-child):after {
      padding-right: 0.35em; }

.stackList {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .stackList > .stackList_item {
    display: block; }
  .stackList.-gaps > .stackList_item {
    margin-bottom: 26px; }
  .stackList.-smallGaps > .stackList_item {
    margin-bottom: 0.2em; }
  .stackList > .stackList_item:last-child {
    margin-bottom: 0; }
  .stackList.-lvl2 {
    margin-bottom: 0.25em;
    padding-left: 1.6em;
    list-style: disc; }
    .stackList.-lvl2 > .stackList_item {
      display: list-item; }

.definitionTable_title, .definitionTable_desc {
  padding-bottom: 0.6em;
  vertical-align: top; }
  tr:last-child .definitionTable_title, tr:last-child .definitionTable_desc {
    padding-bottom: 0 !important; }

.definitionTable.-compact .definitionTable_title,
.definitionTable.-compact .definitionTable_desc {
  padding-bottom: 0.24em; }

.definitionTable_title {
  padding-right: 0.6em; }
  [dir='rtl'] .definitionTable_title {
    padding-right: 0;
    padding-left: 0.6em; }

.definitionTable.-minimal {
  color: #6C6C6C; }
  .definitionTable.-minimal .definitionTable_title {
    font-weight: normal; }

.sort {
  font-size: 15px; }
  .sort_label {
    display: inline-block; }
    [dir='ltr'] .sort_label {
      margin-right: 0.3em; }
    [dir='rtl'] .sort_label {
      margin-left: 0.3em; }
  .sort_options {
    display: inline-block; }
    .sort_options_item {
      color: #105C8D;
      text-decoration: none;
      cursor: pointer; }
      .sort_options_item.-selected {
        color: #DB6451; }
    .sort_options i, .sort_options .fa, .sort_options .asc, .sort_options .desc {
      color: #DB6451 !important; }

.searchForm {
  font-size: 15px; }
  .searchForm_group {
    margin-bottom: 16px; }
  .searchForm_label {
    display: block;
    margin-bottom: 4px;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase; }
  .searchForm_input, .searchForm_select,
  .searchForm select.form-control + .chosen-container.chosen-container-single .chosen-single,
  .searchForm select.form-control + .chosen-container-multi .chosen-choices,
  .searchForm .form-control {
    display: block;
    width: 100%;
    height: 38px !important;
    padding: 7px 10px;
    font-size: 15px;
    background: white;
    border: 1px solid #B9B9B9;
    border-radius: 2px; }
  .searchForm select.form-control + .chosen-container-multi .chosen-choices {
    padding: 3px 4px;
    height: auto !important;
    min-height: 38px !important; }
    .searchForm select.form-control + .chosen-container-multi .chosen-choices .search-field input[type='text'] {
      width: 100% !important; }
    .searchForm select.form-control + .chosen-container-multi .chosen-choices .search-choice ~ .search-field input[type='text'] {
      width: 25px !important; }
  .searchForm .checkList {
    display: block;
    list-style: none;
    margin: 0;
    margin-top: -2px;
    padding: 0;
    font-size: 0; }
    .searchForm .checkList_item {
      display: inline-block;
      width: 50%;
      font-size: 15px; }
      .searchForm .checkList_item label {
        margin: 0;
        padding: 2px;
        font-weight: normal; }
        .searchForm .checkList_item label input {
          margin: 0;
          vertical-align: 1px; }
        .searchForm .checkList_item label span {
          padding: 0 2px; }
  .searchForm_advanced > .form_group:first-child {
    padding-top: 20px; }
  .searchForm_advancedBtn_bullet {
    display: inline-block;
    margin: 0 3px;
    width: 12px;
    height: 12px;
    vertical-align: 0;
    -webkit-transition: 220ms;
    -o-transition: 220ms;
    transition: 220ms;
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg); }
  .searchForm_advancedBtn:not(.collapsed) .searchForm_advancedBtn_bullet {
    -webkit-transform: rotateZ(0deg);
        -ms-transform: rotate(0deg);
            transform: rotateZ(0deg); }

.searchResults {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #F0F0F0; }

.searchResultItem {
  display: block;
  padding: 1.2em 0;
  font-size: 15px;
  border-bottom: 1px solid #F0F0F0; }
  .searchResultItem_thumb {
    position: relative;
    width: 60px;
    vertical-align: top;
    text-align: center; }
    @media (min-width: 600px) {
      .searchResultItem_thumb {
        width: 110px; }
        .searchResults.-compact .searchResultItem_thumb {
          width: 90px; } }
    .searchResultItem_thumb a {
      display: inline-block; }
    .searchResultItem_thumb img {
      display: inline-block;
      max-width: 100%;
      max-height: 135px; }
      .searchResults.-compact .searchResultItem_thumb img {
        max-height: 90px; }
    .searchResultItem_thumb_icon {
      margin-top: 5px;
      max-height: 30px;
      opacity: 0.5; }
    .searchResultItem_thumb .button.-admin.-icon {
      position: absolute;
      top: 0;
      right: 15px;
      z-index: 10; }
  .searchResultItem_content {
    vertical-align: top; }
  .searchResultItem_title, .searchResultItem_subtitle {
    display: block;
    margin-top: -2px;
    margin-bottom: 5px;
    font-size: 1.2em;
    font-weight: 500;
    color: #1F1F1F; }
    @media only screen and (min-width: 600px) {
      .searchResultItem_title, .searchResultItem_subtitle {
        font-size: 1.2em; }
        .searchResults.-compact .searchResultItem_title, .searchResults.-compact .searchResultItem_subtitle {
          margin-bottom: 3px;
          font-size: 1em;
          font-weight: bold; } }
    .searchResultItem_title a, .searchResultItem_subtitle a {
      color: #105C8D;
      text-decoration: none;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .searchResultItem_title a:focus, .searchResultItem_title a:hover, .searchResultItem_subtitle a:focus, .searchResultItem_subtitle a:hover {
        color: #0d4d76 !important;
        text-decoration: underline; }
      .searchResultItem_title a:visited, .searchResultItem_subtitle a:visited {
        color: #5C3EA0; }
  .searchResultItem_subtitle {
    font-size: 1em; }
    @media only screen and (min-width: 600px) {
      .searchResultItem_subtitle {
        font-size: 1.1em; }
        .searchResults.-compact .searchResultItem_subtitle {
          font-size: 1em; } }
          .searchResultItem_type_one {
            display: inline-block;
            padding: 0 5px;
            font-size: 0.85em;
            font-weight: bold;
            text-transform: uppercase;
            color: #ffffff;
            background: #105c8d; }
  .searchResultItem_type {
    display: inline-block;
    padding: 0 5px;
    font-size: 0.85em;
    font-weight: bold;
    text-transform: uppercase;
    color: #393939;
    background: #E3E3E3; }
    [dir='ltr'] .searchResultItem_type {
      margin-right: 0.25em; }
    [dir='rtl'] .searchResultItem_type {
      margin-left: 0.25em; }
    .searchResults.-compact .searchResultItem_type {
      display: none; }
  .searchResultItem_download {
    display: inline-block;
    margin-bottom: 4px; }
    .searchResults.-compact .searchResultItem_download {
      margin-bottom: 0;
      font-size: 0.95em; }
    .searchResultItem_download_link {
      font-weight: bold;
      color: #DB6451; }
      .searchResultItem_download_link img, .searchResultItem_download_link i {
        margin: 0 1px;
        height: 15px;
        vertical-align: -2px; }
      .searchResultItem_download_link:hover {
        color: #d7513c;
        text-decoration: underline; }
  .searchResultItem_body {
    margin-bottom: 4px; }
  .searchResultItem_date {
    font-size: 0.90em;
    line-height: 1.4;
    color: #6C6C6C; }
  .searchResultItem_share {
    margin-top: 4px; }

.searchResultItem.-document .searchResultItem_date {
  display: block;
  margin: 3px 0; }

.searchResultItem.-link .searchResultItem_body {
  display: inline; }

.searchResultItem.-news .searchResultItem_type {
  margin-bottom: 4px; }

.searchResultItem.-partner .searchResultItem_thumb {
  display: inline; }
  .searchResultItem.-partner .searchResultItem_thumb img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 80px; }

.partnerOverview_layout {
  height: 300px; }

.partnerOverview_map {
  width: 40%; }
  .partnerOverview_map_inner {
    display: block;
    width: 100%;
    height: 300px; }

.partnerOverview_offices, .partnerOverview_sectors {
  width: 30%; }
  .partnerOverview_offices_inner, .partnerOverview_sectors_inner {
    padding: 1.5em; }
  .partnerOverview_offices .stackList:not(.-lvl2), .partnerOverview_sectors .stackList:not(.-lvl2) {
    height: 220px;
    overflow-y: auto; }

@media only screen and (min-width: 1280px) {
  .partnerOverview_map {
    width: 52%; }
  .partnerOverview_offices {
    width: 24%; }
  .partnerOverview_sectors {
    width: 24%; } }

.partnerOverview_documentList .searchResults {
  margin-top: -1em;
  border-top: 0; }

.partnerOverview_documentList .searchResultItem {
  border-bottom: 0; }

@media only screen and (min-width: 800px) {
  .partnerOverview_documentList .searchResults:after {
    display: table;
    clear: both;
    content: ""; }
  .partnerOverview_documentList .searchResultItem {
    float: left !important;
    width: 50%; } }

.partnerSectors {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .partnerSectors_item {
    display: block; }
    .partnerSectors_item_iconWrapper {
      width: 34px;
      height: 28px;
      text-align: center; }
    .partnerSectors_item_icon {
      display: inline-block;
      max-width: 34px;
      height: 28px;
      vertical-align: middle; }
    .partnerSectors_item_title {
      display: block;
      margin-bottom: 0.25em;
      font-size: 1.1em;
      font-weight: bold;
      color: #2B2B2B; }
    .partnerSectors_item_locList {
      font-size: 0.95em; }
      .partnerSectors_item_locList .stackList_item:nth-of-type(1n+4) {
        display: none; }
      .partnerSectors_item_locList .stackList_item .link {
        color: inherit; }

.office {
  font-size: 15px; }
  .office_header_acronym, .pgPartner_header_acronym {
    display: block;
    margin: -0.1em 0 .2em;
    font-size: 1.8em;
    font-weight: bold;
    font-weight: 800;
    color: #2B2B2B; }
  .office_header_name, .pgPartner_header_name {
    display: block;
    font-size: 1.15em;
    font-weight: normal;
    color: #2B2B2B; }
  @media only screen and (min-width: 800px) {
    .office_layout {
      display: table;
      width: 100%; }
      .office_layout_body, .office_layout_aside {
        display: table-cell;
        vertical-align: top; }
      .office_layout_aside {
        width: 350px;
        border-left: 1px solid #E6E6E6;
        border-bottom: 0; }
        [dir='rtl'] .office_layout_aside {
          border-left-width: 0;
          border-right: 1px solid #E6E6E6; } }

.share {
  position: relative;
  display: inline-block;
  font-size: 15px; }
  .share_link {
    color: #105C8D; }
    .share_link_icon {
      margin: 0 1px;
      display: inline-block;
      width: 15px;
      height: 15px;
      vertical-align: -2px;
      background: url("../img/icons/share-blue.svg") center center no-repeat;
      background-size: contain; }
    .share_link:hover, .share_link:active {
      color: #105C8D;
      border-bottom: 1px solid rgba(16, 92, 141, 0.5); }
  .share_dialog {
    position: absolute;
    z-index: 100;
    bottom: 100%;
    left: -9999px;
    width: 300px;
    padding: 7px;
    background: #105C8D;
    -webkit-transition: opacity 280ms, left 0ms 336ms, -webkit-transform 280ms;
    transition: opacity 280ms, left 0ms 336ms, -webkit-transform 280ms;
    -o-transition: transform 280ms, opacity 280ms, left 0ms 336ms;
    transition: transform 280ms, opacity 280ms, left 0ms 336ms;
    transition: transform 280ms, opacity 280ms, left 0ms 336ms, -webkit-transform 280ms;
    -webkit-transform: translateX(-50%) translateY(0%);
        -ms-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
    margin-left: 50%;
    opacity: 0;
    border-radius: 2px;
    -webkit-box-shadow: 1px 3px 25px rgba(0, 0, 0, 0.25);
            box-shadow: 1px 3px 25px rgba(0, 0, 0, 0.25); }
    .share_dialog:after {
      position: absolute;
      top: 99.5%;
      left: 0;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-top-color: #105C8D;
      margin-left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      content: '';
      pointer-events: none; }
    .share_dialog[aria-hidden='false'] {
      left: 0;
      -webkit-transition: opacity 280ms, -webkit-transform 280ms;
      transition: opacity 280ms, -webkit-transform 280ms;
      -o-transition: transform 280ms, opacity 280ms;
      transition: transform 280ms, opacity 280ms;
      transition: transform 280ms, opacity 280ms, -webkit-transform 280ms;
      -webkit-transform: translateX(-50%) translateY(-10%);
          -ms-transform: translateX(-50%) translateY(-10%);
              transform: translateX(-50%) translateY(-10%);
      opacity: 1; }
    .share_dialog_close {
      position: absolute;
      top: 6px;
      right: 10px;
      opacity: 0.5;
      line-height: 1; }
      .share_dialog_close img {
        height: 13px; }
      .share_dialog_close:hover {
        opacity: 1; }
    .share_dialog_services {
      margin-left: 2px;
      margin-bottom: 8px; }
      .share_dialog_services i, .share_dialog_services img {
        display: inline-block;
        height: 16px;
        color: white; }
    .share_dialog_link_input {
      width: 100%;
      padding: 5px;
      height: 30px;
      background: white;
      background: rgba(255, 255, 255, 0.92);
      border: 0 !important;
      border-radius: 2px !important; }

.documentView_thumbnail {
  text-align: center; }
  .documentView_thumbnail_inner {
    display: inline-block;
    max-width: 80%; }
    .documentView_thumbnail_inner .documentView_img {
      max-height: 80vh; }
    @media only screen and (min-width: 800px) {
      .documentView_thumbnail_inner {
        max-width: 100%; }
        .documentView_thumbnail_inner .documentView_img {
          max-height: none; } }

.pill {
  display: inline-block;
  padding: 4px 8px;
  background: #F2F2F2;
  border-radius: 25px;
  color: #535353;
  line-height: 1; }

a.pill:hover {
  color: black;
  background: #D4D4D4; }

.collapseMenu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.25; }
  .collapseMenu li {
    display: block;
    margin: 0;
    padding: 0; }
  .collapseMenu a {
    display: block;
    color: #535353;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    cursor: pointer; }
    .collapseMenu a:after {
      display: table;
      clear: both;
      content: ""; }
  .collapseMenu .icon {
    opacity: 0.35; }
  .collapseMenu .icon + span {
    display: none; }
  .collapseMenu > li {
    border-bottom: 1px solid #F0F0F0; }
    .collapseMenu > li > a {
      position: relative;
      padding: 0.75em 0;
      text-align: center; }
      .collapseMenu > li > a:hover {
        background: rgba(246, 246, 246, 0.5); }
    .collapseMenu > li.active {
      background: #F6F6F6; }
      .collapseMenu > li.active > a {
        font-weight: bold;
        color: #2B2B2B; }
        .collapseMenu > li.active > a .icon {
          opacity: 0.9; }
        .collapseMenu > li.active > a:after {
          position: absolute;
          top: 0;
          right: 0;
          width: 3px;
          height: 100%;
          background: #DB6451;
          content: ''; }
  .collapseMenu ul {
    display: none;
    list-style: none;
    margin: 0;
    margin-left: -30px;
    padding: 0;
    padding-left: 60px;
    padding-bottom: 0.75em; }
    .collapseMenu ul > li > a {
      padding: 0.25em 0.5em; }
    .collapseMenu ul > li:first-child a {
      padding-top: 0; }
    .collapseMenu ul > li.active > a {
      font-weight: 500;
      color: #DB6451; }
  @media only screen and (min-width: 600px) {
    .collapseMenu .icon + span {
      display: inline; }
    .collapseMenu li.active > ul {
      display: block; }
    .collapseMenu > li > a {
      padding: 0.75em;
      padding-left: 36px;
      font-weight: 500;
      text-align: left; }
      .collapseMenu > li > a .icon {
        float: left;
        margin-left: -30px; } }

/*------------------------------------------------------------------------------------
  WIDGETS
------------------------------------------------------------------------------------*/
.w3Widget {
  font-size: 14px; }

.w3Widget a {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.w3Widget_grid {
  position: relative;
  display: block; }
  .w3Widget_grid_left, .w3Widget_grid_right {
    display: block;
    vertical-align: top; }
  .w3Widget_grid_left {
    position: relative;
    z-index: 2;
    width: 50%;
    min-height: 250px;
    border-right: 1px solid #F0F0F0; }
  .w3Widget_grid_right {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 1.25em;
    overflow: hidden;
    overflow-y: auto; }

.w3Widget_tabTitle {
  display: none;
  margin-bottom: 0.8em;
  font-size: 1.1em;
  font-weight: bold;
  color: #DB6451; }

.w3Widget_listLabel {
  display: block;
  font-size: 1em;
  font-weight: 500;
  color: #2B2B2B; }

.w3Widget_partnerList {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }
  .w3Widget_partnerList_item {
    margin: 0;
    padding: 0;
    display: block; }
  .w3Widget_partnerList_link {
    display: block;
    padding: 0.1em 0;
    cursor: pointer;
    color: #105C8D; }
  .w3Widget_partnerList_acronym {
    display: block;
    font-size: 1.06em;
    font-weight: normal; }
  .w3Widget_partnerList_name {
    display: none;
    width: 100%;
    font-size: 1em;
    font-weight: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; }

@media only screen and (max-width: 600px) {
  .w3Widget_grid_left {
    min-width: 0;
    width: 40px;
    max-width: 40px;
    padding-left: 0; }
  .w3Widget_grid_right {
    width: 100%;
    padding: 1em;
    padding-left: 56px; }
  .w3Widget_tabTitle {
    display: block; } }

@media only screen and (min-width: 800px) {
  .w3Widget.-large .w3Widget_grid_left,
  .col-md-8 > .w3Widget .w3Widget_grid_left {
    width: 28%;
    min-width: 210px; }
  .w3Widget.-large .w3Widget_grid_right,
  .col-md-8 > .w3Widget .w3Widget_grid_right {
    width: 72%; }
  .w3Widget.-large .w3Widget_listLabel,
  .col-md-8 > .w3Widget .w3Widget_listLabel {
    margin-bottom: 0.75em; }
  .w3Widget.-large .w3Widget_partnerList:after,
  .col-md-8 > .w3Widget .w3Widget_partnerList:after {
    display: table;
    clear: both;
    content: ""; }
  .w3Widget.-large .w3Widget_partnerList_item,
  .col-md-8 > .w3Widget .w3Widget_partnerList_item {
    float: left;
    width: 50%;
    margin-bottom: 0.5em; }
  .w3Widget.-large .w3Widget_partnerList_acronym,
  .col-md-8 > .w3Widget .w3Widget_partnerList_acronym {
    font-weight: bold; }
  .w3Widget.-large .w3Widget_partnerList_name,
  .col-md-8 > .w3Widget .w3Widget_partnerList_name {
    display: block; } }

.documentsWidget .box-header .button.-admin {
  margin-left: 0.6em;
  vertical-align: -5px; }
  [dir='rtl'] .documentsWidget .box-header .button.-admin {
    margin-left: 0;
    margin-right: 0.6em; }

.newsWidget .box-header .button.-admin {
  margin-left: 0.6em;
  vertical-align: -5px; }
  [dir='rtl'] .newsWidget .box-header .button.-admin {
    margin-left: 0;
    margin-right: 0.6em; }

.highlightsWidget .box-header .button.-admin {
  margin-left: 0.6em;
  vertical-align: -8px; }
  [dir='rtl'] .highlightsWidget .box-header .button.-admin {
    margin-left: 0;
    margin-right: 0.6em; }

.linksWidget .box-header .button.-admin {
  margin-left: 0.6em;
  vertical-align: -5px; }
  [dir='rtl'] .linksWidget .box-header .button.-admin {
    margin-left: 0;
    margin-right: 0.6em; }

.workGroups {
  font-size: 14px; }
  .workGroups .list-group {
    margin-bottom: 0; }
    .workGroups .list-group-item a {
      color: #105C8D; }
    .workGroups .list-group-item {
      color: gray;
      border: 0;
      border-width: 1px;
      border-color: #ddd;
      border-top-style: solid; }
    .workGroups .list-group-item p {
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
    .workGroups .list-group-item:first-child {
      border-top-style: none;
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    .workGroups .list-group > .list-group-item > a {
      display: block;
      margin-bottom: -2px;
      font-weight: 800; }
    .workGroups .list-group-item > .list-group > .list-group-item {
      padding: 0 1.8rem;
      border: 0; }
    .workGroups .list-group-item > .list-group.three_more > .list-group-item:nth-child(n+3):not(:last-child) {
      display: none; }
    .workGroups .list-group-item > .list-group > .list-group-item a {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0;
      margin-left: -.8rem;
      font-weight: normal;
      cursor: pointer; }
    .workGroups .list-group-item > .list-group > .list-group-item a:before {
      content: "•";
      margin-right: .5rem;
      color: inherit;
      font-size: 6px; }

/*------------------------------------------------------------------------------------
  PAGES
------------------------------------------------------------------------------------*/
.newPage, .documentView, .pgSearch_layout, .pgPartner {
  font-size: 15px; }
  .newPage img, .documentView img, .pgSearch_layout img, .pgPartner img {
    display: inline-block;
    max-width: 100%; }
  .newPage ~ .main-footer, .documentView ~ .main-footer, .pgSearch_layout ~ .main-footer, .pgPartner ~ .main-footer {
    margin-top: 0 !important; }

.pgSearch_layout_form, .pgSearch_layout_results {
  padding: 1.6em; }

.pgSearch_layout_form {
  background: #F7F7F7; }

.pgSearch_sort {
  margin-bottom: 1.35em; }

.pgSearch_related {
  margin-bottom: 1.35em; }

.pgSearch_results_inner {
  position: relative; }

.pgSearch_results_footer {
  margin-top: 2em; }

@media (min-width: 800px) {
  .pgSearch_layout {
    display: table;
    width: 100%; }
    .pgSearch_layout_form {
      display: table-cell;
      width: 300px; }
    .pgSearch_layout_results {
      display: table-cell; } }

@media only screen and (min-width: 1025px) {
  .pgSearch_layout_form {
    width: 360px; } }

.pgPartner_header {
  padding: 8px 6px;
  margin-bottom: 12px; }
  .pgPartner_header_logo {
    max-width: 100px;
    height: 52px; }

.pgPartner_layout_aside {
  display: none; }

@media only screen and (min-width: 1025px) {
  .pgPartner_layout {
    display: table;
    width: 100%; }
    .pgPartner_layout_body, .pgPartner_layout_aside {
      display: table-cell;
      vertical-align: top; }
    .pgPartner_layout_aside {
      width: 220px; }
    .pgPartner_layout_body {
      padding-left: 18px; }
      [dir='rtl'] .pgPartner_layout_body {
        padding-right: 18px;
        padding-left: 0; }
    .pgPartner_layout .documentList_filter {
      max-width: 250px; } }

.pgPartner_officeNav_item_link {
  position: relative;
  display: block;
  padding: 8px 12px;
  color: #105C8D;
  border-bottom: 1px solid #E6E6E6; }
  .pgPartner_officeNav_item_link:after {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: #DB6451;
    content: ''; }
    [dir='rtl'] .pgPartner_officeNav_item_link:after {
      right: auto;
      left: 0; }
  .pgPartner_officeNav_item_link:hover {
    background: rgba(16, 92, 141, 0.05); }

.pgPartner_officeNav_item.-active .pgPartner_officeNav_item_link {
  color: #DB6451; }
  .pgPartner_officeNav_item.-active .pgPartner_officeNav_item_link:after {
    display: block; }

.pgPartner_contactGrid {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0; }
  .pgPartner_contactGrid_item {
    display: inline-block;
    width: 50%;
    font-size: 14px; }

.pgPartner_documentList .searchResults {
  margin-top: -1em;
  margin-bottom: 0.8em;
  border-top: 0; }

.pgPartner_documentList .searchResultItem:last-child {
  border-bottom: 0; }

.pgStatic {
  padding-top: 50px;
  padding-bottom: 50px; }

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