table.admin-apachesolr td.icon {
    background: no-repeat center;
    width: 16px;
}

table.admin-apachesolr td.operation {
    width: 16px;
}

table.admin-apachesolr tr.ok {
    background-color: #E5FFE2;
}

table.admin-apachesolr tr.error {
    color: #8C2E0B;
    background-color: #FEF5F1;
}

table.admin-apachesolr td.status-icon {
    width: 16px;
    padding-right: 0;
}

table.admin-apachesolr td.status-icon div {
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

table.admin-apachesolr tr {
    border-bottom: 1px solid #ccc;
}

table.admin-apachesolr tr td.default-environment {
    font-weight: bold;
}

table.admin-apachesolr tr.error td.status-icon div {
    background-image: url(http://www1.oscars.org/vendor/new/images/message-16-error.png);
}

.apachesolr_autocomplete {
}

.apachesolr_autocomplete.message {
    font-size: 80%;
    color: #888;
}

.apachesolr_autocomplete.count {
    float: right;
}

div.apachesolr_autocomplete.suggestion {
    display: inline;
    float: left;
}

div.ac_results li {
    list-style: none;
    background-image: none !important;
}

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url(http://www1.oscars.org/vendor/new/images/indicator.gif) right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
}

.ctools-owns-lock {
    background: #FFFFDD none repeat scroll 0 0;
    border: 1px solid #F0C020;
    padding: 1em;
}

a.ctools-ajaxing,input.ctools-ajaxing,button.ctools-ajaxing,select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif) right center no-repeat;
}

div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/sites/all/modules/contrib/ctools/images/status-active.gif) center center no-repeat;
}

.styleguide-palette-swatch {
    display: inline-block;
    margin: 0.5em;
    vertical-align: top;
    width: 14em;
}

.styleguide-palette-swatch-color {
    border: 1px solid #f1f1f1;
    height: 100px;
    width: 100px;
}

.form-managed-file .form-file,.form-managed-file .form-submit {
    margin: 0;
}

.form-managed-file input.progress-disabled {
    float: none;
    display: inline;
}

.form-managed-file div.ajax-progress,.form-managed-file div.throbber {
    display: inline;
    float: none;
    padding: 1px 5px 2px 5px;
}

.form-managed-file div.ajax-progress-bar {
    display: none;
    margin-top: 4px;
    width: 28em;
    padding: 0;
}

.form-managed-file div.ajax-progress-bar div.bar {
    margin: 0;
}

.text-format-wrapper .form-item {
    margin-bottom: 0;
}

.filter-wrapper {
    border-top: 0;
    margin: 0;
    padding: 1.5em 0 1.5em;
}

.filter-wrapper .form-item {
    float: left;
    padding: 0 0 0.5em 1.5em;
}

.filter-wrapper .form-item label {
    display: inline;
}

.filter-help {
    float: right;
    padding: 0 1.5em 0.5em;
}

.filter-help p {
    margin: 0;
}

.filter-help a {
    background: transparent url(http://www1.oscars.org/vendor/new/images/help.png) right center no-repeat;
    padding: 0 20px;
}

.filter-guidelines {
    clear: left;
    padding: 0 1.5em;
}

.text-format-wrapper .description {
    margin-top: 0.5em;
}

#filter-order tr .form-item {
    padding: 0.5em 0 0 3em;
    white-space: normal;
}

#filter-order tr .form-type-checkbox .description {
    padding: 0 0 0 2.5em;
}

input#edit-filters-filter-html-settings-allowed-html {
    width: 100%;
}

.tips {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.9em;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: black;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    };
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    };
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.dpSocialTimelineLoading {
    min-height: 150px;
}

div.dpSocialTimeline {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    zoom: 1;
}

div.dpSocialTimeline .dpSocialTimeline_item {
    list-style: none;
    padding: 1px;
    margin: 10px 5px 0;
    font-size: 13px;
    position: relative;
}

div.dpSocialTimeline .dpSocialTimeline_item.dpSocialTimeline_hideMe {
    opacity: 0;
}

