/* =================================================
  blue call out #2A72A5
       1c5e86 - hover on call out button
==================================================== */

/* ==================================================
	NCI Font Families: Montserrat & Noto Sans
================================================== */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;

  src: local(""),
  url("../css/fonts/noto-sans-v11-latin-regular.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url("../css/fonts/noto-sans-v11-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-italic - latin */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 400;

  src: local(""),
  url("../css/fonts/noto-sans-v11-latin-italic.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url("../css/fonts/noto-sans-v11-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-700 - latin */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;

  src: local(""),
  url("../css/fonts/noto-sans-v11-latin-700.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url("../css/fonts/noto-sans-v11-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-700italic - latin */
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 700;

  src: local(""),
  url("../css/fonts/noto-sans-v11-latin-700italic.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url("../css/fonts/noto-sans-v11-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;

  src: local(""),
  url("../css/fonts/montserrat-v15-latin-700.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url("../css/fonts/montserrat-v15-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-800 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;

  src: local(""),
  url("../css/fonts/montserrat-v15-latin-800.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url("../css/fonts/montserrat-v15-latin-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-900 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;

  src: local(""),
  url("../css/fonts/montserrat-v15-latin-900.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url("../css/fonts/montserrat-v15-latin-900.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lora-regular - latin */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;

  src: local(""),
  url("../css/fonts/lora-v17-latin-regular.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url("../css/fonts/lora-v17-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ==================================================
	Bootstrap Overwrites/Additions/Fixes
================================================== */
[role="main"] a {
  text-decoration: none;
}
.container {
  width: 98%;
  max-width: 1400px;
}
.breadcrumb {
  padding: .25rem 1rem;
  font-size: 1rem;
}
/*----- BUTTONS -----*/
a.btn,
nav a {
  text-decoration: none!important;
}
.btn-primary {
  background: #2a72a5;
  transition: background .2s linear;
}
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:hover,
.btn-primary:focus {
  text-decoration: none;
  background: #1c5e86;
  transition: background .2s linear;
}
.btn-primary,
a.btn-primary,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:active,
a.btn-primary:visited,
.btn-secondary,
a.btn-secondary,
a.btn-secondary:hover,
a.btn-secondary:focus,
a.btn-secondary:active,
a.btn-secondary:visited {
  color: #fff;
}
/*----- FORMS -----*/
form label {
  font-weight: bold;
}
/*----- FILTER SUMMARY -----*/
.criteria-reminder,
.criteria-reminder * {
  display: initial;
  padding: 0;
  margin: 0;
  font-size: .9em;
  list-style: none;
}
.criteria-reminder li {
  padding: 1px 7px;
  margin-right: 10px;
  background: #dde8f1;
  border: 1px solid #a7c4da;
  border-radius: 10px;
}

span.reminder-field-name,
p.criteria-reminder {
  font-weight: bold;
}
/*----- TABLES -----*/
.table .thead-dark th {
  color: #fff;
  background-color: #2a72a5;
  border-color: #1c5e86;
}
.catalog-pnum {
  font-weight: bold;
}
/*----- MAIN NAV MODAL -----*/
.stickyNav .modal-content {
  border-radius: .5rem;
}
.stickyNav .modal-header {
  padding: .5rem 1rem;
  font-weight: 700;
  border-bottom: none;
}
.stickyNav .modal-open {
  overflow: scroll;
}
/*----- MODALS -----*/
.modal-header {
  color: #fff;
  background: #2a72a5;
  justify-content: space-between;
}
.close {
  color: #fff;
  text-shadow: 0 1px 0 #000;
  opacity: 1;
  background-color: #3e3e3e;
}
/* ==================================================
	Misc
================================================== */
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  height: 100%;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,"sans-serif";
  font-size: 1.125rem;
  font-weight: 300;
}
img,
object,
embed,
video {
  width: auto;
  max-width: 100%;
  height: auto;
} /* responsive media */
a,
a:hover,
a:focus,
a:active,
a:visited {
  color: #ba0e3d;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4 {
  color: #0d0b0b;
  font-family: "Montserrat","sans-serif";
  font-weight: 800;
}
h1 {
  padding: 1.875rem 0;
  font-size: 2.25rem;
}
h2,
h3 {
  padding-top: 1.875rem;
  margin-top: 0;
}
h2 {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}
h3 {
  margin-bottom: .625rem;
  font-size: 1.5rem /*1.3rem*/;
}
h4 {
  margin-top: 1.25rem;
  font-size: 1.25rem /*1.15rem*/;
  font-weight: 700;
}

hr {
  color: #b6b6ba;
}

.biotypes li {
  position: relative;
  margin-bottom: .5rem;
  list-style-image: url(../images/check2-circle.svg);
}
.extlink {
  display: inline-block;
  margin: -8px 0 0 3px;
  vertical-align: middle;
}
.padMenu {
  padding-left: 275px;
}
@media (max-width: 61.99em), screen and (max-height: 500px) {
  html {
    scroll-behavior: auto;
  }
  .padMenu {
    padding-left: 15px;
  }
}


/* ==================================================
	Header
================================================== */
/* NCI Logo has STRICT requirements for the logo. Do not edit this CSS. Contact Stephanie Schmitt or Brian Downey for help. */
.nciLogo > svg {
  width: 100%;
  max-width: 550px;
  max-height: 54px;
  margin: 23px 0;
}

.usa-banner {
  background: #f0f0f0;
}

.usa-banner__text {
  width: 96%;
  max-width: 1370px;
  padding: 16px 0;
  margin: 0 auto;
  color: #000;
  font-family: "Open Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.usa-banner__text img {
  margin-right: 8px;
}

/* ==================================================
	Side Navigation
================================================== */
.stickyNav {
  position: fixed;
  top: 0;
  z-index: 50;
}
.subNav-wrap {
  width: 225px;
  height: 100vh;
  padding-top: 420px;
  color: #fff;
  background: #3e3e3e;
}
@media (max-width: 61.99em), screen and (max-height: 500px) {
  .stickyNav {
    z-index: 1050;
    position: static;
  }
  .subNav-wrap {
    display: none;
  }
}
@media (max-height: 600px) {
  .subNav-wrap {
    padding-top: 110px;
  }
}

#main-nav > ul {
  flex-wrap: nowrap;
}
#main-nav > ul ul {
  padding-left: 1em;
}
#main-nav > ul ul .nav-link {
  padding-top: .25em;
  padding-bottom: .25em;
}
#main-nav li .nav-link,
#main-nav li .btn {
  color: #fff;
  font-family: "Montserrat","sans-serif";
  font-weight: 700;
  text-transform: uppercase;
  transition: all .1s linear;
}
#main-nav li .nav-link {
  padding: .75rem 1rem;
  font-size: .875rem;
}
#main-nav li a:hover,
#main-nav li a:focus,
#main-nav li .btn:hover,
#main-nav li .btn:focus {
  box-shadow: inset 6px 0 0 #2a72a5;
}

#main-nav .active {
  background: #575656;
}
#main-nav .nav-action {
  margin-top: 2rem;
}
.nav-action p {
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  border-top: 1px solid rgba(255,255,255,.2);
}
.nav-action a:hover,
.nav-action a:focus,
.nav-action .btn:hover,
.nav-action .btn:focus {
  box-shadow: none!important;
}


