.its-bsa-toggle {
  float: right;
  cursor: pointer;
  text-decoration: none;
  color: #0d71ba;
  margin-right: 1em;
}
.its-bsa-toggle:hover {
  text-decoration: underline;
}
/*Breadcrumb*/
.block-system-breadcrumb-block {
  width: 1200px;
  margin: 3px auto 10px auto;
}

.breadcrumb {
  margin-left: 20px;
  background: none;
  padding: 0;
  font-size: 14px;
  position: relative;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  display: inline-block;
  color: #4c4c4e;
}
.breadcrumb ul li::before {
  content: "";
}
.breadcrumb ul a, .breadcrumb ul a:visited {
  color: #4c4c4e;
  text-decoration: none;
}
.breadcrumb ul a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .block-system-breadcrumb-block {
    float: left;
    width: 95%;
    margin: 3px 0 10px 0;
  }
  .block-system-breadcrumb-block .breadcrumb {
    margin-left: 30px;
  }
}
/* CKEditor5 custom styles */
p.footnote {
  font-size: smaller;
  margin: 0px;
  line-height: inherit;
}

/* end CKEditor5 custom styles */
/* ckeditor font sizes */
.text-tiny {
  font-size: 0.7em;
}

.text-small {
  font-size: 0.85em;
}

.text-default {
  font-size: 1em;
}

.text-big {
  font-size: 1.4em;
}

.text-huge {
  font-size: 1.8em;
}
.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.comment-wrap .author-details {
  float: left;
  width: 20%;
}
.comment-wrap .author-comments {
  padding-left: 5px;
  float: left;
  width: 80%;
}
.comment-wrap .author-comments h3 {
  margin-top: 10px;
}
.comment-wrap .author-comments p {
  margin-bottom: 10px;
}

.comment-submitted {
  margin: 3px 0;
  font-size: 12px;
  display: inline-block;
  line-height: 100%;
}
.view-defunct-sources .views-field-title {
  min-width: 20em;
}

.defunct-warning {
  border-bottom: 1px solid black;
}

.defunct-text {
  font-style: italic;
  font-weight: bold;
  color: #d33;
}

.defunct-icon {
  color: red;
  margin-right: 0.5em;
  font-size: 24px;
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #4c4c4e;
  overflow-x: hidden;
  font-weight: 400;
}

p {
  margin: 0 0 24px 0;
}

h1, .h1 {
  font-size: 40px;
  line-height: 45px;
  color: #161a42;
}

X.field h1 {
  font-size: 42px;
  line-height: 49px;
  color: unset;
}

h2, .h2 {
  font-size: 36px;
  line-height: 4.1rem;
  color: #4c4c4e;
}

h3, .h3 {
  font-size: 33px;
  line-height: 3.5rem;
  color: #4c4c4e;
}

h4, .h4 {
  font-size: 24px;
  line-height: 3rem;
  color: #161a42;
}

h5, .h5 {
  font-size: 18px;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1;
  color: #4c4c4e;
}

h6, .h6 {
  font-size: 16px;
  line-height: 1.5rem;
  color: #4c4c4e;
}

/* prevent embedded nodes within nodes from displaying certain items */
article article > h2 { /* hide title */
  display: none;
}

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

a {
  color: #0d71ba;
  text-decoration: none;
  cursor: pointer;
  /* ...and now override with proper CSS property */
  transition: color 0.2s ease-out, background 1s ease-in;
  /* word-break: break-word; */
}
a.nav-link {
  color: #0d71ba;
}

a:hover {
  color: #79bde8;
  text-decoration: underline;
}

.reset-a, .reset-a:hover, .reset-a:visited, .reset-a:focus, .reset-a:active {
  text-decoration: none;
  color: inherit;
  outline: 0;
  cursor: auto;
}

ol, ul {
  padding-left: 30px;
}

hr {
  border-color: #ccc;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

table {
  width: 100%;
  margin-bottom: 8px;
}
table th {
  border-bottom: 1px solid black;
  border-top: none !important;
  background-color: #fafafa;
  padding: 5px;
}
table td {
  padding: 5px;
}

tr:nth-child(odd),
tbody tr:nth-child(odd) > th {
  background-color: #f2f2f2;
}

thead tr th > tr th,
tbody tr > th {
  border: none;
}

/* show arrow in HTML5 details/summary constructs */
details > summary:first-of-type {
  display: list-item;
}

figure.caption.align-right {
  margin-left: 1em;
}
figure.caption > figcaption {
  text-align: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

html {
  font-size: 10px;
}

label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

select.form-select:not(.hidden) {
  border-radius: 0;
  display: inline-block;
  width: inherit;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin: 0;
  margin-top: 0.25rem;
  font-size: 16px;
}

.messages .placeholder {
  cursor: unset !important;
  vertical-align: unset !important;
  opacity: unset !important;
  background-color: unset !important;
}

.visually-hidden {
  color: black;
  background-color: white;
}

.progress {
  height: 3rem;
  font-size: 100%;
}
.progress * {
  font-size: 100%;
}
.progress .progress__track {
  margin-right: 1rem;
}
.facets-widget-dropdown select {
  width: 100%;
}

.facets-widget-dropdown h3 {
  font-size: 20px;
}

ul.js-facets-checkbox-links {
  list-style-type: none;
}

ul.js-facets-checkbox-links li.facet-item .facets-checkbox {
  margin-right: 10px;
}

.block-facet--checkbox ul#v2x, .block-facet--checkbox ul#v2x_map_db {
  padding-left: 0;
}
.block-facet--checkbox ul#v2x li, .block-facet--checkbox ul#v2x_map_db li {
  display: flex;
  flex-direction: row;
  align-items: start;
}
.block-facet--checkbox ul#v2x input, .block-facet--checkbox ul#v2x_map_db input {
  margin-top: 8px;
}
.block-facet--checkbox ul#v2x label, .block-facet--checkbox ul#v2x_map_db label {
  font-size: 16px;
  font-weight: normal;
  color: black;
  margin: 0;
}
@charset "UTF-8";
/*
 * The its_home_hero background must switch from slideshow-featured to home_hero at small breakpoint.
 * This allows the background to appear under the featured region at high widths, but only under the
 * home_hero at narrow widths.
 */
.front-page .slideshow-featured {
  background: url(../../dist/images/its_home_hero.webp) no-repeat;
  background-size: 100% 600px;
}
.front-page .slideshow-featured > .row {
  display: flex;
}

/* counteract region auto margin which places this div too far right */
.main-header .region-featured {
  margin-left: 0px;
}

.featured {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 25px; /* push this down a bit to compensate for slideshow-featured padding-bottom */
}
.featured .field__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.featured .field__item {
  margin: 1rem;
  background-color: #d14900;
  padding-left: 1rem;
  padding-right: 1rem;
}
.featured .field__item * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #fff;
  padding: 0;
  line-height: inherit;
  margin-top: inherit;
  margin-bottom: inherit;
}
.featured .field__item svg.ext {
  margin-top: 0;
  margin-bottom: 0;
}
.featured .field__item .new-flag,
.featured .field__item .field--name-field-feature-title {
  font-weight: 600;
  font-size: 80%;
}

@media all and (max-width: 1200px) {
  .front-page .slideshow-featured > .row, .featured {
    display: block;
  }
  /* here we swap the backgrounds as outlined above */
  #home_hero {
    background: url(../../dist/images/its_home_hero.webp) no-repeat;
    background-size: 100% 600px;
    padding-bottom: 50px;
  }
  .front-page .slideshow-featured {
    background: transparent none;
  }
  .featured {
    background-color: inherit;
  }
}
.views-row .feature-wrapper {
  height: 100%;
}

.card-view .view-content,
.card-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  row-gap: 1em;
}
.card-view .view-content .views-row,
.card-box .views-row {
  padding-bottom: 1em;
}
.card-view .view-content a,
.card-box a {
  color: inherit;
  text-decoration: none;
}
.card-view .view-content a:hover,
.card-box a:hover {
  color: inherit;
}
.card-view .view-content a:hover .feature-card,
.card-box a:hover .feature-card {
  box-shadow: 0 0 15px 0 #0d71ba;
}
.card-view .view-content .its-btn,
.card-box .its-btn {
  color: white;
}

.feature-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 260px;
  height: 100%;
  box-shadow: 0 0 15px 0 #333;
  margin: 0 10px;
}
.feature-card img {
  display: block;
}
.feature-card .field--name-field-image {
  overflow: hidden;
}
.feature-card:not(.img-full) .field--name-field-image {
  margin: 1em;
}
.feature-card:not(.img-full) .field--name-field-image img {
  width: auto;
}
.feature-card.img-medium .field--name-field-image img {
  height: 130px;
}
.feature-card.img-small .field--name-field-image img {
  height: 80px;
}
.feature-card.img-center .field--name-field-image img {
  margin: auto;
}
.feature-card.img-right .field--name-field-image img {
  margin-left: auto;
}
.feature-card.its-text-left {
  text-align: left;
}
.feature-card.its-text-center {
  text-align: center;
}
.feature-card.its-text-right {
  text-align: right;
}
.feature-card.img-separate {
  flex-direction: row;
  align-items: center;
}
.feature-card.img-separate img {
  padding: 1em;
}
.feature-card.multi-link a[href] {
  color: #0d71ba;
}
.feature-card.multi-link a:not([href]) {
  cursor: unset;
}

