.form-control {
  width: auto;
}

input[type=file] {
  display: inline-block;
  margin-right: 1em;
}

.file-widget button {
  margin-left: 1em;
}

.panel-panel {
  margin-bottom: 1em;
}

.panels-layouts-checkboxes .form-checkboxes .option input,
#panels-choose-layout .form-type-radio input,
.panels-choose-layout .form-type-radio input {
  width: auto;
  display: block;
  text-align: center;
}

.panels-add-content-modal {
  overflow: hidden;
  *zoom: 1;
}
.panels-add-content-modal .img-responsive {
  display: inline-block;
}

#modal-content {
  overflow: auto;
}

#modalContent {
  top: 24px !important;
}

#calendar-body * {
  box-sizing: content-box;
}
#calendar-body a.tooltip {
  display: inline;
  position: static;
}

.pretty-calendar-week .calendar-value,
.pretty-calendar-week .pretty-calendar-today .calendar-value {
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 50%;
  padding: 0;
}

a {
  cursor: pointer;
  outline: none;
}
a:hover, a:active, a:focus {
  cursor: pointer;
  outline: none;
}

#block-block-1 a.button {
  background: #ffec01;
  color: #222;
  text-transform: uppercase;
  font-weight: bold;
}

.block {
  margin-bottom: 15px;
}
.block h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}

.region-sidebar-second .block {
  border: 1px solid #eee;
  padding: 15px;
}

#block-tw-misc-profile-status h3 {
  font-size: 18px;
}
#block-tw-misc-profile-status ul {
  padding-left: 7.5px;
}
#block-tw-misc-profile-status ul.filled li {
  color: #118854;
}
#block-tw-misc-profile-status ul.empty li {
  color: #888;
}
#block-tw-misc-profile-status ul li {
  list-style: none;
}

.block-text-resize h2 {
  display: none;
}

