﻿h1 {
    font-family: "GibsonRegular", arial, sans-serif;
}

h2 {
    font-family: "GibsonRegular", Arial, sans-serif;
}

h3 {
    font-family: "GibsonRegular", Arial, sans-serif;
}

body {
    background: #eaeaea !important;
    font-family: "GibsonLight", Arial, sans-serif;
    font-size: 16px;
    color: #555;
}
.search-clear{
    display:none;
}

#successCenter.container {
    background-color: #fff;
}

#ssc .carousel {
    height: auto !important;
}

#ssc #search-stick {
    margin-left: -15px;
    margin-right: -15px;
}

#sscResults .gridtileview {
    padding-left: 0;
    margin-left: 15px !important;
    margin-right: -15px !important;
    margin-bottom: 15px;
}

#ssc {
    background-color: #fff;
    padding-right: 15px;
    padding-left: 15px;
}

.tile-footer, .result-description {
    padding-left: 0 !important;
}

#content_breadcrumbs {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 992px) {
    #sscContent {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    #sscResults .gridtileview {
        padding-right: 15px;
    }
}

#ssc .podcastplayer {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.text-xs-left {
    text-align: left
}

.text-xs-right {
    text-align: right
}

.text-xs-center {
    text-align: center
}

.text-xs-justify {
    text-align: justify
}

@media (min-width:768px) {
    .text-sm-left {
        text-align: left
    }

    .text-sm-right {
        text-align: right
    }

    .text-sm-center {
        text-align: center
    }

    .text-sm-justify {
        text-align: justify
    }
}

@media (min-width:992px) {
    .text-md-left {
        text-align: left
    }

    .text-md-right {
        text-align: right
    }

    .text-md-center {
        text-align: center
    }

    .text-md-justify {
        text-align: justify
    }
}

@media (min-width:1200px) {
    .text-lg-left {
        text-align: left
    }

    .text-lg-right {
        text-align: right
    }

    .text-lg-center {
        text-align: center
    }

    .text-lg-justify {
        text-align: justify
    }
}

@keyframes pulse {
    0%,100% {
        background-color: rgba(165,165,165,.1)
    }

    50% {
        background-color: rgba(165,165,165,.3)
    }
}

@-webkit-keyframes pulse {
    0%,100% {
        background-color: rgba(165,165,165,.1)
    }

    50% {
        background-color: rgba(165,165,165,.3)
    }
}

.sidebar-nav-wrapper div a, .sidebar-nav-wrapper li a {
    color: #005e98;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    cursor: pointer
}

#filters .sidebar-nav-wrapper div span.filteranchor.accordion-collapsed i.fa-minus, #filters .sidebar-nav-wrapper div span.filteranchor.accordion-expanded i.fa-plus, #filters button.fa.fa-times, #sscContentBody .actions button.liked .fa-heart-o, #sscContentBody .actions button.liked span.unlike, #sscContentBody .actions button.liked span.unliked, #sscContentBody .actions button.unliked .fa-heart, #sscContentBody .actions button.unliked span.liked, #sscContentBody .actions button.unliked span.unlike, #sscResults .grid-header .left.carousel-control, #sscResults .grid-header .right.carousel-control {
    display: none
}

#ssc .clear-float {
    clear: both
}

#ssc .fa {
    color: #555
}

#ssc label {
    font-size: 16px
}

::-ms-clear {
    display: none
}

#ssc .modal-title {
    font-size: 24px
}

#ssc .modal-header {
    background-color: #ddd;
    border-radius: 8px 8px 0 0
}

#ssc .modal-dialog {
    border-radius: 8px;
    top: 25%;
    left: 25%;
    position: absolute;
    right: 25%
}

#ssc a, #ssc div, #ssc li, #ssc li a, #ssc span {
    transition: all .3s ease
}

    #ssc div.gridPlaceHolderContainer .line {
        height: 12px;
        margin: 10px;
        animation: pulse 1.5s infinite ease-in-out;
        -webkit-animation: pulse 1.5s infinite ease-in-out
    }

    #ssc div.placeHolderContainer div.line:nth-child {
        width: 100px
    }

#ssc .eq-height {
    display: flex
}

#ssc .form-control:focus {
    border-color: #ddd !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

#ssc input + label {
    font-weight: 400;
    padding-left: 5px
}

#ssc .fa.fa-heart {
    color: #b20000
}

#ssc button .fa-heart, button .fa-heart-o {
    padding-right: 5px
}

#ssc .list .pull-right {
    float: left !important;
    padding-left: 20px
}

#ssc .list .col-xs-12 {
    width: 100% !important
}

#ssc .btn.btn-primary {
    border-radius: 0;
    margin: 0 !important;
    padding: 8px 24px;
    font-size: 16px;
    font-family: Gibson-Regular,GibsonRegular,sans-serif;
    border: 2px solid #005e98;
    color: #005e98;
    width:200px;
}

    #ssc .btn.btn-primary:hover {
        color: #fff;
        background-color: #005e98
    }

        #ssc .btn.btn-primary:hover .fa {
            color: #fff
        }

