/*!
 * True Maroon (https://sitedomain.msstate.edu)
 * Author: ITS Web Development Team
 */
table .caption-above {
  caption-side: top;
}

table .caption-above {
  caption-side: top;
}

.jw-cover .card-body {
  min-height: 0 !important;
  padding: 0rem !important;
}

.preview-text {
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  font-size: medium;
}

.mt-n18 {
  margin-top: -18rem;
}

.mt-n9 {
  margin-top: -9.4rem !important;
}

.mb-n9 {
  margin-bottom: -9.4rem !important;
}

.mb-n7 {
  margin-bottom: -7rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

a {
  color: #2A3034;
}

a:hover {
  color: #7b8aa1;
  text-decoration: underline !important;
}

td a {
  color: #008085 !important;
}

.bg-light {
  background-color: #fff !important;
}

.color-maroon {
  color: #7a1e30 !important;
}

.color-blue {
  color: #7b8aa1 !important;
}

.text-black {
  color: #000 !important;
}

.backgroundcolor {
  background-color: #F9F9F9;
}

.main-menu ul li a {
  color: #2A3034;
  font-size: 1rem !important;
}

.dropdown-item {
  color: #2A3034 !important;
}

.dropdown-item:hover {
  color: #F9F9F9 !important;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #2A3034;
}

#main-menu .navbar-nav li a:hover {
  background: #2A3034;
  color: #F9F9F9;
}

.msu-sidebar .nav li a:focus, .msu-sidebar .nav li a:hover {
  background-color: #2A3034;
  border-left: 1px solid #F9F9F9;
  color: #F9F9F9;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.06) !important;
}

.msu-sidebar .nav li.active > a:focus, .msu-sidebar .nav li.active > a:hover {
  background-color: #2A3034;
  color: #fff;
}

.msu-sidebar .nav li a {
  display: block;
  padding: 1rem 1rem;
  background-color: #F9F9F9;
  color: #2A3034;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  border-left: 1px solid #2A3034;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.msu-sidebar .nav li.active > a {
  background-color: #F9F9F9;
  color: #2A3034;
  border-left: 1px solid #2A3034;
  border-bottom: none;
  text-decoration: none;
}

.btn-gray-200:hover {
  color: #2A3034;
  background-color: #F9F9F9 !important;
}

.social-icon-container.social-maroon .social-icon:focus, .social-icon-container.social-maroon .social-icon:hover {
  background-color: #fff !important;
  color: #2A3034 !important;
}

h1 {
  font-size: 4.5rem !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
}

.display-4 {
  font-weight: 300;
  font-size: 3.5rem;
  line-height: 1.2;
}

.display-5 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
}

.short-line {
  width: 80%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section--featured {
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.06) !important;
}

.table td, .table th {
  padding: 0.3rem !important;
  vertical-align: top;
  border: none !important;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-no-hover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  text-decoration: none !important;
}
.card-no-hover:hover, .card-no-hover:focus {
  transform: none !important;
  color: black;
}

.card-bg-img-current {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

a.card .card-body .h1, a.card .card-body .h2, a.card .card-body .h3, a.card .card-body .h4, a.card .card-body .h5, a.card .card-body .h6, a.card .card-body h1, a.card .card-body h2, a.card .card-body h3, a.card .card-body h4, a.card .card-body h5, a.card .card-body h6 {
  color: #2A3034;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  background-color: #fff;
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
  background-color: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 350px;
  background-color: #000;
  color: #fff;
}

.hero.hero--home {
  height: 150px;
}

@media only screen and (min-width: 992px) {
  .hero.hero--home {
    height: 250px;
  }
  .section--current-issue {
    margin-bottom: -14rem;
  }
}
#title--home {
  display: none;
}

#jabberwock-header {
  position: relative;
  background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.3294117647)), url("//cdn01.its.msstate.edu/i/img/jabberwock/prism-blue.png") !important;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: -1.5rem;
}
@media (max-width: 768px) {
  #jabberwock-header {
    margin-bottom: 0;
  }
}

#jabberwock-header .search .search-form input.form-control {
  width: 100%;
  margin-right: -1px;
}

#jabberwock-header .search .search-form .form-control {
  position: relative;
  background-color: #fff;
  color: #333333;
  font-size: 0.8rem;
  width: auto;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#social-footer {
  border-bottom: 4px solid #F9F9F9;
  max-height: 60px;
  overflow: hidden;
  background-color: #F9F9F9;
}

.social-icon-container.social-maroon .social-icon {
  background-color: #F9F9F9 !important;
  color: #2A3034 !important;
}

.social-icon-container.social-maroon .social-icon:hover {
  background-color: #2A3034 !important;
  color: #F9F9F9 !important;
}

#msu-footer {
  background: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.3294117647)), url("//cdn01.its.msstate.edu/i/img/jabberwock/prism-blue.png") !important;
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.75;
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}
#msu-footer .card-body {
  background-color: #000;
}
#msu-footer .disclosure {
  padding-top: 3.5rem;
  border: none;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  font-size: 0.75rem;
  text-align: center;
}
#msu-footer .disclosure a {
  text-decoration: underline !important;
}

#page {
  background: url("//cdn01.its.msstate.edu/i/img/jabberwock/prism-white.png") !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.75;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-primary {
  color: #fff !important;
  background-color: #2A3034;
  border-color: #2A3034;
}
.btn-primary a {
  color: #fff;
  text-decoration: none !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #7b8aa1;
  border-color: #7b8aa1;
}

@media (min-width: 992px) {
  .past-issue-height {
    height: 400px !important;
  }
  .large-height {
    height: 900px !important;
  }
  .mt-n18 {
    margin-top: -18rem !important;
  }
}
@media (min-width: 1200px) {
  .mt-n18 {
    margin-top: -18rem !important;
  }
  .large-height {
    height: 900px !important;
  }
  .past-issue-height {
    height: 800px !important;
    margin-top: -115px;
    margin-bottom: -115px;
  }
}
@media (max-width: 575.98px) {
  .current-background {
    height: 500px !important;
  }
}
@media (max-width: 991.98px) {
  .mt-n9 {
    margin-top: 0px !important;
  }
}
.display-3 {
  font-weight: 300;
}

p:empty {
  display: none;
}

.path--node-8 .page .section--issues, .path-alias--issues-1 .page .section--issues {
  padding-top: 3em;
}
.path--node-8 .page h2, .path-alias--issues-1 .page h2 {
  margin-bottom: 3.75rem;
}

.page-node-type--featured .page .contributor {
  font-style: italic;
  margin-bottom: 3rem;
}
.page-node-type--featured .page .contributor a {
  text-decoration: underline;
}

.h-0 {
  height: 0% !important;
}

