body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 55px;
}
h1,
h2,
h3,
h4 {
  font-family: "Exo 2", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #669966;
}
h1 {
  font-size: 22px;
  margin-bottom: 20px;
}
h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  font-size: 14px;
  margin-bottom: 5px;
}
h6 {
  font-weight: normal;
}
.underline {
  border-bottom: 1px dotted #bbb;
}
a {
  color: #084888;
  font-weight: 600;
}
a:hover {
  color: #369;
  text-decoration: none;
}
a.h4-link {
  font-size: 14px;
  margin-bottom: 5px;
  color: #669966;
  font-family: "Exo 2", Helvetica, Arial, sans-serif;
}

.ScreenLimitFooter {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#masthead {
  position: relative;
  padding: 0;
  color: #fff;
  background-color: #003366;
}

/* anchor offset to account for fixed top bar nav */
.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -85px;
}

/*----------------------------------------------------------------------------------*/
/* Background colors*/
.bg-darkblue {
  background-color: #003366;
}
.bg-green {
  background-color: #669966;
}
.bg-greenalpha {
  background-color: rgba(102, 153, 102, 0.5);
}
.bg-grey {
  background-color: rgb(204, 204, 204);
}
.bg-lightgrey {
  background-color: #f2f2f2;
}

/*----------------------------------------------------------------------------------*/
/* fonts */
.branding {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.branding2 {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.branding3 {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.branding2 > a,
.branding3 > a {
  font-weight: 400;
}
.branding a {
  color: #ffffff;
  font-weight: bold;
}
.branding a:active,
.branding a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}
.title {
  padding: 7px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

/* list styling */
.non-indented {
  padding-left: 10px;
  padding-top: 0px;
  list-style-position: outside;
  list-style-type: none;
  list-style-image: url(../img/homepage/bullet.png);
}

.mission {
  padding: 0px;
  margin-left: 15px;
  list-style-position: outside;
  list-style-type: none;
}

.mission i {
  font-size: 10px;
  color: #669966;
  padding-top: 4px;
}

/*----------------------------------------------------------------------------------*/
/* top nav bar - modifications to bootstrap defaults */

/* change default bootstrap .navbar background-color */
.navbar {
  background-color: #ddeee2;
}
/* remove default bootstrap bottom border */
.navbar-fixed-top {
  border: none;
}
/* remove default bootstrap .navbar-collapse max-height */
.navbar-fixed-top .navbar-collapse {
  max-height: none;
}
.container > .navbar-header {
  margin-left: 0px;
  margin-right: 0px;
}
.wwpdb-logo {
  margin: 8px 10px 5px 0px;
}
/* when the collapse nav button is hit - color it green */
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: rgba(102, 153, 102, 0.5);
}
.navbar-toggle .icon-bar {
  background-color: rgb(102, 153, 102);
}
.navbar button.navbar-toggle {
  border: 1px solid rgba(102, 153, 102, 0.25);
  margin-right: 0px;
}
/* hover/focus nav's , no background change */
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  color: #fc9571;
  text-decoration: none;
  background-color: transparent;
}
/* color text orange on hover */
.navbar .navbar-nav > li:hover > a {
  color: #fc9571;
}
/* list items */
.navbar .nav > li > a {
  padding: 0px 0px 0px 0px;
  background-color: transparent;
}

.navbar .nav > li > a.dropdown-toggle {
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 4px;
  background-color: transparent;
}
.in .nav > li > a.dropdown-toggle {
  padding: 10px 10px 10px 0px;
}
li.dropdown {
  margin-top: 8px;
  /*border-right: 1px solid #a3c2a5;*/
}
li.dropdown > ul.dropdown-menu {
  margin-top: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}
.dropdown-menu > li a {
  border-bottom: 1px dotted #ddd;
}
.dropdown-menu > li:last-child a {
  border-bottom: none;
}
/* drop-down menu hover */
.dropdown-menu > li:hover a {
  background-color: #a3c2a5;
  color: #fff;
}
.navbar-nav li.wwpdb-foundation-logo {
  margin: 15px 0 0px 10px;
}
.in .navbar-nav li.wwpdb-foundation-logo {
  margin: 15px 0 0px 0px;
}
.in .nav > li > a.dropdown-toggle {
  padding: 10px 10px 10px 0px;
}

@media (max-width: 1200px) {
  li.dropdown > ul.dropdown-menu {
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    border: 0;
    background-color: #fff;
    margin-left: 15px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
  .navbar-nav {
    margin: 7.5px 0px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

/*----------------------------------------------------------------------------------*/
/* Branding Bar */
/* Horizontally center images slight off to the right */
#wwPDBcarousel img {
  display: block;
  margin: auto;
  height: 260px;
  padding: 15px 0 0 0;
}
/* Helps create the 3 stacked layers */
.brandingBar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 335px;
}
.brandingBarBacker {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 335px;
}
.greenBox {
  height: 100%;
  z-index: 3;
  color: #fff;
  display: block;

}
.greenBox img {
  max-width: 37px;
}
.greenBox a {
  color: #fff;
}

@media (max-width: 991px) and (min-width: 768px) {
  #branding-bar-bottom-green {
    height: 86px;
  }
}

/* Carousel */
/* Fade transition for carousel items */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition: opacity 3s ease;
  -webkit-backface-visibility: hidden;
  -moz-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  -o-transition: opacity 3s ease;
  transition: opacity 3s ease;
}
.carousel-fade .carousel-inner .item.active {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  -webkit-backface-visibility: hidden;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

/*----------------------------------------------------------------------------------*/
/* Homepage */
.HPfocus {
  background-color: #faedd9;
  border: 1px solid #ef8f6c;
}

/*----------------------------------------------------------------------------*/

/* side navigation menu */
.wwpdb-sidenav {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  margin-right: 15px;
  margin-top: 18px;
}
.wwpdb-sidenav > li.menu-title {
  background-color: #669966;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.wwpdb-sidenav > li > a {
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
}
.wwpdb-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.wwpdb-sidenav > .active > a {
  background-color: rgba(102, 153, 102, 0.1);
}
/* chevrons */
.wwpdb-sidenav .glyphicon-chevron-right {
  float: right;
  margin-top: 2px;
  opacity: 0.25;
}
.wwpdb-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.wwpdb-sidenav a:hover .glyphicon-chevron-right {
  opacity: 0.5;
}
.wwpdb-sidenav .active .glyphicon-chevron-right,
.wwpdb-sidenav .active a:hover .glyphicon-chevron-right {
  opacity: 1;
}

/*----------------------------------------------------------------------------------*/
/* Page content */

div.wwpdb-content ol > li,
div.wwpdb-content ul > li {
  margin: 5px 0;
}
div.wwpdb-content blockquote {
  margin: 10px 10px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px;
  font-size: 16px;
}
.clear {
  clear: both;
}
.cite {
  padding: 9px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.answer {
  padding: 9px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}

dl.wwpdb-page {
  width: 100%;
}
dl.wwpdb-page > dt,
dl.wwpdb-page > dd {
  float: left;
  margin-bottom: 10px;
}
p.wwpdb-page-news-date {
  font-weight: bold;
  border-top: 1px dotted #bbb;
  margin-top: 40px;
  padding-top: 5px;
}
img.wwpdb-page {
  margin: 10px 20px 20px 0;
}
img.wwpdb-page-border {
  border: 1px solid #aaa;
}
div.wwpdb-reference > div {
  margin: 5px 0;
}
.wwpdb-table-toggle {
  height: 0px;
  overflow: hidden;
}
div.wwpdb-table-link {
  color: #036;
  font-weight: 600;
  cursor: pointer;
  margin: 5px 0;
  width: 100%;
  background-color: #eee;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
div.wwpdb-table-link:hover {
  color: #369;
}
/* document link used for links to pdf and other document and media files */
.wwpdb-document-links {
  margin: 5px 0 20px;
}
.wwpdb-document-links > a {
  padding: 4px 12px;
  margin-right: 10px;
  background-color: #aca;
  color: #000;
  border-radius: 4px;
  font-weight: normal;
}
.wwpdb-document-links > a:hover {
  background-color: #cdc;
  color: #000;
}
.wwpdb-document-links > a:focus {
  outline: none;
  text-decoration: none;
}

.wwpdb-page-submenu {
  margin: 30px 0 20px;
}
.wwpdb-page-submenu > a {
  padding: 4px 12px;
  margin-right: 10px;
  background-color: #f0f8f0;
  color: #000;
  border-radius: 4px;
  font-weight: normal;
}
.wwpdb-page-submenu > a:hover {
  background-color: #cdc;
  color: #000;
}
.wwpdb-page-submenu > a:focus {
  outline: none;
  text-decoration: none;
}
.wwpdb-page-submenu > a.active {
  background-color: #aca;
}
img.border {
  border: 1px solid #ccc;
}
code.rsync-protocol {
  color: black;
  background-color: #eee;
  font-family: monospace, courier;
  border-radius: 3px;
  padding: 0 3px;
}
code.aws-protocol {
  color: black;
  background-color: #eee;
  font-family: monospace, courier;
  border-radius: 3px;
  padding: 5px 3px;
}
ul.aws-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  line-height: 2.0;
}

/*----------------------------------------------------------------------------------*/
/* News */
/* Create news blocks */
.newsItem {
  background-color: rgb(245, 245, 245);
  padding: 5px 10px 7px 10px;
  margin-bottom: 10px;
}
.newsItem p {
  margin-top: 5px;
}
.newsDate {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px dotted #666;
  font-family: "Exo 2", sans-serif;
  margin: 0;
}
/* Float "read more" links to the right */
.moreNews {
  float: right;
}
/* Constrain the news image */
.newsImage {
  max-width: 170px;
  max-height: 170px;
  float: left;
  margin: 7px 7px 7px 3px;
}
/*----------------------------------------------------------------------------------*/
/* Footer */
.topFooter {
  background-color: rgb(221, 238, 226);
}
.bottomFooter {
  background-color: rgb(102, 153, 102);
  text-align: center;
  color: #fff;
}
/*----------------------------------------------------------------------------------*/
/* Images */
.logoLimit {
  max-height: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5px;
}
.pdbdevlogo {
  min-height: 70px;
  max-height: 50px;
  width: auto;
}
.logoWidth {
  width: 20%;
}
/* Images */
.seal {
  max-height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 5px;
}

/*----------------------------------------------------------------------------------*/
/* Spacing and lines*/
.tinyMarginTop {
  margin-top: 7px;
}
.smallMarginTop {
  margin-top: 15px;
}
.tinyMarginBottom {
  margin-bottom: 7px;
}
.smallMarginBottom {
  margin-bottom: 15px;
}
.tinyPad {
  padding: 5px;
}
.smallPad {
  padding: 10px;
}
.padLR {
  padding: 10px 25px 10px 25px;
}
.noPad {
  padding: 0;
}
.padTop {
  padding-top: 8px;
}
.topFade {
  border-top: 10px solid #ddeee2;
}
.line-downdot {
  width: 100%;
  border-bottom: 1px dotted #333;
}
.line-downdotfff {
  border-bottom: 1px dotted #fff;
}
.line-topdotfff {
  border-top: 1px dotted #fff;
}
.wwpdb-table th {
  background-color: #dff0d8;
}

.one-dep-logo {
  margin-top: 10px;
}
/* Adjsut Color of Nav Pills */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #669966;
}
.nav-pills > li > a:hover {
  background-color: rgba(102, 153, 102, 0.5);
  color: #000;
}

.wwpdb-member {
  margin-top: 10px;
  border-top: 1px dotted #bbb;
  margin: 10px 0;
}
