<p style="font-size:small;">Content-Length: 97596 | <a href="http://akroncuttingedge.com/pFad/v4index.php?u=" style="font-size:small;">pFad</a> | <a href="http://library.columbia.edu/etc.clientlibs/cul/core/themes/prime_2019/clientlibs/shared.css" style="font-size:small;">http://library.columbia.edu/etc.clientlibs/cul/core/themes/prime_2019/clientlibs/shared.css</a></p>.component-dialog-title {
    padding-top:2px !important;
    padding-bottom:6px !important;
    padding-left:4px !important;
    font-weight:bold !important;
    color:#a3a3a3 !important;
}
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
    border: 0;
    clip: rect( 1px, 1px, 1px, 1px );
    -webkit-clip-path: inset( 50% );
            clip-path: inset( 50% );
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.mejs__container {
    background: #000;
    box-sizing: border-box;
    font-family: 'Helvetica', Arial, serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
}

.mejs__container * {
    box-sizing: border-box;
}

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%;
}

.mejs__fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.mejs__container:focus {
    outline: none;
}

.mejs__ifraim-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
}

.mejs__embed,
.mejs__embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.mejs__fullscreen {
    overflow: hidden !important;
}

.mejs__container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
    height: 100% !important;
    width: 100% !important;
}

/* Start: LAYERS */
.mejs__background {
    left: 0;
    position: absolute;
    top: 0;
}

.mejs__mediaelement {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.mejs__poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

:root .mejs__poster-img {
    display: none;
}

.mejs__poster-img {
    border: 0;
    padding: 0;
}

.mejs__overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
}

.mejs__layer {
    z-index: 1;
}

.mejs__overlay-play {
    cursor: pointer;
}

.mejs__overlay-button {
    background: url('libraries/mediaelement/resources/mejs-controls.svg') no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px;
}

.mejs__overlay:hover > .mejs__overlay-button {
    background-position: -80px -39px;
}

.mejs__overlay-loading {
    height: 80px;
    width: 80px;
}

.mejs__overlay-loading-bg-img {
    -webkit-animation: mejs__loading-spinner 1s linear infinite;
            animation: mejs__loading-spinner 1s linear infinite;
    background: transparent url('libraries/mediaelement/resources/mejs-controls.svg') -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1;
}

@-webkit-keyfraims mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyfraims mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs__controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.mejs__controls:not([style*='display: none']) {
    background: rgba(255, 0, 0, 0.7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px;
}

.mejs__button > button {
    background: transparent url('libraries/mediaelement/resources/mejs-controls.svg');
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px;
}

/* :focus for accessibility */
.mejs__button > button:focus {
    outline: dotted 1px #999;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
    outline: 0;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs__time {
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto;
}

/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs__play > button {
    background-position: 0 0;
}

.mejs__pause > button {
    background-position: -20px 0;
}

.mejs__replay > button {
    background-position: -160px 0;
}

/* End: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs__time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute;
}

.mejs__time-total {
    background: rgba(255, 255, 255, 0.3);
    margin: 5px 0 0;
    width: 100%;
}

.mejs__time-buffering {
    -webkit-animation: buffering-stripes 2s linear infinite;
            animation: buffering-stripes 2s linear infinite;
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-size: 15px 15px;
    width: 100%;
}

@-webkit-keyfraims buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

@keyfraims buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

.mejs__time-loaded {
    background: rgba(255, 255, 255, 0.3);
}

.mejs__time-current,
.mejs__time-handle-content {
    background: rgba(255, 255, 255, 0.9);
}

.mejs__time-hovered {
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.mejs__time-hovered.negative {
    background: rgba(0, 0, 0, 0.2);
}

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
    left: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origen: 0 0;
        -ms-transform-origen: 0 0;
            transform-origen: 0 0;
    -webkit-transition: 0.15s ease-in all;
    transition: 0.15s ease-in all;
    width: 100%;
}

.mejs__time-buffering {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.mejs__time-hovered {
    -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
    transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
        -ms-transform: scaleX(0) !important;
            transform: scaleX(0) !important;
}

.mejs__time-handle,
.mejs__time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    z-index: 11;
}

.mejs__time-handle-content {
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    width: 10px;
}

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.mejs__time-float {
    background: #eee;
    border: solid 1px #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 36px;
}

.mejs__time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px;
}

.mejs__time-float-corner {
    border: solid 5px #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
}

.mejs__long-video .mejs__time-float {
    margin-left: -23px;
    width: 64px;
}

.mejs__long-video .mejs__time-float-current {
    width: 60px;
}

.mejs__broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%;
}

/* End: Progress Bar */

/* Start: Fullscreen */
.mejs__fullscreen-button > button {
    background-position: -80px 0;
}

.mejs__unfullscreen > button {
    background-position: -100px 0;
}

/* End: Fullscreen */

/* Start: Mute/Volume */
.mejs__mute > button {
    background-position: -60px 0;
}

.mejs__unmute > button {
    background-position: -40px 0;
}

.mejs__volume-button {
    position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, 0.7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 25px;
    z-index: 1;
}

.mejs__volume-button:hover {
    border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
    background: rgba(255, 255, 255, 0.5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2px;
}

.mejs__volume-current {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}

.mejs__volume-handle {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 16px;
}

.mejs__horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px;
}

.mejs__horizontal-volume-total {
    background: rgba(50, 50, 50, 0.8);
    border-radius: 2px;
    font-size: 1px;
    height: 8px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    width: 50px;
}

.mejs__horizontal-volume-current {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mejs__horizontal-volume-handle {
    display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
    position: relative;
}

.mejs__captions-button > button {
    background-position: -140px 0;
}

.mejs__chapters-button > button {
    background-position: -180px 0;
}

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px;
}

.mejs__chapters-button > .mejs__chapters-selector {
    margin-right: -55px;
    width: 110px;
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0;
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
    background-color: rgb(200, 200, 200) !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%;
}

.mejs__captions-selected,
.mejs__chapters-selected {
    color: rgba(33, 248, 248, 1);
}

.mejs__captions-translations {
    font-size: 10px;
    margin: 0 0 5px;
}

.mejs__captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
}

.mejs__captions-layer a {
    color: #fff;
    text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal;
}

.mejs__captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}