div.dpSocialTimeline .dpSocialTimeline_lineWrap {
    width: 10px;
    text-align: center;
    margin: 0 auto;
    display: none;
}

div.dpSocialTimeline .dpSocialTimeline_line {
    margin: 0;
    display: block;
    height: 100%;
    position: absolute;
    width: 10px;
}

div.dpSocialTimeline .dpSocialTimeline_line span {
    width: 16px;
    height: 16px;
    display: block;
    top: 50px;
    left: -4px;
    position: absolute;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
    text-align: left;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent {
    text-align: left;
    word-wrap: break-word;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineText {
    text-align: left;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 1.285;
    margin: 0.285em 0 1.285em 0;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .tumblr_audio_player {
    max-width: 100%;
    height: 55px;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
    position: relative;
    border: 0;
    display: block;
    height: auto;
    max-width: 100%;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 16px;
    height: 16px;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background: none;
    padding: 0;
    margin: 0;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions {
    cleaR: both;
    width: 100%;
    margin-top: 10px;
    font-family: "FuturaPT-Book",Futura,"Trebuchet MS",Arial,sans-serif;
    font-size: 12px;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a:before {
    background-image: url(http://www1.oscars.org/vendor/new/images/twitter-functions.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: "";
    height: 18px;
    display: inline-block;
    position: relative;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
    color: #a0a0a0;
    margin-right: 10px;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a:hover {
}

div.dpSocialTimeline .dpSocialTimeline_item a {
    text-decoration: none;
    position: relative;
    word-wrap: break-word;
}

div.dpSocialTimeline .dpSocialTimeline_item a:hover {
}

div.dpSocialTimeline .dpSocialTimeline_item a.permalink,div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter,div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook {
    float: right;
    display: none;
    width: 16px;
    height: 16px;
    opacity: .7;
    text-decoration: none;
    margin-left: 5px;

}

div.dpSocialTimeline .dpSocialTimeline_item a.permalink:hover,div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter:hover,div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook:hover {
    opacity: 1;
}

div.dpSocialTimeline .dpSocialTimeline_item span.time {
}

div.dpSocialTimeline .dpSocialTimeline_item .user {
    display: inline;
    float: left;
    line-height: 100%;
}

div.dpSocialTimeline .dpSocialTimeline_item a.img_link {
    display: block;
    opacity: .8;
}

div.dpSocialTimeline .dpSocialTimeline_item a.img_link:hover {
    display: block;
    opacity: 1;
}

div.dpSocialTimeline span.favicon {
    float: left;
    display: none;
    width: 16px;
    height: 16px;
}

div.dpSocialTimeline span.favicon.twitter,div.dpSocialTimeline_filter span.favicon.twitter {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/twitter.png);
}

div.dpSocialTimeline span.favicon.google,div.dpSocialTimeline_filter span.favicon.google {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/google.png);
}

div.dpSocialTimeline span.favicon.lastfm,div.dpSocialTimeline_filter span.favicon.lastfm {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/lastfm.png);
}

div.dpSocialTimeline span.favicon.facebook,div.dpSocialTimeline_filter span.favicon.facebook {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/facebook.png);
}

div.dpSocialTimeline span.favicon.delicious,div.dpSocialTimeline_filter span.favicon.delicious {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/delicious.png);
}

div.dpSocialTimeline span.favicon.digg,div.dpSocialTimeline_filter span.favicon.digg {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/digg.png);
}

div.dpSocialTimeline span.favicon.dribbble,div.dpSocialTimeline_filter span.favicon.dribbble {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/dribbble.png);
}

div.dpSocialTimeline span.favicon.flickr,div.dpSocialTimeline_filter span.favicon.flickr {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/flickr.png);
}

div.dpSocialTimeline span.favicon.pinterest,div.dpSocialTimeline_filter span.favicon.pinterest {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/pintrest.png);
}

div.dpSocialTimeline span.favicon.tumblr,div.dpSocialTimeline_filter span.favicon.tumblr {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/tumblr.png);
}

