/* Minification failed. Returning unminified contents.
(1415,43): run-time error CSS1046: Expect comma, found '0'
(1415,47): run-time error CSS1046: Expect comma, found '/'
 */
a.tagBox-add-tag {
    float: right;
    background: url(/Content/raptor/images/responsive/search.png) no-repeat 94% 0;
    width: 14px;
    height: 14px;
    padding: 0;
    margin-top: 5px;
    font-size: 0;
}

a.tagBox-add-tag:hover {
    border-color: #888;
}

a.tagBox-add-tag:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#BFBEBE), to(#F2F2F2));
    background: -moz-linear-gradient(top, #BFBEBE, #F2F2F2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFBEBE', endColorstr='#F2F2F2');
}

span.tagBox-container {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

span.tagBox-list {
    padding: 0 0;
    font-size: 12px;
    line-height: 22px;
    display: block;
    clear: both;
}

span.tagBox-item {
    display: inline-block;
    margin: 15px 5px 0 0;
    vertical-align: middle;
    cursor: default;
    white-space: nowrap;
}

span.tagBox-item * {
    vertical-align: middle;
    white-space: normal;
}

span.tagBox-bullet {
    display: none;
}

span.tagBox-item * {
    vertical-align: middle;
}

span.tagBox-item-content {
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.4em;
    text-shadow: 0.083em 0.083em 0.083em #888;
    color: #FFF;
    background: #7e7e7e;
    -moz-border-radius: 3px;
    -wekit-border-radius: 3px;
    border-radius: 3px;
    font-family: open_sansregular;
    text-align: center;
    position: relative;
    margin-right: 22px;
}

span.tagBox-item-content a.tagBox-remove {
    text-decoration: none;
    display: inline-block;
    float: right;
    color: #FFF;
    text-align: center;
    font-family: "open_sansbold", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1em;
    background: #000;
    margin-left: 0.5em;
    padding: 0.35em 0.5em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    position: absolute;
    right: -22px;
    top: 6px;
}

span.tagBox-item-content a.tagBox-remove:hover {
    background-color: #ff3333;
}
/*----------------END TAGBOX--------------------*/
/*----------------START JQUERY SCROLLPANE TAGBOX--------------------*/
.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspVerticalBar *, .jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #dde;
    position: relative;
}

