:root {
  --bentonBlue: #23487B;
  --bentonBlueHover: #162D4E;
  --bco_pn_heading_top_margin: 1.3em;
}
.bco-pn {
  border: 0 solid #ddd;
  padding: 16px;
  border-radius: 0px;
  background: #fff
}
.bco-pn-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.bco-pn-restart {
  background: var(--bentonBlue);
  color: #fff;
  padding: 8px 12px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
}
.bco-pn-restart:hover {
  background: var(--bentonBlueHover);
  text-decoration: underline;
}
.bco-pn-back {
  background: var(--bentonBlue);
  color: #fff;
  padding: 8px 12px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  margin-right: 8px;
}
.bco-pn-back:hover {
  background: var(--bentonBlueHover);
  text-decoration: underline
}
.bco-pn-back,
.bco-pn-restart {
  min-width: 110px
}
#bco-pn-nav-buttons {
  display: flex;
  flex-wrap: nowrap;
}
.bco-pn-search-quick input {
  width: 100%;
  padding: 10px;
  border: 1px solid #00f;
  border-radius: 0px;
  margin-bottom: 14px;
}
#bco-pn-search {
  border: 1.5px solid var(--bentonBlue);
}
.bco-pn-tiles {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
}
#bco-pn-tiles .bco-pn-tile {
  color: #fff;
  background-color: var(--bentonBlue);
  border: 0;
  border-style: solid;
  border-color: var(--bentonBlue)
}
.bco-pn-tile {
  padding: 12px;
  border-radius: 0px;
  cursor: pointer;
  transition: transform .05s ease-in;
}
.bco-pn-tile:hover {
  transform: translateY(2px)
}
.bco-pn-qa .bco-pn-question {
  margin-top: var(--bco_pn_heading_top_margin);
  border-radius: 0px;
  background-color: #fff;
  border: 0;
  border-style: solid;
  border-color: #23478b
}
#bco-pn-tiles .bco-pn-tile h3 {
  color: #fff
}
#bco-pn-tiles :hover {
  background-color: var(--bentonBlueHover);
  transition: ease .2s
}
.bco-pn-answers {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.bco-pn-answer {
  color: #fff;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 0px;
  background-color: var(--bentonBlue);
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-weight: 700;
  text-decoration: none;
  font-family: Merriweather
}
.bco-pn-answer:hover {
  text-decoration: underline;
  background-color: var(--bentonBlueHover)
}
.bco-pn-answer.selected {
  background: #e8f3ff;
  border-color: #5aa8ff;
}
.bco-pn-card {
  border-radius: 0px;
  margin: 10px 0;
  padding: 0em;
	border: 0px;
}

#bco-pn-results-list .bco-pn-card {
	padding: 0em;
	border: 0px;
}