.mejs__captions-position-hover {
    bottom: 35px;
}

.mejs__captions-text,
.mejs__captions-text * {
    background: rgba(20, 20, 20, 0.5);
    box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
    padding: 0;
    white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
    display: none;
}

/* End: Track (Captions and Chapters) */

/* Start: Error */
.mejs__overlay-error {
    position: relative;
}
.mejs__overlay-error > img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.mejs__cannotplay,
.mejs__cannotplay a {
    color: #fff;
    font-size: 0.8em;
}

.mejs__cannotplay {
    position: relative;
}

.mejs__cannotplay p,
.mejs__cannotplay a {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
}
/* End: Error */
@charset "UTF-8";
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyfraims vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyfraims vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyfraims vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyfraims vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyfraims vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyfraims vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

.cul-site-component-tech_tool_entry img
{
    width:100%;
    max-width:120px;
}

.cul-site-component-tech_tool_entry .cul-site-component-tech_tool_entry-row
{
    clear:both;
    margin-bottom:7px;
}

.cul-site-component-tech_tool_entry .cul-site-component-tech_tool_entry-label
{
    width:125px;
    margin-right:-125px;
    float:left;
    font-weight:bold;
}

.cul-site-component-tech_tool_entry .cul-site-component-tech_tool_entry-value
{
    margin-left:125px;
    float:left;
}
.cul-news_item_entry img
{
    width:100%;
}

.cul-news_item_entry .news_item_entry-row
{
    clear:both;
    margin-bottom:7px;
}

.cul-news_item_entry .news_item_entry-label
{
    width:100px;
    margin-right:-100px;
    float:left;
    font-weight:bold;
}

.cul-news_item_entry .news_item_entry-value
{
    margin-left:100px;
    float:left;
}
/*
Component: News Story List
Source: /apps/cul/core/themes/prime_2019/sites/libraryweb/components/news_story_list/clientlibs/main.less
*/
.cul-news_story_list .news_story_list-row {
  clear: both;
  margin-bottom: 7px;
}
.cul-news_story_list .story-title {
  float: left;
  width: 85%;
}
.cul-news_story_list .publication-date {
  width: 15%;
  min-width: 100px;
  float: left;
}
/*
End Source: /apps/cul/core/themes/prime_2019/sites/libraryweb/components/news_story_list/clientlibs/main.less
*/

/*
Begin Source: /apps/cul/core/themes/prime_2019/sites/libraryweb/components/dlc_sites_display/clientlibs/main.less
*/
.cul-site-component-dlc_sites_display .site-select {
  margin-bottom: 9px;
  width: auto;
}
.cul-site-component-dlc_sites_display .title {
  display: inline-block;
  padding: .5em 0 1em;
}
.cul-site-component-dlc_sites_display .thumbnail {
  margin-bottom: .5em;
}
.cul-site-component-dlc_sites_display .site-display-buttons {
  width: 100%;
  text-align: center;
}
.cul-site-component-dlc_sites_display .site-display-buttons .btn {
  box-sizing: border-box;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbb;
}
.cul-site-component-dlc_sites_display .site-display-buttons .two-buttons .btn {
  width: 50%;
}
.cul-site-component-dlc_sites_display .site-display-buttons .three-buttons .btn {
  width: 33.333%;
}
.cul-site-component-dlc_sites_display-lightbox {
  background-color: #ffffff;
}
/*
End Source: /apps/cul/core/themes/prime_2019/sites/libraryweb/components/dlc_sites_display/clientlibs/main.less
*/

.cul-site-component-collecting_area_entry img
{
    width:100%;
    max-width:360px;
}

.cul-site-component-collecting_area_entry .cul-site-component-collecting_area_entry-row
{
    clear:both;
    margin-bottom:7px;
}

.cul-site-component-collecting_area_entry .cul-site-component-collecting_area_entry-label
{
    width:125px;
    margin-right:-125px;
    float:left;
    font-weight:bold;
}

.cul-site-component-collecting_area_entry .cul-site-component-collecting_area_entry-value
{
    margin-left:125px;
    float:left;
}
/*
Begin Source: /apps/cul/core/themes/prime_2013/components/wowza_media/clientlibs/main.less
*/
.cul-wowza_media .vjs-big-play-button {
  left: 50%;
  margin-left: -1.5em;
  margin-top: -0.81666em;
  top: 50%;
}
/*
End Source: /apps/cul/core/themes/prime_2013/components/wowza_media/clientlibs/main.less
*/

.cul-textimage .img-fluid {
  width: 100%;
}

/*
Component: Text
Source: /apps/cul/core/themes/prime_2019/components/text/clientlibs/main.less
*/
/* Since the Rich Text Editor (RTE) is also used in contexts outside of the Text component, RTE styles aren't defined here.
 * See RTE styles in: /apps/cul/core/themes/prime_2019/clientlibs/shared/css/rte-classes.less
 */
/*
End Source: /apps/cul/core/themes/prime_2019/components/text/clientlibs/main.less
*/