.card-view:not(.horizontal).col4 .feature-card {
  width: 260px;
}
.card-view:not(.horizontal).col4 .feature-card.img-full .field--name-field-image {
  height: 173.3333333333px;
}
.card-view:not(.horizontal).col3 .feature-card {
  width: 350px;
}
.card-view:not(.horizontal).col3 .feature-card.img-full .field--name-field-image {
  height: 196.875px;
}
.card-view:not(.horizontal).col2 .feature-card {
  width: 540px;
}
.card-view:not(.horizontal).col2 .feature-card.img-full .field--name-field-image {
  height: 270px;
}
.card-view:not(.horizontal).col1 .feature-card {
  width: 1130px;
}
@media all and (max-width: 1200px) {
  .card-view:not(.horizontal).col1 .feature-card {
    width: calc(100% - 20px);
  }
}
@media all and (max-width: 576px) {
  .card-view:not(.horizontal).col4 .feature-card, .card-view:not(.horizontal).col3 .feature-card, .card-view:not(.horizontal).col2 .feature-card {
    width: calc(100% - 20px);
  }
}
.card-view:not(.horizontal).img-full.col4 .feature-card .field--name-field-image {
  height: 173.3333333333px;
}
.card-view:not(.horizontal).img-full.col3 .feature-card .field--name-field-image {
  height: 196.875px;
}
.card-view:not(.horizontal).img-full.col2 .feature-card .field--name-field-image {
  height: 270px;
}

.card-view:not(.horizontal).img-medium.col4 .feature-card .field--name-field-image, .card-view:not(.horizontal).img-small.col4 .feature-card .field--name-field-image {
  height: unset;
}
.card-view:not(.horizontal).img-medium.col3 .feature-card .field--name-field-image, .card-view:not(.horizontal).img-small.col3 .feature-card .field--name-field-image {
  height: unset;
}
.card-view:not(.horizontal).img-medium.col2 .feature-card .field--name-field-image, .card-view:not(.horizontal).img-small.col2 .feature-card .field--name-field-image {
  height: unset;
}

.card-view.img-full .feature-card .field--name-field-image {
  margin: 0;
}
.card-view.img-full .feature-card .field--name-field-image img {
  height: unset;
  width: unset;
}
.card-view.img-medium .feature-card .field--name-field-image {
  margin: 1em;
}
.card-view.img-medium .feature-card .field--name-field-image img {
  height: 130px;
}
.card-view.img-small .feature-card .field--name-field-image {
  margin: 1em;
}
.card-view.img-small .feature-card .field--name-field-image img {
  height: 80px;
}
.card-view.img-left .feature-card .field--name-field-image img {
  margin: unset;
  margin-right: auto;
}
.card-view.img-center .feature-card .field--name-field-image img {
  margin: auto;
}
.card-view.img-right .feature-card .field--name-field-image img {
  margin: unset;
  margin-left: auto;
}
.card-view.its-text-left .feature-card {
  text-align: left;
}
.card-view.its-text-center .feature-card {
  text-align: center;
}
.card-view.its-text-right .feature-card {
  text-align: right;
}

.feature-card.multi-link a[href] {
  color: #0d71ba;
}
.feature-card.multi-link a:not([href]) {
  cursor: unset;
}

.view-display-id-decision_support_spotlight .feature-card img {
  max-height: 163px;
}

.card-view.horizontal .feature-card {
  width: 540px;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media all and (max-width: 576px) {
  .card-view.horizontal .feature-card {
    width: 350px;
  }
}
.card-view.horizontal .feature-card p {
  margin-bottom: 0;
}
.card-view.horizontal .feature-card .field--name-field-image {
  margin: 0;
}
@media all and (max-width: 576px) {
  .card-view.horizontal .feature-card .field--name-field-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.card-view.horizontal .feature-card .field--name-field-image img {
  width: 140px;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 576px) {
  .card-view.horizontal .feature-card .field--name-field-image img {
    height: unset;
  }
}
.card-view.horizontal .feature-card .card-text {
  width: 400px;
}

.card-img-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.card-img-title .card-title {
  max-width: 15em;
}

.card-text {
  padding: 10px;
}

.card-title {
  font-size: larger;
  font-weight: bold;
}

.new-label {
  display: none;
}

.its-new .new-label {
  display: inline;
  color: #e60000;
  font-weight: bold;
  font-size: 80%;
}

.card-link {
  margin: 1em auto;
}
.card-link .its-btn {
  background-color: #d14900;
  color: white;
  border: none;
  padding: 0.5em;
  border-radius: 5px;
}

.new-sign {
  color: #e60000;
  font-size: 80%;
}
.new-sign::after {
  content: " ";
}
/* HIDING STUFF FOR NOW - WILL FIX LATER */
.field--name-field-vtax-arcit,
.field--name-field-vtax-unit-cost-active,
.field--name-field-vtax-publisher {
  display: none !important;
}

/*
 * On Source nodes field_external_url_disclaimer holds text to warn users the
 * links are off site There are over 4200 field values that are EXACTLY the
 * same:
 *
 * (Our website has many links to other organizations. While we offer these
 * electronic linkages for your convenience in accessing transportation-related
 * information, please be aware that when you exit our website, the privacy and
 * accessibility policies stated on our website may not be the same as that on
 * other websites.)
 *
 * field__disclaimer is possibly a legacy?
 */
.field__disclaimer,
.field--name-field-external-url-disclaimer,
.field--name-external-url-disclaimer {
  font-size: 75%;
  line-height: 120%;
  margin: 5px 0 0;
}

.field--name-field-goal-areas:not(:has(div.field__item, span.field__item)),
.field--name-field-arcit:not(:has(div.field__item, span.field__item)) {
  display: none;
}
/*Footer Widgets*/
.footer-widgets {
  padding: 20px 0;
}
.footer-widgets .block {
  background: #fafafa;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.footer-widgets .block h2.title {
  margin: 5px 0 10px 0;
}
.footer-widgets img {
  max-width: 100%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 2px #ddd;
}

/*Footer Ribbon*/
.footer-ribbon {
  margin: 0 auto;
  border: 0;
  background: #122b4e;
  color: #fff;
  font-size: 16px;
}
.footer-ribbon ul {
  margin: 10px 0;
  padding: 0;
}
.footer-ribbon nav li {
  display: inline-block;
}
.footer-ribbon nav li a {
  display: block;
  padding: 5px;
}

#footer-bottom {
  text-align: center;
  padding: 25px 0 5px;
  display: none !important;
}

.footer_wrapper {
  float: left;
  margin: 50px 0;
  width: 100%;
  padding: 0 20px;
}

.footer_top_row {
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.footer_top_row .footer_col, .footer_bottom_row .footer_col {
  float: left;
  width: 25%;
}

.footer_top_row .footer_col:first-child, .footer_bottom_row .footer_col:first-child {
  float: left;
  width: 50%;
}

.footer_top_row .footer_col:first-child p {
  margin-bottom: 20px;
}

.footer_top_row .footer_col:first-child p:last-child {
  margin-top: 20px;
  font-size: 14px;
}

.footer_bottom_row2 .footer_col:first-child {
  float: left;
  margin-top: 20px;
  font-size: 13px;
  width: 70%;
}

.footer_col p {
  margin-bottom: 5px;
}

.footer_col #its-jpo-link {
  font-size: 16px;
  font-weight: normal;
  width: 300px;
  margin: 20px 0;
}
.footer_col h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 3rem;
  text-transform: uppercase;
  padding: unset;
}
.footer_col a, .footer_col a:visited, .footer_col h2 {
  color: #fff;
}
.footer_col a:hover {
  text-decoration: underline;
}

.footer_bottom_row {
  font-size: 12px;
}
.footer_bottom_row .footer_col:first-child {
  font-size: 14px;
  line-height: 18px;
}
.footer_bottom_row .footer_col:first-child img {
  float: left;
  margin-top: 5px;
  margin-right: 50px;
}
.footer_bottom_row .footer_col:last-child {
  margin-top: 15px;
}

#footer_connect {
  margin-top: 40px;
}

.region-footer {
  margin: 0 auto;
}

.footer-space .container {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .footer_bottom_row .footer_col:first-child img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer_top_row .footer_col,
  .footer_bottom_row .footer_col,
  .footer_bottom_row .footer_col:first-child,
  .footer_top_row .footer_col:first-child,
  .footer_bottom_row2 .footer_col:first-child {
    width: 100%;
  }
  .footer_bottom_row .footer_col img {
    margin-right: 100% !important;
    margin-bottom: 20px;
  }
}
.label {
  color: #4c4c4e;
}

.btn,
input[type=submit] {
  background: #0178d3;
  color: #fff;
  border: 0;
  line-height: 100%;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15pt;
  transition: 0.3s;
  border: 3px solid #0178d3;
}
.btn:hover,
input[type=submit]:hover {
  background: #fff;
  color: #0178d3;
  border: 3px solid #0178d3;
}

input[type=text], input[type=password], input[type=number] {
  border: 1px solid #ccc;
  font-size: 16px;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  line-height: 24px;
  color: black;
}
input[type=text]:focus, input[type=text]:hover, input[type=password]:focus, input[type=password]:hover, input[type=number]:focus, input[type=number]:hover {
  border: 1px solid #4c4c4e;
}

label,
fieldset legend span {
  font-size: 14px;
}

option:hover {
  background: #efefef;
}

option:disabled {
  color: #817E7E;
}

select {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  border: 1px solid black;
  font-size: 16px;
  line-height: 24px;
  color: black;
}

textarea {
  width: 300px;
  height: 110px;
  padding: 12px 20px;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 24px;
  color: black;
}

.form-item, .form-actions {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 11px;
  font-style: italic;
}

.contact-message-form label {
  display: block;
}

.contact-message-feedback-form .form-text, .contact-message-feedback-form .form-email, .contact-message-feedback-form .form-textarea {
  width: 100%;
}

.user-login-form,
.user-form,
.user-pass {
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #ccc;
  padding: 10px 30px;
  background: #fff;
}
.user-login-form .form-text,
.user-form .form-text,
.user-pass .form-text {
  width: 100%;
}

/* make search page content type checkboxes horizontal */
#edit-type--wrapper .bef-checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  justify-content: flex-start;
}
@charset "UTF-8";
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../../fonts/glyphicons-halflings-regular.eot");
  src: url("../../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/glyphicons-halflings-regular.svg") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-menu-hamburger {
  top: 4px;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}
.hero {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-size: 100% 600px;
}

#benefits_hero {
  background-image: url(../../dist/images/its_benefits_hero.webp);
}

