@charset "UTF-8";
body, p, div, article, header, footer, span {
  color: #3C3C3C;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

h1, h2 {
  font-size: 1.75rem;
  color: #002C5C;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1, h2 {
    font-size: 2rem;
  }
}
h1.title sup, h2.title sup {
  top: -1em !important;
  font-size: 50% !important;
}

h4 {
  font-size: 21px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}
h5 a {
  color: #3C3C3C;
  font-weight: 700;
}

b {
  font-weight: 700;
}

.bg-accent1-1 {
  background-color: #7B9DFF;
}

.bg-accent1-2 {
  background-color: #8DABFF;
}

.bg-accent1-3 {
  background-color: #C6D5FF;
}

.bg-grey {
  background-color: #E5E5E5;
}

.clr-accent1 {
  color: #002C5C !important;
}

.clr-accent1-hover, .clr-accent1-hover:hover {
  color: #002C5C !important;
}

.clr-accent1-div a, .clr-accent1-div div, .clr-accent1-div p {
  color: #002C5C !important;
}

.clr-accent2 {
  color: #FF7D44 !important;
}

.clr-muted {
  color: #6A6A6A !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

#overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}
#overlay .lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
#overlay .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
#overlay .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#overlay .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#overlay .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.bg-gov-tagLine {
  padding: 5px 15px;
  background-color: #F0F1F1;
  /* border-bottom:1px solid #B23425; */
}

.img-16by9-height {
  max-height: 56.25vw;
}

body,
header {
  background-color: #fff;
}

@media (min-width: 1920px) {
  .fluid-container {
    max-width: 1920px !important;
    margin: 0 auto;
  }
}

.breadcrumb {
  background-color: transparent;
  float: left;
  padding: 0;
  margin: 0;
}
.breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
  content: ">";
}

.btn-primary {
  color: white !important;
  background-color: #FF7D44;
  border-color: #FF7D44;
  border-radius: 7px !important;
  padding-left: 2em;
  padding-right: 2em;
}
.btn-primary.active, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #f74b00 !important;
  border-color: #f74b00 !important;
}

.btn-outline-secondary {
  border-color: #cccccc;
  border-radius: 4px !important;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 14px;
}
.btn-outline-secondary.active, .btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  background-color: #3C3C3C !important;
  border-color: #3C3C3C !important;
}

.card-footer {
  background: none !important;
  border-top: none !important;
}

button:disabled, button:disabled:hover {
  background-color: #3C3C3C !important;
  opacity: 0.3 !important;
  border: none !important;
}

nav li.page-item.disabled a.page-link {
  background-color: #EEE !important;
}

.reset-box-sizing * {
  box-sizing: content-box !important;
}

nav.navbar .logo {
  font-size: 21px;
  font-weight: 700;
  color: #002C5C !important;
}
@media (max-width: 992px) {
  nav.navbar .logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0.75rem;
  }
}
nav.navbar .logo sup {
  top: -1em !important;
  font-size: 50% !important;
}
nav.navbar button {
  outline: none;
  margin-left: -4px;
}
nav.navbar button span.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,44,92,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
nav.navbar li.nav-item {
  margin-left: 1.75em;
  list-style-type: none;
}
nav.navbar li.nav-item a.nav-link {
  color: #002C5C !important;
  font-size: 14px;
  font-weight: 700;
}
nav.navbar li.nav-item a.nav-link.active, nav.navbar li.nav-item a.nav-link:hover, nav.navbar li.nav-item a.nav-link:active, nav.navbar li.nav-item a.nav-link:focus {
  color: #FF7D44 !important;
}
nav.navbar li.nav-item a.nav-link.active {
  cursor: default;
  pointer-events: none;
}

#searchBar button {
  margin-left: -4px;
}
#searchBar.homepage input {
  z-index: 2;
}

