@charset "UTF-8";
/* ==================================================================================
   # GENERAL SITE STYLING
===================================================================================== */
/* =========================================================================
   ## BASIC SITE STYLING
============================================================================ */
/* ===============================================================
   ### LAYOUT
================================================================== */
body {
  margin: 0;
}

.content-block {
  padding: 1rem;
}

.blue-block {
  background-color: #F0F5F9;
}

.gray-block {
  background-color: #E8E9ED;
}

/* ===============================================================
   ### FONTS & TEXT
================================================================== */
p, h1, h2, h3, h4, h5, h6, legend, label, li, a, dt, dd, th, td {
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
}

p, main li, main ul {
  color: #0a0a0a;
  font-size: 1rem;
  line-height: 175%;
}

h1, h2, h3, h4, h5, h6 {
  color: #0a0a0a;
}

h1 {
  font-size: 28px;
  margin-bottom: 0;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 0.75rem;
}

h4 {
  font-size: 18px;
  margin-bottom: 0;
}

h5 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 1rem;
}

h6 {
  font-size: 16px;
}

ol li, ul li {
  margin: 0.75rem 0;
}
ol li ul, ul li ul {
  padding-left: 1.5rem;
}

/* ===============================================================
   ### LINKS
================================================================== */
a {
  color: #006EBD;
}

a:hover, a:visited:hover {
  color: #45781C;
}

a:visited {
  color: #005394;
}

a.button {
  text-decoration: none;
  display: inline-block;
  border-bottom: none;
  text-align: center;
}

a:hover.button {
  border-bottom: none;
  color: #fefefe;
}

a.hollow, a:hover.hollow {
  border-bottom: solid 1px #006EBD;
}

a.hollow-white {
  border: #fefefe solid 1px;
}

a.primary, a.primary:hover {
  color: #fefefe;
}

a.accent, a.accent:hover {
  color: #0a0a0a;
}

/* Links that look like links but align properly with buttons in btn-groups */
a.btn-match {
  text-decoration: underline;
  background-color: transparent;
  color: #006EBD;
  padding: 0.5rem 0;
  display: inline-block;
}

a.btn-match:hover, a.btn-match:focus {
  color: #45781C;
  text-decoration: underline;
}

/* Image+Links - used for the "Upcoming opportunities" and "Sign up for Email Notifications" CTAs on homepage */
.img-link {
  max-width: 300px;
}
.img-link img {
  float: left;
  padding-right: 1rem;
  max-width: 50px;
}

/* > Arrow Links - Used to draw attention to particular links */
.arrow-link {
  background: url("../img/icons/icon-arrow-link.png") left center no-repeat;
  padding-left: 30px;
}

.arrow-link:hover {
  background: url("../img/icons/icon-arrow-link-hover.png") left center no-repeat;
  padding-left: 30px;
}

.plain-link {
  border-bottom: transparent;
  text-decoration: none;
}

/* ===============================================================
   ### BUTTONS
================================================================== */
.button, [type=file].button::file-selector-button {
  border-radius: 3px;
  border: none;
  border: 1px solid transparent;
  font-size: 1rem;
  padding: 0.5rem 1.25rem;
  background-color: #E8E9ED;
  color: #0a0a0a;
  transition: 0.3s;
  margin: 0.5rem 0;
}

.button:hover, [type=file].button::file-selector-button:hover {
  cursor: pointer;
  background-color: #C1C6CD;
}

.small {
  margin: 0.5rem;
  padding: 0.25rem 0.5rem;
}

.primary {
  background-color: #006EBD;
  color: #fefefe;
}

.primary:hover {
  background-color: #005394;
}

.secondary {
  background-color: #2F3235;
  color: #fefefe;
}

.secondary:hover {
  background-color: #434B55;
}

.tertiary {
  background-color: #fefefe;
  color: #434B55;
}

.tertiary:hover {
  background-color: #E8E9ED;
}

.accent {
  background-color: #FEC500;
  color: #0a0a0a;
  font-weight: bold;
}

.accent:hover {
  background-color: #E2A800;
}

.hollow, [type=file].hollow::file-selector-button {
  border: 1px #006EBD solid;
  background-color: transparent;
  color: #006EBD;
}

.hollow:hover, [type=file].hollow::file-selector-button:hover {
  border-color: #005394;
  color: #fefefe;
  background-color: #005394;
}

.hollow-white {
  border: 1px #fefefe solid;
  background-color: transparent;
  color: #fefefe;
}

.hollow-white:hover {
  border-color: #fefefe;
  color: #434B55;
  background-color: #fefefe;
}

.round {
  padding: 3px 8px;
  border: none;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  font-weight: bold;
}

.link-match {
  background: none;
  border: none;
  text-decoration: underline;
  padding: 0;
  font-size: 1rem;
  color: #006EBD;
}

.link-match:hover {
  color: #45781C;
  background: none;
}

[type=file].button::file-selector-button {
  margin: 0.5rem;
}

[type=file] {
  background-color: transparent;
  padding: 0.5rem 0;
}

[type=file]:hover {
  background-color: transparent;
}

[type=file].hollow {
  border: transparent;
  color: #0a0a0a;
  background-color: transparent;
}

/* BUTTON GROUPINGS AND LAYOUTS */
.button-group .button {
  margin-right: 0.75rem;
}

/* ===============================================================
  ### PAGINATION 
================================================================== */
.pagination {
  float: right;
}
.pagination p {
  margin: 0.25rem 0;
  line-height: 300%;
}
.pagination a {
  margin: 0.05rem;
  padding: 0.75rem;
  border: none;
}
.pagination a.current {
  background-color: #006EBD;
  color: #fefefe;
}
.pagination a:hover, .pagination a:focus, .pagination a:visited:hover {
  background-color: #005394;
  color: #fefefe;
}

@media (min-width: 700px) {
  .pagination {
    text-align: right;
  }
  .pagination p {
    line-height: 250%;
    margin: 0.5rem 0;
  }
  .pagination a {
    padding: 0.35rem;
    margin: 0.25rem;
  }
}
@media (min-width: 1025px) {
  .pagination p {
    line-height: 200%;
  }
}
/* =========================================================================
   ## CUSTOM STATIC CONTAINERS
============================================================================ */
/* ===============================================================
  ### CARDS
================================================================== */
.card .card-header {
  background-color: #434B55;
  padding: 0.75rem 1rem;
}
.card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5, .card .card-header h6 {
  margin: 0;
  color: #fefefe;
  font-size: 18px;
}
.card .card-body {
  border: 1px solid #C1C6CD;
  padding: 0.75rem 1rem;
}
.card .card-body p {
  margin: 0 0 1rem 0;
}

/* ===============================================================
  ### CALLOUT BOX
================================================================== */
.callout {
  background-color: #F0F5F9;
  border-left: solid 10px #006EBD;
  padding: 0.5rem 2rem;
  margin: 0 0.5rem;
}
.callout h2 {
  font-size: 18px;
}
.callout ol li, .callout ul li {
  margin: 0.25rem 0;
}

