@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
@import url(../bower_components/normalize-css/normalize.css);
@font-face {
  font-family: 'WB-Title';
  src: url("../fonts/worldbank-title-light-webfont.eot");
  src: url("../fonts/worldbank-title-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/worldbank-title-light-webfont.woff2") format("woff2"), url("../fonts/worldbank-title-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'WB-Title';
  src: url("../fonts/worldbank-title-webfont.eot");
  src: url("../fonts/worldbank-title-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/worldbank-title-webfont.woff2") format("woff2"), url("../fonts/worldbank-title-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'WB-Title';
  src: url("../fonts/worldbank-title-medium-webfont.eot");
  src: url("../fonts/worldbank-title-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/worldbank-title-medium-webfont.woff2") format("woff2"), url("../fonts/worldbank-title-medium-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'WB-Gothic';
  src: url("../fonts/worldbank-gothic-bold.eot");
  src: url("../fonts/worldbank-gothic-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/worldbank-gothic-bold.woff2") format("woff2"), url("../fonts/worldbank-gothic-bold.woff") format("woff"), url("../fonts/worldbank-gothic-bold.ttf") format("truetype"), url("../fonts/worldbank-gothic-bold.svg#league_spartanbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'CCKP-Icons';
  src: url("../fonts/CCKP-Icons.eot?idsb4e");
  src: url("../fonts/CCKP-Icons.eot?idsb4e#iefix") format("embedded-opentype"), url("../fonts/CCKP-Icons.ttf?idsb4e") format("truetype"), url("../fonts/CCKP-Icons.woff?idsb4e") format("woff"), url("../fonts/CCKP-Icons.svg?idsb4e#CCKP-Icons") format("svg");
  font-weight: normal;
  font-style: normal; }
i:before, .icon:before {
  font-family: 'CCKP-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-down:before {
  content: '\e900'; }

.icon-chevron-left:before {
  content: '\e901'; }

.icon-chevron-right:before {
  content: '\e902'; }

.icon-chevron-up:before {
  content: '\e903'; }

.icon-arrow-block-down:before {
  content: '\e904'; }

.icon-arrow-block-up:before {
  content: '\e905'; }

.icon-plus:before {
  content: '\e906'; }

.icon-minus:before {
  content: '\e907'; }

.icon-search:before {
  content: '\e908'; }

.icon-reset:before {
  content: '\e909'; }

.icon-info:before {
  content: '\e90a'; }

.icon-play:before {
  content: '\e90b'; }

.icon-share:before {
  content: '\e90c'; }

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #53baf5;
  border: 0;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.9em 1.8em;
  text-align: center;
  text-decoration: none;
  transition: background-color 500ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #4295c4;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #53baf5; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.45em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.45em; }

input,
select,
textarea {
  display: block;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 10px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #c8ced0;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.9em;
  padding: 0.6em;
  transition: border-color 500ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #a0a5a6; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #53baf5;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(59, 176, 244, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #c8ced0; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858487; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.45em; }

[type="file"] {
  margin-bottom: 0.9em;
  width: 100%; }

select {
  margin-bottom: 0.9em;
  width: 100%; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.9em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #969b9c;
  font-weight: 600;
  padding: 0.9em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #c8ced0;
  padding: 0.9em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333237;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 10px;
  line-height: 1.8;
  margin:0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "WB-Title", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.9em; }

p {
  margin: 0 0 0.9em; }

a {
  color: #53baf5;
  text-decoration: none;
  transition: color 500ms ease; }
  a:active, a:focus, a:hover {
    color: #3e8cb8; }

hr {
  border-bottom: 1px solid #c8ced0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.8em 0; }

html, body {
  height: auto;
  font-size: 10px;
  font-weight: normal;
  color: #333237; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

h1 {
  font-size: 7.2rem;
  font-weight: normal; }

h2 {
  font-size: 5.6rem;
  font-weight: normal; }

h3 {
  font-size: 4.2rem;
  font-weight: normal;
  color: #53baf5; }
  h3 sup {
    display: inline-block;
    width: 28px;
    margin-left: -28px;
    color: #53baf5;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-weight: normal;
    vertical-align: middle; }

h4 {
  font-size: 3.2rem;
  font-weight: normal;
  color: #279be6; }

h5 {
  font-weight: normal; }

h6 {
  font-family: "WB-Gothic", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  color: #014d99;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-weight: normal; }

p {
  margin: 0 0 1.5em;
  font-size: 1.8rem; }

ul, ol {
  font-size: 1.8rem; }

img {
  display: block; }

label {
  display: block;
  font-family: "WB-Gothic", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-weight: normal; }

i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0; }

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin-top: 7px; }
  input[type=range]:focus {
    outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #eff3f5;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: 0.25s; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #53baf5; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #eff3f5;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: 0.25s; }

input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px; }

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer; }

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer; }

input[type=range]::-ms-fill-lower {
  background: #3c4040;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; }

input[type=range]::-ms-fill-upper {
  background: #484d4d;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; }

input[type=range]:focus::-ms-fill-lower {
  background: #484d4d; }

input[type=range]:focus::-ms-fill-upper {
  background: #545a5a; }

.menu {
  font-family: "WB-Title", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-weight: normal; }
  .menu a {
    display: inline-block;
    padding: 10px 12px;
    font-size: 1.8rem;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: 500ms; }

.btn {
  display: inline-block;
  background: transparent;
  border: 1px solid #53baf5;
  color: #53baf5;
  font-family: "WB-Gothic", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  transition: 250ms;
  padding: 12px 20px;
  font-size: 12px;
  padding: 12px 20px;
  font-size: 12px; }
  .btn:hover {
    border-color: #279be6;
    background-color: #279be6;
    color: #fff; }
  .btn.dropdown-toggle {
    text-transform: none;
    letter-spacing: normal;
    border: none;
    background-color: #014d99;
    color: #fff;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    font-size: 1em;
    line-height: 1.4; }

.play-btn {
  display: block;
  width: 70px;
  height: 70px;
  padding: 20px;
  background: #ee1c3f;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 30px;
  transition: 0.25s; }
  .play-btn i {
    margin: 0; }
  .play-btn:hover {
    background: #c80f2e;
    color: #fff; }

.lazy-bg {
  background-color: #333237; }

.flyout {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5; }
  .flyout .flyout-toggle {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #306da9;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    cursor: pointer; }
    .flyout .flyout-toggle .icon {
      margin: 0;
      color: #306da9; }
  .flyout .flyout-content {
    position: absolute;
    top: calc(100% + 24px);
    left: -9999px;
    width: 300px;
    padding: 16px 16px 8px 16px;
    background-color: #eff3f5;
    opacity: 0;
    transform: translateX(-50%);
    transition: left 0s ease 0.25s, opacity 0.25s ease 0s; }
    .flyout .flyout-content:before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      transform: translateX(-50%);
      top: -20px;
      border-bottom-color: #eff3f5; }
    .flyout .flyout-content p {
      font-size: 0.8em;
      margin: 0 0 8px 0; }
  .flyout:hover .flyout-content {
    opacity: 1;
    left: 50%;
    transition: opacity 0.25s ease 0s; }

.reset-map-btn {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 8px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1.4rem;
  font-weight: inherit;
  color: #306da9;
  cursor: pointer;
  z-index: 10; }
  .reset-map-btn i {
    width: 24px;
    height: 24px;
    border: 1px solid #306da9;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    transition: 0.25s; }
  .reset-map-btn:hover i {
    background-color: #306da9;
    color: #fff; }

#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.4rem;
  line-height: 2.4rem;
  z-index: 100;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px); }

#header-content {
  position: relative;
  height: 80px;
  margin: 0 auto; }

#header-logo {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 33.3333%;
  font-size: 1.4rem;
  font-family: "WB-Title", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-weight: normal;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transform: translateY(-50%); }
  #header-logo img {
    width: auto;
    height: auto;
    max-height: 60px; }

#header-nav-primary {
  position: fixed;
  top: 50vh;
  right: 10%;
  width: 20%;
  z-index: 110;
  transform: translateY(-50%);
  transition: top 500ms ease-in-out, left 500ms ease-in-out, width 500ms ease-in-out; }
  #header-nav-primary li {
    margin: 0 0 6px 0; }
  #header-nav-primary a {
    background-color: rgba(48, 109, 169, 0.9);
    color: #53baf5;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); }

.header-nav-secondary {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-weight: normal; }
  .header-nav-secondary::after {
    clear: both;
    content: "";
    display: block; }
  .header-nav-secondary li {
    float: left; }
  .header-nav-secondary a {
    display: block;
    padding: 2px 10px;
    border-top: 2px solid transparent;
    font-size: 1.1rem;
    transition: 500ms; }
    .header-nav-secondary a i {
      color: #eff3f5;
      transition: 500ms; }
    .header-nav-secondary a:hover {
      border-top-color: #53baf5; }
      .header-nav-secondary a:hover i {
        color: #53baf5; }

#nav-share-wrap {
  width: 0;
  height: 46px;
  margin-left: 10px;
  opacity: 0;
  transition: 0.25s; }
  #nav-share-wrap .share-widget-wrap .icon {
    margin: 0; }
  #nav-share-wrap .share-widget-wrap .share-trigger {
    height: 46px;
    padding: 10px 0;
    text-align: center;
    transition: 0.25s;
    color: #ee1c3f; }
  #nav-share-wrap .share-widget-wrap .share-widget {
    width: 160px;
    background-color: rgba(39, 155, 230, 0.8);
    color: #fff;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    text-transform: none;
    letter-spacing: normal;
    opacity: 0;
    transition: opacity 0.25s ease 0s, right 0s ease 0.25s; }
    #nav-share-wrap .share-widget-wrap .share-widget li {
      float: none; }
    #nav-share-wrap .share-widget-wrap .share-widget a {
      color: #fff;
      border-bottom: none; }
      #nav-share-wrap .share-widget-wrap .share-widget a:hover {
        border-bottom: none; }
    #nav-share-wrap .share-widget-wrap .share-widget .share-permalink-wrap {
      transition: 0.25s; }
      #nav-share-wrap .share-widget-wrap .share-widget .share-permalink-wrap.open {
        background: rgba(0, 0, 0, 0.1); }
    #nav-share-wrap .share-widget-wrap .share-widget .share-permalink-input {
      padding: 0 10px 10px 10px; }
      #nav-share-wrap .share-widget-wrap .share-widget .share-permalink-input input {
        margin: 0; }
  #nav-share-wrap .share-widget-wrap.open .share-trigger {
    background: rgba(39, 155, 230, 0.8);
    color: #fff; }
  #nav-share-wrap .share-widget-wrap.open .share-widget {
    opacity: 1;
    transition: opacity 0.25s ease 0s, right 0s ease 0s; }

body.alt-header #header-nav-primary {
  top: 34px;
  right: 0%;
  width: auto;
  transform: translateY(0); }
  body.alt-header #header-nav-primary li {
    float: left;
    margin: 0; }
  body.alt-header #header-nav-primary a {
    height: 46px;
    background-color: transparent;
    border-bottom: 3px solid transparent;
    color: #306da9;
    font-size: 1.4rem;
    cursor: pointer;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0); }
    body.alt-header #header-nav-primary a:hover {
      border-bottom: 3px solid #53baf5; }
    body.alt-header #header-nav-primary a.current {
      border-bottom: 3px solid #ee1c3f; }
      body.alt-header #header-nav-primary a.current:hover {
        border-bottom: 3px solid #ee1c3f; }