.jspDrag {
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

* html .jspCorner {
    margin: 0 -3px 0 0;
}
/*----------------END JQUERY SCROLLPANE TAGBOX--------------------*/
/*----------------START CUSTOM SELECT BOX--------------------*/
.customSelect {
    position: relative;
    font-size: 12px;
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    float: left;
}

.customSelect .selectedValue {
    cursor: pointer;
    color: #595959;
    font-family: 'Open Sans';
    font-size: 16px;
    height: 20px;
    overflow: hidden;
}

.customSelect .selectList {
    z-index: 100;
    position: absolute;
    left: -999em;
    top: -999em;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #E9E9E9;
    border-radius: 5px;
    border-bottom: 1px solid #bbbaba;
}

.customSelect.select-open .selectList {
    left: -18px !important;
    top: 43px !important;
    width: 320px;
    padding: 25px 20px;
}

.customSelect .selectList dl.defaultScrollbar {
    overflow-x: hidden;
    overflow-y: scroll;
}

.customSelect dl, .customSelect dd {
    margin: 0;
}

.customSelect dd {
    zoom: 1;
    cursor: pointer;
}

.customSelect .disabled {
    color: #999;
    cursor: default;
}

.customSelect .selected {
    background: url(/Content/raptor/images/responsive/select-green-right.png) no-repeat 0 4px;
    color: #000;
    padding: 0 0 0 28px;
    font-family: 'Open Sans';
    font-size: 13px;
}

.customSelect .selectList dd.disabled.hovered {
    background: none;
    color: #999;
}

.customSelect dt {
    font-weight: bold;
    font-style: italic;
    padding: 2px 10px 2px 6px;
}

.customSelect dd {
    background: url(/Content/raptor/images/responsive/select-grey-right.png) no-repeat 0 4px;
    margin: 0;
    font-weight: normal;
    padding: 0 0 0 28px;
    color: #000;
    font-size: 13px;
    font-family: 'Open Sans';
    line-height: 25px;
    margin-bottom: 8px;
}

.hasJS select.custom {
    position: absolute;
    left: -999em;
}

.hasJS select.custom.use-default {
    position: absolute;
    left: auto;
    height: auto;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    font-size: 16px;
}

.customSelect.disabled .selectedValue {
    border: 1px solid #ccc;
    color: #ccc;
    cursor: default;
}

.customSelect .caret {
    display: inline-block;
    width: 0;
    height: 0;
    background: url(/Content/raptor/images/responsive/search.png) no-repeat 94% 0;
    width: 14px;
    height: 14px;
}

.customSelect .selectValueWrap .caret {
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
}

.customSelect .jspPane {
    overflow-x: hidden;
}

.customSelect .jspVerticalBar {
    background: none;
    width: 8px;
}

.customSelect .jspHorizontalBar {
    height: 0;
    overflow: hidden;
}

.customSelect .jspTrack {
    background: #7e7e7e;
    right: 5px;
}

.customSelect .jspDrag {
    color: #ffffff;
    background-color: #b3c12c;
}
/*----------------END CUSTOM SELECT BOX--------------------*/
/*----------------START CUSTOM DROPDOWN (Select styling for full,limited,none section)--------------------*/
.sbHolder {
    font-family: 'Open Sans';
    font-size: 14px;
    height: 20px;
    position: relative;
    display: inline-block;
    line-height: 20px;
}

.sbSelector {
    display: block;
    height: 36px;
    left: 0;
    line-height: 36px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 105px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #000;
    outline: none;
    text-decoration: none;
}

.sbToggle {
    background: url(/Content/raptor/images/responsive/darkNormal.png) no-repeat center right;
    display: block;
    height: 36px;
    outline: none;
    position: absolute;
    right: 10px;
    top: 0;
    width: 12px;
}

.sbToggleOpen {
    background: url(/Content/raptor/images/responsive/down-arrow.png) no-repeat center right;
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbOptions {
    padding: 10px;
    margin: 0;
    background: #E9E9E9;
    list-style: none;
    left: -1px;
    position: absolute;
    top: 45px !important;
    width: 110px;
    z-index: 1;
    overflow-y: auto;
    border-radius: 5px;
}

.sbOptions li {
    padding: 5px 0;
}

.sbOptions a {
    display: block;
    outline: none;
    padding: 5px 0;
}

.sbOptions a:link, .sbOptions a:visited {
    color: #000;
    text-decoration: none;
    background: url(/Content/raptor/images/responsive/select-grey-right.png) no-repeat 0 0;
    padding: 0 0 0 28px;
}

.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
    color: #b3c12c;
    background: url(/Content/raptor/images/responsive/select-green-right.png) no-repeat 0 0;
}

.sbOptions li.last a {
    border-bottom: none;
}

.sbOptions .sbDisabled {
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
    padding-left: 17px;
}
/*----------------For Select Tab heapbox--------------------*/
.heapBox {
    clear: both;
    display: inline-block;
    position: relative;
}

.heapBox * {
    margin: 0;
    padding: 0;
    outline: none;
}

.heapBox a {
    text-decoration: none;
    color: #000;
}

.heapBox .holder {
    width: 193px;
    overflow: hidden;
    font-size: 14px;
    font-family: 'Open Sans';
    height: 20px;
}

.heapBox .handler {
    width: 12px;
    background: url(/Content/raptor/images/responsive/darkNormal.png) no-repeat center right;
    color: #000;
    height: 20px;
    float: left;
}

.heapBox .holder {
    float: left;
    position: relative;
    z-index: 8;
}
.heapBox .handler {
    float: right;
    width: 10%;
    position: relative;
    z-index: 8;
    min-width: 12px;
}

.heapBox {
    width: 100%;
    margin: 12px 12px 12px 20px;
    padding-right: 35px;
}

.heapBox .holder {
    width: 90%;
}

.heapBox div.heap {
    display: none;
    position: absolute;
    left: -20px;
    width: 100%;
    min-width: 147px;
    top: 32px;
    padding: 10px 16px 10px;
    margin: 0;
    background: #E9E9E9;
    list-style: none;
    max-height: 140px;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #bbbaba;
    z-index: 99;
}

.heapBox .heap .heapOptions {
    display: block;
    overflow: hidden;
    z-index: 20;
    position: relative;
}

.heapBox .heap a.sliderUp {
    display: block;
    width: 100%;
    height: 15px;
    background: #333 url(/Content/raptor/images/responsive/slider_arrow_up.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: 1px solid #111;
    position: absolute;
    top: 0;
    z-index: 30;
}

.heapBox .heap a.sliderDown {
    display: block;
    width: 100%;
    height: 15px;
    background: #333 url(/Content/raptor/images/responsive/slider_arrow_down.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-top: 1px solid #111;
    position: absolute;
    bottom: 0;
    z-index: 30;
}

.heapBox .heap .heapOptions .heapOption {
    margin: 0;
    font-weight: normal;
    padding: 0;
    color: #aeaeae;
    font-size: 13px;
    font-family: 'Open Sans';
    line-height: 25px;
}

.heapBox .heap .heapOptions .heapOption a {
    display: block;
    padding: 0 0 0 28px;
    background: url(/Content/raptor/images/responsive/select-grey-right.png) no-repeat 0 4px;
    color: #000;
}

.heapBox .heap .heapOptions .heapOption a:hover {
    color: #000;
    background: url(/Content/raptor/images/responsive/select-green-right.png) no-repeat 0 4px;
}

.heapBox .heap .heapOptions .heapOption a.selected {
    color: #000;
    background: url(/Content/raptor/images/responsive/select-green-right.png) no-repeat 0 4px;
}

td.report-lookback-period.institution-filter-panel .holder {
    width: 85%;
}
td.report-lookback-period.institution-filter-panel .handler {
    width: 15%;
}
td.report-lookback-period.institution-filter-panel .heap{
    min-width: 128px;
}

/*-------------------------tufte Graph Label--------------------------------*/
.graph {
    margin-bottom: 0;
    margin-top: 30px;
    clear: both;
    font-family: open_sansbold;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.net-cost, .income {
    text-align: center;
}

.net-cost {
    position: absolute;
    left: 5px;
    top: 0;
    height: 320px;
    width: 28px;
}

.net-cost h3 {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Opera, Chrome, and Safari */
    width: 90px;
    color: #8c9a07;
    font-size: 16px;
    font-family: proximanova-bold-webfont;
    text-transform: uppercase;
    position: absolute;
    left: -32px;
    bottom: 150px;
    margin: 0;
}

.graph .label {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #292929;
    font-size: 14px;
    font-family: open_sansbold;
}

.graph .label.axis-label {
    top: 205px !important;
    font-family: open_sansregular;
    color: #5f5f5f;
    font-size: 13px;
}

.graph-header h3 {
    margin-bottom: 0;
}

.example.sales h3 {
    color: #8c9a07;
    font-size: 16px;
    font-family: proximanova-bold-webfont;
    text-transform: uppercase;
    position: absolute;
    bottom: -80px;
    width: 100%;
    left: 0;
}

.graph-header {
    text-align: center;
}

.graph-header p {
    margin-top: 0;
}

.graph .legend td, .graph .legend, .graph .legend tr {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.graph .legend {
    margin-left: 10px;
}

.graph .legend td {
    padding-right: 5px;
}

.graph .legend .color-box {
    width: 14px;
    height: 10px;
    overflow: hidden;
}
/*-------------------------End tufte Graph Label--------------------------------*/
/*------------------Select checkbox for result page----------------------------*/
label {
    display: block;
    cursor: pointer;
    line-height: 20px;
    padding-bottom: 9px;
}

.label_check input, .label_radio input {
    margin-right: 5px;
}

.has-js .label_check {
    background: url(/Content/raptor/images/responsive/select-grey-right.png) no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    padding: 0;
}

.has-js label.c_on {
    background: url(/Content/raptor/images/responsive/select-green-right.png) no-repeat;
}

.has-js .label_check input {
    position: absolute;
    left: -9999px;
}

.has-js .progress-bar1 .label_check {
    background: url(/Content/raptor/images/responsive/p-bar.png) no-repeat;
}

.has-js .progress-bar1 label.c_on {
    background: url(/Content/raptor/images/responsive/p-bar-select.png) no-repeat;
}
/*---------------------end Select checkbox for result page--------------------------*/
/*===== Media Queries ============================================================= */
/***** smaller than 768 *************************************************************/
@media screen and (max-width:768px) {
    .heapBox .holder {
        width: 90%;
    }
}
/***** smaller than 560 *************************************************************/
@media screen and (max-width:560px) {
    .heapBox .holder {
        width: 90%;
    }
}
/***** smaller than 320 *************************************************************/
@media screen and (max-width:320px) {
    .heapBox .holder {
        width: 90%;
    }
}
.custom-dropmenu .heapOption a {
    background: none !important;
    padding-left: 0px !important;
}
.custom-dropmenu.search-textbox {
    border-radius: 0 !important;
}
.custom-dropmenu .heapBox div.heap {
    border-radius: 0 !important;
}
.custom-dropmenu.search-textbox .heapBox {
    margin:0;
    padding:10px;
}
    .custom-dropmenu.search-textbox .heapBox div.heap {
        left: 0;
        top: 42px;
    }
.majors-container .header {
    background-color: #F4F6F7;
    border: 1px solid #9E0000;
    padding: 4px 15px;
}

    .majors-container .header p {
        font-size: 14px;
    }

    .majors-container .header h1 {
        font-size: 24px;
        padding-bottom: 5px;
    }

.majors-container .filters-container {
    padding: 8px 2px 8px 0;
}

    .majors-container .filters-container .breadcrumb {
        margin: 0;
        padding: 0;
    }

        .majors-container .filters-container .breadcrumb > ul {
            margin: 0;
            padding: 0;
        }

        .majors-container .filters-container .breadcrumb li {
            float: left;
            font-size: 11px;
            list-style: none outside none;
        }

        .majors-container .filters-container .breadcrumb a {
            display: block;
            padding: 2px 4px 0;
            text-decoration: none;
        }

            .majors-container .filters-container .breadcrumb a:hover {
                text-decoration: underline;
            }

        .majors-container .filters-container .breadcrumb .last-item {
            vertical-align: middle;
            padding: 2px 4px 0;
            display: block;
        }

.majors-container .majors-content {
    margin-top: 15px;
}

    .majors-container .majors-content h2 {
        font-size: 18px;
        margin: 0;
        padding: 10px 15px 4px 0;
    }

    .majors-container .majors-content .major-table {
        width: 100%;
    }

    .majors-container .majors-content table.majors-group {
        border-left: 1px solid #9E0000;
        border-top: 1px solid #9E0000;
        margin: 4px 0 15px;
        width: 100%;
        font-size: 14px;
    }

        .majors-container .majors-content table.majors-group td, .majors-container .majors-content table.majors-group th {
            border-bottom: 1px solid #9E0000;
            border-right: 1px solid #9E0000;
            padding: 8px 4px 8px 9px;
        }

        .majors-container .majors-content table.majors-group th {
            padding-left: 8px;
            text-align: left;
            font-weight: 600;
            background-color: #9E0000;
            color: #FFFFFF;
        }

        .majors-container .majors-content table.majors-group.dataTable th {
            padding-right: 15px;
        }

        .majors-container .majors-content table.majors-group .head-row {
            font-weight: 600;
        }

            .majors-container .majors-content table.majors-group .head-row td {
                font-weight: 600;
            }

        .majors-container .majors-content table.majors-group tr.child-row .row-header {
            padding-left: 25px;
        }

        .majors-container .majors-content table.majors-group td a {
            text-decoration: none;
        }

            .majors-container .majors-content table.majors-group td a:hover {
                text-decoration: underline;
            }

        .majors-container .majors-content table.majors-group ul {
            margin: 0;
            padding: 0;
        }

            .majors-container .majors-content table.majors-group ul li {
                list-style: none outside none;
                margin: 0;
                padding: 0;
            }

    .majors-container .majors-content .major-table a.pin-favorite {
        display: block;
        height: 18px;
        margin: 0 auto;
        width: 15px;
    }

    .majors-container .majors-content .major-table a.add-favorite {
        background-image: url("/Content/images/thumbs-up-gray.png");
    }

    .majors-container .majors-content .major-table a.remove-favorite {
        background-image: url("/Content/images/thumbs-up.png");
    }


    .majors-container .majors-content .result-footer-container {
        padding: 0 10px 10px;
    }

table#MajorDetails thead tr {
    background-color: #9E0000;
    color: #FFFFFF;
}

table#MajorDetails tr.odd {
    background-color: #F4F4F4;
}

    table#MajorDetails tr.odd td {
        background-color: #F4F4F4;
    }