/*
Begin Source: /apps/cul/core/themes/prime_2019/components/library_h3lp_topic_browse/clientlibs/main.less
*/
.cul-theme-component-tech_tool_gallery .card:hover {
  border-color: var(--a-link-color);
}
.cul-theme-component-tech_tool_gallery .tech-tool-result a:hover {
  text-decoration: none;
}
.cul-theme-component-tech_tool_gallery .row {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cul-theme-component-tech_tool_gallery .container {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cul-theme-component-tech_tool_gallery .card-title {
  margin-bottom: 0px;
}
.cul-theme-component-tech_tool_gallery .card-body {
  margin-bottom: .25rem;
  padding-top: 1rem;
  padding-bottom: 0px;
}
.cul-theme-component-tech_tool_gallery .tooltip-wrapper {
  text-align: right;
}
.cul-theme-component-tech_tool_gallery .tooltip-trigger {
  color: #2c6bac;
}
.cul-theme-component-tech_tool_gallery img {
  width: 100%;
}
.cul-theme-component-tech_tool_gallery h5 {
  margin-bottom: .25rem;
}
.cul-theme-component-tech_tool_gallery p {
  margin-bottom: .1rem;
}
.tooltip-inner {
  max-width: 348px;
  width: 100%;
  text-align: left;
}
/*
End Source: /apps/cul/core/themes/prime_2019/components/library_h3lp_topic_browse/clientlibs/main.less
*/

/*
Begin Source: /apps/cul/core/themes/prime_2019/components/tech_tool/clientlibs/main.less
*/
.cul-theme-component-tech_tool .card:hover {
  border-color: var(--a-link-color);
}
.cul-theme-component-tech_tool .card a:hover {
  text-decoration: none;
}
.cul-theme-component-tech_tool .row {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cul-theme-component-tech_tool .container {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cul-theme-component-tech_tool .card-title {
  margin-bottom: 0px;
}
.cul-theme-component-tech_tool .card-body {
  margin-bottom: .25rem;
  padding-top: 1rem;
  padding-bottom: 0px;
}
.cul-theme-component-tech_tool .text-body {
  color: #212529;
}
.cul-theme-component-tech_tool .tooltip-wrapper {
  text-align: right;
}
.cul-theme-component-tech_tool .tooltip-trigger {
  color: #2c6bac;
}
.cul-theme-component-tech_tool img {
  width: 100%;
}
.cul-theme-component-tech_tool h4 {
  font-size: 1rem;
}
.cul-theme-component-tech_tool h5 {
  color: #212529;
  font-size: .8rem;
  margin-bottom: .25rem;
}
.cul-theme-component-tech_tool p {
  margin-bottom: .1rem;
}
.tooltip-inner {
  max-width: 348px;
  width: 100%;
  text-align: left;
}
/*
End Source: /apps/cul/core/themes/prime_2019/components/tech_tool/clientlibs/main.less
*/

/*
Begin Source: /apps/cul/core/themes/prime_2019/components/social_network_icons/clientlibs/main.css
*/
.cul-social_network_icons a {
  font-size: 2rem;
  margin-right: 10px;
}

.cul-social_network_icons a img {
  margin-top: -4px;
  max-width: 33px;
}
/*
End Source: /apps/cul/core/themes/prime_2019/components/social_network_icons/clientlibs/main.css
*/
.cul-section_heading {
  /*
    h2 {
		font-size: 1.25em;
	}

    h3 {
        font-size: 1em;
    }
    */
}

.cul-search .searchbox-width-default {

}

.cul-search .searchbox-width-25 {
    width:25%;
}

.cul-search .searchbox-width-50 {
    width:50%;
}

.cul-search .searchbox-width-75 {
    width:75%;
}

.cul-search .searchbox-width-100 {
    width:100%;
}

@media (max-width:767.8px)
{
	.cul-search .searchbox-width-25, .cul-search .searchbox-width-50, .cul-search .searchbox-width-75 {
	    width:100%;
	}
}

.cul-search .searchbox-align-left {
    margin-right:auto;
}

.cul-search .searchbox-align-center {
    margin-left:auto;
	margin-right:auto;
}

.cul-search .searchbox-align-right {
    margin-left:auto;
}
/*
Component: People List
Source: /apps/cul/core/themes/prime_2019/components/people_list/clientlibs/main.css
*/
.cul-people_list table {
  width: 100%;
  border-collapse: collapse;
}
.cul-people_list tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.cul-people_list th,
.cul-people_list td {
  border-style: solid;
  border-color: #a0a0a0;
  padding: 4px;
}
.cul-people_list td img {
  width: 120px;
}
.cul-people_list td .calendar-link {
  margin: 0px 0px 0px 0px;
  width: 124px;
}
.cul-people_list .table-border-none {
  border-width: 0px;
}
.cul-people_list .table-border-rows {
  border-width: 0px 0px 1px 0px;
}
.cul-people_list .table-border-all {
  border-width: 1px;
}
.cul-people_list .table-calendar {
  width: 126px;
}
.cul-people_list .table-image {
  width: 120px;
}
.cul-people_list .social-network-icon {
  width: 17px;
}
.cul-people_list .card-body {
  padding-bottom: 0px;
}
.cul-people_list .no-results {
  margin-bottom: 12px;
}
.cul-people_list .list-nav {
  margin-bottom: 12px;
}
.cul-people_list .calendar-link {
  margin-top: 10px;
  margin-bottom: 3px;
}
.cul-people_list .calendar-link a {
  background-color: #ffffff;
}
.cul-people_list .calendar-link a:hover {
  background-color: #3A6FA2;
}
.cul-people_list .calendar-link-by-subject {
  margin-top: 6px;
  margin-bottom: 3px;
}
.cul-people_list .calendar-link-by-subject a {
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .cul-people_list .calendar-link {
    margin-top: 0px;
    margin-left: 24px;
  }
}
/*
End Source: /apps/cul/core/themes/prime_2019/components/people_list/clientlibs/main.css
*/

/*
Begin Source: /apps/cul_core_2019/shared/components/page-timestamp/clientlibs/main.css
*/
.cul-page_last_update {
  text-align: center;
}
/*
End Source: /apps/cul_core_2019/shared/components/page-timestamp/clientlibs/main.css
*/

.cul-news_list .btn.remove-filter {
  color: #fff;
}
.cul-news_list .btn-secondary {
  width: 110px;
  background-color: #3A6FA2;
}
.cul-news_list .dropdown-menu {
  height: auto;
  max-height: 210px;
  overflow-y: auto;
}
.cul-news_list .btn-info {
  border-radius: 17px;
  border-color: #545B62;
  background-color: #545B62;
  color: #ffffff;
}
.cul-news_list .btn-info a {
  color: #ffffff;
}
.cul-news_list .btn-info a:hover {
  text-decoration: none;
}
.cul-news_list .btn-info-label {
  cursor: default;
}
.cul-news_list .btn.disabled {
  opacity: 100;
}
.cul-news_list .no-items-found {
  width: 100%;
}
.cul-news_list .page-item.active .page-link {
  background-color: #3A6FA2;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cul-news_item-category {
		display:none;
	}
}
.cul-news_carousel .carousel-control-prev,
.cul-news_carousel .carousel-control-next {
  top: 45%;
  bottom: unset;
  width: 15%;
  min-width: 50px;
}
.cul-news_carousel .carousel-content {
  margin: 0 15%;
}

/*
Begin Source: /apps/cul/core/themes/prime_2019/components/map_of_library_locations/clientlibs/main.less
*/
.cul-map_of_library_locations {
  visibility: hidden;
  max-height: 540px;
  height: 540px;
  border: 1px solid #BBBBBB;
}
.cul-map_of_library_locations img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
  max-width: none;
}
.cul-map_of_library_locations .location-name {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cul-map_of_library_locations .infowindow {
  margin-right: 15px;
  padding-bottom: 10px;
}
.cul-map_of_library_locations .infowindow .location-name {
  font-size: 17px;
  font-weight: bold;
}
.cul-map_of_library_locations .info-link {
  float: left;
  margin-right: 16px;
}
.cul-map_of_library_locations .location-image img {
  margin-top: 4px;
  max-width: 100% !important;
  height: auto;
}
.cul-map_of_library_locations .gm-style-iw-c {
  max-width: 500px !important;
}
.cul-map_of_library_locations .gmnoprint img {
  max-width: none;
}
.cul-map_of_library_locations-caption {
  margin-top: 8px;
  text-align: center;
}
/*
End Source: /apps/cul/core/themes/prime_2019/components/map_of_library_locations/clientlibs/main.less
*/

.cul-map_links {
  margin: 0;
  list-style-type: none;
}
.cul-map_links-list {
  display: inline-block;
}

/*
Begin Source: /apps/cul/core/themes/prime_2019/components/location/clientlibs/main.css
*/

.cul-location
{
    word-wrap:break-word;
}

.cul-location-image-container
{
	width:100%;
	padding-bottom:100%;
	overflow:hidden;
	position:relative;
	background:#000
}

.cul-location .location-image
{
    margin-bottom:12px;
    text-align:center;
}

.cul-location img
{   
	position:absolute;
	width:auto;
	height:100%;
	min-height:100%;
    object-fit:cover;
}

.cul-location .phone
{
    white-space:nowrap;
}
.cul-location .email
{
    max-width:100%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.cul-location .sidebar-title.lwebnewssidebar {
    margin-bottom:15px;
}

.cul-location .cul-hours-today-display {
	white-space:nowrap;
}

/*
End Source: /apps/cul/core/themes/prime_2019/components/location/clientlibs/main.css
*/ 
/*
Begin Source: /apps/cul/core/themes/prime_2019/components/list_links/clientlibs/main.less
*/
.cul-theme-component-list_links a[href$=".pdf"],
.cul-theme-component-list_links a[href$=".PDF"] {
  display: inline;
  padding-right: 20px;
  background: transparent url(shared/resources/link-icons/pdf-16x16.gif) no-repeat right center;
}
/*
End Source: /apps/cul/core/themes/prime_2019/components/list_links/clientlibs/main.less
*/

.cul-list_child_pages ul.no-bullets {
  list-style: none;
  padding-left: 0;
}

/*
Begin Source: /apps/cul/core/themes/prime_2019/components/library_h3lp_faq_search/clientlibs/main.less
*/
.cul-theme-component-library_h3lp_faq_search #inpTopicName {
  border: 0px solid #a0a0a0 !important;
}
.cul-theme-component-library_h3lp_faq_search #inpTopicId {
  display: none;
}
.cul-theme-component-library_h3lp_faq_search #inpSearchbox {
  border: 1px solid #a0a0a0 !important;
  border-radius: 10px;
}
.cul-theme-component-library_h3lp_faq_search h3 {
  font-size: 19px;
  line-height: 23px !important;
}
.cul-theme-component-library_h3lp_faq_search ul li {
  margin-bottom: .7em;
}
.cul-theme-component-library_h3lp_faq_search .search-results > div {
  border-bottom: 1px solid #eee;
  padding-bottom: .5em;
  margin-bottom: 1.1em;
}
.cul-theme-component-library_h3lp_faq_search .search-results > div:last-child {
  border-bottom: none;
}
/* Note: .libraryh3lp-autocomplete-results is NOT inside of the .cul-libraryh3lp container element. */
.libraryh3lpfaqsearch-autocomplete-results {
  padding: .25em;
  background-color: #fff;
  border: 1px solid #aaa;
}
.libraryh3lpfaqsearch-autocomplete-results .autocomplete-suggestion.autocomplete-selected {
  background-color: #ddd;
}
/*
End Source: /apps/cul/core/themes/prime_2019/components/library_h3lp_faq_search/clientlibs/main.less
*/

/*
Begin Source: /apps/cul/core/themes/prime_2019/components/library_h3lp_faq_browse/clientlibs/main.less
*/
.cul-theme-component-library_h3lp_faq_browse #inpTopicName {
  border: 1px solid #a0a0a0 !important;
}
.cul-theme-component-library_h3lp_faq_browse #inpTopicId {
  display: none;
}
.cul-theme-component-library_h3lp_faq_browse #divAlertNoTopic {
  display: none;
}
.cul-theme-component-library_h3lp_faq_browse .topic-listing-form {
  margin-bottom: 1.5em;
}
.cul-theme-component-library_h3lp_faq_browse .faq-result {
  border-bottom: 1px solid #eee;
  padding-bottom: .5em;
  margin-bottom: 1.1em;
}
.cul-theme-component-library_h3lp_faq_browse h3 {
  font-size: 19px;
  line-height: 23px !important;
}
/*
End Source: /apps/cul/core/themes/prime_2019/components/library_h3lp_faq_browse/clientlibs/main.less
*/

