@charset "UTF-8";
/* Variables */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/assets/merriweather-bold-webfont.woff2") format("woff2"), url("../fonts/assets/merriweather-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/assets/merriweather-regular-webfont.woff2") format("woff2"), url("../fonts/assets/merriweather-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "Merriweather";
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
  src: url("../fonts/assets/merriweather-italic-webfont.woff2") format("woff2"), url("../fonts/assets/merriweather-italic-webfont.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("../fonts/assets/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/assets/roboto-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/assets/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/assets/roboto-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
  src: url("../fonts/assets/roboto-italic-webfont.woff2") format("woff2"), url("../fonts/assets/roboto-italic-webfont.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
  src: url("../fonts/assets/roboto-bold-italic-webfont.woff2") format("woff2"), url("../fonts/assets/roboto--bold-italic-webfont.woff") format("woff");
}
.font-merriweather {
  font-family: "Merriweather", georgia, serif;
}

/* stylelint-disable property-no-vendor-prefix */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: "Roboto", sans-serif;
  font-size: 9px;
  line-height: 1.5;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 10px;
  }
}

body {
  margin: 0;
  font-size: 1.6rem;
  color: #1b2b34;
  background: #ffffff;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted #217abf;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

li {
  margin: 1rem;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  line-height: 1.3;
  font-weight: 400;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  margin: 0;
  font-size: inherit;
}

h1 {
  font-family: Merriweather, Georgia, serif;
  font-size: 4.6rem;
  color: #1b2b34;
  font-weight: normal;
}

h2 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #1b2b34;
}

.page-node-62356 h2 {
  color: #01579b;
  position: relative;
  overflow: hidden;
}
.page-node-62356 h2::after {
  display: block;
  margin-top: 12px;
  height: 1px;
  top: 51%;
  overflow: hidden;
  width: 100%;
  content: " ";
  border-top: 2px solid #01579b;
}
@media screen and (min-width: 769px) {
  .page-node-62356 h2::after {
    position: absolute;
    margin-left: 6rem;
    margin-top: 0;
    display: inline-block;
  }
}
.page-node-62356 .splitbox__color-black h2, .page-node-62356 .splitbox__color-blue h2, .page-node-62356 .splitbox__color-gray h2, .page-node-62356 .splitbox__color-green h2, .page-node-62356 .splitbox__color-orange h2, .page-node-62356 .splitbox__color-shadow-box h2 {
  color: #1b2b34;
}
.page-node-62356 .splitbox__color-black h2::after, .page-node-62356 .splitbox__color-blue h2::after, .page-node-62356 .splitbox__color-gray h2::after, .page-node-62356 .splitbox__color-green h2::after, .page-node-62356 .splitbox__color-orange h2::after, .page-node-62356 .splitbox__color-shadow-box h2::after {
  display: none;
}