/* ========================= #### IE FIX - CALLOUT BOX  ========================= */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .callout {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 700px), (-ms-high-contrast: none) and (min-width: 700px) {
  .callout {
    margin-left: 1rem;
  }
}
/* ===============================================================
  ### ATTENTION BOXES
================================================================== */
.attn-box {
  display: flex;
  border: 1px solid #C1C6CD;
}
.attn-box .attn-img {
  width: 20%;
  max-width: 75px;
  content: " ";
  background-image: url("../img/icons/icon_alert-white.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #C1C6CD;
  padding: 0.5rem;
}
@media (min-width: 700px) {
  .attn-box .attn-img {
    width: 15%;
  }
}
.attn-box .attn-mssg {
  width: 80%;
  padding: 0 1rem;
}
.attn-box .attn-mssg p {
  line-height: 150%;
  margin: 1rem 0;
}

.attn-warning {
  border-color: #E2A800;
}
.attn-warning .attn-img {
  background-color: #E2A800;
}

.attn-crit-error {
  border-color: #AB0505;
}
.attn-crit-error .attn-img {
  background-color: #AB0505;
}

.attn-success {
  border-color: #45781C;
}
.attn-success .attn-img {
  background-color: #45781C;
  background-image: url("../img/icons/icon_success.png");
}

/* ===============================================================
   ### DECORATIVE ILLUSTRATIONS LAYOUT
================================================================== */
.illu-section h1, .illu-section h2, .illu-section h3, .illu-section h4 {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.illu-section p {
  margin-top: 0.75rem;
}
.illu-section img {
  max-width: 100%;
}

.decor-illu {
  grid-row: 1;
  text-align: center;
}
.decor-illu img {
  padding-top: 1rem;
  max-width: 200px;
}
@media (min-width: 700px) {
  .decor-illu {
    grid-row: auto;
    text-align: auto;
  }
  .decor-illu img {
    width: 100%;
  }
}

/* =========================================================================
   ## CUSTOM INTERACTIVE CONTAINERS
============================================================================ */
/* ===============================================================
  ### TOOLTIPs
================================================================== */
.deque-tooltip-wrapper {
  position: relative;
}

.deque-tooltip {
  box-sizing: border-box;
  font-size: 13px;
  position: absolute;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  min-width: 104px;
  max-width: 250px;
  margin-right: -340px;
  padding: 8px 6px;
  line-height: 16px;
  z-index: 700;
}

.deque-tooltip:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #b2b2b2;
  top: 100%;
  position: absolute;
  bottom: 0;
  height: 0;
  width: 0;
  left: -1%;
  content: "";
}

/* ===============================================================
  ### ACCORDIONS
================================================================== */
.accordion .header {
  width: 100%;
  margin: 0;
  margin-top: 1px;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: normal;
}
.accordion .header .toggle {
  cursor: pointer;
  display: block;
  padding: 1rem;
  background-color: #6C707A;
  color: #fefefe;
  background-image: url("../img/icons/icon_Plus-white.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 15px center;
  padding-left: 3.25rem;
}
.accordion .header .toggle:focus, .accordion .header .toggle:hover {
  background-color: #006EBD;
}
.accordion .header .toggle:focus-visible {
  outline: 2px dashed #0a0a0a;
}
.accordion .header [aria-expanded=true].toggle {
  background-color: #006EBD;
  background-image: url("../img/icons/icon_Minus-white.svg");
}
.accordion .header [aria-expanded=true].toggle:hover, .accordion .header [aria-expanded=true].toggle:focus {
  background-color: #005394;
}
.accordion .content {
  display: block;
  overflow: hidden;
  opacity: 1;
  background-color: #fefefe;
  border: 1px solid #C1C6CD;
  border-top: none;
  padding: 0px 1rem;
  margin: 0 0 0.25rem 0;
}

.small-accordion .header {
  font-size: 16px;
}
.small-accordion .header .toggle {
  background-size: 13px 13px;
  background-position: 15px center;
  padding: 0.5rem 0.75rem;
  padding-left: 2.75rem;
}

/* Styles specific for NIGP Code accordions are handled in the "NIGP Codes" Section */
/* ===============================================================
  ### REVEAL MODAL
================================================================== */
/*Code from https://van11y.net/accessible-modal/*/
dialog {
  /* needed for old browsers */
  display: block;
  border: 0;
}

.no-scroll {
  overflow: hidden;
  /* removes scroll when modal is opened */
}

.simple-modal-overlay,
.simple-animated-modal-overlay,
.simple-animatedtransform-modal-overlay {
  /* overlay covers everything */
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #434B55;
  opacity: 0.8;
  z-index: 666;
  cursor: pointer;
}

.simple-modal-overlay[data-background-click=disabled] {
  cursor: auto;
}

.simple-modal {
  position: fixed;
  margin: 0 auto;
  width: 95%;
  max-width: 1200px;
  top: 5vh;
  max-height: 90vh;
  z-index: 667;
  overflow: auto;
  padding: 0;
}
.simple-modal #modal-title {
  margin: 0;
  padding: 1rem;
  background-color: #006EBD;
  color: #fefefe;
}
.simple-modal #js-modal-content {
  padding: 0 1rem;
}

.simple-modal-close {
  float: right;
  background: transparent;
  color: #fefefe;
  padding: 0 0.25rem;
  margin: 0.5rem 1rem 0 0;
  border: 0;
  border-radius: 3px;
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2em;
  cursor: pointer;
}

.simple-modal-close:focus-visible, .simple-modal-close:focus {
  outline: #fefefe dashed 2px;
  outline-offset: 2px;
  border-style: transparent;
}

.simple-modal-close:focus, .simple-modal-close:hover,
.simple-modal-close:active {
  background: #fefefe;
  color: #006EBD;
}

/* ========================= #### IE FIX - MODAL  ========================= */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .simple-modal {
    margin: 0 3%;
  }
  .simple-modal .simple-modal__content {
    background-color: white;
  }
}
/* ===============================================================
   ### ALERT
================================================================== */
.alert {
  padding: 0 1.5rem;
  background-color: #C1C6CD;
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
}
.alert p {
  font-size: 1.05rem;
}
.alert p.alert-mssg {
  font-size: 1.25rem;
}
.alert .alert-mssg::before {
  content: "";
  background-image: url("../img/icons/icon_alert-black.png");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 15px;
}
.alert .closebtn {
  margin: 15px;
  font-weight: bold;
  float: right;
  font-size: 2rem;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  background: transparent;
  border: none;
  padding-bottom: 0.45rem;
}
.alert .closebtn:focus-visible {
  outline-offset: 2px;
  outline: #0a0a0a 2px dashed;
}

.alert-warning {
  background-color: #E2A800;
}
.alert-warning p, .alert-warning .closebtn {
  color: #0a0a0a;
}
.alert-warning .closebtn:hover {
  border-radius: 5px;
  background-color: #0a0a0a;
  color: #fefefe;
}
.alert-warning .alert-mssg::before {
  background-image: url("../img/icons/icon_alert-black.png");
}
.alert-warning .closebtn:focus-visible {
  outline-color: #0a0a0a;
}

.alert-crit-error {
  background-color: #AB0505;
}
.alert-crit-error p, .alert-crit-error .closebtn {
  color: #fefefe;
}
.alert-crit-error .alert-mssg::before {
  background-image: url("../img/icons/icon_alert-white.png");
}
.alert-crit-error .closebtn:hover {
  border-radius: 5px;
  background-color: #fefefe;
  color: #0a0a0a;
}
.alert-crit-error .closebtn:focus-visible {
  outline-color: #fefefe;
}

/* =========================================================================
   ## FORM ELEMENTS
============================================================================ */
/* ===============================================================
  ### TEXT & SELECT INPUTS
================================================================== */
[type=text], [type=password], [type=search], [type=number], [type=color],
[type=date], [type=time], [type=datetime], [type=datetime-local],
[type=month], [type=week], [type=email], [type=tel], [type=url],
textarea, select {
  display: block;
  height: 2.5rem;
  margin: 0;
  padding: 0.5rem;
  border: 1px solid #C1C6CD;
  border-radius: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

[type=text], [type=password], [type=search], [type=number], [type=color],
[type=date], [type=time], [type=datetime], [type=datetime-local],
[type=month], [type=week], [type=email], [type=tel], [type=url],
textarea {
  box-sizing: border-box;
}

select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28108, 112, 122%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding: 0.35rem;
  padding-right: 1.5rem;
}

[type=text]:disabled, [type=password]:disabled, [type=search]:disabled, [type=number]:disabled, [type=color]:disabled,
[type=date]:disabled, [type=time]:disabled, [type=datetime]:disabled, [type=datetime-local]:disabled,
[type=month]:disabled, [type=week]:disabled, [type=email]:disabled, [type=tel]:disabled, [type=url]:disabled,
textarea:disabled, select:disabled {
  background-color: #E8E9ED;
  cursor: not-allowed;
}