#lessons_hero {
  background-image: url(../../dist/images/its_lessons_learned_hero.webp);
}

#costs_hero {
  background-image: url(../../dist/images/its_costs_hero.webp);
}

#deployment_hero {
  background-image: url(../../dist/images/its_deployment-stats_hero.webp);
}

#briefings_hero {
  background-image: url(../../dist/images/its_executive-briefings_hero.webp);
}

#success_strategies_hero {
  background-image: url(../../dist/images/its_lessons_learned_hero.webp);
}

#help_hero {
  background-image: url(../../dist/images/its_executive-briefings_hero.webp);
}

#data_visualization_hero {
  background-image: url(../../images/its_data_visualization_hero.jpg);
  background-position: center;
  background-size: cover;
}

#block-itskr-darkpage #home_hero,
#block-itskr-darkerror #home_hero {
  background-image: url(../../dist/images/its_home_hero.webp);
}

.hero_inner {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}

.hero_title {
  font-size: 72px;
  line-height: 70px;
  font-weight: 300;
  color: #fff;
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: auto auto;
}
.hero_title > span {
  padding-left: 5px;
}

.hero_content {
  width: 750px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 30px auto 20px auto;
}

#home_hero .hero_title {
  width: inherit;
  margin-left: inherit;
  display: block;
}

#home_hero .search-block-form {
  float: none;
  max-width: 725px;
  padding-top: 0;
}

.hero .search-block-form {
  margin: 10px auto 0 auto;
  max-width: 100%;
  padding-top: 0;
}

.hero .search-block-form input[type=text] {
  padding-left: 45px;
  border-radius: 5px;
  width: 37em;
  height: 64px;
  background-image: url(../../images/search.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: left;
}

.hero .search-block-form input[type=submit] {
  height: 64px;
  border-radius: 5px;
}
.hero .search-block-form input[type=submit].search-map {
  height: 40px;
  margin-left: -7em;
}

@media (max-width: 768px) {
  .hero .search-block-form input[type=text] {
    width: 30em;
  }
  .hero .search-block-form input[type=submit].search-map {
    margin-left: unset;
  }
  #costs_hero .search-map {
    margin-left: unset;
  }
  .hero {
    background-size: 100% 100%;
  }
  .hero .hero_title, .hero .hero_content {
    margin-left: 0;
    width: 95%;
    padding: 0 15px;
  }
}
/* narrow widths can cause clipping of the large hero title text */
@media (max-width: 576px) {
  .hero .search-block-form input[type=text] {
    width: unset;
  }
  .hero_title {
    font-size: 60px;
  }
}
/* fancy bullets for benefits and lessons */
/* first without requiring anything inside <li> elements */
ul.its-list-bullets.benefits {
  list-style-image: url("/sites/default/files/inline-images/Benefit Bullet Icon.png");
}
ul.its-list-bullets.lessons {
  list-style-image: url("/sites/default/files/inline-images/Lesson Bullet IconSmall.png");
}
ul.its-list-bullets.costs {
  list-style-image: url("/sites/default/files/inline-images/Cost Bullet.png");
}
ul.its-list-bullets.benefits.bullet-sm {
  list-style-image: url("/sites/default/files/inline-images/Benefit Bullet Icon.png");
}
ul.its-list-bullets.lessons.bullet-sm {
  list-style-image: url("/sites/default/files/inline-images/Lesson Bullet IconSmall.png");
}

div.bullet {
  background-repeat: no-repeat;
  background-size: 32px 32px;
  min-width: 42px;
  min-height: 40px;
}

/* second, requiring adding a div to hold the bullet icon */
ul.its-img-bullets {
  list-style: none;
}
ul.its-img-bullets li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
ul.its-img-bullets.benefits div.bullet {
  background-image: url("/sites/default/files/inline-images/Benefit Bullet Icon.png");
}
ul.its-img-bullets.lessons div.bullet {
  background-image: url("/sites/default/files/inline-images/Lesson Bullet Icon.png");
}
ul.its-img-bullets.costs div.bullet {
  background-image: url("/sites/default/files/inline-images/Cost Bullet.png");
}

/*
 * third, like second above, but with a vertical border line through all bullets
 * This option requires no case-specific inline CSS styles, but the vertical
 * border is the full height which extends beyond the top and bottom bullets.
 * The bullets are centered vertically on the text of each item.
 *
 * You must wrap the <ul> items in a div with class "its-img-bullet-box" and a
 * second class of "benefits" or "lessons"
 */
.its-img-bullet-box {
  border-left: thick solid black;
  display: flex;
  flex-direction: column;
}
.its-img-bullet-box.benefits {
  border-color: #0178d3;
}
.its-img-bullet-box.benefits div.bullet {
  background-image: url("/sites/default/files/inline-images/Benefit Bullet Icon.png");
}
.its-img-bullet-box.lessons {
  border-color: #f06922;
}
.its-img-bullet-box.lessons div.bullet {
  background-image: url("/sites/default/files/inline-images/Lesson Bullet Icon.png");
}
.its-img-bullet-box.costs {
  border-color: #359c55;
}
.its-img-bullet-box.costs div.bullet {
  background-image: url("/sites/default/files/inline-images/Cost Bullet.png");
}
.its-img-bullet-box .its-img-bullets {
  margin-left: -48px;
}

/*
 * fourth - vertical border does not extend higher than the first bullet nor lower than the last.
 *
 * You must wrap all but the last <ul> items in a div with class "its-img-bullet-border-box" and a
 * second class of "benefits" or "lessons"
 *
 * Each bullet is a div with class "bullet-section" and "benefits" or "lessons"
 * The last bullet section is outside the wrapper and must add inline CSS styles to position it properly.
 */
div.bullet-section {
  display: inline-flex;
}
div.bullet-section div.bullet {
  margin-left: -18px;
}
div.bullet-section.benefits div.bullet, div.bullet-section.blue div.bullet {
  background-image: url("/sites/default/files/inline-images/Benefit Bullet Icon.png");
}
div.bullet-section.lessons div.bullet, div.bullet-section.orange div.bullet {
  background-image: url("/sites/default/files/inline-images/Lesson Bullet Icon.png");
}
div.bullet-section.costs div.bullet, div.bullet-section.green div.bullet {
  background-image: url("/sites/default/files/inline-images/Cost Bullet.png");
}
div.bullet-section.last {
  margin-left: 4px;
}

.its-img-bullet-border-box {
  border-left: thick solid black;
  display: flex;
  flex-direction: column;
}
.its-img-bullet-border-box.benefits, .its-img-bullet-border-box.blue {
  border-color: #0178d3;
}
.its-img-bullet-border-box.lessons, .its-img-bullet-border-box.orange {
  border-color: #f06922;
}
.its-img-bullet-border-box.costs, .its-img-bullet-border-box.green {
  border-color: #359c55;
}
.container {
  max-width: 1200px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  width: 100%;
}

#wrapper {
  margin: 0px auto;
  background-color: #fafafa;
}

