/* Variables */
:root {
    --blue-100: #ebf7fc;
    --blue: #004A85;
    --blue-300: #4ca1d2;
    --blue-400: #ddf1fa;
    --blue-500: #004A85;
}

/* Structure */

.main-content.full-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.main-content.programs-and-pathways h2 {
    border: none;
}

.sm-inset {
    padding-left: 20px;
    padding-right: 20px;
}

.inset-content {
    padding-left: 20px;
    padding-right: 20px;
}

.contained-content {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 700px) {
    .main-content .row .medium-4 {
       -webkit-flex-basis: calc(33.33333% - 20px);
        -ms-flex-preferred-size: calc(33.33333% - 20px);
        flex-basis: calc(33.33333% - 20px); 
    }
    .main-content .row .medium-8 {
       -webkit-flex-basis: calc(66.66666% - 20px);
        -ms-flex-preferred-size: calc(66.66666% - 20px);
        flex-basis: calc(66.66666% - 20px); 
    }
    .sm-inset {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 1025px) {
    .inset-content {
        padding-left: 0;
        padding-right: 0;
    }
    .main-content.full-width {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .main-content .row .large-4 {
        -webkit-flex-basis: calc(25% - 20px);
        -ms-flex-preferred-size: calc(25% - 20px);
        flex-basis: calc(25% - 20px);
    }
    .main-content .row .large-5 {
        -webkit-flex-basis: calc(41.66666% - 20px);
        -ms-flex-preferred-size: calc(41.66666% - 20px);
        flex-basis: calc(41.66666% - 20px);
    }
    .main-content .row .large-7 {
        -webkit-flex-basis: calc(58.33333% - 20px);
        -ms-flex-preferred-size: calc(58.33333% - 20px);
        flex-basis: calc(58.33333% - 20px);
    }
    .main-content .row .large-8 {
       -webkit-flex-basis: calc(75% - 20px);
        -ms-flex-preferred-size: calc(75% - 20px);
        flex-basis: calc(75% - 20px); 
    }
    .md-inset {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 1400px) {
    .contained-content {
        max-width: 1400px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
}

/* Decorators */
.border-b-0 {
    border-bottom: none;
}
.d-block {
    display: block;
}
.text-black {
    color: #000;
}
.text-blue-500 {
    color: var(--blue);
}
.text-blue-300 {
    color: var(--blue-300);
}
.text-white {
    color: #fff;
}
.bg-blue-100 {
    background-color: var(--blue-100);
}
.bg-blue-300 {
    background-color: var(--blue-300);
}
.bg-blue-500 {
    background-color: var(--blue);
}
.border-none {
    border: none;
}
.line-height-1 {
    line-height: 1;
}
.line-height-1-2-5 {
    line-height: 1.25;
}
.line-height-1-5 {
    line-height: 1.5;
}
.line-height-2 {
    line-height: 2;
}
.responsive-video iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
.text-bold {
    font-weight: bold;
}
.text-center {
    text-align: center;
}
.text-lg {
    font-size: 1.5em;
}
.text-xl {
    font-size: 1.75em;
}
.text-2xl {
    font-size: 2em;
}
ul.standard {
    margin-left: 20px;
    list-style-position: outside;
}
ul.list-style-none {
    list-style: none;
}
.uppercase {
    text-transform: uppercase;
}
a.cta-btn {
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    background-color: var(--blue);
}
a.cta-btn:hover {
    background-color: var(--blue-300);
    color: #fff;
}
.divider-m .divider-line {
    display: block;
    width: 100px;
    height: 4px;
}
.decorator-border-b-blue-500 span {
    display:block;
    width: 100px;
    height: 4px;
}
.hidden-small {
    display:none;
}
@media screen and (min-width: 700px) {
    .hidden-small {
        display: block;
    }
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mt-0 {
    margin-top: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-2 {
    margin-bottom: 20px;
}
.mt-2 {
    margin-top: 20px;
}
.mb-4 {
    margin-bottom:40px;
}
.mt-4 {
    margin-top:40px;
}
.pb-0 {
    padding-bottom: 0;
}
.pt-0 {
    padding-top: 0;
}
.pb-1 {
    padding-bottom: 10px;
}
.pt-1 {
    padding-top: 10px;
}
.pb-2 {
    padding-bottom: 20px;
}
.pt-2 {
    padding-top: 20px;
}
.pb-4 {
    padding-bottom: 40px;
}
.pt-4 {
    padding-top: 40px;
}
.sm-pl-2 {
    padding-left: 20px;
}
.sm-pr-2 {
    padding-right: 20px;
}
.relative {
    position:relative;
}
@media screen and (min-width: 700px) {
    .md-pl-0 {
        padding-left: 0;
    }
    .md-pr-0 {
        padding-right: 0;
    }
    .md-block {
        display: block;
    }
}

/* Programs Hero */
.programs-hero-wrapper.standard {
    background-image: none !important;
}
@media screen and (min-width: 700px) {
    .programs-hero-wrapper.standard {
        background-image: inherit !important;
    }
}


/* Modal Grid */
.modal-link-grid-container {
    position: relative;
    padding-bottom: 60px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 10%, #ebf7fc 10%);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
}
.modal-link-grid {
    display: grid;
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 10px;
}
.modal-grid-link {
    width: 100%;
    display: block;
    text-decoration: none;
    background: #fff;
    height: 100%;
}
.modal-grid-link .modal-grid-card {
    width:100%;
}

.modal-grid-card {
    border: 2px solid var(--blue-100);
}

.modal-grid-card span {
    display:block;
}
.modal-grid-link .image {
    display:none;
}
.modal-grid-link .content {
    border-top:none;
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-column-gap: 20px;
}
.modal-grid-link:hover {
    background-color: #004A85;
}
.modal-grid-link .modal-grid-card, .modal-grid-link .content {
    transition: background-color 0.25s linear;
}
.modal-link-grid-container .content-wrapper {
    position: relative;
}

.modal-grid-card .image {
    position: relative;
    width: 100%;
    height: auto;
}
.modal-grid-link:hover .image .overlay {
    opacity: 0;
}
.modal-grid-link:hover .title {
    color: #fff;
}
.modal-grid-card .image .overlay {
    background: rgba(255,255,255, .5);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.25s linear;
}
.modal-grid-card .content {
    position:relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
 .modal-link-grid .icon {
    width: 45px;
    height: 45px;
 }
 .modal-grid-card .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #004A85;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none !important;
 }
.modal-grid-card a:hover .title {
    color: #fff;
}

@media screen and (min-width: 600px) {
   .modal-link-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 30px;
    } 
}

@media screen and (min-width: 700px) {
    .modal-link-grid-container {
        margin-top: -200px;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0) 10%, #ebf7fc 10%);
    }
    .modal-link-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 30px;
    }
    .modal-grid-link {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
    }
    .modal-grid-link .image {
        display:block;
    }
    .modal-grid-card {
        max-width: 240px;
        text-align: center;
        -webkit-box-shadow: 0px 10px 17px -6px rgba(153,153,153,1);
        -moz-box-shadow: 0px 10px 17px -6px rgba(153,153,153,1);
        box-shadow: 0px 10px 17px -6px rgba(153,153,153,1);
        height: 100%;
        display: block;
        text-decoration:none;
        background-color: #fff;
        border: none;
    }
    .modal-grid-card .image img {
        display:block;
        max-width: 100%;
    }
    .modal-grid-card .content {
        display: block;
        border-top: 4px solid #004A85;
    }
     .modal-link-grid .icon {
        width: 90px;
        height: 90px;
        margin: -45px auto;
    }
    .modal-grid-card .title {
        padding: 55px 0 20px 0;
        justify-content: center;
    }
}

@media screen and (min-width: 850px) {
   .modal-link-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 30px;
    } 
}

@media screen and (min-width: 1000px) {
    .modal-link-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Program Highlights - 3 Column */
.programs-3-column-highlight {
    display: block;
    width: 100%;
    padding-bottom: 40px;
}
.programs-3-column-highlight .icon {
    display:flex;
    justify-content: center;
}
.programs-3-column-highlight .icon img {
    display: block;
    margin: auto 0;
    max-width: 140px;
}
.programs-highlight {
    text-align: center;
}
@media screen and (min-width: 700px) {
    .programs-3-column-highlight {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 40px
    }   
}

/* Student Testimonial Feature Block */
.programs-student-testimonial-feature {
    position: relative;
    background-color: var(--blue-100);
    color: var(--blue);
    overflow: hidden;
    padding: 20px;
}
.programs-student-testimonial-feature .image {
    position: absolute;
    bottom: 0;
    left: -140px;
    z-index: 10;
}
.programs-student-testimonial-feature .testimonial-quote {
    border: 2px solid var(--blue);
    padding-left: 120px;
}
.programs-student-testimonial-feature .testimonial-quote .icon {
    display: flex;
    justify-content: center;
}
.programs-student-testimonial-feature .testimonial-quote .icon .inner {
    display: block;
    padding: 20px;
    background-color: var(--blue-100);
    margin-top: -30px;
}
.programs-student-testimonial-feature .testimonial-quote .icon img {
    height: 20px;
    width: auto;
}
.programs-student-testimonial-feature .testimonial-quote blockquote {
    text-align: center;
}
.programs-student-testimonial-feature .testimonial-quote blockquote footer {
    font-weight: 700;
    margin-top: 0;
}
.programs-student-testimonial-feature .testimonial-quote blockquote footer cite {
    font-weight: 400;
}
@media screen and (min-width: 700px) {
    .programs-student-testimonial-feature .image {
        left:0;
        top: 0;
    }
   .programs-student-testimonial-feature .testimonial-quote {
        padding-left: 300px;
   }
}

.programs-and-pathways-cta {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
.programs-and-pathways-cta .image {
    width: 100%;
}
.programs-and-pathways-cta .image img {
    width: 100%;
    height: auto;
}
.programs-and-pathways-cta .content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 700px) {
    .programs-and-pathways-cta .image {
        width: calc(40% - 10px);
    }
    .programs-and-pathways-cta .content {
        width: calc(60% - 10px);
    }
    .programs-and-pathways-cta {
        flex-direction: row;
        flex-wrap: wrap;
    }
}


/* Modal Styling */
.full-modal {
    /* width: 80%;
    max-width: 1000px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0) !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: white; */
}

.modal-header {
    background-color: var(--blue);
    color:white;
    position: relative;
    padding: 20px 100px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-icon {
    position:absolute;
    bottom:-40px;
    border: 3px solid white;
    border-radius: 50%;
    min-width: 80px;
    min-height: 80px;
    background-color: var(--blue-300);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-icon img {
    min-width: 50px;
}

.modal-header .program-title {
    padding-left: 120px;
}

.close-modal {
    text-wrap: nowrap;
}

.modal-content {
    display: flex;    
    gap: 30px;
    padding: 30px;
    max-width: 100%;
}

.modal-content li {
    list-style-position: outside;

}

.desc-section, .path-section {
    width: 50%;
}

.desc-section h2 {
    color: var(--blue); 
}

.desc-section ul {
    margin-left: 20px;
}

.modal-content .image img {
    max-width: 100%;
    height: auto;
    display:block;
}

.program-desc-paragraph {
    font-weight: 700;
}

.explore-button {
    width: 100%;
}
.explore-button span {
    display: block;
}

.explore-button-text {
    background-color: var(--blue);
    color:white;
    text-align: center;
    padding: 10px 20px;
    transition: all .5s ease;
}
.explore-button-text:hover {
    background-color: var(--blue-300);
}

.explore-button-text h4 {
    margin:0;
    font-size: 2rem;;
}
.explore-button-text h5 {
    margin:0;
    font-size: 1rem;
}

.path-section-heading {
    color: var(--blue); 
}

.pagination-container {
    display: flex;
    flex-wrap: wrap;
    min-height: 350px;
    margin-top: 0;
    margin-bottom: 0;
}

.path {
    width: 50%;
    text-align: center;
}

.path-icon-container {
    height: 100px;
    display: flex;
    justify-content: center;
    padding: 20px 20px 0 20px;
}

.path-icon {
    max-width: 100px;
}

.job-title {
    margin: 4px;
    font-size: 1.25em;
    line-height: 1.25em;
    margin:0;
    padding:0;
}

.salary {
    color: var(--blue-500);
    margin: 4px;
    font-size: 1.45em;
    line-height: 1.45em;
    margin:0;
    padding:0;
}

.pagination-container:not(:first-child) {
    display:none;
}

.arrows {
    display: none;
    color: var(--blue);
    font-size: 3rem;
    justify-content: center;
}

.arrows div {
    cursor: pointer;
    padding:10px;
    margin: 10px;
}  

.disclaimer {
    padding-top: 10px;
    font-size: .9em;
    line-height: 1.5;
}
.discover-more-section {
    text-align: center;
    text-decoration: underline;
    color: var(--blue);
    font-weight: 700;
    margin-bottom: 40px;
}

.testimonial {
    border: 2px solid var(--blue-300);
    padding: 15px;
    position: relative;
}

.testimonial .quote-icon {
    position: absolute;
    top: -30px;
    left:50%; 
    transform: translateX(-50%);
    background-color: white;
    padding: 10px;
}

.testimonial .quote-icon img {
    height: 25px;
    width: auto;
}

.testimonial .quote {
    color: var(--blue);
}

.testimonial hr {
    width: 50px;
    height: 5px;
    background-color: var(--blue);
    border-style: none;
}

.testimonial-name, .testimonial-title {
    text-align: center;
    margin:0;
    text-transform: uppercase;
    color: var(--blue);
}

.testimonial-name {
    font-weight: 700;
}

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

    .modal-content {
        flex-direction: column;
    }

    .desc-section {
        padding-bottom: 30px;
    }

    .desc-section, .path-section {
        width: 100%;
    }

    .header-icon {
        position: initial;
    }

    .modal-header .program-title {
        padding-left: 20px;
        font-size: 1.5rem;
    }

    .pagination-container {
        min-height: 480px;
        align-content: flex-start;
    }

    .path {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .path-icon-container {
        width:25%;
        display: flex;
        justify-content: center;
    }

    .path-title-salary-container {
        width: 75%;
        text-align: center;
    }

}


.pathway-carousel-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
    position: relative;
}
.pathway-hero-wrapper h2 {
    font-size: 54px;
    border-bottom: 0;
}
.pathway-cta-wrapper ul.cta-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.pathway-cta-wrapper {
    padding: 20px;
}
.pathway-cta-wrapper ul.cta-list li {
    padding: 0;
    margin: 0;
}
.pathway-cta-wrapper ul.cta-list li a {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: var(--blue);
    background-color: #fff;
    border: 2px solid var(--blue);
    transition: background-color .5s ease, color .5s ease;
    padding-left: 20px;
    padding-right: 20px;
}
.pathway-cta-wrapper ul.cta-list li a:hover {
    background-color: var(--blue);
    color: #fff;
}
.pathway-cta-wrapper ul.cta-list li.apply-link a {
    background-color: var(--blue);
    color: #fff;
}
.pathway-cta-wrapper ul.cta-list li.apply-link a:hover {
    background-color: #fff;
    color: var(--blue);
}
@media screen and (min-width: 700px) {
    .pathway-cta-wrapper {
        background-image: linear-gradient(to bottom, rgba(0,0,0,0) 50%, #ebf7fc 50%);
    }
    .pathway-cta-wrapper ul.cta-list {
        flex-direction: row;
        justify-content: flex-end;
    }
}
.pathway-content-wrapper {
    background-color: var(--blue-100);
    padding: 20px 0;
}
.pathway-content-wrapper.even {
    background-color: #fff;
}
.pathway-hero-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.pathway-hero-inner .col-2 {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 700px) {
    .pathway-hero-inner {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .pathway-hero-inner .col-1 {
        width: calc(50% - 15px);
    }
    .pathway-hero-inner .col-2 {
        width: calc(50% - 15px);
    }
}
@media screen and (min-width: 1000px) {
    .pathway-hero-inner .col-1 {
        width: calc(60% - 15px);
    }
    .pathway-hero-inner .col-2 {
        width: calc(40% - 15px);
    }
}
.pathway-content-wrapper h2 {
    border-bottom: 0;
}
.pathway-content-wrapper .pathway-content-inner {
    border-left: 4px solid var(--blue-300);
    padding-left: 20px;
    margin-bottom: 40px;
}
.pathway-content-wrapper .data-spotlight {
    background-color: var(--blue-400);
    padding: 40px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}
.pathway-content-wrapper .data-spotlight p {
    line-height: 1.5;
}
.pathway-content-wrapper .data-spotlight .image img {
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto; 
}
.pathway-programs-courses-wrapper {
    background-color: var(--blue-400);
}
.pathway-programs-courses-wrapper h2 {
    border-bottom: 0;
}

.pathway-faculty-wrapper {
    background-image: url('../images/faculty-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 20px;
}
.pathway-faculty-wrapper h2, .pathway-faculty-wrapper h3, .pathway-faculty-wrapper h4, .pathway-faculty-wrapper p, .pathway-faculty-wrapper li h3, .pathway-faculty-wrapper h4, .pathway-faculty-wrapper p, .pathway-faculty-wrapper li h3, .pathway-faculty-wrapper h4, .pathway-faculty-wrapper p, .pathway-faculty-wrapper li, .pathway-faculty-wrapper a {
    color: #fff;
}
.pathway-faculty-wrapper a:hover {
    text-decoration: underline;
}
.pathway-faculty-wrapper h3 {
    margin: 0;
    font-size: 2.5em;
}
.pathway-faculty-wrapper ul.contact-grid {
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
@media screen and (min-width: 400px) {
    .pathway-faculty-wrapper ul.contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 700px) {
    .pathway-faculty-wrapper {
        padding-bottom: 160px;
    }
    .pathway-faculty-wrapper ul.contact-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pathway-footer {
    padding: 20px;
}
.pathway-footer h2, .pathway-footer h3, .pathway-footer h4 {
    color: var(--text-blue-500);
}
.pathway-footer .contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 4px solid var(--blue-300);
    padding-bottom: 40px;
}
.pathway-footer .contact-grid .item {
    text-align: center;
    line-height: 1.5;
}
.pathway-footer .contact-grid .icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 120px;
}
@media screen and (min-width: 600px) {
    .pathway-footer .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 700px) {
    .pathway-footer .contained-content {
        margin-top: -140px;
        background-color: #fff;
        padding-top: 20px;
    }
    .pathway-footer .contact-grid {
        border-bottom: 0;
        border-right: 4px solid var(--blue-300);
    }
}

.pathways-carrousel__container {
    overflow: hidden;
}