@charset "UTF-8";

:root {
  --btn-hover-color: #3F454F;
  --btn-hover-background-color: #b9d9ec;
  --bs-primary: rgb(51, 122, 183) !important;
  --bs-card-cap-bg: rgb(51, 122, 183) !important;
  --bs-btn-bg: rgb(51, 122, 183) !important;

  --bop-header-color: #005284;
  --bop-background-color: #646568;
  --bop-footer-color: #00243b;
  --bop-maximum-width: 1349px;
}

body {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: var(--bop-background-color);
  font-size: 14px;
}

h1 {
  font-size: 2.00em;
  color: var(--bop-header-color);
}

h2 {
  font-size: 1.55em;
  color: var(--bop-header-color);
}

/*KEYBOARD Accessibility*/
a:focus>img {
  background-color: none;
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.alert {
  width: 71%;
  margin: auto;
  text-align: center;
  position: fixed;
  z-index: 1000;
}

.card-header {
  background-image: url(/img/nav-bg-fill-tall.png);
  background-size: contain;
  color: var(--bs-light);
}

.study-card {
  margin-right: 15px;
  margin-left: 15px;
}

#advanced-search-body {
  padding: 5px;
  width: 300px;
  margin-top: 20px;
  margin-left: -100px;
}

#advanced-search-body * {
  gap: 10px;
}

.sharp-box {
  background: url(../img/image001.png) 100% 100% no-repeat #d2aa5f;
}

.modal-header .close {
  margin-right: 10px;
}

.modal-header {
  margin-right: -20px;
  margin-top: -10px;
}

#searchText-modal {
  border-radius: 4px;
  height: 34px;
  font-size: 14px;
}

.top-buffer {
  margin-top: 20px;
}

.div-last-modified {
  color: gray;
  text-align: right;
  width: 100%;
  font-size: 92%;
}

.list-group-item-lg {
  height: 55px;
}

.list-group-item-xlg {
  height: 75px;
}

.text-muted {
  margin-top: 2px;
}

#search-body {
  max-height: calc(100vh - 212px);
  overflow-y: auto;
}

.modal-body {
  padding: 5px;
}

.control-label {
  color: black;
}

.col-md-6 {
  color: black;
}

/* center things when they reach the maximum width. */
.middle-box,
.inside-middle-box,
.blast-banner,
.navbar {
  max-width: var(--bop-maximum-width);
  margin-left: auto;
  margin-right: auto;
}

.blast-banner {
  max-height: calc(var(--bop-maximum-width) / 4);
}


.blast-banner {
  background-image: url(/img/BOP_heroImage.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vw;
  margin: auto;
  margin-bottom: 0;
}

#head-banner {
  background-image: url(../img/main-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--bop-background-color);
  background-size: auto auto;
  width: auto;
  height: 306px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 50px;
}

#mainConfiguration {
  margin: auto;
  width: 100%;
  padding: 10px;
}

.panel {
  border: 1px solid;
}

.email {
  min-width: 7rem;
}

.main-nav {
  margin-left: auto;
  margin-right: auto;
  background-image: url(/img/nav-bg-fill-tall.png);
  background-repeat: repeat-x;
  margin-bottom: 0px;
  color: white;
  background-color: #01456F;
}

.navbar-nav {
  width: 100%;
}

.navbar-inverse {
  background-image: url(/img/top-bar-fill.jpg);
  background-repeat: repeat-x;
  background-size: cover;
  background-color: #222;
  border-color: #080808;
  border-bottom: solid 1px #fff
}

img.center {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

#columnleft {
  width: 50%;
  float: left;
  height: 100%;
  margin-top: 15px;
}

#columnright {
  width: 50%;
  float: right;
  height: 100%;
  margin-top: 15px;
}

.studydescriptions {
  width: 100%;
}

#loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.searching {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}

a {
  color: darkblue;
}

a:hover {
  color: darkred;
  text-decoration: none;
}

.modal {
  overflow: auto;
  color: #333;
}

.links {
  text-align: center;
  display: none;
}

.animal-body {
  padding: 3px;
}

.bop-image {
  margin: 10px;
}

.quickLink {
  line-height: 16px;
  font-style: normal;
  font-size: 14px;
  white-space: nowrap;
  display: inline;
  color: #006621;
}

::-ms-clear {
  display: none;
}

.form-control-clear {
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
  margin-right: 40px;
}