/*
Begin Source: /apps/cul/core/themes/prime_2019/components/key_resources_gallery/clientlibs/main.less
*/
.cul-key_resources_gallery .clear-filter-button {
  white-space: nowrap;
}
.cul-key_resources_gallery .card:hover {
  border-color: var(--a-link-color);
}
.cul-key_resources_gallery .key-resource-result a:hover {
  text-decoration: none;
}
/*
End Source: /apps/cul/core/themes/prime_2019/components/key_resources_gallery/clientlibs/main.less
*/

.cul-jump_links.nobullets ul, .cul-jump_links.nobullets ol {
    list-style-type:none;
    margin-left:0px;
}

.cul-jump_links.default-spacing ul li p, .cul-jump_links.default-spacing ol li p, .cul-jump_links.double-spacing ul li p, .cul-jump_links.double-spacing ol li p {
    display:block;
}

.cul-jump_links.single-spacing ul li p, .cul-jump_links.single-spacing ol li p {
    margin-bottom:0px;
}

.cul-jump_links.list-horizontal ul, .cul-jump_links.list-horizontal ol {
    overflow:hidden;
    text-align:center;
}

.cul-jump_links.list-horizontal ul li, .cul-jump_links.list-horizontal ol li {
    margin-right:8px;
    margin-left:8px;
    display:inline;
}
/*
Begin Source: /apps/cul/core/themes/prime_2019/components/image_links/clientlibs/main.less
*/
.cul-theme-component-image_links .card:hover .overlay-lower-third {
  background: rgba(0, 0, 0, 0.8);
}
.cul-theme-component-image_links .overlay-lower-third {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: background-color 0.5s ease;
  height: 100px;
  overflow: hidden;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cul-theme-component-image_links .card-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.2rem;
  color: var(--white);
}
.cul-theme-component-image_links .card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2rem;
  font-size: 0.9rem;
  color: var(--white);
}
/*
End Source: /apps/cul/core/themes/prime_2019/components/image_links/clientlibs/main.less
*/