body.alt-header #nav-share-wrap {
  opacity: 1;
  width: 46px; }

#subnav {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #306da9;
  z-index: 5; }
  #subnav a {
    background-color: #306da9;
    color: #fff;
    font-size: 1.4rem; }
    #subnav a.current {
      position: relative;
      background-color: #014d99;
      color: #53baf5; }
      #subnav a.current:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -16px;
        left: 50%;
        width: 0;
        height: 0;
        transform: translateX(-50%);
        border: 8px solid transparent;
        border-top-color: #014d99; }
  #subnav ul {
    position: relative;
    font-size: 0; }
  #subnav li {
    display: inline-block;
    position: relative; }
    #subnav li a {
      position: relative; }
    #subnav li ul {
      position: absolute;
      top: 100%;
      left: 50%;
      width: auto;
      transform: translate(-50%, -100%);
      opacity: 0;
      transition: opacity 0.25s linear 0s, transform 0.35s linear 0.15s;
      white-space: nowrap;
      z-index: -1; }
      #subnav li ul li {
        position: relative; }
      #subnav li ul a {
        position: relative;
        background-color: #fff;
        color: #333237; }
        #subnav li ul a:hover {
          background-color: #eff3f5; }
        #subnav li ul a.current {
          background-color: #eff3f5;
          color: #014d99; }
          #subnav li ul a.current:after {
            border: none; }
    #subnav li:hover > a {
      background-color: #014d99; }
    #subnav li:hover ul {
      opacity: 1;
      transform: translate(-50%, 0);
      transition: opacity 0.35s linear 0.15s, transform 0.25s linear 0s; }