table#MajorDetails tr td.sorting_1 {
    background-color: #EDEDED;
}

.content-center {
    text-align: center !important;
}

.content-right {
    /*text-align: right!important;*/
    padding-right: 15px !important;
}

.breadcrumb-separator {
    vertical-align: middle;
}


.summary-description {
    /*width: 1124px;
    height: 116px;
    margin: 24px 0 35px;*/
    font-family: "Fira Sans";
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #231F20;
    margin-bottom: 35px;
}


.result-footer-container {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 15px 10px 10px;
}

.result-footer {
    margin-right: 20px;
    padding-top: 7px;
}

    .result-footer span {
        background-color: #ededed;
        display: block;
        float: left;
        margin: 0 2px;
        padding: 0 5px;
    }

        .result-footer span.label {
            background-color: transparent;
        }

        .result-footer span.current, .result-footer span.active {
            background-color: #F8B500;
            color: #000;
            text-align: center;
        }

        .result-footer span a {
            color: #000;
        }

        .result-footer span.active a {
            color: #000;
        }

    .result-footer a, .result-footer span {
        background-color: #EDEDED;
        display: block;
        float: left;
        margin: 0 2px;
        padding: 0 5px;
    }

    .result-footer a {
        padding: 0 5px 2px;
        text-align: center;
    }

        .result-footer span.current, .result-footer span.active, .result-footer a.paginate_active, .result-footer a.active {
            background-color: #F8B500;
            color: #000;
            text-align: center;
        }

.results-button-bottom {
    margin-left: 2px;
}

.result-footer span.number-container {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.result-footer a.only_page, .result-footer a.paginate_button_disabled {
    display: none;
}

.summary {
    border-top: 1px solid #DDDDDD;
    padding: 8px 4px 4px;
}

    .summary .summary-item {
        color: #9E0000;
        display: block;
        float: left;
        font-size: 14px;
        font-weight: 600;
        margin-right: 10px;
        padding: 0 4px;
    }

        .summary .summary-item .caption, .summary-item .value {
            float: left;
            padding: 4px;
        }

a.tooltip-link {
    background: url("/Content/raptor/images/tip.png") no-repeat scroll center center transparent;
    display: block;
    height: 17px;
    width: 13px;
    margin-left: 4px;
    float: left;
    clear: right;
}

    a.tooltip-link.white-icon {
        background: url("/Content/images/tooltip-icon-white.png") no-repeat scroll center center transparent;
    }

.summary .summary-item .tooltip-link {
    padding: 4px 0;
}

.nodata-wrapper {
    background-color: #F2DEDE;
    margin-top: 10px;
    padding: 5px 10px;
    text-align: center;
}

.hint-container {
    margin-top: 0;
}

/*New majors layout css starts here*/
/*no gutter for bootstrap rows*/
.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutter > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
/*end no gutter*/


.new-majors__header {
    width: 100%;
    /*  height: 260px;*/
    margin-right: auto;
    margin-left: auto;
    /* background: url('/Content/raptor/images/majors/robert-bye-CyvK_Z2pYXg-unsplash.png') 0 -650px no-repeat;
    background-size: cover;*/
}
body:not(.partnermode).hasRanking2019Popup #container.details {
    padding-top: 190px;
}
.new-majors__header--program {
    background: #F6F6F6;
    margin-bottom: 30px;
    padding: 10px;
    height: 380px;
}

.new-majors__header-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 100%;*/
    width: 100%;
    background: rgba(34,34,34,0.75);
    z-index: 2;
    background-color: #F0F0E6;
}

.new-majors__header-overlay--program {
    background: none;
}

.new-majors__header-title {
    font-family: "Fira Sans";
    font-size: 41px;
    font-weight: 600;
    line-height: 1.13;
    color: #b3c12c;
    margin-top: 40px;
}

.new-majors__header-title--program {
    color: #231F20;
}


.new-majors__header-description {
    font-family: "Fira Sans";
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    margin: 25px auto 25px auto;
    width: 45%;
}

.new-majors__header-fields {
    width: 70%;
    /*color: #fff;*/
    font-size: 20px;
    font-family: "Fira Sans";
}

.new-majors__header-fields {
    display: flex;
    justify-content: center;
    align-items: center;
}

    /*.new-majors__header-fields.new-majors__header-fields--program {
    flex-direction: column;
    width: 100%;
}*/

    .new-majors__header-fields.new-majors__header-fields--program .search-textbox {
        width: 260px;
    }

.new-majors__search {
    position: relative;
    border: solid 2px #ccc;
    border-radius: 0px;
    outline: none;
    background-color: #fff;
    margin-bottom: 50px !important;
}

input.new-majors__search-field {
    margin-left: 35px !important;
}

.new-majors__search-label {
    /* margin-bottom: 10px;*/
    font-family: "Fira Sans";
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 1.4;
    text-align: left;
    color: #222;
    margin-bottom: 0px;
    padding-bottom: 9px;
}

.new-majors__search-label--program {
    margin-top: 15px;
    font-family: "Fira Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    color: #222;
}

.college-major-search-toggle i.fa.fa-caret-down {
    /*color: #fff;*/
    font-size: 18px;
    margin-top: 16px;
}

.college-major-search-toggle.open i.fa.fa-caret-down {
    margin-top: 22px;
}

.college-major-search-toggle {
    transform: rotateX(0deg);
}

    .college-major-search-toggle.open {
        transform: rotateX(180deg);
    }

.new-major__degree-filter-label {
    margin-bottom: 9px;
}

.new-major__degree-filter-label--program {
    color: #231F20;
    margin-right: 60px;
}

.new-majors__search-icon {
    position: absolute;
    left: 13px;
    top: 12px;
    color: #ccc;
}

