/*
* Created By: MDC Web Services
* Description: 
* Revised: 
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.clipper {
    overflow: hidden;
    width: 100%;
    display: block;
}
/*.sr-only {
    position: relative;
}*/

/*Career Coach*/

.career-coach-summary {
    padding-bottom: 10px;
}

.career-coach-summary big {
    font-weight: bold;
}


/*Transfer Section*/

.content-header {
    border-bottom: 3px solid #eee;
    line-height: 1;
    padding-bottom: 13px;
}

.intro-caption {
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 10px 4px 10px;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
}

.transfer-intro {
    padding-top: 10px;
}


/*Calendar Section*/

.calendar-term {
    font-style: italic;
    color: #fff;
    background-color: #6bbfff;
    padding: 8px 6px;
    margin-bottom: 0;
    font-weight: 400;
}

.row.holiday {
    margin-top: 20px;
    /* border: 1px solid #ddd; */
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 15px;
}


/*Column Test - Delete when finished*/

.color-column {
    background-color: #222;
    height: 50px;
    margin-bottom: 20px;
}


/*Program Elements*/

.intro-box {
    background-color: #f1f1f1;
    margin-bottom: 30px;
}

.intro-box h3 {
    padding-top: 20px;
    font-weight: 400;
    font-size: 28px;
}

#pgm-search {
    margin-bottom: 30px;
}

#pgm-search-results {
    margin-top: -30px;
}

.program-intro {
    padding: 30px;
}

.featured-header {
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 20px;
}

.bg-info p {
    padding: 6px 15px;
    margin-top: 10px;
}

.bg-info {
    line-height: 18px;
}


/*Intro Area*/

.intro-academics {
    background-color: #f1f1f1;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .intro-academics {
        padding-bottom: 20px;
    }
}

.academics-lead {
    padding-top: 20px;
    padding-right: 20px;
}

@media (max-width: 992px) {
    .academics-lead {
        padding-left: 20px;
    }
}

.program-btn {
    position: relative;
    height: 140px;
    background-color: #28445F;
}

.program-btn a {
    color: #ffffff;
}

@media (max-width: 1200px) {
    .program-btn a {
        font-size: 12px;
    }
}

.degree-type {
    background-color: #28445F;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 6px;
}

.search-results-total {
    font-size: 14px;
    line-height: 2.75;
    font-weight: normal
}

.associate-btn {
    background-image: url('../img/degree-associate.jpg');
    background-repeat: no-repeat;
}

.bachelor-btn {
    background-image: url('../img/degree-bachelors.jpg');
    background-repeat: no-repeat;
}

.certificate-btn {
    background-image: url('../img/degree-certificates.jpg');
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .associate-btn,
    .bachelor-btn,
    .certificate-btn {
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .associate-btn,
    .bachelor-btn,
    .certificate-btn {
        background-size: contain;
    }
}

.well.academics-cta {
    background-color: #f1f1f1;
    border-radius: 0;
    border: none;
    margin-top: 30px;
    -webkit-box-shadow: none;
}

.list-divider-academics >li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.degree-cta {
    padding-right: 30px;
}


/*MetaMajors*/

.metamajors .thumbnail {
    height: 230px;
    border: none;
}

.grayscale {
    filter: grayscale(70%);
    -webkit-filter: grayscale(70%);
    /* For Webkit browsers */
    filter: gray;
    /* For IE 6 - 9 */
    -webkit-transition: all .3s ease;
    /* Transition for Webkit browsers */
}

.grayscale:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

.caption-panel {
    background-color: #054C84;
}

.student-resources {
    background-color: #f1f1f1;
    margin-bottom: -30px;
    padding-bottom: 30px;
    margin-top: 10px;
    padding-top: 10px;
}

.list-divider.bachelor-list >li {
    padding-bottom: 6px;
    margin-bottom: 6px;
}


/*Homepage Area*/

.cta-section-content h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .academics-home .cta-section-container {
        height: 370px;
    }
    .academics-home .featured-panel {
        height: 370px;
    }
}

@media (max-width: 600px) {
    .caption-container.degree-cap {
        position: static;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cta-section {
        height: 350px;
    }
    .cta-section-container {
        height: 350px;
        padding: 4px;
    }
    .caption-container.degree-cap {
        position: static;
        font-size: 10px;
    }
    .caption-panel {
        background-color: transparent;
    }
    .cta-section-content h2 {
        font-size: 15px;
        font-weight: bold;
    }
}

@media (max-width: 991px) {
    .cta-section-container {
        padding-top: 20px;
    }
}


/*bachelors landing page*/

.bachelors-program-list h4 {
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 3px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 26px;
    color: #4B667C;
}

.featured-panel {
    margin-bottom: 26px;
}


/* =========== Thank you page =========== */

.thank-you #siteContent {
    margin-top: 0;
    text-align: center;
}