.width-1400 .row.layout {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.width-unlimited .row.layout {
  max-width: inherit;
  margin-left: auto;
  margin-right: auto;
}

.wide-inner {
  max-width: 1120px;
  margin: auto;
}

.row.layout {
  margin: 0 auto;
  position: relative;
  max-width: 1220px;
}
.row.layout > .content-layout {
  float: left;
  padding: 0 20px;
}
.row.layout .sidebar-first {
  float: left;
  width: 270px;
  margin-top: 40px;
}
.row.layout .sidebar-first + .content-layout {
  width: calc(100vw - 270px);
  max-width: 950px;
}
.row.layout.split .sidebar-first + .content-layout {
  width: inherit;
  max-width: inherit;
}
.row.layout .layout--twocol-section + .layout {
  min-height: 560px;
}

@media (max-width: 1200px) {
  .row.layout .sidebar-first {
    margin-left: 10px;
  }
  .row.layout .sidebar-first + .content-layout {
    width: calc(100vw - 270px - 10px);
  }
}
@media (max-width: 768px) {
  .row.layout .sidebar-first {
    height: auto;
    margin-top: 0;
  }
  .row.layout .sidebar-first + .content-layout {
    width: calc(100vw - 40px);
  }
  .row.layout .sidebar-first .left-nav {
    display: none;
  }
}
.modal-content {
  width: 100%;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
.modal iframe {
  width: 100%;
}

.maintenance-page #its-modal {
  display: none;
}
/*Menu*/
.navbar-header {
  width: 100% !important;
}

.navbar-default .navbar-toggle {
  right: 0;
  border: 0;
  color: #fff;
  background: none;
  padding: 6px 6px;
  position: absolute;
  bottom: 14px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: none;
}

.navbar-toggle {
  z-index: 999;
}

.glyphicon-menu-hamburger::before, .glyphicon-remove::before {
  font-size: 25px;
}

nav h2 {
  display: none;
}

.region-primary-menu {
  display: none;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
}
.main-header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #0E71BA;
}
.main-header .contextual {
  float: left;
  width: 30%;
}
.main-header nav {
  background: transparent;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 200;
  min-height: auto;
}
.main-header .region {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.main-header .block {
  margin: 0;
}
.main-header .site-branding {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0 0 20px;
}

.site-branding__name {
  position: absolute;
  z-index: 1;
  padding-top: 25px;
  margin-left: -55px;
}

.site-branding__logo {
  float: left;
  position: relative;
  z-index: 300;
}

/*Region Header*/
.region-header .brand {
  display: block;
  line-height: 100%;
  padding: 3px 0;
  margin-left: 3px;
}
.region-header .brand.logo {
  margin-right: 5px;
}
.region-header .brand img {
  width: 170px;
  height: 64px;
}
.region-header .site-branding__slogan {
  font-size: 10px;
  margin-top: 39px;
  /* margin-left: 20px; */
  width: 180px;
}

.site-name a {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px;
  color: #fff;
  display: inline-block;
  font-family: "Poppins", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

/*Banner*/
.slideshow {
  text-align: center;
  line-height: 160%;
}

.slideshow h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

/*Promo*/
.region-promo {
  background: #0E71BA;
  width: 100%;
}
.region-promo h2 {
  margin: 5px 0;
}
.region-promo p, .region-promo .block {
  margin: 0;
}

@media (max-width: 768px) {
  .brand.logo img {
    max-width: 100vw;
  }
  a.site-branding__logo {
    float: none;
    width: 130px;
  }
  .region-header .site-branding__slogan {
    margin-top: 10px;
    margin-left: 0px;
  }
}
.section-marker {
  width: 120px;
  height: 2px;
  background-color: #f06922;
}
/*Sliding header widget*/
.slidewidget {
  background: transparent;
  left: 0;
  position: absolute;
  top: 49px;
  width: 100%;
  height: 0;
}

.slidewidget #sliding-header-wrap {
  display: none;
  color: #333;
  position: relative;
  z-index: 13;
}

.slidewidget .wrapper {
  position: relative;
  z-index: 100;
  background-color: #32ecc8;
  border-bottom: 2px solid #1abc9c;
}

.slidewidget .toggle-switch {
  background-color: #1abc9c;
  position: relative;
  top: 0;
  left: 0;
  width: 49px;
  height: 49px;
  z-index: 250;
}

.slidewidget .fa-gear.fa-spin {
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  left: 25%;
  position: absolute;
  text-align: center;
  top: 25%;
}

.slidewidget img.left {
  float: left;
  margin: 10px 10px 0 0;
  width: 50%;
}

.slidewidget ul {
  padding-left: 15px;
}

.slidewidget .block {
  padding: 20px 10px 10px;
}

.slidewidget .block h2.title {
  margin: 5px 0 10px 0;
}
/* Spotlight Views */
.spotlight-categories a {
  text-decoration: none;
}
.spotlight-categories > .view-content {
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2em 2em;
  /* this keeps us to three on a row given the widths set below on .views-row */
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.spotlight-categories > .view-content > * {
  box-shadow: 0 0 15px 0 #333;
  flex: 1 1 auto;
  text-align: center;
}
.spotlight-categories .views-row {
  height: 240px;
  min-width: 200px;
  max-width: 280px;
}
.spotlight-categories .views-row img {
  aspect-ratio: 2.42; /* Won't be necessary if all images have the same aspect-ratio */
  height: 180px;
}
.spotlight-categories a div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.spotlight-categories .category-name {
  height: 60px;
  font-weight: bold;
  font-size: 28px;
  color: black;
}

.spotlight-category-page > .view-header > * {
  padding: 1em 0;
}
.success-stories {
  /* The views_slideshow styles are highly dependent on the cycle options in the safety view, success stories display */
}
.success-stories.arrow-slides {
  width: 100%;
}
.success-stories.arrow-slides .arrow-slides-box {
  gap: 1em;
}
.success-stories.arrow-slides .views_slideshow_cycle_main {
  width: 90%;
}
.success-stories.arrow-slides .its-ss-arrow {
  width: 60px;
  text-align: center;
  background-color: #666;
  border-radius: 5px;
  height: 275px;
}
.success-stories.arrow-slides .its-ss-arrow a {
  line-height: 243px;
  color: white;
}
.success-stories .views_slideshow_cycle_teaser_section {
  height: 300px;
}
.success-stories .views-row {
  padding-left: 1em;
  padding-right: 1em;
}
.success-stories .views_slideshow_slide {
  width: 100%;
  height: 300px;
  box-shadow: 0 0 15px 0 #333;
  border-radius: 10px;
  /* rotate through a fixed set of images, since BCLL nodes do not have an image field */
}
.success-stories .views_slideshow_slide * {
  color: white;
}
@media (max-width: 992px) {
  .success-stories .views_slideshow_slide h2 {
    font-size: 20px;
    line-height: 3.5rem;
  }
}
@media (max-width: 768px) {
  .success-stories .views_slideshow_slide h2 {
    font-size: 18px;
    line-height: 2.5rem;
  }
}
@media (max-width: 576px) {
  .success-stories .views_slideshow_slide h2 {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.success-stories .views_slideshow_slide:nth-child(3n+1) {
  background: url(../../dist/images/its_executive-briefings_hero.webp) no-repeat;
}
.success-stories .views_slideshow_slide:nth-child(3n+2) {
  background: url(../../dist/images/its_costs_hero.webp) no-repeat;
}
.success-stories .views_slideshow_slide:nth-child(3n+3) {
  background: url(../../dist/images/its_lessons_learned_hero.webp) no-repeat;
}
.topics_wrapper {
  font-size: 16px;
  color: #171717;
  text-align: center;
  margin-top: 15px;
}
.topics_wrapper h2 {
  font-size: 36px;
  text-align: left;
  margin-left: 2%;
}
.topics_wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 80px;
}
.topics_wrapper a, .topics_wrapper a:visited {
  text-align: center;
  text-decoration: none;
  color: #171717;
}
.topics_wrapper a:focus {
  outline: solid;
}
.topics_wrapper .col-sm-2, .topics_wrapper .col-sm-3 {
  float: left;
  height: 130px;
}
.topics_wrapper > div > div {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .topics_wrapper .col-sm-2, .topics_wrapper .col-sm-3 {
    float: none;
  }
}
.pager-view-box {
  display: flex;
  flex-direction: row;
}
.pager-view-box .pager-arrow-box {
  display: flex;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
}
.pager-view-box .pager-arrow-box .pager-arrow {
  font-size: 100px;
  height: 50px;
}
.pager-view-box .pager-arrow-box .pager-arrow a {
  color: black;
  text-decoration: none;
}

.video-teaser {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #777;
}

.feature-header {
  width: 7em;
  height: auto;
  aspect-ratio: 220/83;
  padding-top: 0.2em;
  padding-left: 0.5em;
  background-image: url(../../images/ITS_Logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
}

.feature-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 6em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  margin-left: 30%;
  border-top: 0.1em solid #fff;
  border-left: 0.1em solid #fff;
  border-bottom: 0.1em solid #fff;
  border-top-left-radius: 0.8em;
  border-bottom-left-radius: 0.8em;
}
.feature-content > div {
  float: left;
}
.feature-content .video-icon {
  width: 33cqi;
  margin-left: -20cqi;
}
.feature-content .how-to {
  display: inline-block;
  font-size: 56%;
  line-height: 62%;
  padding: 0.3em;
  color: #fff;
  background-color: black;
}
.feature-content .video-title {
  width: 13em;
  padding: 0.3em;
  color: black;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 68%;
  line-height: 110%;
  font-weight: bold;
  clear: left;
}
.feature-content .steps {
  font-size: 56%;
  line-height: 110%;
  padding-top: 0.5em;
  color: #fff;
}
.feature-content .read-arrow {
  float: right;
  color: #fff;
}
.feature-content .read-arrow .glyphicon {
  top: inherit;
  bottom: 3px;
}

.dot-logo {
  width: 18em;
  padding: 0.5em;
  font-size: 40%;
  line-height: 120%;
  background-color: #fff;
  border-top-right-radius: 1.5em;
}
.dot-logo img {
  display: block;
  width: 1.5em;
  height: 1.5em;
}

.video-features .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.video-features.center .view-content {
  margin-left: auto;
  margin-right: auto;
}
.video-features.col2 .view-content {
  max-width: 580px;
}
.video-features.col2.teaser-large .view-content {
  max-width: 746px;
}
.video-features.col3 .view-content {
  max-width: 870px;
}
.video-features.col3.teaser-large .view-content {
  max-width: 1119px;
}
.video-features.col4 .view-content {
  max-width: 1160px;
}
.video-features .views-row {
  container: video_container/inline-size;
  margin-right: 10px;
  width: 280px;
  box-shadow: 0 0 10px 0 #333;
}
.video-features .views-row:last-child {
  margin-right: 0;
}
.video-features .pager-view-box .views-row {
  width: 274px;
}
.video-features .pager-view-box .feature-content {
  margin-left: 28cqi;
}
.video-features.teaser-large .views-row {
  width: 363px;
  height: 257px;
}

@container video_container (min-width: 270px) {
  .video-teaser {
    font-size: 16px;
  }
}
@container video_container (min-width: 360px) {
  .video-teaser {
    font-size: 24px;
  }
  .video-teaser .feature-content {
    margin-left: 23cqi;
  }
}
.its-benefits .video-teaser {
  background-color: #1075d7;
}

.its-costs .video-teaser {
  background-color: #169d53;
}

.its-lessons .feature-header {
  background-image: url(../../images/ITS_Logo_black.png);
}
.its-lessons .video-teaser {
  background-color: #ffbd59;
}
.its-lessons .video-teaser .feature-content .steps {
  color: black;
}

.its-briefings .video-teaser {
  background-color: #0c6064;
}

.its-dts .video-teaser {
  background-color: #173556;
}

/*
 * This views slideshow display is VERY fragile. That is, many of the positions
 * and dimensions depend completely on how large the images are.  So, be very careful about
 * adjusting anything.
 *
 * Part of the problem is views_slideshow forces some elements to use position: absolute and this confounds
 * other CSS properties (e.g. flex).
 */
.video-features.video-slideshow .view-content {
  container: slideshow-view-content/inline-size;
}
.video-features.video-slideshow .view-content > div, .video-features.video-slideshow .view-content .views-slideshow-controls-bottom {
  width: 100%;
}
.video-features.video-slideshow .views_slideshow_cycle_main {
  width: 1110px;
}
.video-features.video-slideshow .views_slideshow_cycle_teaser_section {
  margin: 0;
  height: 171px;
}
.video-features.video-slideshow .views_slideshow_slide {
  width: 1110px;
}
.video-features.video-slideshow .views-row {
  float: left;
  width: 270px;
  margin-right: 10px;
  box-shadow: 0 0 10px 0 #333;
}
.video-features.video-slideshow .views-row:last-child {
  margin-right: 0;
}
.video-features.video-slideshow.teaser-large .views-row {
  width: 363px;
  height: 257px;
}
.video-features.video-slideshow.teaser-large .views_slideshow_cycle_main,
.video-features.video-slideshow.teaser-large .views_slideshow_cycle_teaser_section {
  height: 257px;
}
.video-features.video-slideshow .views-slideshow-controls-bottom .item-list {
  margin-top: 0.5em;
}
/*
 * At some point social media icons were used, but now are hidden.
 * These show up in Layout Builder on BCLL nodes in section 2.
 */
.block-addtoany-block {
  display: none;
}

.layout-builder-block.block-addtoany-block {
  display: block;
}

.block-addtoany-block {
  margin-top: 20px;
}
.block {
  margin-bottom: 12px;
}

.block h2.title {
  font-size: 18pt;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
#block-itskr-calloutlinks .menu {
  text-align: center;
  margin: -52px 0 10px 150px;
}
#block-itskr-calloutlinks ul.menu li {
  display: inline-block;
  margin-left: 30px;
}
#block-itskr-calloutlinks ul.menu li a, #block-itskr-calloutlinks ul.menu li a:visited {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}
#block-itskr-calloutlinks ul.menu li.menu-item--active-trail a, #block-itskr-calloutlinks ul.menu li a:hover, #block-itskr-calloutlinks ul.menu li a:focus {
  border-bottom: 2px solid #fff;
}
#block-itskr-calloutlinks .menu .menu-item .submenu {
  display: none;
  background-color: #fff;
  width: auto;
  position: absolute;
  padding: 20px;
  border-top: 10px solid #0E71BA;
}
#block-itskr-calloutlinks .menu .menu-item .submenu .menu {
  text-align: left;
  margin: 0;
}
#block-itskr-calloutlinks .submenu .menu .menu-item {
  margin: 0 !important;
  display: block !important;
}
#block-itskr-calloutlinks .submenu .menu .menu-item a, #block-itskr-calloutlinks .submenu .menu .menu-item a:visited {
  color: #0E71BA;
}
#block-itskr-calloutlinks .submenu .menu .menu-item a:hover {
  border-bottom: 2px solid #0E71BA;
}