/* ===============================================================
  ### RADIO & CHECKBOXES INPUTS
================================================================== */
.radcheck div {
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
.radcheck div.indented {
  margin-left: 2.5rem;
}
.radcheck [type=checkbox], .radcheck [type=radio] {
  margin-left: 0;
  opacity: 0;
  position: absolute;
}
.radcheck [type=checkbox] + label, .radcheck [type=radio] + label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 1.25rem;
  display: block;
}
.radcheck [type=checkbox] + label::before, .radcheck [type=radio] + label::before {
  background: #fefefe;
  content: " ";
  display: inline-block;
  margin-right: 0.5em;
  margin-left: -30px;
  text-indent: 0;
  vertical-align: middle;
}
.radcheck [type=checkbox] + label::before {
  border-radius: 3px;
  border: 2px solid #6C707A;
  line-height: 1.2;
  height: 1.3rem;
  width: 1.3rem;
}
.radcheck [type=radio] + label::before {
  border: 2px solid #fefefe;
  outline: 2px solid #6C707A;
  border-radius: 100%;
  line-height: 1.4;
  height: 1rem;
  width: 1rem;
}
.radcheck [type=checkbox]:checked + label::before {
  background-color: #434B55;
  border-color: #434B55;
  background-image: url("../img/icons/icon-check.png");
  background-position: 50%;
  background-repeat: no-repeat;
}
.radcheck [type=radio]:checked + label::before {
  background-color: #434B55;
  outline-color: #434B55;
}
.radcheck [type=checkbox]:disabled + label, .radcheck [type=radio]:disabled + label {
  color: #6C707A;
  cursor: not-allowed;
}
.radcheck [type=checkbox]:disabled + label::before {
  background: #E8E9ED;
  border-color: #C1C6CD;
  cursor: not-allowed;
}
.radcheck [type=radio]:disabled + label::before {
  background-color: #E8E9ED;
  border-color: #E8E9ED;
  outline-color: #C1C6CD;
  cursor: not-allowed;
}
.radcheck [type=checkbox]:checked:disabled + label::before {
  background: #6C707A;
  border-color: #6C707A;
  background-image: url("../img/icons/icon-check.png");
  background-position: 50%;
  background-repeat: no-repeat;
}
.radcheck [type=radio]:checked:disabled + label::before {
  outline-color: #6C707A;
  background: #6C707A;
}
.radcheck [type=checkbox]:focus-visible + label, .radcheck [type=radio]:focus-visible + label {
  outline: 2px dotted #434B55;
  outline-offset: 5px;
}
.radcheck label {
  padding-left: 30px;
}

/* ===============================================================
  ### FORM LAYOUT STYLING 
================================================================== */
.question {
  padding: 0 0 1.5rem 0;
  margin-right: 0.5rem;
}
.question fieldset:last-of-type {
  padding-bottom: 0;
}

.static-question {
  padding-bottom: 1.5rem;
}
.static-question .pseudo-label {
  display: block;
  font-weight: bold;
  margin-bottom: 0;
}
.static-question p, .static-question a, .static-question button {
  display: inline-block;
  margin-top: 0;
}

fieldset {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
fieldset legend {
  padding: 0;
  margin: 0;
}

.fieldset-group, .radcheck .fieldset-group {
  margin-left: 0;
  display: block;
  width: 100%;
}

.block-fieldset div {
  display: inline-block;
}

@media (min-width: 700px) {
  .left-legend legend {
    float: left;
    margin-right: 1rem;
    padding-bottom: 0.25rem;
  }
}
.tiny-input {
  width: 80px;
  max-width: 100%;
}

.sm-input {
  width: 180px;
  max-width: 100%;
}

.med-input {
  width: 300px;
  max-width: 100%;
}

.lg-input {
  width: 500px;
  max-width: 100%;
}

.fw-input {
  width: 100%;
}

/* ===============================================================
  ### FORM LABELS, LEGENDS, NOTES, ERROR MESSAGES, ETC 
================================================================== */
.required:after {
  content: " *";
  font-weight: bold;
  color: #AB0505;
}

label {
  font-weight: bold;
}

legend {
  font-weight: bold;
  line-height: 1.8;
  font-size: 1rem;
  line-height: normal;
}

.parent-legend {
  font-size: 1.15rem;
  font-weight: bold;
  margin: 0;
  margin-top: 0.5rem;
}

.sublegend {
  font-weight: bold;
  margin: 0 1rem 0.5rem 0;
}

.fieldset-group .inlined {
  display: block;
}

@media (min-width: 700px) {
  .fieldset-group .inlined {
    display: inline-block;
  }
}
.form-note {
  font-style: italic;
  font-weight: normal;
  color: #6C707A;
}

.more-info-label [type=checkbox] + label {
  padding-right: 0;
  margin-right: 0;
  line-height: 100%;
}
.more-info-label .round {
  padding: 0;
  height: 20px;
  width: 20px;
  margin-left: 0.5rem;
}

/*ERROR MESSAGES / SUMMARY */
.error {
  border: #AB0505 1px solid;
  padding: 0;
  padding-bottom: 1rem;
  max-width: max-content;
  margin-bottom: 1rem;
}
.error .error-mssg {
  color: #fefefe;
  background: url("../img/icons/icon_alert-white.png") left center no-repeat;
  background-size: 23px 23px;
  background-position: 0.5rem center;
  background-color: #AB0505;
  padding: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2rem;
  margin: 0;
  margin-bottom: 0.5rem;
  line-height: normal;
}
.error label, .error a, .error [type=text], .error [type=date], .error [type=email], .error [type=password], .error [type=tel], .error [type=file], .error select, .error textarea {
  margin: 0 1rem;
  max-width: 1145px;
  max-width: 95%;
}
.error fieldset {
  margin: 0 1rem;
  max-width: 1145px;
  max-width: 90%;
}
.error label, .error a, .error p {
  display: block;
}
.error .tiny-input, .error .sm-input, .error .med-input, .error .lg-input, .error .fw-input {
  max-width: 90%;
}
.error .radcheck div:last-of-type {
  margin-bottom: 0;
}
.error .radcheck div:last-of-type [type=checkbox] + label, .error .radcheck div:last-of-type [type=radio] + label {
  margin-bottom: 0;
}

.error-summary {
  border: 1px solid #AB0505;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.error-summary h1, .error-summary h2, .error-summary h3, .error-summary h4, .error-summary h5, .error-summary h6 {
  color: #AB0505;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.error-summary ul {
  margin-top: 0.5rem;
}
.error-summary ul li {
  margin: 0.5rem 0;
}

/* ===============================================================
  ### IE FIX - FORMS 
================================================================== */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  legend {
    display: table;
    white-space: normal;
  }
}
.radcheck-ref div {
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
.radcheck-ref div.indented {
  margin-left: 2.5rem;
}
.radcheck-ref [type=checkbox], .radcheck-ref [type=radio] {
  margin-left: 0;
  opacity: 0;
  position: absolute;
}
.radcheck-ref [type=checkbox] + label, .radcheck-ref [type=radio] + label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 1.25rem;
  display: block;
}
.radcheck-ref [type=checkbox] + label::before, .radcheck-ref [type=radio] + label::before {
  content: " ";
  display: inline-block;
  margin-right: 0.6em;
  margin-left: -30px;
  text-indent: 0;
  vertical-align: middle;
}
.radcheck-ref [type=checkbox] + label::before {
  background: #fefefe;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #6C707A;
  display: inline-block;
  line-height: 1.2;
  height: 1.3rem;
  width: 1.3rem;
}
.radcheck-ref [type=radio] + label::before {
  background: #fefefe;
  border: 2px solid #fefefe;
  outline: 2px solid #6C707A;
  border-radius: 100%;
  line-height: 1.4;
  height: 1rem;
  width: 1rem;
}
.radcheck-ref [type=checkbox]:checked + label::before {
  background-color: #434B55;
  box-shadow: 0 0 0 1px #2F3235;
  background-image: url("../img/icons/icon-check.png");
  background-position: 50%;
  background-repeat: no-repeat;
}
.radcheck-ref [type=radio]:checked + label::before {
  background-color: #434B55;
  outline-color: #434B55;
}
.radcheck-ref [type=checkbox]:disabled + label, .radcheck-ref [type=radio]:disabled + label {
  color: #6C707A;
  cursor: not-allowed;
}
.radcheck-ref [type=checkbox]:disabled + label::before {
  background: #E8E9ED;
  box-shadow: 0 0 0 1px #C1C6CD;
  cursor: not-allowed;
}
.radcheck-ref [type=radio]:disabled + label::before {
  background-color: #E8E9ED;
  border-color: #E8E9ED;
  outline-color: #C1C6CD;
  cursor: not-allowed;
}
.radcheck-ref [type=checkbox]:checked:disabled + label::before {
  background: green;
  box-shadow: 0 0 0 1px #C1C6CD;
}
.radcheck-ref [type=radio]:checked:disabled + label::before {
  outline-color: #6C707A;
  background: #6C707A;
}
.radcheck-ref [type=checkbox]:focus-visible + label, .radcheck-ref [type=radio]:focus-visible + label {
  outline: 2px dotted #434B55;
  outline-offset: 5px;
}
.radcheck-ref label {
  padding-left: 30px;
}