#ssc .btn-default.active.focus, #ssc .btn-default.active:focus, #ssc .btn-default.active:hover, #ssc .btn-default:active.focus, #ssc .btn-default:active:focus, #ssc .btn-default:active:hover, #ssc .input-group-btn .btn-default:active {
    color: #fff;
    background-color: #005e98;
    border-color: none
}

#ssc .fa-arrow-left::before {
    padding-right: 5px
}

@media (max-width:991px) {
    .eq-height {
        display: block
    }

    #ssc a:focus, a:hover {
        cursor: pointer
    }

    .input-group button span + span {
        padding-left: 0
    }

    #successCenterECampus {
        margin-left: -15px;
        margin-right: -15px
    }
}

#ssc span.tag {
    padding: 3px 15px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px
}

    #ssc span.tag:hover {
        background-color: #e5eff4
    }

    #ssc span.tag::after {
        content: '\f00d';
        padding-left: 5px;
        font-family: FontAwesome;
        position: relative;
        top: 0
    }

#ssc .grid-header h1 {
    font-size: 48px;
    font-family: Gibson-SemiBold,GibsonSemiBold;
    font-weight: 400
}

@media (min-width:992px) {
    #successCenterECampus {
        margin-left: -15px;
        margin-right: -15px
    }
}

body {
    line-height: 1.5
}

.padcontent {
    padding: 0
}

.animated-bars {
    height: 30px;
    position: relative;
    width: 20px;
    margin: -10px auto 0
}

    .animated-bars .bar {
        background: #666;
        bottom: 1px;
        height: 3px;
        position: absolute;
        width: 3px;
        animation: sound 0s -5ms linear infinite alternate
    }

@keyframes sound {
    0% {
        opacity: .35;
        height: 3px
    }

    100% {
        opacity: 1;
        height: 15px
    }
}

.animated-bars .bar:nth-child(1) {
    left: 1px;
    animation-duration: 694ms
}

.animated-bars .bar:nth-child(2) {
    left: 5px;
    animation-duration: 633ms
}

.animated-bars .bar:nth-child(3) {
    left: 9px;
    animation-duration: 607ms
}

.animated-bars .bar:nth-child(4) {
    left: 13px;
    animation-duration: 588ms
}

#tools-bar {
    padding: 15px 0 12px 30px;
    border-bottom: 1px solid #ddd;
    min-height: 60px;
    margin-left: -15px !important;
    margin-right: -30px !important
}

.sc-cat-home #tools-bar {
    margin-left: 0 !important;
    margin-right: 0 !important
}

#tools-bar a {
    cursor: pointer
}

#tools-bar .resultText {
    font-size: 16px;
    padding-top: 3px
}

#tools-bar .viewModeIcons {
    font-size: 20px
}

    #tools-bar .viewModeIcons a {
        padding-left: 20px
    }

        #tools-bar .viewModeIcons a:hover {
            text-decoration: none
        }

#tools-bar div div:last-child a:first-child span {
    padding-right: 10px;
    margin-right: 15px
}

#tools-bar span.search-term {
    font-weight: 700
}

#tools-bar .resultText span {
    color: #555
}

#tools-bar .viewModeIcons span {
    color: #ccc
}

    #tools-bar .viewModeIcons span.selected {
        color: #555
    }

@media (max-width:991px) {
    #tools-bar {
        padding: 17px 0;
        margin-right: 0 !important;
        margin-left: 0 !important
    }

        #tools-bar div div {
            padding-right: 15px
        }

            #tools-bar div div:first-child {
                margin-bottom: 5px
            }

        #tools-bar .resultText {
            padding-left: 15px
        }

        #tools-bar .tool-icons {
            float: right
        }

        #tools-bar .viewModeIcons {
            font-size: 20px;
            margin-top: 10px
        }

            #tools-bar .viewModeIcons .filter-icon a {
                padding: 2px 30px;
                font-size: 18px;
                color: #fff;
                background-color: #005e98
            }

            #tools-bar .viewModeIcons .filter-icon span {
                color: #fff
            }
}

@media (min-width:768px) and (max-width:991px) {
    #tools-bar .tool-icons {
        margin-right: 15px !important
    }

    #tools-bar .filter-icon {
        margin-left: 0 !important
    }
}

#ssc #search-stick {
    height: 280px;
    color: #fff;
    text-align: center;
    padding-top: 30px;
    background: url(/assets/images/_img-search-stick-bg.png) center center no-repeat;
    background-size: cover
}

#ssc #successCenterGridHeaderCarousel .line {
    height: 12px;
    margin: 10px;
    animation: pulse 1.5s infinite ease-in-out;
    -webkit-animation: pulse 1.5s infinite ease-in-out
}

#ssc #successCenterGridHeaderCarousel div.line:nth-child(1), #ssc #successCenterGridHeaderCarousel div.line:nth-child(5), #ssc #successCenterGridHeaderCarousel div.line:nth-child(9) {
    width: 100%
}

#ssc #successCenterGridHeaderCarousel div.line:nth-child(10), #ssc #successCenterGridHeaderCarousel div.line:nth-child(14), #ssc #successCenterGridHeaderCarousel div.line:nth-child(15), #ssc #successCenterGridHeaderCarousel div.line:nth-child(2), #ssc #successCenterGridHeaderCarousel div.line:nth-child(6) {
    width: 80%
}

