.tab.tab-3.active ul {
    text-align: left;
    color: #3a5971;
}
.prompt-category {
    color: #555;
    font-size: .9em;
}
.program-format {
    margin-bottom: 2em;
}

.program-sidebar h2 {
    font-size: 1.1em;
    margin-bottom: 1em;
    text-transform: uppercase;
    background: #003366;
    color: white;
    padding: .5em;
}

.program-accreditation, .program-sidebar {
    max-width: 275px;
}

.program-sidebar .field__label {
    font-size: .9em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}



.field--name-field-duration, .field--name-field-credit-hours {
    margin: 0 0 1em;
    font-size: 1em;
}

.field.field--name-field-credit-hours.field--type-integer.field--label-hidden.field__item:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: '\e0bb';
    padding-right: .5em;
}

.field.field--name-field-duration.field--type-string.field--label-hidden.field__item:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: '\f017';
    padding-right: .5em;
}


.field--name-field-duration, .field--name-field-credit-hours {
    margin: 0 0 2em;
    font-size: .9em;
}

.view-related-content .flex-direction-nav a:before {
    color: rgba(0, 0, 0, 0.8) !important;
}

.view-related-content a.flex-prev {
    left: 0px !important;
}

.view-related-content .flexslider:hover .flex-direction-nav .flex-next {
    right: 0px;
}

.view-related-content.view-id-related_content.view-display-id-block_1 .view-content {
    max-width: 1400px;
    margin: 3em auto;
}

#program-sidebar {
    min-width: 250px;
}


#block-uismain-views-block-related-content-block-1 h2 {
    max-width: 1400px;
    margin: 3em auto 0;
}


.program-intro {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 4em;
}

.field--name-field-accreditation-ranking.field--type-text-long.field--label-above .field__item{
    font-size: 1em !important;
}

.tuition-section {
    display: flex;
    justify-content: center;
    background-color: #f4f4f4;
    padding: 6vw;
    color: #333;
    width: 100%;
    box-sizing: border-box;
}

.tuition-content {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.tuition-header {
    padding: 20px;
    flex: 2;
}

.tuition-breakdown h3 {
    font-size: 1.5em;
    text-align: center;
}

.tuition-header p {
    margin-bottom: 20px;
    color: #555;
}

.tuition-breakdown {
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 2px solid #ddd;
    flex: 1;
}

.tuition-item {
    margin-bottom: 15px;
}

.tuition-item p {
    font-size: 22px;
    font-weight: bold;
    color: #e74c3c;
}

.program-calendar {
    display: flex;
    max-width: 1200px;
    margin: 3em auto 0;
    padding: 4vw;
    background: #003366;
    color: white;
}

#block-calendar h3, #block-calendar a {
    color: white;
}

.calendar-dates h3 {
    color: #8AC4FF;
    margin-bottom: .5em;
}

#block-calendar {
    padding: 1em 3em;
    border-right: solid #8AC4FF .5px;
}

.calendar-dates {
    min-width: 250px;
    margin: 2.5em 0 0 3em;
}

.field--name-field-apply-by-date {
    margin: 1em 0;
}

a.program-apply-btn {
    background-color: #016cd6;
    border-radius: 3px;
    background-image: none;
    color: white;
    padding: .9em;
    font-size: .9em;
    margin-top:1em;
    border:solid 1px #003366;
    min-width:175px;
    text-align:center;
}

.field--name-field-start-date {
    margin-bottom: 2em;
}

.page-node-type-program .field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    font-size: 1.2em;
    font-weight: 100;
    line-height: 1.6em;
}


.program-apply {
    background: #a6cde2;
    color: #37556D;
    text-align: center;
    padding: 20px;
}

.program-apply .progress {
    margin:2em 0 1em 0;
}