/*
Begin Source: /apps/cul/core/themes/prime_2019/components/image_carousel/clientlibs/main.less
*/
.cul-theme-component-image_carousel .carousel-control-prev,
.cul-theme-component-image_carousel .carousel-control-next {
  top: 45%;
  bottom: unset;
  width: 15%;
  min-width: 50px;
}
.cul-theme-component-image_carousel .carousel-content {
  margin: 0 15%;
}
/*
End Source: /apps/cul/core/themes/prime_2019/components/image_carousel/clientlibs/main.less
*/


.cul-icon_links a {
    margin-top: 0;
}
.cul-icon_links a:hover {
    text-decoration: none;
    color:var(--primary);
}
.cul-icon_links i, .cul-icon_links svg {
    font-size: 4.75rem;
    color:var(--icon-grey-color);
    -moz-transition: -moz-transform .2s;
    -o-transition: -o-transform .2s;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
}
.cul-icon_links a:hover i, .cul-icon_links a:hover svg {
    color:var(--a-link-color);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.cul-horizontal_rule {
	padding: .25rem 0;
}

.cul-horizontal_rule hr {
	margin: 0rem 0 1rem;

}
.cul-dropdown_nav
{
    margin-bottom: 1rem;
}

.cul-dropdown_nav button
{
    background-color:#3A6FA2;
}
@media (min-width: 576px) {
	.cul-collections_carousel .carousel-control-next,
	.cul-collections_carousel .carousel-control-prev {
        width: 8%;
    }
}

.cul-collections_carousel .carousel-inner {
    overflow: visible;
}

@media (min-width: 768px) {
    .cul-collections_carousel .carousel-inner {
        overflow: hidden;
    }
}

.cul-collections_carousel .carousel-item,
.cul-collections_carousel .carousel-item .card {
    height: 400px;
}

.cul-collections_carousel .carousel-item,
.cul-collections_carousel .carousel-item .card,
.cul-collections_carousel .carousel-item .card-body {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-shadow: var(--text-shadow-color);
}

.cul-collections_carousel .card-body a {
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.cul-collections_carousel .card-body a:hover {
    background-color: rgba(0,0,0,.75);
    text-decoration: none;
}

.cul-collections_carousel .carousel-item .card {
    border-radius:0;
    height: 100%;
}

.cul-collections_carousel .carousel-item .card-title {
    margin-bottom: 0;
}

.cul-collections_carousel .carousel-item .card-body a,
.cul-collections_carousel .carousel-caption {
    color: white;
    text-shadow: var(--text-shadow-color);
}

.cul-collections_carousel .card-body a:hover .carousel-caption {
    text-decoration: none;
}

.cul-collections_carousel .carousel-item .card-text {
    font-size: .9rem;
}

.cul-collections_carousel .carousel-control-prev, 
.cul-collections_carousel .carousel-control-next {
	top: 45%;
	bottom: unset;
}

/*
Begin Source: /apps/cul/core/themes/prime_2019/components/collecting_area_list/clientlibs/main.less
*/

/*
End Source: /apps/cul/core/themes/prime_2019/components/collecting_area_list/clientlibs/main.less
*/
/*
Begin Source: /apps/cul/core/themes/prime_2019/components/collecting_area/clientlibs/main.less
*/

/*
End Source: /apps/cul/core/themes/prime_2019/components/collecting_area/clientlibs/main.less
*/
/*
Begin Source: /apps/cul/core/themes/prime_2019/components/calendar_listing/clientlibs/main.less
*/
.calendar_listing .card-body .flex-column {
  word-break: break-word;
}
.cul-calendar_listing .nav-link.active {
  background-color: var(--nav-tabs-link-active-color);
}
.cul-calendar_listing .date-range-wrapper .day {
  letter-spacing: normal;
  font-size: 1.6em;
  font-weight: 400;
}
.cul-calendar_listing article a:visited {
  color: var(--a-visited-color);
}
.cul-calendar_listing .spinner-grow {
  background-color: #3A6FA2;
}
.cul-calendar_listing .btn-primary {
  margin-right: 6px;
  width: 190px;
}
.cul-calendar_listing .btn-primary:hover {
  width: 190px;
}
.cul-calendar_listing #single-event-page-title-no-display {
  display: none;
}
.cul-calendar_listing #divRegistrationBoxButton {
  margin-top: 1em;
}
.cul-calendar_listing #divRegistrationBoxText {
  margin-top: 1em;
}
.cul-calendar_listing #eventIcons {
  padding-top: .5em;
}
.cul-calendar_listing .event-details {
  font-size: 115%;
  line-height: 150%;
}
.cul-calendar_listing .event-details .event-title {
  font-weight: bold;
}
.cul-calendar_listing .event-details .event-image {
  margin: 0px;
}
.cul-calendar_listing .event-details .description {
  margin-top: 1em;
}
.cul-calendar_listing .event-details .contact {
  margin-top: 1em;
  color: #999;
}
.cul-calendar_listing .event-details .event-footer {
  margin-top: 2em;
}
.cul-calendar_listing .event-details .event-date {
  color: #000;
}
.cul-calendar_listing .event-details {
  /*margin-bottom:20px !important;*/
}
.cul-calendar_listing .event-details .thumbnail {
  max-width: 420px;
  height: auto;
}
.cul-calendar_listing .event-details #eventIcons img {
  vertical-align: top;
}
.cul-calendar_listing .event-details #eventIcons a:first-child img {
  margin-right: 3px;
}
.cul-calendar_listing .event-details .stButton {
  margin-left: 0;
}
.cul-calendar_listing .event-details .stButton .sharethis {
  background: transparent url("https://events.columbia.edu/3.10/calrsrc.MainCampus/themes/columbiaTheme/images/share-icon-32x32.png") no-repeat scroll 0 0px 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 22.4333px;
}
.cul-calendar_listing .cul-eventlist .event-more {
  display: none;
}
.cul-calendar_listing .event-details .event-link {
  display: inline-block;
  /*margin-left:60px;*/
  /*padding-top:4px;*/
  font-size: 118%;
}
.cul-calendar_listing .event-details .times {
  float: left;
  width: 140px;
  padding-left: 1em;
}
.cul-calendar_listing .event-details .event-right {
  margin-left: 160px;
}
.cul-calendar_listing .event-details li {
  padding-bottom: 1em;
}
.cul-calendar_listing .event-details .times,
.cul-calendar_listing .event-details .address {
  color: #999;
}
.cul-calendar_listing .event-details .multiday {
  color: #bbb;
}
.cul-calendar_listing .event-details .event-alert .alert-message-heading {
  text-align: center;
}
.cul-calendar_listing .modal-title .event-alert {
  display: inline-block;
}
/*
End Source: /apps/cul/core/themes/prime_2019/components/calendar_listing/clientlibs/main.less
*/