div.dpSocialTimeline span.favicon.vimeo,div.dpSocialTimeline_filter span.favicon.vimeo {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/vimeo.png);
}

div.dpSocialTimeline span.favicon.youtube,div.dpSocialTimeline_filter span.favicon.youtube {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/youtube.png);
}

div.dpSocialTimeline span.favicon.instagram,div.dpSocialTimeline_filter span.favicon.instagram {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/instagram.png);
}

div.dpSocialTimeline span.favicon.more,div.dpSocialTimeline_filter span.favicon.more {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/more.png);
}

div.dpSocialTimeline .active span.favicon.more,div.dpSocialTimeline_filter .active span.favicon.more {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/more-active.png);
}

div.dpSocialTimeline .active span.favicon.facebook,div.dpSocialTimeline_filter .active span.favicon.facebook {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/facebook-active.png);
}

div.dpSocialTimeline .active span.favicon.youtube,div.dpSocialTimeline_filter .active span.favicon.youtube {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/youtube-active.png);
}

div.dpSocialTimeline .active span.favicon.instagram,div.dpSocialTimeline_filter .active span.favicon.instagram {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/instagram-active.png);
}

div.dpSocialTimeline .active span.favicon.twitter,div.dpSocialTimeline_filter .active span.favicon.twitter {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/twitter-active.png);
}

div.dpSocialTimeline .active span.favicon.tumblr,div.dpSocialTimeline_filter .active span.favicon.tumblr {
    background-image: url(/sites/all/libraries/social-timeline/images/favicons/tumblr-active.png);
}

.dpSocialTimeline_filter {
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
}

.dpSocialTimeline_filter button,.dpSocialTimeline_layout button {
    border: 0;
    outline: 0;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;
    background: transparent;
    padding: 0;
    margin: 0;
    width: 25%;
    height: 35px;
    float: left;
}

.dpSocialTimeline_filter button:hover,.dpSocialTimeline_layout button:hover {
}

.dpSocialTimeline_filter button img {
    display: block;
}

.dpSocialTimeline_layout {
    margin: 10px;
    float: right;
}

.dpSocialTimeline_filter button span,.dpSocialTimeline_layout button span {
    display: block;
    height: 35px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 35px;
    position: relative;
}

.dpSocialTimeline_filter button span:before,.dpSocialTimeline_layout button span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background: #eaebeb;
}

.dpSocialTimeline_filter button:first-child span:before,.dpSocialTimeline_layout button:first-child span:before {
    display: none;
}

#socialDrawer_social #moreContent {
    display: none;
}

.dpSocialTimeline_divider {
    clear: both;
}

div.light.dpSocialTimelineLoading {
    background: url(/sites/all/libraries/social-timeline/images/light/ajax-loader.gif) no-repeat 50% 50%;
}

div.light div.dpSocialTimeline .dpSocialTimeline_line {
    background: url(/sites/all/libraries/social-timeline/images/light/timeline.png) repeat-y 0 0;
}