.program-apply .progress_inner {
    position: relative;
    margin: auto;
    height: 100px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.program-apply .progress_inner__step {
    width: 20%;
    font-size: 14px;
    padding: 0 10px;
    max-width: 180px;
    float: left;
    text-align: center;
    z-index: 2;
    position: relative;
    transition: all 0.4s;
}

.program-apply .progress_inner__step label {
    padding-top: 20px;
    top: 20px;
    display: block;
    position: relative;
    cursor: pointer;
    font-weight: 900;
    line-height: 1.2;
}

.program-apply .progress_inner__step::before {
    content: attr(data-step);
    position: absolute;
    top: 10px;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    color: #6d8496;
    background: white;
    line-height: 30px;
    border: 3px solid #a6cde2;
    font-size: 12px;
    border-radius: 50%;
    transition: all 0.4s;
    cursor: pointer;
    pointer-events: none;
}

.program-apply .progress_inner__step:hover {
    color: white;
}

.progress_inner__tabs p {
    margin-bottom: 2em;
    text-align:left;
    font-size:1em;
}

.program-apply .progress_inner__step:hover::before {
    color: white;
    background: #1ea4ec;
}

.program-apply .progress_inner__bar {
height: 6px;
    position: absolute;
    top: 10px;
    left: 12%;
    z-index: 1;
    background: repeating-linear-gradient(45deg, #1ea4ec, #1ea4ec 4px, #1f8bc5 4px, #1f8bc5 10px);
    border-radius: 6px;
    width: 0;
    transition: width 800ms cubic-bezier(0.915, 0.015, 0.300, 1.005);
}

.program-apply .steps-apply-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.program-apply .steps-apply-wrapper .progress_inner__tabs {
    position: relative;
    margin-top: 10px;
}

.program-apply .steps-apply-wrapper .progress_inner__tabs .tab {
    opacity: 0;
    position: absolute;
    top: 0;
    text-align: center;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background: white;
    transition: all 0.2s;
    display: none;
    left: 0;
    right: 0;
    margin: auto;
}

.program-apply .steps-apply-wrapper .progress_inner__tabs .tab.active {
    opacity: 1;
    top: 0;
    display: block;
    position: relative;
}

.apply-steps-button, .field--name-field-career-pathfinder-link {
  background-color: #016cd6;
  border-radius: 3px;
  background-image: none;
  color: white;
  padding: 0.9em;
  font-size: 0.9em;
  max-width: 250px;
  text-align: center;
  margin: 2em auto;
  text-transform: uppercase;
  font-weight: 300;
}
.apply-steps-button a, .field--name-field-career-pathfinder-link a {
  color: white;
  text-decoration: none;
}

.career-txt {
    padding: 3em;
}

.career-txt ul {
    font-size: .9em;
    columns: 2;
}


.steps-apply-wrapper h2 {
    font-size: 1.8em;
    font-family: 'Raleway';
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 1em;
}

.field--name-field-accreditation-ranking {
    font-size: .9em;
}


.course-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display:flex;
    gap:1em;
}

.course-rank img {
    max-width: 250px;
}

.course-rank {
    text-align: center;
}

.course-txt {
    padding-left: 2em;
}

.course-rank-txt {
    font-weight: 900;
}

.rank-dates {
    color: #8E7143;
    font-size: .9em;
    padding-top: .5em;
    font-style: italic;
    font-weight:500;
}
.course-rank img {
    transition: transform 0.3s ease-in-out;
}

.course-rank img:hover {
    animation: bounce 1s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}


.field--name-field-duration .field__label, .field--name-field-credit-hours .field__label {
    text-transform: uppercase;
}

.field--name-field-learning-outcomes ul {
    font-size: 1em;
}

.field.field--name-field-learning-outcomes h2 {
    font-family: freight-text-pro, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    font-size: 2.5em;
}

a.wp-block-button__link.white {
    color: white !important;
}

.tuition-stat-txt {
    font-size: .9em;
}


/* Container setup for the image */
#career-img-header {
    position: relative;
    height: 700px; /* Set the height to 700px */
    max-width: 1400px; /* Set the maximum width */
    overflow: hidden;
    margin: 0 auto; /* Center the image container */
}

/* Styling the image with sticky positioning for scroll effect */
#rotating-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container */
    position: sticky; /* Make the image sticky within its container */
    top: 0; /* Stick the image to the top when scrolling */
    transform: scale(1.2); /* Start zoomed in */
    transition: transform 2s ease-out; /* Smooth transition for zoom effect */
}

/* Scroll effect: Zoom out as the user scrolls */
.careers-wrapper {
    overflow: hidden; /* Prevent overflow issues */
}

.careers-wrapper:hover #rotating-image {
    transform: scale(1); /* Zoom out the image on scroll */
}

.career-txt {
    padding: 3em;
    max-width: 1200px;
    margin: 0 auto 1em;
}



.field.field--name-field-accreditation-image img {
    width: 100%;
    height: auto;
}


.field.field--name-field-accreditation-image {
    max-width: 300px;
}


.field--name-field-admission-requirements a, .field--name-field-additional-requirements a, .field--name-field-course-list-link a, .field--name-field-course-list-link a, .field--name-field-fact-sheet-link a, .field--name-field-catalog-link a{
    color: #0073e6;
    background: unset;
    font-weight: 500;
	}
	
	.field--name-field-admission-requirements a:hover, .field--name-field-additional-requirements a:hover, .field--name-field-course-list-link a:hover, .field--name-field-course-list-link a:hover, .field--name-field-fact-sheet-link a:hover, .field--name-field-catalog-link a:hover{
    text-decoration:none;
	}

.apply-steps-button:hover, .field--name-field-career-pathfinder-link:hover {
    background: #003366;
}

a.program-apply-btn:hover{
	background:#003366;
	border:1px solid white;
}

.course-links .field {
    padding: .2em;
    font-size:1.1em;
}


.tuition-chart {
    width: 80%;
    max-width: 800px;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.bar-container {
    display: grid;
    align-items: center;
    margin-bottom: 10px;
    grid-template-columns: 1fr 3fr;
}

.bar-label {
    width: 150px;
    font-size: 1rem;
    text-align: right;
    padding-right: 10px;
    color: black;
}

.chart-bar {
    height: 30px;
    line-height: 30px;
    background-color: #888;
    color: white;
    text-align: right;
    padding-right: 10px;
    border-radius: 5px;
    transition: width 2s ease;
    width: 0; /* Initial width for animation */
    overflow: hidden;
}

.chart-bar.highlighted {
    background-color: #c4af7a;
}


.program-apply-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.2rem;
    color: white;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.program-apply-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0) 70%
    );
    transform: rotate(45deg);
    transition: none;
    opacity: 0; /* Start hidden */
}