section {
  position: relative;
  padding: 80px 0; }
  section.top-line {
    padding-top: 140px; }
    section.top-line:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      width: 1px;
      height: 100px;
      background: rgba(83, 186, 245, 0.4);
      z-index: 50; }
  section.bottom-line {
    padding-bottom: 140px; }
    section.bottom-line:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 1px;
      height: 100px;
      background: rgba(83, 186, 245, 0.4);
      z-index: 50; }
  section.align-center {
    height: auto;
    text-align: center; }
    section.align-center .section-content {
      position: static;
      transform: none;
      margin-left: auto;
      margin-right: auto; }
    section.align-center .section-head {
      width: calc(66.6666666667% - 30px);
      float: left;
      margin-left: 18px;
      margin-left: calc(16.6666666667% - 21px + 36px); }
    section.align-center .section-text {
      width: calc(50% - 27px);
      float: left;
      margin-left: 18px;
      margin-left: calc(25% - 22.5px + 36px); }
  section.full-width .section-content {
    max-width: 100%; }
  section.splash {
    height: calc(100vh - 100px);
    padding: 0;
    box-shadow: -15px 20px 60px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    section.splash h2 {
      color: #279be6; }
    section.splash .splash-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-attachment: scroll;
      /*@include grid-media($break-retina) {
        background-size: 100% auto;
        background-attachment: scroll;
      }
      
      @media	only screen and (min-width: 2000px) and (-webkit-min-device-pixel-ratio: 1.3),
      	only screen and (min-width: 2000px) and (-o-min-device-pixel-ratio: 13/10),
      	only screen and (min-width: 2000px) and (min-resolution: 120dpi)
      	{
        
        background-size: 100% auto;
      }*/
      z-index: 1; }
      @media (max-width: 800px) {
        section.splash .splash-bg {
          background-size: auto 100%;
          background-attachment: scroll; } }
      section.splash .splash-bg img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 100%;
        height: auto; }
    section.splash .splash-gradient {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 33.3333%, rgba(255, 255, 255, 0) 66.6666%);
      z-index: 2; }
    section.splash .slider {
      z-index: 3; }
    section.splash .section-content {
      position: relative;
      margin: 0 auto;
      padding: 140px 0 100px 0; }
    section.splash .section-text {
      width: auto;
      float: none;
      margin-left: 0;
      clear: both; }
    section.splash .splash-title {
      width: calc(83.3333333333% - 33px);
      float: left;
      margin-left: 18px;
      margin-left: calc(8.3333333333% - 19.5px + 36px); }
    section.splash .splash-box {
      width: calc(50% - 27px);
      float: left;
      margin-left: 18px;
      margin-left: calc(8.3333333333% - 19.5px + 36px);
      background: #f4f8fb; }
      section.splash .splash-box h6 {
        font-size: 1.6rem;
        font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
        font-weight: 600;
        text-transform: none;
        letter-spacing: normal;
        color: #ee1c3f; }
      section.splash .splash-box .splash-header {
        position: relative;
        padding: 12px;
        background: #eff3f5; }
        section.splash .splash-box .splash-header h5 {
          margin: 0;
          text-align: center;
          color: #014d99;
          font-size: 1.2rem;
          line-height: 2rem;
          font-family: "WB-Gothic", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
          text-decoration: none;
          text-transform: uppercase;
          letter-spacing: 0.25rem;
          font-weight: normal; }
        section.splash .splash-box .splash-header .slider-meta {
          position: absolute;
          right: 12px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
        section.splash .splash-box .splash-header .slider-arrow {
          line-height: 2rem; }
      section.splash .splash-box .slide {
        padding: 24px; }
    section.splash .slide {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    section.splash .section-content {
      z-index: 3; }

.section-head {
  max-width: 1200px;
  margin: 0 auto; }
  .section-head::after {
    clear: both;
    content: "";
    display: block; }
  .section-head .section-head-text {
    width: calc(83.3333333333% - 33px);
    float: left;
    margin-left: 18px;
    margin-left: calc(8.3333333333% - 19.5px + 36px); }
    .section-head .section-head-text h3 {
      font-size: 3.2rem;
      color: #279be6;
      letter-spacing: .05rem; }

.section-content {
  max-width: 1200px;
  margin: 0 auto; }
  .section-content::after {
    clear: both;
    content: "";
    display: block; }

.section-text {
  width: calc(83.3333333333% - 33px);
  float: left;
  margin-left: 18px;
  margin-left: calc(8.3333333333% - 19.5px + 36px); }
  .section-text ul {
    list-style: square;
    margin: 0 0 20px 0;
    padding: 0 0 0 24px; }

.section-jump-link {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "WB-Gothic", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-weight: normal; }

.section-sidebar {
  width: calc(25% - 22.5px);
  float: left;
  margin-left: 18px;
  margin-left: calc(8.3333333333% - 19.5px + 36px); }
  .section-sidebar .box {
    margin-bottom: 40px;
    background: #f4f8fb; }
  .section-sidebar .box-head {
    background: #eff3f5;
    padding: 15px 30px; }
    .section-sidebar .box-head h6 {
      margin: 0; }
  .section-sidebar .box-content {
    padding: 20px 10px; }
    .section-sidebar .box-content ul li {
      margin-bottom: 6px; }
      .section-sidebar .box-content ul li::after {
        clear: both;
        content: "";
        display: block; }
    .section-sidebar .box-content ul .box-item-icon {
      float: left;
      width: 25%; }
      .section-sidebar .box-content ul .box-item-icon i {
        font-size: 3rem;
        margin: 6px 0 0 0; }
      .section-sidebar .box-content ul .box-item-icon .icon-arrow-block-up {
        color: #ee1c3f; }
      .section-sidebar .box-content ul .box-item-icon .icon-arrow-block-down {
        color: #279be6; }
      .section-sidebar .box-content ul .box-item-icon img {
        width: 28px; }
    .section-sidebar .box-content ul .box-item-text {
      float: left;
      width: 75%;
      font-size: 16px;
    }
    .section-sidebar .related-tools ul li a { 
        font-size: 16px;
     }
  .section-sidebar .box-link {
    display: block;
    padding: 0 30px 20px 30px;
    text-align: right;
    font-size: 1.4rem;
    font-family: "WB-Gothic", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-weight: normal;
    color: #ee1c3f;
    outline: none; }

.home-section {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /*@include grid-media($break-retina) {
    background-size: 100% auto;
    background-attachment: scroll;
  }
  
  @media	only screen and (min-width: 2000px) and (-webkit-min-device-pixel-ratio: 1.3),
  	only screen and (min-width: 2000px) and (-o-min-device-pixel-ratio: 13/10),
  	only screen and (min-width: 2000px) and (min-resolution: 120dpi)
  	{
    
    background-size: 100% auto;
  }*/ }
  @media (max-width: 800px) {
    .home-section {
      background-size: auto 100%;
      background-attachment: scroll; } }
  .home-section .section-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%; }
  .home-section .section-text {
    width: calc(41.6666666667% - 25.5px);
    float: left;
    margin-left: 18px;
    margin-left: calc(8.3333333333% - 19.5px + 36px); }
  .home-section.shadow {
    box-shadow: inset 0 30px 60px -30px rgba(0, 0, 0, 0.2); }
  .home-section.dark h1, .home-section.dark h2, .home-section.dark h3, .home-section.dark h4, .home-section.dark h5, .home-section.dark h6, .home-section.dark p {
    color: #fff; }
  .home-section.splash .section-content {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    padding: 0; }
  .home-section.splash .section-text {
    width: calc(41.6666666667% - 25.5px);
    float: left;
    margin-left: 18px;
    margin-left: calc(8.3333333333% - 19.5px + 36px); }
  .home-section.splash .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .home-section.splash .slider-meta {
    position: absolute;
    bottom: 120px;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    transform: translateX(-50%);
    font-size: 1.2rem;
    line-height: 2rem;
    z-index: 10; }
    .home-section.splash .slider-meta::after {
      clear: both;
      content: "";
      display: block; }
    .home-section.splash .slider-meta .slider-nav {
      width: calc(16.6666666667% - 21px);
      float: left;
      margin-left: 18px;
      margin-left: calc(8.3333333333% - 19.5px + 36px); }
    .home-section.splash .slider-meta .slider-arrow {
      color: #ee1c3f;
      font-size: 1.6rem; }
    .home-section.splash .slider-meta .slider-next {
      margin: 0 0 0 10px; }
  .home-section.splash .slider-caption {
    width: calc(16.6666666667% - 21px);
    float: left;
    margin-left: 18px;
    font-size: 1.4rem; }
  .home-section.splash .slider-link {
    width: calc(16.6666666667% - 21px);
    float: left;
    margin-left: 18px;
    text-align: center;
    font-family: "WB-Gothic", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-weight: normal;
    letter-spacing: 2px; }
    .home-section.splash .slider-link a {
      color: #082243; }
  .home-section .slide h2 {
    position: relative;
    left: 50px;
    right: -50px;
    opacity: 0;
    transition: opacity 1250ms ease-in 1750ms, left 1000ms ease-in-out 1750ms, right 1000ms ease-in-out 1750ms; }
  .home-section .slide p {
    position: relative;
    left: 50px;
    right: -50px;
    opacity: 0;
    transition: opacity 1250ms ease-in 2000ms, left 1000ms ease-in-out 2000ms, right 1000ms ease-in-out 2000ms; }
  .home-section .slide .slide-caption {
    display: none; }
  .home-section .slide .slide-link {
    display: none; }
  .home-section .slide.slick-current h2 {
    left: 0;
    right: 0;
    opacity: 1; }
  .home-section .slide.slick-current p {
    left: 0;
    right: 0;
    opacity: 1; }
  .home-section .slide.slick-current .slide-btn {
    opacity: 1; }
  .home-section.home-intro img {
    box-shadow: -10px 20px 40px rgba(0, 0, 0, 0.2); }
  .home-section.home-intro .section-text {
    width: calc(100% - 36px);
    float: left;
    margin-left: 18px;
    margin-left: -18px;
    margin-right: -18px;
    width: calc(100% + 36px); }
    .home-section.home-intro .section-text::after {
      clear: both;
      content: "";
      display: block; }
  .home-section.home-intro #home-intro-left {
    width: calc(50% - 27px);
    float: left;
    margin-left: 18px;
    text-align: left; }
    .home-section.home-intro #home-intro-left img {
      margin-bottom: 50px; }
    .home-section.home-intro #home-intro-left p {
      width: calc(66.6666666667% - 30px);
      float: left;
      margin-left: 18px;
      margin-left: calc(16.6666666667% - 21px + 36px); }
  .home-section.home-intro #home-intro-right {
    position: relative;
    width: calc(58.3333333333% - 28.5px);
    float: left;
    margin-left: 18px;
    margin-left: calc(-8.3333333333% - 16.5px + 36px);
    margin-top: 50px; }
    .home-section.home-intro #home-intro-right .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
  .home-section.home-intro-2 {
    box-shadow: none;
    background: #f4f8fb; }

#home-resources .section-text {
  width: calc(50% - 27px);
  float: left;
  margin-left: 18px;
  margin-left: calc(25% - 22.5px + 36px); }

.page.sub .page-section {
  background: #fff;
  font-size: 1.4em;
  /*
        
        &.splash {
          background-color: $white;
          
          .splash-bg {
            @include bg;
            opacity: 0.6;
          }
        }
  */ }
  .page.sub .page-section::after {
    clear: both;
    content: "";
    display: block; }
  .page.sub .page-section:nth-child(even) {
    background: #f4f8fb; }
    .page.sub .page-section:nth-child(even) .box {
      background-color: #fff; }
  .page.sub .page-section .section-title {
    padding: 20px 0;
    transition: background-color 500ms; }
    .page.sub .page-section .section-title .section-title-content {
      max-width: 1200px;
      margin: 0 auto; }
      .page.sub .page-section .section-title .section-title-content::after {
        clear: both;
        content: "";
        display: block; }
      .page.sub .page-section .section-title .section-title-content h4 {
        width: calc(66.6666666667% - 30px);
        float: left;
        margin-left: 18px;
        margin-left: calc(8.3333333333% - 19.5px + 36px);
        margin-bottom: 0; }
      .page.sub .page-section .section-title .section-title-content .btn-wrap {
        width: calc(25% - 22.5px);
        float: left;
        margin-left: 18px;
        position: relative;
        left: -9999px;
        opacity: 0;
        transition: left 0s ease 500ms, opacity 500ms ease 0s; }
        .page.sub .page-section .section-title .section-title-content .btn-wrap .btn {
          display: block; }
    .page.sub .page-section .section-title.is_stuck {
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
      z-index: 10; }
      .page.sub .page-section .section-title.is_stuck .btn-wrap {
        left: 0;
        opacity: 1;
        transition: left 0s ease 0s, opacity 500ms ease 0s; }
  .page.sub .page-section .section-content {
    position: relative;
    clear: both; }
  .page.sub .page-section .section-filter {
    width: calc(100% - 36px);
    float: left;
    margin-left: 18px;
    padding: 10px 0;
    text-align: center; }
    .page.sub .page-section .section-filter::after {
      clear: both;
      content: "";
      display: block; }
    .page.sub .page-section .section-filter .filter-column {
      width: calc(50% - 27px);
      float: left;
      margin-left: 18px; }
      #page-country-impacts-sea-level-rise .page-section .section-filter .filter-column {
        width: calc(50% - 0px);
        margin-left: 0;
      }
      
      #page-country-impacts-sea-level-rise {
        margin-left: 0;
      }
    .page.sub .page-section .section-filter .filter-block {
      display: inline-block;
      margin: 0 5px;
      padding: 20px 0; }
      #page-country-impacts-sea-level-rise .page-section .section-filter .dropdown {
        width: 250px !important; }
    .page.sub .page-section .section-filter .dropdown {
      width: 300px !important; }
  .page.sub .page-section .section-btns {
    width: calc(100% - 36px);
    float: left;
    margin-left: 18px;
    padding: 20px 0;
    text-align: center; }
  .page.sub .page-section .data-view {
    position: relative; }
    .page.sub .page-section .data-view .chart {
      padding: 20px; }
      .page.sub .page-section .data-view .chart:nth-child(even) {
        box-shadow: 0 0 20px rgba(8, 34, 67, 0.2); }
    .page.sub .page-section .data-view .lead {
      padding: 20px;
      font-size: 1.4rem; }
    .page.sub .page-section .data-view h6.lead {
      margin: 0;
      padding-right: 70px;
      color: #333237;
      font-size: 1.8rem;
      line-height: 1.4;
      font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
      letter-spacing: normal;
      text-transform: none; }
  .page.sub .page-section .data-view-map {
    position: relative; }
  .page.sub .page-section .data-legend-wrap {
    padding: 18px 18px 1px 18px;
    background-color: #eff3f5; }
  .page.sub .page-section .data-legend table {
    margin: 0 0 20px 0; }
    .page.sub .page-section .data-legend table td {
      border-bottom: none; }
      .page.sub .page-section .data-legend table td.legend-title {
        padding-top: 0;
        color: #306da9;
        font-family: "WB-Gothic", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.25rem;
        font-weight: normal; }
      .page.sub .page-section .data-legend table td.ramp-color {
        height: 8px;
        padding: 0; }
	#legend_container-natural-hazard-development-nexus table td.vul-thrid-legend {		
           border-top: 2px solid #c8ced0;  		
           border-bottom: 2px solid #c8ced0;		
	}
      .page.sub .page-section .data-legend table td.ramp-label {
        border-bottom: 2px solid #c8ced0;
        font-size: 0.8em;
        text-align: center; }
        .page.sub .page-section .data-legend table td.ramp-label.align-left {
          float: none;
          text-align: left; }
        .page.sub .page-section .data-legend table td.ramp-label.align-right {
          float: none;
          text-align: right; }
      .page.sub .page-section .data-legend table td.legend-img {
        width: 100px;
        border-top: 2px solid #c8ced0;
        border-bottom: 2px solid #c8ced0; }
      .page.sub .page-section .data-legend table td.legend-label {
        border-top: 2px solid #c8ced0;
        border-bottom: 2px solid #c8ced0;
        font-size: 0.8em; }
  .page.sub .page-section .data-metadata {
    margin: 0 0 24px 0;
    background-color: #eff3f5; }
    .page.sub .page-section .data-metadata h6 {
      font-size: 0.8em; }
    .page.sub .page-section .data-metadata p {
      font-size: 1.4rem; }
  .page.sub .page-section .metadata-source-link {
    display: inline-block;
    margin: -4px 0 0 8px;
    padding: 4px 6px;
    background-color: #fff;
    color: #279be6;
    font-size: 0.8em;
    line-height: 1;
    vertical-align: middle;
    transition: 0.25s; }
    .page.sub .page-section .metadata-source-link:hover {
      background-color: #53baf5;
      color: #fff; }
    .page.sub .page-section .metadata-source-link .icon {
      margin-right: 6px;
      font-size: 0.8em; }
  .page.sub .page-section.has-sidebar .section-text {
    width: calc(58.3333333333% - 28.5px);
    float: left;
    margin-left: 18px;
    margin-left: calc(8.3333333333% - 19.5px + 36px); }
  .page.sub .page-section.has-sidebar aside {
    width: calc(25% - 22.5px);
    float: left;
    margin-left: 18px;
    margin-left: calc(8.3333333333% - 19.5px + 36px); }
  .page.sub .page-section.splash {
    height: auto;
    background: #082243 !important; }
    .page.sub .page-section.splash .splash-gradient {
      display: none; }
    .page.sub .page-section.splash .splash-bg {
      opacity: 0.5; }
    .page.sub .page-section.splash .section-text {
      width: auto;
      float: none;
      margin-left: 0;
      clear: both;
      margin-left: -18px;
      margin-right: -18px;
      width: calc(100% + 36px); }
      .page.sub .page-section.splash .section-text::after {
        clear: both;
        content: "";
        display: block; }
    .page.sub .page-section.splash .splash-title::after {
      clear: both;
      content: "";
      display: block; }
    .page.sub .page-section.splash .splash-title h6 {
      width: calc(100% - 36px);
      float: left;
      margin-left: 18px;
      color: #53baf5; }
    .page.sub .page-section.splash .splash-title h2 {
      width: calc(30% - 23.4px);
      float: left;
      margin-left: 18px;
      color: #fff; }
    .page.sub .page-section.splash .splash-title .splash-intro {
      width: calc(50% - 27px);
      float: left;
      margin-left: 18px;
      margin-left: calc(10% - 19.8px + 36px); }
      .page.sub .page-section.splash .splash-title .splash-intro p {
        color: #fff; }
  .page.sub .page-section.type-tabs .section-tabs {
    width: calc(83.3333333333% - 33px);
    float: left;
    margin-left: 18px;
    margin-left: calc(8.3333333333% - 19.5px + 36px); }
    .page.sub .page-section.type-tabs .section-tabs li {
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.25rem;
      font-weight: normal; }
      .page.sub .page-section.type-tabs .section-tabs li a {
        display: block;
        padding: 10px 20px;
        border-top: 3px solid transparent; }
      .page.sub .page-section.type-tabs .section-tabs li.ui-tabs-active a {
        background: #f4f8fb;
        border-top-color: #ee1c3f;
        color: #014d99; }
  .page.sub .page-section.type-tabs .section-text {
    background-color: #f4f8fb; }
  .page.sub .page-section.type-tabs .tab {
    padding: 20px; }
  .page.sub .page-section.type-tabs:nth-child(even) .section-tabs li.ui-tabs-active a {
    background-color: #fff; }
  .page.sub .page-section.type-tabs:nth-child(even) .section-text {
    background-color: #fff; }
  .page.sub .page-section.type-data-accordion .section-data {
    width: calc(100% - 36px);
    float: left;
    margin-left: 18px;
    margin-left: -18px;
    margin-right: -18px;
    width: calc(100% + 36px); }
    .page.sub .page-section.type-data-accordion .section-data::after {
      clear: both;
      content: "";
      display: block; }
  .page.sub .page-section.type-data-accordion .data-view {
    width: calc(66.6666666667% - 30px);
    float: left;
    margin-left: 18px;
    height: 0;
    padding: 0 0 40% 0; }
    #graph-natural-hazard-statistics .card.card-block {
      margin: 110px 110px 0 110px !important;
    }
  .page.sub .page-section.type-data-accordion .data-view-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .page.sub .page-section.type-data-accordion .chart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .page.sub .page-section.type-data-accordion #chart_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .page.sub .page-section.type-data-accordion .section-accordion {
    width: calc(33.3333333333% - 24px);
    float: left;
    margin-left: 18px; }
  .page.sub .page-section.type-chart-split {
    padding-top: 0;
    padding-bottom: 0; }
    .page.sub .page-section.type-chart-split .section-content {
      overflow: hidden;
      box-shadow: -10px 20px 40px rgba(0, 0, 0, 0.2); }
      .page.sub .page-section.type-chart-split .section-content::after {
        clear: both;
        content: "";
        display: block; }
    .page.sub .page-section.type-chart-split .section-data {
      width: calc(100%);
      float: left;
      margin-left: 0px;
      /*
                &:after {
                  content: '';
                  display: block;
                  position: absolute;
                  top: 0;
                  left: 50%;
                  width: 25px;
                  height: 100%;
                  background: -moz-linear-gradient(left, transparentize($black, 0.85) 0%, transparentize($black, 0.9) 30%, transparentize($black, 0.95) 55%, transparentize($black, 1) 95%, transparentize($black, 1) 100%);
                  background: -webkit-linear-gradient(left, transparentize($black, 0.85) 0%, transparentize($black, 0.9) 30%, transparentize($black, 0.95) 55%, transparentize($black, 1) 95%, transparentize($black, 1) 100%);
                  background: linear-gradient(to right, transparentize($black, 0.85) 0%, transparentize($black, 0.9) 30%, transparentize($black, 0.95) 55%, transparentize($black, 1) 95%, transparentize($black, 1) 100%);
                  z-index: 2;
                }
      */ }
      .page.sub .page-section.type-chart-split .section-data::after {
        clear: both;
        content: "";
        display: block; }
    .page.sub .page-section.type-chart-split .data-view {
      width: calc(50%);
      float: left;
      margin-left: 0px;
      position: relative; }
    .page.sub .page-section.type-chart-split .data-view-left {
      box-shadow: 0 0 20px rgba(8, 34, 67, 0.2);
      z-index: 2; }
    .page.sub .page-section.type-chart-split .data-view-right {
      z-index: 1; }
    .page.sub .page-section.type-chart-split .data-view-chart {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50%; }
  .page.sub .page-section.type-full-map .section-data::after {
    clear: both;
    content: "";
    display: block; }
  .page.sub .page-section.type-full-map .data-view {
    width: calc(83.3333333333% - 33px);
    float: left;
    margin-left: 18px;
    margin-left: calc(8.3333333333% - 19.5px + 36px); }
  .page.sub .page-section.type-full-map .data-legend-wrap {
    padding: 18px 0; }
    .page.sub .page-section.type-full-map .data-legend-wrap::after {
      clear: both;
      content: "";
      display: block; }
    .page.sub .page-section.type-full-map .data-legend-wrap .data-legend {
      width: calc(100% - 36px);
      float: left;
      margin-left: 18px; }
      .page.sub .page-section.type-full-map .data-legend-wrap .data-legend.right table {
        table-layout: auto; }
    .page.sub .page-section.type-full-map .data-legend-wrap.two-columns .data-legend {
      width: calc(50% - 27px);
      float: left;
      margin-left: 18px; }
  .page.sub .page-section.type-full-map #swipe {
    position: relative;
    height: 10px;
    margin-bottom: 20px; }
    .page.sub .page-section.type-full-map #swipe .ui-slider-handle {
      background-color: #014d99; }
.page.type-country-data .splash {
  height: auto; }
  .page.type-country-data .splash .section-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    z-index: 3; }
.page.type-country-data .page-section.intro h3 {
  margin-bottom: 40px; }
  .page.type-country-data .page-section.intro h3 span {
    color: #014d99; }
    .page.type-country-data .page-section.intro h3 span:before {
      font-family: 'CCKP-Icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .page.type-country-data .page-section.intro h3 span:before {
      display: inline-block;
      margin: -3px 14px 0 10px;
      content: '\e902';
      color: #53baf5;
      font-size: 2rem;
      vertical-align: middle; }
.page.type-country-data .page-section.intro .section-text {
  width: calc(58.3333333333% - 28.5px);
  float: left;
  margin-left: 18px;
  margin-left: calc(8.3333333333% - 19.5px + 36px); }

#related-tools {
  width: calc(25% - 22.5px);
  float: left;
  margin-left: 18px;
  margin-left: calc(8.3333333333% - 19.5px + 36px); }
  #related-tools .related-tools li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #c8ced0; }
    #related-tools .related-tools li:first-child {
      margin-top: 0;
      padding-top: 0;
      border-top: none; }

.type-page .layout-content h3:nth-of-type(1) {
  margin-top: 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c8ced0; }
.type-page .layout-content h5 {
  font-size: 2rem; }
.type-page .layout-content ul, .type-page .layout-content ol {
  margin-left: 20px;
  margin-right: 20px; }

/*
.page[id*="-climate-data-"] {
  .page-section.intro {
    .section-text {
      @include grid-column(4);
      @include grid-push(1);
    }
    
    #related-tools {
      @include grid-column(6);
      @include grid-push(1);
      @include grid-container;
      
      .box {
        @include grid-column(3 of 6);
        @include grid-shift(-3 of 6);
        
        &:nth-of-type(1) {
          @include grid-shift(3 of 6);
        }
      }
    }
  }
}
*/
#page-climate_sector #subnav-climate_sector ul {
  display: block; }
#page-climate_sector .page-section.intro {
  padding-top: 140px; }

#page-impacts #subnav-impacts ul {
  display: block; }
#page-impacts .page-section.intro {
  padding-top: 140px; }

#tablediv .dataTables_filter::after {
  clear: both;
  content: "";
  display: block; }
#tablediv .dataTables_filter label {
  float: right;
  font-size: 1rem; }
  #tablediv .dataTables_filter label input {
    display: inline-block;
    width: 140px;
    margin: 0 0 0 10px; }
#tablediv .dataTables_scrollHead table {
  margin: 0; }
#tablediv .dataTables_scrollHead th {
  margin-top: 0;
  line-height: 1.2;
  vertical-align: top; }
#tablediv .dataTables_scrollBody tr.even {
  background: #eff3f5; }
#tablediv .dataTables_scrollBody td {
  padding-right: 10px; }
  #tablediv .dataTables_scrollBody td:first-child {
    padding-left: 10px; }