h3 {
  font-family: Merriweather, Georgia, serif;
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

p,
ol,
ul {
  font-size: 1.6rem;
}

a {
  color: #01579b;
  text-decoration: none;
}

a:visited {
  color: #54278f;
}

a:active {
  color: #01579b;
  text-decoration: none;
}

a:hover {
  color: #54278f;
  text-decoration: underline;
}

table {
  border-spacing: 0;
  margin: 0 0 2em;
  min-width: 100%;
}
table caption {
  margin-bottom: 1em;
  font-size: 2.1rem;
  font-weight: 400;
  text-align: left;
  color: #1b2b34;
}
table thead th {
  width: 25%;
  font-size: 1.6rem;
  color: #1b2b34;
  text-align: left;
  background-color: #ebebeb;
}
table th {
  text-align: left;
}
table tbody th {
  font-size: 1.6rem;
  font-weight: 400;
  color: #1b2b34;
}
table tbody td ul,
table tbody td ol {
  margin: 0;
  padding: 0;
}
table tbody td ul li,
table tbody td ol li {
  margin: 0 0 0.5em;
  padding: 0;
}
table tbody tr:nth-child(odd), table tbody tr.odd {
  background-color: #ffffff;
}
table tbody tr:nth-child(even), table tbody tr.even {
  background-color: #f6f6f6;
}
table th,
table td {
  width: 25%;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  padding: 1em;
  vertical-align: top;
}

.node--unpublished {
  background-color: #fff4f4;
}

.content-contain {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1201px) {
  .content-contain {
    max-width: 1200px;
  }
}
.content-contain-row {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 1201px) {
  .content-contain-row {
    max-width: 1200px;
  }
}
.content-contain--no-flex {
  margin: 0 auto;
  width: 100%;
  display: flex;
  display: block;
}
@media screen and (min-width: 1201px) {
  .content-contain--no-flex {
    max-width: 1200px;
  }
}
.content-contain-half {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1201px) {
  .content-contain-half {
    max-width: 600px;
  }
}
.content-contain-half-row {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 1201px) {
  .content-contain-half-row {
    max-width: 600px;
  }
}
.content-contain-short {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1201px) {
  .content-contain-short {
    max-width: 900px;
  }
}
.content-contain-short-row {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 1201px) {
  .content-contain-short-row {
    max-width: 900px;
  }
}
.content-padding {
  padding: 3rem;
}
@media screen and (min-width: 1201px) {
  .content-padding {
    padding: 3rem 0;
  }
}
.content-padding .content-padding {
  padding: inherit;
}
.content-padding--sides {
  padding-right: 3rem;
  padding-left: 3rem;
}
@media screen and (min-width: 1201px) {
  .content-padding--sides {
    padding-right: 0;
    padding-left: 0;
  }
}
.content-padding--sides-top {
  padding-right: 3rem;
  padding-left: 3rem;
  padding-top: 3rem;
}
@media screen and (min-width: 1201px) {
  .content-padding--sides-top {
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
}
.content-padding--sides-bottom {
  padding-right: 3rem;
  padding-left: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1201px) {
  .content-padding--sides-bottom {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}

.field--name-label.field--label-hidden {
  display: none;
}

.paragraph {
  position: relative;
}

.node-preview-container {
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: -2px 1px 3px 1px rgba(0, 0, 0, 0.3333);
}
.node-preview-backlink {
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  border: 2px solid #01579b;
  border-radius: 5rem;
}

.followup {
  padding: 1rem;
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  .shadow-box {
    border-radius: 0.5rem;
    background-color: #ffffff;
    padding: 4rem 5rem 3rem;
    box-shadow: 0.2rem 0.4rem 1rem 0 rgba(174, 181, 184, 0.4);
  }
}
.shadow-box-mobile {
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 3rem;
  box-shadow: 0.2rem 0.4rem 1rem 0 rgba(174, 181, 184, 0.4);
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .user-logged-in #block-nitaac-local-tasks {
    position: fixed;
    top: 180px;
    z-index: 400;
    background-color: rgba(255, 255, 255, 0.65);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
    border-radius: 0 3rem 3rem 0;
    padding: 1.5rem 3rem 1.5rem 0;
  }
  .user-logged-in #block-nitaac-local-tasks .tabs {
    margin: 0;
  }
  .user-logged-in #block-nitaac-local-tasks .tabs > li {
    display: block;
    margin: 0;
  }
  .user-logged-in #block-nitaac-local-tasks .tabs > li + li {
    border-top: 1px solid #6f7176;
  }
}

.extlink {
  margin-left: 0.5em;
}

.more-link {
  margin: 1.5rem 0 1rem;
}
.more-link a {
  color: #01579b;
  font-weight: 700;
}
.more-link a::after {
  font: normal normal normal 14px/1 "Font Awesome 6 Pro";
  content: "\f061";
  font-weight: 900;
  margin-left: 1rem;
}