.thank-you .mdc-footer-links {
    margin-top: 0;
}

.thank-you .btn {
    word-wrap: break-word;
    white-space: inherit;
}

.thank-you .container {
    position: relative;
    height: 100%;
}

.thank-you section:not(.compare-programs) {
    /*margin-bottom: 30px;*/
    padding: 30px 14px;
}

.thank-you .navbar,
.thank-you .jumbotron {
    margin-bottom: 0;
}

.thank-you section.jumbotron {
    background-color: #01274e;
    padding: 15px;
}

.thank-you section.jumbotron p {
    font-size: 1em;
}


/*.thank-you section.jumbotron h2,
.thank-you section.jumbotron .glyphicon-ok-sign {
    color: #3c763d;
}*/

.jumbotron a.continue-arrow {
    position: absolute;
    bottom: -41px;
    right: 0;
    left: 0;
    color: #d08552;
}

.jumbotron a.continue-arrow:hover {
    color: #a35f31;
}

.jumbotron .glyphicon-triangle-bottom:before {
    display: block;
}

.thank-you .main-message {
    /*
    border-radius: 0 0 30px 30px;
    border: 1px solid #8ebf7a;
    margin: 0 auto 30px;
    padding: 30px;*/
    color: #fff;
}

.tours {
    background-color: #f5f5f5;
}

.tours .media {
    margin: auto;
    margin-bottom: 15px;
}

.tours .btn-primary {
    margin-top: 30px;
    padding: 14px 12px;
    display: block;
}

.compare-programs {
    padding-top: 10px;
}

.compare-programs h3 {
    color: #005daa;
}

.compare-programs p,
.compare-programs .btn-primary {
    margin-bottom: 30px;
}

.program-head {
    color: #fff;
    background-color: #243340;
}

.compare-programs .compare-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.compare-programs .compare-details .table {
    margin-bottom: 0;
}

.compare-programs .compare-details .table > tbody > tr td {
    padding: 16px 8px;
}

.compare-programs .compare-details .table > tbody > tr.active > td {
    padding: 8px;
    background-color: #EEF4FB;
    font-weight: 700;
}

.arts-and-culture article a {
    color: #333;
    text-decoration: none !important;
}

.ready-to-apply {
    background-color: #e4e4e4;
}

.arts-and-culture article a:hover {
    text-decoration: underline;
}

.news-events {
    text-align: left;
    margin-bottom: 0 !important;
}

.news-events .module > h3 {
    color: #4d657a;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
    margin-bottom: 17px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.module ul {
    margin-bottom: 8px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}


/*News Media List*/

.media-list li {
    border-bottom: 1px solid #c9d0d7;
}

.media-list li:last-child {
    border-bottom: none;
}

.media-list li {
    padding-bottom: 19px;
}


/*News and Events*/

.news-events {
    background-color: #f5f5f5;
    padding: 30px 0;
}


/*Calendar*/

.calendar-date {
    text-align: center;
    background-color: #fff;
    width: 67px;
    height: 67px;
    color: #4E6D8D;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .calendar-date {
        height: 50px;
    }
}