/* ==================================================================================
   # TEMPLATE STYLING 
===================================================================================== */
/* =========================================================================
  ## HEADER STYLING 
============================================================================ */
/* ===============================================================
  ### MAIN HEADER
================================================================== */
.header-main {
  padding: 1rem;
  background-color: #434B55;
  border-bottom: #0095FF 5px solid;
}
.header-main .site-name {
  display: flex;
  align-items: center;
}
.header-main .site-name .logo, .header-main .site-name .inverse-logo {
  float: left;
  height: 85px;
  margin-top: 0.05rem;
  margin-right: 1rem;
}
.header-main .site-name .logo {
  display: none;
}
.header-main .site-name a, .header-main .site-name a:visited {
  text-decoration: none;
  color: #fefefe;
  border: none;
  font-size: 1.05rem;
}
.header-main .site-name a:hover, .header-main .site-name a:focus {
  color: #fefefe;
  border-bottom: 1px #fefefe solid;
}
.header-main .site-name .site-title {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}
.header-main .account {
  display: none;
}
.header-main .menu-btn {
  text-align: right;
}

@media (min-width: 700px) {
  .header-main {
    background-color: #fefefe;
    border-bottom: none;
  }
  .header-main .site-name .inverse-logo {
    display: none;
  }
  .header-main .site-name .logo {
    display: block;
  }
  .header-main .site-name a, .header-main .site-name a:visited {
    color: #434B55;
  }
  .header-main .site-name a:hover, .header-main .site-name a:focus {
    color: #005394;
  }
  .header-main .account {
    display: block;
    text-align: right;
  }
}
/* ===============================================================
  ### SIMPLE HEADER
================================================================== */
.header-simple {
  padding: 1rem;
  background-color: #434B55;
}
.header-simple .site-name {
  display: flex;
  align-items: center;
}
.header-simple .site-name .inverse-logo {
  float: left;
  height: 85px;
  margin-top: 0.05rem;
  margin-right: 1rem;
}
.header-simple .site-name a, .header-simple .site-name a:visited {
  color: #fefefe;
  text-decoration: none;
  border: none;
  font-size: 1.15rem;
}
.header-simple .site-name a:hover, .header-simple .site-name a:focus {
  color: #fefefe;
  border-bottom: 1px #fefefe solid;
}
.header-simple .site-name .site-title {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  max-width: max-content;
}

/* ===============================================================
  ### IE FIX - HEADER 
================================================================== */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*Fixes placement of cells in header in IE and makes sure the buttons are still clickable*/
  .header-main .grid-container {
    display: flex;
  }
  .header-main .grid-container .site-name, .header-main .grid-container .menu-btn {
    width: 50%;
  }
  .header-main .grid-container .account {
    width: 0;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 700px), (-ms-high-contrast: none) and (min-width: 700px) {
  .header-main .grid-container .menu-btn {
    width: 0;
  }
  .header-main .grid-container .account {
    width: 50%;
  }
}
/* ===============================================================
  ### SKIPTO.JS Styling
================================================================== */
nav#id-skip-to button:hover {
  background-color: #C1C6CD !important;
}

#id-skip-to-menu-heading-group-label {
  margin-top: 0.5rem !important;
}

@media (min-width: 375px) {
  nav#id-skip-to, nav#id-skip-to.popup.focus, nav#id-skip-to.popup:hover {
    left: 35% !important;
  }
}
@media (min-width: 700px) {
  nav#id-skip-to, nav#id-skip-to.popup.focus, nav#id-skip-to.popup:hover {
    left: 45% !important;
  }
}
/* =========================================================================
  ## NAVIGATION STYLING 
============================================================================ */
/* ===============================================================
  ### GLOBAL NAVIGATION 
================================================================== */
/* Dropdown navigation fuctionality adapted from https://www.w3.org/WAI/tutorials/menus/flyout/#flyoutnavkbbtn*/
/* ========================= #### MOBILE NAVIGATION TOGGLE ========================= */
.mobile-nav-toggle {
  display: inline;
  padding: 0.75rem;
  padding-right: 1rem;
  border-radius: 3px;
  background: transparent;
  border: transparent;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1rem;
  color: #fefefe;
}

.mobile-nav-toggle::before {
  content: "☰";
  font-size: 1.75rem;
  padding-right: 0.25rem;
}

.mobile-nav-toggle:hover {
  background-color: #fefefe;
  color: #434B55;
}

@media (min-width: 700px) {
  .mobile-nav-toggle {
    display: none;
  }
}
/* ========================= #### MOBILE NAVIGATION ========================= */
.navbar {
  border-bottom: 10px #0095FF solid;
  background-color: #434B55;
}

.navbar-links {
  padding: 0;
  margin: 0;
  display: none;
  list-style: none;
}
.navbar-links li {
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
}
.navbar-links li a {
  padding: 1rem;
  color: #fefefe;
  text-decoration: none;
  border: none;
  display: inline-block;
  width: 100%;
}
.navbar-links li a:focus-visible {
  outline-offset: -5px;
  outline: 2px #fefefe dashed;
}
.navbar-links li a:hover, .navbar-links li a:focus {
  color: #fefefe;
  background-color: #005394;
}
.navbar-links .current {
  background-color: #006EBD;
}
.navbar-links li.account-mobile {
  border-bottom: #fefefe 1px solid;
}
.navbar-links li.account-mobile a.hollow-white {
  border: #fefefe solid 1px;
}
.navbar-links li.account-mobile a.hollow-white:hover {
  background-color: #fefefe;
  color: #434B55;
}
.navbar-links li.account-mobile button {
  padding: 1rem;
  width: 100%;
}
.navbar-links li.account-mobile ul {
  list-style: none;
  padding: 1rem 1rem;
}
.navbar-links li.account-mobile ul a {
  padding: 1rem 0;
}
.navbar-links li.has-submenu {
  display: grid;
  width: 100%;
  grid-template-columns: 10fr 2fr;
}
.navbar-links li.has-submenu ul {
  list-style: none;
  grid-column: span 12;
  display: none;
  background-color: #434B55;
  margin: 0;
  padding: 0;
}
.navbar-links li.has-submenu ul a {
  padding: 1rem 2rem;
  width: 90%;
}
@media (min-width: 650px) {
  .navbar-links li.has-submenu ul a {
    width: 100%;
  }
}
.navbar-links li.has-submenu button {
  background-color: transparent;
  border: none;
  display: inline-block;
}
.navbar-links li.has-submenu button span {
  display: inline-block;
  width: 0;
  height: 0;
  font-size: 1rem;
  vertical-align: middle;
  border-top: 8px dashed #fefefe;
  border-bottom: none;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  transform: rotate(-90deg);
}
.navbar-links li.has-submenu .rotate span {
  transform: rotate(0deg);
}
.navbar-links li.has-submenu.open ul {
  display: block;
}
.navbar-links li.has-submenu a:hover:after, .navbar-links li.has-submenu a:focus:after, .navbar-links li.has-submenu:hover a:hover:after, .navbar-links li.has-submenu:hover a:focus:after {
  content: "";
}
.navbar-links li.has-submenu:hover button, .navbar-links li.has-submenu button:hover, .navbar-links li.has-submenu button:focus {
  background: #005394;
  cursor: pointer;
  outline: none;
}
.navbar-links li.has-submenu button:focus-visible {
  outline-offset: -3px;
  outline: 2px #fefefe dashed;
}

/* ========================= #### DESKTOP NAVIGATION - MEDIUM ========================= */
@media (min-width: 700px) {
  ul.navbar-links {
    display: flex;
  }
  ul.navbar-links li {
    display: flex;
  }
  ul.navbar-links li a {
    display: flex;
    align-items: center;
    padding: 1rem 0.5rem;
  }
  ul.navbar-links li.account-mobile {
    display: none;
  }
  ul.navbar-links li.has-submenu {
    width: auto;
    display: flex;
  }
  ul.navbar-links li.has-submenu ul {
    position: absolute;
    right: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
    width: fit-content;
  }
  ul.navbar-links li.has-submenu ul a {
    padding: 0.75rem;
  }
  ul.navbar-links li.has-submenu button {
    line-height: 1;
    padding: 0.15rem;
  }
  ul.navbar-links li.has-submenu button span {
    margin-left: 0.25rem;
    margin-right: 0.5rem;
    transform: rotate(0deg);
  }
  ul.navbar-links li.has-submenu:hover ul {
    display: block;
  }
}
/* ========================= #### DESKTOP NAVIGATION - LARGE ========================= */
@media (min-width: 1025px) {
  ul.navbar-links li.has-submenu ul {
    left: 0;
  }
  ul.navbar-links li.has-submenu button span {
    margin-left: 0.3rem;
    margin-right: 0.45rem;
  }
}
/* ===============================================================
  ### SIDEBAR NAVIGATION
================================================================== */
.subnav {
  display: none;
}
.subnav h2 {
  font-size: 1.15rem;
}
.subnav a, .subnav a:visited {
  color: #006EBD;
  text-decoration: none;
  border-bottom: none;
  border-left: transparent 5px solid;
  padding: 0.5rem 0.5rem;
  display: block;
  line-height: 135%;
}
.subnav a.current, .subnav a:hover, .subnav a:focus {
  background-color: #F0F5F9;
  border-left: #006EBD 5px solid;
  color: #006EBD;
}
.subnav ul {
  list-style: none;
  padding: 0;
}
.subnav ul li ul {
  padding-left: 2rem;
}

