/*  Google Open Sans fonts moved to /Views/Shared/_Layout.cshtml in <head>  */
/*  Custom TRB font for icons/glyphs  */
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'TRB';
  src: url('../fonts/trb.eot');
  /* IE9 Compat Modes */
  src: local('TRB'), url('../fonts/trb.woff') format('woff'), /* Modern Browsers */ url('../fonts/trb.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/trb.svg#TRB') format('svg');

  font-display: swap;
  /* Legacy iOS */
}
:root {
  --trb-theme: #5e0c02;
  --maroon-color: #5e0c02;
  --secondary-color: hsl(37, 50%, 66%);
  --highlight-color: hsl(51, 59%, 93%);
  --dark-complementary-color: hsl(201, 100%, 21%);
  --dark-complementary-highlight-color: hsl(201, 100%, 37%);
  --blue-color: #435EA3;
  --bluedark-color: #364C84;
  --white-color: #f8f5e4;
  --greylight-color: #ccc;
  --greydark-color: #929292;
  --action-area-bg: #f8f5e4;
  --action-area-border: tan;
  --action-area-active: #d2b48c;
  --trb-background-accent: #f8f5e4;
  --desktop-min-width: 769px;
  --tablet-max-width: calc(var(--desktop-min-width) - 1px);
  --site-menu-height: 6rem;
  --site-menu-logo-spacing: 0;
  --site-menu-connect-background: #000;
  --site-menu-connect-color: #fff;
  --site-menu-contents-background: #ccc;
  --site-menu-contents-color: #000;
  --site-menu-contents-hover-color: #fff;
}