#ssc #successCenterGridHeaderCarousel div.line:nth-child(11), #ssc #successCenterGridHeaderCarousel div.line:nth-child(13), #ssc #successCenterGridHeaderCarousel div.line:nth-child(17), #ssc #successCenterGridHeaderCarousel div.line:nth-child(3), #ssc #successCenterGridHeaderCarousel div.line:nth-child(7) {
    width: 50%
}

#ssc #successCenterGridHeaderCarousel div.line:nth-child(12), #ssc #successCenterGridHeaderCarousel div.line:nth-child(16), #ssc #successCenterGridHeaderCarousel div.line:nth-child(4), #ssc #successCenterGridHeaderCarousel div.line:nth-child(8) {
    width: 25%
}

#ssc .mobile-search {
    margin-top: 20px
}

#ssc #search-stick .search-clear {
    font-family: fontawesome;
    position: absolute;
    right: 195px;
    height: 100%;
    bottom: 0;
    vertical-align: middle;
    font-size: 24px;
    z-index: 2;
    cursor: pointer
}

    #ssc #search-stick .search-clear .fa.fa-close {
        z-index: 2;
        color: rgba(0,0,0,.25);
        padding-top: 16px
    }

#ssc .mobile-search button {
    padding: 12px 24px;
    background-color: #252849;
    border: none
}

#ssc #search-stick.home {
    height: 420px
}

#ssc #search {
    height: 75px;
    width: 80%;
    margin: 0 auto
}

#ssc .fa-home {
    padding-right: 4px
}

#ssc #search-stick .tagline {
    text-transform: uppercase;
    color: rgba(255,255,255,.75);
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-family: Gibson-SemiBold,GibsonSemiBold,sans-serif
}

#filters h3, .search-term {
    font-family: Gibson-Regular,GibsonRegular,sans-serif
}

#search input[type=text], #ssc #search .input-group.main {
    height: 55px
}

.search-term {
    color: #EF6C00;
    padding: 0 4px
}

.search-header {
    line-height: 81px;
    cursor: pointer;
    font-size: 54px;
    font-weight: 400;
    color: #fff;
    font-family: Gibson-Light,GibsonLight,sans-serif
}

#search input {
    height: 60px;
    border-radius: 0;
    border: none;
    font-size: 20px;
    color: #999;
    padding: 5px 20px
}

#search .input-group {
    color: #fff;
    padding: 0;
    margin: 0
}

    #search .input-group button {
        width: 180px;
        height: 55px;
        border-radius: 0;
        border: none;
        background-color: #252849;
        font-size: 16px;
        margin: 0 auto;
        padding: 19px 0;
        color: #fff
    }

        #search .input-group button i {
            color: #fff
        }

        #search .input-group button:focus {
            outline: #fff solid 1px
        }
.input-group {
    display: table;
    border-collapse: separate;
}

.input-group, .input-group-btn, .input-group-btn > .btn {
    position: relative;
}
#search .input-group-addon {
    padding: 0;
    margin: 0;
    font-size: 20px;
    border-radius: 0;
    background-color: #fff;
    color: #fff;
    border: none
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}


.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.badge, .input-group-addon, .pager, .progress-bar {
    text-align: center;
}

#filters, #sscContentBody .col-md-9 {
    border-right: 1px solid #ddd
}

#search i.fa-search {
    padding-right: 10px
}

#search #scSearchDropDownMenu {
    padding: 20px 19px 19px;
    margin-left: -1px;
    width: auto
}

#search .dropdown-menu.dropdown-menu-right {
    width: 180px
}

@media (max-width:991px) {
    .navbar-header {
        float: left
    }

    #search .input-group button {
        width: 100px
    }

    .search-header {
        font-size: 32px
    }

    #ssc #search-stick .search-clear {
        right: 115px
    }
}

#filters {
    padding: 0 30px 0 15px;
    min-height: 100%
}

    #filters .selected {
        background-color: #eee
    }

    #filters h3 {
        font-size: 16px
    }

        #filters h3 + p + p + p {
            padding-bottom: 20px
        }

    #filters .navbar-default {
        background-color: transparent;
        border: none
    }

    #filters .selectedCat {
        padding-left: 30px;
        font-weight: 500;
        color: #555;
        margin-left: -30px;
        margin-right: -30px
    }

    #filters .fa.fa-square-o, .fa.fa-check-square-o {
        color: #555
    }

#ssc .sidebar-nav li i.fa-square-o, .sidebar-nav li I.fa-check-square-o {
    padding-right: 5px;
    width: 20px;
    float: left;
    position: relative;
    margin-top: 4px
}

    .sidebar-nav li i.fa-check-square-o + a, .sidebar-nav li i.fa-square-o + a {
        float: left;
        width: calc(100% - 20px);
        line-height: 24px;
        font-family: Gibson-Light,GibsonLight
    }

#filters #sidebar-wrapper div.done {
    visibility: hidden
}

#filters .sidebar-nav-wrapper div span.filteranchor span.icons {
    float: right
}