.new-majors__stats {
    background-color: #F6F6F6;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.new-majors__stats--program {
    margin-bottom: 20px;
}

.new-majors i.fa.fa-info-circle {
    color: #ccc;
    font-size: 16px;
}

.new-majors__stats-block {
    display: flex;
    height: 80px;
}

    .new-majors__stats-block .textB {
        font-family: "Fira Sans";
        font-size: 18px;
        font-weight: 600;
        line-height: 1.7;
    }

    .new-majors__stats-block:not(:last-child) {
        border-right: solid 2px #ccc;
    }

    .new-majors__stats-block:not(:first-child) {
        margin-left: 20px;
    }

    .new-majors__stats-block img {
        object-fit: contain;
    }

.new-major__stats-number {
    font-family: "Fira Sans";
    font-size: 32px;
    font-weight: 600;
    line-height: 1.44;
}

    .new-major__stats-number span {
        font-size: 26px;
        font-weight: normal;
        color: #636262;
    }


.new-majors__stats-block--female {
    color: #8C3C67;
}

.new-majors__stats-block--male {
    color: #0091B3;
}

table.footable3.footable > thead > tr > th.footable-sortable i.fa.fa-info-circle {
    color: #ccc;
    font-size: 16px;
}

.majors-content__table-header {
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 auto;
    align-items: center;
    justify-content: space-between;
    font-family: "Fira Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.22;
    color: #231F20;
}

.majors-content__header-item label:hover {
    text-decoration: underline;
    color: #044da2;
}

.majors-content__header-item .search-textbox {
    display: inline-block;
    margin-left: 20px;
    width: 50%;
    margin-bottom: 0;
}

    .majors-content__header-item .search-textbox.search-textbox-majors {
        display: inline-block;
        margin-left: 0px;
        width: 100%;
        margin-bottom: 0;
    }

.majors-content__header-item img {
    display: inline-block;
}

.majors-content__header-item label {
    display: inline-block;
    margin-left: 5px;
    padding-top: 11px;
}

.new-majors__header-fields--program .bootstrap-select .dropdown-toggle {
    background-color: #fff;
    border: 2px solid #ccc;
}

.majors-content__header-item:nth-child(1) {
    flex-grow: 2;
    justify-self: flex-start;
}

.majors-content__header-item .filter-wrapper {
    height: 60px;
}

.majors-content__header-item:not(:first-child) {
    justify-self: flex-end;
    margin-right: 30px;
}

.majors-content__header-item:last-child {
    margin-right: 0;
}

/*Color for table #MajorsDataTable
    This is based on nth-child (which is a fix order)
    when adding new columns to table
    also consider updating this
*/

#MajorsDataTable.demo thead tr th:nth-child(2),
#MajorsDataTable.demo tbody tr td:nth-child(2),
#MajorsDataTable.demo tbody tr td:nth-child(3) {
    color: #000 !important;
}

#MajorsDataTable th:nth-child(4),
#MajorsDataTable td:nth-child(4),
#MajorsDataTable td:nth-child(5) {
    color: #8C3C67 !important;
    background-color: rgba(152,0,255, 0.05);
}

#MajorsDataTable th:nth-child(6),
#MajorsDataTable td:nth-child(6) {
    background-color: rgba(37,131,112,0.05);
    color: #008555 !important;
}

#MajorsDataTable .sort-highlight, .sort-highlight span, .sort-highlight div {
    color: #666 !important;
}

#MajorsDataTable thead {
    background-color: #F6F6F6;
}
/*end color for table*/
.majors-content__table-header .bootstrap-select .dropdown-toggle {
    background-color: #fff;
    border: 2px solid #ccc;
}

    .majors-content__table-header .bootstrap-select .dropdown-toggle:focus,
    .majors-content__table-header .bootstrap-select .dropdown-toggle:hover {
        background-color: #fff !important;
        box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
        outline: none !important;
    }

.majors-content__table-header .dropdown-menu.show {
    padding: 0;
}
.majors-content__table-header .dropdown-menu{
    z-index:99;
}

.majors-content__table-header .dropdown-menu.inner {
    background-color: #fff;
}

.majors-content__table-header .dropdown-menu > li > a {
    padding: 3px 3px;
}

    .majors-content__table-header .dropdown-menu > li > a:hover {
        background-color: #e6f3ee !important;
    }

div .btn-group.bootstrap-select.show-tick.form-control {
    border: 2px solid #ccc;
    border-radius: 0px;
}


#MajorsDataTable.demo thead tr th a i {
    color: #ccc;
    font-size: 12px;
}

#MajorsDataTable.demo .index-program-item a,
#MajorsDataTable.demo .sub-major-program-item a {
    font-family: "Fira Sans";
    font-size: 16px;
    line-height: 1.22;
    color: #044da2 !important;
    font-weight: 600;
}

#MajorsDataTable.demo .sub-major-program-item a {
    margin-left: 50px;
}

#MajorsDataTable.demo .major-program-item {
    font-family: "Fira Sans";
    font-size: 16px;
    line-height: 1.22;
    color: #636262;
    width: 90%;
}

#MajorsDataTable.demo .sub-major-program-item {
    width: 90%;
}

.major-collapse-icon {
    background: url(/Content/raptor/images/majors/plus-circle-solid.png) no-repeat top left;
    width: 20px;
    height: 18px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
}

    .major-collapse-icon.open {
        background: url(/Content/raptor/images/majors/minus-circle-solid.png);
        width: 18px;
    }

.parent-major-base {
    margin-left: 20px;
}

.new-majors__breadcrumb-container {
    align-self: flex-start;
}

#MajorsDataTable.demo tbody tr td a {
    text-decoration: none;
}

    #MajorsDataTable.demo tbody tr td a:hover {
        text-decoration: underline;
    }
/*.demo tbody tr td a {
    width: 
}*/

#MajorsDataTable.demo thead tr th {
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    color: #636262;
    padding: 13px 7px;
    background-color: #F6F6F6;
}

#MajorsDataTable.demo tbody tr td.sub-major-program-item.faded ~ td {
    opacity: 0.7;
}

/*Breadcrumb modifications*/
.new-majors .breadrumb,
.new-majors .breadrumb a {
    display: inline;
    text-decoration: none;
    font-family: "Fira Sans";
    font-size: 14px;
    line-height: 1.86;
    color: #636262;
}

    .new-majors .breadrumb .breadcrumb-separator {
        height: 18px;
        margin: 0 4px;
        font-family: "Fira Sans";
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.86;
        letter-spacing: normal;
        text-align: left;
        color: #BFBEBE;
    }

    .new-majors .breadrumb .breadcrumb-separator {
        height: 18px;
        margin: 0 4px;
        font-family: "Fira Sans";
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.86;
        letter-spacing: normal;
        text-align: left;
        color: #BFBEBE;
    }

    .new-majors .breadrumb a {
        color: #044da2;
    }


        .new-majors .breadrumb a:hover {
            text-decoration: underline;
        }
/*End of breadcrumb modifications*/

#MajorsDataTable.demo thead tr th a i {
    color: #ccc;
}


/*MajorsDataTable Subcolumns styles*/
#MajorsDataTable.footable3.demo tbody tr td table tbody tr > th {
    width: 50%;
    background-color: #F6F6F6;
    color: #636262;
    border-bottom: 2px solid rgba(204,204,204,0.7);
    text-align: right;
}

#MajorsDataTable.footable3.demo tbody tr td > table i {
    color: #ccc;
}