@media (min-width: 768px) {
    .calendar-date {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .calendar-date {
        margin-bottom: 10px;
    }
    .row.holiday .event-description {
        font-weight: bold;
    }
}

.calendar-date .month {
    text-transform: uppercase;
}

.calendar-date .day {
    display: block;
    font-size: 42px;
    letter-spacing: -1px;
    padding-top: 6px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .calendar-date .day {
        font-size: 28px;
        padding-top: 0;
    }
}

.calendar-listing h4 {
    margin-top: 0;
}

.calendar-item {
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 29px;
    padding-top: 20px;
}

.calendar-item:first-of-type {
    padding-top: 0;
}

.calendar-item:nth-of-type(3) {
    border-bottom: none;
    padding-bottom: 36px;
}

@media (min-width: 992px) {
    .calendar-details {
        height: 107px;
        overflow: hidden;
    }
}


/* Thank you*/

@media screen and (min-width: 1200px) {
    .compare-programs .container {
        height: 702px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .compare-programs .container {
        height: 750px;
    }
}

@media (min-width: 992px) {
    .news-detail {
        height: 117px;
    }
    .ready-to-apply {
        margin-bottom: 0 !important;
    }
    .ready-to-apply h3 {
        font-size: 2em;
    }
    .ready-to-apply .btn {
        margin-top: 15px;
    }
}

@media screen and (min-width: 991px) {
    .thank-you .clipper {
        height: 360px;
    }
    .compare-programs h3 {
        font-size: 2em;
    }
    .arts-and-culture .clipper {
        height: 120px;
    }
    .arts-and-culture article {
        text-align: left;
    }
    .compare-programs .compare-details .program-head {
        font-size: 18px;
    }
    .tours .media {
        width: 95%;
    }
    .ready-to-apply p {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 990px) {
    .tours .media {
        width: 96%;
    }
    .arts-and-culture article .media {
        margin: auto;
    }
    .ready-to-apply p {
        font-size: 1.1em;
    }
    .hidden-990 {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .compare-programs .container {
        height: 750px;
    }
    .compare-programs .compare-details .program-head {
        font-size: 16px;
    }
    .thank-you .clipper {
        height: 280px;
    }
}

@media screen and (min-width: 768px) {
    .thank-you .jumbotron .glyphicon {
        font-size: 1.1em;
        margin-bottom: 15px;
    }
    .thank-you .jumbotron {
        padding: 0 0 48px;
    }
    a.down-arrow.carousel-control {
        background-color: black;
        position: absolute;
        top: 100%;
        left: 0%;
        padding-top: 10px;
        width: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    }
    .thank-you .jumbotron h2 {
        font-size: 28px;
    }
    /*.thank-you .main-message {
        width: 70%;
    }*/
    .tours .btn-primary {
        padding: 14px 12px;
        font-size: 1.2em;
    }
    .arts-and-culture article {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .compare-programs .compare-details .program-head {
        font-size: 14px;
    }
    .thank-you .jumbotron h2 {
        font-size: 18px;
    }
    .compare-programs h3 {
        font-size: 18px;
    }
    /*    .thank-you .jumbotron .glyphicon {
        font-size: 4em;
        margin-bottom: 15px;
    }*/
    .thank-you .jumbotron p {
        font-size: 16px;
    }
    .tours h3:first-child {
        margin-top: 0;
    }
    .arts-and-culture article:first-of-type {
        margin-top: 30px;
    }
}

@media (min-width: 680px) and (max-width: 767px) {
    .compare-programs .container {
        height: 550px;
    }
    .thank-you .clipper {
        height: 280px;
    }
    .thank-you .jumbotron h2 {
        font-size: 20px;
    }
    .compare-programs h3 {
        font-size: 18px;
    }
}

@media (min-width: 500px) and (max-width: 680px) {
    .compare-programs .container {
        height: 590px;
    }
}

@media screen and (max-width: 499px) {
    .tours .btn-primary {
        padding: 14px 12px;
        font-size: 14px;
    }
}

@media (min-width: 336px) and (max-width: 472px) {
    .btn-visit {
        height: 70px;
    }
}

@media only screen and (min-width: 420px) and (max-width: 499px) {
    .compare-programs .container {
        height: 623px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 419px) {
    .compare-programs .container {
        height: 680px;
    }
    .compare-programs h3{
        margin-top: 10px;
    }
}

@media screen and (max-width: 319px) {
    .compare-programs .compare-details {
        display: none;
    }
}
/* CBE Programs */
.cbe-overview {
    background-color: #f1f1f1;
    padding: 30px;
    margin-bottom: 40px;
}
.cbe-landing .lead {
    font-weight: 600;
    color: #fff;
    background-color: #0077c1;
    padding: 14px;
    font-style: italic;
}
.cbe-landing h3 {
    color: #4d657a;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
    margin-bottom: 17px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-top: 0;
}
.cbe-logo {
    background-color: #c6c6c7;
}
/*Schools and Centers*/
.media-heading.light-header a:link, 
.media-heading.light-header a:visited {
    text-decoration: none !important;
}

.media-heading.light-header a:hover,
.media-heading.light-header a:active,
.media-heading.light-header a:focus {
    text-decoration: underline !important;
}

.thumbnail-title.light-header a {
    font-size: 16px;
    font-weight: 400;  
}

.thumbnail-title.light-header a:link,
.thumbnail-title.light-header a:visited {
    text-decoration: none !important;
}

.thumbnail-title.light-header a:hover,
.thumbnail-title.light-header a:active,
.thumbnail-title.light-header a:focus {
    text-decoration: underline !important;
}

.thumbnail.no-border {
    border: none;
    text-align: center;
}

.media-heading.light-header {
    font-weight: 400;
}

.metamajor-cluster h3 {
    text-transform: uppercase;
    font-size: 22px;
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 4px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
.metamajor-cluster {
    /*margin-bottom: 30px;*/
    padding-bottom: 30px;
}
.metamajor-cluster h4 {
    font-weight: 400;
    font-size: 20px;
}
.metamajor-cluster .row {
    margin-bottom: 20px;
}
/*.metamajor-cluster img {
    width: 360px;
}*/
.metamajor-cluster .well {
    background-color: #fbfbfb;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .school-individual {
        height: 500px;
    }
}
@media (min-width: 768px) {
    .single-row {
        width: 66%;
    }
}
@media (max-width: 768px) {
    .school-groups.well.school-individual {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .col-md-4.dept {
        width: 25%;
    }
}
@media (max-width: 536px) {
    .col-xs-6.dept {
        width: 100%;
    }
}
