@font-face {
  font-family: 'Georgia';
  src: url("../fonts/Georgia.eot");
  src: url("../fonts/Georgia.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff"), url("../fonts/Georgia.ttf") format("truetype"), url("../fonts/Georgia.svg#Georgia") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Brandon Grotesque';
  src: url("../fonts/BrandonGrotesque-Regular.eot");
  src: url("../fonts/BrandonGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Regular.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Regular.woff") format("woff"), url("../fonts/BrandonGrotesque-Regular.ttf") format("truetype"), url("../fonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Brandon Grotesque';
  src: url("../fonts/BrandonGrotesque-Medium.eot");
  src: url("../fonts/BrandonGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Medium.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Medium.woff") format("woff"), url("../fonts/BrandonGrotesque-Medium.ttf") format("truetype"), url("../fonts/BrandonGrotesque-Medium.svg#BrandonGrotesque-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Brandon Grotesque';
  src: url("../fonts/BrandonGrotesque-Bold.eot");
  src: url("../fonts/BrandonGrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BrandonGrotesque-Bold.woff2") format("woff2"), url("../fonts/BrandonGrotesque-Bold.woff") format("woff"), url("../fonts/BrandonGrotesque-Bold.ttf") format("truetype"), url("../fonts/BrandonGrotesque-Bold.svg#BrandonGrotesque-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  margin: 0;
  padding: 0;
  color: #4a5666;
  font-family: "Brandon Grotesque", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px; }
  @media (max-width: 1200px) {
    body {
      font-size: 18;
      line-height: 26px; } }
  @media (max-width: 768px) {
    body {
      line-height: 28px; } }
  body.noscroll {
    overflow: hidden; }

section {
  position: relative;
  z-index: 2;
  background: #fff; }

#content {
  overflow: hidden;
  margin-bottom: 290px;
  background: #fff;
  z-index: 2;
  position: relative; }

.green {
  color: #004f81; }

.white {
  color: #fff !important; }

p {
  font-family: "Brandon Grotesque", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  margin-bottom: 28px; }

a {
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  color: #000; }
  a * {
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s; }
  a.disabled {
    pointer-events: none; }
  a:hover {
    text-decoration: none; }
    @media (min-width: 769px) {
      a:hover {
        color: #004f81; }
        a:hover .inverse span {
          opacity: 1; }
        a:hover h3 span,
        a:hover h1 span {
          background-size: 100% 12px !important; }
        a:hover .img-link {
          transform: translate3d(-50%, -50%, 0) scale(1) !important; } }

.yellow-arrow {
  font-size: 0px;
  display: inline-block;
  position: relative;
  height: 24px;
  background: url(../img/icons/arrow-yellow.png) center left no-repeat;
  background-size: auto 12px;
  padding-left: 30px;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  width: 21px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .yellow-arrow {
      width: auto;
      padding-right: 25px; } }
  .yellow-arrow.external-link {
    background: url(../img/icons/external-link.png) center left no-repeat;
    background-size: auto 18px; }
  .yellow-arrow.change-to-blue {
    background: url(../img/icons/arrow-blue.png) center left no-repeat;
    background-size: auto 12px; }
  .yellow-arrow.download {
    background: url(../img/icons/download.png) center left no-repeat;
    background-size: 12px auto;
    width: 12px; }
    @media (max-width: 768px) {
      .yellow-arrow.download {
        padding-right: 20px;
        width: auto; } }
  .yellow-arrow span {
    font-family: "Brandon Grotesque", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    position: absolute;
    text-transform: uppercase;
    display: block; }
    @media (max-width: 768px) {
      .yellow-arrow span {
        position: relative;
        opacity: 1; } }
  .yellow-arrow.inverse {
    padding-left: 0px;
    background-position: center right; }
    .yellow-arrow.inverse span {
      opacity: 0; }
      @media (max-width: 768px) {
        .yellow-arrow.inverse span {
          position: relative;
          opacity: 1; } }
    @media (min-width: 769px) {
      .yellow-arrow.inverse:hover span {
        opacity: 1; } }

@media (min-width: 576px) {
  .flex {
    display: flex; }
    .flex .flex-auto {
      flex: auto; }
    .flex .flex-initial {
      flex: initial; } }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.btn-area button,
.btn-area a {
  line-height: 35px;
  padding: 0px 20px;
  min-width: 136px;
  font-size: 14px;
  text-align: center;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: #004f81;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  cursor: pointer;
  color: #fff; }
  .btn-area button.red,
  .btn-area a.red {
    background: #f6343f; }
  .btn-area button.green,
  .btn-area a.green {
    background: #8ba332; }
  @media (min-width: 769px) {
    .btn-area button:hover,
    .btn-area a:hover {
      background-color: #004f81;
      text-decoration: none; } }

.text-light {
  color: #fff; }

.text-main-color {
  color: #004f81; }

.strong {
  font-family: "Brandon Grotesque", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold; }

.container {
  width: 100%;
  padding: 0px 40px;
  position: relative; }
  .container.c-1100 {
    max-width: 1180px; }
  .container.c-1220 {
    max-width: 1300px; }
  .container.c-1220no-padding {
    padding: 0px;
    max-width: 1220px; }
  .container.c-1366 {
    max-width: 1366px; }
  .container.c-980 {
    max-width: 1100px; }
  .container.c-carousel {
    max-width: 920px; }
  @media (min-width: 769px) {
    .container.p-120 {
      padding: 0px 120px; } }
  @media (max-width: 1200px) {
    .container.p-120 {
      padding: 0px 40px; } }
  .container.no-padding {
    padding: 0px;
    overflow-x: hidden; }
  .container.fullwidth {
    max-width: unset; }
  @media (max-width: 768px) {
    .container {
      padding-left: 20px !important;
      padding-right: 20px !important; } }

h1 {
  font-family: "Georgia", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 25px; }
  @media (max-width: 1200px) {
    h1 {
      font-size: 35px;
      line-height: 45px; } }
  @media (max-width: 1024px) {
    h1 {
      font-size: 30px;
      line-height: 40px; } }
  @media (max-width: 575px) {
    h1 {
      font-size: 28px;
      line-height: 38px; } }

h2 {
  font-family: "Georgia", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    h2 {
      font-size: 30px;
      line-height: 40px; } }
  @media (max-width: 1024px) {
    h2 {
      font-size: 25px;
      line-height: 35px; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 24px;
      line-height: 34px; } }
  h2.title {
    padding-top: 37px; }

h3 {
  font-family: "Brandon Grotesque", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    h3 {
      font-size: 22px;
      line-height: 26px; } }
  @media (max-width: 768px) {
    h3 {
      font-size: 22px;
      line-height: 32px;
      font-size: 22px !important;
      line-height: 32px !important; } }

h4 {
  font-family: "Georgia", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 20px; }

h5 {
  font-family: "Georgia", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 20px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #004f81; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #004f81; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #004f81; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #004f81; }

.table-lo {
  display: table;
  width: 100%;
  height: 100%; }
  .table-lo .cell {
    display: table-cell;
    vertical-align: middle; }

label {
  color: #004f81;
  margin-bottom: 14px; }

.line-icon {
  position: relative; }
  .line-icon:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 14px;
    top: 0px;
    left: 0px;
    background: url(../img/icons/line-icon.png) center center no-repeat;
    background-size: cover; }

#alertModal .modal-dialog {
  max-width: 350px; }
  #alertModal .modal-dialog .modal-content {
    position: relative; }
    #alertModal .modal-dialog .modal-content .close {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 1; }
    #alertModal .modal-dialog .modal-content .modal-body {
      padding: 33px 20px; }

#Disclaimer .modal-dialog {
  max-width: 720px; }
  @media (max-width: 575px) {
    #Disclaimer .modal-dialog {
      max-width: 360px;
      margin: 0px auto; } }
  #Disclaimer .modal-dialog .modal-content {
    position: relative;
    min-height: 240px;
    background: #eee7db;
    padding-left: 240px;
    border-radius: 0px; }
    @media (max-width: 575px) {
      #Disclaimer .modal-dialog .modal-content {
        padding-left: 0px;
        padding-top: 240px; } }
    #Disclaimer .modal-dialog .modal-content .modal-body {
      padding: 37px 40px 20px; }
      #Disclaimer .modal-dialog .modal-content .modal-body h2 {
        font-size: 26px;
        line-height: 30px;
        font-family: "Brandon Grotesque", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: bold;
        margin-bottom: 21px; }
      #Disclaimer .modal-dialog .modal-content .modal-body p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 22px; }
    #Disclaimer .modal-dialog .modal-content .img {
      width: 240px;
      height: 100%;
      background-image: url(../img/disclaimer.gif);
      background-size: 140px auto;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      background-color: #fff;
      left: 0px;
      top: 0px; }
      @media (max-width: 575px) {
        #Disclaimer .modal-dialog .modal-content .img {
          width: 100%;
          height: 240px; } }

.preloader {
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5) url(../img/loading.svg) center center no-repeat;
  background-size: 100px auto;
  top: 0;
  left: 0; }

#NotFound {
  padding-top: 170px;
  position: relative; }
  @media (min-width: 768px) {
    #NotFound {
      height: 100vh; } }
  @media (max-width: 575px) {
    #NotFound {
      padding-top: 120px; } }
  #NotFound:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 170px;
    top: 0px;
    left: 0px;
    background: #eee7db; }
    @media (max-width: 575px) {
      #NotFound:before {
        height: 120px; } }
  #NotFound .container {
    padding-top: 90px;
    padding-bottom: 140px;
    height: 100%; }
    @media (max-width: 575px) {
      #NotFound .container {
        padding-top: 40px;
        padding-bottom: 60px; } }
    #NotFound .container .img,
    #NotFound .container .content {
      display: inline-block;
      vertical-align: middle;
      zoom: 1;
      /* Fix for IE7 */
      *display: inline;
      /* Fix for IE7 */ }
    #NotFound .container .img {
      width: 280px;
      margin-right: 60px;
      margin-bottom: 40px; }
      @media (max-width: 575px) {
        #NotFound .container .img {
          margin-right: 0px;
          width: 250px; } }
    @media (min-width: 769px) {
      #NotFound .container .content {
        width: calc(100% - 378px); } }
    #NotFound .container .content h1 {
      margin-bottom: 17px;
      font-size: 32px;
      line-height: 42px; }
    #NotFound .container .content p {
      margin-bottom: 15px; }

.hide {
  display: none;
  visibility: hidden;
  opacity: 0; }

sup {
  font-size: 60%; }

header {
  position: absolute;
  z-index: 3;
  width: 100%; }
  @media (max-width: 768px) {
    header .navbar-brand {
      position: relative;
      z-index: 1; } }
  header .navbar-brand img {
    height: 90px;
    margin-top: 35px;
    margin-left: -13px; }
    @media (max-width: 1200px) {
      header .navbar-brand img {
        height: 70px;
        margin-left: 0px; } }
    @media (max-width: 768px) {
      header .navbar-brand img {
        margin-top: 10px; } }
  header .navbar-brand .light {
    display: block; }
  header .navbar-brand .blue {
    display: none; }
  header.blue-theme .navbar-brand .light {
    display: none; }
  header.blue-theme .navbar-brand .blue {
    display: block; }
  header.blue-theme .text-light {
    color: #004f81 !important; }
  @media (max-width: 768px) {
    header.blue-theme .navbar .navbar-collapse:before {
      background: #eee7db; }
    header.blue-theme .icon-bar {
      background: #004f81 !important; } }
  header .navbar {
    padding: 0px; }
    @media (max-width: 768px) {
      header .navbar .navbar-collapse {
        position: absolute;
        top: 0;
        left: -20px;
        width: calc( 100% + 40px);
        -webkit-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        transition: all ease-in-out 0.5s; }
        header .navbar .navbar-collapse:before {
          content: '';
          position: absolute;
          background: #004f81;
          width: 100%;
          height: 120vh;
          top: 0;
          left: 0;
          transform: translateY(-100%);
          -webkit-transition: all ease-in-out 0.5s;
          -moz-transition: all ease-in-out 0.5s;
          -ms-transition: all ease-in-out 0.5s;
          -o-transition: all ease-in-out 0.5s;
          transition: all ease-in-out 0.5s; }
        header .navbar .navbar-collapse.collapsing:before {
          transform: translateY(0%); }
        header .navbar .navbar-collapse.show {
          min-height: 100vh; }
          header .navbar .navbar-collapse.show:before {
            transform: translateY(0%); }
        header .navbar .navbar-collapse .navbar-nav {
          margin-top: 130px; } }
  header .nav-link {
    font-family: "Brandon Grotesque", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .05em;
    padding: 0px !important;
    margin-top: 46px;
    margin-left: 30px;
    position: relative; }
    @media (max-width: 1200px) {
      header .nav-link {
        font-size: 11px; } }
    @media (max-width: 768px) {
      header .nav-link {
        display: inline-block;
        margin-top: 20px;
        margin-left: 20px;
        font-size: 16px; } }
    header .nav-link.active {
      color: #f0ab00 !important; }
    @media (min-width: 769px) {
      header .nav-link:after {
        content: '';
        position: absolute;
        width: 0%;
        height: 2px;
        top: unset;
        left: 0px;
        bottom: 0px;
        background: #f0ab00;
        -webkit-transition: all ease-in-out 0.25s;
        -moz-transition: all ease-in-out 0.25s;
        -ms-transition: all ease-in-out 0.25s;
        -o-transition: all ease-in-out 0.25s;
        transition: all ease-in-out 0.25s; }
      header .nav-link:hover {
        color: #f0ab00 !important; }
        header .nav-link:hover:after {
          width: 100%; } }

.icon-bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  display: block;
  transition: all 0.2s;
  margin-top: 4px; }

.navbar-toggler {
  padding: 0px;
  border: none;
  background: transparent !important;
  outline: none !important;
  margin-top: -20px;
  position: relative;
  z-index: 1; }

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 6% 6%; }

.navbar-toggler .middle-bar {
  opacity: 0; }

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%; }

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0); }

.navbar-toggler.collapsed .middle-bar {
  opacity: 1; }

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0); }

