@import url('https://fonts.googleapis.com/css?family=Oswald:400,700|Old+Standard+TT:ital,wght@0,700;1,400&display=swap');

body {
    /* background-color: #f7f7f2;
    background: repeating-linear-gradient( 145deg, #eee, #eee 1px, #f7f7f2 2px, #f7f7f2 8px ); */
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 1rem;
    background-color: #FAFAF9;
}
.bg-white {
    background-color: #FAFAF9 !important;
}
.bg-fff {
    background-color: #FFF !important;
}
.btn {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}
.link-underline {
    text-decoration: underline;
}
.link-underline:hover {
    text-decoration: none;
}
.color-yellow {
    color: #FCAB10 !important;
}
.bg-color-black {
    background-color: #080802;
}
.link-blue,
a {
    color: #0064b5;
}
.bg-light {
    background-color: #ececec !important;
}
.bg-light-texture {
    background-color: #ecece3;
    background-image: url("/images/textures/transparent-textures-com-debut-light.png");
}
.h1,.h2,.h3,.h4,.h5,.h6,
h1,h2,h3,h4,h5,h6 {
    font-family: 'Old Standard TT', 'Georgia', 'Times New Roman', 'Times', 'serif';
    /* font-family: 'Georgia', 'Times New Roman', 'Times', 'serif'; */
}
.h3,.h4,.h5,.h6,
h3,h4,h5,h6 {
    font-weight: normal !important;
}
.h1,
h1 {
 font-size:2.25em;
}
.h2,
h2 {
 font-size:1.8em;
}
.h3,
h3 {
 font-size:1.575em;
}
.h4,
h4 {
 font-size:1.35em;
}
.h5,
h5 {
 font-size:1.125em;
}
.h6,
h6 {
 font-size:1em;
}
a {
    /* font-family: 'Old Standard TT', 'Georgia', 'Times New Roman', 'Times', 'serif'; */
}
.serif-font {
    font-family: 'Old Standard TT', 'Georgia', 'Times New Roman', 'Times', 'serif';
    /* font-family: 'Georgia', 'Times New Roman', 'Times', 'serif'; */
}
.sans-serif-font {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}
.breadcrumb-item.active {
    /* font-family: 'Old Standard TT', 'Georgia', 'Times New Roman', 'Times', 'serif'; */
}
blockquote {
	padding-left: 2rem;
	border-left: 3px solid #BDBDBD;
	font-style: italic;
}
.prepend-star::before {
	content: '';
	background-image: url('/images/tsha-star-512.png');
	width: 4rem;
    height: 4rem;
    display: block;
    background-size: 100%;
    float: left;
    margin-right: 0.875rem;
    background-repeat: no-repeat;
    margin-top: -1rem;
}
.prepend-star h1 {
    color: #1e376d;
}
.prepend-star .tagline {
    color: #D22030;
    font-size: 1.25rem;
}
.prepend-star .tsha-subheading {
    color: #1e376d;
    font-size: 1.0625rem;
    position: relative;
    top: -1.25rem;
    margin-bottom: -0.8rem;
}
.section-sidebar-top {
    margin-left: -15px;
    margin-right: -15px;
    max-width: unset !important;
    border-color: #fff !important;
    box-shadow: 0px 3px 3px -4px #000;
}
.sidebar-heading {
	font-weight: normal;
	margin-top: 3em;
	margin-bottom: 1em;
}
body.show-person .sidebar-heading {
    margin-top: 1.5em;
}
.publication-type-heading {
    font-weight: normal !important;
    font-style: italic;
}
a.text-dark.text-dark-underline {
    text-decoration: underline;
    text-decoration-style: dotted;
}
a.text-dark.text-dark-underline:hover {
    text-decoration: none;
}
.red-link-highlight:hover {
    text-decoration: none;
}
.red-link-highlight::after {
  content: ' ';
  display: block;
  width: 2.5em;
  background-color: #D22030;
  height: 0.25rem;
  margin: 0;
}
.card-header ,
.card-header a ,
.card-title ,
.card-title a ,
.sans-serif-font-variation a ,
.sans-serif-font-variation {
    font-family: 'Oswald', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}