#MajorsDataTable.footable3.demo tbody tr td table tbody tr:nth-child(1) {
    border-top: 2px solid rgba(204,204,204,0.7);
}

#MajorsDataTable.footable3.demo tbody tr td table tbody tr {
    border-bottom: 1px solid rgba(204,204,204,0.5);
}

    #MajorsDataTable.footable3.demo tbody tr td table tbody tr > td {
        font-family: "Fira Sans";
        font-size: 16px;
        font-weight: 600;
        line-height: 1.22;
        text-align: right;
        height: 53px;
        width: 50%;
    }

#MajorsDataTable.footable3.demo.table > thead > tr > td,
#MajorsDataTable.footable3.demo.table > tbody > tr > td,
#MajorsDataTable.footable3.demo.table > tfoot > tr > td {
    font-family: "Fira Sans";
}

#MajorsDataTable tbody tr td table tbody tr:nth-child(1) th,
#MajorsDataTable tbody tr td table tbody tr:nth-child(1) td {
    color: #8C3C67 !important;
    background-color: rgba(152,0,255, 0.05);
}

#MajorsDataTable tbody tr td table tbody tr:nth-child(3) th,
#MajorsDataTable tbody tr td table tbody tr:nth-child(3) td {
    background-color: rgba(37,131,112,0.05);
    color: #008555 !important;
}
/*End of MajorsDataTable Subcolumns styles*/

#MajorsDataTable tbody tr td,
#MajorsDataTable thead tr th {
    vertical-align: middle;
}

.new-majors__header-title .to-h1 {
    margin-top: 0;
    font-family: "Fira Sans";
    font-size: 41px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #222;
}

#MajorsDataTable > tbody > tr > td > span.footable-toggle {
    opacity: 1;
}

.inner table i {
    font-size: 12px;
}

/*Tabulator layout update*/
#MajorsDataTable {
    color: #636262;
}

    #MajorsDataTable .tabulator-headers {
        height: 80px;
        box-shadow: 0 2px 0 0 #ccc;
    }

        #MajorsDataTable .tabulator-headers .tabulator-col {
            height: 80px;
        }

    #MajorsDataTable .tabulator-headers,
    #MajorsDataTable .tabulator-col-title-holder,
    #MajorsDataTable .tabulator-sortable {
        background-color: #F6F6F6;
    }


    #MajorsDataTable .tabulator-row .tabulator-cell .tabulator-data-tree-control {
        width: 20px;
        height: 20px;
    }

        #MajorsDataTable .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
            background: none;
            width: 0px;
        }

    #MajorsDataTable .data-tree-control {
        width: 18px;
        height: 18px;
        display: inline-block;
        margin-left: 10px;
        /*position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);*/
    }

    #MajorsDataTable .data-tree-expand-icon {
        background: url(/Content/raptor/images/majors/plus-circle-solid.png) no-repeat center left;
        align-items: flex-start;
        height: 100%;
        display: inline-block;
        /*float: left;*/
    }

    #MajorsDataTable .data-tree-collapse-icon {
        background: url(/Content/raptor/images/majors/minus-circle-solid.png) no-repeat center left;
        align-items: flex-start;
        height: 100%;
        display: inline-block;
        /*float: left;*/
    }

    #MajorsDataTable .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse::after,
    #MajorsDataTable .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand::after {
        left: -9px;
        top: -7px;
        height: 18px;
        width: 18px;
    }


    #MajorsDataTable .tabulator-row .tabulator-cell .tabulator-data-tree-control {
        border: none;
        background: none;
    }

    #MajorsDataTable .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
        border: none;
    }

    #MajorsDataTable .tabulator-headers .tabulator-col:nth-child(2),
    #MajorsDataTable .tabulator-row .tabulator-cell:nth-child(2) {
        color: #222 !important;
        font-weight: 600;
    }

    #MajorsDataTable .tabulator-headers .tabulator-col:nth-child(4) {
        color: #8C3C67;
    }



    #MajorsDataTable .tabulator-row .tabulator-responsive-collapse tr td:nth-child(1) {
        background-color: #F6F6F6;
    }

    #MajorsDataTable .tabulator-row .tabulator-responsive-collapse table tr td:nth-child(1) {
        border-top: 2px solid #ccc;
        height: 45px;
        background-clip: padding-box;
        width: 50%;
    }

        #MajorsDataTable .tabulator-row .tabulator-responsive-collapse table tr td:nth-child(1) strong {
            margin-left: 25px;
            font-weight:600;
        }

    /*#MajorsDataTable .tabulator-row .tabulator-responsive-collapse tr:nth-child(1) {
        color: #008555;
        background-color: rgba(37,131,112,0.05);
    }*/

    #MajorsDataTable .tabulator-row .tabulator-responsive-collapse tr:nth-child(1),
    #MajorsDataTable .tabulator-row .tabulator-responsive-collapse tr:nth-child(2) {
        /*background-color: rgba(37,131,112,0.05);*/
        background-color: rgba(152,0,255, 0.05);
        color: #8C3C67;
    }

    #MajorsDataTable .tabulator-row .tabulator-responsive-collapse tr:nth-child(3),
    #MajorsDataTable .tabulator-row .tabulator-responsive-collapse tr:nth-child(4) {
        background-color: rgba(37,131,112,0.05);
        color: #008555;
    }

    #MajorsDataTable .tabulator-row .tabulator-col:nth-child(4),
    #MajorsDataTable .tabulator-row .tabulator-cell:nth-child(4) {
        color: #8C3C67;
        background-color: rgba(152,0,255, 0.05);
    }

    #MajorsDataTable .tabulator-row .tabulator-cell:nth-child(5) {
        background-color: rgba(152,0,255, 0.05);
    }


    #MajorsDataTable .tabulator-headers .tabulator-col:nth-child(6),
    #MajorsDataTable .tabulator-row .tabulator-cell:nth-child(6) {
        color: #0091B3;
        background-color: rgba(37,131,112,0.05);
    }

    #MajorsDataTable .tabulator-row .tabulator-cell:nth-child(7) {
        background-color: rgba(37,131,112,0.05);
    }

    #MajorsDataTable .tabulator-row .tabulator-cell.MajorTitle,
    #MajorsDataTable .tabulator-row .tabulator-cell.MajorTitle a {
        font-family: "Fira Sans";
        font-size: 16px;
        line-height: 1.22;
        color: #044da2;
        font-weight: 600;
        display: inline-flex;
    }

        #MajorsDataTable .tabulator-row .tabulator-cell.MajorTitle:hover,
        #MajorsDataTable .tabulator-row .tabulator-cell.MajorTitle a:hover {
            text-decoration: underline;
        }

        #MajorsDataTable .tabulator-row .tabulator-cell.MajorTitle a {
            /*position: relative;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);*/
            align-items: center;
            margin-left: 13px;
        }

    #MajorsDataTable .tabulator-row .tabulator-cell {
        font-family: "Fira Sans";
        font-size: 16px;
        line-height: 1.22;
        letter-spacing: normal;
    }

    #MajorsDataTable .tabulator-col.MajorTitle .tabulator-col-title-holder {
        padding-left: 30px;
    }

    #MajorsDataTable .tabulator-tree-level-1 {
        background-color: #F6F6F6;
    }

        #MajorsDataTable .tabulator-tree-level-1 .tabulator-cell.MajorTitle {
            font-family: "Fira Sans";
            font-size: 16px;
            line-height: 1.22;
            font-weight: 600;
            color: #636262;
        }

    #MajorsDataTable .tabulator-cell.MajorTitle .data-tree-expand-icon,
    #MajorsDataTable .tabulator-cell.MajorTitle .data-tree-collapse-icon {
        padding-right: 18px;
    }

    #MajorsDataTable data-tree-branch + a {
        margin-left: 20px;
    }

    #MajorsDataTable.tabulator .tabulator-header .tabulator-col {
        background: none;
    }

    /*#MajorsDataTable .tabulator-header .tabulator-col.MajorTitle .tabulator-col-title {
        margin-top:15px;
    }*/

    #MajorsDataTable .tabulator-header .tabulator-col {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
    }

        #MajorsDataTable .tabulator-header .tabulator-col.MajorTitle {
            justify-content: flex-start;
        }

    #MajorsDataTable .tabulator-row .tabulator-responsive-collapse table {
        font-size: 16px;
        font-weight: 600;
    }

    #MajorsDataTable .tabulator-responsive-collapse-toggle-open {
        display: none;
    }

    #MajorsDataTable .tabulator-responsive-collapse-toggle-close {
        display: none;
    }

    #MajorsDataTable .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
        background: url("/Content/raptor/images/majors/plus-circle-solid-gray.png") no-repeat top left;
        width: 18px;
        height: 18px;
        display: inline-block;
        cursor: pointer;
    }

        #MajorsDataTable .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open {
            background: url("/Content/raptor/images/majors/minus-circle-solid-gray.png") no-repeat top left;
        }


    #MajorsDataTable .tabulator-header .tabulator-col-title .fa.fa-info-circle,
    #MajorsDataTable .tabulator-responsive-collapse .fa.fa-info-circle {
        color: #ccc;
        font-size: 16px;
    }

    #MajorsDataTable.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
        /*padding-right:0;*/
    }

    #MajorsDataTable .tabulator-row .tabulator-responsive-collapse tr td:nth-child(2) {
        text-align: center;
    }

    #MajorsDataTable .tabulator-row .tabulator-responsive-collapse tr td br {
        display: none;
    }

    #MajorsDataTable .tabulator-row .tabulator-cell {
        white-space: pre-wrap;
        padding: 15px 0px;
    }

    #MajorsDataTable .tabulator-col-title {
        white-space: pre-wrap;
        display: inline;
        padding-right: 0;
        font-size: 16px;
        font-family: "Fira Sans";
        /*margin-left: 28px;*/
    }

    #MajorsDataTable .cell-students-total .tabulator-col-title {
        display: inherit;
    }
