:root {
  --jumbotron-padding-y: 3rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}
@media {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 1);
    padding-bottom: calc(var(--jumbotron-padding-y) * 0.5);
    font-size: 32px;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.btn-cardinal {
	background-color: #9c0c14;
	border-radius: 0;
}

.card-img-top {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  width: 64px !important;
  height: 64px;
}

.card {
  margin-top: 30px;
  padding-top: 30px;
  font-family: 'Open Sans', sans-serif;
  /* height: 290px; */
}


@media screen and (min-width: 1024px) {
  .cards_new .col-md-4 {
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .card {
    /* height: 100%;  */
    width: 100%;
    /* Additional desktop styles */
  }

  /* .card-body{
    margin-bottom: 0;
    padding-bottom: 0;
  } */

  .card-body {  padding-bottom: 0 !important; }
}

@media screen and (max-width: 1023px) {
  .cards_new .col-md-4 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 40px;
  }

  .card {
    height: auto; 
    width: 100%; 
  }
  .card-body {  padding-bottom: 0 !important; }
}


.purple-underline {
  color: #3B054D;
  text-decoration: underline;
}

.purple-underline:hover {
  color: #3B054D;
  text-decoration: underline;
}

/* faq */

/* Auto layout */
.faq-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 36px 310px; */
  gap: 55px;
  width: 100%;
  height: 100%;
}


/* Inside auto layout */
.faq-section-content {
  /* Inside auto layout styles */
  flex: none;
  order: 3;
  align-self: stretch;
  flex-grow: 0;
  z-index: 3;
}


/* intro */

/* Auto layout */
.intro-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  width: 820px;
  height: 62px;
}


/* Frame 12 */
.frame-12 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  width: 100%;
  /* height: 62px; */
}



/* Inside auto layout */
.frame-12-content{
flex: none;
order: 1;
flex-grow: 1;
}


/* FDA Disclaimer */

.fda-disclaimer {
  width: 100%;
  height: 24px;
  font-family: 'Bitter';
  color: #000000;
}

.redcap-disclaimer {
  width: 100%;
  height: 22px;
  font-family: 'Open Sans';
  color: #000000;
}



/* Inside auto layout */
.fda-disclaimer-content{
flex: none;
order: 0;
flex-grow: 0;
}


/* This instance of REDCap is should NOT be used for FDA studies. It is not Part-11 validated... */




/* Inside auto layout */
.redcap-disclaimer-content{
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
}



.frame-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  width: 100%;
}

.faq-title {
  width: 100%;
  height: 24px;
  font-family: 'Bitter';
  color: #000000;
}

.faq-description {
  width: 780px;
  height: 44px;
  font-family: 'Open Sans';
  color: #000000;
}

/* FAQs Title */
.faqs-title {
  width: 40px;
  height: 22px;
  font-family: 'Open Sans';
  color: #990000; /* Cardinal Red */
}

.faq-title-font {
  font-family: Bitter;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;

}

.FDA-font{
font-family: Bitter;
font-size: 20px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
}

.redcap-disclaimer-typography{
  font-family: Open Sans;
font-size: 16px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
text-align: left;

}

.card_new{
width: 820px;
height: 294px;
justify: space-between;

}

.USC_text {
  font-size: 16px;
  font-family: 'Bitter' serif; 
  white-space: nowrap;
text-align: center;

}

@media screen and (min-width: 1024px) {
  .USC_text {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;

  }
}

@media screen and (max-width: 1023px) {
  .USC_text {
font-size: 20px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0em;
text-align: center;

  }
}

.faq-button{
  /* sec btn */

box-sizing: border-box;

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 14px 25px;
gap: 10px;

width: 342px;
height: 50px;

background: #FFFFFF;
border: 2px solid #990000;
border-radius: 2px;
color: #990000;


}

@media screen and (max-width: 1023px) {
  .frame-13 {
    padding-top: 30px;
    padding-bottom: 40px; 
  }
  
}

/* footer for desktop view */
.desktop-footer {
  display: block;
  justify-content: center; 
  align-items: center; 
  height: 100%;
  
}

/* footer for mobile view */
.mobile-footer {
  display: none;
}

@media screen and (max-width: 767px) {
  .desktop-footer {
    display: none;
    
  }

  .mobile-footer {
    display: block;
  }
}

.footer-titles{
  font-family: Open Sans;
font-size: 18px;
font-weight: 600;
line-height: 25px;
letter-spacing: 0em;
text-align: left;
padding-bottom: 10px;
color: #000000;

}

.footer-text{
  font-family: Open Sans;
font-size: 18px;
/* font-weight: 200; */
line-height: 25px;
letter-spacing: 0em;
text-align: left;
padding-bottom: 10px;
padding-top: 10px;
color: #000000;

font-weight: 400;


}



a {
  text-decoration: none;
}

.redcap-logo{
    max-width: 100%;
    width: 490px; 
    height: 171px;
    /* height: auto; */
    display: block;
}
  
  /* Media query for mobile devices */
  @media (max-width: 767px) {
    redcap-logo {
      width: 338px;
      height: 118px; 
    }
    


  }

  @media (min-width: 1024px) {
    redcap-logo {
      width: 490px; 
      height: 171px;
    }
}

.mobile-footer-list{
  background-color: #9c0c14;
  color: #ffffff;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  

}


.login_button {
  border-radius: 0;
}

@media (max-width: 1023px) {
  .login_button {
    border-radius: 0;
    height: 50px;
    width: 328px;
  }
}

@media (min-width: 1024px) {
  .login_button {
    border-radius: 0;
    height: 50px;
    width: 370px;
  }
}

#arrow {
  border-right:2px solid white;
  border-bottom:2px solid white;
  width:10px;
  height:10px;
  transform: rotate(-45deg);
  /* margin-top:40px; */
}

.copyright-text {
  font-family: Open Sans;
  margin-top: 15px;
font-size: 12px;
font-weight: 200;
line-height: 16px;
letter-spacing: 0em;
text-align: left;

}

.mobile-copyright-footer {
  display: none;
}

.desktop-copyright-footer {
  display: block;
  /* height: 100%; */
  
}

@media screen and (max-width: 767px) {
  .desktop-copyright-footer  {
    display: none;
    
  }

  .mobile-copyright-footer  {
    display: block;
  }
}

.mobile-footer-text{
  font-family: Open Sans;
font-size: 16px;
font-weight: 600;
line-height: 22px;
letter-spacing: 0em;
text-align: left;

}

.desktop-footer-titles{
  font-family: Open Sans;
font-size: 18px;
font-weight: 600;
line-height: 25px;
letter-spacing: 0em;
text-align: left;
}

.mobile-footer-list {
  background-color: #9c0c14;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.list-group-item {
  background-color: #9c0c14;
  width: 85%;
  margin: auto;
  border-right: none;
  border-left: none;
}

.dropdown-menu {
  margin-top: 0;
}

.mobile-footer-links {
  text-decoration: none; 
  color: black; 
}

.mobile-footer-links:hover {
  color: black;
  text-decoration: none; 
}