@media (min-width: 700px) {
  .subnav {
    display: block;
  }
}
/* ===============================================================
  ### IE FIX - NAVIGATION  
================================================================== */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*Improve dropdowns in mobile navigation*/
}
@media screen and (-ms-high-contrast: active) and (max-width: 700px), (-ms-high-contrast: none) and (max-width: 700px) {
  .navbar-links li.has-submenu {
    display: inline-block;
  }
  .navbar-links li.has-submenu a {
    width: 75%;
  }
  .navbar-links li.has-submenu button {
    padding: 1.15rem 1.25rem 1rem;
  }
  .navbar-links li.has-submenu ul a {
    width: 90%;
  }
}
/* =========================================================================
  ### BREADCRUMB BAR
============================================================================ */
.breadcrumbBar {
  background-color: #F0F5F9;
}
.breadcrumbBar a {
  padding: 0.5rem 1rem;
  border: none;
  display: inline-block;
  text-decoration: none;
  color: #005394;
}
.breadcrumbBar a:hover {
  color: #434B55;
}
.breadcrumbBar #backButton::before {
  content: "←";
  font-size: 1.25rem;
  padding-right: 0.5rem;
}

/* =========================================================================
  ## FOOTER STYLING
============================================================================ */
/* ===============================================================
  ### MAIN & SIMPLE FOOTER
================================================================== */
footer {
  margin-top: 2rem;
}

.main-footer, .simple-footer {
  background-color: #434B55;
  padding: 1rem 0;
}
.main-footer p, .main-footer h2, .simple-footer p, .simple-footer h2 {
  color: #fefefe;
}
.main-footer h2, .simple-footer h2 {
  margin-bottom: 0;
}
.main-footer a, .main-footer a:visited, .simple-footer a, .simple-footer a:visited {
  color: #A3D9FF;
}
.main-footer a:hover, .main-footer a:focus, .simple-footer a:hover, .simple-footer a:focus {
  color: #DBFFBD;
}
.main-footer a:focus-visible, .simple-footer a:focus-visible {
  outline: 2px #fefefe dashed;
  outline-offset: 1px;
}

.simple-footer {
  padding: 0 1rem;
}

/* ===============================================================
  ### FOOTER CONTENT - CONTACT INFORMATION & NAVIGATION 
================================================================== */
ul.footer-navlinks > li > a {
  font-weight: bold;
}

.footer-contact, .footer-nav {
  margin: 0 2rem;
}

.footer-contact {
  padding-bottom: 1rem;
  border-bottom: 1px #fefefe solid;
}

.footer-nav h2 {
  display: inline-block;
}
.footer-nav ul.footer-navlinks {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}
.footer-nav ul.footer-navlinks li ul {
  list-style-type: none;
  padding-left: 1rem;
  padding-top: 0.75rem;
}
.footer-nav ul.footer-navlinks li ul li {
  padding-bottom: 0.5rem;
}
.footer-nav ul.footer-navlinks li ul li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer-nav ul.footer-navlinks li {
  padding-bottom: 0.75rem;
}

@media (min-width: 700px) {
  .footer-contact, .footer-nav {
    margin: 0 1rem;
  }

  .footer-contact {
    padding-bottom: 0;
    border-bottom: none;
  }

  .footer-nav {
    margin-left: 4rem;
    padding-left: 2rem;
    border-left: 1px #fefefe solid;
  }
}
@media (min-width: 1025px) {
  .footer-nav {
    margin-left: 1rem;
    padding-left: 2rem;
  }
  .footer-nav ul.footer-navlinks {
    padding-right: 2rem;
  }
}
/* ===============================================================
  ### POLICY FOOTER
================================================================== */
.policy-footer {
  background-color: #fefefe;
  color: #0a0a0a;
  padding: 1rem;
}
.policy-footer p {
  margin: 0;
  padding: 0;
}
.policy-footer .private-login {
  text-align: center;
}
.policy-footer .private-login a {
  border: none;
}
.policy-footer .private-login img {
  width: 15px;
}
@media (min-width: 700px) {
  .policy-footer .private-login {
    text-align: right;
  }
}