#ssc .sidebar-nav li {
    text-indent: 0;
    line-height: 20px;
    padding-bottom: 16px;
    padding-top: 9px;
    overflow: hidden
}

#filters .nonSelectedItem.all {
    margin-top: -15px;
    font-size: 14px
}

.sidebar-nav li.nonSelectedItem.active, .sidebar-nav li.nonSelectedItem:hover {
    background-color: #e5eff4;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden
}

.sc-accordion .sidebar-nav li.active, .sc-accordion .sidebar-nav li:hover {
    margin-right: -35px
}

#sidebar-wrapper {
    z-index: 1
}

    #sidebar-wrapper .sidebar-nav-wrapper {
        margin-bottom: 20px;
        padding-bottom: 0
    }

        #sidebar-wrapper .sidebar-nav-wrapper h2 {
            color: #555;
            font-size: 20px;
            padding-bottom: 5px;
            letter-spacing: 1px;
            border-bottom: 2px solid #999;
            clear: both
        }

#ssc .sidebar-nav-wrapper h2.filter-h2 {
    padding: 0 0 5px;
    border-bottom: 1px solid #ccc !important;
    font-size: 18px !important;
    color: #555 !important;
    margin-top: 30px !important;
    font-weight: 500
}

#ssc .sidebar-nav-wrapper select {
    margin-top: 15px
}

.categories > div:hover {
    background-color: #f7f7f7
}

#ssc .filteranchor {
    color: #000
}

#ssc .sc-accordion, #sscForLikesBox, #sscLikesBox {
    cursor: pointer
}

.sidebar-nav {
    margin: 0 0 5px;
    padding: 5px 0 0;
    list-style: none
}

    .sidebar-nav li.disabled {
        pointer-events: none;
        cursor: not-allowed;
        opacity: .7
    }

#content_breadcrumbs a, #ssc .podcastplayer .table.podcastlist tbody tr, #ssc .podcastplayer .table.podcastlist tbody tr label, #sscResults .gridrowview div a, #sscResults .gridtileview .row div a, #sscResults .panelGridTile, #sscResults .result-listview {
    cursor: pointer
}

.sidebar-nav-wrapper .sc-accordion {
    padding: 15px 5px 0 0
}

.sidebar-nav li i {
    padding-right: 5px
}

.sidebar-nav li span:hover {
    color: #000;
    text-decoration: none
}

.sidebar-nav li span:active, .sidebar-nav li span:focus {
    text-decoration: none
}

@media (min-widthL:992px) {
    #sidebar-wrapper {
        height: 100%
    }
}

@media (max-width:991px) {
    #filters #filter-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background-color: gray;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5;
        opacity: .5
    }

    #filters.filters-hidden #filter-overlay {
        visibility: hidden;
        -webkit-transition: visibility .5s linear;
        -moz-transition: visibility .5s linear;
        -ms-transition: visibility .5s linear;
        -o-transition: visibility .5s linear;
        transition: visibility .5s linear
    }

    #filters.filters-hidden {
        visibility: hidden;
        margin-left: -1015px;
        -webkit-transition: margin-left .5s linear;
        -moz-transition: margin-left .5s linear;
        -ms-transition: margin-left .5s linear;
        -o-transition: margin-left .5s linear;
        transition: margin-left .5s linear
    }

    #filters.filters-shown, #filters.filters-shown #sidebar-wrapper div.done, #filters.filters-shown #sidebar-wrapper-modal {
        visibility: visible
    }

    #filters.filters-shown {
        margin-left: 0;
        -webkit-transition: margin-left .5s linear;
        -moz-transition: margin-left .5s linear;
        -ms-transition: margin-left .5s linear;
        -o-transition: margin-left .5s linear;
        transition: margin-left .5s linear
    }

    #filters #sidebar-wrapper div.done {
        position: relative;
        margin-left: 0 !important;
        width: 100%;
        padding-top: 15px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        background-color: #fff !important;
        z-index: 999
    }

    #filters.filters-shown .done .done-inner {
        width: 100%;
        background-color: #fff
    }

    #filters #sidebar-wrapper .done .done-inner button {
        float: right
    }

    #filters {
        visibility: hidden;
        float: left;
        border-right: none;
        position: fixed;
        z-index: 1000;
        width: 90%;
        height: 100%;
        left: 0;
        top: 0;
        margin-top: 0;
        bottom: 0;
        padding: 0
    }

    #ssc #filters .done {
        position: fixed;
        top: 0;
        padding-left: 0
    }

        #ssc #filters .done p {
            font-size: 24px;
            color: #000;
            padding-left: 30px;
            font-weight: 700;
            display: inline
        }

        #ssc #filters .done button {
            background-color: #005e98;
            border: none;
            padding: 3px 12px;
            margin-right: 20px
        }

    #filters button.fa-times {
        display: block !important;
        z-index: 2;
        font-size: 30px;
        position: absolute;
        color: #000;
        border: none;
        background-color: transparent;
        top: 0;
        right: 0
    }

    #filters #sidebar-wrapper {
        overflow-y: auto;
        padding-top: 65px;
        padding-left: 30px;
        padding-right: 30px;
        background-color: #fff;
        border-bottom: 1px solid #000;
        z-index: 2
    }

    #filters .sidebar-nav-wrapper h2 {
        margin-top: 0;
        padding-bottom: 10px
    }

    #filters .sc-sidebar {
        height: 100%
    }

    #filters h2 {
        color: rgba(255,255,255,.5)
    }

    .navbar-default .navbar-toggle {
        border: none;
        padding: 0 15px;
        font-size: 20px;
        color: #555;
        border-radius: 0
    }

    #sidebar-wrapper {
        width: 100%;
        position: relative;
        color: #fff;
        height: 100%;
        bottom: 0
    }

    .sidebar-nav {
        position: relative;
        top: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none
    }

        .sidebar-nav li label {
            color: #000
        }
}