/* toggle button to show side nav on mobile */
.togSubNav {
  display: none;
}
.togSubNav.menu-btn {
  position: fixed;
  bottom: 0;
  z-index: 101;
  width: 100%;
  padding: .5em 0;
  color: #fff;
  font-weight: 700;
  background: #575656;
  border: none;
}
.togSubNav.menu-btn svg {
  width: 26px;
  height: 20px;
  margin-right: .3rem;

  fill: #fff;
}
.togSubNav.menu-btn:hover,
.togSubNav.menu-btn:focus {
  cursor: pointer;
}
@media (max-width: 61.99em), screen and (max-height: 500px) {
  /* only show the subNav toggle if JS is present */
  .js .togSubNav {
    display: block;
  }
}

/* make modal nav full screen */
.stickyNav .modal-dialog {
  max-width: none;
  margin: 0;
}
.stickyNav .modal-content {
  height: 100vh;
  color: #fff;
  background: #3e3e3e;
  border-radius: none;
}

/* slow down BS fade */
.fade {
  transition: opacity .15s linear;
}


/* ==================================================
	Sections
================================================== */
.hero {
  padding: 15rem 0 1rem;
  background: url(../images/microscope.jpg) center no-repeat;
  background-size: cover;
}
.hero .lead {
  width: 26rem;
  height: 100%;
  padding: 1.5rem;
  color: #333;
  font-family: "serif";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, .85);
  outline: 2px solid #9f9f9f;
  opacity: 1;
}
.heroAbout {
  height: 225px;
  margin-top: 3rem;
  background: url(../images/cells.jpg) center no-repeat;
  background-size: cover;
}
.heroResources {
  height: 225px;
  margin-top: 3rem;
  background: url(../images/containers.jpg) center no-repeat;
  background-size: cover;
}
.heroAccess {
  height: 225px;
  margin-top: 3rem;
  background: url(../images/freezer.jpg) center no-repeat;
  background-size: cover;
}