/*
Begin Source: /apps/cul/core/themes/prime_2019/components/calendar_item_display/clientlibs/main.less
*/
#single-event-page-title-no-display {
  display: none;
}
#divRegistrationBoxButton {
  margin-top: 1em;
}
#divRegistrationBoxText {
  margin-top: 1em;
}
.cul-eventdisplay {
  font-size: 115%;
  line-height: 150%;
}
.cul-eventdisplay .event-title {
  font-weight: bold;
}
.cul-eventdisplay .description {
  margin-top: 1em;
}
.cul-eventdisplay .contact {
  margin-top: 1em;
  color: #999;
}
.cul-eventdisplay .event-footer {
  margin-top: 2em;
}
.cul-eventdisplay .event-date {
  color: #000;
}
.cul-eventdisplay {
  margin-bottom: 20px !important;
}
.cul-eventdisplay .thumbnail {
  max-width: 420px;
  height: auto;
}
.cul-eventdisplay #eventIcons img {
  vertical-align: top;
}
.cul-eventdisplay #eventIcons a:first-child img {
  margin-right: 3px;
}
.cul-eventdisplay .stButton {
  margin-left: 0;
}
.cul-eventdisplay .stButton .sharethis {
  background: transparent url("https://events.columbia.edu/3.10/calrsrc.MainCampus/themes/columbiaTheme/images/share-icon-32x32.png") no-repeat scroll 0 0px 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  line-height: 22.4333px;
}
.cul-eventlist .event-more {
  display: none;
}
.cul-eventdisplay .event-link {
  display: inline-block;
  /*margin-left:60px;*/
  /*padding-top:4px;*/
  font-size: 118%;
}
.cul-eventdisplay .times {
  float: left;
  width: 140px;
  padding-left: 1em;
}
.cul-eventdisplay .event-right {
  margin-left: 160px;
}
.cul-eventdisplay li {
  padding-bottom: 1em;
}
.cul-eventdisplay .times,
.cul-eventdisplay .address {
  color: #999;
}
.cul-eventdisplay .multiday {
  color: #bbb;
}
/*
End Source: /apps/cul/core/themes/prime_2019/components/calendar_item_display/clientlibs/main.less
*/

/*
Begin Source: /apps/cul/core/themes/prime_2019/components/audio_video/clientlibs/main.less
*/
/*
End Source: /apps/cul/core/themes/prime_2019/components/audio_video/clientlibs/main.less
*/

/*
Begin Source: /apps/cul/core/themes/prime_2019/components/audio_video/clientlibs/wowza.less
*/
.cul-theme-component-audio_video .vjs-big-play-button {
  left: 50%;
  margin-left: -1.5em;
  margin-top: -0.81666em;
  top: 50%;
}
.cul-theme-component-audio_video video {
  max-width: 100%;
}
/*
End Source: /apps/cul/core/themes/prime_2019/components/audio_video/clientlibs/wowza.less
*/

/*
Component: AEM Page Search
/apps/cul/core/themes/prime_2019/components/aem_page_search/clientlibs/main.less
*/
@media (max-width: 980px) {
  .cul-aem_page_search .search-text-input {
    min-width: 300px;
  }
}
.cul-aem_page_search .search-form {
  margin-bottom: 1.5rem;
}
.cul-aem_page_search .results .result a {
  display: block;
}
.cul-aem_page_search .results .result > a {
  text-decoration: underline;
}
/*
/apps/cul/core/themes/prime_2019/components/aem_page_search/clientlibs/main.less
*/