#page-download-data .section-head .section-head-text h3 {
  margin-top: 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c8ced0;
  font-size: 4.2rem;
  font-weight: normal;
  color: #53baf5; }
#page-download-data .tab .field-pair::after {
  clear: both;
  content: "";
  display: block; }
#page-download-data .tab label {
  float: left;
  clear: both;
  width: 20%;
  margin-right: 5%;
  padding: 9px 0;
  line-height: 2rem; }
#page-download-data .tab .field {
  position: relative;
  float: left;
  width: 75%;
  margin-bottom: 20px;
  border: 1px solid #306da9;
  border-radius: 0; }
  #page-download-data .tab .field.submit {
    border: none;
    margin-left: 25%;
    margin-bottom: 0; }
  #page-download-data .tab .field i {
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translateY(-50%);
    pointer-events: none; 
    background: #fff;
    width: 20px;
    height: 22px;
  }
#page-download-data .tab select {
  margin: 0;
  padding: 8px;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 2rem; }
  #page-download-data #countryHist, #page-download-data #countryFutu {
    height: 125px;
  }

body[id*='-climate-data-'] #subnav-climate-data-historical > a:nth-of-type(1) {
  background: #014d99;
  color: #53baf5; }
  body[id*='-climate-data-'] #subnav-climate-data-historical > a:nth-of-type(1):before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    transform: translateX(-50%);
    bottom: -16px;
    border-top-color: #014d99; }