.pager-export-container {
  flex-basis: 100%;
}
.pager ul {
  padding: 0;
}
.pager ul .pager__item {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5em;
  padding: 0.5em 0;
  color: #1b2b34;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #ffffff;
  background-image: linear-gradient(#ffffff, #eee);
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-appearance: none;
  margin: 1rem 0;
}
.pager ul .pager__item a {
  font-weight: 400;
  text-decoration: none;
  color: #1b2b34;
  padding: 0.6em 1em;
}
.pager ul .pager__item.is-active {
  cursor: inherit;
  color: #ffffff;
  font-weight: 400;
  background-color: #01579b;
  background-image: linear-gradient(#01579b, #2890e5);
  border-color: #01579b;
}
.pager ul .pager__item.is-active a {
  color: #ffffff;
}

.field--name-field-media-oembed-video iframe {
  width: 600px;
  height: 400px;
}

.page404 {
  text-align: center;
}
.page404 .block-views-exposed-filter-blockacquia-search-page {
  margin: 0 auto;
  width: 70%;
}
.page404 .block-views-exposed-filter-blockacquia-search-page #views-exposed-form-acquia-search-page .form--inline {
  display: flex;
}
.page404 .block-views-exposed-filter-blockacquia-search-page #views-exposed-form-acquia-search-page .form--inline .form-item-search,
.page404 .block-views-exposed-filter-blockacquia-search-page #views-exposed-form-acquia-search-page .form--inline .form-item-search-api-fulltext {
  margin-right: 0;
  width: 75%;
  float: none;
}
.page404 .block-views-exposed-filter-blockacquia-search-page #views-exposed-form-acquia-search-page .form--inline .form-item-search label,
.page404 .block-views-exposed-filter-blockacquia-search-page #views-exposed-form-acquia-search-page .form--inline .form-item-search-api-fulltext label {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.page404 .block-views-exposed-filter-blockacquia-search-page #views-exposed-form-acquia-search-page .form--inline .form-item-search .form-text,
.page404 .block-views-exposed-filter-blockacquia-search-page #views-exposed-form-acquia-search-page .form--inline .form-item-search-api-fulltext .form-text {
  width: 100%;
  margin: 0;
  padding: 0 1em;
  height: 3.5em;
  line-height: normal;
  font-size: 1.6rem;
  font-weight: 400;
  border: 1px solid #ccc;
}
.page404 .block-views-exposed-filter-blockacquia-search-page #views-exposed-form-acquia-search-page .form--inline .form-actions {
  width: 25%;
  clear: none;
}
.page404 .block-views-exposed-filter-blockacquia-search-page #views-exposed-form-acquia-search-page .form--inline .form-actions .form-submit {
  width: 100%;
  padding: 1.25em 0;
  font-size: 1.6rem;
  color: #fff;
  background-color: #005495;
  border: none;
  display: block;
  height: auto;
  line-height: 1em;
}
.page404 .block-views-exposed-filter-blockacquia-search-page #views-exposed-form-acquia-search-page .form--inline .form-item-sort-by {
  display: none;
}

.maintenance-page .site-logo {
  width: 250px;
  display: block;
}
.maintenance-page h1 {
  text-align: center;
  color: #1b2b34;
}
.maintenance-page p {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}

/** File Icons **/
.field__item .file--application-pdf, .field__item .file--x-office-spreadsheet, .field__item .file--x-office-document {
  background-image: none;
  padding-left: 0;
}
.field__item .file--application-pdf::before, .field__item .file--x-office-spreadsheet::before, .field__item .file--x-office-document::before {
  font: normal normal normal 14px/1 "Font Awesome 6 Pro";
}
.field__item .file--application-pdf::before {
  content: "\f1c1";
}
.field__item .file--x-office-spreadsheet::before {
  content: "\f1c3";
}
.field__item .file--x-office-document::before {
  content: "\f1c2";
}
@media screen and (max-width: 480px) {
  .field__item .file a {
    word-break: break-all;
  }
}

/******** putting table styling here for tools and templates. There is no specific patternlab componet to address table styling */
@media screen and (max-width: 768px) {
  .table-holder {
    overflow-x: scroll;
  }
}