#site-header {
  /*    position: relative;  */
}
#site-header > div,
#site-header .navbar-header {
  /*        height: 2 * @site-menu-height + @site-menu-logo-spacing;
*/
}
@media only screen and (max-width: 767px) {
  #site-header > div,
  #site-header .navbar-header {
    height: 85px;
  }
}
#site-header .navbar-toggle {
  top: 12px;
  left: 0;
  z-index: 100;
}
#site-header .navbar-toggle .menu-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
#site-header .navbar-toggle:focus:not(:hover) {
  background-color: transparent;
}
#site-header .navbar-toggle[aria-expanded="true"],
#site-header .navbar-toggle[aria-expanded="true"]:not(:hover),
#site-header .navbar-toggle:active {
  background-color: var(--trb-background-accent);
}
#site-header .navbar-toggle[aria-expanded="true"] .menu-label,
#site-header .navbar-toggle[aria-expanded="true"]:not(:hover) .menu-label,
#site-header .navbar-toggle:active .menu-label {
  color: #000;
}
@media only screen and (max-width: 767px) {
  #site-header #nas-logo {
    display: none;
  }
}
#site-header #trb-logo {
  position: absolute;
  top: 1.4em;
  right: 1em;
}
#site-header #trb-logo svg {
  fill: white;
}
@media only screen and (max-width: 767px) {
  #site-header .nav {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #site-header #site-menu-contents li {
    float: right;
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  #site-header #site-menu-contents li {
    width: 190px;
  }
}
@media screen and (max-width: 450px) {
  #site-header #site-menu-contents li {
    width: 170px;
  }
}
@media screen and (max-width: 350px) {
  #site-header #site-menu-contents li {
    width: 150px;
  }
}
#site-header #site-menu-connect {
  padding-left: 30px;
}
@media screen and (min-width: 450px) {
  #site-header #site-menu-connect {
    padding-left: 40px;
  }
}
#site-header .nav .nav-heading {
  overflow: visible;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #site-header .nav .home-link {
    display: none;
  }
}
#site-header > div {
  background-color: var(--trb-theme);
}
@media only screen and (max-width: 767px) {
  #site-header #trb-site-navbar-collapse {
    position: absolute;
    top: 85px;
    display: block;
    overflow: hidden;
    /*width: 0;*/
    max-height: 0;
    background-color: var(--trb-background-accent);
    -webkit-box-shadow: 0 10px 20px -10px #000000;
    -moz-box-shadow: 0 10px 20px -10px #000000;
    box-shadow: 0 10px 20px -10px #000000;
    opacity: 0;
    transition: max-height 0.2s, width 0.2s;
  }
  #site-header #site-menu-contents {
    border-right: 1px solid #ccc;
  }
  #site-header #trb-site-navbar-collapse.trb-menu-opened {
    max-height: 500px;
    width: 100%;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  #site-header a {
    text-decoration: none;
  }
}
#site-header .nav-heading {
  padding-left: 14px;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  #site-header .nav-heading {
    display: none;
  }
}
/*  End #site-header  */
@media (min-width: 768px) {
  /*  2022-04-25  New site desktop header without Bootstrap
Begin with Andy Bell css reset targetting only the header block
https://piccalil.li/blog/a-modern-css-reset
*/
  /* Box sizing rules */
  #site-header *,
  #site-header *::before,
  #site-header *::after {
    box-sizing: border-box;
  }
  /* Remove default margin */
  #site-header h1,
  #site-header h2,
  #site-header h3,
  #site-header h4,
  #site-header p,
  #site-header figure,
  #site-header blockquote,
  #site-header dl,
  #site-header dd {
    margin: 0;
  }
  /* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
  #site-header ul[role='list'],
  #site-header ol[role='list'] {
    list-style: none;
  }
  /* Set core root defaults */
  html:focus-within {
    scroll-behavior: smooth;
  }
  /* Set core body defaults */
  body {
    margin: 0;
    min-height: 100vh;

    text-rendering: optimizeSpeed;
  }
  /* A elements that don't have a class get default styles */
  #site-header a:not([class]) {
    text-decoration-skip-ink: auto;
  }
  /* Make images easier to work with */
  #site-header img,
  #site-header picture {
    display: block;
    max-width: 100%;
  }
  /* Inherit fonts for inputs and buttons */
  #site-header input,
  #site-header button,
  #site-header textarea,
  #site-header select {
    font: inherit;
  }
  :root {
    --trb-color: #5e0c02;
  }

  /*  Bootstrap duplicates to avoid CLS  */
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  #site-header {
    display: grid;
    width: 100%;

    grid-template-columns: 1fr;
  }
  #site-header::before {
    display: none;
  }
  #site-header #trb-site-navbar-collapse {
    display: contents !important;
    width: 100% !important;
  }
  #site-header > .container-fluid {
    display: contents;
    margin: 0;
    padding: 0;
  }
  .logo-bar {
    display: flex;
    padding: 0 1.5em;
    width: 100%;
    height: 5.625em;
    background-color: var(--trb-color);

    grid-row: 2;
    flex: 1 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  .logo-bar > * {
    display: block;
  }
  .logo-bar svg {
    display: block;

    fill: white;
  }
  #trb-logo {
    /*  Bootstrap overrides  */
    position: initial !important;
    max-width: 250px;
  }
  #nas-logo {
    max-width: 250px;
  }
  /*  Top menu bar  */
  #site-menu-connect {
    display: flex;
    /*  Bootstrap overrides  */
    float: none !important;
    width: 100% !important;
    background: black;

    grid-row: 1;
    gap: 2.5em;
    flex: 1 0 auto;
    justify-content: flex-end;
    align-items: center;
  }
  #site-menu-connect > li > a {
    padding: 0.4em 0;
    width: max-content;
    color: white;
    text-decoration: none !important;
    text-transform: uppercase;
    /*  Bootstrap overrides  */
    font-size: 14px !important;
  }
  #site-menu-connect > li:nth-child(3) > a {
    text-transform: none;
  }
  #site-menu-connect > li:first-child,
  #site-menu-connect > li.divider {
    display: none;
  }
  /*  TRB gray menu bar  */
  #site-menu-contents {
    display: flex;
    /*  Bootstrap overrides  */
    float: none !important;
    background: linear-gradient(to bottom, #edeee9 0%, #bab5af 100%);

    grid-row: 3;
    gap: 1.7em;
    flex: 1 0 auto;
    justify-content: flex-start;
    align-items: center;
  }
  #site-menu-contents > li > a {
    padding: 0.4em 0;
    color: black;
    text-decoration: none !important;
    font-weight: bold;
    /*  Bootstrap overrides  */
    font-size: 12px !important;
  }
  #site-menu-contents > li > a:hover,
  #site-menu-contents > li > a:focus {
    color: white;
    font-weight: bold;
  }
  #site-menu-contents > li:first-child,
  #site-menu-contents > li.divider {
    display: none;
  }
}
/*  End new header  */
@media only screen and (max-width: 767px) {
  .navbar-toggle-left .navbar-right {
    float: right;
    padding-right: 15px;
  }
  .navbar-toggle-left .nav.navbar-nav.navbar-right li {
    float: right;
  }
  .navbar-toggle-left .nav.navbar-nav.navbar-right li > a {
    padding: 8px 5px;
  }
  .navbar-toggle-left .navbar-toggle {
    float: left;
  }
  .navbar-toggle-left .navbar-header {
    float: left;
    width: auto !important;
  }
  .navbar-toggle-left .navbar-collapse {
    float: none;
    clear: both;
  }
}
/*
    Contains styles for the site footer
*/
#footer {
  margin-top: 20px;
}
#footer a {
  white-space: nowrap;
}
#footer #footer-nas-logo-row {
  padding: 10px;
  background-color: var(--trb-theme);
  text-align: center;
}
#footer #footer-nas-logo svg {
  width: 100%;
  height: 5.625rem;
}
#footer #footer-nas-logo svg path {
  fill: white;
}
@media only screen and (max-width: 767px) {
  #footer #colophon {
    padding: 0 15px;
  }
  #footer #colophon-nas,
  #footer #colophon-address {
    display: none;
  }
  #footer #colophon-legal {
    font-style: italic;
  }
  #footer #footer-nas-logo-row {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
  #footer #footer-nas-logo {
    display: inline-block;
    float: none;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  #footer #colophon {
    padding: 5px;
    border-top: 4px solid #000;
    background-color: var(--trb-theme);
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
  }
  #footer #colophon a {
    color: #fff;
  }
  #footer #colophon > * {
    margin: 0;
  }
  #footer #footer-nas-logo-row {
    display: none;
  }
}
/*
    Contains styles that apply across all pages
*/
div#body *:not(.glyphicon):not(.icon) {
  font-family: 'Open Sans', sans-serif;
}
abbr.pubicon {
  border-bottom: none;
  text-decoration: none;
}
.orange {
  color: #f2711c !important;
}
.green {
  color: #21ba45 !important;
}
.breadcrumb {
  margin-bottom: 5px;
  padding: 0;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .breadcrumb {
    padding-left: 15px;
  }
}
.breadcrumb > li + li::before {
  content: "»";
}
@media only screen and (min-width: 640px) {
  .site-banner-row {
    display: block;
  }
}
.site-banner-row .site-banner-container {
  margin-bottom: 14px;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .site-banner-row .site-banner-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.site-banner-row .site-banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  min-height: 100px;
  width: 100%;
  background: #faf6f2;
  background: linear-gradient(to bottom, #faf6f2 0%, #e9e4e0 100%);

  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.site-banner-row .site-banner img {
  margin-right: 20px;
  margin-left: 25px;
  width: auto;
  height: auto;
}
.site-banner-row .site-banner p {
  margin-bottom: 0;
  color: var(--trb-theme);
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.site-banner-row .site-banner p span {
  display: block;
  color: var(--greydark-color);
  font-size: 14px;
  line-height: 16px;
}
#main {
  padding-bottom: 40px;
}
.container .jumbotron {
  margin-bottom: 14px;
  padding: 0;
  padding: 0 15px;
  background-color: transparent;
}
.container .jumbotron .container-fluid {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .container .jumbotron .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.container .jumbotron h1 {
  padding-left: 7px;
}
#home-search {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #home-search {
    margin: 0;
  }
}
#home-search input#txtKeywords {
  margin-right: -5px;
  height: 34px;
}
#home-search #search-icon {
  color: white;
}
@media only screen and (max-width: 767px) {
  #home-search #search-icon {
    position: relative;
    top: 2px;
    left: -2px;
  }
}
#home-search button#search-button {
  height: 34px;
  border-style: solid;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--trb-theme);
}
#home-search .row + .row {
  text-align: center;
}
.search-border {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border: solid;
  border-width: 3px;
  border-color: tan;
  background-color: #f8f5e4;
}
.search-border #search-area {
  padding-bottom: 5px;
}
.search-border #search-area input,
.search-border #search-area button {
  padding: 5px;
}
.search-border #search-area .dropdown button.dropdown-toggle {
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 0;
  padding-top: 2px;
  width: 100%;
  border: 1px solid #bab5af;
  border-radius: 0;
  background: -moz-linear-gradient(top, #edeee9 0%, #bab5af 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #edeee9 0%, #bab5af 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #edeee9 0%, #bab5af 100%);
}
.search-border #search-area .dropdown button.dropdown-toggle span {
  line-height: 0.8em;
}
.search-border #search-area .dropdown-menu li {
  padding: 0.25em;
}
.data-table {
  margin: 30px 15px;
  width: calc(100% - 30px);
}
.data-table .data-thead {
  display: none;
}
@media only screen and (min-width: 768px) {
  .data-table .data-thead {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}
.data-table .data-thead .data-th {
  background-color: #444;
}
.data-table .data-thead .data-th .data-heading {
  color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.data-table .data-row {
  border-bottom: 2px solid #bbb;
}
.data-table .data-row .data-td {
  padding: 10px;
  vertical-align: top;
}
.data-table .data-row .data-td .data-heading {
  display: block;
  margin: -10px -10px 0 -10px;
  padding: 10px;
  background-color: #f2f2f2;
  color: #444;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .data-table .data-row .data-td .data-heading {
    display: none;
  }
}
.data-table .data-row:nth-child(2n) {
  border-bottom: 2px solid #b7aca3;
  background-color: #e9e4e0;
}
.data-table .data-row:nth-child(2n) .data-td .data-heading {
  background-color: #dfd7d1;
}
.title-header {
  display: block;
  float: left;
  margin-bottom: 30px;
  padding: 0 0 10px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.title-header span {
  float: left;
}
.title-header a {
  float: right;
  margin-top: 8px;
  text-decoration: none;
  font-size: 70%;
}
#body #main .side-links {
  padding: 25px 0 0;
}
#body #main .side-links h3 {
  text-align: left;
}
#body #main .side-links ul {
  display: block;
  float: left;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}