.font-bold {
    font-weight: 700;
}
p {
    max-width: 70ch;
}
p.full-width-p,
.full-width-p p {
    max-width: 100%;
}
.h1,.h2,.h3,
h1,h2,h3,h4 {
    font-weight: 800;
}
h1 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
}
.h-highlight {
    margin-bottom: 1rem;
}
.h-highlight::after {
  content: ' ';
  display: block;
  width: 2.75em;
  background-color: #FCAB10;
  height: 0.325rem;
  margin: 0 0 0.475rem 0;
  transition: background-color 0.5s ease, width 0.33s ease;
  position: absolute;
}
a.h-highlight:hover ,
.h-highlight a:hover {
    text-decoration: none;
}
.h-highlight a.text-dark:hover {
  text-decoration: none;
}
.h-highlight:hover::after {
  width: 4em;
}
.with-underline {
    text-decoration: underline;
}
.tab-content {
  padding: 2rem 1.125rem;
  border: 1px solid #dee2e6;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link.active {
  border-bottom-color: #fff;
  margin-bottom: -1px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
}

input[type='radio'].radio-lg,
.radio-lg input[type='radio'] {
    transform: scale(1.5);
}

.text-hover-success:hover {
    color: #026c2f !important;
}
.text-hover-danger:hover {
    color: #b00601 !important;
}

.btn-danger:hover {
    background-color: #b00601;
}
.btn-danger {
    background-color: #d22030;
}
.btn-outline-danger:hover {
    background-color: #b00601;
}
.btn-outline-danger.bg-white:hover {
	color: #d22030;
	background-color: #e8e8df !important;
}
.btn-outline-danger {
    color: #d22030;
    border-color: #d22030;
}

.btn-primary:hover {
    background-color: #114bda;
}
.btn-primary {
    background-color: #233970;
}
.btn-outline-primary:hover {
    background-color: #233970;
}
.btn-outline-primary {
    color: #233970;
    border-color: #233970;
}

.highlight {
    background-color: #8080801a;
}
.mc-modal iframe {
	height: 100% !important;
}
body.help-topic .jump-to-top-link {
	margin-top: 1260px;
}
.card-header {
    background-color: rgba(247, 247, 242, 0.04);
}
.jumbotron {
    background-color: rgb(236, 236, 227);
}
.lead {
    font-weight: 400;
    background-color: rgb(236, 236, 227);
    padding: 1.5rem 2rem 1.75rem 2rem;
}
.bg-secondary {
    background-color: #233970 !important;
}
.shadow-top-inset {
	box-shadow: inset 0 1px 8px -4px rgba(0,0,0,0.5);
}
.drop-shadow {
	filter: drop-shadow(-3px 0.2rem 0.15rem rgba(0, 0, 0, 0.57));
}
.highlighted-bg {
    background-color: #fffff7;
    border-top: 1px solid #d1d1d1;
}
.bg-dark {
    background-color: #202327 !important;
}
.bg-dark-style {
    /*
    background-color: #252a3d;
    background-color: #07173f;
    */
    background-color: #1b2f61;
    background-image: url("/css/textures/fake-brick-pattern--transparenttextures-com.png");
}

.show-person .publication-description {
	max-height: 9.6rem;
	overflow: hidden;
}

.show-committee .person-bio {
	max-height: 11.2rem;
	overflow: hidden;
}
.show-committee .committee-person-img {
    max-width: 10rem;
}