body[id*='-climate-data-'] #subnav-climate-data-historical ul {
  opacity: 1;
  transform: translate(-50%, 0); }

body[id*='-climate-sector-'] #subnav-climate-sector-energy > a:nth-of-type(1) {
  background: #014d99;
  color: #53baf5; }
  body[id*='-climate-sector-'] #subnav-climate-sector-energy > a:nth-of-type(1):before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    transform: translateX(-50%);
    bottom: -16px;
    border-top-color: #014d99; }
body[id*='-climate-sector-'] #subnav-climate-sector-energy ul {
  opacity: 1;
  transform: translate(-50%, 0); }

body[id*='-country-impacts-'] #subnav-impacts-agriculture > a:nth-of-type(1) {
  background: #014d99;
  color: #53baf5; }
  body[id*='-country-impacts-'] #subnav-impacts-agriculture > a:nth-of-type(1):before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    transform: translateX(-50%);
    bottom: -16px;
    border-top-color: #014d99; }
body[id*='-country-impacts-'] #subnav-impacts-agriculture ul {
  opacity: 1;
  transform: translate(-50%, 0); }

.page.type-country .page-section {
  background: #fff; }
  .page.type-country .page-section:nth-child(even) {
    background: #fff; }
    .page.type-country .page-section:nth-child(even) .box {
      background-color: #f4f8fb; }
  .page.type-country .page-section:nth-child(odd) {
    background: #f4f8fb; }
    .page.type-country .page-section:nth-child(odd) .box {
      background-color: #fff; }
  .page.type-country .page-section.overview-section .section-head {
    margin-top: 30px;
    margin-bottom: 30px; }
    .page.type-country .page-section.overview-section .section-head h4 {
      width: calc(25% - 22.5px);
      float: left;
      margin-left: 18px;
      margin-left: calc(8.3333333333% - 19.5px + 36px);
      color: #279be6; }
    .page.type-country .page-section.overview-section .section-head p {
      width: calc(33.3333333333% - 24px);
      float: left;
      margin-left: 18px;
      padding-top: 10px; }
    .page.type-country .page-section.overview-section .section-head .btn {
      display: block;
      width: calc(25% - 22.5px);
      float: left;
      margin-left: 18px;
      margin-left: calc(8.3333333333% - 19.5px + 36px);
      margin-top: 5%; }
  .page.type-country .page-section.overview-section .section-text {
    position: relative;
    width: auto;
    float: none;
    margin-left: 0;
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px; }
    .page.type-country .page-section.overview-section .section-text::after {
      clear: both;
      content: "";
      display: block; }
    .page.type-country .page-section.overview-section .section-text .btn {
      display: block;
      width: calc(25% - 22.5px);
      float: left;
      margin-left: 18px;
      margin-left: calc(8.3333333333% - 19.5px + 36px);
      margin-top: 20%; }
  .page.type-country .page-section.overview-section .chart-container {
    width: calc(66.6666666667% - 30px);
    float: left;
    margin-left: 18px;
    position: relative;
    height: 0;
    padding: 0 0 40% 0; }
    .page.type-country .page-section.overview-section .chart-container .chart {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 30px;
      background-color: #fff; }
  .page.type-country .page-section:nth-child(even) .chart-container .chart {
    background-color: #f4f8fb; }
.page.type-country #country-main-climate .section-head {
  width: calc(58.3333333333% - 28.5px);
  float: left;
  margin-left: 18px;
  margin-left: calc(8.3333333333% - 19.5px + 36px); }
  .page.type-country #country-main-climate .section-head h4 {
    width: auto;
    float: none;
    margin-left: 0;
    clear: both; }
  .page.type-country #country-main-climate .section-head p {
    width: auto;
    float: none;
    margin-left: 0;
    clear: both; }

#main-footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  /*@include grid-media($break-retina) {
    background-size: 100% auto;
    background-attachment: scroll;
  }
  
  @media	only screen and (min-width: 2000px) and (-webkit-min-device-pixel-ratio: 1.3),
  	only screen and (min-width: 2000px) and (-o-min-device-pixel-ratio: 13/10),
  	only screen and (min-width: 2000px) and (min-resolution: 120dpi)
  	{
    
    background-size: 100% auto;
  }*/
  background-image: url(../img/bg_footer.jpg);
  background-color: #082243;
  color: #fff;
  padding: 80px 0 20px 0;
  text-align: center; }
  @media (max-width: 800px) {
    #main-footer {
      background-size: auto 100%;
      background-attachment: scroll; } }
  #main-footer h1, #main-footer h2, #main-footer h3, #main-footer h4, #main-footer h5, #main-footer h6, #main-footer p, #main-footer a {
    color: #fff; }
  #main-footer .section-text {
    width: calc(66.6666666667% - 30px);
    float: left;
    margin-left: 18px;
    margin-left: calc(16.6666666667% - 21px + 36px); }
  #main-footer #h7 {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-weight: normal;
    color: #c8ced0;
    opacity: 0.6;
    transition: 0.25s; }
    #main-footer #h7 img {
      display: inline-block;
      width: auto;
      height: 30px;
      margin: -3px 0 0 10px;
      vertical-align: middle; }
    #main-footer #h7:hover {
      opacity: 1; }