#body #main .side-links li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#body #main .side-links a {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  font-weight: 600;
  font-size: 95%;
}
#body #main .side-links a:hover {
  background: var(--dark-complementary-color);
  color: var(--white-color);
}
#body #main .side-links a.btn {
  margin: 0 auto 10px;
  padding: 6px 12px;
  width: 70%;
  background-color: var(--dark-complementary-highlight-color);
}
@media only screen and (max-width: 529px) {
  #body #main .side-links a.btn {
    width: 100%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #body #main .side-links a.btn {
    width: 100%;
  }
}
#body #main .side-links a.btn:hover {
  background-color: var(--dark-complementary-color);
}
#body #main .side-links .btn-default:hover {
  background-color: var(--greydark-color);
  color: #333;
}
ul.result-list {
  margin: 0;
  padding: 0;
}
ul.result-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  margin-bottom: 2em;
  list-style-type: none;

  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
ul.result-list li img.result-thumbnail {
  margin: 0 1em 0 0;
  max-width: 75px;
  max-height: 75px;
  width: auto;
  height: auto;
  border: 0;
}
ul.result-list li div.result-text a {
  display: block;
  color: var(--trb-theme);
  text-decoration: none;
  font-weight: bold;
}
ul.result-list li div.result-text a:hover {
  text-decoration: underline;
}
ul.result-list li div.result-text time {
  display: block;
  color: #888;
  font-size: 14px;
}
@media only screen and (max-width: 529px) {
  .container {
    width: 100%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .container {
    width: 100%;
  }
}
.in-iframe .close-record {
  display: none !important;
}
.modal-with-panels {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;
  padding: 0;

  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.modal-content-panel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;
  min-width: 50px;

  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.modal-content-panel .modal-content-panel-info {
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
  max-height: 665px;
  height: auto;
}
.modal-content-panel .modal-panel-number {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -ms-flex-align: end;
  width: 50px;
  background-color: #ddd;
  text-align: center;
  -webkit-transition: background-color 1s;
  /* Safari */
  transition: background-color 1s;

  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.modal-content-panel .modal-panel-number a {
  display: block;
  margin: 8px;
  padding-top: 5px;
  width: 32px;
  height: 32px;
  border-radius: 25px;
  background-color: #fff;
  color: #666;
  text-decoration: none;
  font-weight: bold;
}
.modal-content-panel .modal-panel-number.current {
  background-color: transparent;
  -webkit-transition: background-color 1s;
  /* Safari */
  transition: background-color 1s;
}
.modal-content-panel.active .modal-content-panel-info {
  overflow-y: auto;
  padding: 15px;
}
.modal-nav-panel {
  display: none;
}
.modal-nav-panel.active {
  display: block;
}
.modal-body h5 {
  color: #0009;
  font-size: 1.1rem;
}
.modal-body label.radio {
  margin-bottom: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .modal-body label.radio {
    margin-bottom: 8px;
  }
}
.modal-footer button {
  margin-bottom: 10px;
  margin-left: 10px;
  width: auto;
}
.modal-footer button.btn + .btn {
  margin-bottom: 10px;
  margin-left: 10px;
  width: auto;
}
#share_modal .modal-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
#share_modal .modal-body a {
  color: var(--trb-theme);
  text-decoration: none;
  font-size: 72px;
}
#share_modal .modal-body a:hover {
  color: #444;
}

/*  Export modals  */

.modal-dialog {
  width: min(60rem, calc(100vw - 20px)) !important;
}

.modal-dialog .tou {
  line-height: 1.6;
}

.modal-dialog h5 {
  margin: 1.0rem 0 0.5rem 0 !important;
}

.modal-dialog h5:first-of-type {
  margin-top: 0 !important;
}

.modal-dialog section:first-of-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.modal-dialog section:first-of-type input {
  accent-color: var(--dark-complementary-highlight-color);
  cursor: pointer;
}

.modal-dialog section:first-of-type label {
  margin: 0 !important;
  border-radius: 0.5rem;
  padding: 0.2rem 0.5rem 0.2rem 0.2rem;
}

.modal-dialog section:first-of-type label div {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.modal-dialog section:first-of-type label div input {
  margin: 0 !important;
}

.modal-dialog section:first-of-type label p {
  margin: 0;
  text-wrap: balance;
  font-weight: normal !important;
}

.modal-dialog section:first-of-type > *:is(:hover, :focus-within) {
  cursor: pointer;
  background-color: var(--highlight-color);
}

/*  Modal dialog sort options  */

.export-sort-group {
  display: flex;

  --selected-color: hsl(201, 100%, 21%);
  flex-flow: column wrap;
}
.export-sort-group h1 {
  margin-bottom: 2rem;
  color: hsl(215, 5%, 10%);
}
.export-sort-group h2 {
  margin: 0 !important;
  font-size: 1.1rem;
}
.export-sort-group > div {
  padding: 0.5rem 0;

  flex: 1;
}
.export-sort-group input[type="radio"] {
  display: none;
}
.export-sort-group input[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;
}
.export-sort-group input[type="radio"]:disabled ~ label {
  border-color: hsl(150, 5%, 75%);
  box-shadow: none;
  color: hsl(150, 5%, 75%);
  cursor: not-allowed;
}
.export-sort-group label {
  /*hsla(150, 5%, 65%, 0.5);*/
  position: relative;
  display: flex;
  margin-bottom: 1rem;
  padding: 1rem;
  height: 100%;
  border: 2px solid var(--selected-color);
  /*hsla(150, 75%, 50%, 1);*/
  border-radius: 20px;
  background: white;
  box-shadow: 0px 3px 3px -2px var(--selected-color);

  justify-content: space-between;
  align-items: center;
}
.export-sort-group div:last-child label {
  margin-bottom: 0.25rem;
}
.export-sort-group input[type="radio"]:checked + label {
  background: var(--selected-color);
  box-shadow: 0px 0px 6px var(--selected-color);
  /*hsla(150, 75%, 50%, 1);*/
  color: hsl(0, 0%, 100%);
  /*hsla(150, 100%, 50%, 0.75);*/
}
.export-sort-group input[type="radio"]:checked + label::after {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid var(--selected-color);
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 12l2.891 2.891h0c.06.06.158.06.219 0h0L17 8' stroke='%23323232' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), white;
  box-shadow: 0px 2px 3px -2px hsla(0, 0%, 0%, 0.25);
  color: hsl(215, 5%, 25%);
  /*hsla(150, 75%, 45%, 1);*/
  content: '';
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  transform: translateX(-50%);
}
.export-sort-group p {
  font-weight: 900;
}
.export-sort-group input[type="radio"]:not(:checked) + label .pill-toggle {
  display: none;
}
.export-sort-group .pill-toggle {
  position: relative;
  display: grid;
  outline: 0.2rem solid #fff;
  outline-offset: 0.3rem;
  border-radius: 100vw;
  white-space: nowrap;

  isolation: isolate;
  gap: 0.3rem;
  grid-template-columns: auto auto;
}
.export-sort-group .pill-toggle * {
  font-weight: normal;
  font-size: 0.9rem;
}
.export-sort-group .pill-toggle:has(.pill-checkbox:hover, .pill-checkbox:focus-visible) {
  box-shadow: 0 0 0 0.5rem var(--selected-color), 0 0 20px hsl(0 0% 100% / 1);
}
.export-sort-group .pill-checkbox {
  position: absolute;
  display: inline-grid;
  padding: 0;
  width: 100%;
  background: hsl(201, 100%, 37%);
  opacity: 0;
  cursor: pointer;
  transform: scaleY(3) scaleX(1.2);

  inset: 0;
  grid-column: 1 / 3;
}
.export-sort-group .pill-active {
  padding: 0 0.5rem;
  color: #fff;

  grid-column: 1;
}
.export-sort-group .pill-inactive {
  padding: 0 0.5rem;
  color: #fff;

  grid-column: 2;
}
.export-sort-group .pill-highlight {
  position: absolute;
  z-index: -5;
  border-radius: 100vw;
  background: #fff;
  transition: all ease 0.3s;

  grid-column: 1 / 1;
  inset: 0;
}
.export-sort-group .pill-checkbox:checked + .pill-highlight {
  grid-column: 1 / 1;
}
.export-sort-group .pill-checkbox:checked ~ .pill-active {
  color: #000;
}
.export-sort-group .pill-checkbox:not(:checked) + .pill-highlight {
  grid-column: 2 / 3;
}
.export-sort-group .pill-checkbox:not(:checked) ~ .pill-inactive {
  color: #000;
}
.ico-facebook-square:before {
  content: "\6a";
  font-family: TRB !important;
}
.ico-twitter-square:before {
  content: "\68";
  font-family: TRB !important;
}
.ico-envelope-square:before {
  content: "\69";
  font-family: TRB !important;
}
.ico-expand:before {
  content: "\66";
  font-family: TRB !important;
}
.ico-contract:before {
  content: "\67";
  font-family: TRB !important;
}
.btn-primary {
  background: var(--dark-complementary-color);
}
@media only screen and (max-width: 529px) {
  a.btn-primary,
  .btn-default {
    width: 100%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  a.btn-primary,
  .btn-default {
    width: 100%;
  }
}
.sectionhead h1 {
  border-bottom: 1px solid #ccc;
}
.searchaction {
  margin-left: 1px;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #d2b48c;
}
.searchaction a {
  outline: none;
  color: var(--trb-theme);
  text-decoration: none;
}
.searchaction a:before {
  position: relative;
  top: 3px;
  padding-right: 10px;
  color: var(--trb-theme);
  font-weight: bold;
  font-size: 18px;
  font-family: TRB;
}
.filter-type a:before {
  content: "b";
}
.history-type a:before {
  content: "a";
}
.help-type {
  padding: 0;
  width: 30px;
  height: 34px;
  background-color: transparent;
}
.help-type a:before {
  top: 4px;
  padding-left: 6px;
  content: "c";
  font-weight: normal;
}
.help-type:hover {
  background-color: #d2b48c;
}
.datebutton {
  padding: 6px;
  color: var(--trb-theme);
  font-weight: bold;

  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.footnote {
  font-style: italic;
  font-size: 12px;
}
.sectionhead ul {
  max-width: 750px;
  line-height: 28px;
}
.sectionhead p {
  max-width: 750px;
  line-height: 24px;
}
hr {
  border-top: 2px solid #bbb;
}
a {
  text-decoration: underline;
  text-shadow: none;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}
.mirror-icon {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.sk-fading-circle {
  position: relative;
  width: 40px;
  height: 40px;
}
.sk-fading-circle .sk-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sk-fading-circle .sk-circle:before {
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  border-radius: 100%;
  background-color: #333;
  content: '';
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.bs-callout {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h4 {
  color: #428bca;
}
.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: var(--dark-complementary-color);
}
.bs-callout-info h4 {
  color: var(--dark-complementary-color);
}
#body.container a:not(.btn) {
  color: var(--dark-complementary-color);
}
#body.container a:not(.btn):hover,
#body.container a:not(.btn):focus {
  color: var(--dark-complementary-highlight-color);
}
mark[data-markjs] {
  padding: 0 0.2em;
  background-color: #fff09f;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background: var(--trb-theme) !important;
}
/*
    Contains styles that apply to the submittable shortform views
*/
.tridform h1 {
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
}
.tridform h2 {
  color: var(--trb-theme);
  font-size: 20px;
}
.tridform .g-recaptcha {
  text-align: center;
}
.tridform .g-recaptcha div {
  width: auto !important;
}
@media only screen and (min-width: 768px) {
  .tridform .g-recaptcha {
    text-align: left;
  }
}
.tridform input[type="submit"] {
  margin: 1em auto;
  padding: 1em;
}
@media only screen and (min-width: 768px) {
  .tridform input[type="submit"] {
    float: right;
  }
}
.checkitems {
  display: flex;

  flex-wrap: wrap;
}
.checkitems .checkitem {
  box-sizing: border-box;
  margin: 10px;

  flex: 1 0 200px;
}
.checkitem.btn-default.active {
  background-color: #bdb;
}
/*  Ad button styling for use in prominent areas or below the ad banner  */
.linkButton {
  display: inline-block;
  padding: 6px 24px;
  border: 1px solid #448aeb;
  border-radius: 6px;
  background: linear-gradient(to bottom, #62a9f5 5%, #023485 100%);
  background-color: #62a9f5;
  box-shadow: inset 0px 1px 0px 0px #97c4fe;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 1px 0px #1570cd;
  font-weight: bold;
  font-size: 15px;
  font-family: Arial;
  cursor: pointer;
}
.linkButton:hover {
  background: linear-gradient(to bottom, #023485 5%, #62a9f5 100%);
  background-color: #023485;
  color: #ffffff;
  text-decoration: none;
}
.linkButton:active {
  position: relative;
  top: 1px;
}