.join-tsha .img-fluid {
  max-width: 400px;
}
.join-tsha .join-heading {
  color: #233970;
}
footer {
    border-top: 4px solid #faaa2e;
    text-shadow: 0 3px 8px #00000061;
}
footer .footer-logo {
    width: 100%;
    max-width: 120px;
}
@media (min-width: 576px) { /* bootstrap sm + */
    footer .footer-logo {
        width: 100%;
        max-width: 100%;
    }
}
footer.text-light .h3 {
    color: #ecece3;
}
footer .nav.nav-pills.ml-4 {
  margin-bottom: 1.5rem;
}
footer .nav-link {
	padding: 0;
}
footer .card-header {
    margin-bottom: 0.75rem;
}
footer a {
    color: #f9f9f7;
}
footer .nav-link:focus,
footer #user-settings-content a:focus,
footer #recent-handbook-views a:focus,
footer .nav-link:hover,
footer #user-settings-content a:hover,
footer #recent-handbook-views a:hover {
    color: inherit;
}
footer .jumbotron a:hover ,
footer .jumbotron a:focus ,
footer .jumbotron a {
    color: #3490dc !important;
    text-decoration: none !important;
}
footer .border-top,
footer .border-bottom {
    border-color: #3490dc !important;
}
#recent-handbook-views .list-group-item {
    background-color: transparent;
    border: none;
}
.container-fluid.limit-width {
    max-width: 1367px;
}
a.title-link-underline:hover {
    text-decoration: none;
}
a.title-link-underline {
    text-decoration: underline;
}
#settings .jumbotron {
    position: relative;
}
.hide-settings {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
}
.font-size-1_25em {
    font-size: 1.25em;
}
.no-resize {
    font-size: 0.9rem;
}
.change-font {
    font-weight: bold;
	color: #0e070d;
}
.decrease-font {
    font-size: 1em;
}
.increase-font {
    font-size: 1.5em;
}
.reset-font {
    margin-left: 2rem;
    font-weight: normal;
}
#legacy-of-texas-load-product img {
    width: 100%;
    max-width: 280px;
    padding: 0.375rem;
    background-color: #FFF;
    border: 1px solid #dadada;
    height: auto;
}
.handbook-logo-sidebar img{
    max-width: 260px;
    margin-left: -0.6rem;
    margin-top: 1rem;
    margin-bottom: 0.2rem;
}
body.handbook-of-tejano-history .video-container {
	width: 100%;
	float: right;
	margin: 0 0 2rem 2rem;
	max-width: 290px;
}
#handbook-entry-content figure,
#handbook-entry-content .video ,
#handbook-entry-content .itunes-widget {
	max-width: 17rem;
	background-color: rgb(236, 236, 227);
	border: 1px solid rgba(0,0,0,.1);
    padding: 1em;
    margin: 0 auto 1rem auto;
}
#handbook-entry-content .itunes-widget iframe {
	height: 300px;
}
#handbook-entry-content figure img {
    margin-bottom: 0.25rem;
}
#lightbox-modal .img-content img {
	margin: 0 auto 1rem auto;
	display: block;
}
#handbook-entry-content .append-to-body .tab-content p {
    margin-left: 0;
    margin-right: 0;
}
body.handbook-entry figcaption {
    font-size: 0.8em;
}
body.handbook-entry .project-heading {
    font-weight: normal;
    font-style: italic;
}
body.handbook-entry .body a {
    font-family: inherit;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 0.07em;
    font-weight: 420;
}
body.handbook-entry .body a:hover {
    text-decoration-style: solid;
}
body.handbook-entry h1 {
    font-size: 2.675rem;
    margin-bottom: 0;
    font-weight: normal;
}
body.handbook-entry .handbook-heading-text {
    font-size: 1.25rem;
    margin-top: 0.25rem;
}
body.handbook-entry #t-bibliography {
	word-wrap: break-word;
}

body.press-release ul li {
    max-width: 65ch;
}

/* handbook search */
#search-box .ais-SearchBox-submit {
  right: 0;
  left: auto;
  background-color: #233970;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 100%;
  width: 2.5rem;
}
#search-box .ais-SearchBox-reset {
	margin-right: -4rem;
}
#search-box {
    margin-right: 2rem;
}
#search-box .ais-SearchBox-submitIcon path {
  fill: #FFF;
}
#search-box .ais-SearchBox-resetIcon path {
  fill: #222;
}
#powered-by {
  margin-right: -2rem;
  margin-top: -0.8rem;
  position: relative;
  top: 2.5rem;
}
.ais-Hits-item.handbook-list-item {
	width: 100%;
    border: none;
    padding: 0 0 2rem 0;
    margin-top: 0;
    margin-left: 0;
    box-shadow: none;
}
.ais-Hits-list.handbook-list {
    margin-top: 0;
	margin-left: 0;
    display: block;
    border-bottom: 1px solid #E0E0E0;
}
.ais-Hits-item.handbook-list-item p {
    overflow: hidden;
    max-height: 6em;
    line-height: 1.5em;
}
.dumbotron {
    background-color: transparent;
}
[class^="ais-"] {
    font-size: inherit;
}
.ais-RefinementList-label {
    margin-bottom: 0;
}
.ais-RefinementList {
    margin-bottom: 1.25rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #E0E0E0;
    font-size: 0.875em;
}
.ais-RefinementList-showMore {
    background-color: transparent;
    color: #0096db;
    text-decoration: none;
}
.ais-CurrentRefinements-categoryLabel, .ais-CurrentRefinements-delete, .ais-CurrentRefinements-label {
    color: #212529;
    font-size: inherit;
}
.ais-CurrentRefinements-category {
    display: block;
    margin-right: 1.5rem;
}
.ais-CurrentRefinements-item {
    background-color: transparent;
    border: 1px solid #dcdcdc;
    padding: 1rem;
}
.ais-RefinementList-showMore:hover {
    background-color: transparent;
    text-decoration: underline;
}
.ais-RefinementList-count {
  padding: 0;
  background-color: transparent;
}
.ais-RefinementList-count::before {
  content: '(';
}
.ais-RefinementList-count::after {
  content: ')';
}
.ais-ToggleRefinement-labelText {
	font-size: 14px;
	padding-left: 0.25rem;
}

