.no-padding {
  padding: 0 !important;
}
#pw-nav-main {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
}
.dropdown-menu {
  background-color: #edb235;
}
.container {
  font-family: 'Poppins', 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', 'Helvetica', 'Arial', 'serif' !important;
}
.container h1 {
  font-family: 'Poppins', 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', 'Helvetica', 'Arial', 'serif' !important;
}

.phones-noshow {display: none}

table th {
  padding: 5px;
  font-size: 13px;
  font-weight: 700;
}
table td {
  padding: 2px;
}
table.dataTable thead th.sorting:after {
  color: darkgray;
  font-size: 1em;
}
.modal {
  z-index: 100000;
}
.modal .whitebox {
  border-radius: 3px;
  border: 1px solid gray;
  padding: 0;
}
.modal .whitebox .close {
  position: relative;
  padding: 0;
  margin: 1% 3% 0;
  background: transparent;
  color: gray;
}
.modal .whitebox .close:hover {
  color: #303030;
  opacity: 1;
}
.modal .whitebox .modal-title {
  padding-left: 15px;
  font-size: 36px;
}
.modal .whitebox .modal-header {
  padding-left: 0;
  padding-right: 0;
}
.modal .joc.table thead {
  background: #dbd9d9;
}
.modal .joc.table thead tr {
  background: #dbd9d9;
}
.JOCWorkOrderView .modal-header {
  display: none !important;
}
.JOCWorkOrderView .modal-footer {
  display: none !important;
}
.JOCWorkOrderView .dataTables_wrapper {
  padding: 0;
}
.JOCWorkOrderView .pwbox .col-sm-12 {
  padding: 0 75px;
}
.scope {
  width: 450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bidexpress {
  color: darkgreen;
  font-style: italic;
}
.addendum {
  color: #e60000;
}
.nowrap {
  white-space: nowrap;
}
.dataTables_length {
  margin-left: 0;
  padding-top: 5px;
  padding-right: 20px;
  float: left;
}
.dataTables_filter {
  margin-left: 0 !important;
  padding-bottom: 0 !important;
  text-align: inherit !important;
  float: left !important;
}
.dataTables_filter input {
  font-size: 16px;
}
.dataTables_filter span.searchBtn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dataTables_filter span.searchBtn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ContentDetailContainer {
  padding-left: 20px;
  padding-right: 20px;
}
.rar {
  display: inline;
}
.AsNeededNav {
  font: normal 14px/150% 'Arial', 'Helvetica', 'sans-serif';
  text-align: left;
  width: 1000px;
}
ol {
  font-size: inherit;
}

.tw-qualify li {
	margin-bottom: .5em;
}

#project-list td:nth-child(4) {
  padding-left: 10px;
}
#project-list td:nth-child(5) {
  padding-left: 10px;
}
#project-list > table td a {
  text-decoration: underline;
}
#project-list > table td a:hover {
  text-decoration: none;
}
.modal-backdrop {
  z-index: 100000;
  z-index: 0;
}
.modal-backdrop.in {
  opacity: 0.7;
  background: #333;
}
.JOCinfo ul {
  padding: 0 0 0 3em;
}
.JOCinfo th:nth-child(3) {
  text-align: center;
}
.JOCinfo td:nth-child(3) {
  text-align: right;
}
.gobus-govdelivery {
  margin-left: 0;
}
.gobus-govdelivery p {
  padding: 0 100px 0 20px;
}
.gobus-govdelivery .form_button {
  padding: 5px;
  background-color: #edb235;
  display: inline-block;
  margin: 10px 0;
  width: 120px;
  font-weight: bold;
}
.gobus-govdelivery fieldset > input.long {
  margin-left: 20px;
  width: 220px;
  display: inline-block;
}