#footer-logo {
  margin-bottom: 40px; }
  #footer-logo::after {
    clear: both;
    content: "";
    display: block; }
  #footer-logo a {
    width: calc(50% - 27px);
    float: left;
    margin-left: 18px;
    margin-left: calc(25% - 22.5px + 36px); }
    #footer-logo a img {
      width: 60%;
      margin: 0 auto; }

#footer-menu {
  margin: 30px 0;
  font-size: 1.2rem; }
  #footer-menu li {
    display: inline-block;
    margin: 0 15px; 
    font-size: 1.6rem;
  }
  #footer-menu a {
    display: block;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-weight: normal;
    letter-spacing: 2px; }

#wb-header {
  background: url(../img/wb_header.png) no-repeat top center;
  background-size: auto 100%;
  height: 110px; }

#wb-footer {
  background: url(../img/wb_footer.png) no-repeat top center;
  background-size: auto 100%;
  height: 730px; }

#nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -9999px;
  opacity: 0;
  background-color: rgba(71, 76, 89, 1);
  color: #fff;
  z-index: 200;
  transition: opacity 0.25s linear 0s, left 0s linear 0.3s; }

#nav-overlay-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2; }
  #nav-overlay-header::after {
    clear: both;
    content: "";
    display: block; }

#nav-overlay-logo {
  display: block;
  float: left;
  height: 50px;
  padding: 10px;
  z-index: 5; }
  #nav-overlay-logo img {
    width: auto;
    height: 100%;
    max-height: 60px; }
  #nav-overlay-logo svg {
    display: block;
    width: auto;
    height: 30px; }