#ssc .content-category .line {
    height: 12px;
    margin: 10px;
    animation: pulse 1.5s infinite ease-in-out;
    -webkit-animation: pulse 1.5s infinite ease-in-out
}

    #ssc .content-category .line:nth-child {
        width: 100px
    }

#sscResults #ssc_Grid_sortTabs {
    margin-right: -15px;
    margin-left: -30px;
    padding-top: 25px
}

    #sscResults #ssc_Grid_sortTabs .title-lead {
        font-size: 20px;
        font-weight: 700;
        padding-left: 30px
    }

    #sscResults #ssc_Grid_sortTabs .title-trail {
        font-size: 20px
    }

    #sscResults #ssc_Grid_sortTabs .sortTabs {
        padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd
    }

#results .row:last-child, #sscResults div.metadata {
    margin-bottom: 0
}

#sscResults #ssc_Grid_sortTabs .sortTab {
    padding: 0 20px 0 10px;
    font-size: 14px;
    color: #999;
    text-decoration: none
}

    #sscResults #ssc_Grid_sortTabs .sortTab.active {
        font-weight: 700;
        color: #000;
        border-bottom: 3px solid #F78E1A;
        padding-bottom: 10px
    }

    #sscResults #ssc_Grid_sortTabs .sortTab:first-child {
        margin-left: 30px
    }

    #sscResults #ssc_Grid_sortTabs .sortTab:hover {
        text-decoration: none;
        color: #000
    }

@media (max-width:991px) {
    #sscResults #ssc_Grid_sortTabs {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

        #sscResults #ssc_Grid_sortTabs .title-lead {
            padding-left: 15px
        }
}

#sscResults .grid-header {
    padding-top: 20px;
    background: url(/assets/images/_img-grid-header-home-bg.png) top center no-repeat;
    background-size: cover
}

#sscResults .gridrowview div a:hover, #sscResults .gridtileview .row div a:hover {
    text-decoration: none
}

#sscResults {
    margin-left: -15px
}

    #sscResults .row .metadata small {
        overflow: hidden;
        text-overflow: ellipsis
    }

    #sscResults .metadata .col-xs-12 {
        padding-left: 0;
        padding-right: 0
    }

    #sscResults .gridrow {
        padding: 0
    }

    #sscResults .gridtileview {
        padding-left: 0;
        margin-left: 0;
        margin-right: -30px;
        margin-bottom: 20px
    }

    #sscResults .panelGridTile {
        margin-top: 15px;
        margin-right: 15px
    }

    #sscResults .gridrowview {
        padding: 0;
        margin-left: -15px;
        margin-right: -15px
    }

        #sscResults .gridrowview .panelGridTile {
            margin-top: 0;
            margin-right: 0
        }

#ssc #sscResults .panel a {
    color: inherit;
    text-decoration: none
}

#ssc #sscResults .panel-heading {
    border: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    height: auto;
    padding: 10px 15px 0
}

#sscResults .panel-default {
    font-family: Gibson-Regular,GibsonRegular,sans-serif !important;
    font-weight: 400;
    background-color: #f7f7f7;
    border: none;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
    height: 450px
}

#sscResults .panel {
    box-shadow: none;
    border-radius: 2px
}

#sscResults .noresults {
    padding-left: 15px;
    padding-bottom: 30px
}

#sscResults .panel-body {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
    color: #555
}

#sscResults .result-listview-content {
    color: #555
}

#sscResults .panel-body div.description {
    margin-bottom: 10px
}

#sscResults .panel-heading span {
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 10px
}

#sscResults .panel-default:hover {
    background-color: #E5EFF4
}

#sscResults .panel.panel-default:hover .panel-body, #sscResults .panel.panel-default:hover .panel-footer, #sscResults .panel.panel-default:hover .panel-heading {
    background-color: #e5eff4 !important
}

#sscResults .panel-footer div span + span {
    color: #555
}

#sscResults .panel-footer {
    padding: 10px 15px;
    background-color: #F5F5F5;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px)
}

    #sscResults .panel-footer .pull-right {
        color: rgba(0,0,0,.5);
        position: absolute;
        right: 0
    }

#sscResults .list .panel.panel-default:hover .panel-body, #sscResults .list .panel.panel-default:hover .panel-heading, .list .panel.panel-default:hover .panel-footer {
    background-color: #fff !important
}

#sscResults .list .panel-default {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

#sscResults .list .panel-heading {
    background-color: transparent !important;
    height: auto;
    padding: 0
}

