/*
    Override Compass styles
*/

.cwf-nav__hamburger {
    display: none;
}


table td[data-label] {
}




/*
  8.5 inches x 11 inches =~ 2550 pixels x 3300 pixels
*/

footer,
header,
.skip-menu,
.vcu-branding-bar {
    display: none !important;
}

/*
  this adds the link's url after the its text
  ie: VCU Homepage (https://vcu.edu)
*/
a:after {
    /*content: " ("attr(href)")";*/
    content: unset !important;
}

.l-wrapper,
.page-main > .l-wrapper {
    margin-bottom: 0;
    max-width: unset;
}

.mm {
    line-height: 1.5;
    /*line-height: unset;*/
}

    .mm a {
        border-bottom: unset;
        text-decoration: none;
    }

    .mm hr {
        border: 0;
        border-bottom: 1px solid #005275;
        margin: 1em 0 2em 0;
    }

        .mm hr.mm--desktop {
            display: none;
        }

    .mm p,
    .mm-steps__item,
    .mm-summary__item-description {
        color: #222222;
    }

.mm--desktop {
    display: none !important;
}

.mm--desktop-and-print {
    display: block;
}

.mm--mobile {
    display: none;
}

.mm--print {
    display: block;
}

.mm-accordion__content {
    display: block;
}

.mm-cts {
    page-break-before: always;
    /*page-break-inside: avoid;*/
}

.mm-cts--alt {
    padding: 0;
}

    .mm-cts--alt td {
        padding: 0.25em !important;
    }

.mm-cts table thead td[colspan="2"] {
    width: 5%;
}

.mm-cts table tbody th,
.mm-cts table tbody th[scope="row"] {
    margin: 0;
    position: unset;
    width: 2.5%;
}

.mm-cts--alt .mm-cts__col-width,
.mm-cts table tbody td {
    margin: 0;
    position: unset;
    width: 19%;
}

.mm-steps__list {
    margin-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}


.mm-summary {
    break-after: always;
    break-before: auto;
}

.mm-cts--4yr tbody > tr:nth-child(2) > td, .mm-cts--4yr tbody > tr:nth-child(3) > td, .mm-cts--5yr tbody > tr:nth-child(2) > td, .mm-cts--5yr tbody > tr:nth-child(3) > td, .mm-cts--5yr tbody > tr:nth-child(4) > td {
    background-color: #ffecb3 !important;
}

.mm-cts--alt table {
    /* 4 years */
    /*font-size: 6pt;*/
    /*font-size: 9px;*/
    /* 5 years*/
    /*font-size: 7.5px;*/
    margin: 0;
}

.mm-cts--alt thead th {
    padding-top: .6em;
}

.mm-cts--alt th a {
    color: #005275;
}

.mm-cts--alt.mm-cts--4yr {
    font-size: 8px;
    line-height: 1.2;
}

.mm-cts--alt.mm-cts--5yr {
    font-size: 7.5px;
    line-height: 1.2;
}

.mm-cts--init {
    font-size: 9px;
    line-height: 1.3;
}

    .mm-cts--init .mm-direction__container {
        background-color: #fff;
        position: relative;
        width: 1335px;
        opacity: 0
    }

    .mm-cts--init .mm-year--1 .mm-direction__container {
        opacity: 1;
        border-right: 1px solid #979797;
    }

    .mm-cts--init .mm-steps--course {
        /*height: 510px;*/
        height: unset;
    }

    .mm-cts--init .mm-steps--community {
        /*height: 494px;*/
        height: unset;
    }

    .mm-cts--init .mm-steps--culture {
        /*height: 294px;*/
        height: unset;
    }

    .mm-cts--init .mm-steps--experience {
        /*height: 484px;*/
        height: unset;
    }

    .mm-cts--init .mm-steps--life {
        /*height: 578px;*/
        height: unset;
    }

    .mm-cts--init .mm-year {
        float: left;
        vertical-align: top;
        width: 25%;
        white-space: nowrap;
    }

.mm-cts--init-table.mm-cts--4yr {
    font-size: 8px;
}

.mm-cts--init-table.mm-cts--5yr {
    font-size: 7px;
}

.mm-cts--init-table .mm-steps--highlight {
    background-color: #E3EFF0;
}

.mm-cts__blurb {
    font-size: 8px;
}

.mm-cts__blurb--top-right {
    display: block;
    float: right;
    max-width: 1.5in;
    text-align: right;
}

.mm-icon--title-compass,
.mm-cts .mm-icon--title-compass {
    display: block;
    float: left;
    height: 6em;
    width: 6em;
}

    .mm-icon--title-compass.mm--desktop {
        display: none;
    }

/*.mm-icon--title-compass {
  float: left;
  height: 6em;
  width: 6em;
}

.mm-icon--title-compass img {
  width: 100%;
}

.mm-icon--title-compass {
  margin-left: 0;
}*/

.mm-jump-link {
    display: none;
}

.mm-print-link {
    display: none;
}

