.bottomlinks>li>a {
    position: relative;
    display: block;
    padding: 3px 3px;
    list-style: none;
}

address {
}

footer div.row {
    margin-top: 20px;
    font-size: 13px;
}


.circle-marker {
  -webkit-appearance: none;
  background: #e5e5df;
  border: none;
  outline: none;
  display: block;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 600px;
  left: 50%;
  height: 50px;
  width: 50px;
  padding: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.circle-marker:hover {
  top: 605px;
  background: #f0ab00;
}

.downarrow {
  margin-top: 6px;
}

.button-blue {
  color: #fff;
  background-color: #0099cc;
  border-color: #ccc;
}

.footerlogo {
  width:90%;
  max-width: 340px;
}
/*
    Custom WRI
*/

footer {
    background: #eee;
}

.well {
    background-color:rgba(245, 245, 245, 0.8);
}

.img-rounded {
    width:95%;
}


/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

.overview-section {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
}

.cait-tools-section {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #eee;
}

.in-the-news-section {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
}

.datasets-section {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #eee;
}


/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
    height: 600px;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-caption {
    top: 35%;
    color: #333;
    text-shadow: none;
}

.carousel-nav {
    position: absolute;
    right: 15%;
    left: 15%;
    top: 120px;
    margin: 0 auto;
    z-index: 1000;
    width: 450px;
    z-index: 1;
}

.carousel-nav-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background-color: #0099cc;
    border-radius: 4px;
    padding-left: 35px;
    padding-right: 35px;
}

/* Small screens */
@media all and (max-width: 786px) {
    .carousel-nav-inner {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
    text-align: center;
  }
  
  .col-sm-4{
    margin-top: 60px;
  }


  .carousel-nav {
    top: 80px;
    width: 200px;
  }
  
  .carousel-caption {
    top: 27%;
  }

  .carousel-nav .divider {
    display: none;
  }
}

.carousel-nav-inner > a {
    font-size: 18px;
    text-decoration: none;
    padding: 10px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.divider {
    margin: 8px 0;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

/* Navigation Styles */

/* New Header CSS BEGIN */

#RightNavButton > .menu-button {
  height: 48px;
  vertical-align: middle;
}

#RightNavButton .menu-text {
  font-size: 13px;
  color: grey;
}

#RightNavButton > .menu-button i {
  font-size: 24px;
  color: grey;
}

#RightNavButton {
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  height: 48px;
  margin-left: 8px;
  display: inline-block;
  border-left: 1px solid lightgrey;
  width: 52px;
  padding-top: 4px;
}

#RightNavigationPanel {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 200px;
  z-index: 100000;
  background-color: white;
  border: none;
  padding: 6px;
  overflow: hidden;
}

#RightNavigationPanel .app-links hr {
  margin-left: 8px;
}

#RightNavigationPanel ul {
  box-sizing: border-box;
  color: rgb(85, 85, 85);
  display: block;
  font-family: adrianna-condensed, sans-serif;
  font-size: 13px;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

#RightNavigationPanel ul li ul {
  margin-top: .25em;
}

#RightNavigationPanel ul li ul li {
  margin-left: .75em;
}

#RightNavigationPanel ul.nav li {
  width: 100%;
  color: rgb(85, 85, 85);
  display: block;
  font-family: adrianna-condensed, sans-serif;
  font-size: 13px;
  line-height: 18px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-bottom: 5px;
  padding-top: 5px;
}

#RightNavigationPanel ul.nav li p {
  padding-left: 8px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}

#RightNavigationPanel ul.nav li.addthis_li {
  padding-top: 3px;
  margin-bottom: 16px;
}

#RightNavigationPanel ul.nav li > div {
  margin-left: .5em;
}

#RightNavigationPanel ul.nav li > a {
  text-decoration: none;
  color: rgb(66, 139, 202);
  border-radius: 4px;
  line-height: 18px;
  font-size: 13px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
}

#RightNavigationPanel .app-links ul.nav li > a {
}

#RightNavigationPanel h4 {
  font-weight: normal;
  display: block;
  padding-left: .5em;
  margin-bottom: .25em;
  margin-top: 21px;
  font-size: 16px;
}

#RightNavigationPanel .contact-info h4 {
  padding-left: 0;
}

#RightNavigationPanel ul.nav li a:hover {
  color: rgb(42, 100, 150);
  background-color: rgb(238, 238, 238);
}

#RightNavigationPanel .contact-info {
  width: 92%;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  bottom: 0px;
}

#RightNavigationPanel .contact-info p {
  box-sizing: border-box;
  color: rgb(85, 85, 85);
  display: block;
  font-family: adrianna-condensed, sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

#RightNavigationPanel .close-button {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  z-index: 1000;
}

i.fa.fa-external-link {
  margin-right: .5em;
}

#RightNavigationPanel .close-button i {
  color: grey;
  font-size: 24px;
}



.apps-nav {
  display: inline-block;
}

.apps-nav .app-select-toggle {
  cursor: pointer;
  padding-left: 24px;
  padding-bottom: 4px;
  font-size: 15px;
}