#sscResults .list .panel-body {
    padding: 5px 0;
    height: auto
}

#sscResults .list .panel-footer {
    padding: 10px 0;
    background-color: transparent;
    border-top: none
}

#sscResults .load-more {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 0;
    margin: 15px -20px 25px -7.5px
}

    #sscResults .load-more a {
        border: none;
        width: 100%;
        background-color: rgba(0,0,0,.3);
        color: #fff !important;
        font-family: Gibson-Regular,GibsonRegular,sans-serif;
        font-size: 16px;
        height: 50px;
        align-items: center;
        justify-content: center
    }

        #sscResults .load-more a:hover {
            background-color: rgba(0,0,0,.5);
            color: #fff
        }

#sscResults .panel-footer {
    border: none;
    overflow: hidden;
    font-size: 12px
}

#sscResults .result-listview {
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-left: 0;
    margin-right: -15px
}

    #sscResults .result-listview .result-listview-content {
        padding: 5px 15px 15px 30px
    }

    #sscResults .result-listview .tile-footer {
        margin-top: 10px;
        font-size: 12px
    }

    .result-listview-content > .row:first-child div:nth-of-type(3) {
    margin-top: 46px;
}


    #sscResults .result-listview .fa-heart, #sscResults .result-listview .fa-heart-o {
        padding-left: 10px
    }

#sscResults .panel-footer .fa-heart, #sscResults .panel-footer .fa-heart-o {
    margin-left: 10px
}

#sscResults .fa-heart, #sscResults .fa-heart-o {
    padding-right: 3px
}

#sscResults .result-listview .result-title h4 {
    font-weight: 700;
    padding-top: 10px;
    margin-top: 0;
    font-size: 18px
}

#sscResults .result-listview:hover {
    background-color: rgba(0,94,152,.1)
}

#sscResults .fa.fa-external-link, #sscResults .fa.fa-link, .fa.fa-link {
    color: #555
}

#sscResults .fa.fa-file-word-o {
    color: #31539B
}

#sscResults .fa.fa-file-excel-o {
    color: #186635
}

#sscResults .gridrowview span.fa, #sscResults .gridtileview span.fa {
    padding-right: 5px
}

@media (max-width:991px) {
    #sscResults {
        padding-left: 0;
        padding-right: 0;
        margin-left: -30px !important;
        margin-right: 0 !important
    }

        #sscResults .result-listview {
            margin-right: 15px !important
        }

        #sscResults .load-more {
            margin: 15px 15px 25px 0 !important
        }

        #sscResults .gridtileview {
            margin-right: 0 !important;
            padding-left: 15px !important
        }
}

@media (max-width:767px) {
    .result-listview-content div div {
        padding: 0
    }
}

.carousel-indicators {
    width: unset !important
}

#sscResults .grid-header.header-carousel {
    padding-top: 0;
    background: 0 0
}

#sscResults .grid-header.row > div {
    padding-left: 0;
    padding-right: 0
}

#sscResults .grid-header h1 + div {
    padding: 0 15px 15px !important
}

#sscResults .grid-header.row {
    margin-left: -15px !important;
    margin-right: -30px !important;
    padding-left: 0
}

#sscResults .grid-header h1 {
    font-size: 40px;
    font-family: Gibson-SemiBold,GibsonSemiBold;
    font-weight: 400;
    padding-left: 30px;
    text-transform: uppercase
}

#sscResults .grid-header .item h1 {
    font-size: 48px;
    font-family: Gibson-SemiBold,GibsonSemiBold;
    font-weight: 400;
    padding-left: 15px !important
}

#sscResults .grid-header .promotional-content {
    padding-right: 30px;
    height: 390px;
    overflow: hidden
}

    #sscResults .grid-header .promotional-content h2 {
        margin-top: 0;
        font-size: 26px;
        padding-left: 15px
    }

    #sscResults .grid-header .promotional-content .btn {
        margin-left: 0
    }

#sscResults .grid-header .row.promotional-image-wrapper .col-md-8.col-xs-12 {
    padding-right: 0
}

#sscResults .grid-header .promotional-image {
    object-fit: cover;
    height: 390px;
    width: 100%;
}

#sscResults .grid-header .carousel {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0
}

    #sscResults .grid-header .carousel .item div:last-child {
        padding-top: 0
    }

    #sscResults .grid-header .carousel p {
        font-size: 14px;
        padding-left: 15px
    }

        #sscResults .grid-header .carousel p > p {
            padding-left: 0;
            color: inherit
        }

#sscResults .grid-header .carousel-indicators {
    background-color: rgba(255,255,255,.75);
    position: absolute;
    bottom: 0;
    z-index: 15;
    left: 20px !important;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    line-height: 1.25;
    padding: 0 25px 0 10px
}

    #sscResults .grid-header .carousel-indicators li {
        border: none !important;
        background-color: rgba(0,94,152,.25)
    }

#sscResults .grid-header ol.carousel-indicators li.action-buttons {
    border: none;
    z-index: 1000;
    text-indent: 0;
    background-color: transparent;
    margin-left: 10px
}

    #sscResults .grid-header ol.carousel-indicators li.action-buttons button {
        background-color: transparent;
        border: none;
        z-index: 1000
    }

