  @charset "UTF-8";
/* ------------ Tech Tips ------------ */
#techTipsMenu {
    background: #333;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 1em;
    position: relative;
}
#techTipsMenu h3 {
    padding: 0;
    border: none;
    margin: 0 5px 0 0;
    color: #eee;
    font-size: 1em;
    display: inline-block;
}
#techTipsMenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}
#techTipsMenu li { display: inline; }
#techTipsMenu li a {
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
    color: #333;
    background: #eee;
    padding: 2px 7px;
    border-radius: 4px;
    margin: 0 5px 0 0;
}
#techTipsMenu li.selected a {
    background: #feffcc;
    border-color: #feff99;
}
#techTipsRSS a {
    display: block;
    background: url(/it/assets/images/techTips.rss.png) 50% no-repeat;
    width: 24px;
    height: 0;
    padding-top: 24px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
}
.techTip {
    background: #efefef;
    padding: 24px;
    border-radius: 4px;
    margin-bottom: 1.5em;
    position: relative;
}
.techTip h3 {
    padding: 0;
    border: none;
    margin: 0 0 .5em;
    line-height: normal;
}
.techTip h3:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-25%,-25%);
    background: #eee url(https://www.reed.edu/global_assets/images/icons/famfamfam.silk.1.3/lightbulb.png) 50% no-repeat;
    border-radius: 50%;
}
.techTipBody img {
    display: block;
    margin: 0 auto;
}
.techTipFooter {
    margin-top: 32px;
}
.techTipDate {
    color: #666;
    font-size: .9em;
    margin: 0;
}
.techTipLink {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: 0;
}
.techTipLink a {
    display: block;
    width: 22px;
    height: 18px;
    text-indent: -999em;
    background: 50% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z' fill='%23000000'/%3E%3C/svg%3E");
    background-size: 20px;
}
.techTipTags {
    margin: 0 0 6px;
    font-size: .9em;
}
.techTipTags dt, .techTipTags dd {
    display: inline;
    margin: 0 1ex 0 0;
}
.techTipTags a {
    font-weight: normal;
    text-decoration: none;
    color: #000;
    background: #ddd;
    padding: 0 0 0 6px;
    border-radius: 4px;
    line-height: 24px;
    white-space: nowrap;
    display: inline-block;
}
.techTipTags a:hover { background: #e2e2e2; }
.techTipTags a .tagCount {
    display: inline-block;
    background: #ccc;
    padding: 0 6px;
    font-size: .9em;
}
#tipsMsgTags a {
    font-weight: normal;
    font-size: .9em;
    text-decoration: none;
    color: #000;
    background: #ddd;
    padding: 0 6px;
    border-radius: 4px;
    line-height: 24px;
    white-space: nowrap;
    display: inline-block;
}
#tipsMsgTags a:hover { background: #e2e2e2; }
.tagFilterChipClear:after {
    content: "×";
    margin-left: 6px;
}
#colorbox { text-align: left; }
#techTipQueueActions {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}
#techTipQueueActions li {
    display: inline-block;
    background: #eee url(https://www.reed.edu/global_assets/images/gradient/v.20px.fff-trans.100.png) repeat-x;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 5px 0 0;
}
#techTipQueueActions li a {
    display: block;
    padding: 5px 10px 5px 25px;
}
#techTipQueueActions li.techTipCreate a { background: url(https://www.reed.edu/global_assets/images/icons/famfamfam.silk.1.3/add.png) 5px 50% no-repeat; }
#techTipQueueActions li.techTipInstruct a { background: url(https://www.reed.edu/global_assets/images/icons/famfamfam.silk.1.3/help.png) 5px 50% no-repeat; }
table#techTipQueueStats {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    background: #333 url(https://www.reed.edu/global_assets/images/gradient/v.50px.fff-trans.20.png) repeat-x;
    color: #fff;
}
table#techTipQueueStats td, table#techTipQueueStats th { border: 1px solid #999; }
table#techTipQueueStats td.alert {
    background: red;
    font-weight: bold;
}
#techTipSchedStats {
    background: #444 url(https://www.reed.edu/global_assets/images/gradient/v.50px.fff-trans.20.png) repeat-x;
    padding: 10px;
    border: 1px solid #999;
    border-bottom: none;
    color: #fff;
}
#techTipSchedStats h4 {
    color: #fff;
    margin-top: 0;
}
#techTipSchedStats ol {
    padding: 5px 0 0;
    margin: 0;
    list-style: none;
}
#techTipSchedStats li {
    background: url(https://www.reed.edu/global_assets/images/icons/famfamfam.silk.1.3/calendar.png) 0 50% no-repeat;
    padding-left: 19px;
}
#techTipInstructions {
    border-top: 5px solid #333;
    margin-top: 50px;
}
.videocontainer {
     position: relative;
     width: 100%;
     height: 0;
     padding-bottom: 56.25%;
}
 .videocontainer iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