footer {
  z-index: 1;
  background: #eee7db; }
  @media (min-width: 769px) {
    footer {
      position: fixed;
      bottom: 0px;
      width: 100%; } }
  footer .row {
    margin: 0px;
    padding-top: 20px; }
    @media (max-width: 768px) {
      footer .row {
        display: block;
        margin-right: -20px;
        margin-left: -20px;
        padding-top: 0px; } }
    footer .row [class*='col-'] {
      padding: 0px;
      max-width: unset; }
      footer .row [class*='col-'].left-panel {
        padding-top: 50px;
        padding-right: 70px;
        padding-right: 70px;
        border-right: 1px solid #dad1c0;
        flex: 0 0 73.77049180327869%;
        max-width: 73.77049180327869%; }
        @media (max-width: 1200px) {
          footer .row [class*='col-'].left-panel {
            padding-left: 20px; } }
        @media (max-width: 1024px) {
          footer .row [class*='col-'].left-panel {
            flex: 0 0 65%;
            max-width: 65%; } }
        @media (max-width: 768px) {
          footer .row [class*='col-'].left-panel {
            display: block;
            max-width: 100%;
            border: none;
            background: #eee7db;
            padding: 0px;
            padding-top: 20px;
            padding-right: 20px;
            padding-left: 20px;
            z-index: 1; }
            footer .row [class*='col-'].left-panel.fixedpos {
              position: fixed;
              bottom: 0px;
              width: 100%;
              left: 0px; } }
        footer .row [class*='col-'].left-panel a.logo {
          display: inline-block;
          margin-bottom: 42px; }
          @media (max-width: 768px) {
            footer .row [class*='col-'].left-panel a.logo {
              margin-top: 27px; } }
          @media (max-width: 575px) {
            footer .row [class*='col-'].left-panel a.logo {
              margin-bottom: 27px; } }
          footer .row [class*='col-'].left-panel a.logo img {
            display: block;
            height: 46px; }
            @media (max-width: 575px) {
              footer .row [class*='col-'].left-panel a.logo img {
                height: 30px; } }
        footer .row [class*='col-'].left-panel .nav-footer {
          border-bottom: 1px solid #dad1c0;
          list-style: none;
          padding-bottom: 33px; }
          footer .row [class*='col-'].left-panel .nav-footer li a {
            font-family: "Brandon Grotesque", sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-weight: 500;
            display: block;
            letter-spacing: .05em;
            color: #4a5666;
            font-size: 12px;
            line-height: 22px;
            text-transform: uppercase;
            position: relative;
            display: block;
            float: left;
            margin-right: 20px; }
            @media (max-width: 1200px) {
              footer .row [class*='col-'].left-panel .nav-footer li a {
                margin-bottom: 10px; } }
            @media (max-width: 575px) {
              footer .row [class*='col-'].left-panel .nav-footer li a {
                float: unset !important;
                display: block; } }
            @media (min-width: 769px) {
              footer .row [class*='col-'].left-panel .nav-footer li a:after {
                content: '';
                position: absolute;
                width: 0%;
                height: 2px;
                top: unset;
                left: 0px;
                bottom: 0px;
                background: #f1b317;
                -webkit-transition: all ease-in-out 0.25s;
                -moz-transition: all ease-in-out 0.25s;
                -ms-transition: all ease-in-out 0.25s;
                -o-transition: all ease-in-out 0.25s;
                transition: all ease-in-out 0.25s; } }
@media (min-width: 769px) and (min-width: 769px) {
  footer .row [class*='col-'].left-panel .nav-footer li a:hover:after {
    width: 100%; } }

          footer .row [class*='col-'].left-panel .nav-footer li:last-child {
            margin: 0px; }
        footer .row [class*='col-'].left-panel .bottom {
          list-style: none;
          padding-top: 37px;
          padding-bottom: 37px; }
          @media (max-width: 575px) {
            footer .row [class*='col-'].left-panel .bottom {
              padding-top: 27px;
              padding-bottom: 27px; } }
          footer .row [class*='col-'].left-panel .bottom .change-lang {
            position: relative;
            display: block;
            margin: 0px; }
            @media (max-width: 1200px) {
              footer .row [class*='col-'].left-panel .bottom .change-lang {
                float: unset !important;
                clear: both;
                display: inline-block; } }
            @media (max-width: 575px) {
              footer .row [class*='col-'].left-panel .bottom .change-lang {
                display: block; } }
            footer .row [class*='col-'].left-panel .bottom .change-lang .selectric {
              border: none;
              background: none; }
              @media (max-width: 575px) {
                footer .row [class*='col-'].left-panel .bottom .change-lang .selectric {
                  display: inline-block; } }
              footer .row [class*='col-'].left-panel .bottom .change-lang .selectric .button {
                display: none; }
              footer .row [class*='col-'].left-panel .bottom .change-lang .selectric .label {
                font-family: "Brandon Grotesque", sans-serif;
                -webkit-font-smoothing: antialiased;
                -moz-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-weight: 500;
                letter-spacing: .05em;
                color: #4a5666;
                text-transform: uppercase;
                font-size: 11px;
                line-height: 29px;
                height: 30px;
                margin-left: 0px;
                margin-right: 17px; }
              footer .row [class*='col-'].left-panel .bottom .change-lang .selectric:after {
                content: '';
                position: absolute;
                width: 7px;
                height: 5px;
                top: 50%;
                left: unset;
                right: 0px;
                margin-top: -2.5px;
                bottom: 0px;
                -webkit-transition: all ease-in-out 0.25s;
                -moz-transition: all ease-in-out 0.25s;
                -ms-transition: all ease-in-out 0.25s;
                -o-transition: all ease-in-out 0.25s;
                transition: all ease-in-out 0.25s;
                background-image: url("../img/icons/dropdown-arrow.png");
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                transform: rotate(180deg); }
            footer .row [class*='col-'].left-panel .bottom .change-lang .selectric-items {
              width: auto !important;
              background-color: #fff;
              border: none;
              box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2); }
              @media (max-width: 575px) {
                footer .row [class*='col-'].left-panel .bottom .change-lang .selectric-items {
                  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
                  width: 100% !important; } }
              footer .row [class*='col-'].left-panel .bottom .change-lang .selectric-items ul {
                min-width: 150px;
                padding: 0px 20px; }
                footer .row [class*='col-'].left-panel .bottom .change-lang .selectric-items ul li {
                  font-family: "Brandon Grotesque", sans-serif;
                  -webkit-font-smoothing: antialiased;
                  -moz-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                  font-weight: 500;
                  padding: 0px;
                  color: #4a5666;
                  letter-spacing: .05em;
                  text-transform: uppercase;
                  font-size: 11px;
                  line-height: 40px;
                  background: none !important;
                  border-bottom: 1px solid #eee7dc; }
                  @media (max-width: 575px) {
                    footer .row [class*='col-'].left-panel .bottom .change-lang .selectric-items ul li {
                      font-size: 16px;
                      line-height: 60px; } }
                  footer .row [class*='col-'].left-panel .bottom .change-lang .selectric-items ul li:last-child {
                    border: none; }
                  footer .row [class*='col-'].left-panel .bottom .change-lang .selectric-items ul li.selected, footer .row [class*='col-'].left-panel .bottom .change-lang .selectric-items ul li:hover {
                    color: #eeaa28; }
                  footer .row [class*='col-'].left-panel .bottom .change-lang .selectric-items ul li.selected {
                    background: url(../img/icons/checklist.png) center right no-repeat !important;
                    background-size: 10px auto !important; }
                    @media (max-width: 575px) {
                      footer .row [class*='col-'].left-panel .bottom .change-lang .selectric-items ul li.selected {
                        background-size: 20px auto !important; } }
            footer .row [class*='col-'].left-panel .bottom .change-lang .selectric-open .selectric:after {
              transform: rotate(0deg); }
          footer .row [class*='col-'].left-panel .bottom a {
            font-size: 11px;
            line-height: 18px;
            display: block;
            letter-spacing: .05em;
            color: #938979;
            margin-right: 35px;
            display: inline-block;
            -webkit-transition: all ease-in-out 0s;
            -moz-transition: all ease-in-out 0s;
            -ms-transition: all ease-in-out 0s;
            -o-transition: all ease-in-out 0s;
            transition: all ease-in-out 0s; }
            @media (max-width: 575px) {
              footer .row [class*='col-'].left-panel .bottom a.text-uppercase {
                display: block;
                margin-top: 10px; } }
            @media (min-width: 769px) {
              footer .row [class*='col-'].left-panel .bottom a:hover {
                color: #000; } }
            footer .row [class*='col-'].left-panel .bottom a.socmed {
              margin-right: 25px !important;
              margin-top: 6px;
              background-size: 100% auto;
              background-position: center top;
              width: 16px;
              height: 16px;
              font-size: 0px; }
              footer .row [class*='col-'].left-panel .bottom a.socmed.fb {
                background-image: url(../img/icons/fb.png); }
              footer .row [class*='col-'].left-panel .bottom a.socmed.tw {
                background-image: url(../img/icons/tw.png);
                width: 20px; }
              footer .row [class*='col-'].left-panel .bottom a.socmed.ig {
                background-image: url(../img/icons/ig.png); }
              footer .row [class*='col-'].left-panel .bottom a.socmed:last-child {
                margin-right: 35px !important; }
              @media (max-width: 575px) {
                footer .row [class*='col-'].left-panel .bottom a.socmed {
                  margin-right: 40px !important; } }
              @media (min-width: 769px) {
                footer .row [class*='col-'].left-panel .bottom a.socmed:hover {
                  background-position: center bottom; } }
          footer .row [class*='col-'].left-panel .bottom .copyright {
            font-size: 11px;
            line-height: 30px;
            display: block;
            color: #938979;
            margin-left: 35px; }
            footer .row [class*='col-'].left-panel .bottom .copyright a {
              margin: 0px;
              color: #4a5666; }
              @media (min-width: 769px) {
                footer .row [class*='col-'].left-panel .bottom .copyright a:hover {
                  text-decoration: underline; } }
            @media (max-width: 768px) {
              footer .row [class*='col-'].left-panel .bottom .copyright {
                float: unset !important;
                clear: both;
                margin-top: 0px;
                margin-left: 0px; } }
      footer .row [class*='col-'].newsletter {
        padding-top: 50px;
        padding-bottom: 28px;
        padding-left: 70px;
        flex: 0 0 26.22950819672131%;
        max-width: 26.22950819672131%; }
        @media (max-width: 1200px) {
          footer .row [class*='col-'].newsletter {
            padding-left: 20px; } }
        @media (max-width: 1024px) {
          footer .row [class*='col-'].newsletter {
            flex: 0 0 35%;
            max-width: 35%; } }
        @media (max-width: 768px) {
          footer .row [class*='col-'].newsletter {
            flex: 0 0 100%;
            max-width: 100%;
            display: block;
            padding-right: 20px;
            padding-left: 20px;
            position: relative;
            z-index: 2;
            background: #eee7db;
            border-bottom: 1px solid #dad1c0; } }
        footer .row [class*='col-'].newsletter .title {
          font-size: 20px;
          line-height: 30px;
          color: #252525;
          font-family: "Brandon Grotesque", sans-serif;
          -webkit-font-smoothing: antialiased;
          -moz-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-weight: bold;
          padding-left: 55px;
          background: url(../img/icons/newsletter.png) center left no-repeat;
          background-size: auto 30px;
          margin-bottom: 19px; }
        footer .row [class*='col-'].newsletter p {
          font-size: 16px;
          line-height: 22px;
          color: #514d47;
          margin-bottom: 11px; }
        footer .row [class*='col-'].newsletter form .form-group {
          position: relative;
          border-bottom: 2px solid #004f81; }
          footer .row [class*='col-'].newsletter form .form-group input {
            width: 100%;
            background: none;
            border: none;
            outline: none;
            font-family: "Brandon Grotesque", sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-weight: normal;
            font-size: 16px;
            line-height: 44px;
            position: relative;
            color: #004f81; }
          footer .row [class*='col-'].newsletter form .form-group:after {
            content: '';
            position: absolute;
            width: 0%;
            height: 2px;
            top: unset;
            left: 0px;
            background: #f1b317;
            -webkit-transition: all ease-in-out 0.25s;
            -moz-transition: all ease-in-out 0.25s;
            -ms-transition: all ease-in-out 0.25s;
            -o-transition: all ease-in-out 0.25s;
            transition: all ease-in-out 0.25s; }
          footer .row [class*='col-'].newsletter form .form-group:focus-within:after {
            width: 100%; }
        footer .row [class*='col-'].newsletter form button {
          outline: none !important;
          padding: 0px;
          margin: 0px;
          background: none;
          border: none;
          color: #004f81;
          font-family: "Brandon Grotesque", sans-serif;
          -webkit-font-smoothing: antialiased;
          -moz-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-weight: bold;
          font-size: 16px;
          line-height: 16pxpx;
          -webkit-transition: all ease-in-out 0.25s;
          -moz-transition: all ease-in-out 0.25s;
          -ms-transition: all ease-in-out 0.25s;
          -o-transition: all ease-in-out 0.25s;
          transition: all ease-in-out 0.25s;
          cursor: pointer;
          margin-top: 15px; }
          @media (min-width: 769px) {
            footer .row [class*='col-'].newsletter form button:hover {
              color: #f1b317; } }

section#homeBanner {
  min-height: 650px;
  padding-top: 209px;
  margin-bottom: 180px;
  position: relative;
  background-color: #004f81; }
  @media (max-width: 768px) {
    section#homeBanner {
      padding-top: 130px;
      margin-bottom: 70px; } }
  section#homeBanner .bg {
    background: url(../img/banner.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  section#homeBanner .row {
    margin: 0px; }
    section#homeBanner .row [class*='col-'] {
      padding: 0px; }
      section#homeBanner .row [class*='col-'].img {
        position: relative; }
        section#homeBanner .row [class*='col-'].img .img-home {
          background-size: cover;
          background-position: center center;
          position: absolute;
          right: 0px;
          top: 0px;
          height: calc(100% + 100px);
          width: calc(100% + 94px); }
          @media (max-width: 1440px) {
            section#homeBanner .row [class*='col-'].img .img-home {
              width: 116%; } }
          @media (max-width: 1300px) {
            section#homeBanner .row [class*='col-'].img .img-home {
              width: calc(100% + 40px); } }
          @media (max-width: 1200px) {
            section#homeBanner .row [class*='col-'].img .img-home {
              right: 20px; } }
          @media (max-width: 575px) {
            section#homeBanner .row [class*='col-'].img .img-home {
              position: relative;
              height: auto;
              padding-bottom: 86%;
              width: calc(100% + 20px); } }
      section#homeBanner .row [class*='col-'].text {
        padding-right: 30px;
        padding-bottom: 40px;
        padding-left: 60px; }
        @media (max-width: 1200px) {
          section#homeBanner .row [class*='col-'].text {
            padding-right: 20px;
            padding-bottom: 40px;
            padding-left: 20px; } }
        @media (max-width: 575px) {
          section#homeBanner .row [class*='col-'].text {
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 50px; }
            section#homeBanner .row [class*='col-'].text a {
              transition-delay: 0s !important; } }
        section#homeBanner .row [class*='col-'].text h1 {
          padding-top: 48px; }
          section#homeBanner .row [class*='col-'].text h1 span {
            -webkit-transition: all ease-in-out 0.25s;
            -moz-transition: all ease-in-out 0.25s;
            -ms-transition: all ease-in-out 0.25s;
            -o-transition: all ease-in-out 0.25s;
            transition: all ease-in-out 0.25s;
            background-image: linear-gradient(to right, rgba(240, 171, 0, 0.4) 0%, rgba(240, 171, 0, 0.4) 0%);
            background-position: 0% 84%;
            background-repeat: no-repeat;
            background-size: 0% 12px; }
          @media (max-width: 768px) {
            section#homeBanner .row [class*='col-'].text h1 {
              font-size: 28px;
              line-height: 38px; } }
        section#homeBanner .row [class*='col-'].text p {
          font-size: 22px;
          line-height: 30px; }
          @media (max-width: 1024px) {
            section#homeBanner .row [class*='col-'].text p {
              font-size: 20px;
              line-height: 28px; } }
          @media (max-width: 1024px) {
            section#homeBanner .row [class*='col-'].text p {
              font-size: 16px;
              line-height: 24px; } }
          @media (max-width: 768px) {
            section#homeBanner .row [class*='col-'].text p {
              font-size: 18px;
              line-height: 28px; } }