/*.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
    padding: 20px 8px 8px 8px;
}*/

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
    top: 5px;
    align-items: flex-start;
    height: 11px;
    position: relative;
    display: inline-block;
    margin-left: 8px;
}

#MajorsDataTable .tabulator-header .tabulator-col-title .fa.fa-info-circle, #MajorsDataTable .tabulator-responsive-collapse .fa.fa-info-circle {
    font-size: 14px;
}


/*#MajorsDataTable.tabulator .tabulator-header .tabulator-col.MajorTitle .tabulator-col-content .tabulator-col-sorter{
   left:15%;
}*/

/* Define the style when the column is not sorted */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter {
    display: none;
}

/* Define the style when the column is sorted in ascending order */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-col-sorter {
    transform: scaleY(-1);
}

/* Define the style when the column is sorted in descending order */
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-col-sorter {
}

/*end tabulator layout*/
.new-majors__search #major-search-box-index {
    margin: auto;
    width: 100%;
    padding: 0 45px;
    border-radius: 0px;
    border: none;
    margin-bottom: 15px !important;
}

    .new-majors__search #major-search-box-index:focus {
        box-shadow: none !important;
    }

.new-majors__search .twitter-typeahead {
    font-size: 14px;
}

.new-majors__search .tt-header {
    display: none !important;
    border-bottom: 1px solid #222;
    display: block;
    padding: 5px 0;
    margin: 5px 20px;
    text-align: right;
}

.new-majors__search .tt-dropdown-menu {
    font-family: "Fira Sans";
    max-width: initial;
    top: 67% !important;
    border-radius: 0px 0px 6px 6px;
}

.new-majors__search--details .tt-dropdown-menu {
    top: 96% !important;
}

.new-majors__search .tt-dropdown-menu .tt-suggestions {
    max-height: 420px;
    overflow-y: auto;
}

.new-majors__search .tt-suggestion.tt-cursor a {
    border-bottom: 0
}

.new-majors__search .tt-suggestion {
    font-size: 18px;
    margin: 0px;
    padding: 10px 0px;
    padding-left: 45px;
}

    .new-majors__search .tt-suggestion:hover {
        background-color: rgba(0,123,189, 0.1)
    }

.js-hide-search {
    display: none;
}

.js-search-bar {
    display: none;
}

    .js-search-bar.open {
        display: block;
    }

.new-majors__stats--mobile {
    display: none;
}

    .new-majors__stats--mobile .new-majors__stats-block img {
        height: 20px;
    }

.new-majors__stats-block {
    height: auto;
    margin: 10px;
}

.new-majors__stats--mobile .new-majors__stats-block--male img {
    margin-right: 0;
}

.new-majors__stats--mobile .new-majors__stats-block {
    justify-content: space-between;
    align-items: center;
}

/*.new-majors__stats--mobile .textB {
    justify-content: flex-start;
    margin-left:15px;
}*/

.new-majors__header-title--program h1 {
    font-size: 36px;
}

.no-padding-sides {
    padding-left: 0px;
    padding-right: 0px;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none !important;
}


input[type="text"], input[type="password"], input[type="number"], input[type="email"] {
    font-family: "Fira Sans";
}
/*New majors layout css ends here*/
/*Media Queries*/

@media (min-width:1601px) and (max-width:2560px) {

    .new-majors__header-fields {
        width: 55%;
    }
}



@media (max-width:1600px) {
    .new-majors__header-description {
        width: 58%;
    }

    .new-majors__header-fields {
        width: 70%;
    }
}

@media (max-width:1280px) {
    .new-majors__header {
        background-position: 0 -350px;
    }
}

@media (max-width:1000px) {
    .new-majors__header-title .to-h1 {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #MajorsDataTable.footable3.demo tbody tr td table tbody tr > th .inner table i {
        color: #ccc;
    }
}