.homepage #advSearchCollapse {
  top: 100%;
  margin-top: -3px;
  z-index: 1;
}
#advSearchCollapse a.icon-close,
#advSearchCollapse a.icon-close-inner {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../Images/icons/close-adv.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}
#advSearchCollapse a.icon-close {
  top: 20px;
  right: 25px;
}
#advSearchCollapse a.icon-close-inner {
  top: -16px;
  right: 16px;
  width: 16px;
  height: 16px;
}

.searchBar-wrapper {
  background-color: #E5E5E5;
  /*
  input, button {
      @include font-size-sm;
  }*/
}
.searchBar-wrapper * {
  font-size: 14px;
}
.searchBar-wrapper > div {
  padding-top: 1em;
}
.searchBar-wrapper a {
  color: #6A6A6A;
}
.searchBar-wrapper .backLink {
  float: left;
  word-spacing: 0.875em;
}
.searchBar-wrapper .backLink:after {
  content: "|";
  margin: 0 1em;
}
.searchBar-wrapper li.breadcrumb-item {
  list-style-type: none;
}

.deckOfCards.rounded .card {
  border-radius: 17px;
  overflow: hidden;
}
.deckOfCards.borderless .card {
  border: none;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.actionsBar .btn {
  width: 95px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(125, 125, 125, 0.1);
  -moz-box-shadow: 0px 4px 6px 0px rgba(125, 125, 125, 0.1);
  box-shadow: 0px 4px 6px 0px rgba(125, 125, 125, 0.1);
}
.actionsBar .btn .viewBtn-grid,
.actionsBar .btn .viewBtn-list {
  display: inline-block;
  transform: scale(0.75) translateY(2px);
  margin-right: 7px;
}
.actionsBar .btn .viewBtn-grid {
  width: 21px;
  height: 21px;
  background-image: url("../Images/icons/grid.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.actionsBar .btn .viewBtn-list {
  width: 20px;
  height: 20px;
  background-image: url("../Images/icons/list.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.actionsBar .btn.active .viewBtn-grid {
  background-image: url("../Images/icons/grid-active.png");
}
.actionsBar .btn.active .viewBtn-list {
  background-image: url("../Images/icons/list-active.png");
}
.actionsBar .dropdown-toggle {
  width: auto;
  min-width: 130px;
  position: relative;
  text-align: left;
  padding-left: 17px;
}
.actionsBar .dropdown-toggle:after {
  content: "";
  border: none;
  width: 8px;
  height: 13px;
  background-image: url("../Images/icons/caret.png");
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 17px;
}

.gridList-wrapper > div {
  position: relative;
}
.gridList-wrapper p,
.gridList-wrapper span {
  font-size: 14px;
}
@media (min-width: 992px) {
  .gridList-wrapper.grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .gridList-wrapper.grid .media {
    display: flex;
    padding: 15px;
    position: relative;
    width: 50%;
    /*@media (min-width: 1200px) {
        width: 33.33333%;
    }*/
  }
  .gridList-wrapper.grid .media .media-body {
    background-color: transparent;
  }
  .gridList-wrapper.grid .media .media-body .description {
    display: none;
  }
}
.gridList-wrapper .media .image-wrapper img {
  min-width: 145px;
  max-height: 250px;
}
.gridList-wrapper .media h5 a {
  max-width: 90%;
  display: inline-block;
  color: #3C3C3C;
}
.gridList-wrapper .icon-citation {
  top: 20px;
  right: 30px;
}
.gridList-wrapper .icon-delete {
  width: 20px;
  height: 29px;
  background-image: url("../Images/icons/delete.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

.icon-citation {
  width: 17px;
  height: 24px;
  background-image: url("../Images/icons/citation.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  outline: none;
  cursor: pointer;
}
.icon-citation:hover {
  text-decoration: none;
}
.icon-citation.active {
  background-image: url("../Images/icons/citation-active.png");
}

#filterAccordion {
  width: 100vw;
  position: absolute;
  left: -100vw;
  top: 0;
  z-index: 1000;
  transition-duration: 0.5s;
  padding-right: 35px;
  -webkit-box-shadow: 18px 0px 15px 0px rgba(90, 90, 90, 0.15);
  -moz-box-shadow: 18px 0px 15px 0px rgba(90, 90, 90, 0.15);
  box-shadow: 18px 0px 15px 0px rgba(90, 90, 90, 0.15);
}
#filterAccordion.expanded {
  left: 0;
}
#filterAccordion a.icon-close-filter {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 20px;
  height: 20px;
  background-image: url("../Images/icons/close.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#filterAccordion .card {
  background-color: #E5E5E5;
}
#filterAccordion .card.collapsed {
  background-color: #C6D5FF;
}
#filterAccordion .card .card-header a {
  color: #002C5C;
  text-decoration: none;
}
#filterAccordion .card .card-header a:after {
  content: "";
  width: 17px;
  height: 10px;
  background-image: url("../Images/icons/filter-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 27px;
  top: 24px;
  transform: rotate(0deg);
}
#filterAccordion .card .card-header a.collapsed:after {
  transform: rotate(180deg);
}
#filterAccordion .card .card-body .form-check {
  margin-bottom: 10px;
}
#filterAccordion .card .card-body .form-check.customCheckboxes div.customCheckbox {
  cursor: pointer;
  background-color: white;
  display: block;
  height: 1.2em;
  width: 1.2em;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 10px;
}
#filterAccordion .card .card-body .form-check.customCheckboxes div.customCheckbox.checked::after {
  color: #3C3C3C;
  content: "✓";
  font-size: 18px;
  font-weight: bold;
  left: 2px;
  position: absolute;
  top: -4px;
}
#filterAccordion .card .card-body .form-check.customCheckboxes input[type=checkbox] {
  height: 0;
  position: relative;
  outline: none;
  -moz-appearance: none;
  display: none;
}
#filterAccordion .card .card-body .form-check.customCheckboxes label {
  margin-left: 1.2em;
}
@media (min-width: 992px) {
  #filterAccordion {
    width: auto;
    position: relative;
    left: 0;
  }
  #filterAccordion .icon-close-filter {
    display: none;
  }
}