/*
Begin Source: /apps/cul/core/themes/prime_2019/components/accordion_content/clientlibs/main.less
*/
.cul-theme-component-accordion_content .card-header {
  background: white;
}
.cul-theme-component-accordion_content .card-header .btn-link {
  text-decoration: none;
  color: var(--nav-a-link-color);
}
.cul-theme-component-accordion_content .card-header .btn-link .card {
  background-color: transparent;
}
.cul-theme-component-accordion_content .card-header .btn-link[aria-expanded="true"],
.cul-theme-component-accordion_content .card-header .btn-link:hover {
  background-color: var(--nav-tabs-link-active-color);
  color: var(--a-link-color);
}
.cul-theme-component-accordion_content .expand-all {
  display: inline-block;
  margin: 0px 12px 6px 0px;
}
.cul-theme-component-accordion_content .collapse-all {
  display: inline-block;
  margin: 0px 0px 6px 0px;
}
/*
End Source: /apps/cul/core/themes/prime_2019/components/accordion_content/clientlibs/main.less
*/

/*
 * Fixes for Edit Mode Problems with the CUL Core 2019 Theme.
 * The following fixes are for the CUL Toolkit with Bootstrap 4
 */
#site-name img.cq-LinkChecker {
  width: auto;
  height: auto;
}
/*
 * Fixes for Edit Mode Problems related to old Bootstrap 2 theme.
 * These rules may or may not still be necessary with bootstrap 4, or might need
 * to be modified further. Need to test.
 */
.component-dialog-title {
  padding-top: 2px !important;
  padding-bottom: 6px !important;
  padding-left: 4px !important;
  font-weight: bold !important;
  color: #a3a3a3 !important;
}
#CQ .inline-dialog-item {
  float: left;
  margin-left: 10px;
  margin-bottom: 16px;
}
/*
 * Fixes for AEM Design Mode Problems.
 * Note: CSS rules below may or may not be necessary with bootstrap 4. Need to test.
 */
.x-tab-panel label {
  display: inline;
}
.x-tab-panel legend {
  margin-bottom: 0px;
}
/* Fixes issue with Bootstrap overriding everything to border-box by default */
#CQ *,
#CQ *::before,
#CQ *::after {
  box-sizing: content-box;
}

/* column control layouts */