/* ===============================================================
  ### IE FIX - FOOTER  
================================================================== */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*Fixes placement of cells in footer in IE*/
}
@media screen and (-ms-high-contrast: active) and (min-width: 700px), (-ms-high-contrast: none) and (min-width: 700px) {
  .main-footer .footer-contact {
    -ms-grid-row: 1;
  }
  .main-footer .footer-nav {
    -ms-grid-row: 1;
    -ms-grid-column: 8;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 700px), (-ms-high-contrast: none) and (min-width: 700px) {
  .policy-footer .private-login {
    -ms-grid-row: 1;
    -ms-grid-column: 12;
  }
}
/* ==================================================================================
   # SPECIFIC PAGE STYLING 
===================================================================================== */
/* =========================================================================
  ## HOMEPAGE
============================================================================ */
/* ===============================================================
  ### HOMEPAGE - SEARCH & CTA BLOCK
================================================================== */
.hp-search input {
  width: 100%;
  margin-bottom: 0.5rem;
}
.hp-search button {
  width: 100%;
  margin-bottom: 1rem;
}

.hp-search.error {
  max-width: none;
}
.hp-search.error form {
  padding: 0.75rem;
}
.hp-search.error .hp-search-input label, .hp-search.error .hp-search-input input, .hp-search.error .hp-search-input a {
  margin: 0;
  max-width: 100%;
}

@media (min-width: 1025px) {
  .hp-search.error {
    padding-right: 0;
    margin-right: 1rem;
  }
}
@media (min-width: 475px) {
  .hp-cta {
    grid-column: span 6;
  }
}
@media (min-width: 700px) {
  .hp-search {
    margin-bottom: 1rem;
  }
  .hp-search .hp-search-input {
    grid-column: span 9;
  }
  .hp-search .hp-search-button {
    grid-column: span 3;
    margin-top: 0.85rem;
  }
  .hp-search .hp-search-button button {
    height: 40px;
  }

  .hp-cta {
    grid-column: span 5;
  }
}
@media (min-width: 1025px) {
  .hp-search {
    grid-column: span 6;
    padding-right: 1.5rem;
  }

  .hp-cta {
    margin-top: 1rem;
    grid-column: span 3;
  }
}
/* ===============================================================
  ### HOMEPAGE - NEWS PREVIEWS & DOWNTIME ALERTS 
================================================================== */
/* Makes the # of columns adjust based on # of articles, with min column size being 200px */
.hp-news {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.hp-news article {
  padding: 0.5rem 1rem;
  background-color: #F0F5F9;
  border-left: #006EBD 10px solid;
}
.hp-news article h3 {
  margin-bottom: 0;
}
.hp-news article .article-date {
  margin: 0.25rem 0 0 0;
  color: #6C707A;
}

.downtime-alert article {
  background-color: #F9F0F0;
  border-left: #AB0505 10px solid;
}

/* ===============================================================
  ### HOMEPAGE - INFORMATIONAL BLURB SECTIONS
================================================================== */
.hp-section {
  margin: 0.5rem auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #C1C6CD;
}
.hp-section .grid-container {
  grid-gap: 10px;
}
.hp-section .hp-blurb-1, .hp-section .hp-blurb-2, .hp-section .hp-blurb-3 {
  grid-column: span 12;
  order: 2;
}
.hp-section .hp-img-1, .hp-section .hp-img-2, .hp-section .hp-img-3 {
  grid-column: 3/span 8;
}
.hp-section img {
  width: 100%;
  margin: 0 auto;
  order: 1;
}
.hp-section .hp-blurb-1 a {
  margin-right: 0.5rem;
}

.hp-section:last-child {
  border-bottom: none;
  padding-bottom: 20px;
}

@media (min-width: 700px) {
  .hp-section {
    border-bottom: none;
  }
  .hp-section .grid-container {
    grid-gap: 20px;
  }
  .hp-section .hp-blurb-1, .hp-section .hp-blurb-3 {
    grid-column: span 7;
    order: 1;
  }
  .hp-section .hp-img-1, .hp-section .hp-img-3 {
    grid-column: span 5;
    order: 2;
  }
  .hp-section .hp-blurb-2 {
    grid-column: span 7;
  }
  .hp-section .hp-img-2 {
    grid-column: span 5;
  }
}
@media (min-width: 1025px) {
  .hp-section .grid-container {
    grid-gap: 30px;
  }
  .hp-section .hp-blurb-1 {
    grid-column: 2/span 5;
  }
  .hp-section .hp-blurb-2 {
    grid-column: 7/span 4;
  }
  .hp-section .hp-blurb-3 {
    grid-column: 3/span 4;
  }
  .hp-section .hp-img-1 {
    grid-column: span 5;
  }
  .hp-section .hp-img-2 {
    grid-column: 3/span 4;
  }
  .hp-section .hp-img-3 {
    grid-column: span 4;
  }
}
@media (min-width: 1135px) {
  .hp-blurb-1 {
    padding-top: 15%;
  }

  .hp-blurb-3 {
    padding-top: 10%;
  }
}
/* ===============================================================
  ### IE FIX - HOMEPAGE 
================================================================== */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* ========================= #### IE FIX - HOMEPAGE CTA/SEARCH & INFO BLURB SECTIONS  ========================= */
  /* ========================= #### IE FIX - HOMEPAGE NEWS SECTION  ========================= */
}
@media screen and (-ms-high-contrast: active) and (min-width: 475px), (-ms-high-contrast: none) and (min-width: 475px) {
  .hp-cta {
    -ms-grid-column-span: 6;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 700px), (-ms-high-contrast: none) and (min-width: 700px) {
  .hp-cta {
    -ms-grid-column-span: 5;
  }

  .hp-search .hp-search-input {
    -ms-grid-column-span: 9;
    margin-right: 1rem;
  }
  .hp-search .hp-search-button {
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    -ms-grid-column: 10;
  }

  .hp-blurb-1, .hp-blurb-2, .hp-blurb-3 {
    -ms-grid-column-span: 7;
  }

  .hp-img-1, .hp-img-2, .hp-img-3 {
    -ms-grid-column-span: 5;
  }

  .hp-section .grid-container .cell {
    -ms-grid-row: 1;
  }

  .hp-img-1, .hp-img-3 {
    -ms-grid-column: 8;
  }

  .hp-blurb-2 {
    -ms-grid-column: 6;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1025px), (-ms-high-contrast: none) and (min-width: 1025px) {
  .cell.hp-cta {
    -ms-grid-column-span: 3;
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }

  .cell.hp-cta:last-child {
    -ms-grid-column: 10;
  }

  .hp-search {
    -ms-grid-column-span: 6;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hp-news {
    display: flex;
    flex-wrap: wrap;
  }
  .hp-news article {
    vertical-align: top;
    display: inline-block;
    margin: 0.5rem 0;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 700px), (-ms-high-contrast: none) and (min-width: 700px) {
  .hp-news article {
    width: 40%;
    margin: 0 1rem 1rem 0;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1025px), (-ms-high-contrast: none) and (min-width: 1025px) {
  .hp-news article {
    width: 25%;
  }
}
/* =========================================================================
  ## SEARCH PAGE
============================================================================ */
/* ===============================================================
  ### SEARCH - SIMPLE SEARCH 
================================================================== */
.simple-search .question {
  width: 100%;
  padding-bottom: 0.5rem;
}
.simple-search .question input {
  width: 100%;
}
.simple-search .error {
  max-width: none;
  margin-bottom: 0.5rem;
}
.simple-search .error input, .simple-search .error label {
  width: 90%;
  margin: 0 0.75rem;
}
.simple-search .button-group {
  width: 100%;
}

@media (min-width: 375px) {
  .simple-search .error input, .simple-search .error label {
    width: 95%;
  }
}
@media (min-width: 700px) {
  .simple-search .question {
    width: 60%;
  }
  .simple-search .button-group {
    width: max-content;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .simple-search .question {
    width: 75%;
  }
  .simple-search .error {
    width: 70%;
  }
}
/* ===============================================================
  ### SEARCH - ADVANCED SEARCH 
================================================================== */
.advanced-search {
  margin-top: 1.5rem;
}
.advanced-search h2 {
  font-size: 1.15rem;
  margin: 0.5rem 0;
}
.advanced-search .question {
  padding: 0;
  margin-bottom: 0.75rem;
}
.advanced-search .question select {
  width: 100%;
}
.advanced-search .error [type=text], .advanced-search .error [type=date], .advanced-search .error select {
  margin-bottom: 1rem;
}
.advanced-search .error .question {
  margin-bottom: 0;
}
.advanced-search .error .question [type=text], .advanced-search .error .question [type=date], .advanced-search .error .question select {
  margin-bottom: 0;
}
.advanced-search .error .question #dueDateFrom {
  margin-bottom: 0.5rem;
}
.advanced-search .error fieldset:last-child {
  padding-bottom: 10px;
}
.advanced-search .block-fieldset div {
  display: block;
}
.advanced-search .radcheck [type=checkbox] + label, .advanced-search .radcheck [type=radio] + label {
  margin-bottom: 0;
}
.advanced-search .nigp-codes {
  margin-bottom: 1.5rem;
}
.advanced-search .nigp-codes input {
  margin-top: 1rem;
}
.advanced-search .button-group {
  margin: 0.25rem 0;
}

@media (min-width: 375px) {
  .advanced-search .block-fieldset div {
    display: inline-block;
  }
}
@media (min-width: 700px) {
  .advanced-search {
    margin-top: 1rem;
  }
}
/* ===============================================================
  ### SEARCH - SEARCH HEADER
================================================================== */
.search-header {
  margin: 1rem 0;
}
.search-header h1 {
  margin: 0;
}

@media (min-width: 375px) {
  .search-header .search-header-controls form, .search-header .search-header-controls p {
    display: inline-block;
    margin-right: 1rem;
  }
}
@media (min-width: 700px) {
  .search-header {
    margin: 0.5rem 0 0 0;
  }
  .search-header h1 {
    margin-top: 0.5rem;
  }
  .search-header .search-header-controls {
    text-align: right;
  }
}
/* ===============================================================
  ### SEARCH - NO RESULT SUGGESTIONS
================================================================== */
.search-suggestions p {
  color: #434B55;
  font-size: 1.25rem;
  margin-top: 0;
  font-weight: bold;
}

/* ===============================================================
  ### SEARCH - FILTERS
================================================================== */
.filters {
  grid-row: 2;
}
.filters .filter-header {
  background-color: #006EBD;
  border: 1px solid #006EBD;
  color: #fefefe;
  padding: 1rem;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.filters .filter-section {
  border: 1px solid #C1C6CD;
  border-top: none;
  padding: 1rem;
}
.filters .filter-section h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  display: inline-block;
}
.filters .filter-section ul {
  list-style: none;
  padding-left: 0;
}
.filters .filter-section ul .link-match {
  float: none;
}
.filters .filter-section ul li {
  margin: 1rem 0;
}
.filters .filter-section ul li button.filter-close {
  float: right;
  background: none;
  border: none;
  color: #6C707A;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 0.25rem 0.1rem;
}
.filters .filter-section ul li button.filter-close:hover, .filters .filter-section ul li button.filter-close:focus {
  background: #6C707A;
  color: #fefefe;
}

@media (min-width: 700px) {
  .filters {
    grid-row: 1;
  }
}
/* ===============================================================
  ### SEARCH - NOTICE PREVIEW
================================================================== */
.searchTermEmphasis {
  font-weight: bold;
}

.notice-preview {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 30px;
  border-bottom: 1px solid #C1C6CD;
}
.notice-preview .notice-summary {
  grid-column: span 12;
}
.notice-preview .notice-summary .procurement-number {
  font-weight: bold;
  margin: 0;
}
.notice-preview .notice-summary h3 {
  margin: 5px 0;
  font-weight: bold;
}
.notice-preview .notice-summary .instution {
  color: #6C707A;
  margin: 0;
}
.notice-preview .notice-meta {
  grid-column: span 12;
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: auto auto auto;
}
.notice-preview .notice-meta p {
  font-size: 0.9rem;
}
.notice-preview .notice-meta .notice-status {
  grid-column: span 3;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}
.notice-preview .notice-meta .notice-status:before {
  content: " ";
  height: 15px;
  width: 15px;
  background-color: #bbb;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
}
.notice-preview .notice-meta .status-published:before {
  background-color: #65AE29;
}
.notice-preview .notice-meta .status-awarded:before {
  background-color: #FEC500;
}
.notice-preview .notice-meta .status-non-awarded:before, .notice-preview .notice-meta .status-cancelled:before {
  background-color: #AB0505;
}
.notice-preview .notice-meta p strong {
  display: block;
}

@media (min-width: 375px) {
  .notice-preview .notice-meta p {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .notice-preview {
    grid-column-gap: 50px;
  }
  .notice-preview .notice-summary {
    grid-column: span 9;
  }
  .notice-preview .notice-meta {
    grid-column: span 3;
    display: block;
  }
  .notice-preview .notice-meta p.notice-status {
    margin: 1rem 0;
  }
}
/* ===============================================================
  ### IE FIX - SEARCH PAGE  
================================================================== */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .notice-preview .notice-meta p {
    display: inline-block;
    width: 30%;
  }
  .notice-preview .notice-meta .notice-status {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 700px), (-ms-high-contrast: none) and (min-width: 700px) {
  .simple-search {
    display: flex;
  }
  .simple-search .question {
    width: 55%;
  }
  .simple-search .button-group {
    width: 45%;
    margin-top: 1rem;
    padding-left: 1rem;
  }

  .search-header .search-header-controls {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .filters {
    margin-right: 30px;
  }

  #notices {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1025px), (-ms-high-contrast: none) and (min-width: 1025px) {
  #notices {
    -ms-grid-column: 4;
  }
}
/* =========================================================================
  ## REGISTRATION / MY ACCOUNT / UNSUBSCRIBE PAGES PAGES 
============================================================================ */
/* ===============================================================
  ### PROGRESS BAR
================================================================== */
/*Code From https://codepen.io/athimannil/pen/wWPYkQ */
.multi-steps > li.is-active ~ li:before, .multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: "Lato", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
}
.multi-steps > li.is-active ~ li:after, .multi-steps > li.is-active:after {
  background-color: #E8E9ED;
}

.multi-steps {
  padding-left: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #0a0a0a;
}
.multi-steps > li:before {
  content: "✓";
  content: url("../img/icons/icon-check.png");
  display: block;
  margin: 0 auto 4px;
  background-color: #006EBD;
  color: white;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border: 2px solid #006EBD;
  border-radius: 50%;
}
.multi-steps > li:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #006EBD;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active {
  font-weight: bold;
}
.multi-steps > li.is-active:before {
  background-color: #fefefe;
  border-color: #006EBD;
  color: #006EBD;
}
.multi-steps > li.is-active ~ li {
  color: #6C707A;
}
.multi-steps > li.is-active ~ li:before {
  background-color: #E8E9ED;
  border-color: #E8E9ED;
  color: #0a0a0a;
}

/* ===============================================================
  ### SPECIFIC QUESTION STYLING
================================================================== */
/* ========================= #### IPG NUMBER LOOKUP ========================= */
#searchIPGNumber {
  padding-bottom: 1.5rem;
}
#searchIPGNumber .question {
  padding-bottom: 0;
}
#searchIPGNumber .question.error {
  padding-bottom: 1rem;
  margin-bottom: 0.25rem;
}

#ipgSearchResults {
  margin-top: 1rem;
}

/*  IE Fixes for IGP Number Lookup  */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #searchIPGNumber {
    display: flex;
    flex-wrap: wrap;
  }
  #searchIPGNumber .error {
    width: 100%;
  }
  #searchIPGNumber #ipgSearch {
    margin-top: 1.25rem;
  }
  #searchIPGNumber #ipgSearchResults {
    display: block;
    width: 100%;
  }
}
/* ========================= #### EMAIL BY REGION/INSTITUTION   ========================= */
#inst .grid-container {
  margin: 0;
}
#inst .grid-container .cell {
  margin: 0;
}
#inst .grid-container .cell div:last-of-type {
  margin-bottom: 0;
}

