/* 
* x remove program name from award selection
* x award name - award type
* 
* x name of academic oplanning guide link - academic planning guide - pdf
*  academic planning guide pull from academic planning guide csv
*   pull name of link from planning guide 1/2/etc in planning guide csv
* 
* 
* x course credit requirement 18px and bold
* 
* x academic planning guide gap icon 15px 
* 
* x gen/tech studies - required not requires
* 
* x add gen elect cred
* 
* x add tech studies elec
* 
* x add total degree cred
* x total - awardtype - credits
* 
* x general text - if no course name make it go full width both general and
*  technical telective desc and pelectivedesc
* 
* x pad line at bottom of course tables
* 
* x unrecognized characters - what you'll learn https://hennepintech.edu/_examples/programs/manufacturing-engineering/automation-robotics.html
* 
* 
*  request info
*   - slide out 
*   - full height
* 
* x marketing callout - no escaping xml
* 
*  testimonial section - ability to add title
*   still showing placeholder
*   including text
* 
*  gallery - don't show anything if nothing present
* 
*  related program 4col
* 
* x masonry grid 4col 
*   section title
*   image caption
*/

/** FROM ORIGINAL SITE **/
:root {
  --light-orange: #f68538;
  --orange: #f26522;
  --dark-orange: #f26723;
  --light-blue: #acc4d6;
  --dark-blue: #006ca7;
  --white: #ffffff;
  --light-gray: #e6e7e8;
  --gray: #464646;
  --gray-rgb: 70, 70, 70;
  --dark-gray: #323232;
  --dark-gray2: #646464;
  --dark-gray-rgb: 50, 50, 50;
  --gray-highlight: #dfe0e4;
  --gray-highlight-rgb: 223, 224, 228;
  --light-green: #b5caa2;
  --gray-2: #727272;
}
/** SHARED CLASSES **/
.container {
  width: 80%;
  height: auto;
  margin: 0px auto;
}
section .container {
  max-width: 1320px;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 100%;
  }
}
.row {
  width: 100%;
  margin: 0px;
  /* MAY REMOVE DUE TO THEME STYLE */
  display: flex;
  flex-wrap: wrap;
}
.reverse-row {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1064px) {
  .row,
  .reverse-row {
    flex-direction: row;
  }
}
.col {
  width: 100%;
}
.program-sections {
  display: block;
  margin-bottom: 3rem;
  /*?*/
}
.program-sections h1,
.program-sections h2 {
  display: block;
  margin: 0 0 1rem;
}
.program-sections h1 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.program-sections .container {
  padding: 0px;
}
.program-sections .row {
  padding: 0px;
  margin: 0px;
}
.section-cols {
  padding: 0;
  margin: 0px;
}
@media only screen and (min-width: 1064px) {
  .section-cols {
    flex-direction: row;
  }
}
.img-box img {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  object-position: center;
  object-fit: contain;
}
/** TOP ROW **/
.program-top .top-row {
  gap: 5rem;
}
.program-top .top-row .program-top-left {
}
@media only screen and (max-width: 1064px) {
  .program-top .top-row .program-top-left {
    width: 100%;
  }
}
.program-top .top-row .program-top-left .program-fa {
  margin: 4rem 0px;
}
.program-top .top-row .program-top-left .program-fa .fa-row {
  gap: 1rem;
  margin-bottom: 1.2rem;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .program-top .top-row .program-top-left .program-fa .fa-row {
    gap: 2rem;
    flex: 1;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1064px) {
  .program-top .top-row .program-top-left .program-fa .fa-row {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
/*@media only screen and (min-width: 980px){
     .program-top .top-row .program-top-left .program-fa .fa-row .section-cols {
         flex: 1;
         flex-direction: row;
    }
}
*/
.program-top .top-row .program-top-left .program-fa .fa-row .fa-img {
  /* width: 15%; */
  /* max-width: 150px; */
  /* max-height: auto; */
  width: 12.5%;
  max-width: 150px;
  max-height: auto;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1064px) {
  .program-top .top-row .program-top-left .program-fa .fa-row .fa-img {
    width: 100%;
  }
}
.program-top .top-row .program-top-left .program-fa .fa-row .fa-img .fa-box {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .program-top .top-row .program-top-left .program-fa .fa-row .fa-img .fa-box {
  }
}
.program-top .top-row .program-top-left .program-fa .fa-row .fa-txt {
  /* width: calc(75% - 8rem); */
  width: 50%;
}
@media only screen and (max-width: 1064px) {
  .program-top .top-row .program-top-left .program-fa .fa-row .fa-txt {
    width: 100%;
  }
}
.program-top .top-row .program-top-left .program-fa .fa-row .fa-txt h4 {
  color: #ce4b0e;
}
.program-top .top-row .program-top-left .button-container {
}
.program-top
  .top-row
  .program-top-left
  .button-container
  .button-container-wrapper {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .program-top
    .top-row
    .program-top-left
    .button-container
    .button-container-wrapper {
    gap: 1rem;
    flex-direction: row;
  }
}
.program-top
  .top-row
  .program-top-left
  .button-container
  .button-container-wrapper
  .col
  button {
  width: 100%;
  background-color: var(--dark-blue);
  color: var(--white);
  padding: 0px 10px;
  margin: 0 0 2rem;
  line-height: 40px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
.program-top
  .top-row
  .program-top-left
  .button-container
  .button-container-wrapper
  .col
  button:hover {
  color: var(--dark-blue);
  background-color: var(--white);
  border-color: var(--dark-blue);
}
.program-top .top-row .program-top-right .img-box img {
  height: auto;
}
@media only screen and (max-width: 1064px) {
  .program-top .top-row .program-top-right {
    width: 100%;
  }
}
.program-top .top-row .program-top-right .program-fa-image {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 980px) {
  .program-top .top-row .program-top-right .program-fa-image {
    /* height: 529px; */
    height: auto;
  }
}
.program-top .top-row .program-top-right .program-info-box {
  width: 100%;
  height: auto;
  padding: 0.5rem 1rem;
  background: var(--light-gray);
}
.program-top .top-row .program-top-right .program-info-box .info-box-row {
  flex-direction: column;
}
@media only screen and (min-width: 980px) {
  .program-top .top-row .program-top-right .program-info-box .info-box-row {
    flex-direction: row;
  }
}
.program-top .top-row .program-top-right .program-info-box .info-box-row .col {
  flex: auto;
  margin-bottom: 1rem;
  font-size: 0.8rem;
}
@media only screen and (max-width: 980px) {
  .program-top
    .top-row
    .program-top-right
    .program-info-box
    .info-box-row
    .col:first-child {
    margin-bottom: 2rem;
  }
  .program-top .top-row .program-top-right {
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (max-width: 655px) {
  .program-top .top-row .program-top-right {
    flex-direction: column;
  }
}
.program-top
  .top-row
  .program-top-right
  .program-info-box
  .info-box-row
  .col
  table
  td {
  padding-right: 1rem;
}
.program-top
  .top-row
  .program-top-right
  .program-info-box
  .info-box-row
  .col
  p {
  margin: 0px;
  font-size: 16px;
}
.program-top
  .top-row
  .program-top-right
  .program-info-box
  .info-box-row
  .col
  span {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
}
/** DIVIDER **/
.divider {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 3rem;
}
.divider .accent-bar-2 {
  color: var(--white);
  text-align: center;
  font-style: italic;
  /* max-width: 100%; */
}
.divider .accent-bar-2 h2 {
  margin: 0px;
  height: auto;
  padding: 0.5rem;
}
.divider .bckgrd-mid {
  font-size: 22px;
  padding: 2rem 0;
}
.divider .accent-bar-2 .accent-bar-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/_files/img/marketing-message-break.svg");
}
/** PROGRAM TABS SECTION **/
.program-tabs {
  margin-top: 3rem;
}
.program-tabs .container {
  /*border: 3px solid var(--light-green);
    */
  border-radius: 3px;
  padding: 0.5rem;
}
.program-tabs .container .tabs-wrapper {
  gap: 4rem;
}
.program-tabs .container .tabs-wrapper .section-cols {
}
.program-tabs .container .tabs-wrapper .tab-button-col {
}
.program-tabs .container .tabs-wrapper .tab-button-col button {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 800;
  text-transform: capitalize;
  border: none;
  cursor: pointer;
  background: none;
  padding: 0px 10px;
  margin: 0 0 20px;
  line-height: 40px;
  text-wrap: auto;
}
.program-tabs .container .tabs-wrapper .tab-button-col button:hover,
.program-tabs .container .tabs-wrapper .tab-button-col button.active-btn {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 3px;
  font-weight: 800;
  line-height: 40px;
}
.program-tabs .container .tabs-wrapper .tab-button-col button.active-btn {
  cursor: default;
}
.program-tabs .container .tabs-wrapper .tab-content-col {
  flex: 1;
}
.program-tabs .container .tabs-wrapper .tab-content-col .tab-text {
  display: none;
}
.program-tabs .container .tabs-wrapper .tab-content-col .tab-text.active {
  display: block;
}
/** TESTIMONIAL SECTION **/
.program-testimonals {
  position: relative;
  width: 100%;
  height: auto;
  padding: 4rem 1rem;
  background-color: var(--light-gray);
}
.program-testimonals .testimonal-row {
  gap: 6rem;
}
@media only screen and (max-width: 1200px) {
  .program-testimonals .testimonal-row {
    gap: 2rem;
    flex-direction: column-reverse;
  }
}
.program-testimonals .testimonal-row .col {
  flex: 1;
}
.program-testimonals .testimonal-row .col iframe {
  width: 100%;
  height: 100%;
}
/** INTERESTED IN SECTION **/
.program-bottom h2 {
  color: var(--dark-gray2);
}
.program-bottom .interest-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  /* gap: 12rem; */
}
@media only screen and (min-width: 980px) {
  .program-bottom .interest-row {
    flex-direction: row;
    gap: 20px;
  }
}
@media only screen and (max-width: 705px) {
  .program-bottom .interest-row {
    flex-direction: column;
    display: flex;
    gap: 1rem;
  }
}
.program-bottom .interest-row .ac-program {
  width: 100%;
  height: auto;
  margin: 0px auto;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.program-bottom .interest-row .ac-program .ac-program-image {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.program-bottom .interest-row .ac-program .ac-program-text {
  text-align: center;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
}
.program-sections {
  margin-top: 7rem;
}
.audience-breadcrumbs .breadcrumb {
  padding: 0;
}
.program-top
  .top-row
  .program-top-right
  .program-info-box
  .info-box-row
  .col
  span {
  font-size: 1.5rem;
}
.program-top .top-row .program-top-right .program-info-box .info-box-row .col {
  font-size: 1.25rem;
}
.program-tabs
  .container.program-tabs
  .container
  .tabs-wrapper
  .tab-content-col
  .tab-text {
  /* display: none !important; */
  display: none;
}
.program-tabs .container .tabs-wrapper .tab-content-col .tab-text.active {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.programReqHead a {
  align-items: center;
}
.programReqHead a svg {
  width: 15px;
  fill: var(--dark-blue);
}
@media only screen and (max-width: 1060px) {
  .programReqHead {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.course {
  padding: 0.75rem 0;
}
.awardOutcomes {
  padding: 1.5rem 0;
}
.awardOutcomes li {
  padding: 0.5rem 0;
}
.programRequirements {
  padding-bottom: 4rem;
}

.expandDescription,
.expandJobDescription {
  background: none;
  border: none;
  color: #006ca7;
  cursor: pointer;
  padding: 0.25rem;
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border: 2px solid transparent;
}
.coursesList {
  caption-side: bottom;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
  margin-top: 20px;
}
.coursesList th {
  background: #f8f9fa;
  padding: 15px 5px;
}
.coursesList td {
  padding: 15px 5px;
}
.coursesList td[colspan="4"] {
  padding: 0;
}
.coursesList tr {
  border-bottom: 1px solid #dee2e6;
}
.expandDescription:hover {
  border: 2px solid #006ca7;
}

.courseDetails {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 5px solid #006ca7;
  padding: 15px;
  padding-left: 25px;
  background: #f8f9fa;
}
@media only screen and (max-width: 650px) {
  .courseDetails {
    max-width: calc(100vw - 40px);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.courses-tab .selectAward {
  padding-bottom: 35px;
}
.container-fluid.d-flex.eyebrow-nav .ms-auto {
  justify-content: flex-end;
}
.modal-background {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100000000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.modal-background .modal-content {
  background: #fff;
  width: 80%;
  margin: 10%;
  overflow: scroll;
  padding: 48px;
}
.modal-background .modal-content .close-rfi {
  background: #fff;
  border: none;
  display: block;
  float: right;
  font-size: 24px;
}
.modal-background .modal-content h1 {
  display: block;
  max-width: fit-content;
  margin: 0 auto;
}
.modal-background .modal-content p {
  display: block;
  max-width: fit-content;
  margin: 0 auto;
}
@media only screen and (max-width: 515px) {
  .modal-background .modal-content {
    width: 90%;
    margin: 5%;
    padding: 16px;
  }
  .modal-background .ff-form-main {
    padding: 0;
  }
}
.faculty-tab .grid.three-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  justify-content: space-between;
}
@media only screen and (max-width: 670px) {
  .faculty-tab .grid.three-col {
    grid-template-columns: 1fr;
  }
}
.faculty-tab .grid.three-col .facultyCard {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 16px;
  border: 1px solid #dee2e6;
  border-radius: 3px;
}
.rssContainer {
  padding: 32px 0;
}
.rssContainer .rssGrid {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media only screen and (max-width: 1050px) {
  .rssContainer .rssGrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .rssContainer .rssGrid {
    grid-template-columns: 1fr;
  }
}

.rssContainer .rssGrid .rssItem {
  border: 1px solid #dee2e6;
  padding: 18px;
  border-radius: 3px;
}
.rssContainer .rssGrid .rssItem h3,
.rssContainer .rssGrid .rssItem p {
  color: #000;
}

.masonryCont .masonryGridItem img {
  max-width: 100%;
  display: block;
  grid-row: 1 / -1;
  grid-column: 1;
  min-width: 100%;
}

.masonryCont .masonryGridCont {
  column-count: 4;
  column-gap: 15px;
}

.masonryCont .masonryGridItem {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 15px;
  break-inside: avoid;
}

.masonryCont .modalTrigger {
  padding: 0;
  margin: 0;
  background: transparent;
  transition: var(--default-animation);
}

.masonryCont .modalTrigger:hover {
  /* GRANT */
  /* box-shadow: rgb(240, 240, 240) 0px 0px 15px 7.5px; */
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px 5px; */
  /* box-shadow: 5px 6.5px 2.5px 0px rgb(200, 200, 200); */
  scale: 1.03;
}

.masonryCont .masonryGridItem iframe {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  min-width: 10vw !important;
  min-height: 315px !important;
}

@media only screen and (max-width: 1200px) {
  .masonryCont .masonryGridCont {
    column-count: 2;
  }
}

@media only screen and (max-width: 768px) {
  .masonryCont .masonryGridCont {
    column-count: 1;
  }
}

.tableCont {
  min-width: 45%;
}
@media only screen and (max-width: 650px) {
  .tableCont {
    min-width: none;
    overflow-x: scroll;
  }
  .tableCont .coursesList {
    min-width: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .container .mx-5 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.divider.program-sections {
  margin-top: 4rem;
}
.program-tabs.program-sections {
  margin-top: 4rem;
}
.awardContent .creditTotals {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 24px;
}
.awardContent .creditTotals p:not(.desc) {
  font-size: 18px;
}

/* Tuition & Fees Styling */

.awards-container {
            margin: 25px 0;
        }

        .award-group {
            margin-bottom: 30px;
        }

        .award-group h4 {
            background: #f8f9fa;
            padding: 10px 15px;
            border-left: 4px solid #3498db;
            margin-bottom: 15px;
            color: #2c3e50;
        }

        .tuition-estimates {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
            margin: 15px 0;
        }

        .tuition-item {
            background: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 6px;
            padding: 20px;
            text-align: center;
            transition: box-shadow 0.2s ease;
        }

        .tuition-item:hover {
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .award-name {
            font-size: 0.95rem;
            color: #666;
            margin-bottom: 8px;
            font-weight: 500;
        }

        .tuition-amount {
            font-size: 1.8rem;
            font-weight: bold;
            color: #ce4b0e;
            margin-bottom: 5px;
        }

        .tuition-label {
            font-size: 0.85rem;
            color: #888;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .additional-costs {
            background: #fff3cd;
            border: 1px solid #ffeaa7;
            border-radius: 6px;
            padding: 20px;
            margin: 20px 0;
        }

        .additional-costs h4 {
            margin-top: 0;
            color: #856404;
        }

        .additional-costs ul {
            margin: 10px 0 0 0;
        }

        .rate-info {
            background: #d4edda;
            border: 1px solid #c3e6cb;
            border-radius: 6px;
            padding: 20px;
            margin: 20px 0;
            text-align: center;
        }

        .rate-amount {
            font-size: 1.4rem;
            font-weight: bold;
            color: #155724;
        }

        .tools-section {
            background: #f8f9fa;
            border-radius: 6px;
            padding: 25px;
            margin: 25px 0;
        }

        .tools-list ul {
            list-style-type: none;
            padding: 0;
        }

        .tools-list li {
            padding: 8px 0;
            border-bottom: 1px solid #e9ecef;
            display: flex;
            align-items: center;
        }

        .tools-list li:last-child {
            border-bottom: none;
        }

        .tools-list li::before {
            content: "•";
            color: #3498db;
            font-weight: bold;
            width: 20px;
            font-size: 1.2rem;
        }

        .note {
            font-style: italic;
            color: #666;
            font-size: 0.95rem;
            margin-top: 20px;
            padding-top: 15px;
            border-top: 1px solid #dee2e6;
        }

        @media (max-width: 768px) {
            .tuition-estimates {
                grid-template-columns: 1fr;
            }
            
            body {
                padding: 15px;
            }
        }