@media(max-width:991px) {
    .new-majors__header {
        background-position: 0;
    }

    .new-majors__header-description {
        width: 90%;
    }

    .majors-content__header-item--hide-gender {
        display: none;
    }

    .new-majors__header-fields {
        width: 75%;
    }

    #MajorsDataTable.demo .sub-major-program-item a {
        margin-left: 30px;
    }

    .new-majors__header-title--program {
        text-align: center;
    }

    .new-majors__header {
        height: auto;
    }

    #MajorsDataTable.demo .footable-last-visible {
        position: relative;
    }

    #MajorsDataTable.demo .footable-toggle.fooicon-plus::before {
        content: "" !important;
        background: url("/Content/raptor/images/majors/plus-circle-solid-gray.png") no-repeat top left;
        width: 18px;
        height: 18px;
        display: inline-block;
        cursor: pointer;
    }

    #MajorsDataTable.demo .footable-toggle.fooicon-minus::before {
        content: "" !important;
        background: url("/Content/raptor/images/majors/minus-circle-solid-gray.png") no-repeat top left;
        width: 18px;
        height: 18px;
        display: inline-block;
        cursor: pointer;
    }

    .majors-content__header-item .search-textbox {
        width: 65%;
    }

    #MajorsDataTable.demo tbody tr {
        height: 72px;
    }

    #MajorsDataTable.demo .footable-toggle {
        position: absolute;
        left: 45px;
        top: 29px;
    }

    #MajorsDataTable .tabulator-row .tabulator-responsive-collapse tr:nth-child(1) {
        color: #8C3C67;
        background-color: rgba(152,0,255, 0.05);
    }

    .new-majors__search .tt-suggestion {
        padding-left: 25px;
        padding: 10px 10px;
    }

    .new-majors__search .tt-dropdown-menu .tt-suggestions {
        max-height: 200px;
    }

    .details .container-fluid {
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media(max-width:576px) {
    .new-majors__header-fields {
        flex-direction: column;
        width: 100%;
    }

    .new-majors__header-title h2.to-h1 {
        font-size: 36px;
    }

    .new-majors__stats {
        width: 100%;
        padding: 10px;
    }

    .new-majors__stats-block--total {
        flex-basis: 100%;
        justify-content: center;
    }

    .new-majors__stats-block .textB {
        font-size: 20px;
        flex-grow: 1;
        margin-left: 15px;
    }

    .new-majors__stats-block.new-majors__stats-block--female .textB {
        margin-left: 31px;
    }

    .new-majors__stats-block.new-majors__stats-block--male .textB {
        margin-left: 33px;
    }

    .new-major__stats-number {
        font-size: 20px;
    }

    .new-majors__stats-block:not(:last-child) {
        border: none;
    }
    /* .new-majors__stats-block--female,
    .new-majors__stats-block--male {
        flex-basis: 50%;
    }*/
    .majors-content__header-item:nth-child(1) {
        flex-basis: 100%;
    }

    .majors-content__header-item:not(:nth-child(1)) {
        flex-basis: 100%;
        display: none;
    }

    .new-majors__stats-text {
        margin-top: 10px;
    }

    .new-majors__stats-block:not(:first-child) {
        margin-left: 7px;
    }

    .new-majors__stats-block--male img {
        margin-right: -15px;
    }

    /*uses important because an existing rule footablev3.css overwrites it with !important*/
    #MajorsDataTable.demo .sub-major-program-item a {
        width: 80% !important;
        word-break: break-word;
    }

    #MajorsDataTable.demo .index-program-item a,
    #MajorsDataTable.demo .sub-major-program-item a,
    #MajorsDataTable.demo .major-program-item {
        font-size: 16px;
    }

    #MajorsDataTable.demo .footable-toggle {
        position: absolute;
        left: 23px;
        top: 28px;
    }

    #MajorsDataTable .tabulator-headers {
        height: auto;
    }

    /*  #MajorsDataTable .tabulator-row .tabulator-responsive-collapse tr:nth-child(2) {
        color: inherit;
        background-color: inherit;
    }*/

    #MajorsDataTable .tabulator-row .tabulator-responsive-collapse tr:nth-child(1),
    #MajorsDataTable .tabulator-row .tabulator-responsive-collapse tr:nth-child(2) {
        color: #8C3C67;
        background-color: rgba(152,0,255, 0.05);
    }

    #MajorsDataTable .tabulator-row .tabulator-responsive-collapse tr:nth-child(3),
    #MajorsDataTable .tabulator-row .tabulator-responsive-collapse tr:nth-child(4) {
        background-color: rgba(37,131,112,0.05);
        color: #008555;
    }

    #MajorsDataTable .tabulator-row .tabulator-cell.MajorTitle,
    #MajorsDataTable .tabulator-row .tabulator-cell.MajorTitle a {
        font-size: 14px
    }

    #MajorsDataTable .tabulator-headers .sub-column-toggle {
        display: none;
    }

    .new-majors__search .tt-suggestion {
        padding-left: 15px;
    }

    .new-majors__search-container {
        display: flex;
        justify-content: space-between;
        align-content: flex-end;
    }
    /*.new-majors--program {
        height: 120px;
    }
    .new-majors__header-overlay--program-with-search {
        height: 120px;
    }*/

    .js-hide-search {
        display: block !important;
    }

    .new-majors__stats--desktop {
        display: none;
    }

    .new-majors__stats--mobile {
        display: block;
    }

    .new-majors__header-title--program {
        width: 90%;
    }

    .new-major__stats-number span {
        font-size: 16px;
    }
}

@media(min-width:576px) {
    .js-search-bar {
        display: block !important;
    }
}

@media (max-width:425px) {
    #MajorsDataTable.demo .footable-toggle {
        top: 28px;
    }
}

@media (max-width:992px) {
    .majors-content__header-item .filter-wrapper {
        height: 110px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
/*End Media Queries*/
@media screen and (max-width: 570px) {
    .content-right, #thStudents {
        text-align: right !important;
    }
}
@media(max-width:767px){
    .new-majors__header-title .to-h1{
        font-size:32px;
    }
}
/*TODO:: Verify possible duplicate with college_majors_main.css*/

.round-box {
    width: 25px !important;
    height: 25px !important;
    border-radius: 25px;
    display: block;
    padding-top: 3px;
}

.popover a {
    color: #fff !important;
}

.r-green {
    background-color: #b3c12c;
}

.r-gray {
    background-color: #C0C0C0;
    padding: 4px 0 0 1px;
}

.round-box i {
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    margin-left: 5px;
}

.table > tbody > tr > td:nth-child(7) {
    padding-left: 60px;
}

.btn-primary {
    background-color: #b3c12c !important;
    border-color: #b3c12c !important;
}

table {
    width: 100%;
    font-size: 13px;
}

td, th {
    text-align: left;
}

td.numeric, th.numeric {
    text-align: right;
}

h2, h3 {
    margin-top: 1em;
}

.demo thead tr th {
    font-size: 14px;
    text-align: left;
    background-color: #b3c12c;
    color: #fff;
    font-weight: normal;
    padding: 13px 7px;
    vertical-align: top;
}

.demo thead tr th i {
    color: #fff;
    font-size: 14px;
}

.demo tbody tr td {
    font-size: 13px;
    text-align: left;
    color: #666;
    padding: 10px 7px;
}

.demo tbody tr td a {
    color: #666;
    text-decoration: none;
    width: 18px;
}

.demo tbody tr td a:hover {
    text-decoration: underline;
}

.demo tbody tr td:nth-child(2) i {
    font-size: 16px;
    color: #999999;
    margin-left: 10px;
    margin-top: 3px;
    display: inline-block;
}

.demo tbody tr td span i {
    color: #b3c12c;
}

.demo thead tr th a i {
    color: #fff;
    font-size: 18px;
}

.footable-row-detail-name {
    color: #849106;
    padding-bottom: 0.5em;
}

#filter1 {
    width: 100%;
    max-width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 3px;
}

.filter-status {
    width: 100%;
    max-width: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
}

.pagination ul > li {
    display: inline;
}

    .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span, .page-item.active .page-link {
        background-color: #f5f5f5;
        border-color: #ccc;
        color: #222;
    }