.comment-bid {
  position: relative;
  margin-top: 30px;
  padding-top: 0;
  border-top: 2px solid #eee;
  margin-bottom: 15px;
}
.comment-bid:last-child {
  border-bottom: 2px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.comment-bid .comment-bid-top {
  margin-bottom: 15px;
}
.comment-bid .submitted {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 8px;
  background: #eee;
}
.comment-bid .cmt-buttons {
  position: absolute;
  right: 0;
  top: -1px;
}
.comment-bid .cmt-button {
  float: right;
  background: #eee;
  padding: 4px 8px;
  color: #a33;
}
.comment-bid .cmt-button:hover {
  color: #832727;
  background: #e1e1e1;
}
.comment-bid .cmt-button:active {
  color: #eee;
  background: #a33;
}
.comment-bid .cmt-button:hover, .comment-bid .cmt-button:active, .comment-bid .cmt-button:focus {
  text-decoration: none;
}
.comment-bid .btn-edit {
  color: #337ab7;
}
.comment-bid .btn-edit:hover {
  color: #285f8f;
}
.comment-bid .btn-edit:active {
  color: #eee;
  background: #337ab7;
}
.comment-bid .btn-delete {
  color: #a33;
}
.comment-bid .btn-delete:hover {
  color: #832727;
}
.comment-bid .btn-delete:active {
  color: #eee;
  background: #a33;
}
.comment-bid .field-name-field-cmt-redacted-proposal {
  display: inline-block;
  color: #888;
}

.comments-bid {
  margin-top: 30px;
}

.node-itb.node-teaser h3,
.node-rfp.node-teaser h3,
.node-rfi.node-teaser h3 {
  display: inline-block;
}
.node-itb .type-icon,
.node-rfp .type-icon,
.node-rfi .type-icon {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  padding: 5px 7px;
  top: -5px;
  line-height: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
.node-itb .type-icon.glyphicon-lock,
.node-rfp .type-icon.glyphicon-lock,
.node-rfi .type-icon.glyphicon-lock {
  background: #a33;
}
.node-itb .field-name-field-awarded,
.node-rfp .field-name-field-awarded,
.node-rfi .field-name-field-awarded {
  display: inline-block;
  line-height: 15px;
  margin-bottom: 0 !important;
}
.node-itb .ui-awarded,
.node-rfp .ui-awarded,
.node-rfi .ui-awarded {
  margin-bottom: 15px;
}
.node-itb .paragraphs-items-field-applications > .field-name-field-applications > .field-label,
.node-rfp .paragraphs-items-field-applications > .field-name-field-applications > .field-label,
.node-rfi .paragraphs-items-field-applications > .field-name-field-applications > .field-label {
  font-family: Garamond;
  font-size: 20px;
  color: #1a4d93;
  font-weight: bold;
}
.node-itb .paragraphs-items-field-applications .paragraphs-item-application,
.node-rfp .paragraphs-items-field-applications .paragraphs-item-application,
.node-rfi .paragraphs-items-field-applications .paragraphs-item-application {
  padding: 1em;
  background: #eee;
  margin-top: 1em;
}

.node-itb .type-icon {
  background: #cda43a;
}

.node-rfi .type-icon {
  background: #118854;
}

.node-rfp .type-icon {
  background: #115488;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #115488;
  margin-top: 32px;
  max-width: 200px;
  margin-left: 0 !important;
}
.navbar-default .navbar-collapse {
  margin-top: 32px;
}
.navbar-default .page-header {
  margin-top: 20px;
}
.navbar-default .navbar-nav > li > a {
  color: #444;
}
.navbar-default .navbar-nav.secondary {
  float: right;
}

.region-content {
  margin-top: 15px;
}

.tw_accordion .panel-default .panel-heading {
  background: #115488;
}
.tw_accordion .panel-default .panel-heading .panel-title a {
  display: inline-block;
  background: #115488;
  color: #fff;
  padding: 10px 20px;
}
.tw_accordion .panel-default .panel-heading .panel-title a:hover {
  background: #1770b5;
  color: #fff;
  text-decoration: none;
}
.tw_accordion .panel-default .panel-heading .panel-title a:active {
  background: #fff;
  color: #115488;
  text-decoration: none;
}
.tw_accordion .panel-default .panel-heading .panel-title a:focus {
  text-decoration: none;
}

.button {
  display: inline-block;
  background: #115488;
  color: #fff;
  padding: 10px 20px;
}
.button:hover {
  background: #1770b5;
  color: #fff;
  text-decoration: none;
}
.button:active {
  background: #fff;
  color: #115488;
  text-decoration: none;
}
.button:focus {
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #115488;
  border-color: #115488;
}

#block-tw-misc-apply-form form {
  position: relative;
  padding: 0;
}
@media (min-width: 992px) {
  #block-tw-misc-apply-form form .field-name-field-cmt-first-name,
  #block-tw-misc-apply-form form .field-name-field-cmt-last-name {
    max-width: 50%;
    float: left;
  }
  #block-tw-misc-apply-form form .field-name-field-cmt-first-name {
    padding-right: 5%;
  }
  #block-tw-misc-apply-form form .field-name-field-cmt-company-name {
    float: none;
    clear: both;
  }
}
#block-tw-misc-apply-form form .form-actions {
  text-align: right;
  padding-bottom: 0;
  margin-bottom: 0;
}
#block-tw-misc-apply-form form .form-actions .btn-default {
  display: inline-block;
  background: #115488;
  color: #fff;
  padding: 10px 20px;
}
#block-tw-misc-apply-form form .form-actions .btn-default:hover {
  background: #1770b5;
  color: #fff;
  text-decoration: none;
}
#block-tw-misc-apply-form form .form-actions .btn-default:active {
  background: #fff;
  color: #115488;
  text-decoration: none;
}
#block-tw-misc-apply-form form .form-actions .btn-default:focus {
  text-decoration: none;
}

.ui-material {
  padding: 15px 0;
}
.ui-material .form-group {
  position: relative;
  margin-bottom: 15px;
}
.ui-material .form-control {
  border: none;
  box-shadow: none;
}
.ui-material .help-block {
  float: none;
  clear: both;
  font-size: 11px;
}
.ui-material input.form-text,
.ui-material input.form-email,
.ui-material input.form-password {
  display: inline-block;
  background: none;
  border: none;
  border-bottom: solid 2px #115488;
  box-shadow: none;
  border-radius: 0;
  padding: 12px 6px 6px 6px;
  height: 36px;
}
.ui-material input.form-text:focus, .ui-material input.form-text:active,
.ui-material input.form-email:focus,
.ui-material input.form-email:active,
.ui-material input.form-password:focus,
.ui-material input.form-password:active {
  outline: none;
  box-shadow: none;
  background: none;
}
.ui-material input.form-text:-webkit-autofill,
.ui-material input.form-email:-webkit-autofill,
.ui-material input.form-password:-webkit-autofill {
  background: none;
}
.ui-material .form-group input,
.ui-material .form-group label {
  max-width: 100%;
}
.ui-material .form-group.form-type-textfield, .ui-material .form-group.form-type-password, .ui-material .form-group.form-type-webform-email {
  position: relative;
}
.ui-material .form-group.form-type-textfield label, .ui-material .form-group.form-type-password label, .ui-material .form-group.form-type-webform-email label {
  position: absolute;
  top: 0.5rem;
  pointer-events: none;
  font-weight: normal;
  color: #999;
  -webkit-transition: all 0.10s ease-out 0s;
  transition: all 0.10s ease-out 0s;
}
.ui-material .form-group.label-float label {
  top: -0.75rem;
  font-size: 11px;
  color: #115488;
}
.ui-material .form-type-managed-file .form-managed-file {
  position: relative;
}
.ui-material .form-type-managed-file input.form-file {
  padding: 0;
  border: none;
  box-shadow: none;
  height: auto;
}
.ui-material .form-type-managed-file button.form-submit {
  font-size: 0;
  position: absolute;
  right: 0;
  top: -5px;
}
.ui-material .form-type-managed-file button.form-submit span.glyphicon {
  font-size: 15px;
}
.ui-material .form-actions {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #eee;
}
.ui-material .captcha .form-type-textfield label,
.ui-material .captcha .form-type-password label,
.ui-material .captcha .form-type-webform-email label {
  display: block;
  left: 0;
  top: 0;
  position: relative !important;
}
.ui-material .captcha .label-float label {
  top: 0;
  font-size: 14px !important;
}
.ui-material .progress {
  margin-bottom: 0;
}
.ui-material .label-danger {
  display: inline-block !important;
  margin: 0 4px;
}
.ui-material select.form-control {
  border-bottom: 2px solid #369;
  border-radius: 0;
}