div.light div.dpSocialTimeline .dpSocialTimeline_line span {
    background: url(/sites/all/libraries/social-timeline/images/light/pointer.png) no-repeat 0 0;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
    background: url(/sites/all/libraries/social-timeline/images/light/video.png) no-repeat 50% 50%;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item a.permalink {
    display: none;
    background: url(/sites/all/libraries/social-timeline/images/light/link.png) 0 0 no-repeat;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter {
    background: url(/sites/all/libraries/social-timeline/images/light/twitter.png) 0 0 no-repeat;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook {
    background: url(/sites/all/libraries/social-timeline/images/light/facebook.png) 0 0 no-repeat;
}

div.light .dpSocialTimeline_layout button.spineAlign span {
    background: url(/sites/all/libraries/social-timeline/images/light/spine.png) 0 0 no-repeat;
}

div.light .dpSocialTimeline_layout button.masonry span {
    background: url(/sites/all/libraries/social-timeline/images/light/columns.png) 0 0 no-repeat;
}

div.light .dpSocialTimeline_layout button.straightDown span {
    background: url(/sites/all/libraries/social-timeline/images/light/one_column.png) 0 0 no-repeat;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item {
    border-bottom: 1px solid #eaebeb;
    margin: 0 3px;
    padding: 20px 11px;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
}

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
    position: absolute;
    top: 27px;
    right: 12px;
    font-size: 10px;
    color: #a0a0a0;
    font-family: "FuturaPT-Book",Futura,"Trebuchet MS",Arial,sans-serif;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
    width: 100% !important;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item a {
    color: #d6212d;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item a:hover {
    color: #d6212d;
}

div.light div.dpSocialTimeline .dpSocialTimeline_item span.time {
}

div.light div.dpSocialTimeline .dpSocialTimeline_item .user {
    font-family: "FuturaPT-Book",Futura,"Trebuchet MS",Arial,sans-serif;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0.285em;
}

div.light .dpSocialTimeline_filter button,div.light .dpSocialTimeline_layout button {
}

div.light .dpSocialTimeline_filter button:active,div.light .dpSocialTimeline_filter button.active,div.light .dpSocialTimeline_layout button:active,div.light .dpSocialTimeline_layout button.active {
}

div.light .dpSocialTimeline_divider {
    border-top: 1px solid #eaebeb;
    margin: 0 3px;
}

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a:hover {
    color: #a0a0a0;
}

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_reply:before {
    background-position: -6px 0;
    width: 14px;
}

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_retweet:before {
    background-position: -63px 0;
    width: 16px;
}

div.light .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_favorite:before {
    background-position: -136px 0;
    width: 12px;
}

div.modern.dpSocialTimelineLoading {
    background: url(/sites/all/libraries/social-timeline/images/light/ajax-loader.gif) no-repeat 50% 50%;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_line {
    background: url(/sites/all/libraries/social-timeline/images/light/timeline.png) repeat-y 0 0;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_line span {
    background: url(/sites/all/libraries/social-timeline/images/light/pointer.png) no-repeat 0 0;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
    background: url(/sites/all/libraries/social-timeline/images/light/video.png) no-repeat 50% 50%;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item a.permalink {
    background: url(/sites/all/libraries/social-timeline/images/modern/link.png) 0 0 no-repeat;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions {
    padding: 0 10px;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter {
    background: url(/sites/all/libraries/social-timeline/images/modern/twitter.png) 0 0 no-repeat !important;
    width: 20px;
    height: 20px;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook {
    background: url(/sites/all/libraries/social-timeline/images/modern/facebook.png) 0 0 no-repeat !important;
    width: 24px;
    height: 24px;
}

div.modern .dpSocialTimeline_layout button.spineAlign span {
    background: url(/sites/all/libraries/social-timeline/images/light/spine.png) 0 0 no-repeat;
}

div.modern .dpSocialTimeline_layout button.masonry span {
    background: url(/sites/all/libraries/social-timeline/images/light/columns.png) 0 0 no-repeat;
}

div.modern .dpSocialTimeline_layout button.straightDown span {
    background: url(/sites/all/libraries/social-timeline/images/light/one_column.png) 0 0 no-repeat;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent {
    padding: 0;
}

div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent.dpSocialTimeline_noImage {
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent iframe {
    margin-top: 10px;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineText {
    margin: 0;
    margin-top: 10px;
    padding: 0 10px 20px;
    font-size: 14px;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item {
    background: white 0px 20px no-repeat;
    border: 0;
    -webkit-box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.35);
    -moz-box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.35);
    box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.35);
    color: #666;
    padding: 0;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 999;
    border: 0;
    background: #000;
    text-shadow: none;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
    border-top: 1px solid #e8e8e8;
    margin: 0 10px;
    background-color: #fff;
    padding: 5px 0;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: 100% !important;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item a {
    color: #6D84B4;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item a:hover {
    color: #6D84B4;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item span.time {
    color: #999;
    font-weight: bold;
    font-size: 12px;
    line-height: 2;
    text-shadow: none;
    margin: 0;
}

div.modern div.dpSocialTimeline .dpSocialTimeline_item .user {
    color: #fff;
    text-shadow: none;
    line-height: 100%;
    padding: 3px 0 2px;
    margin-top: 0;
}

div.modern .dpSocialTimeline_filter button,div.modern .dpSocialTimeline_layout button {
    text-shadow: 0 1px 0 white;
    border-color: #CCC #CCC #AAA;
    background-color: #E0E0E0;
    -moz-box-shadow: inset 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px #fff;
    box-shadow: inset 0 0 1px #fff;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
    background-image: -moz-linear-gradient(top,#FAFAFA 0,gainsboro 100%);
    background-image: -ms-linear-gradient(top,#FAFAFA 0,gainsboro 100%);
    background-image: -o-linear-gradient(top,#FAFAFA 0,gainsboro 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,gainsboro));
    background-image: -webkit-linear-gradient(top,#FAFAFA 0,gainsboro 100%);
    background-image: linear-gradient(to bottom,#FAFAFA 0,gainsboro 100%);
    color: #555;
}

div.modern .dpSocialTimeline_filter button:active,div.modern .dpSocialTimeline_filter button.active,div.modern .dpSocialTimeline_layout button:active,div.modern .dpSocialTimeline_layout button.active {
    border-color: #888 #AAA #CCC;
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
    -ms-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.25),0 1px 0 #fff;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc8c8c8,EndColorStr=#ffe6e6e6);
    background-image: -moz-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
    background-image: -ms-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
    background-image: -o-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#C8C8C8),color-stop(100%,#E6E6E6));
    background-image: -webkit-linear-gradient(top,#C8C8C8 0,#E6E6E6 100%);
    background-image: linear-gradient(to bottom,#C8C8C8 0,#E6E6E6 100%);
}

div.modern .dpSocialTimeline_divider {
    border-top: 1px dashed #e6e6e6;
}

div.modern .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
    color: #555;
    word-wrap: normal;
    display: inline-block;
}

div.modern .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_reply {
    background: url(/sites/all/libraries/social-timeline/images/light/reply.png) no-repeat 0 50% !important;
}

div.modern .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_retweet {
    background: url(/sites/all/libraries/social-timeline/images/light/retweet.png) no-repeat 0 50% !important;
}

div.modern .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_favorite {
    background: url(/sites/all/libraries/social-timeline/images/light/favorite.png) no-repeat 0 50% !important;
}

div.dark.dpSocialTimelineLoading {
    background: url(/sites/all/libraries/social-timeline/images/dark/ajax-loader.gif) no-repeat 50% 50%;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_line {
    background: url(/sites/all/libraries/social-timeline/images/dark/timeline.png) repeat-y 0 0;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_line span {
    background: url(/sites/all/libraries/social-timeline/images/dark/pointer.png) no-repeat 0 0;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
    background: url(/sites/all/libraries/social-timeline/images/dark/video.png) no-repeat 50% 50%;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item a.permalink {
    background: url(/sites/all/libraries/social-timeline/images/dark/link.png) 0 0 no-repeat;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item a.share_twitter {
    background: url(/sites/all/libraries/social-timeline/images/dark/twitter.png) 0 0 no-repeat !important;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item a.share_facebook {
    background: url(/sites/all/libraries/social-timeline/images/dark/facebook.png) 0 0 no-repeat !important;
}

div.dark .dpSocialTimeline_layout button.spineAlign span {
    background: url(/sites/all/libraries/social-timeline/images/dark/spine.png) 0 0 no-repeat;
}

div.dark .dpSocialTimeline_layout button.masonry span {
    background: url(/sites/all/libraries/social-timeline/images/dark/columns.png) 0 0 no-repeat;
}

div.dark .dpSocialTimeline_layout button.straightDown span {
    background: url(/sites/all/libraries/social-timeline/images/dark/one_column.png) 0 0 no-repeat;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item {
    background: #272727 0px 20px no-repeat;
    border: 1px solid #333;
    color: #999;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
    background: #1C1C1C;
    border-bottom: 1px dashed #333;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot {
    background: #1C1C1C url(/sites/all/libraries/social-timeline/images/dark/clock.png) 5px 5px no-repeat;
    border-top: 1px dashed #333;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
    background: #1C1C1C;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item a {
    color: #999;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item a:hover {
    color: #999;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item span.time {
    color: #999;
}

div.dark div.dpSocialTimeline .dpSocialTimeline_item .user {
    color: #999;
}

div.dark .dpSocialTimeline_filter button,div.dark .dpSocialTimeline_layout button {
    border: 0;
    border-color: #323232;
    border-top: 1px;
    background: #272727;
    background-image: -moz-linear-gradient(top,#292929 0,#252525 100%);
    background-image: -ms-linear-gradient(top,#292929 0,#252525 100%);
    background-image: -o-linear-gradient(top,#292929 0,#252525 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#292929),color-stop(100%,#252525));
    background-image: -webkit-linear-gradient(top,#292929 0,#252525 100%);
    background-image: linear-gradient(to bottom,#292929 0,#252525 100%);
    color: #999;
}

div.dark .dpSocialTimeline_filter button:active,div.dark .dpSocialTimeline_filter button.active,div.dark .dpSocialTimeline_layout button:active,div.dark .dpSocialTimeline_layout button.active {
    border: 0;
    border-color: #323232;
    border-top: 1px;
    background: #1C1C1C;
}

div.dark .dpSocialTimeline_divider {
    border-top: 1px dashed #333;
}

div.dark .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a {
    color: #999;
}

div.dark .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_reply {
    background: url(/sites/all/libraries/social-timeline/images/dark/reply.png) no-repeat 0 50% !important;
}

div.dark .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_retweet {
    background: url(/sites/all/libraries/social-timeline/images/dark/retweet.png) no-repeat 0 50% !important;
}

div.dark .dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .dpSocialTimelineTwitterActions a.tw_favorite {
    background: url(/sites/all/libraries/social-timeline/images/dark/favorite.png) no-repeat 0 50% !important;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -ms-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform,opacity;
    -moz-transition-property: -moz-transform,opacity;
    -ms-transition-property: -ms-transform,opacity;
    -o-transition-property: top,left,opacity;
    transition-property: transform,opacity;
}

.isotope.rtl .isotope-item {
    -webkit-transition-property: right,top,-webkit-transform,opacity;
    -moz-transition-property: right,top,-moz-transform,opacity;
    -ms-transition-property: right,top,-ms-transform,opacity;
    -o-transition-property: right,top,-o-transform,opacity;
    transition-property: right,top,transform,opacity;
}

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

input.custom-search-default-value {
    color: #999;
}

#elements tr.region-message {
    font-weight: normal;
    color: #999;
}

#elements tr.region-populated {
    display: none;
}

fieldset.custom_search-popup {
    display: none;
    position: absolute;
    top: auto;
    margin: 0;
    z-index: 1;
    background-color: #fff;
}

h2.styleguide {
    font: 16px bold helvetica,arial,sans-serif;
    margin: 2em 0 .5em 0;
    padding: 0;
    text-transform: uppercase;
}

#styleguide-header {
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    padding: .5em 1em;
}

#styleguide-header .item-list {
    float: left;
    margin: 0 2em 1em 0;
    width: 20%;
}

#styleguide-header h3 {
    font: 16px bold helvetica,arial,sans-serif;
    margin: .5em 0 0;
    text-transform: uppercase;
}

#styleguide-header a,#styleguide-header li a.active {
    color: #0071B3;
}

#styleguide-header .break {
    margin-bottom: 1em;
    clear: both;
}

.styleguide-description {
    font: 12px helvetica,arial,sans-serif;
    margin: 0 0 .5em;
}

div.styleguide {
    border-top: 1px solid #777;
    padding-top: 1em;
}