/* ==================================================
  Tiles
================================================== */
.bankWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bankTile {
  position: relative;
  display: flex;
  flex: 0 1 32%;
  margin-bottom: 17px;
}
.bankLink {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .15);
  border: 1px solid #ddd;
}
.bankLink:hover,
.bankLink:focus {
  border: 1px solid #2a72a5;
  opacity: .9;
}
.bankTile img {
  flex-shrink: 0;
}
@media (max-width: 660px) {
  .bankTile {
    flex: 0 1 46%;
    margin: .5rem;
  }
}
@media (max-width: 440px) {
  .bankWrap {
    justify-content: center;
  }
  .bankTile {
    flex: 0 1 75%;
  }
}

.bankTile .extlink {
  position: absolute;
  right: 1px;
  bottom: 1px;
  padding: 6px;
  line-height: 0;
}


.resourceWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1rem;
}
.resourceTile {
  position: relative;
  display: flex;
  flex: 0 1 48%;
  margin-bottom: 17px;
}
a.resourceLink {
  position: relative;
  top: 0;
  width: 100%;
  padding: 1rem;
  color: #0d0b0b;
  text-decoration: none;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .15);
  border: 1px solid #123e57;
  border-bottom: 3px solid #123e57;
  transition: all .1s ease-in-out;
}
.resourceLink:hover,
.resourceLink:focus {
  top: -.2rem;
  text-decoration: none;
  transition: all .1s ease-in-out;
  opacity: .9;
}

.resourceLink h3 {
  padding-top: .5rem;
  color: #123e57;
  text-align: center;
}
.resourceLink strong {
  margin-bottom: .5rem;
  line-height: 1.2;
}
.resourceLink p {
  text-align: left;
}
.resourceLink hr {
  width: 100%;
  border-top: 2px solid #123e57;
}
@media (max-width: 767px) {
  .resourceWrap {
    justify-content: center;
  }
  .resourceTile {
    flex: 0 1 94%;
  }
}

.resourceTile .extlink {
  position: absolute;
  right: 1px;
  bottom: 3px;
  padding: 6px;
  line-height: 0;
}

/* ==================================================
  Carousel
================================================== */
#carousel-publications {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  border: none;
}
.carousel-indicators {
  margin: 1rem 10% 0;
  background: transparent;
}
.carousel-indicators [data-bs-target].active {
  background-color: transparent;
  border-color: #2a72a5;
}
.carousel-indicators [data-bs-target] {
  width: auto;
  height: auto;
  text-indent: 0;
  background: transparent;
  border: 3px solid #fff;
}
.carousel-indicators [data-bs-target] .img-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 50px;
  padding: .125rem;
  margin: auto;
  background: #fff;
}
.carousel-indicators [data-bs-target] img {
  max-width: 95%;
}
.carousel-inner {
  width: 80%;
  padding: 0 2rem;
  margin: 0 auto 75px;
  background: #f2f2f2;
}
.carousel-item {
  margin-bottom: 3rem;
}
.carousel-item .btn {
  margin-top: .5rem;
}
.carousel.carousel-fade .carousel-item {
  transition: opacity ease-in-out .3s;
  opacity: 0;
}
.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  position: relative;
  width: 2rem;
  height: 2rem;
}
.carousel-control-prev-icon svg,
.carousel-control-next-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2rem;

  fill: #2a72a5;
}
.carousel-control-next,
.carousel-control-prev {
  display: flex !important;
  width: 10%;
  opacity: .5;
}