.footable-page-arrow {
    font-size: 30px;
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination ul > li > a, .pagination ul > li > span {
    float: left;
    padding: 6px 15px 12px;
    line-height: 25px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.footable-page {
    font-size: 15px;
}

.demo select {
    border: 0 !important; /*Removes border*/
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    background: #eee url(/Content/raptor/images/responsive/darkNormal.png) no-repeat;
    background-position: right center;
    background-origin: content-box;
    text-indent: 0.01px; /* Removes default arrow from firefox*/
    text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
    color: #666;
    border-radius: 5px;
    padding: 0 10px 0 5px;
    box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
}

.demo1 select {
    border: 1px solid #999999 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(/Content/raptor/images/responsive/darkNormal.png) no-repeat;
    background-position: right center;
    background-origin: content-box;
    text-indent: 2.01px;
    text-overflow: "";
    color: #000;
    padding: 0 10px 0 5px;
    width: 70px;
    height: 40px;
}

.demo select.balck {
    background-color: #000;
}

.demo select.option3 {
    border-radius: 10px 0;
}

.table > thead > tr > th, .table > tbody > tr > td {
    text-align: right;
}

.table > tbody > tr > td.dataTables_wrapper .container-fluid {
    padding: 0px;
}

.table > thead > tr > th.text-center {
    text-align: center;
}

.table > thead > tr > th:nth-child(1), .table > tbody > tr > td:nth-child(1) {
    width: 10%;
    text-align: left;
}

.table > thead > tr > th:nth-child(2), .table > tbody > tr > td:nth-child(2) {
    text-align: left;
    width: 32%;
}

.table > thead > tr > th:nth-child(9), .table > tbody > tr > td:nth-child(9) {
    text-align: left;
    width: 13%;
}

.table > tbody > tr > td:nth-child(3) {
    padding-right: 20px;
}

.progress-bar {
    color: #000;
}

.breadrumb ul li {
    font-size: 15px;
    list-style-type: none;
    display: inline;
}

.breadrumb ul li:nth-child(2) {
    margin: 0 3px;
}

.breadrumb a {
    display: block;
    text-decoration: none;
    color: #C1C1C1;
    display: inline;
    color: #000;
    text-decoration: underline;
}

.breadrumb a:hover {
    text-decoration: none;
}

.pie-male {
    color: #b3c12c !important;
    margin-bottom: 5px;
    padding-right: 4px;
}

.pie-female {
    color: #0babff !important;
    padding-bottom: 5px;
}

.add-favorite {
    background-image: url("/Content/images/star-gray.png");
    width: 15px;
    height: 16px;
    display: inline-block;
}

.remove-favorite {
    background-image: url("/Content/images/star-green.png");
    width: 15px;
    height: 16px;
    display: inline-block;
}

.stud-mtop, .stud-mtop1 {
    margin-top: 60px;
}

.selc-type {
    text-align: right;
    font-size: 15px;
    margin-top: 10px;
}

.perpage {
    width: 115px;
}

.perpage .heapBox .holder {
    width: 90%;
    margin-left: -10px;
    text-align: left;
}

.perpage .heapBox .handler {
    float: right;
}

.perpage .heapBox div.heap {
    min-width: 100%;
}

.heapBox div.heap {
    top: 34px;
}

.footable > tfoot .pagination {
    margin: 0 -45px 0 0;
}

.page-nation-bar {
    margin-left: -22px;
}

.page-nav {
    float: right;
    margin-right: -60px;
}

.ind-text {
    font-size: 11px;
    color: #aaa;
    float: left;
    margin-top: -20px;
    margin-left: -10px;
}

.perpage-text {
    margin-left: 125px;
    margin-top: -42px !important;
    width: 120px;
    display: block;
    white-space: nowrap;
}

.container-fluid {
    margin-top: -25px !important;
}

.hint-toggle.js {
    margin-right: 30px;
    margin-bottom: 20px;
}

.hint-toggle ol li {
    list-style: none;
}

.heapBox div.heap {
    padding: 10px;
    max-height: 110px;
}

.inner #container, .container-fluid, .inner-container, .details .container-fluid {
    overflow: visible;
}

.table {
    margin-bottom: 0;
}

.inner #container {
    margin-bottom: 20px;
}

.popover.fade.top, .popover.fade.bottom {
    color: #000 !important;
    font-size: 14px;
    font-weight: normal;
    background-color: #848383;
    overflow: visible;
    z-index: 999999 !important;
    top: 0;
}

.popover.fade.top > .arrow:after, .popover.fade.bottom > .arrow:after {
    border-top-color: #848383;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #848383;
}

.popover-content a {
    color: #000 !important;
    text-decoration: underline;
}

.popover-content a:hover {
    text-decoration: none;
}

a.wt {
    color: #FFF !important;
    text-decoration: underline !important;
}

.popover-content {
    padding: 15px;
    font-family: Ubuntu,sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal !important;
}

.footable-row-detail-name i {
    font-size: 20px !important;
}

body > tr > td:nth-child(1) {
    max-width: 105px !important;
}

.table > tfoot > tr > td {
    font-size: 15px;
    font-weight: normal !important;
}

.rgroup label span {
    margin-left: 20px !important;
}

.table > tbody > tr > td:nth-last-child(2) {
    text-align: -moz-center !important;
    text-align: -webkit-center !important;
}

.details .container-fluid {
    margin-top: -5px !important;
    padding-bottom: 10px !important;
}

.col-sm-12.col-md-7 .col-xs-12.col-sm-6.col-md-6.row .search-textbox {
    margin-bottom: 15px;
}

.footable-row-detail-name {
    min-width: 32%;
}

.footable-row-detail-value {
    margin-left: 32%;
}

.foo-colon {
    margin-right: -20px;
}

.footable-row-detail-name a i {
    margin-left: -5px;
}

#MajorsDetailsDataTable tbody td.college-name img {
    margin-right: 5px;
}

@media only screen and (max-width:980px) {
    .summary {
        margin-top: 10px;
    }

    .hint-click {
        margin-top: 20px !important;
    }

    .footable > tfoot .pagination {
        margin: -30px -20px 0 0;
    }

    .heapBox .holder {
        width: 90% !important;
    }
}

@media only screen and (max-width:991px) {
    #container.details {
        padding-top: 125px;
    }
}

@media only screen and (max-width:780px) {
    .stud-mtop1 {
        margin-top: 0;
    }

    .table > tfoot > tr > td {
        text-align: left;
    }

    .heapBox .holder {
        width: 90% !important;
    }
}

@media only screen and (max-width:560px) {
    .footable > tfoot .pagination {
        margin: 30px 0 10px -20px;
        float: left;
    }

    .heapBox .holder {
        width: 90% !important;
    }
}

@media only screen and (max-width:480px) {
    .details .container-fluid {
        margin-top: 10px !important;
    }

    .stud-mtop {
        margin: 0 0 20px 0;
    }

    .stud-mid-text {
        text-align: center;
    }

    .stud-mid-line {
        padding-top: 30px !important;
        border-bottom: 1px solid #D1D1D1;
    }

    .footable-row-detail-name {
        width: 220px;
    }

    .container-fluid #MajorDetails {
        margin-left: 10px;
    }

    .details .container-fluid .inner-container {
        margin: 0 -12px;
    }
}

@media only screen and (max-width:479px) {
    .heapBox .holder {
        width: 90% !important;
    }

    .selc-type {
        text-align: left;
    }
}

@media only screen and (max-width:380px) {
    .heapBox .holder {
        width: 90% !important;
    }
}

@media only screen and (max-width:350px) {
    .popover.fade.top, .popover.fade.bottom {
        margin-left: -30px;
    }

    .popover.top > .arrow {
        margin-left: 20px;
    }
}

@media only screen and (max-width:320px) {
    .heapBox .holder {
        width: 90% !important;
    }

    .table > thead > tr > th:last-child {
        width: 15px !important;
    }

    .table > thead > tr > th:nth-child(1) {
        width: 15px !important;
        white-space: normal;
    }

    .table > thead > tr > th:nth-child(2) {
        width: 100px !important;
    }

    .table > thead > tr > th:nth-child(3) {
        width: 15px !important;
    }

    .details .container-fluid {
        margin-top: 50px !important;
    }

    .footable-row-detail-name {
        width: 135px;
        /*padding-bottom: 3.0em;*/
    }
}