#nav-overlay-close {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  background: #dedede;
  color: #014d99;
  transition: 0.25s;
  font-size: 3rem;
  line-height: 50px;
  text-align: center;
  z-index: 4; }
  #nav-overlay-close:hover {
    background: #d5d5d5; }

#nav-overlay-menu {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: rgba(10, 16, 34, 0.5);
  padding: 20px;
  text-align: center;
  z-index: 2; }

#nav-overlay-tabs li {
  display: inline-block;
  position: relative; }
  #nav-overlay-tabs li a {
    background-color: rgba(48, 109, 169, 0.9);
    cursor: pointer; }
    #nav-overlay-tabs li a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 0;
      transform: translateX(-50%);
      border: 0px solid transparent;
      border-top-color: #279be6;
      transition: 500ms; }
  #nav-overlay-tabs li.selected a {
    background-color: #279be6;
    color: #fff;
    cursor: default; }
    #nav-overlay-tabs li.selected a:after {
      bottom: -20px;
      border-width: 10px; }

#nav-overlay-secondary {
  z-index: 3;
  line-height: 30px; }
  #nav-overlay-secondary a i {
    color: #014d99; }

#nav-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  #nav-overlay-content[data-view="list"] .tab-view.list {
    left: 0;
    opacity: 1;
    transition: opacity 0.25s linear 0s, left 0s linear 0s; }
  #nav-overlay-content[data-view="map"] .tab-view.map {
    left: 0;
    opacity: 1;
    transition: opacity 0.25s linear 0s, left 0s linear 0s; }

.nav-overlay-tab {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.25s linear 0s, left 0s linear 0.25s; }
  .nav-overlay-tab.current-tab {
    left: 0;
    opacity: 1;
    transition: opacity 0.25s linear 0s, left 0s linear 0s; }

.tab-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -9999px;
  opacity: 0;
  transition: opacity 0.25s linear 0s, left 0s linear 0.25s; }
  .tab-view.list {
    top: 35%;
    height: 65%;
    overflow: auto; }
    .tab-view.list ul {
      column-count: 4;
      font-size: 1.4rem; }

#nav-overlay-options {
  margin: 30px 0 0 0;
  white-space: nowrap;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-weight: normal; }
  #nav-overlay-options .option-block {
    display: inline-block; }
    #nav-overlay-options .option-block.or {
      margin: 0 10px;
      font-weight: 600; }
  #nav-overlay-options .view-toggle {
    display: block;
    padding: 8px 18px;
    background-color: #279be6;
    opacity: 0.5;
    font-size: 1.6rem;
    font-family: "WB-Title", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    transition: 500ms; }
    #nav-overlay-options .view-toggle.selected {
      opacity: 1; }
  #nav-overlay-options #option-filter {
    width: 40%; }
  #nav-overlay-options input {
    border: 2px solid #014d99;
    font-size: 1.6rem;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    color: #014d99; }

body.nav-overlay-open {
  overflow: hidden; }
  body.nav-overlay-open #nav-overlay {
    left: 0;
    opacity: 1; }

#nav-overlay .map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #nav-overlay .map-container .ol-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #nav-overlay .map-container .ol-control button {
    font-size: 1.6rem; }
  #nav-overlay .map-container .ol-zoom {
    top: auto;
    left: auto;
    bottom: 60px;
    right: 20px; }
  #nav-overlay .map-container .ol-attribution {
    bottom: 20px;
    right: 20px; }
#nav-overlay .listNav {
  margin: 20px auto 100px auto;
  width: 700px; }
  #nav-overlay .listNav .ln-letters a {
    font-family: 'WB-Title';
    font-weight: 600;
    font-size: 1.6em;
    line-height: 3rem;
    border: none;
    display: block;
    float: left;
    padding: 2px 8px;
    border-right: none;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    transition: 0.25s; }
    #nav-overlay .listNav .ln-letters a:hover {
      color: #014d99; }
    #nav-overlay .listNav .ln-letters a.ln-selected {
      background-color: #54baf5; }
    #nav-overlay .listNav .ln-letters a.ln-disabled {
      opacity: 0.5; }
      #nav-overlay .listNav .ln-letters a.ln-disabled:hover {
        background-color: transparent;
        color: inherit; }
    #nav-overlay .listNav .ln-letters a.ln-last {
      display: none; }
#nav-overlay .list-nav-element {
  display: block;
  width: 80%;
  margin: 0 auto; }
  #nav-overlay .list-nav-element li a {
    font-size: 1.2rem;
    font-family: "WB-Title", sans-serif;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
    font-weight: normal;
    color: #fff; }
    #nav-overlay .list-nav-element li a:hover {
      color: #54baf5; }

#watershed-by-list {
  column-count: 8; }

#notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100; }

#notice-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(8, 34, 67, 0.2);
  text-align: center; }
  #notice-inner p {
    font-size: 1.8rem; }

@media (max-width: 899px) {
  body {
    overflow: hidden; }

  #notice {
    display: block; } }
/*
.ui-widget {
  font-family: $base-font-family;
}

.ui-widget-content {
  border: none;
  background: transparent;
  color: $base-font-color;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
  border: none;
  background: transparent;
  color: $base-font-color;
}

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
  border: none;
  background: transparent;
  color: $base-font-color;
}
*/
.ui-slider-handle {
  display: block;
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  background: red;
  z-index: 2; }

