/* override bootstrap defaults that mess up our pages */
body {
  font-family: Arial, sans-serif !important;
  line-height: normal !important;
}

::before, ::after {
  box-sizing: content-box;
}

img, svg {
  vertical-align: inherit !important;
}

#cartWrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

#carouselExampleIndicators {
  width: 100%;
}

.carousel-item {
  min-height: calc(100vh - 112px);
}

#whyJDS {
  width: 100%;
}

#becomeCust {
  width: 100%;
}

.slide_img{
  object-position: top;
  object-fit: cover;
  height: calc(100vh - 127.5px);
  width: 100%;
}

.btn {
  text-transform: uppercase ;
  vertical-align: auto ;
  font-weight: 500 ;
  padding: .625rem 1.5rem .5rem ;
  font-size: .75rem ;
  line-height: 1.5 ;
  border-radius: 0;
}

.overlay_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  background: rgb(0,0,0, .15);
  background: linear-gradient(5deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.25) 50%, rgba(0,212,255,0) 100%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -50%;
  height: 100%;
  width: 100%;
  background: rgba(0, 71, 186, .5);
  /* background: rgba(7, 79, 227, .25); */
  transform: skew(210deg);
}

.car_abs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
}

.text-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}

.bright_txt {
  color: white;
  text-shadow: 2px 3px 5px rgba(0,0,0,0.5) !important;
  font-family: 'Inter', sans-serif;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.overview-container {
  width: 90%;
  max-width: 90%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}

.accentHR {
	width: 75px;
	background: #074FE3;
	background: #8dc63f;
	height: 3px !important;
	opacity: 1 !important;
  border-top: 0;
}

.overview-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .5rem;
  padding: 15px;
}

.sh-card {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.reason_icon {
  font-size: 50px !important;
  color: #074FE3;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}

.overlay_overlay_blue{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  background: linear-gradient(hsl(0 0% 0% / 0), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1));
  background: rgb(7, 79, 227, .15);
  background: linear-gradient(5deg, rgba(7, 79, 227,.75) 0%, rgba(7, 79, 227,0.25) 50%, rgba(7, 79, 227,0) 100%);
}

#leftSpaceHome{
  padding-left: 2rem;
}

#rightSpaceHome{
  padding-right: 2rem;
}

.btn-blue {
  background-color: #e7f1ff !important;
  color: #0c63e4;
  border-color: #0c63e4 ;
}

.shadow-sm {
  box-shadow: 0 .125rem .5rem rgba(0,0,0,.075) !important;
}

.btn-primary {
  color: #fff;
  background-color: #074FE3;
  border-color: #074FE3;
}

#funbanner{
  width: 100%;
  border-radius: .25rem;
}

.fund_card{
  background: #fff;
  border: 1px solid #E0E0E0;
  border: 1px solid rgba(0,0,0,.125) !important;
  border-radius: .25rem !important;
  margin-bottom: 30px;
}

.fund_img{
  height: 250px;
  object-fit:contain;
  width: 100%;
}

.fund_card_body h4{
  margin: 0 !important;
  font-weight: 400 !important;
}

.fund_card_body a{
  display: inline-block;
}

.car_img_outer{
  text-align:center;
  padding: 15px 15px 0 15px ;
  padding: 15px;
  background: #fff;
  border-radius: .25rem .25rem 0 0 !important;
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.dark_bg{
  text-align: center;
  background: #949599;
  color: #fff !important;
  padding: 15px;
  text-transform: uppercase;
}

.downloads{
  padding: 15px;
}

@media only screen and (max-width: 979px) {
  #headMainWrap {
    height: 47px !important;
  }

  .carousel-item {
    min-height: calc(100vh - 74px);
  }
}