#contract_table_wrap {
    overflow-x: auto;
}
.footer {
    background-color: #fff;
    margin-top: 20px;
    padding: 5px;
}
@media (min-width: 768px) {
  .ContentDetailContainer {
    padding-left: 65px;
    padding-right: 65px;
  }
  .modal-dialog {
    width: 80%;
  }
  .carousel-caption {
    left: 50% !important;
    right: 5%;
      background-color: rgba(30, 30, 30, 0.5) !important;
    /*text-shadow: 0 0 12px rgba(80, 80, 80, 1);*/
  }
  .carousel-caption h1 {
    text-align: right;
    font-family: 'Poppins', 'Cambria', 'Hoefler Text', 'Liberation Serif', 'Times', 'Times New Roman', 'serif' !important;
  }
  .carousel-caption h2 {
    text-align: right;
    font-family: 'Poppins', 'Cambria', 'Hoefler Text', 'Liberation Serif', 'Times', 'Times New Roman', 'serif' !important;
  }
  .gobus-govdelivery {
    margin-left: auto;
  }
  .gobus-govdelivery .form_button {
    margin-left: 20px;
  }
}
#resources ul {
  background: inherit !important;
}
#resources ul li {
  margin-left: 0;
}
#resources h3 {
  color: #333;
}
#resources .info {
  padding-left: 25px;
}
div#pagecontent.container h2 {
	font-weight: 700;
}

@keyframes slidein-right {
  0% {
    right: 400px;
  }
  100% {
    right: 0;
  }
}
@keyframes slidein-left {
  0% {
    left: 400px;
  }
  100% {
    left: 0;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    vertical-align: top;
  }
  .gobus-govdelivery p {
    padding: 0 20px;
  }
  .gobus-govdelivery fieldset > input.long {
    margin-left: 20px;
  }
  .ContentDetailContainer a {
    text-decoration: underline !important;
  }
  .ContentDetailContainer .pnlHeader {
    padding: 5px;
    vertical-align: middle;
    background-color: #ccc;
    height: 30px;
  }
  .modal .modal-body {
    max-height: 100%;
    width: 100%;
  }
  button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    font-family: 'Arial';
    font-size: 2.5em;
  }
  .subhead .name {
    color: #0078bd;
  }
  .opportunities.badge {
    background: #0078bd;
    float: right;
    font-size: 1.1em;
    margin-left: 15px;
    padding: 6px 15px;
  }
  .ekko-lightbox .modal-title:empty {
    display: none !important;
  }
  #video-wrapper .carousel-overlay {
    background: black;
    opacity: 0.25;
  }
  .contact-wrapper .info {
    color: #ffd600 !important;
  }
}
.contractLastUpdated {
  font-size: 70%;
  font-style: italic;
  color: #6a6a6a;
}
#credit {
  color: #6d6d6d;
  text-align: right;
}
@media (max-width: 400px) {
    .gobus-govdelivery p .lineBreak {
        display: none;
    }

    .gobus-govdelivery p {
        white-space: inherit !important;
    }

    .home.gobus-govdelivery .form_button {
        display: block;
        margin-left : 20px !important;
    }
}
@media (max-width: 767px) {
  .calloutbox {
      padding-left: 15px;
      padding-right: 15px;
  }
  .navbar-fixed-top {
    top: 0 !important;
  }
  .main-content.row {
    margin-top: 0px !important;
  }
  #DPWHome {
    display: block;
  }
  #lsbe_menu {
    padding-left: 60px;
  }
  #navMenu li {
    padding: 5px 15px 5px 25px;
  }
  .lsbe_header a {
    padding: 0 !important;
  }
  .heading a {
    padding: 0 !important;
  }
  #navBarMenu {
    max-height: none !important;
    height: auto;
    overflow-y: scroll;
  }
  .row .home {
    text-align: center;
    margin: auto !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  #DPWHome {
    display: none;
  }
  ul.nav li.dropdown:not(.open):hover > ul.dropdown-menu {
    display: none !important;
  }
}