.accordion-head {
  outline: none;
  cursor: pointer;
  background-color: transparent;
  color: #014d99; }
  .accordion-head span {
    display: inline-block;
    margin: -4px 10px 0 0;
    color: #ee1c3f;
    font-size: 1rem;
    vertical-align: middle; }
    .accordion-head span:before {
      font-family: 'CCKP-Icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.accordion-content {
  padding: 20px 0; }

.ui-tabs-tab {
  outline: none; }
  .ui-tabs-tab a {
    outline: none; }

/*
	STYLE SHEET FOR JQUERY LISTNAV PLUGIN V 2.4.0, 3/11/2014
	For more information, visit http://esteinborn.github.com/jquery-listnav
*/
.listNav,
.ln-letters {
  overflow: hidden; }

.listNavHide {
  display: none; }

.listNavShow {
  display: list-item; }

.letterCountShow {
  display: block; }

.ln-letters a {
  font-size: 0.9em;
  display: block;
  float: left;
  padding: 2px 6px;
  border: 1px solid silver;
  border-right: none;
  text-decoration: none; }
.ln-letters .ln-last {
  border-right: 1px solid silver; }
.ln-letters a:hover,
.ln-letters .ln-selected {
  background-color: #eaeaea; }
.ln-letters .ln-disabled {
  color: #ccc; }

.ln-letter-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.35;
  color: #336699; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-list {
  height: 100%;
  z-index: 1; }

.slick-track {
  height: 100%; }

.slider-meta .slider-nav {
  font-family: "WB-Gothic", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #999; }
.slider-meta .slider-status {
  display: inline-block;
  width: 50px;
  text-align: center;
  vertical-align: middle; }
  .slider-meta .slider-status span {
    color: #ee1c3f; }
.slider-meta .slider-arrow {
  display: inline-block;
  margin-top: -2px;
  cursor: pointer;
  vertical-align: middle; }
  .slider-meta .slider-arrow.next {
    text-align: right; }
  .slider-meta .slider-arrow span {
    cursor: pointer; }

.slick-slide {
  outline: none; }

/*
@import '../bower_components/jquery-nice-select/scss/nice-select';

.nice-select {
  display: inline-block;
  float: none;
  background-color: $blue2;
  border: none;
  border-radius: $base-border-radius;
  color: $white;
  
  &.open {
    background-color: $blue1;
  }
  
  .list {
    color: $base-font-color;
    border-radius: 0;
    
    .option {
      &.selected {
        background-color: $blue5!important;
        color: $white;
        font-weight: normal;
        
        &:hover {
          background-color: $blue4!important;
          color: $white;
        }
      }
    }
    
    &:hover {
      .option {
        &.selected {
          &:not(:hover) {
            background-color: $blue5!important;
            color: $white;
          }
          
          &:hover {
            background-color: $blue4!important;
            color: $white;
          }
        }
      }
    }
  }
}
*/
/*
@import 'https://code.highcharts.com/css/highcharts.css';

// highcharts styling

.highcharts-container {
  font-family: $base-font-family;
  
  * {
    text-shadow: none!important;
  }
}

.highcharts-title {
  margin-right: 30px;
  padding-right: 30px;
  font-size: 1.6rem;
  font-family: $wb-gothic;
  @include all-caps;
  text-align: left;
  fill: $blue2;
}

.highcharts-subtitle {
  font-family: $base-font-family;
  text-align: left;
  fill: $grey4;
}

// colors

.highcharts-color-0 {
  fill: $blue5;
  stroke: $blue5;
}

.highcharts-color-1 {
  fill: $blue4;
  stroke: $blue4;
}

.highcharts-color-2 {
  fill: $magenta1;
  stroke: $magenta1;
}
/*
.highcharts-color-3 {
  fill: #f7a35c;
  stroke: #f7a35c;
}

.highcharts-color-4 {
  fill: #8085e9;
  stroke: #8085e9;
}

.highcharts-color-5 {
  fill: #f15c80;
  stroke: #f15c80;
}

.highcharts-color-6 {
  fill: #e4d354;
  stroke: #e4d354;
}

.highcharts-color-7 {
  fill: #2b908f;
  stroke: #2b908f;
}

.highcharts-color-8 {
  fill: #f45b5b;
  stroke: #f45b5b;
}

.highcharts-color-9 {
  fill: #91e8e1;
  stroke: #91e8e1;
}

.highcharts-arearange-series {
  fill: transparentize($blue2, 0.9);
  stroke: transparentize($blue2, 0.7);
  stroke-width: 1;
}
*/
.highcharts-contextbutton {
  top: 10px;
  right: 10px; }

.ol-attribution img {
  display: inline-block; }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 10px;
  color: #333237;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #333237; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #57585e;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #4b4c51;
    text-decoration: none;
    background-color: #eff3f5; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #53baf5; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #474c59;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 10px;
  color: #474c59;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #57585e; }

  .tooltip {
    position: relative;
    padding: 3px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    opacity: 1;
    white-space: nowrap;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.4rem;
    word-wrap: break-word;
    opacity: 1;
    font: 10pt sans-serif; }
    .tooltip.show {
      opacity: 0.95; }
    .tooltip .arrow {
      position: absolute;
      display: block;
      width: 0.8rem;
      height: 0.4rem; }
      .tooltip .arrow::before {
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid; }
  
  .bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0; }
    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: 0; }
      .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
        top: 0;
        border-width: 0.4rem 0.4rem 0;
        border-top-color: rgba(1, 77, 153, 0.92); }
  
  .bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem; }
    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
      left: 0;
      width: 0.4rem;
      height: 0.8rem; }
      .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
        right: 0;
        border-width: 0.4rem 0.4rem 0.4rem 0;
        border-right-color: rgba(1, 77, 153, 0.92); }
  
  .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0; }
    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: 0; }
      .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
        bottom: 0;
        border-width: 0 0.4rem 0.4rem;
        border-bottom-color: rgba(1, 77, 153, 0.92); }
  
  .bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem; }
    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
      right: 0;
      width: 0.4rem;
      height: 0.8rem; }
      .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
        left: 0;
        border-width: 0.4rem 0 0.4rem 0.4rem;
        border-left-color: rgba(1, 77, 153, 0.92); }
  
  .tooltip-inner {
    max-width: 200px;
    padding: 8px 8px;
    color: #fff;
    text-align: center;
    background-color: rgba(1, 77, 153, 0.92);
    border-radius: 0px; }

/*!
 * Bootstrap-select v1.13.0-beta (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  padding-right: 25px;
  z-index: 1; }

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999; }

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none; }

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2; }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%; }

.bootstrap-select.form-control.input-group-btn {
  z-index: auto; }

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0; }

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.form-inline .bootstrap-select .form-control {
  width: 100%; }

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed; }

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060; }

.bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block;
  width: 100%; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-left: inherit;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select .dropdown-toggle .filter-option-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important; }

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-select .dropdown-menu li {
  position: relative; }

.bootstrap-select .dropdown-menu li.active small {
  color: #fff; }

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em; }

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-donebutton .btn-group button {
  width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

.bootstrap-select .dropdown-toggle .filter-option-inner {
  line-height: 1.4;
  text-overflow: ellipsis; }
.bootstrap-select .dropdown-menu {
  font-size: 1.4rem; }
.bootstrap-select .dropdown-header {
  font-size: 1.6rem;
  font-weight: 600; }

.tooltip {
  background-color: transparent;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6; }
  .tooltip .tooltip-inner {
    background-color: rgba(1, 77, 153, 0.92); }

.social-widget-wrap {
  position: relative; }
  .social-widget-wrap .social-trigger {
    cursor: pointer; }
  .social-widget-wrap .social-widget {
    position: absolute;
    top: 100%;
    right: 9999px;
    width: 200%;
    margin: 0;
    padding: 0; }
    .social-widget-wrap .social-widget a {
      display: block;
      float: none; }
  .social-widget-wrap.open .social-widget {
    right: 0; }

.social-permalink-input {
  display: none; }
  .social-permalink-input input {
    display: block;
    width: 100%;
    margin: 0;
    padding: 4px;
    outline: none; }

.toolbar-tray-open.toolbar-horizontal #main-header {
  top: 89px; }
.toolbar-tray-open.toolbar-horizontal.alt-header #header-nav-primary {
  top: 123px; }

/*# sourceMappingURL=screen.css.map */

.cckp_tooltip {
  text-align: left;
    letter-spacing: initial;
    opacity: 1;
    display: inline-block;
    width: 24px;
    border: 1px solid #306da9;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    margin-left: 10px;
    margin-top: -2px;
}
.cckp_tooltip .icon {
  margin: 0;
  color: #306da9;
}

#data-view-filters .flyout {
  float: right;
  font-weight:normal;
  font-size: 15px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  line-height: 1.8;
  text-transform: none;
  text-align: left;
  position: sticky;
  letter-spacing: initial;
}

.climate-country-profiles .section-content {
  margin-top: 80px;
}
.climate-country-profiles .section-content ul {
  column-count: 4;
}
.climate-country-profiles .section-content h3 {
  font-size: 3.2rem;
    font-weight: normal;
    color: #014d99;
    margin-top: 20px;
    margin-bottom: 10px;
}
.list-country-profile a {
  color: #ee1c3f;
}
.social-media-sharing .share img {
  width: 32px;
}
.social-media-sharing li {
  display: block;
  margin-bottom: 10px;
}

.social-media-sharing ul {
  display: block;
}
.social-media-sharing {
  position: fixed;
  top: 50%;
  left: 35px;
  z-index: 999;
}
#openid-connect-login-form div:nth-child(1)
{
        display:inline-block; !important;
}
#openid-connect-login-form div:nth-child(2)
{
        display:inline-block; !important; padding:0 10px;
}

#page-download-data .tab .downloadlatlonor {
  margin-bottom: 0;
  border: 0;
}

.longitude, .latitude {
  padding: 10px;
  margin: 0;
}

.country_profile_text {
  color: #ee1c3f;
  font-weight: bold;
  font-size: 16px;
}