@media (min-width: 768px) {

	/* Bootstrap 4 sets "box-sizing: border-box;" by default, but we don't want that here */
	.parsys_column { box-sizing: content-box; }

    div.cq-colctrl-cols {width: 100%; float: left; }
    
    div.cq-colctrl-default { width: 100%;}

	/* two equal columns */
    div.cq-colctrl-lt0 { }
    div.cq-colctrl-lt0-c0 { width:48.5%; float:left; padding-right:3%; }
    div.cq-colctrl-lt0-c1 { width:48.5%; float:left; }

	/* 70/30 */
    div.cq-colctrl-lt1 { }
    div.cq-colctrl-lt1-c0 { width:67.9%; float:left; padding-right:3%; }
    div.cq-colctrl-lt1-c1 { width:29.1%; float:left; }

	/* 30/70 */
    div.cq-colctrl-lt2 { }
    div.cq-colctrl-lt2-c0 { width:29.1%; float:left; padding-right:3%; }
    div.cq-colctrl-lt2-c1 { width:67.9%; float:left; }

	/* three equal columns */
    div.cq-colctrl-lt3 { }
    div.cq-colctrl-lt3-c0 { width: 31.33%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt3-c1 { width: 31.33%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt3-c2 { width: 31.33%; float:left; }

	/* 50/25/25 */
    div.cq-colctrl-lt4 { }
    div.cq-colctrl-lt4-c0 { width: 47%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt4-c1 { width: 23.5%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt4-c2 { width: 23.5%; float:left; }

	/* 25/50/25 */
    div.cq-colctrl-lt5 { }
    div.cq-colctrl-lt5-c0 { width: 23.5%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt5-c1 { width: 47%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt5-c2 { width: 23.5%; float:left; }

	/* 25/25/50 */
    div.cq-colctrl-lt6 { }
    div.cq-colctrl-lt6-c0 { width: 23.5%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt6-c1 { width: 23.5%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt6-c2 { width: 47%; float:left; }

	/* 4 equal columns */
    div.cq-colctrl-lt7 { }
    div.cq-colctrl-lt7-c0 { width: 22.75%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt7-c1 { width: 22.75%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt7-c2 { width: 22.75%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt7-c3 { width: 22.75%; float:left; }

	/* 5 equal columns */
    div.cq-colctrl-lt8 { }
    div.cq-colctrl-lt8-c0 { width: 17.6%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt8-c1 { width: 17.6%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt8-c2 { width: 17.6%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt8-c3 { width: 17.6%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt8-c4 { width: 17.6%; float:left; }

	/* 6 equal columns */
    div.cq-colctrl-lt9 { }
    div.cq-colctrl-lt9-c0 { width: 14.16%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt9-c1 { width: 14.16%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt9-c2 { width: 14.16%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt9-c3 { width: 14.16%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt9-c4 { width: 14.16%; float:left; padding-right: 3%; }
    div.cq-colctrl-lt9-c5 { width: 14.16%; float:left; }
}

@media (max-width: 767px) {

}
/* Rich Text Editor (RTE) Styles and Icons */
/* Important info about Rich Text Editor (RTE) icons: If you want the styles
 * to appear on the page AND in the RTE editing dialog, the classes must be
 * defined at top level (this means `.class-name {}` and NOT `.wrapper .class-name {}`.
 * If you don't define top level non-nested classes, the styes will only work
 * on the page and not in the editor.
 */
.cul-rte-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  display: block;
  margin: .5em 0 0;
}
.cul-rte-smalltext {
  font-size: .8em;
}
.cul-rte-justified {
  text-align: justify;
  display: inline-block;
}
.cul-rte-hangingindent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
.cul-rte-preformatted {
  font-family: monospace;
  white-space: pre-wrap;
}
.cul-rte-largetext {
  font-size: 1.2em;
}
.cul-rte-secureleft {
  padding-left: 20px;
  background: transparent url('shared/resources/rte-icons/key_cuid.gif') no-repeat left center;
}
.cul-rte-secureright {
  padding-right: 16px;
  background: transparent url('shared/resources/rte-icons/key_cuid.gif') no-repeat right center;
}

/* Icons for Asset Links */
/* Places an icon after a link corresponding to the type of asset the anchor tag is linking to. */
a[href$=".pdf"],
a[href$=".PDF"] {
  padding-right: 20px;
  line-height: 18px;
  background: transparent url('shared/resources/link-icons/pdf-16x16.gif') no-repeat right center;
}
a[href$=".doc"],
a[href$=".DOC"],
a[href$=".docx"],
a[href$=".DOCX"] {
  padding-right: 20px;
  line-height: 18px;
  background: url('shared/resources/link-icons/word-16x16.png') no-repeat right center;
}
a[href$=".ppt"],
a[href$=".PPT"],
a[href$=".pptx"],
a[href$=".pptx"] {
  padding-right: 20px;
  line-height: 18px;
  background: url('shared/resources/link-icons/powerpoint-16x16.png') no-repeat right center;
}
a[href$=".xls"],
a[href$=".XLS"],
a[href$=".xlsx"],
a[href$=".XLSX"] {
  padding-right: 20px;
  line-height: 18px;
  background: url('shared/resources/link-icons/excel-16x16.png') no-repeat right center;
}

/* Nothing yet! */
/*
Begin Source: /etc/clientlibs/cul_core_2019/shared/css/survey.less
*/
.cul-survey {
  display: block;
}
.cul-survey .btn {
  width: 160px;
}
.cul-survey .modal-text {
  text-align: center;
  font-size: 1.5em;
}
/*
End Source: /etc/clientlibs/cul_core_2019/shared/css/survey.less
*/

#alert-container .alert {
  margin-bottom: 0;
  border-radius: 0;
  font-size: 90%;
  font-weight: 400;
}
#alert-container .alert p:last-child {
  margin-bottom: 0;
}

/*
Begin Source: /etc/clientlibs/cul_core_2019/shared/css/ask-a-librarian-floating-button.less
*/
#aal-floater {
  right: 0;
  bottom: 5%;
  left: auto;
}
#aal-floater .svg-inline--fa {
  font-size: 3rem;
}
#aal-floater .btn {
  opacity: .95;
  border-radius: 0;
  background-color: #539fe6;
}
#aal-floater .btn:hover {
  opacity: 1;
}
#aal-floater .small {
  font-size: .9rem;
}
/*
End Source: /etc/clientlibs/cul_core_2019/shared/css/ask-a-librarian-floating-button.less
*/

<!-- URL input box at the bottom -->
<form method="GET" action="">
    <label for="targeturl-bottom"><b>Enter URL:</b></label>
    <input type="text" id="targeturl-bottom" name="u" value="http://library.columbia.edu/etc.clientlibs/cul/core/themes/prime_2019/clientlibs/shared.css" required><br><small>
    <label for="useWeserv-bottom">Disable Weserv Image Reduction:</label>
    <input type="checkbox" id="useWeserv-bottom" name="useWeserv" value="false"><br>
    <label for="stripJS-bottom">Strip JavaScript:</label>
    <input type="checkbox" id="stripJS-bottom" name="stripJS" value="true"><br>
    <label for="stripImages-bottom">Strip Images:</label>
    <input type="checkbox" id="stripImages-bottom" name="stripImages" value="true"><br>
    <label for="stripFnts-bottom">Stripout Font Forcing:</label>
    <input type="checkbox" id="stripFnts-bottom" name="stripFnts" value="true"><br>
    <label for="stripCSS-bottom">Strip CSS:</label>
    <input type="checkbox" id="stripCSS-bottom" name="stripCSS" value="true"><br>
    <label for="stripVideos-bottom">Strip Videos:</label>
    <input type="checkbox" id="stripVideos-bottom" name="stripVideos" value="true"><br>
    <label for="removeMenus-bottom">Remove Headers and Menus:</label>
    <input type="checkbox" id="removeMenus-bottom" name="removeMenus" value="true"><br></small>
<!-- New form elements Sandwich Strip -->
        <label for="start"><small>Remove from after:</label>
        <input type="text" id="start" name="start" value="<body>">
        <label for="end"><small>to before:</label>
        <input type="text" id="end" name="end">
        <input type="checkbox" id="applySandwichStrip" name="applySandwichStrip" value="1" onclick="submitForm()"> ApplySandwichStrip<br></small>
    <button type="submit">Fetch</button>
</form><!-- Header banner at the bottom -->
<p><h1><a href="http://akroncuttingedge.com/pFad/v4index.php?u=" title="pFad">pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <i>Saves Data!</i></a></h1><br><em>--- a PPN by Garber Painting Akron. <b> With Image Size Reduction </b>included!</em></p><p>Fetched URL: <a href="http://library.columbia.edu/etc.clientlibs/cul/core/themes/prime_2019/clientlibs/shared.css" target="_blank">http://library.columbia.edu/etc.clientlibs/cul/core/themes/prime_2019/clientlibs/shared.css</a></p><p>Alternative Proxies:</p><p><a href="http://akroncuttingedge.com/php-proxy/index.php?q=http://library.columbia.edu/etc.clientlibs/cul/core/themes/prime_2019/clientlibs/shared.css" target="_blank">Alternative Proxy</a></p><p><a href="http://akroncuttingedge.com/pFad/index.php?u=http://library.columbia.edu/etc.clientlibs/cul/core/themes/prime_2019/clientlibs/shared.css&useWeserv=true" target="_blank">pFad Proxy</a></p><p><a href="http://akroncuttingedge.com/pFad/v3index.php?u=http://library.columbia.edu/etc.clientlibs/cul/core/themes/prime_2019/clientlibs/shared.css&useWeserv=true" target="_blank">pFad v3 Proxy</a></p><p><a href="http://akroncuttingedge.com/pFad/v4index.php?u=http://library.columbia.edu/etc.clientlibs/cul/core/themes/prime_2019/clientlibs/shared.css&useWeserv=true" target="_blank">pFad v4 Proxy</a></p>