html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.result-item-action-buttons div {
    display: inline;
}

i.fa.fa-star {
    color: #f6bb42;
}

.program-select label {
    margin-bottom: 50px !important;
}

.introjs-helperNumberLayer {
    display: none;
}

.introjs-button {
    text-transform: uppercase;
    padding: 10px 20px;
}

.intojs-skipbutton {
    float: left;
}

.related-articles-widget h4, .services-to-students h4 {
    color: #3463a1;
    text-align: left;
}

.related-articles-widget ul {
    margin: 20px 0 125px 0;
}

.related-articles-widget li {
    margin-bottom: 40px;
    height: 75px;
    overflow: hidden;
}

.related-articles-widget li a {
    color: #555;
    font-size: 90%;
    line-height: 1;
}

.related-articles-widget li a:hover {
    color: #f6bb42;
}

.related-articles-widget img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border: 1px solid #ccc;
    padding: 3px;
    float: left;
    margin-right: 10px;
}

#site-header-wrapper .header-right a#cart-icon {
    margin-left: 30px;
    position: relative;
    margin-top: 7px;
    display: inline-block;
    margin-right: 20px;
}

#site-header-wrapper .header-right a#cart-icon i {
    font-size: 23px;
    color: gray;
}

#site-header-wrapper .header-right a#cart-icon.not-empty #basketItemCount {
    padding: 4px 7px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background-color: #3463a1;
    border-radius: 25px;
    position: absolute;
    top: -9px;
    left: 16px
}

#site-header-wrapper .header-right a#cart-icon.empty #basketItemCount {
    display: none;
}

#site-header-wrapper .header-right a#notifications-icon {
    margin-left: 30px;
    position: relative;
    margin-top: 7px;
    display: inline-block;
    margin-right: 20px;
}

#site-header-wrapper .header-right a#notifications-icon i {
    font-size: 23px;
    color: gray;
}

#site-header-wrapper .header-right a#notifications-icon.active i {
    -webkit-animation: ring 7s .7s ease-in-out;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 7s .7s ease-in-out;
    -moz-transform-origin: 50% 4px;
    animation: ring 7s .7s ease-in-out;
    transform-origin: 50% 4px;
}

#site-header-wrapper .header-right a#notifications-icon.active:after {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    height: 5px;
    width: 5px;
    border-radius: 10px;
    background: #f6bb42;
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }
    1% {
        -webkit-transform: rotateZ(30deg);
    }
    3% {
        -webkit-transform: rotateZ(-28deg);
    }
    5% {
        -webkit-transform: rotateZ(34deg);
    }
    7% {
        -webkit-transform: rotateZ(-32deg);
    }
    9% {
        -webkit-transform: rotateZ(30deg);
    }
    11% {
        -webkit-transform: rotateZ(-28deg);
    }
    13% {
        -webkit-transform: rotateZ(26deg);
    }
    15% {
        -webkit-transform: rotateZ(-24deg);
    }
    17% {
        -webkit-transform: rotateZ(22deg);
    }
    19% {
        -webkit-transform: rotateZ(-20deg);
    }
    21% {
        -webkit-transform: rotateZ(18deg);
    }
    23% {
        -webkit-transform: rotateZ(-16deg);
    }
    25% {
        -webkit-transform: rotateZ(14deg);
    }
    27% {
        -webkit-transform: rotateZ(-12deg);
    }
    29% {
        -webkit-transform: rotateZ(10deg);
    }
    31% {
        -webkit-transform: rotateZ(-8deg);
    }
    33% {
        -webkit-transform: rotateZ(6deg);
    }
    35% {
        -webkit-transform: rotateZ(-4deg);
    }
    37% {
        -webkit-transform: rotateZ(2deg);
    }
    39% {
        -webkit-transform: rotateZ(-1deg);
    }
    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }
    1% {
        -moz-transform: rotate(30deg);
    }
    3% {
        -moz-transform: rotate(-28deg);
    }
    5% {
        -moz-transform: rotate(34deg);
    }
    7% {
        -moz-transform: rotate(-32deg);
    }
    9% {
        -moz-transform: rotate(30deg);
    }
    11% {
        -moz-transform: rotate(-28deg);
    }
    13% {
        -moz-transform: rotate(26deg);
    }
    15% {
        -moz-transform: rotate(-24deg);
    }
    17% {
        -moz-transform: rotate(22deg);
    }
    19% {
        -moz-transform: rotate(-20deg);
    }
    21% {
        -moz-transform: rotate(18deg);
    }
    23% {
        -moz-transform: rotate(-16deg);
    }
    25% {
        -moz-transform: rotate(14deg);
    }
    27% {
        -moz-transform: rotate(-12deg);
    }
    29% {
        -moz-transform: rotate(10deg);
    }
    31% {
        -moz-transform: rotate(-8deg);
    }
    33% {
        -moz-transform: rotate(6deg);
    }
    35% {
        -moz-transform: rotate(-4deg);
    }
    37% {
        -moz-transform: rotate(2deg);
    }
    39% {
        -moz-transform: rotate(-1deg);
    }
    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }
    1% {
        transform: rotate(30deg);
    }
    3% {
        transform: rotate(-28deg);
    }
    5% {
        transform: rotate(34deg);
    }
    7% {
        transform: rotate(-32deg);
    }
    9% {
        transform: rotate(30deg);
    }
    11% {
        transform: rotate(-28deg);
    }
    13% {
        transform: rotate(26deg);
    }
    15% {
        transform: rotate(-24deg);
    }
    17% {
        transform: rotate(22deg);
    }
    19% {
        transform: rotate(-20deg);
    }
    21% {
        transform: rotate(18deg);
    }
    23% {
        transform: rotate(-16deg);
    }
    25% {
        transform: rotate(14deg);
    }
    27% {
        transform: rotate(-12deg);
    }
    29% {
        transform: rotate(10deg);
    }
    31% {
        transform: rotate(-8deg);
    }
    33% {
        transform: rotate(6deg);
    }
    35% {
        transform: rotate(-4deg);
    }
    37% {
        transform: rotate(2deg);
    }
    39% {
        transform: rotate(-1deg);
    }
    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(0);
    }
}