#sscResults ol.carousel-indicators li.action-buttons i {
    color: #000;
    font-size: 14px
}

#ssc .header-carousel, #sscResults .carousel-inner {
    min-height: 320px
}

#sscResults .carousel-indicators .active {
    background-color: #005e98 !important
}

#sscResults .carousel-indicators li {
    border: 1px solid #999
}

hr.transition-timer-carousel-progress-bar {
    height: 3px !important;
    background-color: #608eb5 !important;
    width: 0%;
    margin: 0;
    border: none !important;
    z-index: 11;
    position: relative;
    text-align: left
}

@media (max-width:991px) {
    #sscResults .grid-header .promotional-image {
        height: 66.6667% !important
    }

    #ssc .carousel-indicators li.active, #sscResults .grid-header .carousel-indicators li {
        width: 20px;
        height: 20px
    }

    #sscResults .grid-header ol.carousel-indicators li.action-buttons {
        top: -5px;
        position: relative
    }

    #sscResults .grid-header.row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (max-width:767px) {
    #sscResults .grid-header h1 {
        font-size: 36px;
        font-family: Gibson-SemiBold,GibsonSemiBold;
        font-weight: 400
    }

    #sscResults .grid-header .promotional-image-wrapper .col-md-8.col-xs-12 {
        padding-left: 0
    }

    #sscResults .grid-header .promotional-image {
        width: 100%;
        height: 200px
    }

    #sscResults .grid-header .promotional-content {
        height: auto
    }

    #ssc .header-carousel, #sscResults .grid-header .carousel-inner {
        min-height: 320px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #sscResults .grid-header .promotional-image {
        width: 100%
    }

    #sscResults .grid-header .promotional-content {
        height: auto
    }
}

#content_breadcrumbs {
    margin-top: 4px;
    padding: 10px 30px;
    border-bottom: 1px solid #ddd
}

    #content_breadcrumbs .fa-angle-right {
        padding-left: 8px;
        padding-right: 8px
    }

#sscContentBody {
    margin-bottom: 0
}

    #sscContentBody h1 {
        margin-top: 0
    }

    #sscContentBody .stats i.fa, .dates i.fa {
        padding-right: 10px
    }

    #sscContentBody .stats div {
        padding-bottom: 10px
    }

    #sscContentBody .stats, .dates {
        font-size: 14px;
        color: rgba(0,0,0,.5);
        font-family: Gibson-Regular,GibsonRegular
    }

    #sidebar h3, #sscContentBody .category {
        font-size: 16px;
        letter-spacing: 2px;
        font-family: Gibson-Regular,sans-serif
    }

    #sscContentBody .sidebar {
        margin-top: 100px;
        padding-left: 30px
    }

    #sscContentBody .col-md-9 > div {
        padding-right: 30px;
        padding-top: 50px;
        padding-bottom: 30px
    }

    #sscContentBody .actions {
        margin: 0 0 50px
    }

    #sscContentBody .category {
        padding-top: 40px
    }

#sidebar {
    border-left: 1px solid #ddd;
    padding-left: 50px;
    margin-right: 40px;
    padding-bottom: 30px;
    padding-top: 75px
}

    #sidebar h3 {
        padding-bottom: 20px
    }

    #sidebar ul {
        padding: 0
    }

        #sidebar ul li {
            margin-bottom: 16px;
            list-style: none;
            font-size: 14px
        }

#sscContentBody .actions button {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 8px 30px 6px;
    color: #005e98;
    font-size: 14px
}

    #sscContentBody .actions button:hover {
        background-color: #e5eff4 !important;
        color: #005e98 !important;
        border: 1px solid #e5eff4 !important
    }

    #sscContentBody .actions button.liked:hover span.unlike {
        color: #fff;
        display: inline
    }

@media (max-width:991px) {
    #sidebar {
        padding-left: 30px;
        margin-right: 0;
        padding-top: 25px;
        padding-right: 30px;
        margin-top: 25px;
        border-top: 1px solid #ddd;
        background-color: #f7f7f7
    }

    #sscContentBody .col-md-9 {
        border-right: none;
        border-bottom: 1px solid #ddd
    }

    #sscContentBody {
        margin-bottom: 30px
    }

        #sscContentBody .col-md-9 > div {
            border-right: none;
            padding-right: 0;
            padding-bottom: 25px
        }

        #sscContentBody .sidebar {
            margin-top: 50px
        }
}

#ssc .thumbnail {
    padding: 0 !important
}

#ssc .caption {
    padding: 20px 20px 10px;
    border-top: 1px solid #ddd;
    background-color: #f2f2f2
}

@media (max-width:767px) {
    #ssc .col-xs-12.pull-right {
        margin: 0;
        padding: 0
    }
}

#successCenterContentPodCastPlayer {
    border: 1px solid #ddd
}

    #successCenterContentPodCastPlayer wave {
        height: 140px !important;
        margin-left: 0;
        overflow: hidden !important
    }

#ssc .podcastplayer-wrapper {
    padding-top: 10px !important
}