@media (max-width: 1200px) {
  #block-itskr-calloutlinks {
    float: left;
  }
  #block-itskr-calloutlinks .menu {
    margin: 0;
    width: 100vw;
    margin: 0;
    background-color: #0E71BA;
    font-size: 20px;
    position: absolute;
    border-top: 1px white;
  }
  #block-itskr-calloutlinks .menu .menu-item .submenu {
    display: none;
    width: 100%;
    padding: 0;
    position: initial;
  }
  #block-itskr-calloutlinks .menu .menu-item .submenu .menu {
    position: initial;
    border-top: none;
    background-color: #fff;
    margin-left: -20px;
    padding-left: 20px;
  }
  #block-itskr-calloutlinks ul.menu li {
    display: block;
    margin: 0 20px;
    text-align: left;
  }
  #block-itskr-calloutlinks ul.menu li:last-child {
    border-bottom: none;
  }
  #block-itskr-calloutlinks ul.menu li a:hover {
    border-bottom: none;
    font-weight: bold;
  }
  #block-itskr-calloutlinks li.menu-item .glyphicon.glyphicon-menu-down, #block-itskr-calloutlinks li.menu-item .glyphicon.glyphicon-menu-up {
    color: #fff;
    float: right;
    display: block;
    margin-right: 10px;
    font-weight: bold;
    right: 10px;
    margin-top: 5px;
  }
}
#block-benefitsgoals,
#block-lessonslearnedgoals {
  margin-bottom: 50px;
}

.goals-taxonomy {
  margin-top: 20px;
}
.goals-taxonomy div a, .goals-taxonomy div a:visited {
  color: #4c4c4e;
}
.goals-taxonomy div.goals {
  float: left;
  width: 30%;
  margin: 0 2% 20px 0;
  background-color: #e4f2fa;
  padding: 20px;
}

@media (max-width: 768px) {
  .goals-taxonomy div.goals {
    width: 100%;
  }
}
.region-header .search-block-form {
  float: right;
  max-width: 800px;
  margin-top: -40px;
}

.search-block-form form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.search-block-form form .button {
  margin-right: 0;
}

.search-block-form .search-map {
  margin-top: 0.5em;
  background-color: #d14900;
  color: #fff;
  border: none;
  height: inherit;
}

#search-select #search-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 64px;
  border-radius: 10px;
  margin: auto;
  max-width: 80rem;
  background-color: #fff;
}
#search-select #search-box #search-select-keywords-home {
  height: 50px;
  border: none;
  border-right: 3px solid #ccc;
  margin-left: 0.5em;
  padding-left: 45px;
  background-image: url(../../images/search.png);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: left;
}
#search-select #search-box #results-box {
  display: flex;
  align-items: center;
  margin-right: 1em;
}
#search-select #search-box #results-box #results-format {
  line-height: 1.3em;
  width: 5em;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}
#search-select #search-box #results-box #results-choices {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 0;
  padding: 0;
  margin: 0;
}
#search-select #search-box #results-box #results-choices .result-choice {
  min-width: 6em;
}
#search-select #search-box #results-box #results-choices .result-choice label {
  margin: 0;
}
#search-select #search-box #results-box input {
  accent-color: #d14900;
}
#search-select input.search.button {
  background-color: #d14900;
  border-color: #d14900;
  height: 55px;
  border-radius: 5px;
  margin-right: 1em;
}
#search-select input.search.button:hover {
  background-color: #fff;
  color: #d14900;
  border-color: #d14900;
}

@media (max-width: 768px) {
  #search-select #search-box {
    flex-direction: column;
    margin: 0.5em;
    padding: 0.5em;
  }
  #search-select #search-box #search-select-keywords-home {
    border: none;
    margin: 0;
  }
  #search-select #search-box #results-box #results-format {
    line-height: inherit;
    width: inherit;
  }
}
.region-header #block-search-2 #search-block-form {
  display: none;
  margin-right: 75px;
}

.show-search {
  float: right;
  margin-top: -45px;
  z-index: 220;
  position: relative;
  height: 30px;
  width: 25px;
  right: 38px;
}
.show-search:hover {
  cursor: pointer;
}

.region-header #block-search-2 {
  margin: 0 auto;
  max-width: 1200px;
}
.region-header #block-search-2 #search-block-keywords {
  position: relative;
  z-index: 1000;
  background-color: #fff !important;
  float: left;
  width: 335px;
  max-width: 335px;
  height: 48px;
  border: none;
  border-radius: 5px;
  margin-left: 40px;
  margin-top: -25px;
  padding-left: 10px;
}
.region-header #block-search-2 #search-block-keywords::-moz-placeholder {
  color: #817E7E;
}
.region-header #block-search-2 #search-block-keywords::placeholder {
  color: #817E7E;
}
.region-header #block-search-2 .search-submit {
  float: left;
  position: relative;
  padding: 0;
  z-index: 1010;
  margin: -13px 0 0 -30px;
  width: 25px;
  height: 25px;
  background-size: 25px 25px !important;
  background: url(../../images/search.png) no-repeat;
  border-radius: 0 !important;
  border: none;
}

.front-page #block-search-2 {
  display: none;
}

#block-bootstrap-mint-search h2, #block-itskr-search h2 {
  display: none;
}

@media (max-width: 1200px) {
  .search-block-form {
    display: block;
    margin-top: 10px;
  }
  .region-header #block-search-2 #search-block-keywords {
    padding-left: 4%;
    border: 1px solid #ccc;
  }
  .region-header #block-search-2 .search-submit {
    display: block;
  }
}
@media (max-width: 768px) {
  .benefits_hero .search-block-form,
  .lessons_hero .search-block-form,
  .costs_hero .search-block-form input[type=text] {
    margin-left: 20px;
    max-width: 90%;
  }
  .home_hero .search-block-form input[type=text],
  .benefits_hero .search-block-form input[type=text],
  .lessons_hero .search-block-form input[type=text],
  .costs_hero .search-block-form input[type=text] {
    width: 70vw;
    margin-bottom: 20px;
  }
  .region-header #block-search-2 #search-block-form {
    margin: 0;
    margin-right: 50px;
  }
  .region-header #block-search-2 #search-block-keywords {
    width: calc(100vw - 80px);
    padding-left: 4%;
    border: 1px solid #ccc;
    margin-right: 20px;
  }
  .region-header #block-search-2 .search-submit {
    margin-right: 20px;
    margin-left: -50px;
  }
}
.usa_banner_guidance {
  float: left;
  width: 100%;
  background-color: #fff;
  color: black;
  height: 22px;
  padding-left: 25px;
  padding-top: 3px;
  font-size: 11px;
  line-height: 15px;
}
.usa_banner_guidance img {
  margin-right: 10px;
}

.usa_banner_guidance_inner,
.site_name_inner,
.usa_banner_content_inner {
  margin: 0 auto;
  max-width: 1200px;
}

.usa_accordion_text {
  color: #0d71ba;
  margin-left: 20px;
  cursor: pointer;
}

.usa_banner_content {
  float: left;
  width: 100%;
  color: black;
  font-size: 12px;
  background-color: #fff;
  display: none;
  padding-left: 25px;
}
.usa_banner_content .usa_banner_content_1, .usa_banner_content .usa_banner_content_2 {
  float: left;
  width: 45%;
  margin: 15px 0;
}
.usa_banner_content div img {
  float: left;
  margin-right: 20px;
}
.usa_banner_content div p {
  float: left;
  width: 90%;
  line-height: 16px;
  margin-bottom: 0;
}

