.creighton-tabs {
  font-family: 'proxima-nova', sans-serif;
  max-width: 1400px;
  margin: auto;
  padding: 25px;
}
.arrows-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.nav-arrow {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  color: #002F6C;
  transition: color 0.3s;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-arrow:hover {
  color: #00AEEF;
}
.tabs-container {
  flex: 1;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.tabs-list {
  display: flex;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab {
  flex: 1;
  min-width: 120px;
  text-align: center;
  padding: 12px;
  cursor: pointer;
  font-weight: bold;
  background: #F3F3F0;
  border: none;
  transition: all 0.3s;
  border-bottom: 4px solid transparent;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.tab:hover, .tab:focus {
  background: #95D2F3;
}
.tab.active {
  background: #002F6C;
  color: white;
  border-bottom: 4px solid #00AEEF;
}
.tab-content-container {
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  background: white;
  display: flex;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.tab-content-container .tab-content{
width: 100%;
padding: 2% 2%;
}

.tab-content-container  .cta-button {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 24px;
  margin: 13px 8px 36px 8px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 25px;
}
.tab-content-container .cta-button:hover {
  box-shadow: 0 4px 8px rgb(54 51 51 / 20%);
  background: #13294b;
    color: white;
}


@media only screen and (min-width: 992px) {

  .creighton-tabs .arrows-container
  {
    display:none;
  }

}

@media only screen and (max-width: 767px) { 

.tab-content-container .tab_description img
{ 
  max-width: 100% !important;
}


.tab_description .align-left,.tab_description .align-right
{
float: none !important;
}

.tab-content-container .cta-button {

  display: block;

}

.tabbed_cta_buttons
{
 display: block !important; 
}
.tab-content-container .cta-button {
padding: 17px 24px;
    margin: 13px 0;
}



}

.paragraph--type--tabbed-content  .table-responsive {

  padding-right: 0px;
}



.paragraph--type--tabbed-content  .table-shadow:before {

  z-index: 0;

}

.tab-content h1,  .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6
{
 color: #0029D7 !important;
}
.tabbed_cta_buttons
{
  display: flex;
  
}

.tabbed_cta_buttons div a {
    background: #71cc98;
    color: #13294b;
}

.tabbed_cta_buttons  div:nth-child(2) a {
    background: #0032a0;
    color: white;
}


.tabbed_cta_buttons div:nth-child(3) a {
    background: #ffc72c;
    color: #13294b;
}

.tabbed_cta_buttons div:nth-child(4) a {
    background: #9bcbeb;
    color: #13294b;
}

.tabbed_cta_buttons  div:nth-child(5) a {
    background: #1f74db;
    color: white;
}
@media (max-width: 991px) {
    .paragraph--type--tabbed-content .arrows-container {display: none;}
    .paragraph--type--tabbed-content .tabs-list {display: block;}
    .paragraph--type--tabbed-content .tabs-list .tab {width: 100%; text-align: left; padding: 15px; color:  #000;}
    .paragraph--type--tabbed-content .tabs-list .tab.active {color: #fff;}
    .paragraph--type--tabbed-content .tabs-list .tab button:focus {outline: 0;}
}