section#Themes .themes-list .row {
  margin-top: 48px;
  margin-right: -40px;
  margin-left: -40px; }
  @media (max-width: 575px) {
    section#Themes .themes-list .row {
      margin-top: 0px; } }
  section#Themes .themes-list .row [class*='col-'] {
    padding-right: 40px;
    padding-left: 40px; }
    @media (max-width: 1200px) {
      section#Themes .themes-list .row [class*='col-'] {
        padding-right: 20px;
        padding-left: 20px; } }
    section#Themes .themes-list .row [class*='col-'] > a {
      position: relative;
      padding-top: 200px;
      padding-right: 60px;
      padding-bottom: 42px; }
      @media (max-width: 768px) {
        section#Themes .themes-list .row [class*='col-'] > a {
          padding-top: 200px;
          padding-right: 20px;
          padding-bottom: 20px; } }
      @media (max-width: 575px) {
        section#Themes .themes-list .row [class*='col-'] > a {
          padding-top: 70%;
          padding-right: 50px;
          padding-bottom: 35px; } }
      section#Themes .themes-list .row [class*='col-'] > a .img {
        width: 100%;
        height: 260px;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0; }
        section#Themes .themes-list .row [class*='col-'] > a .img .img-link {
          width: 102%;
          height: 102%;
          background-image: url("../img/");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          left: 0px;
          top: 0px;
          bottom: unset;
          right: unset;
          -webkit-backface-visibility: hidden;
          top: 50%;
          left: 50%;
          -ms-transform: translate3d(-50%, -50%, 0) scale(0.98);
          /* IE 9 */
          -webkit-transform: translate3d(-50%, -50%, 0) scale(0.98);
          /* Chrome, Safari, Opera */
          transform: translate3d(-50%, -50%, 0) scale(0.98); }
        @media (max-width: 575px) {
          section#Themes .themes-list .row [class*='col-'] > a .img {
            height: 0px;
            padding-bottom: 70%; } }
      section#Themes .themes-list .row [class*='col-'] > a .theme-content {
        position: relative;
        padding-top: 34px;
        background-color: #fff; }
        @media (max-width: 1024px) {
          section#Themes .themes-list .row [class*='col-'] > a .theme-content {
            padding-top: 24px; } }
        @media (max-width: 768px) {
          section#Themes .themes-list .row [class*='col-'] > a .theme-content {
            padding-top: 34px;
            padding-right: 30px;
            padding-left: 30px; } }
        @media (max-width: 575px) {
          section#Themes .themes-list .row [class*='col-'] > a .theme-content {
            padding-top: 34px;
            padding-right: 30px;
            padding-left: 20px;
            margin-top: -50px; } }
        section#Themes .themes-list .row [class*='col-'] > a .theme-content .top {
          margin-bottom: 17px; }
          section#Themes .themes-list .row [class*='col-'] > a .theme-content .top * {
            display: inline-block;
            vertical-align: middle; }
          section#Themes .themes-list .row [class*='col-'] > a .theme-content .top i {
            width: 38px;
            height: 40px;
            background-image: url("../img");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            background-size: auto 100%;
            margin-right: 13px; }
          section#Themes .themes-list .row [class*='col-'] > a .theme-content .top h3 {
            margin: 0px;
            position: relative;
            max-width: calc(100% - 60px); }
            section#Themes .themes-list .row [class*='col-'] > a .theme-content .top h3:before {
              -webkit-transition: all ease-in-out 0.25s;
              -moz-transition: all ease-in-out 0.25s;
              -ms-transition: all ease-in-out 0.25s;
              -o-transition: all ease-in-out 0.25s;
              transition: all ease-in-out 0.25s;
              content: '';
              position: absolute;
              width: 0%;
              height: 10px;
              top: unset;
              left: 0px;
              bottom: 4px;
              background-color: #ffe4a6; }
            section#Themes .themes-list .row [class*='col-'] > a .theme-content .top h3 span {
              position: relative; }
        section#Themes .themes-list .row [class*='col-'] > a .theme-content p {
          color: #4a5666 !important;
          margin-bottom: 33px; }
          @media (max-width: 575px) {
            section#Themes .themes-list .row [class*='col-'] > a .theme-content p {
              width: calc(100% + 60px);
              margin-bottom: 14px; } }
      @media (min-width: 769px) {
        section#Themes .themes-list .row [class*='col-'] > a:hover h3:before {
          width: 100% !important; } }

section#Glance {
  background: #11334b;
  padding-top: 80px;
  padding-bottom: 65px; }
  @media (max-width: 575px) {
    section#Glance {
      padding-top: 50px;
      padding-bottom: 30px; } }
  section#Glance .c-carousel {
    padding-top: 400px;
    padding-right: 80px;
    padding-left: 0px;
    margin-top: 40px; }
    @media (max-width: 575px) {
      section#Glance .c-carousel {
        padding-right: 0px;
        margin-top: 80px;
        padding-top: 300px; } }
    section#Glance .c-carousel .main-carousel {
      width: 100%;
      position: absolute;
      background: #fff;
      top: 0;
      left: 0; }
      section#Glance .c-carousel .main-carousel .list .graph-content {
        background-color: #fff;
        padding: 0px 30px; }
        section#Glance .c-carousel .main-carousel .list .graph-content .graph-area {
          border: none !important;
          padding: 20px 0px 38px !important;
          overflow: unset; }
          section#Glance .c-carousel .main-carousel .list .graph-content .graph-area .chart-container {
            height: 325px !important; }
          section#Glance .c-carousel .main-carousel .list .graph-content .graph-area .maps-area {
            padding-bottom: 0px !important;
            height: 330px; }
          section#Glance .c-carousel .main-carousel .list .graph-content .graph-area .legend-detail-data-wpp {
            left: 0px;
            bottom: 75px; }
          section#Glance .c-carousel .main-carousel .list .graph-content .graph-area .detail-data .title {
            font-size: 14px;
            line-height: 22px; }
          section#Glance .c-carousel .main-carousel .list .graph-content .graph-area .detail-data ul li {
            font-size: 16px;
            line-height: 25px; }
          section#Glance .c-carousel .main-carousel .list .graph-content .graph-area .detail-data#DetailDataCommodity {
            right: 0px;
            top: 30px; }
          section#Glance .c-carousel .main-carousel .list .graph-content .graph-area .detail-data.wpp {
            right: 0px;
            top: 30px; }
      section#Glance .c-carousel .main-carousel .list .img {
        width: 100%;
        height: 480px;
        background-image: url("../img");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
        @media (max-width: 575px) {
          section#Glance .c-carousel .main-carousel .list .img {
            background-size: 100% auto;
            height: 300px; } }
    section#Glance .c-carousel .next-carousel,
    section#Glance .c-carousel .prev-carousel {
      width: 400px;
      position: absolute;
      top: 280px;
      left: 0;
      transform: translateX(-100%);
      background: #07151b;
      cursor: pointer; }
      section#Glance .c-carousel .next-carousel .list,
      section#Glance .c-carousel .prev-carousel .list {
        -webkit-transition: all ease-in-out 0.25s;
        -moz-transition: all ease-in-out 0.25s;
        -ms-transition: all ease-in-out 0.25s;
        -o-transition: all ease-in-out 0.25s;
        transition: all ease-in-out 0.25s;
        opacity: .2; }
        section#Glance .c-carousel .next-carousel .list .img,
        section#Glance .c-carousel .prev-carousel .list .img {
          width: 100%;
          height: 200px;
          background-image: url("../img");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; }
      @media (min-width: 769px) {
        section#Glance .c-carousel .next-carousel:hover .list,
        section#Glance .c-carousel .prev-carousel:hover .list {
          opacity: .8; } }
    section#Glance .c-carousel .next-carousel {
      left: unset;
      top: 0px;
      right: 0px;
      transform: translateX(100%); }
    section#Glance .c-carousel .content {
      background: #11334b;
      padding-top: 37px;
      padding-right: 60px;
      padding-left: 140px;
      position: relative; }
      @media (max-width: 575px) {
        section#Glance .c-carousel .content {
          padding-top: 37px;
          padding-right: 20px;
          padding-left: 20px; } }
      section#Glance .c-carousel .content .counter-area {
        width: 43px;
        height: 43px;
        background-image: url("../img/counter-bg.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 35px;
        left: 50px; }
        @media (max-width: 575px) {
          section#Glance .c-carousel .content .counter-area {
            left: 20px;
            width: 32px;
            height: 32px;
            top: 43px; } }
        section#Glance .c-carousel .content .counter-area span {
          font-size: 24px;
          line-height: 24px;
          position: absolute;
          color: #a6b4c5; }
          section#Glance .c-carousel .content .counter-area span:first-child {
            top: 0;
            left: 0; }
          section#Glance .c-carousel .content .counter-area span:last-child {
            right: 0;
            bottom: 0; }
          @media (max-width: 575px) {
            section#Glance .c-carousel .content .counter-area span {
              font-size: 20px;
              line-height: 15px; } }
      section#Glance .c-carousel .content .caption-carousel h3 {
        font-size: 26px;
        line-height: 30px; }
        @media (max-width: 575px) {
          section#Glance .c-carousel .content .caption-carousel h3 {
            padding-left: 50px; } }
      section#Glance .c-carousel .content .caption-carousel p {
        color: #a6b4c5;
        font-size: 18px;
        line-height: 28px; }
        section#Glance .c-carousel .content .caption-carousel p a {
          color: #a6b4c5;
          border-bottom: 1px dashed #a6b4c5;
          -webkit-transition: all ease-in-out 0s;
          -moz-transition: all ease-in-out 0s;
          -ms-transition: all ease-in-out 0s;
          -o-transition: all ease-in-out 0s;
          transition: all ease-in-out 0s; }
          @media (min-width: 769px) {
            section#Glance .c-carousel .content .caption-carousel p a:hover {
              border-bottom: 2px solid #f0ab00 !important; } }
      section#Glance .c-carousel .content .caption-carousel .source {
        color: #a6b4c5;
        font-size: 14px;
        line-height: 31px;
        display: block;
        margin-top: -10px;
        margin-bottom: 17px; }
        section#Glance .c-carousel .content .caption-carousel .source a {
          color: #a6b4c5;
          border-bottom: 1px dashed #a6b4c5; }
          section#Glance .c-carousel .content .caption-carousel .source a:hover {
            border-bottom: 2px solid #f0ab00 !important; }
    section#Glance .c-carousel .arrow-area {
      position: absolute;
      top: -42px;
      right: 0; }
      @media (max-width: 920px) {
        section#Glance .c-carousel .arrow-area {
          right: 20px; } }
      @media (max-width: 575px) {
        section#Glance .c-carousel .arrow-area {
          right: unset;
          left: 0px;
          width: 100%;
          text-align: center; } }
      section#Glance .c-carousel .arrow-area a {
        width: 60px;
        height: 12px;
        background-image: url("../img/");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 100% auto;
        background-position: center top;
        position: relative;
        display: inline-block;
        margin-left: 10px;
        font-size: 0px; }
        section#Glance .c-carousel .arrow-area a:after {
          content: '';
          position: absolute;
          width: 0%;
          height: 100%;
          top: 0;
          left: 0;
          background-repeat: no-repeat;
          background-size: auto 24px;
          -webkit-transition: all ease-in-out 0.25s;
          -moz-transition: all ease-in-out 0.25s;
          -ms-transition: all ease-in-out 0.25s;
          -o-transition: all ease-in-out 0.25s;
          transition: all ease-in-out 0.25s; }
        section#Glance .c-carousel .arrow-area a.prev-button {
          background-image: url("../img/icons/prev-arrow-white.png"); }
          section#Glance .c-carousel .arrow-area a.prev-button:after {
            background-image: url("../img/icons/prev-arrow-white.png");
            background-position: right bottom;
            left: unset;
            right: 0px; }
          @media (min-width: 769px) {
            section#Glance .c-carousel .arrow-area a.prev-button:hover:after {
              width: 100%; } }
        section#Glance .c-carousel .arrow-area a.next-button {
          background-image: url("../img/icons/next-arrow-white.png"); }
          section#Glance .c-carousel .arrow-area a.next-button:after {
            background-image: url("../img/icons/next-arrow-white.png");
            background-position: left bottom; }
          @media (min-width: 769px) {
            section#Glance .c-carousel .arrow-area a.next-button:hover:after {
              width: 100%; } }