.site_name {
  float: left;
  width: 100%;
  height: 24px;
  background-color: #122b4e;
  color: #fff;
  font-size: 11px;
  line-height: 23px;
  padding-left: 25px;
}
.site_name img {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .usa_banner_guidance,
  .site_name {
    float: none;
    line-height: inherit;
    height: auto;
  }
  .usa_accordion_text {
    display: block;
  }
}
#block-itskr-spotlights {
  background-color: #DEF0FE;
  padding-top: 3em;
  padding-bottom: 3em;
  margin: auto;
}
#block-itskr-spotlights #spotlight-links {
  margin: auto;
  max-width: 1100px;
}
#block-itskr-spotlights #spotlight-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
#block-itskr-spotlights #spotlight-left h2 {
  margin-left: 0;
}
#block-itskr-spotlights #spotlight-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#block-itskr-spotlights #spotlight-right .link-box {
  background-color: #fff;
  color: #0E71BA;
  border: 2px solid #0E71BA;
}
#block-itskr-spotlights #spotlight-right .link-box:not(:last-child) {
  margin-bottom: 1em;
}
#block-itskr-spotlights #spotlight-right .link-box a {
  display: block;
  font-weight: bold;
  margin-left: 1em;
  vertical-align: middle;
  padding: 1em 0 1em 1em;
}
#block-itskr-spotlights #spotlight-right .link-box .glyphicon {
  float: right;
  top: 0.3em;
}
#block-itskr-tourbutton {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 200;
}
#block-itskr-tourbutton button.toolbar-tab-empty {
  display: none;
}

.block .tour-button::before {
  content: none;
}

.shepherd-text {
  font-size: unset;
}
/*
 * Styles for BCLL Layout Builder layouts in Full mode.
 *
 * This is a bit unnecessarily complex and fragile.
 *
 * The primary problem is the use of nth-child selectors which will break the
 * layout if any of the layouts add a section.  Current layout in full mode has these sections:
 *
 * 1st child : headlines
 * 2nd child : date and identifier
 * 3rd child : background
 * 4th child : source in right sidebar
 * 5th child : related articles
 *
 * Because there is no way to add arbitrary classes to Layout Builder layouts,
 * we have to have rules for each BCLL content type. There is a module that
 * allows this: https://www.drupal.org/project/layout_custom_section_classes.
 *
 * With that module in place we can put a descriptive class on each section and
 * reduce these rules dramatically.
 *
 */
.node--type-benefits.node--view-mode-full .layout:first-child,
.node--type-benefits.node--view-mode-full .layout:nth-child(2),
.node--type-benefits.node--view-mode-full .layout:nth-child(3),
.node--type-lesson.node--view-mode-full .layout:first-child,
.node--type-lesson.node--view-mode-full .layout:nth-child(2),
.node--type-lesson.node--view-mode-full .layout:nth-child(3),
.node--type-system-cost.node--view-mode-full .layout:first-child,
.node--type-system-cost.node--view-mode-full .layout:nth-child(2),
.node--type-system-cost.node--view-mode-full .layout:nth-child(3) {
  float: left;
  width: 63%;
}

.node--type-benefits.node--view-mode-full .layout:nth-child(5),
.node--type-lesson.node--view-mode-full .layout:nth-child(5),
.node--type-system-cost.node--view-mode-full .layout:nth-child(5) {
  float: left;
  width: 100%;
  margin-top: 80px;
}
.node--type-benefits.node--view-mode-full .layout:nth-child(5) h3,
.node--type-lesson.node--view-mode-full .layout:nth-child(5) h3,
.node--type-system-cost.node--view-mode-full .layout:nth-child(5) h3 {
  padding-top: 80px;
}

.node--type-benefits.node--view-mode-full .layout:nth-child(1) .field--name-field-headline,
.node--type-lesson.node--view-mode-full .layout:nth-child(1) .field--name-field-headline,
.node--type-system-cost.node--view-mode-full .layout:nth-child(1) .field--name-field-headline {
  font-size: 42px;
  line-height: 49px;
}

.node--type-benefits.node--view-mode-full .layout:nth-child(2),
.node--type-lesson.node--view-mode-full .layout:nth-child(2),
.node--type-system-cost.node--view-mode-full .layout:nth-child(2) {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 8px 0 0 0;
}

.node--type-benefits.node--view-mode-full .layout:nth-child(3),
.node--type-lesson.node--view-mode-full .layout:nth-child(3),
.node--type-system-cost.node--view-mode-full .layout:nth-child(3) {
  margin-top: 20px;
}

.node--type-benefits.node--view-mode-full .layout:nth-child(2) .field--type-datetime .field__label,
.node--type-lesson.node--view-mode-full .layout:nth-child(2) .field--type-datetime .field__label,
.node--type-system-cost.node--view-mode-full .layout:nth-child(2) .field--type-datetime .field__label {
  font-weight: 501;
}

.layout__region--second .field--name-field-lesson-identifier,
.layout__region--second .field--name-field-benefits-identifier,
.layout__region--second .field--name-field-system-cost-identifier {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 501;
}

.node--type-benefits.node--view-mode-full .layout:nth-child(3) ul li,
.node--type-lesson.node--view-mode-full .layout:nth-child(3) ul li,
.node--type-system-cost.node--view-mode-full .layout:nth-child(3) ul li {
  margin-left: 15px;
}

.node--type-benefits.node--view-mode-full .layout:nth-child(4),
.node--type-lesson.node--view-mode-full .layout:nth-child(4),
.node--type-system-cost.node--view-mode-full .layout:nth-child(4) {
  float: left;
  width: 28%;
  margin-left: 69%;
  position: absolute;
}
.node--type-benefits.node--view-mode-full .field--name-field-source-title,
.node--type-lesson.node--view-mode-full .field--name-field-source-title,
.node--type-system-cost.node--view-mode-full .field--name-field-source-title {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
}
.node--type-benefits.node--view-mode-full .field--name-field-source-url .field__item,
.node--type-lesson.node--view-mode-full .field--name-field-source-url .field__item,
.node--type-system-cost.node--view-mode-full .field--name-field-source-url .field__item {
  word-wrap: break-word;
}

.block-field-blocknodebenefitsfield-sub-headline,
.block-field-blocknodelessonfield-sub-headline,
.block-field-blocknodesystem-costfield-sub-headline {
  font-size: 24px;
  line-height: 32px;
  color: #4c4c4e;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .node--type-benefits.node--view-mode-full .layout:first-child,
  .node--type-benefits.node--view-mode-full .layout:nth-child(2),
  .node--type-benefits.node--view-mode-full .layout:nth-child(3),
  .node--type-benefits.node--view-mode-full .layout:nth-child(4),
  .node--type-lesson.node--view-mode-full .layout:first-child,
  .node--type-lesson.node--view-mode-full .layout:nth-child(2),
  .node--type-lesson.node--view-mode-full .layout:nth-child(3),
  .node--type-lesson.node--view-mode-full .layout:nth-child(4),
  .node--type-system-cost.node--view-mode-full .layout:first-child,
  .node--type-system-cost.node--view-mode-full .layout:nth-child(2),
  .node--type-system-cost.node--view-mode-full .layout:nth-child(3),
  .node--type-system-cost.node--view-mode-full .layout:nth-child(4) {
    float: none;
    width: 100%;
    position: inherit;
    margin-left: 0;
  }
}
.categories-item {
  flex: 1 0 31%;
  background-color: #fff;
  padding: 20px;
  margin: 0 2% 2% 0;
  border: 1px solid #ccc;
  font-size: 20px;
  min-height: 276px;
  max-height: 400px;
  overflow-y: auto;
}
.categories-item .views-field-title {
  min-height: 105px;
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 40px;
}
.categories-item .views-field-title a, .categories-item .views-field-title a:visited {
  color: #171717;
}
.categories-item .views-field-field-made-public-date {
  float: left;
  font-size: 18px;
  color: #4c4c4e;
  margin-bottom: 20px;
  font-weight: 600;
  width: 100%;
}
.categories-item .views-field-field-arcit {
  font-size: 14px;
  color: #4c4c4e;
  font-weight: 400;
}
.document-view-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.document-view-result {
  width: 280px;
  background-color: #fff;
  margin: 10px 10px;
  padding: 10px;
  box-shadow: 0 0 15px 0 #333;
}

.document-card {
  position: relative;
}
.document-card a, .document-card a:hover {
  color: unset;
  text-decoration: none;
}
.document-card .modal-expand {
  position: absolute;
  bottom: 0.5em;
}

.document-card-title,
.document-card-topics {
  color: #0d71ba;
}
.document-card-title:hover,
.document-card-topics:hover {
  color: #79bde8;
  text-decoration: underline;
}

.document-card-info {
  color: #4c4c4e;
}