/* site search browse */
.list-group.striped li:nth-of-type(2n) {
	background-color: #fafaf9;
}
.ais-InfiniteHits-item.site-search-list-item {
    height: 100%;
    width: 100%;
    border: none;
    margin: 0 0 1.67rem 0;
    box-shadow: none;
}
.ais-InfiniteHits-item.site-search-list-item p {
    overflow: hidden;
    max-height: 15rem;
    line-height: 1.5rem;
}
.ais-InfiniteHits-item.site-search-list-item .publication-image.actual-image img {
  max-height: 225px;
}

/* people browse */
body.search-person .person-image.actual-image img {
	max-height: 14rem;
	display: block;
}

/* google custom search overrides */
.gsc-input input[name="search"] {
    background: #fff !important;
}
.gs-title,
.gs-title * {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 1.5rem !important;
}
.gsc-url-top {
	font-size: 1rem;
}
.gsc-table-result {
	font-size: 1.125rem !important;
	margin-bottom: 1rem;
}
.gsc-cursor-page {
    font-size: 1.25rem;
    margin-right: 1.25rem !important;
    padding: 0.7rem;
    border: 1px solid #dfdbdb !important;
    border-radius: 6px;
}
.gsc-cursor {
    display: block !important;
    margin: 3rem 0;
}
.gsc-wrapper {
    margin-top: 1.618rem;
}
.gsc-webResult.gsc-result {
    padding: 1rem 1.618rem !important;
}

/* bootstrap md + */
@media (min-width: 768px) {
    body.search-person .person-image.actual-image img {
        margin: 0 auto;
    }
}
.hide-lengthy-text {
	overflow: hidden;
	max-height: 6rem;
	line-height: 1.5rem;
}
body.search-person .ais-SearchBox-submitIcon {
    width: 1.5rem;
    height: 1.5rem;
}
body.search-person .ais-SearchBox-input {
  font-size: 1.5rem;
  padding-left: 0.5rem;
  border-radius: 0.5rem;
}
body.search-person .ais-SearchBox-submit {
  left: 1.5rem;
}
body.search-person .ais-ToggleRefinement-label {
	margin-bottom: 0;
}
body.search-person .ais-Hits-list {
    margin-top: 0;
    padding: 0;
    margin: 0;
    font-size: inherit;
    box-sizing: inherit;
}
body.search-person .people-list-item {
	margin-top: 0;
    margin-left: inherit;
    padding: inherit;
    width: inherit;
    border: inherit;
    box-shadow: inherit;
}
body.search-person .ais-CurrentRefinements {
    margin-bottom: 0.5rem;
    padding-bottom: 1rem;
}

/* breadcrumb */
.breadcrumb {
    background-color: inherit;
    font-size: 0.9em;
    padding-left: 2rem;
    padding-right: 2rem;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 1rem;
}