.bco-pn-card h4 {
  /* margin: 0 0 6px 0 */
}
#bco-pn-results-list .bco-pn-card h4 {
  margin-top: auto;
  margin-bottom: 0em;
  color: var(--bentonBlue);
  padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #E8EDF4;
  border: 0px;
}
#bco-pn-results-list .bco-pn-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 0em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 0em;
	background-color: #E8EDF4;
}
.bco-pn-btn,
a.bco-pn-btn,
a.bco-pn-btn.bcsp_link {
  padding: 8px 14px;
  border: none;
  background: var(--bentonBlue);
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.bco-pn-btn:hover,
a.bco-pn-btn.bcsp_link:hover,
a.bco-pn-btn:hover {
  text-decoration: underline;
  background-color: var(--bentonBlueHover)
}
.bco-pn-empty {
  color: #555;
  font-style: italic;
  margin-top: 8px;
}
.bco-pn-dept {
  margin: 1em;
  font-size: .8em;
  padding: 1em;
  border-top: 1.5px solid var(--bentonBlue);
}
.bco-pn-dept a {
  /* color: #fff; */
  text-decoration: underline;
}
.bco-pn-select-note {
  font-size: .85em;
  color: #555;
  margin-top: 4px;
  font-style: italic
}
.bco-pn-moreinfo {
  margin-top: 0.5em; 
  padding: 0em;
  background-color: #fff;
  border: 1.5px solid #23487b;
  border-radius: 0px;
  font-size: .9em
}
.bco-pn-desc {
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  /* border-left: 2.5px;
  border-left-style: solid;
  border-color: #3d75a3 */
}
#bco-pn-results-list .bco-pn-note {
  font-style: oblique;
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0;
  padding-left: 1em;
  /* border-left: 2.5px;
  border-left-style: solid;
  border-color: #3d75a3 */
}
.bco-bn-note #bco-pn-show-all-heading {
  font-style: normal;
}
.bco-pn-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bco-pn-modal-content {
  max-width: 600px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0,0,0,.3);
  position: relative;
  color: var(--bentonBlue);
  border-radius: 0px;
  border: 2px;
  border-style: solid;
  border-color: var(--bentonBlue);
  background-color: #fff;
  padding: 2em;
}
.bco-pn-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: 0 0;
  font-size: 1.5em;
  line-height: 1;
  cursor: pointer;
  color: #002b5c
}
.bco-pn-modal-body {
  max-height: 60vh;
  overflow-y: auto
}
#bco-pn-breadcrumbs {
}
.bco-pn-breadcrumbs {
  margin: 8px 0;
  font-size: small;
  color: #002b5c;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.bco-pn-breadcrumbs a {
  color: #004a99;
  text-decoration: underline;
  cursor: pointer;
}
.bco-pn-breadcrumbs span {
  color: #666;
}
.bco-pn-disclaimer {
  background: #fffbe6;
  border: 1px solid #ffe58f;
  border-radius: 8px;
  padding: 10px 12px;
  margin: 10px 0;
  font-size: .9em;
  color: #7a5900;
}
tr.bco-pn-multi-answer td {
  font-weight: 700;
}
.bco-pn-dept-name {
  font-weight: 700;
  font-size: 1.4em;
  font-family: Merriweather;
}
.bco-pn-dept-address,
.bco-pn-dept-contact,
.bco-pn-dept-room,
.bco-pn-dept-website {
  margin-top: 2px;
}
a.bco-pn-qinfo, a.bco-pn-qinfo.bcsp_link  {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  padding: 0 4px;
  border-radius: 50%;
  background-color: var(--bentonBlue);
  color: #fff;
  font-weight: 700;
  cursor: help;
  font-family: open sans;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
  cursor: default;
  border: .2em;
  border-style: solid;
  border-color: var(--bentonBlue)
}
a.bco-pn-qinfo:hover, a.bco-pn-qinfo.bcsp_link:hover {
  transform: translateY(2px);
  transition: ease .2s;
  background-color: var(--bentonBlueHover);
  border-color: var(--bentonBlueHover);
}
.bco-pn-question .bco-pn-qtext {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.bco-pn-qtext {
  font-size: 20px;
  padding-bottom: 0.5em;
  font-family: Merriweather;
}
.bco-pn-htext {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: var(--bco_pn_heading_top_margin);
  font-family: Merriweather;
  
}
.bco-pn-note h5, .bco-pn-desc h5 {
  font-style: normal;
  margin-bottom: 0.2em;
}
#bco-pn-question-info-container {
  display: none;
}
.bco-pn-ainfo {
  display: inline-block;
  margin-left: 6px;
  padding: 0 4px;
  border-radius: 50%;
  background: #eef2ff;
  color: #002b5c;
  font-weight: 700;
  cursor: help;
  font-size: .85em;
  line-height: 1em;
}
.bco-pn-appinfo {
  display: inline-block;
  margin-left: 6px;
  padding: 0 4px;
  border-radius: 50%;
  background: #eef2ff;
  color: #002b5c;
  font-weight: 700;
  font-size: .85em;
  line-height: 1em;
  text-decoration: none
}
.bco-pn-appinfo:hover {
  text-decoration: underline
}
#bco-pn-download-all:hover,
.bco-pn-back:hover,
.bco-pn-btn-next:hover,
.bco-pn-btn:hover,
.bco-pn-restart:hover {
  background: var(--bentonBlueHover)
}
#bco-pn-csv-export {
  display: none;
}
.bco-pn-ainfo,
.bco-pn-appinfo,
.bco-pn-qinfo {
  background-color: var(--bentonBlue);
  font-family: open sans;
  font-size: 1em;
  border: .2em;
  border-style: solid;
  border-color: var(--bentonBlue);
  color: #fff;
  padding: 0 5px;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1em;
  font-style: normal
}
.bco-pn-appinfo:hover {
  text-decoration: underline
}

#bco-pn-download-all {
  display: none;
}

#bco-pn-download-all.loading {
  position: relative;
  pointer-events: none;
  opacity: .8
}
#bco-pn-download-all.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: bco-pn-spin 0.8s linear infinite
}
@keyframes bco-pn-spin {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}