.card-row {
  /* card rows with the card-scroll class scroll horizontally */
}
.card-row .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2em;
  align-items: stretch;
  justify-content: space-between;
  justify-content: center;
}
.card-row .view-content.size-per-row {
  justify-content: flex-start;
}
.card-row .view-content.size-fixed {
  justify-content: flex-start;
}
.card-row.card-scroll .view-content {
  max-height: 450px;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.card-row.card-scroll .document-card.mini {
  min-width: 260px;
}

.document-card {
  background-color: #fff; /* the striping of bg color above bleeds through unless we override */
}
.document-card.mini {
  max-width: 260px;
  flex: 1 1 auto;
  display: block;
  box-shadow: 0 0 15px 0 #333;
  height: 100%;
  padding: 10px;
}
.document-card article {
  height: 100%;
}

.card-meta, .card-doc-type a, .card-graphic-type {
  color: black;
}

/* to show various flex spacing options */
/* adjust card size based on number in result set - see itskr_preprocess_views_view */
.card-count-1 .document-card.mini {
  max-width: 346px;
}

.card-count-2 .document-card.mini {
  max-width: 346px;
}

.card-count-3 .document-card.mini {
  max-width: 346px;
}

.card-count-4 .document-card.mini {
  max-width: 246px;
}
.document-classifications-header {
  font-size: 18px;
  font-weight: 600;
}

.document-pdf-link {
  margin-top: 20px;
}

.right-side-content > * {
  margin-bottom: 10px;
}

/* DSR nodes should hide some fields */
article article.node--type-document {
  /* do not use embedded JS ideas of width for visualizations - let them size naturally */
}
article article.node--type-document footer, article article.node--type-document .field--name-field-document-type {
  display: none;
}
article article.node--type-document div.App {
  width: inherit;
  max-width: inherit;
}

@media (min-width: 992px) {
  .right-side-content {
    margin-top: 40px;
  }
}
.node--type-geo {
  display: block;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.node--type-geo .field--name-field-geo-country {
  display: inline;
}
.node__links {
  display: none;
}

.node__content a {
  word-break: break-word;
}

/* Small hack for hiding the Download PNG link on a certain Decision Support Resource node */
.node-209635 .download-png {
  display: none;
}

.toc-title {
  margin-left: 1em;
}

html:has(.toc-js.sticky) .toc-js.sticky {
  background-color: #f0f0f0;
}
html:has(.toc-js.sticky) .toc-js.sticky .toc-title {
  font-weight: bold;
}
html:has(.toc-js.sticky) .toc-js.sticky ul, html:has(.toc-js.sticky) .toc-js.sticky ol {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
html:has(.toc-js.sticky) a.back-to-top {
  font-size: 1em;
}
html:has(.toc-js.sticky):has(.toc-col-1) .toc-js ul, html:has(.toc-js.sticky):has(.toc-col-1) .toc-js ol {
  grid-template-columns: repeat(1, 1fr);
}
html:has(.toc-js.sticky):has(.toc-col-2) .toc-js ul, html:has(.toc-js.sticky):has(.toc-col-2) .toc-js ol {
  grid-template-columns: repeat(2, 1fr);
}
html:has(.toc-js.sticky):has(.toc-col-3) .toc-js ul, html:has(.toc-js.sticky):has(.toc-col-3) .toc-js ol {
  grid-template-columns: repeat(3, 1fr);
}
html:has(.toc-js.sticky):has(.toc-col-4) .toc-js ul, html:has(.toc-js.sticky):has(.toc-col-4) .toc-js ol {
  grid-template-columns: repeat(4, 1fr);
}
.page-node-type-page .region-content {
  padding: 0 15px;
}
article.node--view-mode-teaser {
  margin-bottom: 18px;
  z-index: 100;
}
article.node--view-mode-teaser h2 {
  font-size: 2.4rem;
  line-height: 3.3rem;
  font-weight: 600;
  color: #4c4c4e;
  /*
    NJAIUTO: values prior to using teasers in solr_view
  font-weight:300;
  padding-bottom: 10px;
  margin-bottom: 0px;
       */
}

.node--view-mode-source-date h2 {
  display: none;
}

article.node--type-document.node--view-mode-teaser, article.node--type-document.node--view-mode-compact {
  border-bottom: none;
  width: 260px;
  padding: 10px 10px;
  background-color: #fff;
}

@media screen and (max-width: 576px) {
  article.node--type-document.node--view-mode-teaser {
    padding-right: 0px;
  }
}
.costs_container {
  float: left;
  margin: 40px 0;
  width: 100%;
  text-align: center;
}

.costs_item {
  float: left;
  width: 25%;
  margin: 0 4%;
}

#block-costsnavigation ul.menu li.menu-item span {
  font-weight: bold;
}

@media (max-width: 768px) {
  .costs_item {
    width: 93%;
    margin: 20px 3%;
  }
}
/* Decision Support Resources page */
.dsr-dataviz {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dsr-dataviz > div {
  padding: 0;
  cursor: pointer;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}
.dsr-dataviz > div > * {
  flex: 1 1 0;
}
.dsr-dataviz > div h3 {
  font-size: 32px;
}
.dsr-dataviz > div p {
  padding: 3rem 3rem;
  text-align: center;
}
.dsr-dataviz img {
  height: 100px;
  width: 100px;
}
#factsheet-sidebar2 {
  margin-left: 1em;
  margin-right: 0.5em; /* just enough so chevrons don't crowd text */
  padding-top: 20px;
  font-size: 16px;
  color: #4c4c4e;
  font-weight: normal;
}
#factsheet-sidebar2 div {
  margin: 10px 0;
}
#factsheet-sidebar2 div img {
  float: right;
  position: relative;
}
#factsheet-sidebar2 div img:hover {
  cursor: pointer;
}
#factsheet-sidebar2 div img.deploy-chev {
  top: -20px;
}
#factsheet-sidebar2 div img.deploy-chev2 {
  top: 5px;
}
#factsheet-sidebar2 div .stats-links {
  display: none;
}
#factsheet-sidebar2 div .stats-links div {
  margin: 5px 0 5px 20px;
}

.deployment2 {
  float: left;
  margin-bottom: 20px;
}
.deployment2 div {
  float: left;
  text-align: center;
  width: 44%;
  margin: 0 3%;
}
.deployment2 div h4 {
  min-height: 65px;
  height: auto;
}

.deployment2 h4 a, .deployment2 h4 a:visited, .deployment2 p a, .deployment2 p a:visited {
  color: #4c4c4e;
}

.deployment3 div a, .deployment3 div a:visited,
.deployment4 div a,
.deployment4 div a:visited {
  color: #4c4c4e;
}

.deployment3 {
  float: left;
}

.deployment4 {
  float: left;
  margin-bottom: 11px;
}

.deployment3 div, .deployment4 div {
  float: left;
  width: 22.5%;
  margin: 0 1% 20px 1%;
  background-color: #e4f2fa;
  padding: 20px;
}

.deployment3 div {
  min-height: 307px;
  height: auto;
}

@media (max-width: 768px) {
  .deployment2 div,
  .deployment3 div,
  .deployment4 div {
    width: 93%;
    margin: 20px 3%;
  }
  .deployment3 div {
    min-height: auto;
  }
}
.view-id-deployment_landing_page.card-view .view-content,
.view-id-deployment_landing_page2.card-view .view-content {
  -moz-column-gap: 2em;
       column-gap: 2em;
}

.wide-blue {
  background-color: #cfe3f1;
}
.wide-blue .wide-blue-inner {
  max-width: 1120px;
  margin: auto;
}
.wide-blue .wide-blue-inner a, .wide-blue .wide-blue-inner a:visited {
  color: #124769;
}

#block-itskr-views-block-deployment-landing-page-deployment-legacy {
  margin: auto;
}
#block-itskr-views-block-deployment-landing-page-deployment-legacy .view-header h2 {
  text-align: center;
}

#block-itskr-dtsuserguide {
  font-size: 155%;
}

.dts.view-grouping summary {
  font-weight: bold;
}

nav#block-dts-menu h2 {
  display: unset;
  font-size: inherit;
  line-height: inherit;
}
.faqs-page {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.faqs-page .item-list-wrapper ul.item-list {
  list-style-type: none;
  padding: 10px 0;
}
.faqs-page .item-list-wrapper ul.item-list li.faqs-item {
  background-color: #fff;
  padding: 10px;
  margin: 0 0 10px 0;
  border: 1px solid #ccc;
}

.faqs-item .views-field-title {
  cursor: pointer;
  background: url(../../images/chevron-down.png) no-repeat;
  background-position: right;
  padding-right: 40px;
  background-size: 24px 24px;
}
.faqs-item .views-field-title.chevron-up {
  cursor: pointer;
  background: url(../../images/chevron-up.png) no-repeat;
  background-position: right;
  background-size: 24px 24px;
}
.faqs-item .views-field-title a, .faqs-item .views-field-title a:visited {
  color: black;
}
.faqs-item .views-field-body {
  display: none;
  border-top: 2px solid #ccc;
  margin-top: 10px;
  padding-top: 10px;
}
.faqs-item ul {
  list-style-type: disc;
}

.faqs-category, .faqs-category:hover {
  font-size: 48px;
  color: #4c4c4e;
  font-weight: 700;
  cursor: text;
  display: inline;
}

.view-display-id-help .view-header h2 {
  text-align: center;
}
.view-display-id-help .view-footer {
  margin-top: 2em;
}
.view-display-id-help h3.faqs-category {
  font-size: 16px;
  visibility: hidden;
}
.view-display-id-help .nav-tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.5em;
  padding-bottom: 0.5em;
}
.view-display-id-help .nav-tabs li {
  flex: 1 1 3em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  background-color: #0E71BA;
}
.view-display-id-help .nav-tabs li > a {
  flex: 1 1 3em;
  color: #fff;
  margin-right: 0;
  border: 0;
  border-radius: 0 0 0 0;
  transition: none;
  height: 4em;
  padding: 1.2em 0.5em 0.5em 0.5em;
}
.view-display-id-help .nav-tabs li > a:hover {
  color: #0E71BA;
  background-color: #fff;
  text-decoration: none;
}
.view-display-id-help .nav-tabs li > a.active {
  color: #0E71BA;
  background-color: #fff;
  border: 1px dashed;
}
.view-display-id-help .tab-pane {
  border: 1px solid #ccc;
  padding: 1em;
}
.view-display-id-help .tab-pane .faqs-expand {
  margin-top: 0;
}

.faqs-expand {
  float: right;
  cursor: pointer;
  text-decoration: none;
  color: #0E71BA;
  margin-top: 20px;
}
.faqs-expand:hover {
  text-decoration: underline;
}

.faqs-navigation {
  background: none;
  border: none;
  text-align: left;
}
.faqs-navigation .nav > li {
  float: none;
}

@media (max-width: 768px) {
  .faqs-page,
  .faqs-page .view-content {
    width: 95%;
  }
}
.front-page .row.layout {
  max-width: unset;
}

.node--promoted span.field--name-title,
.view-frontpage span.field--name-title {
  display: none !important;
}

.homepage-lists h3 {
  color: #4c4c4e;
  margin-top: 0;
}
.homepage-lists h4 {
  color: #4c4c4e;
}
.homepage-lists ul {
  padding: 0px;
  margin: 0px;
}
.homepage-lists ul li {
  list-style-type: none;
  line-height: 18pt;
  padding: 5px 0px 5px 0px;
  display: block;
}

.home_summary_container {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
  background-color: #0E71BA;
}

