.services-header{
  font-weight: bold;

}
.signOutButton {
  font-size: 0.9em;
  font-family: Arial;
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 2px;
}
.nav-link.unactive{
  color:#FFFFFF;
}
.nav-link.active{
  color:#000000 !important;
}
.chat-system{
  /* display:none; */
}
.engagement-bg-ia {
  background: white url('../img/intuitive/inner/bg/iasupport_bg.jpg') no-repeat top center !important;
  background-size: cover !important;
}.engagement-bg-genesis {
  background: white url('../img/intuitive/inner/bg/genesis_bg.jpg') no-repeat top center !important;
  background-size: cover !important;
}
.engagement-bg-finance{
  background: white url('../img/intuitive/inner/bg/customerfinance_bg.jpg') no-repeat top center !important;
  background-size: cover !important;
}
.engagement-bg-training{
  background: white url('../img/intuitive/inner/bg/training_services_bg.jpg') no-repeat top center !important;
  background-size: cover !important;
}
.engagement-bg-hospital{
  background: white url('../img/intuitive/inner/bg/hospitalmarketing_bg.jpg') no-repeat top center !important;
  background-size: cover !important;
}
.engagement-bg-maca{
  background: white url('../img/intuitive/inner/bg/maca_bg.jpg') no-repeat top center !important;
  background-size: cover !important;
}
.engagement-bg-academic{
  background: white url('../img/intuitive/inner/bg/academic_reimbursements.jpg') no-repeat top center !important;
  background-size: cover !important;
}
.engagement-bg-services{
  background: white url('../img/intuitive/inner/bg/training_services_bg.jpg') no-repeat top center !important;
  background-size: cover !important;
}
.engagement-bg-reimbursement{
  background: white url('../img/intuitive/inner/bg/academic_reimbursements.jpg') no-repeat top center !important;
  background-size: cover !important;
}

.enter-select-button {
  width: 90%;
  height: 150px;
  font-size: 1.5rem;
  font-weight: 600;
  border: 2px solid #1C23BA;
  background-color: transparent;
  color: #1C23BA;
  transition-duration: 0.2s;
}

.enter-select-button:hover {
  width: 90%;
  height: 150px;
  font-size: 1.5rem;
  font-weight: 600;
  border: 2px solid #1C23BA;
  background-color: #1C23BA;
  color: #FFFFFF;
}

.modal-xl {
  width: 90vw !important;
  max-width: 100vw !important;
}
.modal-welcome {
  width: 70vw !important;
  max-width: 80vw !important;
}

.modal-title-font {
  color: #000000;
  font-size: 1.8em;
  font-weight: bold;
}

.modal-subtitles-font {
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
}
.finalists-subtitles-font {
  color: #000000;
  font-size: 1.0em;
  font-weight: normal;
}


.modal-description-font {
  color: #000000;
  font-size: 0.9em;
  font-weight: normal;
}
.modal-description-font-inner {
  color: #FFFFFF;
  font-size: 0.9em;
  font-weight: normal;
}
.modal-title-font-inner {
  color: #FFFFFF;
  font-size: 1.8em;
  font-weight: bold;
}
.modal-summary-font-inner {
  color: #FFFFFF;
  font-size: 0.9em;
  font-weight: normal;
}
.modal-subtitles-font-inner {
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
}

.modal-backdrop {
  /*  display: none !important; */
}

.modal-backdrop.in {
  /* opacity: 0 !important;
    z-index: -1050 !important; */
}

.download-button {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
  padding: 15px 50px !important;
  border-radius: 2px;
  line-height:23px;
}
.download-button-inner {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #000000;
  padding: 15px 50px !important;
  border-radius: 2px;
  line-height:23px;
  font-weight:normal;
}.download-button-inner:hover {
  background-color: rgba(255,255,255,0);
  color: #FFFFFF;
  border: 2px solid #0056b3;
  padding: 15px 50px !important;
  border-radius: 2px;
  line-height:23px;
  font-weight:700;
}

.custom-icon{
  padding-left:20px;
  font-size:23px;
}

.download-button:hover {
  background-color: transparent;
  color: #0056b3;
  border: 2px solid #0056b3;
  padding: 15px 50px !important;
  border-radius: 2px;
}

.ask-button {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000;
  padding: 5px 10px !important;
  border-radius: 2px;
}

.ask-button:hover {
  background-color: transparent;
  color: #0056b3;
  border: 2px solid #0056b3;
  padding: 5px 10px !important;
  border-radius: 2px;
}

.ask-button-inner {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #000000;
  padding: 5px 10px !important;
  border-radius: 2px;
}

.ask-button-inner:hover {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #0056b3;
  padding: 5px 10px !important;
  border-radius: 2px;
}

.system-card {
  background-color: #f3f3f3;
}

.system-card-text {
  font-family: Arial;
  font-weight: 700;
  font-size: 20px;
}

.system-card:hover {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  cursor: pointer;
}

.dri-header-inner {
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
  display:none;
}
.dri-header {
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
  display:none;
}
.dri-name-inner {
  color:#FFFFFF;
  display:none;
}
.dri-name {
  display:none;
}
.terms-sub{
  font-weight:700;
  font-size:1.2rem;
}
.modal2-subheader{
  color: #000000;
  font-size: 1.4em;
  font-weight: bold;
}
.modal2-subdescription{

}
.download-description{
  color: #000000;
  font-size: 0.7em;
  font-weight: normal;
  font-style:italic;
}