.mm-steps__item {
    list-style-position: outside;
    padding-bottom: .38em;
}

.mm-utility {
    display: none;
}

.mm-summary {
    font-size: 58%;
}

.mm-summary__container {
    padding: 0;
    width: 100%;
}

.mm-summary__container--top {
    margin-left: 0;
    max-width: unset;
    padding-bottom: 1em;
    padding-left: 7em;
    padding-right: 2em;
    width: auto;
}

.mm-summary__container--left {
    float: left;
    width: 72%;
}

    .mm-summary__container--left figure {
        float: right;
        margin-left: 0.25in !important;
        margin-bottom: 0.25in !important;
        max-width: 3in !important;
    }

        .mm-summary__container--left figure img {
            max-height: 1.25in !important;
            margin-bottom: 0.15in !important;
        }

/*.mm-summary__container--mobile:after,
.mm-summary__container--mobile:before {
  clear: both;
  content: " ";
  display: table;
}*/
.mm-summary__container--right {
    float: right;
    font-size: 92%;
    padding: 2em;
    width: 24%;
}

.mm-summary__container--mobile .mm-summary__item-list--jobs li,
.mm-summary__container--mobile .mm-summary__item-list--resources li {
    display: inline-block;
    float: left;
    padding-bottom: 0.1em;
    width: 50% !important;
}

.mm-summary__container--mobile .mm-summary__item:after {
    clear: both;
    content: ' ';
    display: table;
}

.mm-summary__container--top {
    min-height: unset;
}

.mm-summary__item--print-preserve-space {
    opacity: 0;
}

.mm-summary__item-description,
.mm-summary__item-label {
    display: inline;
    /* 4 years */
    /*font-size: 9pt;*/
    /*font-size: 14px;*/
    /* 5 years*/
}

.mm-summary__item-label--main,
.mm-summary__item-label--secondary {
    display: block;
}

.mm-summary__item-label--secondary {
}

.mm-summary__item-list {
    padding-top: .62em;
}

    .mm-summary__item-list li {
        padding-bottom: .2em;
    }

.mm-summary__item-list--jobs,
.mm-summary__item-list--resources {
    font-size: 92%;
    padding-left: 0;
}

    .mm-summary__item-list--jobs li,
    .mm-summary__item-list--resources li {
        padding-bottom: .4em;
    }

.mm-summary__item--has-adjacent-col {
    /*float: left;
  width: 50%;*/
}

.mm-summary__item--requirement {
    padding-left: 1em;
    padding-bottom: .62em;
}

.mm-summary__item--contact {
    padding-bottom: .2em;
}

.mm-summary__item--requirement .mm-summary__item-label:after {
    content: ":";
}

.mm-summary__item--requirement .mm-summary__item-list {
    display: inline;
    padding-left: 0;
}

    .mm-summary__item--requirement .mm-summary__item-list li {
        display: inline;
    }

        .mm-summary__item--requirement .mm-summary__item-list li:after {
            content: ",";
        }

        .mm-summary__item--requirement .mm-summary__item-list li:last-child:after {
            content: "";
        }

.mm-summary__section-label {
}

.mm-summary__title {
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mm-summary__title--major {
    display: inline-block;
    font-size: 24px;
}

.mm-summary__title--school {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
}

.mm-summary__title--year {
    color: #222;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.mm-cts {
    clear: both;
    page-break-before: always;
    break-before: page;
}


.mm-transfer-map {
    font-size: 8px;
}

    .mm-transfer-map .mm-summary__container--top {
        padding-right: 2in;
    }

/********************************************************
    Course equivalent chart
*/

.mm-course-equiv {
    font-size: 8px;
    line-height: 1.2;
    page-break-before: always;
}

    .mm-course-equiv:before {
        page-break-before: always;
    }

.course-equiv-chart {
    display: flex;
}

.course-equiv-chart .cwf-scroll--x:before {
    content: unset;
    display: none;
}

.course-equiv-chart > * {
        flex: 0 0 50%;
        overflow-x: visible;
        margin-right: 2%;
    }

.course-equiv-chart table,
.course-equiv-chart .table {
    font-size: 8px;
    margin: 0 auto;
    min-width: unset !important;
    max-width: 7.5in !important;
}

    .course-equiv-chart table caption {
        font-size: 18px !important;
    }

    .course-equiv-chart table caption {
        font-size: 14px;
    }

    .course-equiv-chart table tr.header-item .title {
        font-size: 12px;
    }

    .course-equiv-chart table td {
        background-color: #ffffff;
        padding: 3px !important;
    }

    .course-equiv-chart table tr td:first-child {
        width: 15%;
    }

    .course-equiv-chart table tr td:nth-child(3) {
        width: 12%;
    }

    .course-equiv-chart table tr td:nth-child(5) {
        width: 12%;
    }

    .course-equiv-chart table tr td:nth-child(5) {
        width: 12%;
    }

.mm-course-equiv .mm-icon--title-compass {
    display: block;
}

.mm-course-equiv .mm-summary__container {
    margin-top: 1.5em;
}