.pubPullQuote {
  padding: 1rem 0;
  margin: 1.5rem;
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-style: italic;
  border-top: 1px solid #123e57;
  border-bottom: 1px solid #123e57;
}
.pubPullQuote p {
  padding: 0;
  margin: 0;
}
.pubCitation {
  margin-top: auto;
}
.pubCitation span {
  display: block;
}
@media (min-width: 992px) {
  #carousel-publications {
    flex-direction: row;
  }
  .carousel-indicators {
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    width: 15%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
  }
  .carousel-inner {
    margin: 0 0 0 auto;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 15%;
    height: 2rem;
    opacity: .5;
  }
  .carousel-control-next {
    top: calc(100% - 2rem);
    bottom: 0;
    left: 0;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    position: absolute;
    width: 2rem;
    height: 2rem;
  }
  .carousel-control-prev-icon {
    top: 0;
    transform: rotate(90deg);
  }
  .carousel-control-next-icon {
    bottom: 0;
    transform: rotate(90deg);
  }
}
@media (max-width: 768px) {
  .carousel-inner {
    width: 100%;
    margin: 0 auto 25px;
  }
  .carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px;
    background: transparent;
    border: 1px solid #2a72a5;
    border-radius: 50%;
  }
  .carousel-indicators [data-bs-target].active {
    background: #2a72a5;
  }
  .img-indicator {
    width: 10px;
    height: 10px;
    padding: 0;
    background: transparent !important;
  }
  .img-indicator img {
    display: none;
  }
  .carousel.carousel-fade .carousel-item {
    height: auto !important;
    transition: opacity ease-in-out .3s;
    opacity: 0;
  }
  .pubPullQuote {
    margin: 1.5rem 0;
  }
}

/* Fixes width of indicator list items for IE 10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .carousel-indicators [data-bs-target] {
    width: 100%;
  }
  .carousel-indicators [data-bs-target] img {
    width: 90%;
  }
}

/* ==================================================
  Biospecimen Access Choices
================================================== */
.requesttable {
  gap: 2em;
}
.requesttable .plan {
  flex: 1 1 0;
  min-width: 300px;
  background-color: #f2f2f2;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.requesttable a.plan {
  color: inherit;
  text-decoration: none;
}
.requesttable a.plan:hover {
  box-shadow: 0 0 5px rgb(0 0 0 / 57%);
}
/* Top Section (# of employees) */
.requesttable .plan-title {
  position: relative;
  top: 0;
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  background-color: #2a72a5;
}
.requesttable .plan-title * {
  padding: 1rem 1rem .5rem;
  color: #fff;
}
.requesttable .panelContent {
  padding: 1rem 1rem 0 1rem;
  font-size: 1rem;
  text-align: left;
}
.requesttable .plan-foot {
  display: flex;
  align-items: center;
  padding: 0 1rem 1rem 1rem;
  margin-top: auto;
}
.requesttable .requesttable .plan {
  position: relative;
}
.requesttable .requesttable .plan:after {
  content: "";
  position: absolute;
  top: -2rem;
  width: 5px;
  height: 1.5rem;
  background: #6c757d;
}
.requesttable .requesttable .plan:before {
  content: "";
  position: absolute;
  top: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid #6c757d;
  border-right: 10px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid transparent;
}
.requesttable .requesttable .plan:nth-child(1):after {
  right: 75px;
}
.requesttable .requesttable .plan:nth-child(2):after {
  left: 75px;
}
.requesttable .requesttable .plan:nth-child(1):before {
  right: 67.5px;
}
.requesttable .requesttable .plan:nth-child(2):before {
  left: 67.5px;
}
.requesttable .requesttable .plan-title {
  text-transform: none;
  background-color: #6c757d;
}
.requesttable .requesttable .plan-title * {
  padding: .5rem;
  margin: 0;
}
.requesttable .requesttable .panelContent {
  margin-top: 0;
}
.requesttable .requesttable .plan:hover .plan-title,
.requesttable .requesttable .plan:hover .btn,
.requesttable .requesttable .plan:hover:after {
  background-color: #123e57;
}
.requesttable .requesttable .plan:hover:before {
  border-top-color: #123e57;
}