.v-separator {
  border-bottom: 1px solid #f0f0f0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.view-id-bids .views-row:not(.views-row-last) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.view-id-bids .views-row h3 {
  margin-top: 0;
}

.view-employment .views-row {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #115488;
}
.view-employment .views-row-last {
  border-bottom: 0px solid #666;
}
.view-employment .views-field-title {
  color: #115488;
  font-weight: bold;
  font-size: 15px;
}
.view-employment .views-field-field-form-link a {
  display: inline-block;
  background: #115488;
  color: #fff;
  padding: 10px 20px;
}
.view-employment .views-field-field-form-link a:hover {
  background: #1770b5;
  color: #fff;
  text-decoration: none;
}
.view-employment .views-field-field-form-link a:active {
  background: #fff;
  color: #115488;
  text-decoration: none;
}
.view-employment .views-field-field-form-link a:focus {
  text-decoration: none;
}

.view-gallery .view-content {
  overflow: hidden;
}
.view-gallery .views-row img {
  display: block;
}

.view-news .views-row {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.view-news .views-row:last-child {
  margin: 0;
  padding: 0;
}
.view-news p {
  margin: 0;
}
.view-news .views-field-created {
  font-weight: 600;
  font-size: 12px;
  color: #666;
}
.view-news .views-row.views-row-last {
  border: 0;
}

.view-services .views-column {
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.view-services .views-column img {
  display: inline-block;
}
#block-tw-misc-bid-docs h2,
#block-block-13 h2,
#block-webform-client-block-98 h2,
#block-block-14 h2 {
  font-size: 20px;
}
#block-block-13,
#block-webform-client-block-98,
#block-block-14 {
  border-bottom: 2px solid #115488;
}
#block-views-services-block .views-column-2 {
  margin-top: -8px;
}
#block-superfish-1 {
  float: left;
  width: 100%;
  margin: 15px 0;
}
#block-superfish-1 h2.block-title {
  display: none;
}
#block-superfish-1 a {
  color: #fff;
  padding: .5em;
  font-family: roboto;
  font-size: 16px;
  font-weight: bold;
}
a.sf-depth-2, a.sf-depth-3 {
  font-weight: 500!important;
  font-size: 14px !important;
  padding: 6px 10px !important;
}
#block-superfish-1 .sf-sub-indicator {
  display: none;
}
#block-superfish-1 ul ul ul {
  margin-top: -37px !important;
}
.sf-menu.sf-horizontal.sf-shadow ul, .sf-menu.sf-vertical.sf-shadow ul, 
.sf-menu.sf-navbar.sf-shadow ul ul {
    background-image: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-bottom: -1px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
        margin-top: 2px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

#block-block-1 {
    z-index: 222;
    position: relative;
}
#block-block-4 .statement{
    width: 46%;
    margin-right: 28px;
    float: left;
}
#block-block-4 .virus{
    width: 51%;
    float: left;
}

@media (min-width: 768px) {
  a.new {
    display: block;
  }
  #block-superfish-1 {
    position: relative;
    z-index: 2;
  }
  #block-superfish-1 a.new:after {
    content: '';
    display: block;
    position: absolute;
    top: -3em;
    width: 63px;
    height: 50px;
    background: url("/sites/default/files/new.png") no-repeat 0px 0px;
  }
  a.sf-depth-2, a.sf-depth-3 {
    color: #262626 !important;
  }
}
@media only screen and (max-width:440px){
#block-block-4 .virus img {
    width: 100%!important;
}
}