i.fa.fa-trash-o.delete-icon {
    color: gray;
    font-size: 18px;
}

i.fa.fa-trash-o.delete-icon:hover {
    color: #f6bb42;
}

#appform-intro .grid-view .select-on-check-all {
    display: none;
}

#appform-intro .grid-view {
    text-align: left;
}

#appform-intro .grid-view th {
    text-transform: uppercase;
    letter-spacing: .07em;
    line-height: 1.66857143;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}

.course-cart-table .logo {
    text-align: center;
}

.course-cart-table .logo img {
    height: 50px;
    width: auto;
}

@media only screen and (max-width: 480px) {
    .course-cart-table .logo img {
        height: auto;
        width: 60px;
    }
}

#content td.logo {
    /*white-space: normal;*/
    min-width: 80px;
}

.course-cart-table td, .course-cart-table {
    border: none !important;
    font-size: 14px;
}

.course-cart-table thead td {
    text-transform: uppercase;
    font-weight: 600;
    background: #f9f9f9;
}

.course-cart-table td {
    border-top: 1px solid #ddd !important;
}

.course-cart-table {
    border-bottom: 1px solid #ddd !important;
}

#intcas-terms-page .error-summary {
    display: none !important;
}

.apply-now-box p a {
    color: white !important;
    text-decoration: underline;
}

@media (min-width: 989px) {
    #intro-help-button {
        margin-top: -60px;
    }
}

@media (max-width: 767px) {
    #intro-help-button, #add-to-programs-button, #start-application-button, #cart-help-button, #learn-more-button, #apply-scroll {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        float: none !important;
    }

    .intro-buttons.pull-right {
        float: none !important;
        margin-bottom: 0;
    }
}

#courses-group-view td:nth-child(2) a {
    font-weight: normal !important;
}

#courses-group-view td.groupview-extra-row {
    background-color: #f9f9f9;
    padding-left: 53px !important;
    text-transform: uppercase;
    letter-spacing: .07em;
    line-height: 1.66857143;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}

.results-list-view .result-item.format-plus .result-item-title {
    background: #f6bb42;
}

.results-list-view .result-item.format-plus .result-item-title {
    margin-right: -1px;
}

.results-list-view .result-item.format-plus .result-item-action-buttons {
    width: 150px;
    margin-top: 10px;
}

#course-help-button {
    margin-left: 30px;
}

.course-search-results .result-item-image img {
    padding: 25px 45px;
    max-height: 150px;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.course-search-results .result-item.format-standard {
    padding-top: 20px;
    padding-bottom: 20px;
}

.course-search-results .result-item .btn {
    margin-top: 25px !important;
}

@media (max-width: 989px) {
    .course-search-results .result-item-image img {
        padding: 25px;
    }

    .course-search-results .result-item .btn {
        margin-top: 0 !important;
        margin-bottom: 15px !important;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
}

#article-sidebar {
    background: #f9f9f9;
    padding: 50px 40px;
    margin-bottom: 50px;
    margin-top: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}