.error #inst.radcheck [type=checkbox] + label, .error #inst.radcheck [type=radio] + label {
  margin-right: 0;
}
.error #inst.radcheck div:last-of-type .indented {
  margin-left: 2rem;
}
.error #inst.radcheck div:last-of-type [type=checkbox] + label, .error #inst.radcheck div:last-of-type [type=radio] + label {
  margin-bottom: 1rem;
}
.error #inst.radcheck div:last-of-type div:last-of-type [type=checkbox] + label, .error #inst.radcheck div:last-of-type div:last-of-type [type=radio] + label {
  margin-bottom: 0;
}

/* ========================= #### UNSUBSCRIBE "OTHER" TEXTAREA  ========================= */
#otherComments {
  width: 500px;
  height: 100px;
}

/* ===============================================================
  ### REGISTRATION CONFIRMATION CARD
================================================================== */
/*Adapted from https://codepen.io/bibiangel199/pen/warevP?editors=1100 */
.reg-card {
  height: auto;
  border: 1px solid #C1C6CD;
  background-color: #fefefe;
  margin-top: 30px;
}
.reg-card h2, .reg-card h3 {
  margin-bottom: 0;
}

.reg-card-content {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem;
  padding-top: 2rem;
  background: #fefefe;
  text-align: center;
  border-radius: 3px;
}
.reg-card-content img {
  display: block;
  border-radius: 50%;
  margin: -80px auto 0;
  border: #fefefe 10px solid;
  width: 111px;
}

/* =========================================================================
  ##  NEWS & ANNOUNCEMENTS
============================================================================ */
.news-articles article {
  border-bottom: 1px solid #C1C6CD;
  padding-bottom: 0.25rem;
}
.news-articles article h2 {
  font-size: 22px;
  margin-bottom: 0;
}
.news-articles article .article-date {
  color: #6C707A;
  margin-top: 0;
  font-size: 0.9rem;
}

.news-articles article .emphasis {
  font-weight: bold;
}

.news-articles article:first-of-type h2 {
  margin-top: 0;
}

/* =========================================================================
  ## VENDOR RESOURCES 
============================================================================ */
/* GLOSSARY */
dt {
  font-weight: bold;
  font-size: 1rem;
  background-color: #6C707A;
  color: #fefefe;
  padding: 0.5rem 1rem;
  margin: 0;
}

dd {
  margin: 0 0 1.5rem 0;
  padding: 1rem;
  background-color: #E8E9ED;
  line-height: 150%;
}

/* =========================================================================
  ## ABOUT  
============================================================================ */
/*Participating Institutions*/
.institutions .illu-section h3 {
  margin-bottom: 0.25rem;
}
.institutions .illu-section p {
  line-height: 135%;
}
.institutions .illu-section p.archive-details {
  color: #6C707A;
  font-style: italic;
  margin: 0;
}

/* =========================================================================
  ## CONTACT PAGE
============================================================================ */
.contact p {
  margin-bottom: 0;
}

.contact-card {
  border: 1px solid #C1C6CD;
  height: max-content;
  padding: 0 1rem;
  background-color: #fefefe;
}
.contact-card p {
  margin-bottom: 1rem;
}
.contact-card h3 {
  margin-bottom: 0;
}