div#pagecontent.container {
  font-family: 'Poppins', 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', 'Helvetica', 'Arial', 'serif' !important;
}
#gs_wrap .gs_content > h1 {
  font-family: 'Poppins';
  font-weight: bold;
  text-align: center;
  margin: auto;
}
.dataTables_paginate .paginate_button {
  background: lightgray !important;
}
.dataTables_paginate .paginate_button:hover {
  background: darkgray !important;
}
.dataTables_paginate .paginate_button:active {
  background: gray !important;
}
.dataTables_paginate .paginate_button.disabled {
  background: transparent !important;
  cursor: not-allowed !important;
}
#table_controls .control {
  padding: 0 10px;
}
#table_controls .control input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
#table_controls .control input[type="radio"]:hover {
  cursor: pointer;
}
#table_controls .control label:hover {
  cursor: pointer;
}
.JOCContracts .modal .modal-title {
  display: block;
}
.JOCContracts .modal .modal-footer {
  display: block;
}
.JOCContracts .modal a.btn.btn-primary {
  color: white !important;
}
.dataTable thead th.sorting:after {
  top: 25% !important;
}
.dataTable thead th.sorting_desc:after {
  top: 25% !important;
}
.dataTable thead th.sorting_asc:after {
  top: 35% !important;
}
.NonLink:hover {
  text-decoration: none;
}
#home-video .caption .item {
  transition: all ease 350ms;
  opacity: 0;
}
#home-video .caption .item .special {
  position: relative;
  color: #ffd600;
  font-size: 1.3em;
}
#home-video .caption .item.active {
  opacity: 1;
}
#home-video .caption .item.active .special {
  animation: slidein-right 500ms ease 1;
}
#sidenav.home #navbar-collapse {
  height: 100%;
}
.home.gobus-govdelivery .form_button {
  margin-left: 0;
}
/* Style changes for new menu */
#topnav {
  top: 69px;
  background: #000;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-family: 'Poppins', 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', 'Helvetica', 'Arial', 'serif' !important;
}
#topnav a, #topnav .lsbe_header {
  font-size: 16px;
}
#topnav a {
  color: black;
}
#topnav .heading {
  color: white;
  font-size: 23px;
}
#topnav .heading > a {
  color: white;
  font-size: 23px;
}
#navBarMenuLink {
  padding: 15px;
  color: white !important;
}
.dropdown.open #navBarMenuLink {
  background: #000;
}
.main-content.row {
  margin-top: 120px;
}
#navMenu {
  padding: 5px 10px;
  background: #edb235;
}
#navMenu li {
  padding: 5px 0;
}
#navMenu li a {
  padding: 0 0 0 10px;
}
#navMenu .heading a {
  margin: 0;
  padding: 0;
}
#navMenu:hover {
  opacity: 1 !important;
}
@media only screen and (max-width: 1024px) {
  .container {
    overflow-x: visible !important;
  }
}
@media only screen and (max-width: 990px) and (min-width: 769px){
  .row .home p {
    font-size: .4em;
  }
  .row .home fieldset > input {
    font-size: .4em;
  }
  .row .home fieldset > input.long {
    width: 60%;
  }
  .row .home fieldset > input.form_button {
    max-width: 96px;
  }
}



.breadcrumb {
    
    margin: 10px 0px;
    background-color: white;
}

.breadcrumb > .active
{
    color:#555;
}

.left-align {
    text-align:left;
}

.fab {
	color: red;
}

.fad {
	color: #2b5796;
}

.fa-ul {
	margin-left: 3em !important;
}

.fa-ul > li {
	margin: .5em;
	padding: .5em;
}

.fa-li .fa-2x {
	position: relative;
	left: -10px;
}

.reverse-link {
	text-decoration: underline;
}
.reverse-link:hover {
	text-decoration: none !important;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) ***this is causing opacity to text background on homepage (removing - mang)***  */
/*.active, .accordion:hover {
  background-color: #ccc;
}*/

/* Style the accordion panel. Note: hidden by default */
.accordion-panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

#accordion-content a {
	font-weight: bold;
}
#accordion-content ul li {
	margin-bottom: 8px;
}