.apps-nav .app-select-toggle i {
  width: 12px;
}

.apps-nav .app-selections {
  position: absolute;
  top: 73px;
  left: 20px;
  width: 245px;
  z-index: 100000;
  background-color: #EEAA28;
  /* border: 1px solid darkgray; */
  padding: 6px;
  overflow: hidden;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0px 2px 3px #e0bb70;
}

.embedContainer {
  padding-top: 75px;
}

/*#RightNavContainer {
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
}*/

#wrapper.menu-shown {
  padding-right: 200px;
}

#nav-overlay {
  display: none;
}

#nav-overlay.active {
  display: block;
  background: rgba(17, 17, 17, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 200px;
  z-index: 20;
}

.navbar {
  margin: 0!important;
  margin-bottom: 0!important;
}

#header {
  width: 100%;
  display: inline-block;
  background-color: white;
  border-bottom: 5px solid #EEAA28;
  position: fixed;
  top: 0!important;
  left: 0;
  z-index: 19;
}

#header .menu-text {

}

.header-content {
  padding-left: 16px;
}


#RightNavigationPanel, #header {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

#header h1 {
  box-sizing: border-box;
  color: rgb(34, 34, 34);
  display: inline-block;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 0px;
  margin-top: 3px;
}

#header .nav>li>a {
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
}

#scrollingContent {
  overflow-y: scroll;
}

.header-logo-container {
  display: inline-block;
  float: right;
  padding-top: 12px;
  padding-right: 8px;
  height: 48px;
}

.header-logo {
  margin-left: 18px;
}

#RightNavigationPanel .header-logo {
  margin-left: 2px;
}

.app-selections a, .app-selections a:link, .app-selections a:hover {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

.app-selections li {
  border-radius: 4px;
  width: 100%;
}
.app-selections li:hover {
  cursor: pointer;
}

.button-support {
  -webkit-appearance: none;
-webkit-transition-delay: 0s;
-webkit-transition-duration: 0.3s;
-webkit-transition-property: all;
-webkit-transition-timing-function: ease;
-webkit-writing-mode: horizontal-tb;
align-items: flex-start;
background-color: rgb(197, 31, 36);
border-bottom-color: rgb(240, 171, 0);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(240, 171, 0);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(240, 171, 0);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(240, 171, 0);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: solid;
border-top-width: 1px;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
font-size: 15px;
font-style: normal;
font-variant: normal;
font-weight: bold;
height: 44px;
letter-spacing: normal;
line-height: 44px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 0px;
padding-left: 22px;
padding-right: 22px;
padding-top: 0px;
text-align: center;
text-decoration: none;
text-indent: 0px;
text-shadow: none;
text-transform: none;
transition-delay: 0s;
transition-duration: 0.3s;
transition-property: all;
transition-timing-function: ease;
white-space: nowrap;
width: 140.6875px;
word-spacing: 0px;
writing-mode: lr-tb;
}

.button-support:hover {
    -webkit-appearance: none;
-webkit-transition-delay: 0s;
-webkit-transition-duration: 0.3s;
-webkit-transition-property: all;
-webkit-transition-timing-function: ease;
-webkit-writing-mode: horizontal-tb;
align-items: flex-start;
background-color: rgb(197, 31, 36);
border-bottom-color: rgb(240, 171, 0);
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(240, 171, 0);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(240, 171, 0);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(240, 171, 0);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: solid;
border-top-width: 1px;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
font-size: 15px;
font-style: normal;
font-variant: normal;
font-weight: bold;
height: 44px;
letter-spacing: normal;
line-height: 44px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 0px;
padding-left: 22px;
padding-right: 22px;
padding-top: 0px;
text-align: center;
text-decoration: none;
text-indent: 0px;
text-shadow: none;
text-transform: none;
transition-delay: 0s;
transition-duration: 0.3s;
transition-property: all;
transition-timing-function: ease;
white-space: nowrap;
width: 140.6875px;
word-spacing: 0px;
writing-mode: lr-tb;
}

@media(max-width: 1022px) {

  .navbar-nav {
    margin: 0!important;
  }

  .header-logo-container {
    display:none;
  }

  #header {
    width: 100%;
  }

  .apps-nav {
    width: 100%;
  }

  .apps-nav .app-selections {
    width: 100%;
    position: static;
    background-color: #EEAA28;
    border-radius: 0;
    box-shadow: none;
    padding: 6px;
    border: none;
  }
}

@media(max-height: 799px) {
  #bottom-contact {
    display: none;
  }
}

@media print {
  #RightNavigationPanel, .nav-overlay, #header {
    display: none!important;
  }
}
/* New Header CSS END */

/*
     FILE ARCHIVED ON 04:25:56 Mar 05, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:47:01 Nov 05, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 11277.623
  exclusion.robots: 0.251
  exclusion.robots.policy: 0.243
  RedisCDXSource: 0.616
  esindex: 0.008
  LoadShardBlock: 11246.526 (3)
  PetaboxLoader3.datanode: 11316.64 (5)
  CDXLines.iter: 20.378 (3)
  load_resource: 221.484 (2)
*/