section#FactsnFigures {
  padding-top: 60px;
  padding-bottom: 160px; }
  @media (max-width: 575px) {
    section#FactsnFigures {
      padding-top: 70px;
      padding-bottom: 70px; } }
  section#FactsnFigures .pagination {
    padding-top: 52px; }
    @media (max-width: 575px) {
      section#FactsnFigures .pagination {
        padding-top: 0px;
        margin-bottom: 20px; }
        section#FactsnFigures .pagination .rs-carousel-pagination {
          text-align: right;
          width: 100%; } }
    section#FactsnFigures .pagination li {
      list-style: none;
      display: inline-block;
      margin-left: 8px; }
      section#FactsnFigures .pagination li a {
        display: block;
        color: #004f81;
        background-color: #fbf7f1;
        width: 30px;
        line-height: 28px;
        font-size: 14px;
        font-family: "Brandon Grotesque", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: bold;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #fff; }
      section#FactsnFigures .pagination li.rs-carousel-pagination-link-active a {
        border-color: #f1b317; }
  section#FactsnFigures .list-fact-n-figure {
    margin-top: 9px; }
    section#FactsnFigures .list-fact-n-figure .slide {
      display: flex;
      flex-wrap: wrap;
      margin: 0px; }
      section#FactsnFigures .list-fact-n-figure .slide .list {
        display: flex;
        flex-direction: column;
        margin: 0px 10px;
        width: 500px;
        background: #fbf7f1;
        min-height: 180px;
        padding-right: 180px;
        position: relative; }
        @media (max-width: 575px) {
          section#FactsnFigures .list-fact-n-figure .slide .list {
            width: 240px;
            padding: 0px;
            padding-top: 200px;
            margin: 0px;
            margin-left: 20px; }
            section#FactsnFigures .list-fact-n-figure .slide .list:last-child {
              margin-right: 20px; } }
        section#FactsnFigures .list-fact-n-figure .slide .list .img {
          width: 180px;
          height: 100%;
          background-size: 140px auto;
          background-repeat: no-repeat;
          background-position: center center;
          position: absolute;
          background-color: #fff;
          right: 0px;
          top: 0px;
          border: solid 4px #fbf7f1; }
          @media (max-width: 575px) {
            section#FactsnFigures .list-fact-n-figure .slide .list .img {
              width: 100%;
              height: 200px; } }
        section#FactsnFigures .list-fact-n-figure .slide .list .content {
          padding-top: 37px;
          padding-right: 30px;
          padding-bottom: 50px;
          padding-left: 30px;
          font-size: 16px;
          line-height: 26px;
          position: relative;
          height: 100%; }
          @media (max-width: 575px) {
            section#FactsnFigures .list-fact-n-figure .slide .list .content {
              padding-top: 27px;
              padding-right: 20px;
              padding-bottom: 50px;
              padding-left: 20px;
              font-size: 14px;
              line-height: 24px; } }
          section#FactsnFigures .list-fact-n-figure .slide .list .content .title strong {
            display: block;
            font-size: 24px;
            line-height: 28px; }
            @media (max-width: 575px) {
              section#FactsnFigures .list-fact-n-figure .slide .list .content .title strong {
                font-size: 20px;
                line-height: 24px; } }
          section#FactsnFigures .list-fact-n-figure .slide .list .content p {
            margin-top: 11px;
            margin-bottom: 3px; }
          section#FactsnFigures .list-fact-n-figure .slide .list .content .bottom {
            position: absolute;
            width: 100%;
            padding: 0px 30px 17px;
            left: 0;
            bottom: 0; }
            @media (max-width: 575px) {
              section#FactsnFigures .list-fact-n-figure .slide .list .content .bottom {
                padding: 0px 20px 17px; } }
          section#FactsnFigures .list-fact-n-figure .slide .list .content .source {
            color: #8694a4;
            font-size: 14px;
            line-height: 31px;
            display: inline-block; }
            section#FactsnFigures .list-fact-n-figure .slide .list .content .source a {
              color: #8694a4;
              border-bottom: 1px dashed #8694a4; }
              section#FactsnFigures .list-fact-n-figure .slide .list .content .source a:hover {
                border-bottom: 2px solid #f0ab00 !important; }
          section#FactsnFigures .list-fact-n-figure .slide .list .content .yellow-arrow {
            margin-top: 4px; }

section#Publication {
  background: #fbf7f1;
  margin-top: 79px; }
  @media (max-width: 1024px) {
    section#Publication .c-1100 {
      padding-right: 0px; } }
  @media (max-width: 575px) {
    section#Publication .c-1100 {
      padding-right: 0px;
      padding-left: 0px; } }
  section#Publication .c-1100 .content {
    padding-top: 69px;
    padding-right: 530px;
    padding-bottom: 53px;
    position: relative; }
    @media (max-width: 1024px) {
      section#Publication .c-1100 .content {
        padding-right: 450px; } }
    @media (max-width: 768px) {
      section#Publication .c-1100 .content {
        padding-right: 340px; } }
    @media (max-width: 575px) {
      section#Publication .c-1100 .content {
        padding-top: 480px;
        padding-right: 20px;
        padding-left: 20px; } }
    section#Publication .c-1100 .content .main-carousel {
      width: 440px;
      height: 500px;
      position: absolute;
      bottom: 0;
      right: 0;
      box-shadow: 1px 30px 60px rgba(0, 0, 0, 0.3);
      z-index: 1; }
      @media (max-width: 1024px) {
        section#Publication .c-1100 .content .main-carousel {
          width: 390px;
          height: calc(100% + 60px); } }
      @media (max-width: 768px) {
        section#Publication .c-1100 .content .main-carousel {
          width: 300px;
          height: 100%; } }
      @media (max-width: 575px) {
        section#Publication .c-1100 .content .main-carousel {
          box-shadow: unset;
          bottom: unset;
          top: 0px;
          right: unset;
          left: 50%;
          transform: translateX(-50%);
          width: 100%;
          height: 450px; } }
      section#Publication .c-1100 .content .main-carousel .slick-list {
        height: 100%; }
        section#Publication .c-1100 .content .main-carousel .slick-list .slick-track {
          height: 100%; }
          section#Publication .c-1100 .content .main-carousel .slick-list .slick-track .list .img {
            width: 100%;
            height: 100%;
            background-image: url("../img");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center top; }
    section#Publication .c-1100 .content .next-carousel {
      width: 320px;
      height: 100%;
      position: absolute;
      top: 0px;
      right: 0px;
      transform: translateX(100%);
      background: #fbf7f1;
      cursor: pointer; }
      section#Publication .c-1100 .content .next-carousel .slick-list {
        height: 100%; }
        section#Publication .c-1100 .content .next-carousel .slick-list .slick-track {
          height: 100%; }
          section#Publication .c-1100 .content .next-carousel .slick-list .slick-track .list {
            -webkit-transition: all ease-in-out 0.25s;
            -moz-transition: all ease-in-out 0.25s;
            -ms-transition: all ease-in-out 0.25s;
            -o-transition: all ease-in-out 0.25s;
            transition: all ease-in-out 0.25s;
            opacity: .2; }
            section#Publication .c-1100 .content .next-carousel .slick-list .slick-track .list .img {
              -webkit-transition: all ease-in-out 0.25s;
              -moz-transition: all ease-in-out 0.25s;
              -ms-transition: all ease-in-out 0.25s;
              -o-transition: all ease-in-out 0.25s;
              transition: all ease-in-out 0.25s;
              -webkit-filter: grayscale(100%);
              /* Safari 6.0 - 9.0 */
              filter: grayscale(100%);
              width: 100%;
              height: 100%;
              background-image: url("../img");
              background-position: center center;
              background-repeat: no-repeat;
              background-size: cover;
              background-position: center top; }
      @media (min-width: 769px) {
        section#Publication .c-1100 .content .next-carousel:hover .list {
          opacity: 0.5 !important; }
          section#Publication .c-1100 .content .next-carousel:hover .list .img {
            -webkit-filter: unset !important;
            /* Safari 6.0 - 9.0 */
            filter: unset !important; } }
    section#Publication .c-1100 .content .counter-area {
      width: 43px;
      height: 43px;
      background-image: url("../img/counter-bg.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      top: -70px;
      left: 0px; }
      @media (max-width: 575px) {
        section#Publication .c-1100 .content .counter-area {
          left: 20px; } }
      section#Publication .c-1100 .content .counter-area span {
        font-size: 24px;
        line-height: 24px;
        position: absolute;
        color: #a6b4c5; }
        section#Publication .c-1100 .content .counter-area span:first-child {
          top: 0;
          left: 0; }
        section#Publication .c-1100 .content .counter-area span:last-child {
          right: 0;
          bottom: 0; }
    section#Publication .c-1100 .content .caption-carousel {
      min-height: 260px; }
      section#Publication .c-1100 .content .caption-carousel h3 {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 29px; }
        section#Publication .c-1100 .content .caption-carousel h3 span {
          -webkit-transition: all ease-in-out 0.25s;
          -moz-transition: all ease-in-out 0.25s;
          -ms-transition: all ease-in-out 0.25s;
          -o-transition: all ease-in-out 0.25s;
          transition: all ease-in-out 0.25s;
          background-image: linear-gradient(to right, #ffe4a6 0%, #ffe4a6 0%);
          background-position: 0% 84%;
          background-repeat: no-repeat;
          background-size: 0% 12px; }
      section#Publication .c-1100 .content .caption-carousel p {
        color: #4a5666 !important;
        font-size: 18px;
        line-height: 30px; }
  section#Publication .c-1100 .arrow-area {
    position: absolute;
    top: -58px;
    right: 589px; }
    @media (max-width: 1024px) {
      section#Publication .c-1100 .arrow-area {
        right: 450px; } }
    @media (max-width: 768px) {
      section#Publication .c-1100 .arrow-area {
        right: 20px; } }
    section#Publication .c-1100 .arrow-area a {
      width: 60px;
      height: 12px;
      background-image: url("../img/");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-size: 100% auto;
      background-position: center top;
      position: relative;
      display: inline-block;
      margin-left: 10px;
      font-size: 0px; }
      section#Publication .c-1100 .arrow-area a:after {
        content: '';
        position: absolute;
        width: 0%;
        height: 100%;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: auto 24px;
        -webkit-transition: all ease-in-out 0.25s;
        -moz-transition: all ease-in-out 0.25s;
        -ms-transition: all ease-in-out 0.25s;
        -o-transition: all ease-in-out 0.25s;
        transition: all ease-in-out 0.25s; }
      section#Publication .c-1100 .arrow-area a.prev-button {
        background-image: url("../img/icons/prev-arrow-blue.png"); }
        section#Publication .c-1100 .arrow-area a.prev-button:after {
          background-image: url("../img/icons/prev-arrow-blue.png");
          background-position: right bottom;
          left: unset;
          right: 0px; }
        @media (min-width: 769px) {
          section#Publication .c-1100 .arrow-area a.prev-button:hover:after {
            width: 100%; } }
      section#Publication .c-1100 .arrow-area a.next-button {
        background-image: url("../img/icons/next-arrow-blue.png"); }
        section#Publication .c-1100 .arrow-area a.next-button:after {
          background-image: url("../img/icons/next-arrow-blue.png");
          background-position: left bottom; }
        @media (min-width: 769px) {
          section#Publication .c-1100 .arrow-area a.next-button:hover:after {
            width: 100%; } }