#ssc .podcastplayer {
    padding-left: 0;
    padding-right: 0
}

#ssc .podcastdisplay {
    display: table;
    width: 100%
}

    #ssc .podcastdisplay .cover {
        display: table-cell;
        text-align: center;
        vertical-align: top
    }

        #ssc .podcastdisplay .cover img {
            max-width: 170px;
            max-height: 170px
        }

#ssc audio {
    border: none !important;
    border-radius: 0 !important;
    height: 30px;
    width: 104% !important;
    margin-left: -10px
}

#ssc .podcastdisplay .waveform {
    display: table-cell;
    width: 100%;
    position: relative;
    height: 100%;
    border-left: none;
    padding-right: 0;
    overflow: hidden
}

    #ssc .podcastdisplay .waveform .waveform-internal-overlay {
        height: 140px;
        width: 100%;
        position: absolute;
        background-color: #fff;
        z-index: 5
    }

        #ssc .podcastdisplay .waveform .waveform-internal-overlay .panel {
            border: none;
            height: 100%
        }

        #ssc .podcastdisplay .waveform .waveform-internal-overlay .line {
            height: 12px;
            margin: 10px;
            animation: pulse 1.5s infinite ease-in-out;
            -webkit-animation: pulse 1.5s infinite ease-in-out
        }

        #ssc .podcastdisplay .waveform .waveform-internal-overlay div.line:nth-child {
            width: 100px
        }

    #ssc .podcastdisplay .waveform .waveform-internal {
        position: relative;
        width: 100%;
        height: 100%
    }

#ssc #successCenterContentPodCastPlayerWaveForm {
    height: 100px
}

    #ssc #successCenterContentPodCastPlayerWaveForm wave {
        z-index: 0
    }

#ssc .podcastplayer .table.podcastlist {
    margin-bottom: 0
}

    #ssc .podcastplayer .table.podcastlist td:nth-of-type(2) {
        max-width: 300px
    }

    #ssc .podcastplayer .table.podcastlist tr.active td {
        background-color: #f1f6f9
    }

        #ssc .podcastplayer .table.podcastlist tr.active td i {
            color: #005e98 !important
        }

        #ssc .podcastplayer .table.podcastlist tr.active td label {
            color: #005e98;
            font-family: Gibson-Light,GibsonLight
        }

    #ssc .podcastplayer .table.podcastlist tr td label {
        font-family: Gibson-Light,GibsonLight
    }

    #ssc .podcastplayer .podcastlist tr.podcast-disabled, #ssc .podcastplayer .podcastlist tr.podcast-disabled td, #ssc .podcastplayer .podcastlist tr.podcast-disabled td a, #ssc .podcastplayer .podcastlist tr.podcast-disabled td label, #ssc .podcastplayer .table.podcastlist tr.active.podcast-disabled td label {
        background-color: #ddd !important;
        cursor: not-allowed;
        color: #aaa
    }

@media (max-width:599px) {
    #ssc #successCenterContentPodCastPlayerWaveForm wave {
        display: none !important
    }

    #ssc .podcastdisplay .waveform {
        display: block !important
    }

    #ssc .podcastdisplay .cover, #ssc .podcastdisplay .cover img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        display: block !important
    }

    #ssc #successCenterContentPodCastPlayerWaveForm {
        height: auto
    }

    .podcastlist thead {
        display: none
    }

    .podcastlist tbody tr td {
        padding: 4px 8px;
        display: inline-block;
        text-align: left;
        border: none !important;
        background-color: transparent !important
    }

    .podcastlist tbody tr {
        border-top: 1px solid #ddd
    }

    #ssc .podcastplayer .table.podcastlist tr.active {
        background-color: #f1f6f9
    }

    .podcastlist td:nth-of-type(2) label {
        font-family: Gibson-Regular,GibsonRegular !important
    }

    .podcastlist tbody tr td:nth-of-type(1) {
        width: 12%;
        text-align: center
    }

    .podcastlist tbody tr td:nth-of-type(2) {
        width: 86%
    }

    .podcastlist tbody tr td:nth-of-type(3) {
        width: 20%;
        margin-left: 15%
    }

    .podcastlist tbody tr td:nth-of-type(4) {
        width: 30%
    }

    .podcastlist tbody tr td:nth-of-type(5) {
        width: 32%;
        text-align: center
    }

    .podcastlist tbody tr td:nth-of-type(3) label, .podcastlist tbody tr td:nth-of-type(4) label {
        font-size: 14px !important;
        color: #555 !important
    }
}

.modal-dialog, .modal:before {
    display: inline-block;
    vertical-align: middle
}

.modal {
    text-align: center;
    padding: 0 !important
}

    .modal:before {
        content: '';
        height: 20%;
        margin-right: -4px
    }

.modal-dialog {
    text-align: left
}
/* Customise CSS code for SC Carousel Slider Mobile mode*/
@media only screen and (max-device-width: 480px) {
    #sscResults .grid-header .carousel-indicators {
        bottom: 260px;
    }
}
.sc-accordion {
    display: inline-block;
    width: 100%;
}
.like-button-hide{
    display:none;
}
.li-edit-prof .li-change-pwd{
    display:none;
}