.form-type-textfield label,
.field--type-entity-reference label,
.form-type-textarea label {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.25em; }
.form-type-textfield input,
.field--type-entity-reference input,
.form-type-textarea input {
  width: 100%;
  max-width: 100%;
  padding: 0.35em 0.5em;
  font-size: 1.2em;
  font-weight: normal;
  border: 2px solid #CCCCCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5); }
  .form-type-textfield input:focus,
  .field--type-entity-reference input:focus,
  .form-type-textarea input:focus {
    border: 2px solid #3A3A3A; }
.form-type-textfield textarea,
.field--type-entity-reference textarea,
.form-type-textarea textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.35em 0.25em;
  font-size: 1.2em;
  font-weight: normal;
  border: 2px solid #CCCCCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5); }
  .form-type-textfield textarea:focus,
  .field--type-entity-reference textarea:focus,
  .form-type-textarea textarea:focus {
    border: 2px solid #3A3A3A; }
.form-type-textfield .description,
.field--type-entity-reference .description,
.form-type-textarea .description {
  margin-top: 0.5em;
  color: #8d8d8d; }

.field--type-created h4.label {
  display: block;
  margin-bottom: 0.25em; }
.field--type-created .form-type-date input {
  padding: 0.35em 0.25em;
  font-size: 1.2em;
  font-weight: normal;
  border: 2px solid #CCCCCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5); }
  .field--type-created .form-type-date input:focus {
    border: 2px solid #3A3A3A; }
.field--type-created .description {
  margin-top: 0.5em;
  color: #8d8d8d; }

.vertical-tabs .vertical-tabs__menu-item-summary {
  font-size: 0.75em; }

a.button,
input.button {
  text-decoration: none;
  margin: 0 1em 0 0;
  padding: 0.25em 0.5em;
  background: none;
  border: none;
  background: #CCCCCC;
  border: 2px solid #1A1A1A;
  font-size: 1em;
  color: #9A9A9A;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5); }
  a.button:hover, a.button:focus,
  input.button:hover,
  input.button:focus {
    background: #b3b3b3; }

body #page-wrapper .node--type-page .paragraph.paragraph--type--job-search.paragraph--view-mode--default h2 {
  text-align: center; }
body #page-wrapper .node--type-page .paragraph.paragraph--type--job-search.paragraph--view-mode--default .form-type-textfield.form-item-job-title {
  display: flex; }
  body #page-wrapper .node--type-page .paragraph.paragraph--type--job-search.paragraph--view-mode--default .form-type-textfield.form-item-job-title input {
    height: 45px;
    line-height: 45px;
    flex-grow: 1;
    font-size: 1.4rem;
    background: none;
    padding: 0 1rem !important;
    border-radius: 0;
    border: 1px solid #CCCCCC;
    width: auto;
    box-shadow: none;
    margin-bottom: 1rem;
    max-width: 95%; }
  body #page-wrapper .node--type-page .paragraph.paragraph--type--job-search.paragraph--view-mode--default .form-type-textfield.form-item-job-title .search {
    width: 38px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f124a;
    border: 0;
    color: #fff;
    font-size: 1.4rem; }
    body #page-wrapper .node--type-page .paragraph.paragraph--type--job-search.paragraph--view-mode--default .form-type-textfield.form-item-job-title .search:hover {
      background-color: #850f89; }
body #page-wrapper .node--type-page .paragraph.paragraph--type--job-search .node--type-page .leidos-jobs-search h6 {
  font-size: 1.4rem; }

/* Fixes an issue with the dark red color being applied to the request type field on the Contact Form */
body #page-wrapper .node--type-landing-page .form-wrap #mktoForm_1392.mktoForm select.mktoInvalid {
  border-color: transparent;
  color: #000; }

/*# sourceMappingURL=forms.css.map */