/* pagination */
.pagination {
    flex-wrap: wrap;
}
.pagination .page-item {
  margin-bottom: 1.62rem;
}
.pagination .page-link:hover {
    background-color: #d3d3d3;
    border-right-color: #d7d4d4;
    color: #155c97;
}
.pagination .page-link {
    padding: 0.5rem;
    font-size: 1rem;
    margin: 0 0.375rem;
    border: none;
    background-color: transparent;
    text-decoration: underline;
}
.pagination .page-item.disabled .page-link {
	color: #74746e;
	background-color: transparent;
    border-color: transparent;
    text-decoration: none;
}
.pagination .page-item.active .page-link {
    font-family: 'Old Standard TT', 'Georgia', 'Times New Roman', 'Times', 'serif';
	background-color: #233970;
    color: #fff;
    text-decoration: none;
}

/* navigation */
.sticky-top.wiggle-up {
    width: 2.675rem;
    margin-bottom: -2.25rem;
}
.show-menu-label {
	-webkit-transform: rotate(-90deg) translateY(0);
	transform: rotate(-90deg) translateY(0);
	transition: transform .25s, -webkit-transform .25s;
	-webkit-transform-origin: top right;
	transform-origin: top right;
	position: absolute;
	right: 100%;
	padding-top: 0.55rem;
	top: 3.4rem;
	display: block;
	font-size: 18px;
}
.site-search-col {
    margin-top: -2.5rem;
}
.navbar-main-menu {
    padding: 0;
}
.joel-hamburger-menu {
    z-index: 2;
    width: 2.75rem;
}
.hamburger-main {
    background-color: #262626;
    line-height: inherit;
    border-radius: 0;
    color: #f7f7f2 !important;
    font-size: 1.375rem;
}
.navbar-brand {
    max-width: 349px;
}
/* bootstrap sm + */
@media (min-width: 576px)  {
    .navbar-brand {
        max-width: 390px;
    }
}
@media (min-width: 1256px)  {
    .navbar-brand {
        margin-top: -2.25rem !important;
    }
}
body.homepage .pre-footer {
	display: none;
}
body.homepage .primary-links {
	border-top: 5px solid #fcab10;
}
body.homepage .joel-hamburger-menu {
	border-bottom: 5px solid #262626;
}
body.homepage .masthead img {
    max-width: 410px;
    width: 90%;
}
body.homepage .masthead {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 45vh;
    min-height: 415px;
    overflow: hidden;
    background-size: cover !important;
    background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.73) 50%), url('/images/home/bg--books-displayed-in-tsha-conference-room.jpg') no-repeat center bottom;
    margin-top: -3.2rem;
}
body.homepage .masthead .btn {
    font-size: 1.375rem;
    box-shadow: 0 4px 11px -3px #000;
    padding: 1rem 1.6rem;
}
body.homepage .header-byline {
    text-shadow: 2px 2px 10px #000;
    font-size: 2rem;
}
body.homepage h1 {
    font-style: normal;
    font-weight: bold;
    color: #eee;
    font-size: 11vmin;
    letter-spacing: 0.03em;
    line-height: 1;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 38px;
}

body.homepage .site-search-col a.dark-text ,
body.homepage .primary-top .fa-search {
    color: #FFF;
}
.home .navbar-brand {
    max-width: 400px;
}
body.homepage .navbar-brand-container {
    text-align: center;
}
body.homepage .d-flex.justify-content-center.justify-content-sm-start {
    justify-content: center !important;
}
body.homepage .navbar-brand {
    max-width: 349px;
    position: inherit;
    margin-bottom: 1.6rem !important;
    margin-left: 0 !important;
}
body.homepage .home {
    margin-right: 0 !important;
}
.site-search-container {
    margin-top: 1rem;
}
.primary-links {
    background-color: #FFF;
    font-size: 1.15rem;
    text-shadow: 0 0 4px #000;
    z-index: 1;
}
.home.primary-links {
    background-color: #FFF;
}
.site-search-col a.dark-text {
    color: #262626;
}
.primary-top .fa-search {
    color: #262626;
}
.primary-links a:hover {
    text-decoration: underline;
    text-decoration-skip-ink: auto;
}
.primary-links li.active {
    background-color: #D22030;
}
.search-icon-col {
    max-width: 2.75rem;
}

/* modal sitemap menu */
#modal-sitemap .list-group .list-group .list-group-item {
    border: none;
    padding-bottom: 0;
    padding-top: 0.5rem;
}
.modal-backdrop {
    /*
    background-image: url('/images/bg--battle.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    */
    background-color: #000000ca;
}
.modal-backdrop.show {
    opacity: 1;
}
.modal-dialog.modal-dialog-centered {
    max-width: 94%;
    margin-left: 3.5%;
}
.modal-header {
    border-bottom: none;
    padding: 0.25rem 0.5rem 0 0;
}