.dnnModWrapper-faq {
  padding-top: 15px;
}
.dnnModWrapper-faq .co-accordion-wrapper .faq-category-wrapper {
  margin-bottom: 15px;
}
.dnnModWrapper-faq .co-accordion-wrapper .faq-category-wrapper ul {
  display: none;
}
@media (min-width: 768px) {
  .dnnModWrapper-faq .co-accordion-wrapper .faq-category-wrapper ul {
    margin: 0;
  }
}
.dnnModWrapper-faq .co-accordion-wrapper .co-accordion-content {
  padding: 15px 30px;
}
@media (min-width: 768px) {
  .dnnModWrapper-faq .co-accordion-wrapper .co-accordion-content {
    padding: 30px 45px;
  }
}
.dnnModWrapper-faq .setting-wrapper {
  background-color: #fff;
}

#personaBar-iframe #personabar-wrap #personabar .personabarLogo .hoverSummaryMenu {
  display: none !important;
}

#epubViewerModal #epub-viewer {
  position: relative;
  width: 85vw;
  min-height: 75vh;
  left: 50%;
  transform: translateX(-50%);
}
#epubViewerModal #epub-viewer #area {
  width: 85vw;
  height: 75vh;
  padding: 0 10%;
  display: block;
  position: relative;
}
#epubViewerModal #epub-viewer #area iframe {
  min-height: 75vh !important;
}
#epubViewerModal #epub-viewer .type-pdf.wrapper iframe {
  min-height: 90vh !important;
  min-width: 100%;
  border: none;
  display: block;
}
#epubViewerModal #epub-viewer .btn-left,
#epubViewerModal #epub-viewer .btn-right {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 10%;
  background-color: transparent;
  cursor: pointer;
}
#epubViewerModal #epub-viewer .btn-left svg,
#epubViewerModal #epub-viewer .btn-right svg {
  color: rgba(0, 0, 0, 0.3);
  height: 2.5em;
  width: 2.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#epubViewerModal #epub-viewer .btn-left:hover svg,