.shine-animation::before {
    animation: shine 2s forwards;
    opacity: 1; /* Show when animation starts */
}

@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) rotate(45deg);
    }
}

#block-uismain-webform {
    background: #f1f1f1;
    padding:3em;
}

#block-uismain-webform h2 {
    margin: 1em auto;
    text-align: center;
}





.form-with-image {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column; /* Default layout for mobile */
}

.form-image {
  flex: 0 0 30%;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Ensures content outside bounds is hidden */
  max-width: 100%; /* Full width for mobile */
}

.form-image img {
  width: 100%;
  height: auto;
  display: block;
}



.program-time {
    background: #f1f1f1;
    padding: 1em 2em;
    margin-bottom: 2em;
	border-left:#C7AF89 solid 2px;
}

.program-time h3{
    background: #003366;
    width: 50%;
    text-align: left;
    margin: 1em 0;
    color: white;
    font-size: 1.1em;
    padding: .5em;
    text-transform: uppercase;
}

.field.field--name-field-duration .field__item:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: '\f017';
    padding-right: .5em;
}

.field.field--name-field-credit-hours .field__item:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: '\e0bb';
    padding-right: .5em;
}



/* Desktop styles */
@media (min-width: 769px) {
  .form-with-image {
    flex-direction: row; /* Changes layout to row for desktop */
    align-items: center;
	  justify-content: center;
	  max-height: 400px;
  }
 

  .form-image {
    max-height: 350px; /* Maximum height for the image container */
    width: 100%; /* Takes full width of the available space */
    height: 700px; /* Takes full height of the available space */
  }

  .form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Crops the image to fill the container */
    object-position: 100% 0; /* Centers the cropped image */
  }

  .form-title {
    order: -1; /* Moves the title above the form content on desktop */
    margin-bottom: 10px;
  }
}


/* Target the specific form */
form.webform-submission-request-more-information-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Adjust spacing between fields */
    max-width:700px;
    margin-top: 3em;
}

/* Style each form item within the specific form */
form.webform-submission-request-more-information-form .form-item {
    flex: 1 1 45%; /* Each item takes up 45% of the line, adjust as needed */
    box-sizing: border-box; /* Ensure padding and border are included in the width */
    margin: 0;
}

/* Ensuring input, select, and date fields are 100% within their containers */
form.webform-submission-request-more-information-form .form-item input,
form.webform-submission-request-more-information-form .form-item select {
    display: block;
    width: 90%;
    padding: 5px; /* Reduce padding inside fields to make rows shorter */
    font-size: 14px; /* Optionally reduce font size */
    line-height: 1.2; /* Adjust line height to make fields more compact */
    border: #cfcfcf 2px solid;
}

/* Consistent label positioning */
form.webform-submission-request-more-information-form .form-item label {
    margin-bottom: 3px; /* Reduce space between label and input */
    font-size: 13px; /* Optionally reduce label font size */
}

/* Aligning submit button to the full width of the form */
form.webform-submission-request-more-information-form .form-actions {
    flex: 1 1 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px; /* Adjust as needed for spacing consistency */
}

/* Submit button style to ensure it doesn't stretch */
form.webform-submission-request-more-information-form .form-actions .form-submit {
    width: auto;
    padding: 8px 16px; /* Reduce padding for a more compact button */
}




@media (max-width: 768px) {
    .tuition-section {
        flex-direction: column;
        padding: 6vw; 
    }
    
    #block-uismain-views-block-related-content-block-1 h2 {
    margin: 1em auto 0;
}
    
    .career-txt {
    padding: 1em;
  }
  .career-links {
    padding: 1em;
}
    .flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
    display: block;
  }
  
  
    .grid4.social-links.text-align-center {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }

	.application-deadline-block {
	    display: block;
	}
	    
	.deadline-info {
	    max-width: 100%;
	}

    .resource-card {
    margin: 0 1em;
  }
    
    #career-img-header {
    max-width: 100%;
    height: auto;
  }
    
    .course-wrapper {
    display: block;
  }
  
    .course-links a {
        padding: 1em;
    }
  
   .program-accreditation, .program-sidebar {
    max-width: 390px;
  }
  
  .program-time {
    margin: 1em;
  }

    .tuition-header,
    .tuition-breakdown {
        flex: none;
        border-left: none;
    }

    .tuition-breakdown {
        border-top: 2px solid #ddd;
        padding: 4vw; 
    }
      .program-intro {
      flex-direction: column; /* Stacks the items vertically */
      gap: 2em; /* Optional: Reduce gap for smaller screens */
    }
    
    .program-apply .progress_inner__step {
    width: 15%;
    font-size: 12px;
    }
    
    .program-apply .steps-apply-wrapper .progress_inner__tabs .tab.active{
    	margin:1em;
    }
   
}

@media (min-width: 1200px) {
    .tuition-content {
        padding: 3vw; 
    }
}