.h-5 {
  height: 5% !important;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-25 {
  height: 25% !important;
}

.h-30 {
  height: 30% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-50 {
  height: 50% !important;
}

.h-55 {
  height: 55% !important;
}

.h-60 {
  height: 60% !important;
}

.h-65 {
  height: 65% !important;
}

.h-70 {
  height: 70% !important;
}

.h-75 {
  height: 75% !important;
}

.h-80 {
  height: 80% !important;
}

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !important;
}

.h-100 {
  height: 100% !important;
}

.h-105 {
  height: 105% !important;
}

.h-110 {
  height: 110% !important;
}

.h-115 {
  height: 115% !important;
}

.h-120 {
  height: 120% !important;
}

.h-125 {
  height: 125% !important;
}

.h-130 {
  height: 130% !important;
}

.h-135 {
  height: 135% !important;
}

.h-140 {
  height: 140% !important;
}

.h-145 {
  height: 145% !important;
}

.h-150 {
  height: 150% !important;
}

.h-155 {
  height: 155% !important;
}

.h-160 {
  height: 160% !important;
}

.h-165 {
  height: 165% !important;
}

.h-170 {
  height: 170% !important;
}

.h-175 {
  height: 175% !important;
}

.h-180 {
  height: 180% !important;
}

.h-185 {
  height: 185% !important;
}

.h-190 {
  height: 190% !important;
}

.h-195 {
  height: 195% !important;
}

.h-200 {
  height: 200% !important;
}

.w-0 {
  width: 0% !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-105 {
  width: 105% !important;
}

.w-110 {
  width: 110% !important;
}

.w-115 {
  width: 115% !important;
}

.w-120 {
  width: 120% !important;
}

.w-125 {
  width: 125% !important;
}

.w-130 {
  width: 130% !important;
}

.w-135 {
  width: 135% !important;
}

.w-140 {
  width: 140% !important;
}

.w-145 {
  width: 145% !important;
}

.w-150 {
  width: 150% !important;
}

.w-155 {
  width: 155% !important;
}

.w-160 {
  width: 160% !important;
}

.w-165 {
  width: 165% !important;
}

.w-170 {
  width: 170% !important;
}

.w-175 {
  width: 175% !important;
}

.w-180 {
  width: 180% !important;
}

.w-185 {
  width: 185% !important;
}

.w-190 {
  width: 190% !important;
}

.w-195 {
  width: 195% !important;
}

.w-200 {
  width: 200% !important;
}

@media (min-width: 576px) {
  .h-sm-0 {
    height: 0% !important;
  }
  .h-sm-5 {
    height: 5% !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .h-sm-15 {
    height: 15% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-35 {
    height: 35% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-45 {
    height: 45% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-55 {
    height: 55% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-65 {
    height: 65% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-85 {
    height: 85% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .h-sm-95 {
    height: 95% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-105 {
    height: 105% !important;
  }
  .h-sm-110 {
    height: 110% !important;
  }
  .h-sm-115 {
    height: 115% !important;
  }
  .h-sm-120 {
    height: 120% !important;
  }
  .h-sm-125 {
    height: 125% !important;
  }
  .h-sm-130 {
    height: 130% !important;
  }
  .h-sm-135 {
    height: 135% !important;
  }
  .h-sm-140 {
    height: 140% !important;
  }
  .h-sm-145 {
    height: 145% !important;
  }
  .h-sm-150 {
    height: 150% !important;
  }
  .h-sm-155 {
    height: 155% !important;
  }
  .h-sm-160 {
    height: 160% !important;
  }
  .h-sm-165 {
    height: 165% !important;
  }
  .h-sm-170 {
    height: 170% !important;
  }
  .h-sm-175 {
    height: 175% !important;
  }
  .h-sm-180 {
    height: 180% !important;
  }
  .h-sm-185 {
    height: 185% !important;
  }
  .h-sm-190 {
    height: 190% !important;
  }
  .h-sm-195 {
    height: 195% !important;
  }
  .h-sm-200 {
    height: 200% !important;
  }
  .w-sm-0 {
    width: 0% !important;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-105 {
    width: 105% !important;
  }
  .w-sm-110 {
    width: 110% !important;
  }
  .w-sm-115 {
    width: 115% !important;
  }
  .w-sm-120 {
    width: 120% !important;
  }
  .w-sm-125 {
    width: 125% !important;
  }
  .w-sm-130 {
    width: 130% !important;
  }
  .w-sm-135 {
    width: 135% !important;
  }
  .w-sm-140 {
    width: 140% !important;
  }
  .w-sm-145 {
    width: 145% !important;
  }
  .w-sm-150 {
    width: 150% !important;
  }
  .w-sm-155 {
    width: 155% !important;
  }
  .w-sm-160 {
    width: 160% !important;
  }
  .w-sm-165 {
    width: 165% !important;
  }
  .w-sm-170 {
    width: 170% !important;
  }
  .w-sm-175 {
    width: 175% !important;
  }
  .w-sm-180 {
    width: 180% !important;
  }
  .w-sm-185 {
    width: 185% !important;
  }
  .w-sm-190 {
    width: 190% !important;
  }
  .w-sm-195 {
    width: 195% !important;
  }
  .w-sm-200 {
    width: 200% !important;
  }
}
@media (min-width: 768px) {
  .h-md-0 {
    height: 0% !important;
  }
  .h-md-5 {
    height: 5% !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .h-md-15 {
    height: 15% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .h-md-35 {
    height: 35% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-45 {
    height: 45% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-55 {
    height: 55% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .h-md-65 {
    height: 65% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .h-md-85 {
    height: 85% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .h-md-95 {
    height: 95% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-105 {
    height: 105% !important;
  }
  .h-md-110 {
    height: 110% !important;
  }
  .h-md-115 {
    height: 115% !important;
  }
  .h-md-120 {
    height: 120% !important;
  }
  .h-md-125 {
    height: 125% !important;
  }
  .h-md-130 {
    height: 130% !important;
  }
  .h-md-135 {
    height: 135% !important;
  }
  .h-md-140 {
    height: 140% !important;
  }
  .h-md-145 {
    height: 145% !important;
  }
  .h-md-150 {
    height: 150% !important;
  }
  .h-md-155 {
    height: 155% !important;
  }
  .h-md-160 {
    height: 160% !important;
  }
  .h-md-165 {
    height: 165% !important;
  }
  .h-md-170 {
    height: 170% !important;
  }
  .h-md-175 {
    height: 175% !important;
  }
  .h-md-180 {
    height: 180% !important;
  }
  .h-md-185 {
    height: 185% !important;
  }
  .h-md-190 {
    height: 190% !important;
  }
  .h-md-195 {
    height: 195% !important;
  }
  .h-md-200 {
    height: 200% !important;
  }
  .w-md-0 {
    width: 0% !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-105 {
    width: 105% !important;
  }
  .w-md-110 {
    width: 110% !important;
  }
  .w-md-115 {
    width: 115% !important;
  }
  .w-md-120 {
    width: 120% !important;
  }
  .w-md-125 {
    width: 125% !important;
  }
  .w-md-130 {
    width: 130% !important;
  }
  .w-md-135 {
    width: 135% !important;
  }
  .w-md-140 {
    width: 140% !important;
  }
  .w-md-145 {
    width: 145% !important;
  }
  .w-md-150 {
    width: 150% !important;
  }
  .w-md-155 {
    width: 155% !important;
  }
  .w-md-160 {
    width: 160% !important;
  }
  .w-md-165 {
    width: 165% !important;
  }
  .w-md-170 {
    width: 170% !important;
  }
  .w-md-175 {
    width: 175% !important;
  }
  .w-md-180 {
    width: 180% !important;
  }
  .w-md-185 {
    width: 185% !important;
  }
  .w-md-190 {
    width: 190% !important;
  }
  .w-md-195 {
    width: 195% !important;
  }
  .w-md-200 {
    width: 200% !important;
  }
}
@media (min-width: 992px) {
  .h-lg-0 {
    height: 0% !important;
  }
  .h-lg-5 {
    height: 5% !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .h-lg-15 {
    height: 15% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .h-lg-35 {
    height: 35% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-45 {
    height: 45% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-55 {
    height: 55% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .h-lg-65 {
    height: 65% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .h-lg-95 {
    height: 95% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-105 {
    height: 105% !important;
  }
  .h-lg-110 {
    height: 110% !important;
  }
  .h-lg-115 {
    height: 115% !important;
  }
  .h-lg-120 {
    height: 120% !important;
  }
  .h-lg-125 {
    height: 125% !important;
  }
  .h-lg-130 {
    height: 130% !important;
  }
  .h-lg-135 {
    height: 135% !important;
  }
  .h-lg-140 {
    height: 140% !important;
  }
  .h-lg-145 {
    height: 145% !important;
  }
  .h-lg-150 {
    height: 150% !important;
  }
  .h-lg-155 {
    height: 155% !important;
  }
  .h-lg-160 {
    height: 160% !important;
  }
  .h-lg-165 {
    height: 165% !important;
  }
  .h-lg-170 {
    height: 170% !important;
  }
  .h-lg-175 {
    height: 175% !important;
  }
  .h-lg-180 {
    height: 180% !important;
  }
  .h-lg-185 {
    height: 185% !important;
  }
  .h-lg-190 {
    height: 190% !important;
  }
  .h-lg-195 {
    height: 195% !important;
  }
  .h-lg-200 {
    height: 200% !important;
  }
  .w-lg-0 {
    width: 0% !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-105 {
    width: 105% !important;
  }
  .w-lg-110 {
    width: 110% !important;
  }
  .w-lg-115 {
    width: 115% !important;
  }
  .w-lg-120 {
    width: 120% !important;
  }
  .w-lg-125 {
    width: 125% !important;
  }
  .w-lg-130 {
    width: 130% !important;
  }
  .w-lg-135 {
    width: 135% !important;
  }
  .w-lg-140 {
    width: 140% !important;
  }
  .w-lg-145 {
    width: 145% !important;
  }
  .w-lg-150 {
    width: 150% !important;
  }
  .w-lg-155 {
    width: 155% !important;
  }
  .w-lg-160 {
    width: 160% !important;
  }
  .w-lg-165 {
    width: 165% !important;
  }
  .w-lg-170 {
    width: 170% !important;
  }
  .w-lg-175 {
    width: 175% !important;
  }
  .w-lg-180 {
    width: 180% !important;
  }
  .w-lg-185 {
    width: 185% !important;
  }
  .w-lg-190 {
    width: 190% !important;
  }
  .w-lg-195 {
    width: 195% !important;
  }
  .w-lg-200 {
    width: 200% !important;
  }
}
@media (min-width: 1200px) {
  .h-xl-0 {
    height: 0% !important;
  }
  .h-xl-5 {
    height: 5% !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .h-xl-15 {
    height: 15% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .h-xl-35 {
    height: 35% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-45 {
    height: 45% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-55 {
    height: 55% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .h-xl-65 {
    height: 65% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .h-xl-85 {
    height: 85% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
  .h-xl-95 {
    height: 95% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-105 {
    height: 105% !important;
  }
  .h-xl-110 {
    height: 110% !important;
  }
  .h-xl-115 {
    height: 115% !important;
  }
  .h-xl-120 {
    height: 120% !important;
  }
  .h-xl-125 {
    height: 125% !important;
  }
  .h-xl-130 {
    height: 130% !important;
  }
  .h-xl-135 {
    height: 135% !important;
  }
  .h-xl-140 {
    height: 140% !important;
  }
  .h-xl-145 {
    height: 145% !important;
  }
  .h-xl-150 {
    height: 150% !important;
  }
  .h-xl-155 {
    height: 155% !important;
  }
  .h-xl-160 {
    height: 160% !important;
  }
  .h-xl-165 {
    height: 165% !important;
  }
  .h-xl-170 {
    height: 170% !important;
  }
  .h-xl-175 {
    height: 175% !important;
  }
  .h-xl-180 {
    height: 180% !important;
  }
  .h-xl-185 {
    height: 185% !important;
  }
  .h-xl-190 {
    height: 190% !important;
  }
  .h-xl-195 {
    height: 195% !important;
  }
  .h-xl-200 {
    height: 200% !important;
  }
  .w-xl-0 {
    width: 0% !important;
  }
  .w-xl-5 {
    width: 5% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-105 {
    width: 105% !important;
  }
  .w-xl-110 {
    width: 110% !important;
  }
  .w-xl-115 {
    width: 115% !important;
  }
  .w-xl-120 {
    width: 120% !important;
  }
  .w-xl-125 {
    width: 125% !important;
  }
  .w-xl-130 {
    width: 130% !important;
  }
  .w-xl-135 {
    width: 135% !important;
  }
  .w-xl-140 {
    width: 140% !important;
  }
  .w-xl-145 {
    width: 145% !important;
  }
  .w-xl-150 {
    width: 150% !important;
  }
  .w-xl-155 {
    width: 155% !important;
  }
  .w-xl-160 {
    width: 160% !important;
  }
  .w-xl-165 {
    width: 165% !important;
  }
  .w-xl-170 {
    width: 170% !important;
  }
  .w-xl-175 {
    width: 175% !important;
  }
  .w-xl-180 {
    width: 180% !important;
  }
  .w-xl-185 {
    width: 185% !important;
  }
  .w-xl-190 {
    width: 190% !important;
  }
  .w-xl-195 {
    width: 195% !important;
  }
  .w-xl-200 {
    width: 200% !important;
  }
}
.min-h-px-100 {
  min-height: 100px !important;
}

.min-h-px-125 {
  min-height: 125px !important;
}

.min-h-px-150 {
  min-height: 150px !important;
}

.min-h-px-175 {
  min-height: 175px !important;
}

.min-h-px-200 {
  min-height: 200px !important;
}

.min-h-px-225 {
  min-height: 225px !important;
}

.min-h-px-250 {
  min-height: 250px !important;
}

.min-h-px-275 {
  min-height: 275px !important;
}

.min-h-px-300 {
  min-height: 300px !important;
}

.min-h-px-325 {
  min-height: 325px !important;
}

.min-h-px-350 {
  min-height: 350px !important;
}

.min-h-px-375 {
  min-height: 375px !important;
}

.min-h-px-400 {
  min-height: 400px !important;
}

.min-h-px-425 {
  min-height: 425px !important;
}

.min-h-px-450 {
  min-height: 450px !important;
}

.min-h-px-475 {
  min-height: 475px !important;
}

.min-h-px-500 {
  min-height: 500px !important;
}

.min-h-px-525 {
  min-height: 525px !important;
}

.min-h-px-550 {
  min-height: 550px !important;
}

.min-h-px-575 {
  min-height: 575px !important;
}

.min-h-px-600 {
  min-height: 600px !important;
}

.min-h-px-625 {
  min-height: 625px !important;
}

.min-h-px-650 {
  min-height: 650px !important;
}

.min-h-px-675 {
  min-height: 675px !important;
}

.min-h-px-700 {
  min-height: 700px !important;
}

.min-h-px-725 {
  min-height: 725px !important;
}

.min-h-px-750 {
  min-height: 750px !important;
}

.min-h-px-775 {
  min-height: 775px !important;
}

.min-h-px-800 {
  min-height: 800px !important;
}

.min-h-px-825 {
  min-height: 825px !important;
}

.min-h-px-850 {
  min-height: 850px !important;
}

.min-h-px-875 {
  min-height: 875px !important;
}

.min-h-px-900 {
  min-height: 900px !important;
}

.min-h-px-925 {
  min-height: 925px !important;
}

.min-h-px-950 {
  min-height: 950px !important;
}

.min-h-px-975 {
  min-height: 975px !important;
}

.min-h-px-1000 {
  min-height: 1000px !important;
}

.min-h-px-1025 {
  min-height: 1025px !important;
}

.min-h-px-1050 {
  min-height: 1050px !important;
}

.min-h-px-1075 {
  min-height: 1075px !important;
}

.min-h-px-1100 {
  min-height: 1100px !important;
}

.min-h-px-1125 {
  min-height: 1125px !important;
}

.min-h-px-1150 {
  min-height: 1150px !important;
}

.min-h-px-1175 {
  min-height: 1175px !important;
}

.min-h-px-1200 {
  min-height: 1200px !important;
}

.min-h-px-1225 {
  min-height: 1225px !important;
}

.min-h-px-1250 {
  min-height: 1250px !important;
}

.min-h-px-1275 {
  min-height: 1275px !important;
}

.min-h-px-1300 {
  min-height: 1300px !important;
}

.min-h-px-1325 {
  min-height: 1325px !important;
}

.min-h-px-1350 {
  min-height: 1350px !important;
}

.min-h-px-1375 {
  min-height: 1375px !important;
}

.min-h-px-1400 {
  min-height: 1400px !important;
}

.min-h-px-1425 {
  min-height: 1425px !important;
}

.min-h-px-1450 {
  min-height: 1450px !important;
}

.min-h-px-1475 {
  min-height: 1475px !important;
}

.min-h-px-1500 {
  min-height: 1500px !important;
}

.min-h-px-1525 {
  min-height: 1525px !important;
}

.min-h-px-1550 {
  min-height: 1550px !important;
}

.min-h-px-1575 {
  min-height: 1575px !important;
}

.min-w-px-100 {
  min-width: 100px !important;
}

.min-w-px-125 {
  min-width: 125px !important;
}

.min-w-px-150 {
  min-width: 150px !important;
}

.min-w-px-175 {
  min-width: 175px !important;
}

.min-w-px-200 {
  min-width: 200px !important;
}

.min-w-px-225 {
  min-width: 225px !important;
}

.min-w-px-250 {
  min-width: 250px !important;
}

.min-w-px-275 {
  min-width: 275px !important;
}

.min-w-px-300 {
  min-width: 300px !important;
}

.min-w-px-325 {
  min-width: 325px !important;
}

.min-w-px-350 {
  min-width: 350px !important;
}

.min-w-px-375 {
  min-width: 375px !important;
}

.min-w-px-400 {
  min-width: 400px !important;
}

.min-w-px-425 {
  min-width: 425px !important;
}

.min-w-px-450 {
  min-width: 450px !important;
}

.min-w-px-475 {
  min-width: 475px !important;
}

.min-w-px-500 {
  min-width: 500px !important;
}

.min-w-px-525 {
  min-width: 525px !important;
}

.min-w-px-550 {
  min-width: 550px !important;
}

.min-w-px-575 {
  min-width: 575px !important;
}

.min-w-px-600 {
  min-width: 600px !important;
}

.min-w-px-625 {
  min-width: 625px !important;
}

.min-w-px-650 {
  min-width: 650px !important;
}

.min-w-px-675 {
  min-width: 675px !important;
}

.min-w-px-700 {
  min-width: 700px !important;
}

.min-w-px-725 {
  min-width: 725px !important;
}

.min-w-px-750 {
  min-width: 750px !important;
}

.min-w-px-775 {
  min-width: 775px !important;
}

.min-w-px-800 {
  min-width: 800px !important;
}

.min-w-px-825 {
  min-width: 825px !important;
}

.min-w-px-850 {
  min-width: 850px !important;
}

.min-w-px-875 {
  min-width: 875px !important;
}

.min-w-px-900 {
  min-width: 900px !important;
}

.min-w-px-925 {
  min-width: 925px !important;
}

.min-w-px-950 {
  min-width: 950px !important;
}

.min-w-px-975 {
  min-width: 975px !important;
}

.min-w-px-1000 {
  min-width: 1000px !important;
}

.min-w-px-1025 {
  min-width: 1025px !important;
}

.min-w-px-1050 {
  min-width: 1050px !important;
}

.min-w-px-1075 {
  min-width: 1075px !important;
}

.min-w-px-1100 {
  min-width: 1100px !important;
}

.min-w-px-1125 {
  min-width: 1125px !important;
}

.min-w-px-1150 {
  min-width: 1150px !important;
}

.min-w-px-1175 {
  min-width: 1175px !important;
}

.min-w-px-1200 {
  min-width: 1200px !important;
}

.min-w-px-1225 {
  min-width: 1225px !important;
}

.min-w-px-1250 {
  min-width: 1250px !important;
}

.min-w-px-1275 {
  min-width: 1275px !important;
}

.min-w-px-1300 {
  min-width: 1300px !important;
}

.min-w-px-1325 {
  min-width: 1325px !important;
}

.min-w-px-1350 {
  min-width: 1350px !important;
}

.min-w-px-1375 {
  min-width: 1375px !important;
}

.min-w-px-1400 {
  min-width: 1400px !important;
}

.min-w-px-1425 {
  min-width: 1425px !important;
}

.min-w-px-1450 {
  min-width: 1450px !important;
}

.min-w-px-1475 {
  min-width: 1475px !important;
}

.min-w-px-1500 {
  min-width: 1500px !important;
}

.min-w-px-1525 {
  min-width: 1525px !important;
}

.min-w-px-1550 {
  min-width: 1550px !important;
}

.min-w-px-1575 {
  min-width: 1575px !important;
}

@media (min-width: 576px) {
  .min-h-px-sm-100 {
    min-height: 100px !important;
  }
  .min-h-px-sm-125 {
    min-height: 125px !important;
  }
  .min-h-px-sm-150 {
    min-height: 150px !important;
  }
  .min-h-px-sm-175 {
    min-height: 175px !important;
  }
  .min-h-px-sm-200 {
    min-height: 200px !important;
  }
  .min-h-px-sm-225 {
    min-height: 225px !important;
  }
  .min-h-px-sm-250 {
    min-height: 250px !important;
  }
  .min-h-px-sm-275 {
    min-height: 275px !important;
  }
  .min-h-px-sm-300 {
    min-height: 300px !important;
  }
  .min-h-px-sm-325 {
    min-height: 325px !important;
  }
  .min-h-px-sm-350 {
    min-height: 350px !important;
  }
  .min-h-px-sm-375 {
    min-height: 375px !important;
  }
  .min-h-px-sm-400 {
    min-height: 400px !important;
  }
  .min-h-px-sm-425 {
    min-height: 425px !important;
  }
  .min-h-px-sm-450 {
    min-height: 450px !important;
  }
  .min-h-px-sm-475 {
    min-height: 475px !important;
  }
  .min-h-px-sm-500 {
    min-height: 500px !important;
  }
  .min-h-px-sm-525 {
    min-height: 525px !important;
  }
  .min-h-px-sm-550 {
    min-height: 550px !important;
  }
  .min-h-px-sm-575 {
    min-height: 575px !important;
  }
  .min-h-px-sm-600 {
    min-height: 600px !important;
  }
  .min-h-px-sm-625 {
    min-height: 625px !important;
  }
  .min-h-px-sm-650 {
    min-height: 650px !important;
  }
  .min-h-px-sm-675 {
    min-height: 675px !important;
  }
  .min-h-px-sm-700 {
    min-height: 700px !important;
  }
  .min-h-px-sm-725 {
    min-height: 725px !important;
  }
  .min-h-px-sm-750 {
    min-height: 750px !important;
  }
  .min-h-px-sm-775 {
    min-height: 775px !important;
  }
  .min-h-px-sm-800 {
    min-height: 800px !important;
  }
  .min-h-px-sm-825 {
    min-height: 825px !important;
  }
  .min-h-px-sm-850 {
    min-height: 850px !important;
  }
  .min-h-px-sm-875 {
    min-height: 875px !important;
  }
  .min-h-px-sm-900 {
    min-height: 900px !important;
  }
  .min-h-px-sm-925 {
    min-height: 925px !important;
  }
  .min-h-px-sm-950 {
    min-height: 950px !important;
  }
  .min-h-px-sm-975 {
    min-height: 975px !important;
  }
  .min-h-px-sm-1000 {
    min-height: 1000px !important;
  }
  .min-h-px-sm-1025 {
    min-height: 1025px !important;
  }
  .min-h-px-sm-1050 {
    min-height: 1050px !important;
  }
  .min-h-px-sm-1075 {
    min-height: 1075px !important;
  }
  .min-h-px-sm-1100 {
    min-height: 1100px !important;
  }
  .min-h-px-sm-1125 {
    min-height: 1125px !important;
  }
  .min-h-px-sm-1150 {
    min-height: 1150px !important;
  }
  .min-h-px-sm-1175 {
    min-height: 1175px !important;
  }
  .min-h-px-sm-1200 {
    min-height: 1200px !important;
  }
  .min-h-px-sm-1225 {
    min-height: 1225px !important;
  }
  .min-h-px-sm-1250 {
    min-height: 1250px !important;
  }
  .min-h-px-sm-1275 {
    min-height: 1275px !important;
  }
  .min-h-px-sm-1300 {
    min-height: 1300px !important;
  }
  .min-h-px-sm-1325 {
    min-height: 1325px !important;
  }
  .min-h-px-sm-1350 {
    min-height: 1350px !important;
  }
  .min-h-px-sm-1375 {
    min-height: 1375px !important;
  }
  .min-h-px-sm-1400 {
    min-height: 1400px !important;
  }
  .min-h-px-sm-1425 {
    min-height: 1425px !important;
  }
  .min-h-px-sm-1450 {
    min-height: 1450px !important;
  }
  .min-h-px-sm-1475 {
    min-height: 1475px !important;
  }
  .min-h-px-sm-1500 {
    min-height: 1500px !important;
  }
  .min-h-px-sm-1525 {
    min-height: 1525px !important;
  }
  .min-h-px-sm-1550 {
    min-height: 1550px !important;
  }
  .min-h-px-sm-1575 {
    min-height: 1575px !important;
  }
  .min-w-px-sm-100 {
    min-width: 100px !important;
  }
  .min-w-px-sm-125 {
    min-width: 125px !important;
  }
  .min-w-px-sm-150 {
    min-width: 150px !important;
  }
  .min-w-px-sm-175 {
    min-width: 175px !important;
  }
  .min-w-px-sm-200 {
    min-width: 200px !important;
  }
  .min-w-px-sm-225 {
    min-width: 225px !important;
  }
  .min-w-px-sm-250 {
    min-width: 250px !important;
  }
  .min-w-px-sm-275 {
    min-width: 275px !important;
  }
  .min-w-px-sm-300 {
    min-width: 300px !important;
  }
  .min-w-px-sm-325 {
    min-width: 325px !important;
  }
  .min-w-px-sm-350 {
    min-width: 350px !important;
  }
  .min-w-px-sm-375 {
    min-width: 375px !important;
  }
  .min-w-px-sm-400 {
    min-width: 400px !important;
  }
  .min-w-px-sm-425 {
    min-width: 425px !important;
  }
  .min-w-px-sm-450 {
    min-width: 450px !important;
  }
  .min-w-px-sm-475 {
    min-width: 475px !important;
  }
  .min-w-px-sm-500 {
    min-width: 500px !important;
  }
  .min-w-px-sm-525 {
    min-width: 525px !important;
  }
  .min-w-px-sm-550 {
    min-width: 550px !important;
  }
  .min-w-px-sm-575 {
    min-width: 575px !important;
  }
  .min-w-px-sm-600 {
    min-width: 600px !important;
  }
  .min-w-px-sm-625 {
    min-width: 625px !important;
  }
  .min-w-px-sm-650 {
    min-width: 650px !important;
  }
  .min-w-px-sm-675 {
    min-width: 675px !important;
  }
  .min-w-px-sm-700 {
    min-width: 700px !important;
  }
  .min-w-px-sm-725 {
    min-width: 725px !important;
  }
  .min-w-px-sm-750 {
    min-width: 750px !important;
  }
  .min-w-px-sm-775 {
    min-width: 775px !important;
  }
  .min-w-px-sm-800 {
    min-width: 800px !important;
  }
  .min-w-px-sm-825 {
    min-width: 825px !important;
  }
  .min-w-px-sm-850 {
    min-width: 850px !important;
  }
  .min-w-px-sm-875 {
    min-width: 875px !important;
  }
  .min-w-px-sm-900 {
    min-width: 900px !important;
  }
  .min-w-px-sm-925 {
    min-width: 925px !important;
  }
  .min-w-px-sm-950 {
    min-width: 950px !important;
  }
  .min-w-px-sm-975 {
    min-width: 975px !important;
  }
  .min-w-px-sm-1000 {
    min-width: 1000px !important;
  }
  .min-w-px-sm-1025 {
    min-width: 1025px !important;
  }
  .min-w-px-sm-1050 {
    min-width: 1050px !important;
  }
  .min-w-px-sm-1075 {
    min-width: 1075px !important;
  }
  .min-w-px-sm-1100 {
    min-width: 1100px !important;
  }
  .min-w-px-sm-1125 {
    min-width: 1125px !important;
  }
  .min-w-px-sm-1150 {
    min-width: 1150px !important;
  }
  .min-w-px-sm-1175 {
    min-width: 1175px !important;
  }
  .min-w-px-sm-1200 {
    min-width: 1200px !important;
  }
  .min-w-px-sm-1225 {
    min-width: 1225px !important;
  }
  .min-w-px-sm-1250 {
    min-width: 1250px !important;
  }
  .min-w-px-sm-1275 {
    min-width: 1275px !important;
  }
  .min-w-px-sm-1300 {
    min-width: 1300px !important;
  }
  .min-w-px-sm-1325 {
    min-width: 1325px !important;
  }
  .min-w-px-sm-1350 {
    min-width: 1350px !important;
  }
  .min-w-px-sm-1375 {
    min-width: 1375px !important;
  }
  .min-w-px-sm-1400 {
    min-width: 1400px !important;
  }
  .min-w-px-sm-1425 {
    min-width: 1425px !important;
  }
  .min-w-px-sm-1450 {
    min-width: 1450px !important;
  }
  .min-w-px-sm-1475 {
    min-width: 1475px !important;
  }
  .min-w-px-sm-1500 {
    min-width: 1500px !important;
  }
  .min-w-px-sm-1525 {
    min-width: 1525px !important;
  }
  .min-w-px-sm-1550 {
    min-width: 1550px !important;
  }
  .min-w-px-sm-1575 {
    min-width: 1575px !important;
  }
}
@media (min-width: 768px) {
  .min-h-px-md-100 {
    min-height: 100px !important;
  }
  .min-h-px-md-125 {
    min-height: 125px !important;
  }
  .min-h-px-md-150 {
    min-height: 150px !important;
  }
  .min-h-px-md-175 {
    min-height: 175px !important;
  }
  .min-h-px-md-200 {
    min-height: 200px !important;
  }
  .min-h-px-md-225 {
    min-height: 225px !important;
  }
  .min-h-px-md-250 {
    min-height: 250px !important;
  }
  .min-h-px-md-275 {
    min-height: 275px !important;
  }
  .min-h-px-md-300 {
    min-height: 300px !important;
  }
  .min-h-px-md-325 {
    min-height: 325px !important;
  }
  .min-h-px-md-350 {
    min-height: 350px !important;
  }
  .min-h-px-md-375 {
    min-height: 375px !important;
  }
  .min-h-px-md-400 {
    min-height: 400px !important;
  }
  .min-h-px-md-425 {
    min-height: 425px !important;
  }
  .min-h-px-md-450 {
    min-height: 450px !important;
  }
  .min-h-px-md-475 {
    min-height: 475px !important;
  }
  .min-h-px-md-500 {
    min-height: 500px !important;
  }
  .min-h-px-md-525 {
    min-height: 525px !important;
  }
  .min-h-px-md-550 {
    min-height: 550px !important;
  }
  .min-h-px-md-575 {
    min-height: 575px !important;
  }
  .min-h-px-md-600 {
    min-height: 600px !important;
  }
  .min-h-px-md-625 {
    min-height: 625px !important;
  }
  .min-h-px-md-650 {
    min-height: 650px !important;
  }
  .min-h-px-md-675 {
    min-height: 675px !important;
  }
  .min-h-px-md-700 {
    min-height: 700px !important;
  }
  .min-h-px-md-725 {
    min-height: 725px !important;
  }
  .min-h-px-md-750 {
    min-height: 750px !important;
  }
  .min-h-px-md-775 {
    min-height: 775px !important;
  }
  .min-h-px-md-800 {
    min-height: 800px !important;
  }
  .min-h-px-md-825 {
    min-height: 825px !important;
  }
  .min-h-px-md-850 {
    min-height: 850px !important;
  }
  .min-h-px-md-875 {
    min-height: 875px !important;
  }
  .min-h-px-md-900 {
    min-height: 900px !important;
  }
  .min-h-px-md-925 {
    min-height: 925px !important;
  }
  .min-h-px-md-950 {
    min-height: 950px !important;
  }
  .min-h-px-md-975 {
    min-height: 975px !important;
  }
  .min-h-px-md-1000 {
    min-height: 1000px !important;
  }
  .min-h-px-md-1025 {
    min-height: 1025px !important;
  }
  .min-h-px-md-1050 {
    min-height: 1050px !important;
  }
  .min-h-px-md-1075 {
    min-height: 1075px !important;
  }
  .min-h-px-md-1100 {
    min-height: 1100px !important;
  }
  .min-h-px-md-1125 {
    min-height: 1125px !important;
  }
  .min-h-px-md-1150 {
    min-height: 1150px !important;
  }
  .min-h-px-md-1175 {
    min-height: 1175px !important;
  }
  .min-h-px-md-1200 {
    min-height: 1200px !important;
  }
  .min-h-px-md-1225 {
    min-height: 1225px !important;
  }
  .min-h-px-md-1250 {
    min-height: 1250px !important;
  }
  .min-h-px-md-1275 {
    min-height: 1275px !important;
  }
  .min-h-px-md-1300 {
    min-height: 1300px !important;
  }
  .min-h-px-md-1325 {
    min-height: 1325px !important;
  }
  .min-h-px-md-1350 {
    min-height: 1350px !important;
  }
  .min-h-px-md-1375 {
    min-height: 1375px !important;
  }
  .min-h-px-md-1400 {
    min-height: 1400px !important;
  }
  .min-h-px-md-1425 {
    min-height: 1425px !important;
  }
  .min-h-px-md-1450 {
    min-height: 1450px !important;
  }
  .min-h-px-md-1475 {
    min-height: 1475px !important;
  }
  .min-h-px-md-1500 {
    min-height: 1500px !important;
  }
  .min-h-px-md-1525 {
    min-height: 1525px !important;
  }
  .min-h-px-md-1550 {
    min-height: 1550px !important;
  }
  .min-h-px-md-1575 {
    min-height: 1575px !important;
  }
  .min-w-px-md-100 {
    min-width: 100px !important;
  }
  .min-w-px-md-125 {
    min-width: 125px !important;
  }
  .min-w-px-md-150 {
    min-width: 150px !important;
  }
  .min-w-px-md-175 {
    min-width: 175px !important;
  }
  .min-w-px-md-200 {
    min-width: 200px !important;
  }
  .min-w-px-md-225 {
    min-width: 225px !important;
  }
  .min-w-px-md-250 {
    min-width: 250px !important;
  }
  .min-w-px-md-275 {
    min-width: 275px !important;
  }
  .min-w-px-md-300 {
    min-width: 300px !important;
  }
  .min-w-px-md-325 {
    min-width: 325px !important;
  }
  .min-w-px-md-350 {
    min-width: 350px !important;
  }
  .min-w-px-md-375 {
    min-width: 375px !important;
  }
  .min-w-px-md-400 {
    min-width: 400px !important;
  }
  .min-w-px-md-425 {
    min-width: 425px !important;
  }
  .min-w-px-md-450 {
    min-width: 450px !important;
  }
  .min-w-px-md-475 {
    min-width: 475px !important;
  }
  .min-w-px-md-500 {
    min-width: 500px !important;
  }
  .min-w-px-md-525 {
    min-width: 525px !important;
  }
  .min-w-px-md-550 {
    min-width: 550px !important;
  }
  .min-w-px-md-575 {
    min-width: 575px !important;
  }
  .min-w-px-md-600 {
    min-width: 600px !important;
  }
  .min-w-px-md-625 {
    min-width: 625px !important;
  }
  .min-w-px-md-650 {
    min-width: 650px !important;
  }
  .min-w-px-md-675 {
    min-width: 675px !important;
  }
  .min-w-px-md-700 {
    min-width: 700px !important;
  }
  .min-w-px-md-725 {
    min-width: 725px !important;
  }
  .min-w-px-md-750 {
    min-width: 750px !important;
  }
  .min-w-px-md-775 {
    min-width: 775px !important;
  }
  .min-w-px-md-800 {
    min-width: 800px !important;
  }
  .min-w-px-md-825 {
    min-width: 825px !important;
  }
  .min-w-px-md-850 {
    min-width: 850px !important;
  }
  .min-w-px-md-875 {
    min-width: 875px !important;
  }
  .min-w-px-md-900 {
    min-width: 900px !important;
  }
  .min-w-px-md-925 {
    min-width: 925px !important;
  }
  .min-w-px-md-950 {
    min-width: 950px !important;
  }
  .min-w-px-md-975 {
    min-width: 975px !important;
  }
  .min-w-px-md-1000 {
    min-width: 1000px !important;
  }
  .min-w-px-md-1025 {
    min-width: 1025px !important;
  }
  .min-w-px-md-1050 {
    min-width: 1050px !important;
  }
  .min-w-px-md-1075 {
    min-width: 1075px !important;
  }
  .min-w-px-md-1100 {
    min-width: 1100px !important;
  }
  .min-w-px-md-1125 {
    min-width: 1125px !important;
  }
  .min-w-px-md-1150 {
    min-width: 1150px !important;
  }
  .min-w-px-md-1175 {
    min-width: 1175px !important;
  }
  .min-w-px-md-1200 {
    min-width: 1200px !important;
  }
  .min-w-px-md-1225 {
    min-width: 1225px !important;
  }
  .min-w-px-md-1250 {
    min-width: 1250px !important;
  }
  .min-w-px-md-1275 {
    min-width: 1275px !important;
  }
  .min-w-px-md-1300 {
    min-width: 1300px !important;
  }
  .min-w-px-md-1325 {
    min-width: 1325px !important;
  }
  .min-w-px-md-1350 {
    min-width: 1350px !important;
  }
  .min-w-px-md-1375 {
    min-width: 1375px !important;
  }
  .min-w-px-md-1400 {
    min-width: 1400px !important;
  }
  .min-w-px-md-1425 {
    min-width: 1425px !important;
  }
  .min-w-px-md-1450 {
    min-width: 1450px !important;
  }
  .min-w-px-md-1475 {
    min-width: 1475px !important;
  }
  .min-w-px-md-1500 {
    min-width: 1500px !important;
  }
  .min-w-px-md-1525 {
    min-width: 1525px !important;
  }
  .min-w-px-md-1550 {
    min-width: 1550px !important;
  }
  .min-w-px-md-1575 {
    min-width: 1575px !important;
  }
}
@media (min-width: 992px) {
  .min-h-px-lg-100 {
    min-height: 100px !important;
  }
  .min-h-px-lg-125 {
    min-height: 125px !important;
  }
  .min-h-px-lg-150 {
    min-height: 150px !important;
  }
  .min-h-px-lg-175 {
    min-height: 175px !important;
  }
  .min-h-px-lg-200 {
    min-height: 200px !important;
  }
  .min-h-px-lg-225 {
    min-height: 225px !important;
  }
  .min-h-px-lg-250 {
    min-height: 250px !important;
  }
  .min-h-px-lg-275 {
    min-height: 275px !important;
  }
  .min-h-px-lg-300 {
    min-height: 300px !important;
  }
  .min-h-px-lg-325 {
    min-height: 325px !important;
  }
  .min-h-px-lg-350 {
    min-height: 350px !important;
  }
  .min-h-px-lg-375 {
    min-height: 375px !important;
  }
  .min-h-px-lg-400 {
    min-height: 400px !important;
  }
  .min-h-px-lg-425 {
    min-height: 425px !important;
  }
  .min-h-px-lg-450 {
    min-height: 450px !important;
  }
  .min-h-px-lg-475 {
    min-height: 475px !important;
  }
  .min-h-px-lg-500 {
    min-height: 500px !important;
  }
  .min-h-px-lg-525 {
    min-height: 525px !important;
  }
  .min-h-px-lg-550 {
    min-height: 550px !important;
  }
  .min-h-px-lg-575 {
    min-height: 575px !important;
  }
  .min-h-px-lg-600 {
    min-height: 600px !important;
  }
  .min-h-px-lg-625 {
    min-height: 625px !important;
  }
  .min-h-px-lg-650 {
    min-height: 650px !important;
  }
  .min-h-px-lg-675 {
    min-height: 675px !important;
  }
  .min-h-px-lg-700 {
    min-height: 700px !important;
  }
  .min-h-px-lg-725 {
    min-height: 725px !important;
  }
  .min-h-px-lg-750 {
    min-height: 750px !important;
  }
  .min-h-px-lg-775 {
    min-height: 775px !important;
  }
  .min-h-px-lg-800 {
    min-height: 800px !important;
  }
  .min-h-px-lg-825 {
    min-height: 825px !important;
  }
  .min-h-px-lg-850 {
    min-height: 850px !important;
  }
  .min-h-px-lg-875 {
    min-height: 875px !important;
  }
  .min-h-px-lg-900 {
    min-height: 900px !important;
  }
  .min-h-px-lg-925 {
    min-height: 925px !important;
  }
  .min-h-px-lg-950 {
    min-height: 950px !important;
  }
  .min-h-px-lg-975 {
    min-height: 975px !important;
  }
  .min-h-px-lg-1000 {
    min-height: 1000px !important;
  }
  .min-h-px-lg-1025 {
    min-height: 1025px !important;
  }
  .min-h-px-lg-1050 {
    min-height: 1050px !important;
  }
  .min-h-px-lg-1075 {
    min-height: 1075px !important;
  }
  .min-h-px-lg-1100 {
    min-height: 1100px !important;
  }
  .min-h-px-lg-1125 {
    min-height: 1125px !important;
  }
  .min-h-px-lg-1150 {
    min-height: 1150px !important;
  }
  .min-h-px-lg-1175 {
    min-height: 1175px !important;
  }
  .min-h-px-lg-1200 {
    min-height: 1200px !important;
  }
  .min-h-px-lg-1225 {
    min-height: 1225px !important;
  }
  .min-h-px-lg-1250 {
    min-height: 1250px !important;
  }
  .min-h-px-lg-1275 {
    min-height: 1275px !important;
  }
  .min-h-px-lg-1300 {
    min-height: 1300px !important;
  }
  .min-h-px-lg-1325 {
    min-height: 1325px !important;
  }
  .min-h-px-lg-1350 {
    min-height: 1350px !important;
  }
  .min-h-px-lg-1375 {
    min-height: 1375px !important;
  }
  .min-h-px-lg-1400 {
    min-height: 1400px !important;
  }
  .min-h-px-lg-1425 {
    min-height: 1425px !important;
  }
  .min-h-px-lg-1450 {
    min-height: 1450px !important;
  }
  .min-h-px-lg-1475 {
    min-height: 1475px !important;
  }
  .min-h-px-lg-1500 {
    min-height: 1500px !important;
  }
  .min-h-px-lg-1525 {
    min-height: 1525px !important;
  }
  .min-h-px-lg-1550 {
    min-height: 1550px !important;
  }
  .min-h-px-lg-1575 {
    min-height: 1575px !important;
  }
  .min-w-px-lg-100 {
    min-width: 100px !important;
  }
  .min-w-px-lg-125 {
    min-width: 125px !important;
  }
  .min-w-px-lg-150 {
    min-width: 150px !important;
  }
  .min-w-px-lg-175 {
    min-width: 175px !important;
  }
  .min-w-px-lg-200 {
    min-width: 200px !important;
  }
  .min-w-px-lg-225 {
    min-width: 225px !important;
  }
  .min-w-px-lg-250 {
    min-width: 250px !important;
  }
  .min-w-px-lg-275 {
    min-width: 275px !important;
  }
  .min-w-px-lg-300 {
    min-width: 300px !important;
  }
  .min-w-px-lg-325 {
    min-width: 325px !important;
  }
  .min-w-px-lg-350 {
    min-width: 350px !important;
  }
  .min-w-px-lg-375 {
    min-width: 375px !important;
  }
  .min-w-px-lg-400 {
    min-width: 400px !important;
  }
  .min-w-px-lg-425 {
    min-width: 425px !important;
  }
  .min-w-px-lg-450 {
    min-width: 450px !important;
  }
  .min-w-px-lg-475 {
    min-width: 475px !important;
  }
  .min-w-px-lg-500 {
    min-width: 500px !important;
  }
  .min-w-px-lg-525 {
    min-width: 525px !important;
  }
  .min-w-px-lg-550 {
    min-width: 550px !important;
  }
  .min-w-px-lg-575 {
    min-width: 575px !important;
  }
  .min-w-px-lg-600 {
    min-width: 600px !important;
  }
  .min-w-px-lg-625 {
    min-width: 625px !important;
  }
  .min-w-px-lg-650 {
    min-width: 650px !important;
  }
  .min-w-px-lg-675 {
    min-width: 675px !important;
  }
  .min-w-px-lg-700 {
    min-width: 700px !important;
  }
  .min-w-px-lg-725 {
    min-width: 725px !important;
  }
  .min-w-px-lg-750 {
    min-width: 750px !important;
  }
  .min-w-px-lg-775 {
    min-width: 775px !important;
  }
  .min-w-px-lg-800 {
    min-width: 800px !important;
  }
  .min-w-px-lg-825 {
    min-width: 825px !important;
  }
  .min-w-px-lg-850 {
    min-width: 850px !important;
  }
  .min-w-px-lg-875 {
    min-width: 875px !important;
  }
  .min-w-px-lg-900 {
    min-width: 900px !important;
  }
  .min-w-px-lg-925 {
    min-width: 925px !important;
  }
  .min-w-px-lg-950 {
    min-width: 950px !important;
  }
  .min-w-px-lg-975 {
    min-width: 975px !important;
  }
  .min-w-px-lg-1000 {
    min-width: 1000px !important;
  }
  .min-w-px-lg-1025 {
    min-width: 1025px !important;
  }
  .min-w-px-lg-1050 {
    min-width: 1050px !important;
  }
  .min-w-px-lg-1075 {
    min-width: 1075px !important;
  }
  .min-w-px-lg-1100 {
    min-width: 1100px !important;
  }
  .min-w-px-lg-1125 {
    min-width: 1125px !important;
  }
  .min-w-px-lg-1150 {
    min-width: 1150px !important;
  }
  .min-w-px-lg-1175 {
    min-width: 1175px !important;
  }
  .min-w-px-lg-1200 {
    min-width: 1200px !important;
  }
  .min-w-px-lg-1225 {
    min-width: 1225px !important;
  }
  .min-w-px-lg-1250 {
    min-width: 1250px !important;
  }
  .min-w-px-lg-1275 {
    min-width: 1275px !important;
  }
  .min-w-px-lg-1300 {
    min-width: 1300px !important;
  }
  .min-w-px-lg-1325 {
    min-width: 1325px !important;
  }
  .min-w-px-lg-1350 {
    min-width: 1350px !important;
  }
  .min-w-px-lg-1375 {
    min-width: 1375px !important;
  }
  .min-w-px-lg-1400 {
    min-width: 1400px !important;
  }
  .min-w-px-lg-1425 {
    min-width: 1425px !important;
  }
  .min-w-px-lg-1450 {
    min-width: 1450px !important;
  }
  .min-w-px-lg-1475 {
    min-width: 1475px !important;
  }
  .min-w-px-lg-1500 {
    min-width: 1500px !important;
  }
  .min-w-px-lg-1525 {
    min-width: 1525px !important;
  }
  .min-w-px-lg-1550 {
    min-width: 1550px !important;
  }
  .min-w-px-lg-1575 {
    min-width: 1575px !important;
  }
}
@media (min-width: 1200px) {
  .min-h-px-xl-100 {
    min-height: 100px !important;
  }
  .min-h-px-xl-125 {
    min-height: 125px !important;
  }
  .min-h-px-xl-150 {
    min-height: 150px !important;
  }
  .min-h-px-xl-175 {
    min-height: 175px !important;
  }
  .min-h-px-xl-200 {
    min-height: 200px !important;
  }
  .min-h-px-xl-225 {
    min-height: 225px !important;
  }
  .min-h-px-xl-250 {
    min-height: 250px !important;
  }
  .min-h-px-xl-275 {
    min-height: 275px !important;
  }
  .min-h-px-xl-300 {
    min-height: 300px !important;
  }
  .min-h-px-xl-325 {
    min-height: 325px !important;
  }
  .min-h-px-xl-350 {
    min-height: 350px !important;
  }
  .min-h-px-xl-375 {
    min-height: 375px !important;
  }
  .min-h-px-xl-400 {
    min-height: 400px !important;
  }
  .min-h-px-xl-425 {
    min-height: 425px !important;
  }
  .min-h-px-xl-450 {
    min-height: 450px !important;
  }
  .min-h-px-xl-475 {
    min-height: 475px !important;
  }
  .min-h-px-xl-500 {
    min-height: 500px !important;
  }
  .min-h-px-xl-525 {
    min-height: 525px !important;
  }
  .min-h-px-xl-550 {
    min-height: 550px !important;
  }
  .min-h-px-xl-575 {
    min-height: 575px !important;
  }
  .min-h-px-xl-600 {
    min-height: 600px !important;
  }
  .min-h-px-xl-625 {
    min-height: 625px !important;
  }
  .min-h-px-xl-650 {
    min-height: 650px !important;
  }
  .min-h-px-xl-675 {
    min-height: 675px !important;
  }
  .min-h-px-xl-700 {
    min-height: 700px !important;
  }
  .min-h-px-xl-725 {
    min-height: 725px !important;
  }
  .min-h-px-xl-750 {
    min-height: 750px !important;
  }
  .min-h-px-xl-775 {
    min-height: 775px !important;
  }
  .min-h-px-xl-800 {
    min-height: 800px !important;
  }
  .min-h-px-xl-825 {
    min-height: 825px !important;
  }
  .min-h-px-xl-850 {
    min-height: 850px !important;
  }
  .min-h-px-xl-875 {
    min-height: 875px !important;
  }
  .min-h-px-xl-900 {
    min-height: 900px !important;
  }
  .min-h-px-xl-925 {
    min-height: 925px !important;
  }
  .min-h-px-xl-950 {
    min-height: 950px !important;
  }
  .min-h-px-xl-975 {
    min-height: 975px !important;
  }
  .min-h-px-xl-1000 {
    min-height: 1000px !important;
  }
  .min-h-px-xl-1025 {
    min-height: 1025px !important;
  }
  .min-h-px-xl-1050 {
    min-height: 1050px !important;
  }
  .min-h-px-xl-1075 {
    min-height: 1075px !important;
  }
  .min-h-px-xl-1100 {
    min-height: 1100px !important;
  }
  .min-h-px-xl-1125 {
    min-height: 1125px !important;
  }
  .min-h-px-xl-1150 {
    min-height: 1150px !important;
  }
  .min-h-px-xl-1175 {
    min-height: 1175px !important;
  }
  .min-h-px-xl-1200 {
    min-height: 1200px !important;
  }
  .min-h-px-xl-1225 {
    min-height: 1225px !important;
  }
  .min-h-px-xl-1250 {
    min-height: 1250px !important;
  }
  .min-h-px-xl-1275 {
    min-height: 1275px !important;
  }
  .min-h-px-xl-1300 {
    min-height: 1300px !important;
  }
  .min-h-px-xl-1325 {
    min-height: 1325px !important;
  }
  .min-h-px-xl-1350 {
    min-height: 1350px !important;
  }
  .min-h-px-xl-1375 {
    min-height: 1375px !important;
  }
  .min-h-px-xl-1400 {
    min-height: 1400px !important;
  }
  .min-h-px-xl-1425 {
    min-height: 1425px !important;
  }
  .min-h-px-xl-1450 {
    min-height: 1450px !important;
  }
  .min-h-px-xl-1475 {
    min-height: 1475px !important;
  }
  .min-h-px-xl-1500 {
    min-height: 1500px !important;
  }
  .min-h-px-xl-1525 {
    min-height: 1525px !important;
  }
  .min-h-px-xl-1550 {
    min-height: 1550px !important;
  }
  .min-h-px-xl-1575 {
    min-height: 1575px !important;
  }
  .min-w-px-xl-100 {
    min-width: 100px !important;
  }
  .min-w-px-xl-125 {
    min-width: 125px !important;
  }
  .min-w-px-xl-150 {
    min-width: 150px !important;
  }
  .min-w-px-xl-175 {
    min-width: 175px !important;
  }
  .min-w-px-xl-200 {
    min-width: 200px !important;
  }
  .min-w-px-xl-225 {
    min-width: 225px !important;
  }
  .min-w-px-xl-250 {
    min-width: 250px !important;
  }
  .min-w-px-xl-275 {
    min-width: 275px !important;
  }
  .min-w-px-xl-300 {
    min-width: 300px !important;
  }
  .min-w-px-xl-325 {
    min-width: 325px !important;
  }
  .min-w-px-xl-350 {
    min-width: 350px !important;
  }
  .min-w-px-xl-375 {
    min-width: 375px !important;
  }
  .min-w-px-xl-400 {
    min-width: 400px !important;
  }
  .min-w-px-xl-425 {
    min-width: 425px !important;
  }
  .min-w-px-xl-450 {
    min-width: 450px !important;
  }
  .min-w-px-xl-475 {
    min-width: 475px !important;
  }
  .min-w-px-xl-500 {
    min-width: 500px !important;
  }
  .min-w-px-xl-525 {
    min-width: 525px !important;
  }
  .min-w-px-xl-550 {
    min-width: 550px !important;
  }
  .min-w-px-xl-575 {
    min-width: 575px !important;
  }
  .min-w-px-xl-600 {
    min-width: 600px !important;
  }
  .min-w-px-xl-625 {
    min-width: 625px !important;
  }
  .min-w-px-xl-650 {
    min-width: 650px !important;
  }
  .min-w-px-xl-675 {
    min-width: 675px !important;
  }
  .min-w-px-xl-700 {
    min-width: 700px !important;
  }
  .min-w-px-xl-725 {
    min-width: 725px !important;
  }
  .min-w-px-xl-750 {
    min-width: 750px !important;
  }
  .min-w-px-xl-775 {
    min-width: 775px !important;
  }
  .min-w-px-xl-800 {
    min-width: 800px !important;
  }
  .min-w-px-xl-825 {
    min-width: 825px !important;
  }
  .min-w-px-xl-850 {
    min-width: 850px !important;
  }
  .min-w-px-xl-875 {
    min-width: 875px !important;
  }
  .min-w-px-xl-900 {
    min-width: 900px !important;
  }
  .min-w-px-xl-925 {
    min-width: 925px !important;
  }
  .min-w-px-xl-950 {
    min-width: 950px !important;
  }
  .min-w-px-xl-975 {
    min-width: 975px !important;
  }
  .min-w-px-xl-1000 {
    min-width: 1000px !important;
  }
  .min-w-px-xl-1025 {
    min-width: 1025px !important;
  }
  .min-w-px-xl-1050 {
    min-width: 1050px !important;
  }
  .min-w-px-xl-1075 {
    min-width: 1075px !important;
  }
  .min-w-px-xl-1100 {
    min-width: 1100px !important;
  }
  .min-w-px-xl-1125 {
    min-width: 1125px !important;
  }
  .min-w-px-xl-1150 {
    min-width: 1150px !important;
  }
  .min-w-px-xl-1175 {
    min-width: 1175px !important;
  }
  .min-w-px-xl-1200 {
    min-width: 1200px !important;
  }
  .min-w-px-xl-1225 {
    min-width: 1225px !important;
  }
  .min-w-px-xl-1250 {
    min-width: 1250px !important;
  }
  .min-w-px-xl-1275 {
    min-width: 1275px !important;
  }
  .min-w-px-xl-1300 {
    min-width: 1300px !important;
  }
  .min-w-px-xl-1325 {
    min-width: 1325px !important;
  }
  .min-w-px-xl-1350 {
    min-width: 1350px !important;
  }
  .min-w-px-xl-1375 {
    min-width: 1375px !important;
  }
  .min-w-px-xl-1400 {
    min-width: 1400px !important;
  }
  .min-w-px-xl-1425 {
    min-width: 1425px !important;
  }
  .min-w-px-xl-1450 {
    min-width: 1450px !important;
  }
  .min-w-px-xl-1475 {
    min-width: 1475px !important;
  }
  .min-w-px-xl-1500 {
    min-width: 1500px !important;
  }
  .min-w-px-xl-1525 {
    min-width: 1525px !important;
  }
  .min-w-px-xl-1550 {
    min-width: 1550px !important;
  }
  .min-w-px-xl-1575 {
    min-width: 1575px !important;
  }
}
.row-wrapper {
  padding: 2rem 0;
}

.card-body p {
  line-height: 1.65;
}

.sr-only {
  overflow: auto;
}

.toc-table {
  text-align: left;
}
.toc-table td, .toc-table th {
  padding: 0.575rem !important;
}
.toc-table td h4, .toc-table th h4 {
  margin-top: 0.575rem;
}

@media (max-width: 768px) {
  .toc-card {
    margin-top: -10rem;
    padding: 0.75rem;
  }
  .toc-table {
    font-size: 0.9em;
  }
}
.view-jr-toc .display-4 {
  margin-bottom: 3rem;
}

.view-jr-contributors {
  margin-top: 3rem;
}

.contributors-box {
  padding: 2.2rem;
}
.contributors-box hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.path--frontpage .view-current-issue-home-page {
  margin-top: -18rem;
}

.preview-text {
  font-style: normal;
}

.logos-row {
  row-gap: 3rem;
}

.home-past-row {
  justify-content: space-between;
}

.home-past-button {
  margin-right: 30px;
}

.home-current-issue-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .home-current-issue-container {
    flex-direction: column;
  }
}

.home-current-issue-image1 {
  padding: 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  .home-current-issue-info {
    margin-top: -10rem;
  }
}

@media (max-width: 575.98px) {
  .path--frontpage .view-current-issue-home-page {
    margin-top: -35rem;
  }
}
.display-3 {
  font-size: 3.8rem;
}

.past-issues-container {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}

.past-issues-page-card {
  padding: 1rem 0 0;
  display: flex;
  flex-flow: column;
}
@media (min-width: 992px) {
  .past-issues-page-card {
    max-width: 30%;
    flex: 0 0 30%;
  }
}

.past-issues-page-image {
  height: fit-content;
  background-position: top center;
  height: 465px;
  flex-grow: 2;
}
@media (min-width: 992px) {
  .past-issues-page-image {
    height: 410px;
  }
}

.story-title {
  font-size: 3.25rem;
}

.page-node-type--jr-contributors .page-title {
  font-size: 3rem !important;
}
.page-node-type--jr-contributors .field--name-field-issue {
  margin: 0 0 3rem 0;
}

@media print {
  body {
    font-size: 0.9rem;
  }
  .page {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .display-5, .display-4 {
    font-size: 2em;
  }
  .search-form,
  #logo img,
  hr {
    display: none !important;
  }
  #jabberwock-header, #page {
    background: transparent !important;
    color: black;
  }
  #logo {
    background-image: url("/sites/www.jabberwockreview.org/files/2021-07/jabberwock_logo-lg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    width: 440px;
    height: 170px;
  }
  img, .bg-img {
    max-width: 300px !important;
  }
  .toc-table td, .toc-table th {
    padding: 0.25rem !important;
  }
  .shadow, .shadow-lg {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  .row-wrapper {
    padding: 0;
  }
  .path--frontpage .view-current-issue-home-page {
    margin-top: 0;
  }
}