.home_summary {
  width: 800px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.promotion {
  display: flex;
  width: 1150px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 auto 0 auto;
  padding-top: 10px;
}

.promotion_item {
  flex: 1;
  text-align: center;
  padding-bottom: 20px;
}
.promotion_item img {
  margin: 0 auto;
  display: block;
}
.promotion_item a, .promotion_item a:visited {
  color: #fff;
}

@media all and (max-width: 992px) {
  .promotion {
    flex-wrap: wrap;
  }
  .promotion-item {
    flex: 1 1 30%;
  }
}
.db_tutorial_container {
  width: 100%;
  padding: 1em 0px 1em 0;
  background-color: #0E71BA;
}

.db_tutorial {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.db_tutorial * {
  color: #fff;
}
.db_tutorial a, .db_tutorial a:visited {
  color: #fff;
  text-decoration: underline;
}
.db_tutorial p {
  margin: 0;
}
.db_tutorial .left-db {
  margin-right: 40px;
}

.faq_banner_container {
  float: left;
  background-color: #0E71BA;
  margin: 0 auto -12px auto;
  text-align: center;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 80px;
}

.faq_banner {
  width: 100%;
  max-width: 1200px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 10px auto 0 auto;
}
.faq_banner h3 {
  width: 750px;
  font-size: 36px;
  color: #fff;
  margin: 30px auto;
}
.faq_banner p {
  width: 750px;
  margin: 0 auto 30px auto;
}

.faq_item {
  float: left;
  width: 23%;
  margin-right: 2%;
  text-align: center;
  height: 190px;
  border: 1px solid #fff;
  font-size: 24px;
  font-weight: 700;
  padding-top: 15px;
}
.faq_item:first-of-type {
  margin-left: 1.5%;
}
.faq_item:last-of-type {
  margin-right: 0;
}
.faq_item a, .faq_item a:visited {
  color: #fff;
}
.faq_item svg {
  margin: 0 auto 10px auto;
  display: block;
}

.front-page h2.title {
  text-align: center;
  font-weight: bold;
}
.front-page .view-footer {
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1200px) {
  .home_summary_container {
    margin: 0;
  }
  .home_summary,
  .promotion,
  .db_tutorial,
  .db_tutorial .right-db,
  .home_hero .hero_content {
    width: 95%;
  }
  .promotion_item {
    flex: 1 1 30%;
  }
  .home_hero .hero_title {
    font-size: 56px;
  }
  .faq_banner h3, .faq_banner p {
    width: 100%;
    padding: 0 15px;
  }
  .faq_item {
    width: 95%;
    margin: 10px 2%;
  }
  .faq_item:first-of-type {
    margin: 10px 2%;
  }
}
.block-views-blockfrontpage-video-slideshow-modals h2.title,
.block-views-blockfrontpage-video-slideshow-modal h2.title {
  font-size: 33px;
}

#block-itskr-statutorylanguage {
  border-top: 1px solid #ccc;
  text-align: center;
}
.pager li > a, .pager li > a:visited, .pager li > span {
  border-radius: 20px;
  border: 2px solid #fafafa;
  color: black;
}

.pager__item.is-active a, .pager__item.is-active a:visited {
  color: #fff;
  background-color: #0E71BA;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.view-header h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.block-views-exposed-filter-blockdb-search-main-no-facets .form-type-select:not(:last-child) {
  margin-top: 0;
}
.block-views-exposed-filter-blockdb-search-main-no-facets .form-type-select label {
  display: none;
}
.block-views-exposed-filter-blockdb-search-main-no-facets .form-type-select select {
  max-width: 270px;
}
.arrow-slides-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.arrow-slides-box .its-ss-arrow > a {
  color: black;
  font-size: 100px;
  text-decoration: none;
}
.arrow-slides-box .its-ss-arrow > a:hover {
  text-decoration: none;
}
.benefits-listings {
  padding: 0 15px;
}
.benefits-listings .views-row {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}
.benefits-listings .views-row:first-child {
  border-top: none;
}
.benefits-listings.view-display-id-search .view-filters label {
  display: block;
}

.latest .view-content,
.latest2 .view-content,
.related .view-content {
  display: flex;
  flex-wrap: wrap;
}

.latest {
  margin-left: -1.5%;
}

.latest2 {
  margin-left: 1.5%;
}
.latest2:first-child {
  margin-top: 55px;
}

.related {
  margin-bottom: 55px;
}
.related .view-content {
  display: flex;
  width: 100%;
}

@media (max-width: 768px) {
  .latest2 {
    margin-left: 7%;
  }
  .latest .view-content .categories-item,
  .latest2 .view-content .categories-item,
  .related .view-content .categories-item {
    flex: 1 0 100%;
  }
}
.view-document-library .more-link {
  text-align: left;
}
.view-document-library article {
  background: #fff;
}
.view-document-library .view-footer {
  margin-top: 2em;
}
.view-document-library .views-display-link {
  font-weight: bold;
}

.d-flex.flex-column.document-library .p2 {
  margin-bottom: 1em;
}

.block-exposedformdocument-librarypage-1 {
  margin-top: 10px;
}

.block h2.title.related-documents-title {
  margin-left: 0px;
}

.row.document-library-layout {
  display: flex;
  flex-wrap: wrap;
}

.document-library-sorting-options form [id*=field-document-type-target-id],
.document-library-sorting-options form .form-item-field-topic-target-id,
.document-library-filter-options form .form-item-sort-by {
  display: none;
}

/* prevent date popup from being under teasers */
.view-id-document_library article.node--view-mode-teaser {
  z-index: inherit;
}

.views-view-grid article.node--view-mode-teaser {
  box-shadow: 0 0 15px 0 #333;
}

@media screen and (max-width: 768px) {
  .block-views-exposed-filter-blockdocument-library-page-1.display-on-mobile form div.form--inline {
    display: flex;
    flex-direction: column;
  }
}
.dts-view {
  /* make search page content type checkboxes horizontal */
}
.dts-view h5 {
  text-transform: unset;
}
.dts-view details {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: none;
}
.dts-view details .view-grouping-content {
  border-top: 2px solid #ccc;
}
.dts-view .view-grouping {
  box-shadow: 0 0 0.4em 0 #333;
}
.dts-view #edit-special .bef-checkboxes {
  max-width: 47em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  justify-content: flex-start;
}
.dts-view .bef-exposed-form .form--inline .form-item-year, .dts-view .bef-exposed-form .form--inline .form-item-year-op {
  float: left;
}

.view-dts-documents-solr .views-field-field-related-content li {
  list-style-type: none;
}

.view-footer .dts-view {
  border: 1px solid #ccc;
}
.view-footer .dts-view .view-header {
  margin-left: 1em;
}
.view-footer .dts-view .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0.5em;
  margin-bottom: 1em;
}
.view-footer .dts-view .view-content .views-row {
  flex-basis: 50%;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .view-footer .dts-view .view-content .views-row {
    flex-basis: 100%;
  }
}

body.path-deployment #block-itskr-local-tasks {
  margin: 0;
}
body.path-deployment #block-itskr-local-tasks ul.tabs {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
body.path-deployment #block-itskr-local-tasks ul.tabs li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #0E71BA;
  width: 10em;
  margin-bottom: 5px;
}
body.path-deployment #block-itskr-local-tasks ul.tabs li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  transition: none;
  min-width: 6em;
  height: 3.5em;
}
body.path-deployment #block-itskr-local-tasks ul.tabs li a:hover {
  text-decoration: none;
  color: grey;
  background-color: #efefef;
}
body.path-deployment #block-itskr-local-tasks ul.tabs li a.is-active {
  background-color: #fff;
  color: #0E71BA;
  border: none;
  border: 1px dashed;
}
.view-dts-current {
  padding: 1em;
  border: 1px solid #ccc;
}
.view-dts-current.view-display-id-infographics .view-grouping-content {
  padding-bottom: 0.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.dts-content.infographics {
  padding-bottom: 0.5em;
}
.dts-content.infographics > * {
  width: 100%;
}
.dts-content.infographics .view-grouping {
  box-shadow: none;
}
.dts-content.infographics .view-grouping-content {
  padding-top: 0.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.dts-content.infographics .view-grouping-content h5 {
  width: 100%;
}

.dts-view-toggle {
  cursor: pointer;
  text-decoration: none;
  color: #0E71BA;
}
.dts-view-toggle:hover {
  text-decoration: underline;
}

.infographics > .dts-view-toggle {
  padding-left: 22px;
}

.node--type-dts-document .contextual {
  top: 0px;
}
.view-solr-sample-unit-cost .view-content {
  overflow-x: scroll;
}
.view-solr-sample-unit-cost .top-scroll-wrapper {
  overflow-x: scroll;
}
.view-solr-sample-unit-cost .top-scroll-wrapper > div {
  height: 20px;
}
.view-solr-sample-unit-cost .pull-right {
  text-align: right;
}
.view-solr-sample-unit-cost .views-field-field-unit-cost,
.view-solr-sample-unit-cost .views-field-field-geo,
.view-solr-sample-unit-cost .views-field-field-source,
.view-solr-sample-unit-cost .views-field-field-sample-unit-cost-component {
  min-width: 10em;
}
.view-solr-sample-unit-cost .views-field-field-sample-unit-description {
  min-width: 15em;
}
.search-results ul {
  list-style: none;
}
.search-results ul li input {
  margin-right: 5px;
}
.search-results h2 {
  padding: 0px 0px;
}
.search-results .views-row {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.view-source-references .view-footer {
  font-weight: bold;
  text-align: center;
}
.path-success-strategies.width-unlimited .row.layout {
  max-width: unset;
}
.path-success-strategies.width-unlimited .topics_wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#block-itskr-lookingtolearnmore {
  margin-top: 2em;
  background-color: #cfe3f1;
  padding: 0 12em;
}
#block-itskr-lookingtolearnmore h2 {
  text-align: center;
}

@media (max-width: 1200px) {
  .path-success-strategies.width-unlimited .topics_wrapper {
    width: 100%;
  }
  #block-itskr-lookingtolearnmore {
    padding: 0 2em;
  }
}
.views-field-field-source .field-content {
  display: inline-block;
}
/*# sourceMappingURL=custom.css.map */