html:not(.no-js) [data-aos=fade-down] {
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0); }

section#defaultBanner {
  min-height: unset;
  padding-top: 214.44px;
  padding-bottom: 46px;
  position: relative;
  background-color: #004f81; }
  section#defaultBanner.backgrounder {
    padding-bottom: 46px;
    width: 100%; }
  section#defaultBanner.fixed-top {
    position: fixed;
    z-index: 2; }
  @media (min-width: 1280px) {
    section#defaultBanner.with-ratio {
      padding: 0px;
      padding-bottom: 26.354319180087848%; }
      section#defaultBanner.with-ratio .container {
        position: absolute;
        bottom: 0px;
        padding-bottom: 46px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); } }
  @media (max-width: 768px) {
    section#defaultBanner {
      padding-top: 236.64px;
      padding-bottom: 46px; } }
  @media (max-width: 575px) {
    section#defaultBanner {
      padding-top: 239.15px;
      padding-bottom: 46px; } }
  @media (max-width: 1200px) {
    section#defaultBanner .p-120 {
      padding: 0px 40px; } }
  section#defaultBanner .bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  section#defaultBanner .title {
    font-size: 60px;
    line-height: 70px;
    font-family: "Georgia", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal; }
    section#defaultBanner .title span {
      display: inline-block;
      vertical-align: middle; }
      section#defaultBanner .title span.text {
        width: calc(100% - 90px); }
        @media (max-width: 575px) {
          section#defaultBanner .title span.text {
            width: calc(100% - 75px); } }
    section#defaultBanner .title .icon {
      width: 50px;
      height: 50px;
      background-image: url("../img/icons/wild-icon.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-size: auto 100%;
      margin-right: 6px; }
      @media (max-width: 575px) {
        section#defaultBanner .title .icon {
          width: 40px;
          height: 40px;
          margin-right: 10px;
          vertical-align: top;
          margin-top: 9px; } }
    @media (max-width: 768px) {
      section#defaultBanner .title {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 575px) {
      section#defaultBanner .title {
        font-size: 38px;
        line-height: 48px; } }
  section#defaultBanner.backgrounder-detail {
    background-color: #f6efe8;
    padding-bottom: 47px;
    padding-top: 190px; }
    @media (max-width: 768px) {
      section#defaultBanner.backgrounder-detail {
        padding-top: 160px; } }
    section#defaultBanner.backgrounder-detail .label {
      line-height: 28px;
      margin-bottom: 12px; }
      section#defaultBanner.backgrounder-detail .label i {
        width: 28px;
        height: 28px;
        background-image: url("../img/");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: auto 100%;
        margin-right: 10px;
        display: inline-block;
        vertical-align: top; }
    section#defaultBanner.backgrounder-detail .title {
      font-size: 40px;
      line-height: 50px;
      color: #2f3237;
      max-width: 800px;
      margin-bottom: 15px; }
      @media (max-width: 768px) {
        section#defaultBanner.backgrounder-detail .title {
          font-size: 38px;
          line-height: 48px; } }