/********* putting table styling here for tools and templates. There is no specific patternlab componet to address table styling */
/** Mobile Search Facets Overlay **/
.search__filter-container .mss-btn {
  display: none;
}
.search__filter-container .clear-filters {
  text-decoration: underline;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .search__filter-container {
    display: flex;
  }
  .search__filter-container .mss-btn {
    min-height: initial;
    min-width: initial;
    line-height: normal;
    padding: 11px 57px;
    display: inline;
    margin-right: 30px;
  }
}
.view-acquia-search .search .facets {
  margin-right: 2.35765%;
  width: 31.76157%;
}
.search .facets .close,
.search .facets .show-facet-results {
  display: none;
}
.search .facets .facets_title-close {
  margin-bottom: 1.25em;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #ccc;
  color: #1b2b34;
}
.search .facets .facets_title-close h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .search .facets {
    white-space: normal;
    opacity: 0;
    transform: translateX(100%);
    animation-timing-function: ease-in-out;
    padding: 32px 50px 0;
    transition: 0.2s;
    display: inline-block;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    background-color: #fff;
  }
  .search .facets.active {
    opacity: 1;
    transform: translateX(0);
    padding: 0;
    width: 100%;
  }
  .search .facets.opened {
    width: 100%;
    padding: 0;
    opacity: 1;
    transform: translateX(0);
    transition: 0s;
  }
  .search .facets .facets_title-close {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
  }
  .search .facets .facets_title-close .close {
    display: block;
    cursor: pointer;
    background-color: transparent;
  }
  .search .facets .show-facet-section {
    padding: 20px 30px;
    background: #fff;
    margin-top: -20px;
    border-top: 1px solid #ccc;
  }
  .search .facets .show-facet-section .show-facet-results {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0.5em 1.5em;
    color: #ffffff;
    border-radius: 0.25em;
    background: #01579b none;
  }
}
@media screen and (max-width: 1200px) {
  .search .facets {
    margin-bottom: 30px;
  }
}

.text-blue {
  color: #006edb;
}
.text-green {
  color: #008817;
}

.list-checkmarked {
  list-style-type: none;
  padding-left: 2rem;
}
.list-checkmarked > li {
  padding-left: 0.5rem;
}
.list-checkmarked > li::before {
  font: normal normal normal 14px/1 "Font Awesome 6 Pro";
  content: "\f058";
  color: #01579b;
  font-size: 2rem;
  margin-left: -1.5em;
  padding: 10px 5px;
}
.list-checkmarked > li ul {
  padding-left: 12px;
}
.list-numbered {
  padding-left: 1rem;
  list-style: none;
}
.list-numbered > li {
  counter-increment: list-counter;
  position: relative;
  margin: 20px 0;
  padding-left: 4rem;
}
.list-numbered > li::before {
  display: inline-block;
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #01579b;
  border: 0.2rem solid #01579b;
  border-radius: 50%;
  min-width: 3rem;
  min-height: 3rem;
  text-align: center;
  line-height: 2.6rem;
}
.list-numbered > li ol {
  padding-left: 13px;
}
.list-numbered > li .views-field {
  padding-left: 50px;
}
.list-card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.list-card.stacked {
  display: block !important;
}
.list-card.stacked li {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .list-card.stacked li {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .list-card {
    flex-direction: row;
  }
}
.list-card li {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  border-radius: 1.2rem;
  background-color: #ffffff;
  box-shadow: 0.2rem 0.4rem 1rem 0 rgba(174, 181, 184, 0.4);
  padding: 2rem;
  overflow: hidden;
  text-decoration: none;
  margin: 1rem;
}
@media screen and (min-width: 769px) {
  .list-card li {
    width: 31%;
  }
}
.list-card li p {
  width: 100%;
}
.list-card li a {
  text-decoration: none;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #1b2b34;
}
.list-card li a::after {
  content: "\f061";
  font: normal normal normal 14px/1 "Font Awesome 6 Pro";
  font-weight: bold;
  float: right;
  padding-top: 0.5rem;
  color: #01579b;
}
.list-card li a:hover, .list-card li a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .list-card li {
    flex-basis: 100%;
  }
}
.list-card.no-arrows li a::after {
  content: "";
}

:target {
  scroll-margin-top: 245px;
}
@media screen and (min-width: 366px) {
  :target {
    scroll-margin-top: 210px;
  }
}
@media screen and (min-width: 1200px) {
  :target {
    scroll-margin-top: 115px;
  }
}

@media screen and (min-width: 769px) {
  .view-display-id-agency_list .view-content {
    -moz-columns: 2;
    columns: 2;
  }
}
.view-display-id-agency_list .view-content .views-row {
  margin: 1rem 0;
}
.view-display-id-agency_list .view-content .views-row:first-child {
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .g-recaptcha {
    transform: scale(0.8);
    transform-origin: 0 0;
  }
}