/* ========================= #### IE FIX - CONTACT PAGE  ========================= */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contact {
    display: flex;
    flex-wrap: wrap;
  }
  .contact .cell {
    margin-bottom: 1rem;
    display: block;
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 700px), (-ms-high-contrast: none) and (min-width: 700px) {
  .contact .cell.contact-card {
    display: inline-block;
    margin-right: 1rem;
    width: 40%;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1025px), (-ms-high-contrast: none) and (min-width: 1025px) {
  .contact .cell.contact-card {
    width: 25%;
  }
}
/* =========================================================================
  ## NIGP CODE DISPLAY 
============================================================================ */
/* ===============================================================
  ### NIGP CODES - TABLE & LISTS
================================================================== */
ul.inactive, li.inactive,
td.inactive, table.inactive tr td:nth-child(2),
td span.inactive {
  font-style: italic;
}

td.inactive:before, table.inactive tr td:nth-child(2):before,
h1.inactive:after, h2.inactive:after, h3.inactive:after, h4.inactive:after, h5.inactive:after, h6.inactive:after {
  content: "This NIGP code is no longer active";
  color: #0a0a0a;
  background: url("../img/icons/icon_alert-yellow.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: inline-block;
}

td.inactive:before, table.inactive tr td:nth-child(2):before {
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
  padding-left: 25px;
}

h1.inactive:after, h2.inactive:after, h3.inactive:after, h4.inactive:after, h5.inactive:after, h6.inactive:after {
  font-style: italic;
  font-weight: normal;
  background-size: 25px 25px;
  padding-left: 30px;
  margin-left: 0.75rem;
}

/* ===============================================================
  ### NIGP CODES - ACCORDIONS & ACCORDION CONTENT 
================================================================== */
.nigp-accordion .header .inactive {
  color: #434B55;
  font-style: italic;
  background-color: #E8E9ED;
  background-image: url("../img/icons/icon_Plus-slate.svg");
}
.nigp-accordion .header .inactive:focus, .nigp-accordion .header .inactive:hover {
  background-color: #C1C6CD;
}
.nigp-accordion .header [aria-expanded=true].inactive {
  background-color: #E8E9ED;
  background-image: url("../img/icons/icon_Minus-slate.svg");
}
.nigp-accordion .header [aria-expanded=true].inactive:focus, .nigp-accordion .header [aria-expanded=true].inactive:hover {
  background-color: #C1C6CD;
  background-image: url("../img/icons/icon_Minus-slate.svg");
  color: #434B55;
}
.nigp-accordion .inactive-mssg:before {
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
  display: inline-block;
  content: "This NIGP code is no longer active";
  color: #0a0a0a;
  font-style: normal;
  font-weight: bold;
  background: url("../img/icons/icon_alert-yellow.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 25px;
  margin-left: 5px;
  margin-right: 15px;
}
.nigp-accordion .content {
  padding: 0;
  display: grid;
}
.nigp-accordion .content .button {
  font-size: 14px;
  margin: 1rem;
}
.nigp-accordion .content ul {
  padding-left: 0;
  margin: 0;
}
.nigp-accordion .content ul li {
  margin: 0;
  padding: 1rem;
  background: #fefefe;
  line-height: 150%;
}
.nigp-accordion .content ul li:nth-child(even) {
  background: #F0F5F9;
}
.nigp-accordion .content table {
  width: 100%;
}
.nigp-accordion .content table tbody {
  border: none;
}
.nigp-accordion .content table td {
  font-size: 14px;
  line-height: 140%;
  vertical-align: top;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
}
.nigp-accordion .content table tr td:last-of-type {
  min-width: 50px;
}
.nigp-accordion .content table button {
  font-size: 14px;
}

.small-accordion .header .inactive:before {
  background-size: 20px 20px;
  padding-left: 1.5rem;
}
.small-accordion .content ul li {
  font-size: 14px;
  margin: 0;
  padding: 0.5rem 1rem;
  line-height: 150%;
}
.small-accordion .content ul li:nth-child(even) {
  background: #F0F5F9;
}

@media (min-width: 700px) {
  .nigp-accordion {
    width: 95%;
  }

  .card-body .nigp-accordion {
    width: 100%;
  }
}
/* ===============================================================
  ### NIGP CODES - NIGP CODE MODAL  
================================================================== */
.nigp-header h2 {
  margin-bottom: 0;
}
.nigp-header a {
  display: block;
  margin-bottom: 1rem;
}

#modalNIGPListContainer h3 {
  margin: 0;
}
#modalNIGPListContainer h4 {
  margin: 1rem 0 0.5rem;
}
#modalNIGPListContainer p {
  margin-bottom: 0.5rem;
}

#modalSelectedNIGPCodeDisplay p {
  font-style: italic;
  font-weight: bold;
}

#modalSelectedNIGPCodeDisplay p.header {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  margin-top: 1px;
}

/* ===============================================================
  ### NIGP CODES - NIGP LOOKUP 
  2/7/23 - KD: I think this is no longer utilized anywhere can probably be deleted 
================================================================== */
.nigp-lookup th {
  padding: 1rem 0.5rem;
}
.nigp-lookup td {
  vertical-align: top;
  padding: 0.75rem 0.5rem;
  font-size: 14px;
  line-height: 140%;
}
.nigp-lookup tr td:last-of-type {
  min-width: 80px;
}
.nigp-lookup tr td:last-of-type button {
  display: block;
  font-size: 14px;
  margin-top: 0.75rem;
  text-align: left;
  text-decoration: underline;
  border: none;
}
.nigp-lookup tr td:last-of-type button:first-of-type {
  margin-top: 0;
}

/* ===============================================================
  ### IE FIX - NIGP CODES
================================================================== */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nigp-header, #modalNIGPListContainer, #modalSelectedNIGPContainer {
    margin-bottom: 1rem;
  }

  #nigpLookupForm .button-group {
    display: block;
  }

  #modalSelectedNIGPContainer {
    margin-top: 1rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 1025px), (-ms-high-contrast: none) and (min-width: 1025px) {
  #modalSelectedNIGPContainer {
    -ms-grid-column: 8;
    -ms-grid-row: 2;
    margin-left: 3rem;
    margin-top: 0;
  }

  #nigpLookupForm {
    display: flex;
  }
  #nigpLookupForm .button-group {
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
/* ==================================================================================
   # HELPER CLASSES 
===================================================================================== */
/* ===============================================================
  ### STYLING - BOTTOM DIVIDER
================================================================== */
.bottom-divider {
  border-bottom: 1px solid #C1C6CD;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}

/* ===============================================================
  ### STYLING - TEXT 
================================================================== */
.centered {
  text-align: center;
}

.font-normal {
  font-weight: normal;
}

/* ===============================================================
  ### STYLING - LAYOUT, PADDING, AND MARGIN 
================================================================== */
.inlined {
  display: inline-block;
}

.push-right {
  margin-right: 1rem;
}

.push-bottom {
  margin-bottom: 1.5rem;
}

/*UPDATED 11.03.21 - Added push-bottom class*/
.push-top {
  margin-top: 1.5rem;
}

.noTop {
  margin-top: 0;
  padding-top: 0;
}

/* ===============================================================
  ### FOCUS STYLING 
================================================================== */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: #0a0a0a dashed 2px;
  outline-offset: 1px;
  border-style: transparent;
}

/*IE Fix*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a:focus, button:focus {
    outline: #0a0a0a dashed 2px;
    outline-offset: 1px;
    border-style: transparent;
  }
}
/* ===============================================================
  ### DISPLAY - VISIBILITY 
================================================================== */
.hidden, .offscreen {
  /*"offscreen" is only used in the body of the notices*/
  position: absolute;
  top: -10000px;
  left: -10000px;
  clip: rect(1px, 1px, 1px, 1px);
  /* clip to 1px width and height */
  width: 1px;
  /* Set width to 1px */
  height: 1px;
  /* Set height to 1px */
  text-indent: -999em;
  /* Indent any text so it is not visible */
  overflow: hidden;
  /* Ensure that contents are not visible beyond 1px boundary */
  word-wrap: normal;
  /* Fix a JAWS+Firefox scrollbar issue when word-wrap is set */
}

.desktop-only {
  display: none;
}
@media (min-width: 700px) {
  .desktop-only {
    display: block;
  }
}

.show {
  display: block;
}

.noDisplay {
  display: none !important;
}

/*For skip links that only show up when keyboard tabs to it, used in combo with "hidden" class*/
.skip:focus-visible, .skip:focus, .skip:hover {
  background-color: Transparent;
  border: none;
  border-left: 0px;
  padding: 0;
  position: relative;
  top: 0px;
  left: 0;
}

/* ===============================================================
  ### PRINT STYLES
================================================================== */
@media print {
  .grid-container {
    display: block;
  }

  nav, .header-main .account, .private-login, .subnav, .filters, .hp-img-1, .hp-img-2, .hp-img-3, .decor-illu {
    display: none !important;
  }

  .illu-section img {
    max-width: 100px;
    display: flex;
  }

  .header-main .site-name .site-title {
    display: inline;
    margin-right: 1rem;
  }
}