/* ==================================================
    ANIMATIONS
================================================== */
.fadeInLeft {
          animation: fadeInLeft 1000ms;
  animation-delay: .5s;

  -webkit-animation: fadeInLeft 1000ms;
     -moz-animation: fadeInLeft 1000ms;
  ;
}
@keyframes fadeInLeft {
  from {
    transform: translateX(2rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}


/* ==================================================
	Footer
================================================== */
/*footer {background: #123E57 !important;} */
footer {
  position: relative;
  z-index: 100;
  padding-bottom: 1rem;
  background: #123e57 url(../images/hexagon_molecular_structure_footer.png) no-repeat  110% 50px !important;
}
/* check browser height, if too short, lower the the z-index of the footer so the nav doesn't go behind it */
@media (max-height: 890px) {
  footer {
    z-index: 49;
  }
}
@media (max-width: 61.99em) {
  footer {
    padding-bottom: 50px;
  }
}

footer * {
  color: #fff;
  font-family: Noto Sans,Century Gothic,Arial,sans-serif;
}
footer a,
footer a:hover,
footer a:focus,
footer a:visited {
  color: #fff;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer h3 {
  font-family: "Montserrat","sans-serif";
  font-size: 25px;
  font-weight: 700;
}
footer h4 {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
footer h3,
footer h4,
footer li,
footer p {
  color: #fff;
  text-align: left;
}
footer li {
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
}
footer h3 span {
  display: block;
  font-size: 16px;
}
footer .agencies p {
  text-align: center;
}
footer .agencies a {
  font-size: .8rem;
  font-weight: 700;
}
.tagline {
  font-size: 1rem;
  font-weight: 400;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}


/* return to top */
.returntop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 8px rgba(0,0,0,.2);
  border-radius: 50%;
}
.returntop span {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.returntop svg {
  width: 34px;
  height: 34px;
  padding: 5px;
  margin-top: 8px;
  border: 1px solid #123e57;
  border-radius: 50%;
}
.returntop svg path {
  fill: #123e57;
}
.returntop:hover,
.returntop:focus {
  background: #123e57;
}
.returntop:hover svg,
.returntop:focus svg {
  border-color: #fff;
}
.returntop:hover svg path,
.returntop:focus svg path {
  fill: #fff;
}
@media (max-width: 61.99em) {
  .returntop {
    bottom: 3rem;
  }
}

/* ==================================================
	Toggles
================================================== */
.tog-control {
  padding: 0;
  margin: 0;
}
.tog-control button {
  display: table;
  width: 100%;
  padding: 0;
  margin: .5rem 0 0 0;
  color: #006adc;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  background: #f2f2f2;
  border: none;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}
/* account for toggle on gray background, give white background on elements instead */
.bg-lightgray .tog-control button,
.bg-lightgray .tog-content {
  background: #fff;
}
.tog-control button:hover {
  color: #fff;
  background: #006adc;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.state {
  display: table-cell;
  width: 41px;
  padding: 13px;
  line-height: 0;
  background: #006adc;
  border-radius: 3px 0 0 3px;
}
.state svg {
  width: 15px;
  height: 15px;
}
.state svg rect {
  fill: #fff;
}

.tog-control button[aria-expanded="true"] {
  color: #fff;
  background: #006adc;
}
.tog-control button[aria-expanded="true"] .vert {
  display: none;
}

.tog-control .tog-title {
  display: table-cell;
  padding: .5rem 1rem;
  vertical-align: middle;
}
.tog-content {
  padding: 1rem;
  margin: .25rem 0 1rem 0;
  background: #f2f2f2;
  box-shadow: inset .25rem .25rem 0 #fff, inset -.25rem -.25rem 0 #fff;
  border: 1px solid #ddd;
}
.tog-content > :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}


/* ==================================================
	Print Styles
================================================== */
@media print {
  /* you get a dollar if you actually read this and do print CSS */
  @page {
    margin: 40px 20px 20px 20px;
  }

  /* print URLs from the main element only */
  main a[href]:after {
    content: " (" attr(href) ")";
  }
  /* but don't print internal links */
  main a[href^="#"]:after {
    display: none;
  }

  /* stop floating columns in print since it can cause issues */
  [class*="col"] {
    float: none!important;
    width: 100%!important;
  }

  /* change flexbox to address Firefox printing */
  [class*="d-flex"],
  [class*="row"] {
    display: block!important;
  }

  /* show items that are hidden by default (toggled content, modals, etc.) */
  [aria-hidden="true"],
  .stickyNav .modalItem-content {
    display: block!important;
  }

  /* some things we can hide in print */
  .searchWrap,
  .navBar,
  .subNav-wrap,
  footer,
  [role="tablist"],
  .stickyNav .modalItem-trigger,
  .tog-control .state,
  .bank-tile img,
  .togSubNav.menu-btn {
    display: none!important;
  }

  .hero,
  .heroAbout,
  .heroAccess,
  .heroResources {
    padding: 1rem 0 0 0;
    background: none;
  }
  .heroAbout,
  .heroAccess,
  .heroResources {
    height: 0;
  }
}