section#defaultContent {
  padding-top: 42px;
  padding-right: 120px;
  padding-bottom: 86px;
  padding-left: 120px;
  background: #fff;
  z-index: 2; }
  @media (max-width: 575px) {
    section#defaultContent .container {
      transition-delay: 0s !important; } }
  section#defaultContent.backgrounder-content {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 70px; }
    @media (min-width: 769px) {
      section#defaultContent.backgrounder-content .p-120 .share-area {
        left: 20px !important; } }
  @media (max-width: 768px) {
    section#defaultContent {
      padding-left: 0px;
      padding-right: 0px; } }
  section#defaultContent .share-area {
    margin-bottom: 20px; }
    section#defaultContent .share-area.is-hidden {
      -webkit-transition: all ease-in-out 0.25s;
      -moz-transition: all ease-in-out 0.25s;
      -ms-transition: all ease-in-out 0.25s;
      -o-transition: all ease-in-out 0.25s;
      transition: all ease-in-out 0.25s;
      opacity: 0; }
    @media (min-width: 769px) {
      section#defaultContent .share-area {
        position: absolute;
        left: -45px;
        top: 10px;
        bottom: unset;
        right: unset;
        position: absolute !important;
        width: 40px;
        -webkit-transition: all ease-in-out 0s;
        -moz-transition: all ease-in-out 0s;
        -ms-transition: all ease-in-out 0s;
        -o-transition: all ease-in-out 0s;
        transition: all ease-in-out 0s; } }
    @media (max-width: 768px) {
      section#defaultContent .share-area {
        top: unset !important; } }
    section#defaultContent .share-area span {
      display: block;
      text-align: center;
      font-size: 12px;
      line-height: 24px;
      letter-spacing: .1em;
      color: #4a5666;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        section#defaultContent .share-area span {
          display: inline-block;
          line-height: 40px;
          vertical-align: middle;
          margin-bottom: 0px; } }
    section#defaultContent .share-area a {
      display: block;
      font-size: 0px;
      margin-top: 10px;
      -webkit-transition: all ease-in-out 0s;
      -moz-transition: all ease-in-out 0s;
      -ms-transition: all ease-in-out 0s;
      -o-transition: all ease-in-out 0s;
      transition: all ease-in-out 0s;
      background-position: center top !important; }
      @media (max-width: 768px) {
        section#defaultContent .share-area a {
          display: inline-block;
          margin-top: 0px;
          margin-left: 10px;
          vertical-align: middle; } }
      section#defaultContent .share-area a.fb {
        width: 40px;
        height: 40px;
        background-image: url("../img/icons/fb-big.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      section#defaultContent .share-area a.tw {
        width: 40px;
        height: 40px;
        background-image: url("../img/icons/tw-big.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      @media (min-width: 769px) {
        section#defaultContent .share-area a:hover {
          background-position: center bottom !important; } }
  section#defaultContent .content {
    max-width: 680px; }
    section#defaultContent .content.backgrounder {
      max-width: 700px; }
    section#defaultContent .content.insight-list {
      max-width: 820px; }
    section#defaultContent .content .lead {
      color: #252525;
      font-size: 26px;
      line-height: 38px;
      margin-bottom: 35px; }
      @media (max-width: 575px) {
        section#defaultContent .content .lead {
          font-size: 24px;
          line-height: 36px; } }
      section#defaultContent .content .lead p {
        color: #252525;
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 35px; }
    section#defaultContent .content a:not([class]) {
      color: #4591c3;
      border-bottom: 1px dashed #4591c3;
      -webkit-transition: all ease-in-out 0s;
      -moz-transition: all ease-in-out 0s;
      -ms-transition: all ease-in-out 0s;
      -o-transition: all ease-in-out 0s;
      transition: all ease-in-out 0s; }
      @media (min-width: 769px) {
        section#defaultContent .content a:not([class]):hover {
          border-bottom: 2px solid #f0ab00 !important; } }
    section#defaultContent .content h2 {
      font-size: 26px;
      line-height: 36px;
      font-family: "Brandon Grotesque", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: bold; }
      @media (max-width: 575px) {
        section#defaultContent .content h2 {
          font-size: 24px;
          line-height: 34px; } }
    section#defaultContent .content h3 {
      font-size: 20px;
      line-height: 30px;
      font-family: "Brandon Grotesque", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: bold; }
      @media (max-width: 575px) {
        section#defaultContent .content h3 {
          font-size: 19px;
          line-height: 29px; } }
    section#defaultContent .content .insight-title {
      margin-top: 60px; }
    section#defaultContent .content p {
      font-size: 20px;
      line-height: 34px;
      margin-bottom: 20px; }
      @media (max-width: 575px) {
        section#defaultContent .content p {
          font-size: 18px;
          line-height: 32px; } }
      @media (min-width: 900px) {
        section#defaultContent .content p.before-blockquote {
          float: left;
          width: calc(100% - 280px); } }
    section#defaultContent .content blockquote {
      background-color: #fcf7f1;
      padding-top: 15px;
      padding-right: 30px;
      padding-bottom: 19px;
      padding-left: 30px;
      position: relative;
      font-size: 24px;
      line-height: 34px;
      color: #252525;
      margin-bottom: 45px; }
      @media (min-width: 900px) {
        section#defaultContent .content blockquote {
          float: right;
          margin-right: -104px;
          margin-left: 40px;
          width: 380px; } }
      @media (min-width: 1000px) {
        section#defaultContent .content blockquote {
          float: right;
          margin-right: -164px;
          margin-left: 40px;
          width: 380px; } }
      @media (max-width: 575px) {
        section#defaultContent .content blockquote {
          padding-top: 20px;
          padding-right: 20px;
          padding-bottom: 20px;
          padding-left: 20px; } }
      section#defaultContent .content blockquote:before {
        content: '';
        width: 29px;
        height: 46px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border-left: 2px solid #f0ab00;
        border-top: 2px solid #f0ab00; }
      section#defaultContent .content blockquote:after {
        content: '';
        clear: both;
        display: table; }
    section#defaultContent .content p + ul {
      list-style: none;
      margin-bottom: 20px; }
      section#defaultContent .content p + ul li {
        position: relative;
        padding-left: 32px;
        margin-bottom: 6px;
        font-size: 20px;
        line-height: 30px; }
        @media (max-width: 575px) {
          section#defaultContent .content p + ul li {
            font-size: 18px;
            line-height: 28px; } }
        section#defaultContent .content p + ul li:before {
          content: '';
          width: 9px;
          height: 9px;
          border-radius: 50%;
          position: absolute;
          left: 2px;
          top: 11px;
          bottom: 0;
          right: 0;
          border: 2px solid #f0ab00; }
    section#defaultContent .content p + ol {
      margin-bottom: 20px;
      list-style: none; }
      section#defaultContent .content p + ol li {
        counter-increment: li;
        position: relative;
        padding-left: 32px;
        margin-bottom: 6px;
        font-size: 20px;
        line-height: 30px; }
        @media (max-width: 575px) {
          section#defaultContent .content p + ol li {
            font-size: 18px;
            line-height: 28px; } }
        section#defaultContent .content p + ol li:before {
          content: counter(li) ".";
          position: absolute;
          left: 2px;
          top: 0px;
          bottom: 0;
          right: 0;
          color: #f0ab00; }
    section#defaultContent .content img {
      max-width: 100%;
      height: auto;
      margin-bottom: 32px; }
      @media (min-width: 769px) {
        section#defaultContent .content img.left {
          max-width: 380px;
          margin-right: 40px;
          margin-left: -164px; }
        section#defaultContent .content img.right {
          max-width: 380px;
          margin-left: 40px;
          margin-right: -164px; } }
    section#defaultContent .content figure.image {
      margin-bottom: 32px; }
      section#defaultContent .content figure.image img {
        margin-bottom: 0px; }
      @media (min-width: 769px) {
        section#defaultContent .content figure.image.left {
          max-width: 380px;
          margin-right: 40px;
          margin-left: -164px; }
        section#defaultContent .content figure.image.right {
          max-width: 380px;
          margin-left: 40px;
          margin-right: -164px; } }
      section#defaultContent .content figure.image figcaption {
        font-size: 14px;
        line-height: 24px;
        text-align: left; }
    section#defaultContent .content *:last-child {
      margin-bottom: 0px; }
    section#defaultContent .content .full-container {
      width: calc(100% + 120px + 120px + 280px);
      margin-left: -120px; }
    section#defaultContent .content .HideAndShowFade {
      position: relative; }
    section#defaultContent .content.related-article {
      margin-top: 50px;
      border-top: 4px solid #eee7db;
      padding-top: 50px;
      max-width: unset; }
      section#defaultContent .content.related-article .row {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 34px; }
        section#defaultContent .content.related-article .row [class*='col-'] {
          padding-left: 20px;
          padding-right: 20px;
          margin-bottom: 20px; }
          section#defaultContent .content.related-article .row [class*='col-'] a {
            position: relative;
            width: 100%;
            height: 100%;
            display: block;
            background: #e6f2fd;
            padding: 196px 30px 27px; }
            section#defaultContent .content.related-article .row [class*='col-'] a .img {
              width: 100%;
              height: 180px;
              overflow: hidden;
              position: absolute;
              left: 0px;
              top: 0px;
              bottom: unset;
              right: unset; }
              section#defaultContent .content.related-article .row [class*='col-'] a .img .img-link {
                width: 102%;
                height: 102%;
                background-image: url("../img/");
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                position: absolute;
                left: 0px;
                top: 0px;
                bottom: unset;
                right: unset;
                -webkit-backface-visibility: hidden;
                top: 50%;
                left: 50%;
                -ms-transform: translate3d(-50%, -50%, 0) scale(0.98);
                /* IE 9 */
                -webkit-transform: translate3d(-50%, -50%, 0) scale(0.98);
                /* Chrome, Safari, Opera */
                transform: translate3d(-50%, -50%, 0) scale(0.98); }
            section#defaultContent .content.related-article .row [class*='col-'] a h3 {
              font-size: 22px;
              line-height: 30px;
              margin-bottom: 8px; }
              section#defaultContent .content.related-article .row [class*='col-'] a h3 span {
                -webkit-transition: all ease-in-out 0.25s;
                -moz-transition: all ease-in-out 0.25s;
                -ms-transition: all ease-in-out 0.25s;
                -o-transition: all ease-in-out 0.25s;
                transition: all ease-in-out 0.25s;
                background-image: linear-gradient(to right, rgba(240, 171, 0, 0.4) 0%, rgba(240, 171, 0, 0.4) 0%);
                background-position: 0% 84%;
                background-repeat: no-repeat;
                background-size: 0% 12px; }
            section#defaultContent .content.related-article .row [class*='col-'] a p {
              color: #4a5666;
              font-size: 16px;
              line-height: 28px;
              margin-bottom: 0px; }
            section#defaultContent .content.related-article .row [class*='col-'] a .date {
              color: #8694a4;
              margin-top: 9px;
              font-size: 14px; }
            section#defaultContent .content.related-article .row [class*='col-'] a:hover {
              box-shadow: 3px 4px 1px 0px rgba(0, 0, 0, 0.1); }
    section#defaultContent .content .graph-area {
      margin-bottom: 32px;
      border: 1px solid #c9d5e3; }
      @media (min-width: 1220px) {
        section#defaultContent .content .graph-area {
          width: calc(100% + 280px); } }
      section#defaultContent .content .graph-area .chart-ps {
        margin-bottom: 11px; }
  section#defaultContent .insights {
    margin-top: 33px;
    margin-bottom: 70px; }
    section#defaultContent .insights .row {
      margin-left: -30px;
      margin-right: -30px; }
      @media (max-width: 768px) {
        section#defaultContent .insights .row {
          margin-left: -20px;
          margin-right: -20px; } }
      section#defaultContent .insights .row > * {
        padding-right: 30px;
        padding-left: 30px;
        position: relative; }
        @media (max-width: 768px) {
          section#defaultContent .insights .row > * {
            padding-right: 0px;
            padding-left: 0px; } }
        section#defaultContent .insights .row > *.extra-big-pic {
          padding-top: 340px;
          padding-right: 190px; }
          @media (max-width: 768px) {
            section#defaultContent .insights .row > *.extra-big-pic {
              padding-top: 70%;
              padding-right: 50px; } }
          section#defaultContent .insights .row > *.extra-big-pic .img {
            width: calc(100% - 60px);
            height: 500px;
            overflow: hidden;
            position: absolute;
            left: 30px;
            top: 0px;
            bottom: unset;
            right: unset; }
            section#defaultContent .insights .row > *.extra-big-pic .img .img-link {
              width: 102%;
              height: 102%;
              background-image: url("../img/");
              background-position: center center;
              background-repeat: no-repeat;
              background-size: cover;
              position: absolute;
              left: 0px;
              top: 0px;
              bottom: unset;
              right: unset;
              -webkit-backface-visibility: hidden;
              top: 50%;
              left: 50%;
              -ms-transform: translate3d(-50%, -50%, 0) scale(0.98);
              /* IE 9 */
              -webkit-transform: translate3d(-50%, -50%, 0) scale(0.98);
              /* Chrome, Safari, Opera */
              transform: translate3d(-50%, -50%, 0) scale(0.98); }
            @media (max-width: 768px) {
              section#defaultContent .insights .row > *.extra-big-pic .img {
                width: 100%;
                left: 0;
                height: 0px;
                padding-bottom: 70%; } }
          section#defaultContent .insights .row > *.extra-big-pic .content {
            max-width: unset;
            background-color: #e6f2fd;
            position: relative;
            padding: 22px 60px 30px; }
            @media (max-width: 768px) {
              section#defaultContent .insights .row > *.extra-big-pic .content {
                margin-top: -50px;
                padding: 22px 40px 30px; } }
            @media (max-width: 575px) {
              section#defaultContent .insights .row > *.extra-big-pic .content {
                padding: 22px 20px 30px; } }
            section#defaultContent .insights .row > *.extra-big-pic .content h3 {
              font-size: 26px;
              line-height: 36px;
              margin-bottom: 5px;
              max-width: 700px; }
              section#defaultContent .insights .row > *.extra-big-pic .content h3 span {
                -webkit-transition: all ease-in-out 0.25s;
                -moz-transition: all ease-in-out 0.25s;
                -ms-transition: all ease-in-out 0.25s;
                -o-transition: all ease-in-out 0.25s;
                transition: all ease-in-out 0.25s;
                background-image: linear-gradient(to right, rgba(240, 171, 0, 0.4) 0%, rgba(240, 171, 0, 0.4) 0%);
                background-position: 0% 84%;
                background-repeat: no-repeat;
                background-size: 0% 12px; }
            section#defaultContent .insights .row > *.extra-big-pic .content p {
              font-size: 18px;
              line-height: 34px;
              margin-bottom: 8px;
              max-width: 600px;
              color: #4a5666; }
              @media (max-width: 575px) {
                section#defaultContent .insights .row > *.extra-big-pic .content p {
                  font-size: 18px;
                  line-height: 32px; } }
            section#defaultContent .insights .row > *.extra-big-pic .content .date {
              color: #8694a4;
              font-size: 14px; }
        @media (min-width: 769px) {
          section#defaultContent .insights .row > *.big-pic {
            -ms-flex: 0 0 63.90625%;
            flex: 0 0 63.90625%;
            max-width: 63.90625%;
            padding-top: 380px;
            padding-right: 120px; }
            section#defaultContent .insights .row > *.big-pic .img {
              width: calc(100% - 60px);
              height: 500px;
              background-image: url("../img/");
              background-position: center center;
              background-repeat: no-repeat;
              background-size: cover;
              position: absolute;
              left: 30px;
              top: 0px;
              bottom: unset;
              right: unset; }
            section#defaultContent .insights .row > *.big-pic .content {
              background-color: #e6f2fd;
              position: relative;
              padding: 22px 40px 30px; }
              section#defaultContent .insights .row > *.big-pic .content h3 {
                font-size: 26px;
                line-height: 36px;
                margin-bottom: 5px; }
                section#defaultContent .insights .row > *.big-pic .content h3 span {
                  -webkit-transition: all ease-in-out 0.25s;
                  -moz-transition: all ease-in-out 0.25s;
                  -ms-transition: all ease-in-out 0.25s;
                  -o-transition: all ease-in-out 0.25s;
                  transition: all ease-in-out 0.25s;
                  background-image: linear-gradient(to right, rgba(240, 171, 0, 0.4) 0%, rgba(240, 171, 0, 0.4) 0%);
                  background-position: 0% 84%;
                  background-repeat: no-repeat;
                  background-size: 0% 12px; }
              section#defaultContent .insights .row > *.big-pic .content p {
                font-size: 18px;
                line-height: 30px;
                margin-bottom: 8px; }
              section#defaultContent .insights .row > *.big-pic .content .date {
                color: #8694a4;
                font-size: 14px; } }
        @media (min-width: 769px) {
          section#defaultContent .insights .row > *.small-pic {
            -ms-flex: 0 0 36.09375%;
            flex: 0 0 36.09375%;
            max-width: 36.09375%; } }
        section#defaultContent .insights .row > *.small-pic a {
          display: block;
          position: relative;
          padding-top: 180px;
          margin-bottom: 50px;
          padding-right: 60px; }
          section#defaultContent .insights .row > *.small-pic a:last-child {
            margin-bottom: 0px; }
          section#defaultContent .insights .row > *.small-pic a .img {
            width: 100%;
            height: 240px;
            background-image: url("../img/");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            position: absolute;
            left: 0px;
            top: 0px;
            bottom: unset;
            right: unset; }
          section#defaultContent .insights .row > *.small-pic a .content {
            background-color: #fff;
            position: relative;
            padding: 15px 30px 0px 0px; }
            section#defaultContent .insights .row > *.small-pic a .content h3 {
              font-size: 24px;
              line-height: 30px;
              margin-bottom: 5px;
              max-height: 64px;
              overflow: hidden; }
              section#defaultContent .insights .row > *.small-pic a .content h3 span {
                -webkit-transition: all ease-in-out 0.25s;
                -moz-transition: all ease-in-out 0.25s;
                -ms-transition: all ease-in-out 0.25s;
                -o-transition: all ease-in-out 0.25s;
                transition: all ease-in-out 0.25s;
                background-image: linear-gradient(to right, rgba(240, 171, 0, 0.4) 0%, rgba(240, 171, 0, 0.4) 0%);
                background-position: 0% 84%;
                background-repeat: no-repeat;
                background-size: 0% 12px; }
            section#defaultContent .insights .row > *.small-pic a .content .date {
              color: #8694a4;
              margin-top: 9px;
              font-size: 14px; }
              section#defaultContent .insights .row > *.small-pic a .content .date strong {
                color: #4a5666; }
  section#defaultContent .insight-list a.insight {
    display: block;
    position: relative;
    padding-left: 265px;
    margin-bottom: 40px;
    min-height: 150px; }
    section#defaultContent .insight-list a.insight:last-child {
      margin-bottom: 0px; }
    @media (max-width: 575px) {
      section#defaultContent .insight-list a.insight {
        padding-left: 0px;
        padding-top: 70%; } }
    section#defaultContent .insight-list a.insight .img {
      width: 225px;
      height: 150px;
      overflow: hidden;
      position: absolute;
      left: 0px;
      top: 0px;
      bottom: unset;
      right: unset; }
      section#defaultContent .insight-list a.insight .img .img-link {
        width: 102%;
        height: 102%;
        background-image: url("../img/");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: unset;
        right: unset;
        -webkit-backface-visibility: hidden;
        top: 50%;
        left: 50%;
        -ms-transform: translate3d(-50%, -50%, 0) scale(0.98);
        /* IE 9 */
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0.98);
        /* Chrome, Safari, Opera */
        transform: translate3d(-50%, -50%, 0) scale(0.98); }
      @media (max-width: 575px) {
        section#defaultContent .insight-list a.insight .img {
          width: calc(100% + 40px);
          left: -20px;
          height: unset;
          padding-bottom: 70%; } }
    section#defaultContent .insight-list a.insight .content {
      position: relative; }
      @media (max-width: 575px) {
        section#defaultContent .insight-list a.insight .content {
          padding-top: 23px; } }
      section#defaultContent .insight-list a.insight .content h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px; }
        section#defaultContent .insight-list a.insight .content h3 span {
          -webkit-transition: all ease-in-out 0.25s;
          -moz-transition: all ease-in-out 0.25s;
          -ms-transition: all ease-in-out 0.25s;
          -o-transition: all ease-in-out 0.25s;
          transition: all ease-in-out 0.25s;
          background-image: linear-gradient(to right, rgba(240, 171, 0, 0.4) 0%, rgba(240, 171, 0, 0.4) 0%);
          background-position: 0% 84%;
          background-repeat: no-repeat;
          background-size: 0% 12px; }
      section#defaultContent .insight-list a.insight .content p {
        color: #4a5666;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0px; }
      section#defaultContent .insight-list a.insight .content .date {
        color: #8694a4;
        margin-top: 9px;
        font-size: 14px; }
  section#defaultContent .insight-list .pagination-area {
    margin-top: 50px;
    position: relative;
    height: 30px; }
    section#defaultContent .insight-list .pagination-area:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      top: 0px;
      left: 0px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #eee7db; }
    section#defaultContent .insight-list .pagination-area nav {
      position: relative;
      background-color: #fff;
      padding-left: 40px; }
      section#defaultContent .insight-list .pagination-area nav li {
        margin-left: 9px; }
        section#defaultContent .insight-list .pagination-area nav li:first-child {
          margin-left: 0px; }
        section#defaultContent .insight-list .pagination-area nav li a {
          width: 30px;
          height: 30px;
          border-radius: 50%;
          text-align: center;
          display: block;
          line-height: 28px;
          padding: 0px;
          font-family: "Brandon Grotesque", sans-serif;
          -webkit-font-smoothing: antialiased;
          -moz-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-weight: bold;
          color: #004f81;
          font-size: 14px;
          background-color: #f6f1e9;
          border-color: #f6f1e9; }
        section#defaultContent .insight-list .pagination-area nav li.active a, section#defaultContent .insight-list .pagination-area nav li:hover a {
          border-color: #f1ae09; }
  section#defaultContent.insight-detail {
    padding-top: 0px; }
    section#defaultContent.insight-detail:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 260px;
      top: 0;
      left: 0;
      background: #f6efe8; }
    section#defaultContent.insight-detail .top-slider {
      position: relative;
      margin-bottom: 44px; }
      @media (max-width: 768px) {
        section#defaultContent.insight-detail .top-slider {
          margin-left: -20px;
          margin-right: -20px;
          padding-bottom: 60px; } }
      section#defaultContent.insight-detail .top-slider .list .inner-content {
        padding-bottom: calc(51.020408163265306% + 50px);
        position: relative;
        overflow: hidden; }
        @media (max-width: 575px) {
          section#defaultContent.insight-detail .top-slider .list .inner-content {
            padding-bottom: calc(70% + 50px); } }
        section#defaultContent.insight-detail .top-slider .list .inner-content .img {
          width: 100%;
          height: unset;
          background-image: url("../img/");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          padding-bottom: 51.020408163265306%;
          position: absolute;
          left: 0px;
          top: 0px;
          bottom: unset;
          right: unset; }
          @media (max-width: 575px) {
            section#defaultContent.insight-detail .top-slider .list .inner-content .img {
              padding-bottom: 70%; } }
        section#defaultContent.insight-detail .top-slider .list .inner-content .caption {
          position: absolute;
          left: 0px;
          top: unset;
          bottom: 0px;
          right: unset;
          background-color: #e6f2fd;
          padding: 17px 30px 24px;
          width: 100%;
          max-width: 71.43%;
          transform: translateY(100%);
          font-size: 16px;
          line-height: 26px;
          animation: goDown .25s both; }
          @media (max-width: 768px) {
            section#defaultContent.insight-detail .top-slider .list .inner-content .caption {
              max-width: unset;
              width: calc(100% - 50px);
              padding: 22px 20px 30px; } }
      section#defaultContent.insight-detail .top-slider .list.slick-active .caption {
        animation: goUp .25s both;
        animation-delay: 600ms; }