.form-search-rounded [type='text'] {
  /* the search text entry */
  height: 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 2px 11px;
  font-size: 13px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-search-rounded .search-dropdown {
  /* the search type dropdown button */
  font-size: 12px;
  padding: 1px 6px 0px 6px;
}

.form-search-rounded .search-dropdown::after {
  /* copied from bootstrap .dropdown-toggle::after to get the styling without the behavior */
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.form-search-rounded .btn-search {
  /* the last thing in the search control */
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px 6px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

#logoutform {
  display: block;
  padding: 5px 12px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  background-color: white;
  cursor: pointer;
}

#userTable_wrapper {
  color: black;
}

.jumbotron-mini {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
}

.mb20 {
  margin-bottom: 20px;
}

hgroup {
  padding-left: 15px;
  border-bottom: 1px solid #ccc;
}

hgroup h1 {
  font: 500 normal 1.625em "Roboto", Arial, Verdana, sans-serif;
  color: #2a3644;
  margin-top: 0;
  line-height: 1.15;
}

hgroup h2.lead {
  font: normal normal 1.125em "Roboto", Arial, Verdana, sans-serif;
  color: #2a3644;
  margin: 0;
  padding-bottom: 10px;
}

.search-result .thumbnail {
  border-radius: 0 !important;
}

.search-result:first-child {
  margin-top: 0 !important;
}

.search-result {
  margin-top: 20px;
}

.search-result .col-md-2 {
  border-right: 1px dotted #ccc;
  min-height: 140px;
}

.search-result ul {
  padding-left: 0 !important;
  list-style: none;
}

.search-result ul li {
  font: 400 normal .85em "Roboto", Arial, Verdana, sans-serif;
  line-height: 30px;
}

.search-result ul li i {
  padding-right: 5px;
}

.search-result .col-md-7 {
  position: relative;
}

.search-result h3 {
  font: 500 normal 1.375em "Roboto", Arial, Verdana, sans-serif;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.search-result h3>a,
.search-result i {
  color: #248dc1 !important;
}

.search-result p {
  font: normal normal 1.125em "Roboto", Arial, Verdana, sans-serif;
}

.search-result span.plus {
  position: absolute;
  right: 0;
  top: 126px;
}

.search-result span.plus a {
  background-color: #248dc1;
  padding: 5px 5px 3px 5px;
}

.search-result span.plus a:hover {
  background-color: #414141;
}

.search-result span.plus a i {
  color: #fff !important;
}

.search-result span.border {
  display: block;
  width: 97%;
  margin: 0 15px;
  border-bottom: 1px dotted #ccc;
}

.HideUnderline {
  text-decoration: none;
}

.navbar-default .navbar-nav>li>a {
  color: white;
  font-weight: bold;
  line-height: 20px
}

.navbar-nav>li>a {
  padding-bottom: 5px;
  padding-top: 5px;
}

.dropdown-menu>li>a .navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #3F454F;
  background-color: #b9d9ec;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-color: #b9d9ec;
  color: #3F454F;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #555;
  background-color: #b9d9ec
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #b9d9ec;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 0px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  display: block;
  padding: 5px 12px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: normal;
  background-color: white;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  color: #333;
  background-color: #b9d9ec
}

.service-logos-wrapper {
  display: block;
  padding: 0;
  margin: auto 0;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 100%;
}

.service-logos {
  display: block;
  padding: 0;
}

.service-logos ul {
  margin: auto 0;
  list-style-type: none;
  width: 100%;
}

.service-logos li {
  margin: 3px 3px 0 3px;
  text-align: center;
  display: inline-block;
  max-width: 60px;
}

.middle-box {
  width: 100%;
  background-color: white;
  padding: 10px 0 0 0;
  margin: 0px auto auto auto;
}

.inside-middle-box {
  width: 100%;
  background-color: white;
  padding: 10px 15px 10px 15px;
  margin-top: 0px;
}

.bomb-logo {
  float: left;
  margin-top: -8px;
  padding-right: 10px;
}

.bomb-logoimage {
  width: 75px;
  height: 76px;
}

.three-image-wrap {
  display: none;
}

.what-lg {
  display: none;
  padding-top: 8px;
}

.what-sm {
  display: block;
  padding-top: 9px;
  max-height: 80px;
  overflow: clip;
}

.initiatives-lg {
  display: block;
  max-height: 80px;
  overflow: clip;
}

.btn-lg-what {
  padding: 0px 5px;
  border-radius: 0px;
  width: 100%;
  text-align: left;
}

.btn-what {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
  height: 60px;
  font-size: 1.1em;
  font-weight: bold;
  background-image: url(/img/nav-bg-fill-tall.png);
  background-repeat: repeat-x;
  margin-bottom: 0px;
  font-family: Arial, Gotham, 'Helvetica Neue', sans-serif;
  font-stretch: condensed;
  line-height: 40px;
}

.btn-initiatives {
  font-stretch: normal;
}

.btn-what.focus,
.btn-what:focus {
  color: white;
  background-color: #b9d9ec;
  border-color: #122b40
}

.btn-what:hover {
  color: #3F454F;
  background-color: #b9d9ec;
  background-image: none;
  border-color: #b9d9ec;
}

.btn-what.active,
.btn-what:active,
.open>.dropdown-toggle.btn-what {
  color: #3F454F;
  background-color: #b9d9ec;
  border-color: #204d74;
}

.btn-what.active.focus,
.btn-what.active:focus,
.btn-what.active:hover,
.btn-what:active.focus,
.btn-what:active:focus,
.btn-what:active:hover,
.open>.dropdown-toggle.btn-what.focus,
.open>.dropdown-toggle.btn-what:focus,
.open>.dropdown-toggle.btn-what:hover {
  color: #3F454F;
  background-image: none;
  background-color: #ccc;
  border-color: #122b40;
}

.btn-what.active,
.btn-what:active,
.open>.dropdown-toggle.btn-what {
  background-image: none;
  background-color: #b9d9ec;
}

.btn-what.disabled.focus,
.btn-what.disabled:focus,
.btn-what.disabled:hover,
.btn-what[disabled].focus,
.btn-what[disabled]:focus,
.btn-what[disabled]:hover,
fieldset[disabled] .btn-what.focus,
fieldset[disabled] .btn-what:focus,
fieldset[disabled] .btn-what:hover {
  background-image: none;
  background-color: #b9d9ec;
  border-color: #2e6da4;
}

.btn-what .badge {
  color: #3F454F;
  background-color: white;
}

.btn-what {
  margin-bottom: 0px;
  margin-top: 0px;
}

.btn-lg-boxes {
  padding: 0px 12px;
  border-radius: 0px;
  width: 100%;
  text-align: left;
}

.btn-boxes {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
  font-size: 1.0em;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url(/img/nav-bg-fill-tall.png);
  background-repeat: repeat-x;
  margin-bottom: 0px;
  margin-top: 5px;
  font-family: Arial, Gotham, 'Helvetica Neue', sans-serif;
  line-height: 20px;
  height: 56px;
}

.btn-boxes.focus,
.btn-boxes:focus {
  color: white;
  background-color: #b9d9ec;
  border-color: #122b40
}

.btn-boxes:hover {
  color: #3F454F;
  background-color: #b9d9ec;
  background-image: none;
  border-color: #b9d9ec
}

.btn-boxes:visited {
  color: #3F454F;
  background-color: #337ab7;
  background-image: none;
  border-color: #b9d9ec
}

.btn-boxes.active,
.btn-boxes:active,
.open>.dropdown-toggle.btn-boxes {
  color: #3F454F;
  background-color: #b9d9ec;
  border-color: #204d74
}

.btn-boxes.active.focus,
.btn-boxes.active:focus,
.btn-boxes.active:hover,
.btn-boxes:active.focus,
.btn-boxes:active:focus,
.btn-boxes:active:hover,
.open>.dropdown-toggle.btn-boxes.focus,
.open>.dropdown-toggle.btn-boxes:focus,
.open>.dropdown-toggle.btn-boxes:hover {
  color: #3F454F;
  background-image: none;
  background-color: #ccc;
  border-color: #122b40
}

.btn-boxes.active,
.btn-boxes:active,
.open>.dropdown-toggle.btn-boxes {
  background-image: none;
  background-color: #b9d9ec
}

.btn-boxes.disabled.focus,
.btn-boxes.disabled:focus,
.btn-boxes.disabled:hover,
.btn-boxes[disabled].focus,
.btn-boxes[disabled]:focus,
.btn-boxes[disabled]:hover,
fieldset[disabled] .btn-boxes.focus,
fieldset[disabled] .btn-boxes:focus,
fieldset[disabled] .btn-boxes:hover {
  background-image: none;
  background-color: #b9d9ec;
  border-color: #2e6da4
}

.btn-boxes .badge {
  color: #3F454F;
  background-color: #fff
}

/* Coordinating Responsibilities */

.buttontext {
  width: auto;
  overflow: hidden;
  white-space: normal;
  display: block;
  text-overflow: ellipsis;
}

.btn-search {
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px 6px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.dark-blue-wrap {
  background-color: #00243b;
  padding: 25px 0 40px 0
}

.footer-wrap {
  width: 100%;
  max-width: var(--bop-maximum-width);
  background-color: var(--bop-footer-color);
  padding: 0 0 0 0;
  text-align: left;
}

.footer-logo-area-box {
  display: block;
  max-width: 500px;
  margin: 0 auto 20px auto;
  float: none;
  position: relative;
}

.footer-logo-box-top-layer {
  z-index: 1;
  position: relative;
  padding: 1px 0 0 0;
}

.footer-blastlogo {
  float: none;
  padding-top: 6px;
  padding-right: 0px;
}

.footer-logoimage {
  width: 100px;
  height: 93px;
}

.footer-logo-area-text {
  color: black;
  margin: 12px 0 0 0;
  text-shadow: 3px 3px 5px black;
}

.footer-program-title-dod {
  color: white;
  text-transform: uppercase;
  margin: 6px 0 0 0;
  font-size: 1.10em;
}

.footer-program-title {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
  text-shadow: 3px 3px 5px black;
  margin: -1px 0 0 0;
}

.footer-program-title-coord {
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
  text-shadow: 3px 3px 5px black;
  margin: -7px 0 0 0;
}

.footer-links-wrap {
  font-weight: bold;
  color: white;
  border-top: solid 1px #2291D0;
  border-bottom: solid 1px #2291D0;
  margin: 15px 25px 0 25px;
  padding: 10px 10px 15px 10px;
}

.footer-links {
  color: white;
  margin-top: 5px;
  font-size: .85em;
}

.footer-links>a:link {
  color: white;
  font-weight: bold;
}

.footer-links>a:visited {
  color: white;
  text-decoration: underline;
}

.footer-links>a:hover {
  color: white;
  text-decoration: underline;
}

.footer-links>a:active {
  color: white;
  text-decoration: underline;
}

address {
  display: block;
  color: white;
  font-size: 1em;
  margin: 0 5px 0 5px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */


.middle-box.rotator {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  display: block
}

.carousel {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  max-height: 25vw;
}

.carousel-item .xrow {
  display: block;
}

.carousel-item .xrow .photo {
  float: left;
  margin-right: 3%;
}

.carousel-item .xrow .text {
  width: auto;
  max-height: 25vw;
}

.carousel-indicators li {
  text-indent: 0;
  margin: 0 2px;
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 100%;
  line-height: 25px;
  color: white;
  background-color: #999;
  transition: all 0.25s ease;
  font-size: 10px;
}

.carousel-indicators button {
  background-color: #337ab7 !important;
  /* transition: all 0.25s ease; */
}

.carousel img {
  max-height: 25vw;
}

.btn-slide-wrap {
  display: none;
}

.btn-slide {
  color: black;
  background-color: #ccc;
  border-color: black;
  font-size: .85em;
  font-weight: bold;
  margin-bottom: 0px;
  font-family: Arial, Gotham, 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  padding: 7px 20px 4px 20px;
}

.btn-slide.focus,
.btn-slide:focus {
  color: white;
  background-color: #b9d9ec;
  border-color: #122b40
}

.btn-slide:hover {
  color: #3F454F;
  background-color: #b9d9ec;
  background-image: none;
  border-color: #b9d9ec
}

.btn-slide.active,
.btn-slide:active,
.open>.dropdown-toggle.btn-slide {
  color: #3F454F;
  background-color: #B9D8EC;
  border-color: #204d74
}

.btn-slide.active.focus,
.btn-slide.active:focus,
.btn-slide.active:hover,
.btn-slide:active.focus,
.btn-slide:active:focus,
.btn-slide:active:hover,
.open>.dropdown-toggle.btn-slide.focus,
.open>.dropdown-toggle.btn-slide:focus,
.open>.dropdown-toggle.btn-slide:hover {
  color: #3F454F;
  background-image: none;
  background-color: #ccc;
  border-color: #122b40
}

.btn-slide.active,
.btn-slide:active,
.open>.dropdown-toggle.btn-slide {
  background-image: none;
  background-color: #B9D8EC
}

.btn-slide.disabled.focus,
.btn-slide.disabled:focus,
.btn-slide.disabled:hover,
.btn-slide[disabled].focus,
.btn-slide[disabled]:focus,
.btn-slide[disabled]:hover,
fieldset[disabled] .btn-slide.focus,
fieldset[disabled] .btn-slide:focus,
fieldset[disabled] .btn-slide:hover {
  background-image: none;
  background-color: #b9d9ec;
  border-color: #2e6da4
}

.btn-slide .badge {
  color: #3F454F;
  background-color: #fff
}

#widepills {
  display: none;
}

.breadcrumb {
  padding: 0px 5px;
  margin-bottom: -5px;
  margin-top: -20px;
  list-style: none;
  background-color: white;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
  margin-left: -3px;
  font-size: 15px
}

.breadcrumb>li+li:before {
  padding: 0 8px;
  color: #7D7D7D;
  content: "\00BB";
  font-size: 14px
}

.breadcrumb a {
  color: #7D7D7D;
}

.breadcrumb a:hover {
  text-decoration: none;
}

.breadcrumb>.active {
  color: #004C85;
}

.standard-list ul {
  padding-top: 2px;
  list-style: disc;
}

.standard-list li {
  margin-top: 8px;
  margin-left: -5px;
  padding-left: 6px;
}

.sharp-box-wrap {
  height: 200px;
  width: 246px;
  background-repeat: no-repeat;
  margin: 0 auto 0 auto;
}

.sharp-box {
  margin: 0 0 0 0;
  text-align: center;
  line-height: 130%;
}

.sharp-box-logo {
  padding: 10px 0 0 0;
}

.sharp-box-title {
  margin: 9px 0 0 0;
  font-size: 13px;
  font-weight: bold;
  color: #890c08;
}

.sharp-address {
  margin: 3px 0 0 0;
  font-size: 12px;
  line-height: 130%
}

.dod-helpline {
  margin: 8px 10px 0 10px;
  font-size: 15px;
  font-weight: bold;
  color: #417A2D;
  text-shadow: 1px 1px 3px white;
  border-top: solid 0px black;
  background-color: #F7F4E4;
  padding: 0 5px 0 5px;
}

.helpline-phone {
  text-shadow: 0px 0px 2px white;
  background-color: #F7F4E4;
  padding: 0 10px 0 10px;
}

.highlights-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.highlight-box {
  background-color: #fff
}

.content-area {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff
}

/* RESPONSIVE CSS
 -------------------------------------------------- */

@media (max-width: 1100px)
{
  #myCarousel {
    height: fit-content;
    max-height: fit-content;
  }

  .carousel-item * {
    height: fit-content;
  }

  .carousel-item .blockquote-footer {
    display: inline;
  }

  .carousel-item .btn-slide-wrap {
    display: inline;
    margin-top: 0;
    margin-left: 0.5rem;
  }

  .carousel-item h3 {
    font-size: max(1rem, 2vw);
  }
}

@media (max-width: 768px) {
  .btn-what {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .btn-initiatives {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}

@media (min-width: 310px) {

  .btn-lg-boxes {
    padding: 0px 15px;
    font-stretch: normal;
  }

  .btn-boxes {
    font-size: 1.2em;
    margin-top: 10px;
    line-height: 24px;
    height: 60px;
  }

}


@media (min-width: 430px) {

  h1 {
    font-size: 2.58em;
  }

  h2 {
    font-size: 1.72em;
  }

  .bomb-logo {
    float: left;
    margin-top: -8px;
    padding-right: 15px;
  }

  .btn-lg-what {
    padding: 0px 15px;
    border-radius: 0px;
    width: 100%;
    text-align: left;
  }

  .btn-what {
    font-size: 1.4em;
    line-height: 21px;
  }
 
  .btn-lg-boxes {
    padding: 0px 15px;
    border-radius: 0px;
    width: 100%;
    text-align: center;
  }

  .btn-boxes {
    font-size: 1.3em;
    margin-top: 10px;
    line-height: 24px;
    height: 60px;
  }

  .three-image-wrap {
    max-width: 418px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

}

.carousel-item .blockquote-footer {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}

.carousel-item .btn-slide-wrap {
  display: block;
}

.carousel-indicators {
  margin-bottom: 0;
}

@media (min-width: 510px) {

  .middle-box {
    padding: 23px 23px 23px 23px;
  }

  .inside-middle-box {
    padding: 23px 23px 23px 23px;
  }

  .bomb-logo {
    float: left;
    margin-top: -13px;
    padding-right: 10px
  }

  .bomb-logoimage {
    width: 84px;
    height: 85px;
  }

  .what-lg {
    display: none;
  }

  .what-sm {
    display: block;
    padding-top: 0;
  }

  .btn-lg-what {
    padding: 0px 10px;
    border-radius: 0px;
    width: 100%;
    text-align: left;
  }

  .btn-what {
    font-size: 1.25em;
    line-height: 60px
    
  }
}


@media (min-width: 650px) {

  .btn-slide-wrap {
    display: block;
    margin-top: 13px;
    margin-left: 5px;
  }

  .btn-lg-boxes {
    padding: 0px 30px;
    border-radius: 0px;
    width: 100%;
    text-align: center;
  }

  .btn-boxes {
    font-size: 1.7em;
    margin-top: 25px;
    line-height: 28px;
    height: 72px;
  }

  .bomb-logo {
    float: left;
    margin-top: -13px;
    padding-right: 40px
  }

  .bomb-logoimage {
    width: 100px;
    height: 101px;
  }

  .btn-lg-what {
    padding: 0px 30px;
    border-radius: 0px;
    width: 100%;
    text-align: left;
  }

  .btn-what {
    height: 74px;
    font-size: 1.5em;
    line-height: 74px;
  }

  .btn-initiatives {
    font-size: 1.35em;
  }

  address {
    display: block;
    color: white;
    font-size: 1em;
    margin: 0 0 0 15px;
  }

  .footer-logo-box-top-layer {
    z-index: 1;
    position: relative;
    padding: 1px 8px 0px 0;
  }

  .footer-blastlogo {
    float: left;
    padding-top: 6px;
    padding-right: 14px;
  }

  .footer-logoimage {
    width: 100px;
    height: 93px;
  }

  .footer-logo-area-text {
    color: black;
    margin: 12px 0 0 0;
    text-shadow: 3px 3px 5px black;
  }

  .footer-program-title-dod {
    margin: 6px 0 0 0;
    font-size: 1.35em;
  }

  .footer-program-title {
    font-size: 1.5em;
  }

  .footer-program-title-coord {
    font-size: 1.5em;
    margin: -7px 0 0 0;
  }

  .service-logos li {
    margin: 11px 14px 0 14px;
    max-width: 78px
  }

  .footer-links {
    color: white;
    margin-top: 6px;
    font-size: 1em;
  }

  .footer-links>a:link {
    color: white;
    font-weight: bold;
  }

  .footer-links>a:visited {
    color: white;
    text-decoration: underline;
  }

  .footer-links>a:hover {
    color: white;
    text-decoration: underline;
  }

  .footer-links>a:active {
    color: white;
    text-decoration: underline;
  }

}


@media (min-width: 768px) {

  .service-logos li {
    margin: 11px 15px 0 15px;
    max-width: 95px
  }

  .btn-boxes {
    font-size: 1.2em;
    margin-top: 5px;
    line-height: 24px;
    height: 72px;
  }

  .navbar-default .navbar-nav>li>a {
    line-height: 50px;
    border-right: none;
    text-align: center;
    padding-left: 9px;
    padding-right: 9px
  }

  .navbar-default .navbar-nav>li>a.last {
    border-right: none;
  }

  .bomb-logo {
    float: left;
    margin-top: -13px;
    padding-right: 15px
  }

  .bomb-logoimage {
    width: 94px;
    height: 95px;
  }

  .what-sm {
    display: none;
  }

  .what-lg {
    display: block;
    padding-top: 10px;
  }

  .btn-lg-what {
    padding: 0px 3px;
    border-radius: 0px;
    width: 100%;
    text-align: left;
  }

  .btn-what {
    height: 70px;
    font-size: 1.4em;
    line-height: 24px;
  }

  .btn-initiatives {
    font-size: 2.1em;
    line-height: 70px;
  }

  .dark-blue-wrap {
    background-color: #00243b;
    padding: 25px 25px 40px 25px;
  }

  .footer-links-wrap {
    font-weight: bold;
    color: white;
    border-top: solid 1px #2291D0;
    border-bottom: solid 1px #2291D0;
    margin: 15px 0 0 0;
    padding: 10px 10px 15px 20px;
  }

  .footer-blastlogo {
    float: left;
    padding-top: 4px;
    padding-right: 14px;
  }

  .footer-logoimage {
    width: 100px;
    height: 93px;
  }

  .footer-logo-area-text {
    color: black;
    margin: 12px 0 0 0;
    text-shadow: 3px 3px 5px black;
  }

  .footer-program-title-dod {
    margin: 4px 0 0 0;
    font-size: 1.15em;
  }

  .footer-program-title {
    font-size: 1.4em;
  }

  .footer-program-title-coord {
    font-size: 1.4em;
    margin: -5px 0 0 0;
  }

  #widepills {
    display: block;
    background-color: #D8D8D8;
    margin-top: 22px
  }

  .nav-pills>li>a {
    position: relative;
    display: block;
    background-color: #F6F7F7;
    padding: 6px 10px 6px 15px;
    color: #7D7D7D;
    font-size: 17px;
    border-radius: 0
  }

  .nav-pills>li>a:focus,
  .nav-pills>li>a:hover {
    background-color: #DDECF8;
    color: #004C85;
    padding: 6px 10px 6px 10px;
    border-left: solid 5px #004C85;
  }

  .nav-pills>li.active>a,
  .nav-pills>li.active>a:focus,
  .nav-pills>li.active>a:hover {
    color: #004C85;
    background-color: #DDECF8;
    padding: 6px 10px 6px 10px;
    border-left: solid 5px #004C85;
  }

}


@media (min-width: 877px) {

  .navbar-default .navbar-nav>li>a {
    padding-left: 15px;
    padding-right: 15px;
  }

}


@media (min-width: 992px) {

  .btn-boxes {
    font-size: 1.4em;
    line-height: 28px;
    height: 72px;
  }

  .navbar-default .navbar-nav>li>a {
    padding-left: 25px;
    padding-right: 25px;
  }

  .bomb-logo {
    float: left;
    margin-top: -15px;
    padding-right: 25px
  }

  .bomb-logoimage {
    width: 119px;
    height: 120px;
  }

  .btn-lg-what {
    padding: 0px 15px;
    border-radius: 0px;
    width: 100%;
    text-align: left;
  }

  .what-lg {
    padding-top: 10px;
  }

  .btn-what {
    height: 90px;
    font-size: 1.8em;
    line-height: 32px
  }

  .btn-initiatives {
    font-size: 2.5em;
    line-height: 90px;
  }

  .footer-links-wrap {
    font-weight: bold;
    color: white;
    border-top: none;
    border-bottom: none;
    padding: 0 0 0 5px;
  }

  .footer-logo-box-top-layer {
    z-index: 1;
    position: relative;
    padding: 1px 8px 0px 0;
  }

  .footer-blastlogo {
    float: left;
    padding-top: 6px;
    padding-right: 14px;
  }

  .footer-logoimage {
    width: 100px;
    height: 93px;
  }

  .footer-logo-area-text {
    color: black;
    margin: 12px 0 0 0;
    text-shadow: 3px 3px 5px black;
  }

  .footer-program-title-dod {
    margin: 6px 0 0 0;
    font-size: 1.30em;
  }

  .footer-program-title {
    font-size: 1.45em;
  }

  .footer-program-title-coord {
    font-size: 1.45em;
    margin: -6px 0 0 0;
  }

  .service-logos li {
    margin: 31px 14px 0 14px;
    max-width: 100px
  }

  .nav-pills>li>a {
    font-size: 19px;
  }
}


@media (min-width: 1200px) {

  .navbar-default .navbar-nav>li>a {
    border-right: solid 1px white;
    padding-left: 0;
    padding-right: 0;
  }

  .service-logos li {
    margin: 30px 15px 0 15px;
    max-width: 120px;
  }

  .btn-boxes {
    font-size: 1.7em;
    line-height: 28px;
    height: 72px;
  }

  .btn-lg-what {
    padding: 0px 35px;
    border-radius: 0px;
    width: 100%;
    text-align: left;
  }

  .what-lg {
    padding-top: 14px
  }

  .btn-what {
    height: 100px;
    font-size: 2.1em;
    line-height: 35px
  }

  .btn-initiatives {
    font-size: 2.9em;
    line-height: 100px;
  }

}

/* override an error in Bootstrap */
table.dataTable tr.selected td  {
  background-color: #e6f4fc;
}
