.fieldPreview {
    background: #eee;
    padding: 1em 1em 1px 1em;
    margin: 0.5em 0;
    -moz-border-radius: 0.5em;
    position: relative;
    border: solid 2px #ccc;
}

.fieldFromBehavior {
    border: dashed 2px #ccc;
}

.fieldFromBehavior .disabled-field-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: #fff;
    opacity: 0.6;
}

.fieldLabel {
    background: #ddd;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -moz-border-radius-bottomright: 0.5em;
    margin: -1em -1em 0.5em -1em;
    padding: 0.5em;
    position: relative;
    z-index: 3;
}

.fieldFromBehavior .fieldLabel {
    outline-width-top: 0;
    outline-left: none;
}

.fieldControls {
    position: absolute;
    top: 0;
    right: 1em;
    z-index: 10;
}

#content #form fieldset {
    width: 100%;
    border-top: none;
}

#content #form legend {
    display: none;
}

.contenttype-easyform.contenttype-easyform::before {
    font-family: 'Glyphicons Halflings';
    content: '\e028';
    top: 2px;
}

.icon-easyform-view.toolbar-menu-icon::before {
    content: '\e807';
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}
@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}ul.dt-button-collection.dropdown-menu{display:block;z-index:2002;-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}ul.dt-button-collection.dropdown-menu.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}ul.dt-button-collection.dropdown-menu.fixed.two-column{margin-left:-150px}ul.dt-button-collection.dropdown-menu.fixed.three-column{margin-left:-225px}ul.dt-button-collection.dropdown-menu.fixed.four-column{margin-left:-300px}ul.dt-button-collection.dropdown-menu>*{-webkit-column-break-inside:avoid;break-inside:avoid}ul.dt-button-collection.dropdown-menu.two-column{width:300px;padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}ul.dt-button-collection.dropdown-menu.three-column{width:450px;padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}ul.dt-button-collection.dropdown-menu.four-column{width:600px;padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2001}@media screen and (max-width: 767px){div.dt-buttons{float:none;width:100%;text-align:center;margin-bottom:0.5em}div.dt-buttons a.btn{float:none}}div.dt-buttons button.btn.processing,div.dt-buttons div.btn.processing,div.dt-buttons a.btn.processing{color:rgba(0,0,0,0.2)}div.dt-buttons button.btn.processing:after,div.dt-buttons div.btn.processing:after,div.dt-buttons a.btn.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:' ';border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear}
table.DTCR_clonedTable.dataTable{position:absolute !important;background-color:rgba(255,255,255,0.7);z-index:202}div.DTCR_pointer{width:1px;background-color:#337ab7;z-index:201}
table.dt-rowReorder-float{position:absolute !important;opacity:0.8;table-layout:fixed;outline:2px solid #337ab7;outline-offset:-2px;z-index:2001}tr.dt-rowReorder-moving{outline:2px solid #888888;outline-offset:-2px}body.dt-rowReorder-noOverflow{overflow-x:hidden}table.dataTable td.reorder{text-align:center;cursor:move}
table.dataTable tbody>tr.selected,table.dataTable tbody>tr>.selected{background-color:#0088cc}table.dataTable.stripe tbody>tr.odd.selected,table.dataTable.stripe tbody>tr.odd>.selected,table.dataTable.display tbody>tr.odd.selected,table.dataTable.display tbody>tr.odd>.selected{background-color:#0084c7}table.dataTable.hover tbody>tr.selected:hover,table.dataTable.hover tbody>tr>.selected:hover,table.dataTable.display tbody>tr.selected:hover,table.dataTable.display tbody>tr>.selected:hover{background-color:#0083c4}table.dataTable.order-column tbody>tr.selected>.sorting_1,table.dataTable.order-column tbody>tr.selected>.sorting_2,table.dataTable.order-column tbody>tr.selected>.sorting_3,table.dataTable.order-column tbody>tr>.selected,table.dataTable.display tbody>tr.selected>.sorting_1,table.dataTable.display tbody>tr.selected>.sorting_2,table.dataTable.display tbody>tr.selected>.sorting_3,table.dataTable.display tbody>tr>.selected{background-color:#0085c7}table.dataTable.display tbody>tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1{background-color:#0080c0}table.dataTable.display tbody>tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2{background-color:#0081c2}table.dataTable.display tbody>tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3{background-color:#0082c4}table.dataTable.display tbody>tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1{background-color:#0085c7}table.dataTable.display tbody>tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2{background-color:#0086c9}table.dataTable.display tbody>tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3{background-color:#0087cb}table.dataTable.display tbody>tr.odd>.selected,table.dataTable.order-column.stripe tbody>tr.odd>.selected{background-color:#0080c0}table.dataTable.display tbody>tr.even>.selected,table.dataTable.order-column.stripe tbody>tr.even>.selected{background-color:#0085c7}table.dataTable.display tbody>tr.selected:hover>.sorting_1,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1{background-color:#007cbb}table.dataTable.display tbody>tr.selected:hover>.sorting_2,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2{background-color:#007dbc}table.dataTable.display tbody>tr.selected:hover>.sorting_3,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3{background-color:#007fbf}table.dataTable.display tbody>tr:hover>.selected,table.dataTable.display tbody>tr>.selected:hover,table.dataTable.order-column.hover tbody>tr:hover>.selected,table.dataTable.order-column.hover tbody>tr>.selected:hover{background-color:#007cbb}table.dataTable tbody td.select-checkbox,table.dataTable tbody th.select-checkbox{position:relative}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody td.select-checkbox:after,table.dataTable tbody th.select-checkbox:before,table.dataTable tbody th.select-checkbox:after{display:block;position:absolute;top:1.2em;left:50%;width:12px;height:12px;box-sizing:border-box}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody th.select-checkbox:before{content:' ';margin-top:-6px;margin-left:-6px;border:1px solid black;border-radius:3px}table.dataTable tr.selected td.select-checkbox:after,table.dataTable tr.selected th.select-checkbox:after{content:'\2714';margin-top:-11px;margin-left:-4px;text-align:center;text-shadow:1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9}div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}}table.dataTable tbody tr.selected,table.dataTable tbody th.selected,table.dataTable tbody td.selected{color:white}table.dataTable tbody tr.selected a,table.dataTable tbody th.selected a,table.dataTable tbody td.selected a{color:#a2d4ed}
table.dataTable.fixedHeader-floating,table.dataTable.fixedHeader-locked{background-color:white;margin-top:0 !important;margin-bottom:0 !important}table.dataTable.fixedHeader-floating{position:fixed !important}table.dataTable.fixedHeader-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}}
table.DTFC_Cloned tr{background-color:white;margin-bottom:0}div.DTFC_LeftHeadWrapper table,div.DTFC_RightHeadWrapper table{border-bottom:none !important;margin-bottom:0 !important;background-color:white}div.DTFC_LeftBodyWrapper table,div.DTFC_RightBodyWrapper table{border-top:none;margin:0 !important}div.DTFC_LeftBodyWrapper table thead .sorting:after,div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,div.DTFC_LeftBodyWrapper table thead .sorting:after,div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,div.DTFC_RightBodyWrapper table thead .sorting:after,div.DTFC_RightBodyWrapper table thead .sorting_asc:after,div.DTFC_RightBodyWrapper table thead .sorting_desc:after,div.DTFC_RightBodyWrapper table thead .sorting:after,div.DTFC_RightBodyWrapper table thead .sorting_asc:after,div.DTFC_RightBodyWrapper table thead .sorting_desc:after{display:none}div.DTFC_LeftBodyWrapper table tbody tr:first-child th,div.DTFC_LeftBodyWrapper table tbody tr:first-child td,div.DTFC_RightBodyWrapper table tbody tr:first-child th,div.DTFC_RightBodyWrapper table tbody tr:first-child td{border-top:none}div.DTFC_LeftFootWrapper table,div.DTFC_RightFootWrapper table{border-top:none;margin-top:0 !important;background-color:white}div.DTFC_Blocker{background-color:white}
/*# sourceMappingURL=plone-datatables-compiled.css.map */
/* line 2, https://archives.uwosh.edu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav {
  float: right;
  border: 1px solid #DDD;
  padding: 0.5em 0;
  margin: 0 0 1em 1em;
}
/* line 7, https://archives.uwosh.edu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav a {
  display: block;
}
/* line 8, https://archives.uwosh.edu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav a:focus {
  outline-style: none;
}
/* line 9, https://archives.uwosh.edu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav .autotoc-level-1 {
  margin: 0 1em 0 1em;
}
/* line 10, https://archives.uwosh.edu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav .autotoc-level-2 {
  margin: 0 1em 0 2em;
}
/* line 11, https://archives.uwosh.edu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav .autotoc-level-3 {
  margin: 0 1em 0 3em;
}
/* line 14, https://archives.uwosh.edu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav {
  float: none;
  padding: 0;
  margin: 0 0 0.3em 0;
  border: 0;
  border-bottom: 1px solid #DDD;
}
/* line 20, https://archives.uwosh.edu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav:after {
  content: "";
  display: table;
  line-height: 0;
}
/* line 25, https://archives.uwosh.edu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav a {
  display: inline-block;
  margin: 0 0.5em -1px 0.5em;
  line-height: 1.5em;
  padding: 0.4em 0.8em;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ie-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 36, https://archives.uwosh.edu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav a.active {
  border: 1px solid #DDD;
  border-bottom-color: #FFF;
  color: #555555;
  cursor: default;
}
/* line 42, https://archives.uwosh.edu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav a.active:hover {
  background-color: transparent;
}
/* line 45, https://archives.uwosh.edu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav a:hover {
  background-color: #EEE;
  border-color: #EEE;
  border-bottom-color: #FFF;
}
/* line 52, https://archives.uwosh.edu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-section {
  display: none;
}
/* line 54, https://archives.uwosh.edu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-section.active {
  display: block;
}
/* line 56, https://archives.uwosh.edu/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-section.active legend {
  display: none;
}
/* line 1, https://archives.uwosh.edu/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch {
  min-width: 230px;
  position: relative;
}
/* line 5, https://archives.uwosh.edu/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 100;
  border-right: 1px solid #64bee8;
  border-bottom: 1px solid #64bee8;
  border-left: 1px solid #64bee8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 190, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 190, 232, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 190, 232, 0.6);
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 23, https://archives.uwosh.edu/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results li {
  white-space: normal;
  margin: 0;
  padding: 5px;
  cursor: pointer;
}
/* line 30, https://archives.uwosh.edu/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results li.load-more .next {
  float: right;
}
/* line 33, https://archives.uwosh.edu/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results li.load-more .prev {
  float: left;
}
/* line 36, https://archives.uwosh.edu/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results li.load-more .page {
  text-align: center;
}
/* line 41, https://archives.uwosh.edu/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results li:hover,
.pat-livesearch .livesearch-results li.selected {
  background-color: #e6e4e4;
}
/* line 1, https://archives.uwosh.edu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.glyphicon {
  padding-right: 0.1em;
}
/* line 4, https://archives.uwosh.edu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-external:after {
  content: "\e144";
}
/* line 7, https://archives.uwosh.edu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-mailto:after {
  content: "\2709";
}
/* line 10, https://archives.uwosh.edu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-ftp:after {
  content: "\e121";
}
/* line 13, https://archives.uwosh.edu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-news:after {
  content: "\e135";
}
/* line 16, https://archives.uwosh.edu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-irc:after {
  content: "\e122";
}
/* line 19, https://archives.uwosh.edu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-h323:after {
  content: "\e059";
}
/* line 22, https://archives.uwosh.edu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-sip:after {
  content: "\e035";
}
/* line 25, https://archives.uwosh.edu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-callto:after {
  content: "\e145";
}
/* line 28, https://archives.uwosh.edu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-https:after {
  content: "\e033";
}
/* line 31, https://archives.uwosh.edu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-feed:after {
  content: "\e056";
}
/* line 34, https://archives.uwosh.edu/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-webcal:after {
  content: "\E109";
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("++plone++static/components/bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("++plone++static/components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("++plone++static/components/bootstrap/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("++plone++static/components/bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("++plone++static/components/bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("++plone++static/components/bootstrap/fonts/glyphicons-halflings-regular.svg") format("svg");
}
/* line 24, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 37, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-asterisk:before {
  content: "\002a";
}
/* line 38, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-plus:before {
  content: "\002b";
}
/* line 40, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
/* line 41, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-minus:before {
  content: "\2212";
}
/* line 42, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cloud:before {
  content: "\2601";
}
/* line 43, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-envelope:before {
  content: "\2709";
}
/* line 44, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-pencil:before {
  content: "\270f";
}
/* line 45, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-glass:before {
  content: "\e001";
}
/* line 46, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-music:before {
  content: "\e002";
}
/* line 47, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-search:before {
  content: "\e003";
}
/* line 48, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-heart:before {
  content: "\e005";
}
/* line 49, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-star:before {
  content: "\e006";
}
/* line 50, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-star-empty:before {
  content: "\e007";
}
/* line 51, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-user:before {
  content: "\e008";
}
/* line 52, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-film:before {
  content: "\e009";
}
/* line 53, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-th-large:before {
  content: "\e010";
}
/* line 54, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-th:before {
  content: "\e011";
}
/* line 55, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-th-list:before {
  content: "\e012";
}
/* line 56, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ok:before {
  content: "\e013";
}
/* line 57, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-remove:before {
  content: "\e014";
}
/* line 58, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-zoom-in:before {
  content: "\e015";
}
/* line 59, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-zoom-out:before {
  content: "\e016";
}
/* line 60, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-off:before {
  content: "\e017";
}
/* line 61, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-signal:before {
  content: "\e018";
}
/* line 62, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cog:before {
  content: "\e019";
}
/* line 63, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-trash:before {
  content: "\e020";
}
/* line 64, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-home:before {
  content: "\e021";
}
/* line 65, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-file:before {
  content: "\e022";
}
/* line 66, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-time:before {
  content: "\e023";
}
/* line 67, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-road:before {
  content: "\e024";
}
/* line 68, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-download-alt:before {
  content: "\e025";
}
/* line 69, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-download:before {
  content: "\e026";
}
/* line 70, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-upload:before {
  content: "\e027";
}
/* line 71, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-inbox:before {
  content: "\e028";
}
/* line 72, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-play-circle:before {
  content: "\e029";
}
/* line 73, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-repeat:before {
  content: "\e030";
}
/* line 74, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-refresh:before {
  content: "\e031";
}
/* line 75, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-list-alt:before {
  content: "\e032";
}
/* line 76, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-lock:before {
  content: "\e033";
}
/* line 77, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-flag:before {
  content: "\e034";
}
/* line 78, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-headphones:before {
  content: "\e035";
}
/* line 79, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-volume-off:before {
  content: "\e036";
}
/* line 80, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-volume-down:before {
  content: "\e037";
}
/* line 81, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-volume-up:before {
  content: "\e038";
}
/* line 82, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-qrcode:before {
  content: "\e039";
}
/* line 83, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-barcode:before {
  content: "\e040";
}
/* line 84, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tag:before {
  content: "\e041";
}
/* line 85, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tags:before {
  content: "\e042";
}
/* line 86, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-book:before {
  content: "\e043";
}
/* line 87, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bookmark:before {
  content: "\e044";
}
/* line 88, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-print:before {
  content: "\e045";
}
/* line 89, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-camera:before {
  content: "\e046";
}
/* line 90, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-font:before {
  content: "\e047";
}
/* line 91, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bold:before {
  content: "\e048";
}
/* line 92, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-italic:before {
  content: "\e049";
}
/* line 93, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-text-height:before {
  content: "\e050";
}
/* line 94, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-text-width:before {
  content: "\e051";
}
/* line 95, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-align-left:before {
  content: "\e052";
}
/* line 96, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-align-center:before {
  content: "\e053";
}
/* line 97, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-align-right:before {
  content: "\e054";
}
/* line 98, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-align-justify:before {
  content: "\e055";
}
/* line 99, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-list:before {
  content: "\e056";
}
/* line 100, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-indent-left:before {
  content: "\e057";
}
/* line 101, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-indent-right:before {
  content: "\e058";
}
/* line 102, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-facetime-video:before {
  content: "\e059";
}
/* line 103, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-picture:before {
  content: "\e060";
}
/* line 104, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-map-marker:before {
  content: "\e062";
}
/* line 105, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-adjust:before {
  content: "\e063";
}
/* line 106, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tint:before {
  content: "\e064";
}
/* line 107, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-edit:before {
  content: "\e065";
}
/* line 108, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-share:before {
  content: "\e066";
}
/* line 109, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-check:before {
  content: "\e067";
}
/* line 110, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-move:before {
  content: "\e068";
}
/* line 111, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-step-backward:before {
  content: "\e069";
}
/* line 112, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-fast-backward:before {
  content: "\e070";
}
/* line 113, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-backward:before {
  content: "\e071";
}
/* line 114, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-play:before {
  content: "\e072";
}
/* line 115, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-pause:before {
  content: "\e073";
}
/* line 116, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-stop:before {
  content: "\e074";
}
/* line 117, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-forward:before {
  content: "\e075";
}
/* line 118, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-fast-forward:before {
  content: "\e076";
}
/* line 119, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-step-forward:before {
  content: "\e077";
}
/* line 120, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-eject:before {
  content: "\e078";
}
/* line 121, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-chevron-left:before {
  content: "\e079";
}
/* line 122, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-chevron-right:before {
  content: "\e080";
}
/* line 123, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-plus-sign:before {
  content: "\e081";
}
/* line 124, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-minus-sign:before {
  content: "\e082";
}
/* line 125, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-remove-sign:before {
  content: "\e083";
}
/* line 126, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ok-sign:before {
  content: "\e084";
}
/* line 127, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-question-sign:before {
  content: "\e085";
}
/* line 128, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-info-sign:before {
  content: "\e086";
}
/* line 129, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-screenshot:before {
  content: "\e087";
}
/* line 130, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-remove-circle:before {
  content: "\e088";
}
/* line 131, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ok-circle:before {
  content: "\e089";
}
/* line 132, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ban-circle:before {
  content: "\e090";
}
/* line 133, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-arrow-left:before {
  content: "\e091";
}
/* line 134, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-arrow-right:before {
  content: "\e092";
}
/* line 135, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-arrow-up:before {
  content: "\e093";
}
/* line 136, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-arrow-down:before {
  content: "\e094";
}
/* line 137, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-share-alt:before {
  content: "\e095";
}
/* line 138, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-resize-full:before {
  content: "\e096";
}
/* line 139, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-resize-small:before {
  content: "\e097";
}
/* line 140, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
/* line 141, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-gift:before {
  content: "\e102";
}
/* line 142, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-leaf:before {
  content: "\e103";
}
/* line 143, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-fire:before {
  content: "\e104";
}
/* line 144, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-eye-open:before {
  content: "\e105";
}
/* line 145, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-eye-close:before {
  content: "\e106";
}
/* line 146, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-warning-sign:before {
  content: "\e107";
}
/* line 147, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-plane:before {
  content: "\e108";
}
/* line 148, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-calendar:before {
  content: "\e109";
}
/* line 149, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-random:before {
  content: "\e110";
}
/* line 150, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-comment:before {
  content: "\e111";
}
/* line 151, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-magnet:before {
  content: "\e112";
}
/* line 152, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-chevron-up:before {
  content: "\e113";
}
/* line 153, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-chevron-down:before {
  content: "\e114";
}
/* line 154, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-retweet:before {
  content: "\e115";
}
/* line 155, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-shopping-cart:before {
  content: "\e116";
}
/* line 156, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-folder-close:before {
  content: "\e117";
}
/* line 157, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-folder-open:before {
  content: "\e118";
}
/* line 158, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-resize-vertical:before {
  content: "\e119";
}
/* line 159, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
/* line 160, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hdd:before {
  content: "\e121";
}
/* line 161, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bullhorn:before {
  content: "\e122";
}
/* line 162, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bell:before {
  content: "\e123";
}
/* line 163, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-certificate:before {
  content: "\e124";
}
/* line 164, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-thumbs-up:before {
  content: "\e125";
}
/* line 165, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-thumbs-down:before {
  content: "\e126";
}
/* line 166, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hand-right:before {
  content: "\e127";
}
/* line 167, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hand-left:before {
  content: "\e128";
}
/* line 168, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hand-up:before {
  content: "\e129";
}
/* line 169, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hand-down:before {
  content: "\e130";
}
/* line 170, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
/* line 171, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
/* line 172, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
/* line 173, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
/* line 174, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-globe:before {
  content: "\e135";
}
/* line 175, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-wrench:before {
  content: "\e136";
}
/* line 176, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tasks:before {
  content: "\e137";
}
/* line 177, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-filter:before {
  content: "\e138";
}
/* line 178, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-briefcase:before {
  content: "\e139";
}
/* line 179, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-fullscreen:before {
  content: "\e140";
}
/* line 180, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-dashboard:before {
  content: "\e141";
}
/* line 181, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-paperclip:before {
  content: "\e142";
}
/* line 182, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-heart-empty:before {
  content: "\e143";
}
/* line 183, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-link:before {
  content: "\e144";
}
/* line 184, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-phone:before {
  content: "\e145";
}
/* line 185, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-pushpin:before {
  content: "\e146";
}
/* line 186, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-usd:before {
  content: "\e148";
}
/* line 187, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-gbp:before {
  content: "\e149";
}
/* line 188, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort:before {
  content: "\e150";
}
/* line 189, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
/* line 190, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
/* line 191, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-order:before {
  content: "\e153";
}
/* line 192, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
/* line 193, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
/* line 194, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
/* line 195, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-unchecked:before {
  content: "\e157";
}
/* line 196, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-expand:before {
  content: "\e158";
}
/* line 197, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-collapse-down:before {
  content: "\e159";
}
/* line 198, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-collapse-up:before {
  content: "\e160";
}
/* line 199, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-log-in:before {
  content: "\e161";
}
/* line 200, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-flash:before {
  content: "\e162";
}
/* line 201, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-log-out:before {
  content: "\e163";
}
/* line 202, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-new-window:before {
  content: "\e164";
}
/* line 203, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-record:before {
  content: "\e165";
}
/* line 204, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-save:before {
  content: "\e166";
}
/* line 205, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-open:before {
  content: "\e167";
}
/* line 206, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-saved:before {
  content: "\e168";
}
/* line 207, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-import:before {
  content: "\e169";
}
/* line 208, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-export:before {
  content: "\e170";
}
/* line 209, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-send:before {
  content: "\e171";
}
/* line 210, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-floppy-disk:before {
  content: "\e172";
}
/* line 211, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-floppy-saved:before {
  content: "\e173";
}
/* line 212, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-floppy-remove:before {
  content: "\e174";
}
/* line 213, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-floppy-save:before {
  content: "\e175";
}
/* line 214, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-floppy-open:before {
  content: "\e176";
}
/* line 215, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-credit-card:before {
  content: "\e177";
}
/* line 216, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-transfer:before {
  content: "\e178";
}
/* line 217, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cutlery:before {
  content: "\e179";
}
/* line 218, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-header:before {
  content: "\e180";
}
/* line 219, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-compressed:before {
  content: "\e181";
}
/* line 220, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-earphone:before {
  content: "\e182";
}
/* line 221, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-phone-alt:before {
  content: "\e183";
}
/* line 222, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tower:before {
  content: "\e184";
}
/* line 223, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-stats:before {
  content: "\e185";
}
/* line 224, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sd-video:before {
  content: "\e186";
}
/* line 225, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hd-video:before {
  content: "\e187";
}
/* line 226, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-subtitles:before {
  content: "\e188";
}
/* line 227, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sound-stereo:before {
  content: "\e189";
}
/* line 228, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sound-dolby:before {
  content: "\e190";
}
/* line 229, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sound-5-1:before {
  content: "\e191";
}
/* line 230, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sound-6-1:before {
  content: "\e192";
}
/* line 231, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sound-7-1:before {
  content: "\e193";
}
/* line 232, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-copyright-mark:before {
  content: "\e194";
}
/* line 233, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-registration-mark:before {
  content: "\e195";
}
/* line 234, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cloud-download:before {
  content: "\e197";
}
/* line 235, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cloud-upload:before {
  content: "\e198";
}
/* line 236, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tree-conifer:before {
  content: "\e199";
}
/* line 237, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
/* line 238, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cd:before {
  content: "\e201";
}
/* line 239, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-save-file:before {
  content: "\e202";
}
/* line 240, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-open-file:before {
  content: "\e203";
}
/* line 241, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-level-up:before {
  content: "\e204";
}
/* line 242, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-copy:before {
  content: "\e205";
}
/* line 243, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-paste:before {
  content: "\e206";
}
/* line 252, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-alert:before {
  content: "\e209";
}
/* line 253, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-equalizer:before {
  content: "\e210";
}
/* line 254, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-king:before {
  content: "\e211";
}
/* line 255, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-queen:before {
  content: "\e212";
}
/* line 256, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-pawn:before {
  content: "\e213";
}
/* line 257, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bishop:before {
  content: "\e214";
}
/* line 258, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-knight:before {
  content: "\e215";
}
/* line 259, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-baby-formula:before {
  content: "\e216";
}
/* line 260, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tent:before {
  content: "\26fa";
}
/* line 261, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-blackboard:before {
  content: "\e218";
}
/* line 262, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bed:before {
  content: "\e219";
}
/* line 263, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-apple:before {
  content: "\f8ff";
}
/* line 264, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-erase:before {
  content: "\e221";
}
/* line 265, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hourglass:before {
  content: "\231b";
}
/* line 266, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-lamp:before {
  content: "\e223";
}
/* line 267, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-duplicate:before {
  content: "\e224";
}
/* line 268, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-piggy-bank:before {
  content: "\e225";
}
/* line 269, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-scissors:before {
  content: "\e226";
}
/* line 270, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bitcoin:before {
  content: "\e227";
}
/* line 271, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-btc:before {
  content: "\e227";
}
/* line 272, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-xbt:before {
  content: "\e227";
}
/* line 273, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-yen:before {
  content: "\00a5";
}
/* line 274, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-jpy:before {
  content: "\00a5";
}
/* line 275, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ruble:before {
  content: "\20bd";
}
/* line 276, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-rub:before {
  content: "\20bd";
}
/* line 277, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-scale:before {
  content: "\e230";
}
/* line 278, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ice-lolly:before {
  content: "\e231";
}
/* line 279, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
/* line 280, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-education:before {
  content: "\e233";
}
/* line 281, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-option-horizontal:before {
  content: "\e234";
}
/* line 282, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-option-vertical:before {
  content: "\e235";
}
/* line 283, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
/* line 284, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-modal-window:before {
  content: "\e237";
}
/* line 285, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-oil:before {
  content: "\e238";
}
/* line 286, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-grain:before {
  content: "\e239";
}
/* line 287, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sunglasses:before {
  content: "\e240";
}
/* line 288, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-text-size:before {
  content: "\e241";
}
/* line 289, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-text-color:before {
  content: "\e242";
}
/* line 290, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-text-background:before {
  content: "\e243";
}
/* line 291, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-top:before {
  content: "\e244";
}
/* line 292, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
/* line 293, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
/* line 294, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-left:before {
  content: "\e247";
}
/* line 295, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
/* line 296, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-right:before {
  content: "\e249";
}
/* line 297, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-triangle-right:before {
  content: "\e250";
}
/* line 298, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-triangle-left:before {
  content: "\e251";
}
/* line 299, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
/* line 300, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-triangle-top:before {
  content: "\e253";
}
/* line 301, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-console:before {
  content: "\e254";
}
/* line 302, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-superscript:before {
  content: "\e255";
}
/* line 303, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-subscript:before {
  content: "\e256";
}
/* line 304, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-menu-left:before {
  content: "\e257";
}
/* line 305, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-menu-right:before {
  content: "\e258";
}
/* line 306, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-menu-down:before {
  content: "\e259";
}
/* line 307, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-menu-up:before {
  content: "\e260";
}
/* line 11, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
/* line 30, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 41, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 49, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
/* line 11, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
/* line 30, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 41, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 49, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
/* line 11, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
/* line 30, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
/* line 41, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 49, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
/* line 11, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
/* line 30, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 41, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 49, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
/* line 11, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
/* line 30, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 41, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 49, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
/* line 11, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
/* line 30, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 41, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 49, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
/* line 135, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/buttons.less */
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 139, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/buttons.less */
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 143, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/buttons.less */
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 7, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/progress-bar.less */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 7, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/progress-bar.less */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 7, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/progress-bar.less */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 7, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/progress-bar.less */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* buttons */
/* line 13, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 34, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn:hover,
.plone-btn:focus,
.plone-btn.focus {
  color: #333333;
  text-decoration: none;
}
/* line 41, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn:active,
.plone-btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 48, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn.disabled,
.plone-btn[disabled],
fieldset[disabled] .plone-btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 14, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 15, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 16, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-btn-sm {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 18, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:focus,
.plone-btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:active,
.plone-btn-primary.active,
.open > .dropdown-toggle.plone-btn-primary {
  color: #ffffff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
/* line 30, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:active:hover,
.plone-btn-primary.active:hover,
.open > .dropdown-toggle.plone-btn-primary:hover,
.plone-btn-primary:active:focus,
.plone-btn-primary.active:focus,
.open > .dropdown-toggle.plone-btn-primary:focus,
.plone-btn-primary:active.focus,
.plone-btn-primary.active.focus,
.open > .dropdown-toggle.plone-btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 41, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary.disabled:hover,
.plone-btn-primary[disabled]:hover,
fieldset[disabled] .plone-btn-primary:hover,
.plone-btn-primary.disabled:focus,
.plone-btn-primary[disabled]:focus,
fieldset[disabled] .plone-btn-primary:focus,
.plone-btn-primary.disabled.focus,
.plone-btn-primary[disabled].focus,
fieldset[disabled] .plone-btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 49, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
/* line 19, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:focus,
.plone-btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:active,
.plone-btn-warning.active,
.open > .dropdown-toggle.plone-btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
/* line 30, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:active:hover,
.plone-btn-warning.active:hover,
.open > .dropdown-toggle.plone-btn-warning:hover,
.plone-btn-warning:active:focus,
.plone-btn-warning.active:focus,
.open > .dropdown-toggle.plone-btn-warning:focus,
.plone-btn-warning:active.focus,
.plone-btn-warning.active.focus,
.open > .dropdown-toggle.plone-btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 41, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning.disabled:hover,
.plone-btn-warning[disabled]:hover,
fieldset[disabled] .plone-btn-warning:hover,
.plone-btn-warning.disabled:focus,
.plone-btn-warning[disabled]:focus,
fieldset[disabled] .plone-btn-warning:focus,
.plone-btn-warning.disabled.focus,
.plone-btn-warning[disabled].focus,
fieldset[disabled] .plone-btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 49, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
/* line 20, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 11, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:focus,
.plone-btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:active,
.plone-btn-default.active,
.open > .dropdown-toggle.plone-btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
/* line 30, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:active:hover,
.plone-btn-default.active:hover,
.open > .dropdown-toggle.plone-btn-default:hover,
.plone-btn-default:active:focus,
.plone-btn-default.active:focus,
.open > .dropdown-toggle.plone-btn-default:focus,
.plone-btn-default:active.focus,
.plone-btn-default.active.focus,
.open > .dropdown-toggle.plone-btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 41, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default.disabled:hover,
.plone-btn-default[disabled]:hover,
fieldset[disabled] .plone-btn-default:hover,
.plone-btn-default.disabled:focus,
.plone-btn-default[disabled]:focus,
fieldset[disabled] .plone-btn-default:focus,
.plone-btn-default.disabled.focus,
.plone-btn-default[disabled].focus,
fieldset[disabled] .plone-btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 49, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
/* line 21, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:focus,
.plone-btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:active,
.plone-btn-success.active,
.open > .dropdown-toggle.plone-btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
/* line 30, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:active:hover,
.plone-btn-success.active:hover,
.open > .dropdown-toggle.plone-btn-success:hover,
.plone-btn-success:active:focus,
.plone-btn-success.active:focus,
.open > .dropdown-toggle.plone-btn-success:focus,
.plone-btn-success:active.focus,
.plone-btn-success.active.focus,
.open > .dropdown-toggle.plone-btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
/* line 41, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success.disabled:hover,
.plone-btn-success[disabled]:hover,
fieldset[disabled] .plone-btn-success:hover,
.plone-btn-success.disabled:focus,
.plone-btn-success[disabled]:focus,
fieldset[disabled] .plone-btn-success:focus,
.plone-btn-success.disabled.focus,
.plone-btn-success[disabled].focus,
fieldset[disabled] .plone-btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 49, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
/* line 22, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:focus,
.plone-btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:active,
.plone-btn-info.active,
.open > .dropdown-toggle.plone-btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
/* line 30, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:active:hover,
.plone-btn-info.active:hover,
.open > .dropdown-toggle.plone-btn-info:hover,
.plone-btn-info:active:focus,
.plone-btn-info.active:focus,
.open > .dropdown-toggle.plone-btn-info:focus,
.plone-btn-info:active.focus,
.plone-btn-info.active.focus,
.open > .dropdown-toggle.plone-btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 41, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info.disabled:hover,
.plone-btn-info[disabled]:hover,
fieldset[disabled] .plone-btn-info:hover,
.plone-btn-info.disabled:focus,
.plone-btn-info[disabled]:focus,
fieldset[disabled] .plone-btn-info:focus,
.plone-btn-info.disabled.focus,
.plone-btn-info[disabled].focus,
fieldset[disabled] .plone-btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 49, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
/* line 23, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:focus,
.plone-btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:active,
.plone-btn-danger.active,
.open > .dropdown-toggle.plone-btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
/* line 30, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:active:hover,
.plone-btn-danger.active:hover,
.open > .dropdown-toggle.plone-btn-danger:hover,
.plone-btn-danger:active:focus,
.plone-btn-danger.active:focus,
.open > .dropdown-toggle.plone-btn-danger:focus,
.plone-btn-danger:active.focus,
.plone-btn-danger.active.focus,
.open > .dropdown-toggle.plone-btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 41, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger.disabled:hover,
.plone-btn-danger[disabled]:hover,
fieldset[disabled] .plone-btn-danger:hover,
.plone-btn-danger.disabled:focus,
.plone-btn-danger[disabled]:focus,
fieldset[disabled] .plone-btn-danger:focus,
.plone-btn-danger.disabled.focus,
.plone-btn-danger[disabled].focus,
fieldset[disabled] .plone-btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 49, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
/* line 24, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
/* line 101, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn-link,
.plone-btn-link:active,
.plone-btn-link.active,
.plone-btn-link[disabled],
fieldset[disabled] .plone-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 109, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn-link,
.plone-btn-link:hover,
.plone-btn-link:focus,
.plone-btn-link:active {
  border-color: transparent;
}
/* line 115, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn-link:hover,
.plone-btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 27, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-btn-group .plone-btn + .plone-btn,
.plone-btn-group .plone-btn + .plone-btn-group,
.plone-btn-group .plone-btn-group + .plone-btn,
.plone-btn-group .plone-btn-group + .plone-btn-group {
  margin-left: -1px;
}
/* line 35, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-btn-block {
  display: block;
  width: 100%;
}
/* line 37, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
/* line 17, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/close.less */
.plone-close:hover,
.plone-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/* line 29, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/close.less */
button.plone-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
/* modals */
/* line 41, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/modals.less */
.plone-modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/modals.less */
.plone-modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 42, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 43, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-modal-title {
  margin: 0;
  line-height: 1.42857143;
}
/* line 44, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-modal-body {
  position: relative;
  padding: 15px;
}
/* line 45, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 110, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
/* line 115, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/* line 46, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
/* line 73, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
/* line 74, https://archives.uwosh.edu/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/* progress */
/* line 50, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 51, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
/* line 52, https://archives.uwosh.edu/++resource++mockupless//base.less */
.plone-progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
/* rotate transforms */
/* line 55, https://archives.uwosh.edu/++resource++mockupless//base.less */
.rright {
  /* right-rotate by 90° */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* iOS, Android */
  transform: rotate(90deg);
}
/* line 61, https://archives.uwosh.edu/++resource++mockupless//base.less */
.rleft {
  /* left-rotate by 90° */
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* iOS, Android */
  transform: rotate(-90deg);
}
/* line 3, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-loading {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  border-radius: 0.5em;
  width: 40em;
  height: 40px;
}
/* line 12, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-header {
  padding: 5px 10px;
}
/* line 13, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-title {
  font-size: 120%;
  margin: 4px 0;
}
/* line 14, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 1040;
}
/* line 27, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal.in {
  display: block !important;
}
/* line 30, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal.fade {
  opacity: 0;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
/* line 36, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal.fade.in {
  opacity: 1;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
/* line 42, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-open {
  overflow: hidden;
  padding-right: 15px;
}
/* line 46, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-open .plone-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 51, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
/* line 56, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal.fade .plone-modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 64, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal.in .plone-modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  /* line 66, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
  .plone-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}
/* line 71, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-content {
  background: #fff;
  /* XXX this is necessary for some content inside modals
     to behave properly */
  overflow: inherit;
}
/* line 77, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-body {
  padding: 15px;
  position: relative;
}
/* line 78, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-footer {
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
}
/* line 80, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: .85;
}
/* line 91, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  opacity: .2;
  filter: alpha(opacity=20);
}
/* line 98, https://archives.uwosh.edu/++resource++mockup/modal/pattern.modal.less */
.plone-modal-close:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
@font-face {
  font-family: 'fontello';
  src: url('++plone++static/fonts/plone-fontello.eot');
  src: url('++plone++static/fonts/plone-fontello.eot#iefix') format('embedded-opentype'), url('++plone++static/fonts/plone-fontello.woff') format('woff'), url('++plone++static/fonts/plone-fontello.ttf') format('truetype'), url('++plone++static/fonts/plone-fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('++plone++static/@{fontsPrefix}plone-fontello.svg?89786008#fontello') format('svg');
  }
}
*/
/* line 22, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* Default Menu Icon */
/* line 58, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.toolbar-menu-icon:before {
  content: '\e834';
}
/* line 60, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-user:before {
  content: '\e800';
}
/* '' */
/* line 61, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-folderContents:before {
  content: '\e801';
}
/* '' */
/* line 62, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-edit:before {
  content: '\e802';
}
/* '' */
/* line 63, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-logout:before {
  content: '\e803';
}
/* '' */
/* line 64, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-local_roles:before {
  content: '\e804';
}
/* '' */
/* line 65, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-history:before {
  content: '\e805';
}
/* '' */
/* line 66, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-link:before {
  content: '\e806';
}
/* '' */
/* line 67, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-view:before {
  content: '\e807';
}
/* '' */
/* line 68, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-collection:before {
  content: '\e808';
}
/* '' */
/* line 69, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-event:before {
  content: '\e809';
}
/* '' */
/* line 70, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-plone-contentmenu-factories:before {
  content: '\e80a';
}
/* '' */
/* line 71, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-contentInfo:before {
  content: '\e80b';
}
/* '' */
/* line 72, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-plone-contentmenu-workflow:before {
  content: '\e80c';
}
/* '' */
/* line 73, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-moreOptions:before {
  content: '\e80d';
}
/* '' */
/* line 74, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-document:before {
  content: '\e80e';
}
/* '' */
/* line 75, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-news:before {
  content: '\e80f';
}
/* '' */
/* line 76, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-image:before {
  content: '\e810';
}
/* '' */
/* line 77, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-file:before {
  content: '\e811';
}
/* '' */
/* line 78, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-addon:before {
  content: '\e812';
}
/* '' */
/* line 79, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-datetime:before {
  content: '\e813';
}
/* '' */
/* line 80, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-caching:before {
  content: '\e814';
}
/* '' */
/* line 81, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-markup:before {
  content: '\e815';
}
/* '' */
/* line 82, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-editing:before {
  content: '\e816';
}
/* '' */
/* line 83, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-errors:before {
  content: '\e817';
}
/* '' */
/* line 84, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-imageHandling:before {
  content: '\e818';
}
/* '' */
/* line 85, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-filtering:before {
  content: '\e819';
}
/* '' */
/* line 86, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-language:before {
  content: '\e81a';
}
/* '' */
/* line 87, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-dexterityTypes:before {
  content: '\e81b';
}
/* '' */
/* line 88, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-mail:before {
  content: '\e81c';
}
/* '' */
/* line 89, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-maintenance:before {
  content: '\e81d';
}
/* '' */
/* line 90, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-navigation:before {
  content: '\e81e';
}
/* '' */
/* line 91, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-search:before {
  content: '\e81f';
}
/* '' */
/* line 92, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-security:before {
  content: '\e820';
}
/* '' */
/* line 93, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-theming:before {
  content: '\e821';
}
/* '' */
/* line 94, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-rss:before {
  content: '\e822';
}
/* '' */
/* line 95, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-siteSettings:before {
  content: '\e823';
}
/* '' */
/* line 96, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-userGroups:before {
  content: '\e824';
}
/* '' */
/* line 97, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-zope:before {
  content: '\e825';
}
/* '' */
/* line 98, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-types:before {
  content: '\e826';
}
/* '' */
/* line 99, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-syndication:before {
  content: '\e827';
}
/* '' */
/* line 100, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-contentrules:before {
  content: '\e828';
}
/* '' */
/* line 101, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-lock:before {
  content: '\e829';
}
/* '' */
/* line 102, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-plone-contentmenu-actions:before {
  content: '\e82a';
}
/* '' */
/* line 103, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-plone-contentmenu-portletmanager:before {
  content: '\e82b';
}
/* '' */
/* line 104, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-plone-contentmenu-display:before {
  content: '\e82c';
}
/* '' */
/* line 105, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-calendar-empty:before {
  content: '\e82d';
}
/* '' */
/* line 106, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
[class^="icon-controlpanel-"]:before {
  content: '\e849';
}
/* '' */
/* line 107, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-plone_app_caching:before {
  content: '\e82e';
}
/* '' */
/* line 108, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-plone_app_registry:before {
  content: '\e82f';
}
/* '' */
/* line 109, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-dexterity-types:before {
  content: '\e830';
}
/* '' */
/* line 110, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-discussion:before {
  content: '\e831';
}
/* '' */
/* line 111, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-ImagingSettings:before {
  content: '\e832';
}
/* '' */
/* line 112, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-plone_app_theming:before {
  content: '\e833';
}
/* '' */
/* line 113, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-QuickInstaller:before {
  content: '\e834';
}
/* '' */
/* line 114, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-DateAndTime:before {
  content: '\e835';
}
/* '' */
/* line 115, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-LanguageSettings:before {
  content: '\e836';
}
/* '' */
/* line 116, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-MailHost:before {
  content: '\e837';
}
/* '' */
/* line 117, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-NavigationSettings:before {
  content: '\e838';
}
/* '' */
/* line 118, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-PloneReconfig:before {
  content: '\e839';
}
/* '' */
/* line 119, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-SearchSettings:before {
  content: '\e83a';
}
/* '' */
/* line 120, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-socialmedia:before {
  content: '\e83b';
}
/* '' */
/* line 121, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-syndication:before {
  content: '\e83c';
}
/* '' */
/* line 122, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-ContentRules:before {
  content: '\e83d';
}
/* '' */
/* line 123, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-EditingSettings:before {
  content: '\e83e';
}
/* '' */
/* line 124, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-MarkupSettings:before {
  content: '\e83f';
}
/* '' */
/* line 125, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-tinymce:before {
  content: '\e840';
}
/* '' */
/* line 126, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-TypesSettings:before {
  content: '\e841';
}
/* '' */
/* line 127, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-UsersGroups:before {
  content: '\e842';
}
/* '' */
/* line 128, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-errorLog:before {
  content: '\e843';
}
/* '' */
/* line 129, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-FilterSettings:before {
  content: '\e844';
}
/* '' */
/* line 130, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-SecuritySettings:before {
  content: '\e845';
}
/* '' */
/* line 131, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-resourceregistries:before {
  content: '\e846';
}
/* '' */
/* line 132, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-emptyset:before {
  content: '\e847';
}
/* '' */
/* line 133, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-ZMI:before {
  content: '\e848';
}
/* '' */
/* line 134, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-Maintenance:before {
  content: '\e849';
}
/* '' */
/* line 135, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-up:before {
  content: '\e84a';
}
/* '' */
/* line 136, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-down:before {
  content: '\e84b';
}
/* '' */
/* line 137, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-right-circle:before {
  content: '\e84c';
}
/* '' */
/* line 138, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-left-circle:before {
  content: '\e84d';
}
/* '' */
/* line 139, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-up-circle:before {
  content: '\e84e';
}
/* '' */
/* line 140, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-down-circle:before {
  content: '\e84f';
}
/* '' */
/* Unicode icons used in the same places */
/* line 143, https://archives.uwosh.edu/++plone++static/fonts/plone-fontello.less */
.icon-parent:before {
  content: '↩';
  position: relative;
  top: 3px;
}
/* line 1, https://archives.uwosh.edu/++plone++static/tinymce-styles.css */
.discreet {
  color: #777777;
  font-weight: 300;
}
/* line 6, https://archives.uwosh.edu/++plone++static/tinymce-styles.css */
p.callout {
  background: #eee;
  padding: 1em;
  border-left: 1em solid #ccc;
  clear: both;
}
/* tinymce added image styles */
/* line 15, https://archives.uwosh.edu/++plone++static/plone.less */
.image-left {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
/* line 19, https://archives.uwosh.edu/++plone++static/plone.less */
.image-right {
  float: right;
  margin: 0.5em;
}
/* line 23, https://archives.uwosh.edu/++plone++static/plone.less */
.image-inline {
  float: none;
}
/* line 29, https://archives.uwosh.edu/++plone++static/plone.less */
body#visual-portal-wrapper.pat-plone.icons-off .outer-wrapper [class*="contenttype-"]:before,
.icons-off .mime-icon {
  display: none;
}
/* line 35, https://archives.uwosh.edu/++plone++static/plone.less */
.thumbs-off img[class*='thumb-'] {
  display: none;
}
/* error message styles */
/* line 40, https://archives.uwosh.edu/++plone++static/plone.less */
body.template-default_error_message #content-core p {
  white-space: pre;
}