@keyframes goDown {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(100%); } }
@keyframes goUp {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0%); } }
      section#defaultContent.insight-detail .top-slider .slick-dots {
        padding-top: 52px;
        position: absolute;
        left: unset;
        top: unset;
        bottom: 0px;
        right: 0px; }
        @media (max-width: 768px) {
          section#defaultContent.insight-detail .top-slider .slick-dots {
            left: 0px; } }
        section#defaultContent.insight-detail .top-slider .slick-dots li {
          list-style: none;
          display: inline-block;
          margin-left: 8px; }
          section#defaultContent.insight-detail .top-slider .slick-dots li button {
            display: block;
            color: #004f81;
            background-color: #fbf7f1;
            width: 30px;
            line-height: 28px;
            font-size: 14px;
            font-family: "Brandon Grotesque", sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-weight: bold;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            border: 1px solid #fff;
            outline: unset !important;
            cursor: pointer;
            -webkit-transition: all ease-in-out 0.25s;
            -moz-transition: all ease-in-out 0.25s;
            -ms-transition: all ease-in-out 0.25s;
            -o-transition: all ease-in-out 0.25s;
            transition: all ease-in-out 0.25s; }
          section#defaultContent.insight-detail .top-slider .slick-dots li:hover button, section#defaultContent.insight-detail .top-slider .slick-dots li.slick-active button {
            border-color: #f1b317; }
    section#defaultContent.insight-detail .attachment {
      padding-bottom: 10px; }
      section#defaultContent.insight-detail .attachment a {
        display: block;
        margin-bottom: 20px;
        background-position: center right;
        background-repeat: no-repeat;
        background-size: 14px auto;
        padding-right: 30px; }
        section#defaultContent.insight-detail .attachment a .icon {
          width: 34px;
          height: 42px;
          background-image: url("../img/icons/pdf.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          background-repeat: no-repeat !important;
          background-size: 100% !important;
          background-position: center top !important;
          position: relative;
          display: inline-block; }
          section#defaultContent.insight-detail .attachment a .icon:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            -webkit-transition: all ease-in-out 0.25s;
            -moz-transition: all ease-in-out 0.25s;
            -ms-transition: all ease-in-out 0.25s;
            -o-transition: all ease-in-out 0.25s;
            transition: all ease-in-out 0.25s;
            background-image: url("../img/icons/pdf.png");
            background-repeat: no-repeat !important;
            background-size: 100% !important;
            background-position: center bottom !important;
            opacity: 0; }
          @media (min-width: 769px) {
            section#defaultContent.insight-detail .attachment a .icon:hover:before {
              opacity: 1; } }
        section#defaultContent.insight-detail .attachment a .inner-content {
          display: inline-block;
          width: calc(100% - 40px);
          padding-left: 13px; }
          section#defaultContent.insight-detail .attachment a .inner-content h3 {
            margin-bottom: 3px;
            overflow: hidden;
            font-family: "Brandon Grotesque", sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-weight: normal; }
            @media (max-width: 575px) {
              section#defaultContent.insight-detail .attachment a .inner-content h3 {
                font-size: 18px !important;
                line-height: 28px !important; } }
            section#defaultContent.insight-detail .attachment a .inner-content h3 span {
              -webkit-transition: all ease-in-out 0.25s;
              -moz-transition: all ease-in-out 0.25s;
              -ms-transition: all ease-in-out 0.25s;
              -o-transition: all ease-in-out 0.25s;
              transition: all ease-in-out 0.25s;
              background-image: linear-gradient(to right, rgba(240, 171, 0, 0.4) 0%, rgba(240, 171, 0, 0.4) 0%);
              background-position: 0% 84%;
              background-repeat: no-repeat;
              background-size: 0% 12px; }
          section#defaultContent.insight-detail .attachment a .inner-content .file-size {
            display: block;
            color: #8694a4;
            font-size: 14px;
            line-height: 14px; }
        @media (min-width: 769px) {
          section#defaultContent.insight-detail .attachment a:hover {
            background-image: url(../img/icons/download.png); }
            section#defaultContent.insight-detail .attachment a:hover .icon:before {
              opacity: 1; } }