#epubViewerModal #epub-viewer .btn-right:hover svg {
  color: rgba(0, 0, 0, 0.7);
}
#epubViewerModal #epub-viewer .btn-left {
  left: 0;
}
#epubViewerModal #epub-viewer .btn-left:hover {
  background: #ededed;
  background: -moz-linear-gradient(left, #ededed 0%, rgba(237, 237, 237, 0.97) 10%, rgba(246, 246, 246, 0.8) 70%, rgba(255, 255, 255, 0.71) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ededed), color-stop(10%, rgba(237, 237, 237, 0.97)), color-stop(70%, rgba(246, 246, 246, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.71)));
  background: -webkit-linear-gradient(left, #ededed 0%, rgba(237, 237, 237, 0.97) 10%, rgba(246, 246, 246, 0.8) 70%, rgba(255, 255, 255, 0.71) 100%);
  background: -o-linear-gradient(left, #ededed 0%, rgba(237, 237, 237, 0.97) 10%, rgba(246, 246, 246, 0.8) 70%, rgba(255, 255, 255, 0.71) 100%);
  background: -ms-linear-gradient(left, #ededed 0%, rgba(237, 237, 237, 0.97) 10%, rgba(246, 246, 246, 0.8) 70%, rgba(255, 255, 255, 0.71) 100%);
  background: linear-gradient(to right, #ededed 0%, rgba(237, 237, 237, 0.97) 10%, rgba(246, 246, 246, 0.8) 70%, rgba(255, 255, 255, 0.71) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ededed", endColorstr="#ffffff", GradientType=1);
}
#epubViewerModal #epub-viewer .btn-right {
  right: 0;
}
#epubViewerModal #epub-viewer .btn-right:hover {
  background: rgba(255, 255, 255, 0.71);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.71) 0%, rgba(246, 246, 246, 0.8) 30%, rgba(237, 237, 237, 0.97) 90%, #ededed 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.71)), color-stop(30%, rgba(246, 246, 246, 0.8)), color-stop(90%, rgba(237, 237, 237, 0.97)), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.71) 0%, rgba(246, 246, 246, 0.8) 30%, rgba(237, 237, 237, 0.97) 90%, #ededed 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.71) 0%, rgba(246, 246, 246, 0.8) 30%, rgba(237, 237, 237, 0.97) 90%, #ededed 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.71) 0%, rgba(246, 246, 246, 0.8) 30%, rgba(237, 237, 237, 0.97) 90%, #ededed 100%);
}

#setting-btn {
  top: -20px !important;
}

#setting-wrapper {
  top: -35px !important;
  right: 40px !important;
}

section.site-citation {
  min-height: calc(100vh - 235px);
}

ul#filterClose li {
  background-color: white;
  border-radius: 0.3rem;
  cursor: pointer;
  padding: 0.25rem 3rem 0.25rem 1rem;
  font-size: 0.875rem;
  position: relative;
  display: inline-block;
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
}
ul#filterClose li::after {
  content: "X";
  position: absolute;
  right: 0.875em;
  line-height: 1.75;
}
ul#filterClose li:hover {
  background-color: #CCC;
}
ul#filterClose li > a, ul#filterClose li::after {
  color: #3C3C3C;
}

a#result-citation {
  width: auto;
  background-size: contain;
  background-position: top right;
  padding-right: 27px;
  font-size: 0.875em;
  padding-top: 0.125em;
}

img.max-height-capped {
  max-height: 179px;
}

section.site-faq .accordion .card .card-header button {
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
section.site-faq .accordion .card .card-header button::after {
  content: "-";
  background: #e9ecef;
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
  top: 50%;
  margin-top: -12px;
  display: block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  border-radius: 50%;
  vertical-align: middle;
}
section.site-faq .accordion .card .card-header button.collapsed {
  border-radius: 0;
  border-bottom: 1px solid #e9ecef;
}
section.site-faq .accordion .card .card-header button.collapsed:hover {
  border-bottom: 1px solid black;
}
section.site-faq .accordion .card .card-header button.collapsed::after {
  content: "+";
}