/* modal component styles */
img[data-toggle="modal"]:hover {
    cursor: zoom-in;
}

/* homepage styles */
.event-image-homepage {
    transform: rotate(-7deg);
    max-width: 76%;
    box-shadow: 7px 9px 8px -11px
    #000;
    margin: 0 auto;
    display: block;
}

/* events styles */
.primary-links.home.events {
  margin-bottom: 0;
  max-width: 100%;
}
.home.events .navbar-brand {
  max-width: 290px;
  margin: 0.5rem auto 0.5rem auto;
}
.home.events .navbar-brand-container {
  max-width: 100%;
}
.events-header .jumbotron {
    margin-bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: inset 0 0 50px -24px#111;
    width: 100%;
    background-position-y: bottom;
    background-attachment: fixed;
    min-height: 460px;
}
.events-header h1.heading {
  margin-top: 5rem;
  font-size: 5rem;
  text-shadow: 0px 5px 1px #28262659;
}
.events-header h1.heading span {
  display: block;
}

/* collapse-summary */
.limit-height-3 {
	max-height: 4.8rem;
	overflow: hidden;
}

/* category/place checkboxes */
.period-checkbox ,
.place-checkbox ,
.category-checkbox {
    list-style-type: none;
}
#add-new-place-form ,
#add-new-category-form {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.period-checkboxes ,
.place-checkboxes {
    font-size: 90%;
    line-height: 180%;
}
.category-checkbox input.catcheck {
    margin-top: 0.2rem;
}
.period-checkbox input.catcheck ,
.place-checkbox input.catcheck {
	margin-top: 0.4rem;
}
.category-checkboxes {
  font-size: 90%;
  line-height: 148%;
}
.place-checkboxes ul ul ul ,
.period-checkboxes ul ul ul ,
.category-checkboxes ul ul ul {
  font-size: 100%;
}
.place-checkboxes .form-check-label.font-weight-bold::after ,
.period-checkboxes .form-check-label.font-weight-bold::after ,
.category-checkboxes .form-check-label.font-weight-bold::after {
  content: 'SAVED ✓';
  font-size: 0.875rem;
  padding-left: 1rem;
  font-style: italic;
  color: #52a746;
  text-align: right;
  float: right;
}
.place-checkboxes .form-check-label.font-weight-bold ,
.period-checkboxes .form-check-label.font-weight-bold ,
.category-checkboxes .form-check-label.font-weight-bold {
  width: 100%;
  background-color: #e2e2e2;
  padding-right: 1rem;
}

/* bootstrap sm + */
@media (min-width: 576px) {
    .eq-height-img-container {
        min-height: 45vh;
    }
}
/* bootstrap md + */
@media (min-width: 768px) {
    .eq-height-img-container {
        min-height: 33vh;
    }
    #handbook-entry-content.has-images p ,
    #handbook-entry-content.has-videos p ,
    #handbook-entry-content.has-itunes-widgets p {
        margin-right: 19rem;
    }
    #handbook-entry-content figure ,
    #handbook-entry-content .video ,
    #handbook-entry-content .itunes-widget {
        margin: 0 0 1rem 2rem;
        float: right;
        clear: right;
        width: 100%;
    }
}
/* bootstrap lg + */
@media (min-width: 992px) {
    .eq-height-img-container {
        min-height: 24vh;
    }
    #handbook-entry-content.has-videos p ,
    #handbook-entry-content.has-itunes-widgets p {
        margin-left: 19rem;
        margin-right: 0;
    }
    #handbook-entry-content.has-images p {
        margin-right: 19rem;
    }
    #handbook-entry-content .video ,
    #handbook-entry-content .itunes-widget {
        margin: 0 1rem 2rem 0;
        float: left;
        clear: both;
    }
}
/* bootstrap xl + */
@media (min-width: 1200px) {
    .eq-height-img-container {
        min-height: 31vh;
    }
    /* show chapter */
    .chapter-meta.with-body {
        max-width: 22.5rem;
        background-color: #ececec;
    }
}