.graph-area {
  width: 100%;
  background: #fff;
  border: 2px solid #f6efe8;
  padding: 42px 40px 38px;
  overflow: hidden;
  position: relative; }
  .graph-area .legend-detail-data-wpp {
    display: none;
    position: absolute;
    left: 20px;
    top: auto;
    bottom: 20px;
    right: auto;
    background-color: white;
    box-shadow: 1px 1.732px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 7px 20px 8px;
    list-style: none; }
    .graph-area .legend-detail-data-wpp li {
      color: #4a5666;
      font-size: 16px;
      line-height: 30px;
      font-family: "Brandon Grotesque", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: bold; }
      .graph-area .legend-detail-data-wpp li i {
        display: inline-block;
        vertical-align: middle;
        zoom: 1;
        /* Fix for IE7 */
        *display: inline;
        /* Fix for IE7 */
        border-radius: 2px;
        width: 10px;
        height: 10px;
        margin-right: 10px; }
        .graph-area .legend-detail-data-wpp li i.moderately {
          background-color: #90c853; }
        .graph-area .legend-detail-data-wpp li i.fully {
          background-color: #e6b727; }
        .graph-area .legend-detail-data-wpp li i.over {
          background-color: #d55050; }
  .graph-area .maps-area {
    width: 100%;
    padding-bottom: 45.76%;
    position: relative; }
    .graph-area .maps-area.wpp:after {
      content: '';
      position: absolute;
      width: 60px;
      height: 20px;
      top: unset;
      left: 0px;
      background: #fff;
      bottom: 40px; }
    .graph-area .maps-area.loading:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background-color: #fff;
      content: 'loading..';
      line-height: 300px;
      text-align: center;
      z-index: 1; }
    .graph-area .maps-area .legend {
      width: 400px;
      height: 33px;
      background-image: url("../img/icons/legends.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background: none;
      position: absolute;
      left: 0px;
      top: auto;
      bottom: 0px;
      right: auto; }
      .graph-area .maps-area .legend > div {
        position: absolute;
        font-weight: bold;
        bottom: 0px;
        color: #4a5666;
        font-size: 16px;
        line-height: 13px; }
        .graph-area .maps-area .legend > div.q6 {
          right: 0px;
          transform: translateX(50%); }
        .graph-area .maps-area .legend > div.q5 {
          right: 20%;
          transform: translateX(50%); }
        .graph-area .maps-area .legend > div.q4 {
          right: 40%;
          transform: translateX(50%); }
        .graph-area .maps-area .legend > div.q3 {
          right: 60%;
          transform: translateX(50%); }
        .graph-area .maps-area .legend > div.q2 {
          right: 80%;
          transform: translateX(50%); }
      .graph-area .maps-area .legend .bar {
        width: 100%;
        height: 10px;
        background: #000;
        top: 0; }
        .graph-area .maps-area .legend .bar > div {
          float: left;
          height: 10px;
          width: 20%;
          position: relative; }
          .graph-area .maps-area .legend .bar > div:after {
            content: '';
            position: absolute;
            width: 1px;
            height: 100%;
            background: #fff;
            right: 0px; }
          .graph-area .maps-area .legend .bar > div:last-child:after {
            display: none; }
    .graph-area .maps-area .unit {
      background: #fff;
      color: #4a5666;
      font-size: 16px;
      line-height: 30px;
      font-family: "Brandon Grotesque", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 500;
      position: absolute;
      left: 0px;
      top: auto;
      bottom: 33px;
      right: auto; }
    .graph-area .maps-area .zoom-area {
      height: 30px;
      position: absolute;
      left: auto;
      top: auto;
      bottom: 0px;
      right: 0px;
      background-color: white;
      box-shadow: 2px 3.464px 10px 0px rgba(0, 0, 0, 0.1);
      border-radius: 3px; }
      .graph-area .maps-area .zoom-area a {
        position: relative;
        font-size: 0px;
        display: inline-block;
        vertical-align: top;
        overflow: hidden; }
        .graph-area .maps-area .zoom-area a:hover {
          background-color: #e1e1e1; }
        .graph-area .maps-area .zoom-area a:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background: #fff;
          opacity: 0;
          -webkit-transition: all ease-in-out 0.25s;
          -moz-transition: all ease-in-out 0.25s;
          -ms-transition: all ease-in-out 0.25s;
          -o-transition: all ease-in-out 0.25s;
          transition: all ease-in-out 0.25s; }
      .graph-area .maps-area .zoom-area .in {
        width: 30px;
        height: 30px;
        background-image: url("../img/maps-zoom-in.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: -5px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border: 1px solid #e1e1e1; }
      .graph-area .maps-area .zoom-area .out {
        width: 30px;
        height: 30px;
        background-image: url("../img/maps-zoom-out.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid #e1e1e1;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      .graph-area .maps-area .zoom-area .disabled:after {
        opacity: .8; }
    .graph-area .maps-area .chartmap {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: calc(100% - 40px); }
      .graph-area .maps-area .chartmap g[fill="#d9d9d9"] {
        pointer-events: none !important;
        fill: #f6efe8; }
      .graph-area .maps-area .chartmap g[role="tooltip"] > g {
        fill: #fff !important;
        fill-opacity: 1 !important; }
      .graph-area .maps-area .chartmap g[role="tooltip"] foreignObject > div {
        min-width: 200px !important;
        padding: 0px; }
      .graph-area .maps-area .chartmap g[role="tooltip"] foreignObject div {
        color: #4a5666 !important;
        font-size: 16px;
        line-height: 30px; }
        .graph-area .maps-area .chartmap g[role="tooltip"] foreignObject div strong {
          font-size: 18px; }
        .graph-area .maps-area .chartmap g[role="tooltip"] foreignObject div span.year {
          float: right; }
    .graph-area .maps-area.wpp {
      padding-bottom: 43.527%;
      position: relative;
      margin-top: 20px; }
      .graph-area .maps-area.wpp .chartmap g[role="tooltip"] foreignObject > div {
        min-width: 0px !important;
        padding: 0px; }
  .graph-area .title-map {
    font-family: "Brandon Grotesque", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    color: #004f81;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0em;
    height: 36px; }
  .graph-area .select-area {
    display: inline-block;
    vertical-align: top; }
    .graph-area .select-area.commodity {
      width: 200px;
      margin-right: 30px; }
    .graph-area .select-area .selectric {
      border: none;
      background: none; }
      @media (max-width: 575px) {
        .graph-area .select-area .selectric {
          display: inline-block; } }
      .graph-area .select-area .selectric .button {
        display: none; }
      .graph-area .select-area .selectric .label {
        font-family: "Brandon Grotesque", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: bold;
        color: #004f81;
        font-size: 20px;
        line-height: 38px;
        letter-spacing: 0em;
        height: 36px;
        margin-left: 0px;
        margin-right: 14px; }
      .graph-area .select-area .selectric:after {
        content: '';
        position: absolute;
        width: 14px;
        height: 8px;
        top: 50%;
        left: unset;
        right: 0px;
        margin-top: -1.5px;
        bottom: 0px;
        -webkit-transition: all ease-in-out 0.25s;
        -moz-transition: all ease-in-out 0.25s;
        -ms-transition: all ease-in-out 0.25s;
        -o-transition: all ease-in-out 0.25s;
        transition: all ease-in-out 0.25s;
        background-image: url("../img/icons/select-dropdown.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      .graph-area .select-area .selectric:before {
        content: '';
        position: absolute;
        width: 0%;
        height: 2px;
        top: auto;
        left: 0px;
        -webkit-transition: all ease-in-out 0.25s;
        -moz-transition: all ease-in-out 0.25s;
        -ms-transition: all ease-in-out 0.25s;
        -o-transition: all ease-in-out 0.25s;
        transition: all ease-in-out 0.25s;
        bottom: 0px;
        background-color: #eca800; }
      @media (min-width: 769px) {
        .graph-area .select-area .selectric:hover:before {
          width: 100%; } }
    .graph-area .select-area .selectric-items {
      width: 100%;
      top: 100% !important;
      bottom: auto !important;
      background-color: #fff;
      border: 1px solid #cae5fe;
      box-shadow: 2px 3.464px 10px 0px rgba(0, 0, 0, 0.1); }
      @media (max-width: 575px) {
        .graph-area .select-area .selectric-items {
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          width: 100% !important; } }
      .graph-area .select-area .selectric-items ul {
        padding: 10px 0px; }
        .graph-area .select-area .selectric-items ul li {
          padding: 0px 20px;
          font-family: "Brandon Grotesque", sans-serif;
          -webkit-font-smoothing: antialiased;
          -moz-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-weight: 500;
          color: #004f81;
          letter-spacing: 0em;
          font-size: 18px;
          line-height: 32px;
          background: none !important; }
          @media (max-width: 575px) {
            .graph-area .select-area .selectric-items ul li {
              font-size: 16px;
              line-height: 60px; } }
          .graph-area .select-area .selectric-items ul li:last-child {
            border: none; }
          .graph-area .select-area .selectric-items ul li.selected, .graph-area .select-area .selectric-items ul li:hover {
            background-color: #fcf7f1 !important; }
          .graph-area .select-area .selectric-items ul li.selected {
            background: #fcf7f1 url(../img/icons/checklist.png) center right 10px no-repeat !important;
            background-size: 14px auto !important; }
            @media (max-width: 575px) {
              .graph-area .select-area .selectric-items ul li.selected {
                background-size: 20px auto !important; } }
    .graph-area .select-area .selectric-open .selectric:before {
      width: 100%; }
    .graph-area .select-area.year {
      width: 80px;
      margin-right: 30px; }
      .graph-area .select-area.year .selectric-items ul li {
        padding: 0px 10px; }
    .graph-area .select-area.download-area .download {
      font-family: "Brandon Grotesque", sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: bold;
      color: #004f81;
      font-size: 20px;
      line-height: 38px;
      letter-spacing: 0em;
      height: 36px;
      display: block;
      padding-right: 25px; }
      .graph-area .select-area.download-area .download:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 16px;
        top: 50%;
        left: unset;
        right: 1px;
        margin-top: -8px;
        bottom: 0px;
        -webkit-transition: all ease-in-out 0.25s;
        -moz-transition: all ease-in-out 0.25s;
        -ms-transition: all ease-in-out 0.25s;
        -o-transition: all ease-in-out 0.25s;
        transition: all ease-in-out 0.25s;
        background-image: url("../img/icons/Download-Blue@2x.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
      .graph-area .select-area.download-area .download:before {
        content: '';
        position: absolute;
        width: 0%;
        height: 2px;
        top: unset;
        left: 0px;
        bottom: 0;
        background: #f0ab01;
        -webkit-transition: all ease-in-out 0.25s;
        -moz-transition: all ease-in-out 0.25s;
        -ms-transition: all ease-in-out 0.25s;
        -o-transition: all ease-in-out 0.25s;
        transition: all ease-in-out 0.25s; }
      @media (min-width: 769px) {
        .graph-area .select-area.download-area .download:hover:before {
          width: 100%; } }
    .graph-area .select-area.download-area .dropdown-menu {
      width: 125px;
      min-width: unset;
      background-color: #fff;
      border: 1px solid #cae5fe;
      box-shadow: 2px 3.464px 10px 0px rgba(0, 0, 0, 0.1);
      left: unset !important;
      right: 0px;
      border-radius: 0px; }
      @media (max-width: 575px) {
        .graph-area .select-area.download-area .dropdown-menu {
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          width: 100% !important; } }
      .graph-area .select-area.download-area .dropdown-menu a {
        padding: 0px 20px;
        font-family: "Brandon Grotesque", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 500;
        color: #004f81;
        position: relative;
        letter-spacing: 0em;
        font-size: 18px;
        line-height: 32px;
        background: none !important;
        background-position: center right 10px !important; }
        @media (max-width: 575px) {
          .graph-area .select-area.download-area .dropdown-menu a {
            font-size: 16px;
            line-height: 60px; } }
        .graph-area .select-area.download-area .dropdown-menu a:after {
          content: '';
          position: absolute;
          width: 10px;
          height: 12px;
          top: 50%;
          left: unset;
          right: 10px;
          margin-top: -8px;
          bottom: 0px;
          -webkit-transition: all ease-in-out 0.25s;
          -moz-transition: all ease-in-out 0.25s;
          -ms-transition: all ease-in-out 0.25s;
          -o-transition: all ease-in-out 0.25s;
          transition: all ease-in-out 0.25s;
          background-image: url("../img/icons/down-yellow.png");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          opacity: 0; }
        .graph-area .select-area.download-area .dropdown-menu a:hover {
          background: #fcf7f1 !important; }
          .graph-area .select-area.download-area .dropdown-menu a:hover:after {
            opacity: 1; }
  .graph-area .detail-data {
    position: absolute;
    left: auto;
    top: 40px;
    bottom: auto;
    right: 40px;
    background-color: white;
    box-shadow: 2px 3.464px 10px 0px rgba(0, 0, 0, 0.2);
    height: auto;
    z-index: 91;
    width: 280px;
    padding: 15px 20px 20px;
    -webkit-transition: all ease-in-out 0.25s;
    -moz-transition: all ease-in-out 0.25s;
    -ms-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    transform: translateY(-150%); }
    .graph-area .detail-data.active {
      transform: translateY(0%); }
    .graph-area .detail-data .close-detail {
      font-size: 0px;
      position: absolute;
      left: auto;
      top: 25px;
      bottom: auto;
      right: 20px;
      width: 13px;
      height: 13px;
      background-image: url("../img/icons/close.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .graph-area .detail-data .title {
      padding-right: 20px;
      font-size: 16px;
      line-height: 24px; }
      .graph-area .detail-data .title strong {
        font-size: 20px;
        line-height: 30px; }
    .graph-area .detail-data ul {
      list-style: none;
      margin-top: 3px; }
      .graph-area .detail-data ul li {
        font-size: 18px;
        line-height: 30px; }
        .graph-area .detail-data ul li.total {
          border-top: 2px solid #d0d7e0;
          margin-top: 8px;
          padding-top: 3px;
          margin-bottom: 10px; }
    .graph-area .detail-data.loading:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background-color: #fff;
      text-align: center;
      z-index: 1; }
    .graph-area .detail-data.loading:after {
      content: 'loading..';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
    .graph-area .detail-data.wpp {
      width: 530px;
      padding: 16px 30px 21px; }
      .graph-area .detail-data.wpp .content-data {
        max-height: auto;
        margin-bottom: 10px; }
      .graph-area .detail-data.wpp table {
        margin: 17px 0px 0px; }
        .graph-area .detail-data.wpp table thead td {
          font-size: 13px;
          line-height: 18px;
          font-family: "Brandon Grotesque", sans-serif;
          -webkit-font-smoothing: antialiased;
          -moz-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-weight: bold;
          text-align: right;
          padding: 0px;
          border: none;
          padding-bottom: 4px; }
          .graph-area .detail-data.wpp table thead td:first-child {
            text-align: left;
            width: 166px; }
        .graph-area .detail-data.wpp table tbody td {
          font-size: 16px;
          line-height: 28px;
          text-align: right;
          padding: 0px;
          border: none; }
          .graph-area .detail-data.wpp table tbody td:first-child {
            text-align: left;
            width: 166px; }
          .graph-area .detail-data.wpp table tbody td i {
            display: inline-block;
            vertical-align: 1px;
            border-radius: 2px;
            width: 10px;
            height: 10px;
            margin-left: 10px; }
            .graph-area .detail-data.wpp table tbody td i.moderately {
              background-color: #90c853; }
            .graph-area .detail-data.wpp table tbody td i.fully {
              background-color: #e6b727; }
            .graph-area .detail-data.wpp table tbody td i.over {
              background-color: #d55050; }
        .graph-area .detail-data.wpp table tbody tr:nth-last-child(2) td {
          padding-bottom: 10px; }
        .graph-area .detail-data.wpp table tbody tr:last-child td {
          border-top: 1px solid #a6b4c5;
          padding-top: 10px;
          font-weight: bold; }
  .graph-area .data-container {
    transition: all .5s ease-in-out;
    overflow: hidden; }
    .graph-area .data-container.fold {
      max-height: 0 !important; }
  .graph-area .legend-info-container {
    /*padding-top: ;*/
    background-color: #fff; }
    .graph-area .legend-info-container.active .legend-info-button .dropdown-icon svg {
      transform: rotate(-180deg); }
    .graph-area .legend-info-container .dropdown-icon svg {
      transition: all 0.3s ease-in-out; }
    .graph-area .legend-info-container .legend-info-button {
      color: #0f5988;
      font-weight: bold;
      padding-bottom: 10px;
      display: block; }
    .graph-area .legend-info-container .legend-info {
      font-size: 16px;
      line-height: 24px; }
      .graph-area .legend-info-container .legend-info p {
        margin-bottom: 10px; }
  .graph-area .detail-data {
    max-height: 310px;
    overflow-y: scroll; }

#chartjs-tooltip {
  margin-left: -70px;
  border-radius: 4px;
  padding: 10px 15px 7px !important;
  z-index: 111;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-100%); }
  #chartjs-tooltip table {
    width: 100%; }
  #chartjs-tooltip th {
    font-size: 16px;
    line-height: 27px;
    white-space: nowrap; }
  #chartjs-tooltip td {
    font-size: 16px;
    line-height: 27px;
    white-space: nowrap; }
    #chartjs-tooltip td:last-child {
      text-align: right; }
    #chartjs-tooltip td span {
      width: 10px;
      height: 10px;
      border-radius: 2px;
      display: block; }
  #chartjs-tooltip.kkpl {
    transform: translateY(-116%); }
    #chartjs-tooltip.kkpl td {
      text-align: left; }
  #chartjs-tooltip:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 6px;
    top: unset;
    left: 65px;
    bottom: -6px;
    background-image: url("../img/icons/caret.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

.chart-ps {
  position: relative; }
  .chart-ps .label-x {
    padding-left: 50px;
    padding-right: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: unset;
    bottom: 48px;
    right: unset; }
    .chart-ps .label-x .row {
      margin: 0px;
      position: relative;
      background-color: white; }
      .chart-ps .label-x .row .col {
        padding: 0px;
        padding-top: 20px;
        text-align: center;
        font-size: 14px;
        line-height: 14px;
        font-family: "Brandon Grotesque", sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 500;
        color: #4a5666; }
        .chart-ps .label-x .row .col:after {
          content: '';
          position: absolute;
          width: 1px;
          height: 10px;
          top: 0;
          left: 0;
          background: #808894;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%); }
    .chart-ps .label-x.jumping {
      bottom: 56px;
      padding-left: 23px;
      width: 101.6%; }
      .chart-ps .label-x.jumping:after {
        content: '';
        position: absolute;
        width: 94%;
        height: 1px;
        top: 0;
        left: 40px;
        background: #808894; }
      .chart-ps .label-x.jumping .col:nth-child(even) {
        padding-top: 40px; }
        .chart-ps .label-x.jumping .col:nth-child(even):after {
          height: 30px; }
  .chart-ps .legend {
    position: absolute;
    left: unset;
    top: unset;
    bottom: 0px;
    right: 0px; }
    .chart-ps .legend li {
      display: inline-block;
      margin-left: 25px;
      font-size: 18px;
      line-height: 30px; }
      .chart-ps .legend li div {
        border-radius: 2px;
        margin-right: 10px; }
  .chart-ps .unit {
    position: absolute;
    left: 0px;
    top: unset;
    bottom: 0px;
    right: unset;
    font-size: 16px;
    line-height: 30px; }

#BannerGraph .chart-container {
  height: 380px !important; }

.dropdown-icon {
  margin-left: 5px; }
  .dropdown-icon svg {
    fill: #004f81; }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 11px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 11px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #004f81;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #004f81;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #004f81;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #004f81;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

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