/** This is the CSS custom code that is used for the Canvas on campus modules, maintained and last updated by George September 7th 2026

/** The new selector to add the roll over specific content warning, concerns this is a bit brittle but needed to get it working quickly, come back when have more time for more elegant solution **/


#instui_content_migrations
  > div.css-1w9huqe-view
  > div:nth-child(7)
  > fieldset
  > span
  > span
  > span
  > span
  > span.css-1sbhkbz-gridCol::after {
    display: inline-block;
    margin-left: 1em;
    content: var(--uos-icon-important)
      " If rolling over a Sussex module with contributory assignments make sure they are NOT selected for import.";
}

/** This targets and hides the element in the import content module page to hide the import all content when copying across a Canvas module

Due to Canvas using ReactJS parts of certain class names are randomly assigned and can alter based on browser, this means we need a consistent method of targeting the correct selector, to do this the code looks for a DIV under the #instui_content_migrations (which is consistent)
and then finds the DIV that begins with CSS- and ends with -view, this is due to random selectors always having these in place consistently, so even though it may get named css-2kd3kf3-view or whatever we can always find it, then we jump 7 children down in div's, then follow the spans across and find the div
that is always in the same place and we apply the rule of display: none and mark it as important to ensure it takes effect.

**/

#instui_content_migrations
  > div[class^="css-"][class$="-view"]
  > div:nth-child(7)
  > fieldset
  > span > span > span > span > span:nth-child(1)
  > div {
    display: none !important;
}


a[href="/grades"]{ display: none!important}

/** Add clarifying text to Grades popup in list view **/

div[aria-label="My grades"]>div>div>span>span+::before{margin: 0 0 3em 0; display: block; padding: 0.5em; background-color: var(--uos-red-bgcolor) ; content:"Sussex students: for your module grades please see your Module Results page on Sussex Direct. \A \A ISC students you will be emailed your weighted results after the end of the semester however the grade for each assessment is visible in Canvas. \a \a Module grades on Canvas do not take account of any assignment weighting or other adjustments.  "; white-space: pre-wrap;}

/** Hides the students avatar from the 'Grades' book **/
#gradebook_wrapper .meta-cell a.avatar {
	display: none;
}


/** Hides the 'Sections' column from the 'people' tab **/
div[data-view="users"] td:nth-child(3), div[data-view="users"] th:nth-child(3) {
    display: none;
}



/** CSS Template Styles **/

/**--------------------------------------------------------
The following CSS rules create styles for use in module
templates. These are the icons and colors.

Styles must be duplicated to the mobile stylesheet.

If additional icons are required to be added template rules
are included below which can be duplicated and uncommented
--------------------------------------------------------**/

/* Variables */

:root{

    /* colours */
    --uos-primary-bgcolor:#FFFFFF;
    --uos-secondary-bgcolor:#F4F4F4;
    --uos-highlight-bgcolor:#E4E4E4;
    --uos-font-light:#FFFFFF;
    --uos-font-dark:#013135;
    --uos-flint:#013135;
    --uos-purple:#5D3754;
    --uos-blue:#1E428A;
    --uos-green:#467979;
    --uos-red:#D3273E;
    --uos-orange:#C85126;
    --uos-yellow:#FFB81C;
    --uos-light-blue:#62C1EA;
    --uos-pink:#EEA0C6;
    --uos-green-bgcolor:#DAE4E4;
    --uos-purple-bgcolor:#DFD7DD;
    --uos-blue-bgcolor:#D2D9E8;
    --uos-red-bgcolor:#F6D4D8;
    --uos-orange-bgcolor:#F4DCD4;
    --uos-yellow-bgcolor:#FFF1D2;
    --uos-light-blue-bgcolor:#E0F3FB;
    --uos-pink-bgcolor:#FCECF4;

    /* uos icons */
    --uos-icon-important: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='1em' width='1em' viewBox='0 0 72 72'%3e%3ccircle cx='36' cy='36' r='36' fill='%23cd3333'/%3e%3cpath d='M42.81,16.67a19,19,0,0,1-.51,3.8C42,22,41.54,23.9,41,26S40,30.53,39.34,33.53s-1.29,6.71-2,11.12h-2.7q-1-6.69-2-11.14T31,26.05q-.66-2.76-1.22-5.41a21.29,21.29,0,0,1-.56-4,6.13,6.13,0,0,1,2-4.61A6.67,6.67,0,0,1,36,10.16a6.76,6.76,0,0,1,4.8,1.9A6.12,6.12,0,0,1,42.81,16.67Zm-.07,38.7a6.1,6.1,0,0,1-2,4.57,6.84,6.84,0,0,1-9.46,0,6.1,6.1,0,0,1-2-4.57,6.2,6.2,0,0,1,2-4.61,6.74,6.74,0,0,1,9.46,0A6.2,6.2,0,0,1,42.74,55.37Z' fill='%23fff'/%3e%3c/svg%3e");
    --uos-icon-external-link: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 79'%3e%3cpolygon points='61 79 0 79 0 18 30.5 18 30.5 25 7 25 7 72 54 72 54 48.5 61 48.5 61 79' fill='%23fff'/%3e%3cpolygon points='79 0 79 30.5 72 30.5 72 11.95 32.97 50.98 28.03 46.02 67.05 7 48.5 7 48.5 0 79 0' fill='%23fff'/%3e%3c/svg%3e");
    --uos-icon-external-link-dark: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 79'%3e%3cpolygon points='61 79 0 79 0 18 30.5 18 30.5 25 7 25 7 72 54 72 54 48.5 61 48.5 61 79' fill='%23013135'/%3e%3cpolygon points='79 0 79 30.5 72 30.5 72 11.95 32.97 50.98 28.03 46.02 67.05 7 48.5 7 48.5 0 79 0' fill='%23013135'/%3e%3c/svg%3e");

    /* isc icons */

    --isc-icon-assignment: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.2' fill='%23FFF' width='100' height='100'%3e%3cellipse transform='rotate(.062)' ry='46.84' rx='49.238' cy='50.31' cx='49.689' fill='%235DBCDE'/%3e%3cpath d='M69.992 28.592c0-2.396-1.997-4.393-4.393-4.393H48.11c.08.719.16 1.438.16 2.157 0 3.833-1.198 7.427-3.275 10.382H59.45a.8.8 0 01.798.799v2.396a.8.8 0 01-.798.798H41.08a17.814 17.814 0 01-10.86 3.674c-1.438 0-2.876-.16-4.234-.48V71.32c0 2.396 1.997 4.393 4.393 4.393h21.404l18.209-25.876zm-17.49 35.38a.8.8 0 01-.8.798H35.81a.8.8 0 01-.799-.798v-2.396a.8.8 0 01.799-.799h15.813a.8.8 0 01.799.799v2.396zm7.746-12.06a.8.8 0 01-.798.799H35.81a.8.8 0 01-.799-.799v-2.396a.8.8 0 01.799-.798h23.64a.8.8 0 01.798.798zM56.335 75.073l7.907 5.59 13.337-18.927-7.907-5.59zM81.732 53.75l-5.99-4.234c-.559-.399-1.278-.24-1.677.32l-2.556 3.594 7.987 5.59 2.555-3.594c.4-.559.24-1.357-.319-1.677zM52.741 80.184c-.16.24-.32.64-.24.959l.24 5.51c.08.959.958 1.598 1.917 1.358l5.27-1.597c.32-.08.56-.32.8-.56l1.677-2.395-7.987-5.59z'/%3e%3cpath d='M44.355 26.276c0-7.827-6.309-14.136-14.136-14.136a14.111 14.111 0 00-14.136 14.136c0 7.826 6.31 14.216 14.136 14.216 7.827 0 14.136-6.39 14.136-14.216zm-15.733 6.07c-.56 0-1.038-.24-1.438-.64l-4.073-4.312c-.718-.799-.718-1.997.08-2.716.799-.718 1.997-.718 2.716.08l2.635 2.796 5.75-6.15c.72-.799 1.997-.799 2.716-.08.798.719.798 1.997.08 2.716l-7.028 7.667c-.4.399-.879.638-1.438.638z'/%3e%3c/svg%3e");
    --isc-icon-asynchronous: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.2' fill='%23FFF' width='100' height='100'%3e%3cellipse transform='rotate(.062)' ry='46.84' rx='49.238' cy='50.31' cx='49.689' fill='%235DBCDE'/%3e%3cpath d='M70.85 58.89l-12.858-5.485 4.397 13.269 2.318-4.472 4.02 4.385a1.03 1.03 0 001.446.061 1.017 1.017 0 00.064-1.438l-4.03-4.393z'/%3e%3cpath d='M84.158 23.74H16.1a3.397 3.397 0 00-3.396 3.394v44.08a3.387 3.387 0 003.393 3.393h68.059a3.39 3.39 0 003.393-3.393v-44.08a3.391 3.391 0 00-3.391-3.394zm-1.869 46.657H17.966v-42.44H82.29zM34.587 76.222H65.67v4.668H34.587z'/%3e%3cpath d='M70.005 32.366a28.601 28.601 0 00-3.328-.187c-7.995 0-14.17 3.16-16.55 4.608-2.396-1.448-8.568-4.608-16.563-4.608-1.11 0-2.233.059-3.335.187l-1.44.162V60.22l1.894-.2c.005 0 .652-.08 1.733-.08 3.434 0 9.983.671 16.02 4.984.186.134.38.257.568.398l1.122.849 1.118-.85c.185-.142.382-.263.56-.397a25.47 25.47 0 015.777-3.085l-.922-2.779a29.297 29.297 0 00-4.858 2.267V57.61h-3.366v3.717c-6.195-3.64-12.532-4.24-16.019-4.24-.082 0-.18 0-.283.004V35.063a24.13 24.13 0 011.43-.037c7.318 0 13.067 3.13 14.87 4.24v2.68h3.366v-2.68c1.812-1.113 7.552-4.24 14.878-4.24.482 0 .952.009 1.42.037v19.479l3.363 1.216v-23.23z'/%3e%3c/svg%3e");
    --isc-icon-discussion: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.2' fill='%23FFF' width='100' height='100'%3e%3cellipse transform='rotate(.062)' ry='46.84' rx='49.238' cy='50.31' cx='49.689' fill='%235DBCDE'/%3e%3cpath d='M26.158 31.56l-2.698 7.78c-.014.039-.008.079-.016.119-.012.061-.026.12-.024.184.001.055.016.105.027.158.012.055.02.108.043.16.024.056.061.102.097.152.024.034.036.073.067.105.007.007.018.01.024.016.044.042.098.07.15.102.046.027.088.063.14.082.008.004.014.01.022.013a.861.861 0 00.28.048c.1 0 .198-.022.29-.055.028-.01.054-.027.083-.041a.834.834 0 00.18-.117c.013-.011.031-.016.045-.028l8.875-8.584h23.005c4.544 0 8.242-3.697 8.242-8.242 0-4.544-3.698-8.241-8.242-8.241H27.332c-4.545 0-8.242 3.697-8.242 8.241 0 4.145 3.08 7.575 7.068 8.148zm1.174-14.675h29.415a6.533 6.533 0 016.526 6.526 6.534 6.534 0 01-6.526 6.526H33.41h-.014v.002a.85.85 0 00-.596.24l-6.539 6.323 1.883-5.427a.857.857 0 00-.53-1.091.82.82 0 00-.28-.04v-.007a6.533 6.533 0 01-6.527-6.526 6.532 6.532 0 016.525-6.526z'/%3e%3cpath d='M91.656 44.765c0-5.295-4.308-9.604-9.603-9.604H47.21c-5.295 0-9.604 4.309-9.604 9.604 0 5.296 4.31 9.604 9.604 9.604h27.313l10.556 10.21c.014.013.03.017.044.028a.866.866 0 00.183.119c.027.013.053.03.08.04a.884.884 0 00.29.055.901.901 0 00.28-.047c.01-.004.016-.01.024-.014.048-.018.088-.051.132-.078.055-.033.112-.064.158-.107.007-.007.016-.01.023-.016.029-.03.041-.069.065-.102.037-.05.075-.098.1-.156.023-.051.03-.103.042-.156.013-.055.026-.107.028-.164.001-.06-.013-.117-.025-.175-.008-.042-.001-.085-.017-.126l-3.256-9.392c4.741-.581 8.426-4.626 8.426-9.523zm-9.603 7.89v.01a.885.885 0 00-.282.036.859.859 0 00-.53 1.093l2.446 7.052-8.22-7.95a.853.853 0 00-.597-.24v-.002H47.21c-4.349 0-7.888-3.539-7.888-7.888s3.54-7.888 7.888-7.888h34.843c4.349 0 7.887 3.54 7.887 7.888 0 4.35-3.538 7.888-7.887 7.888z'/%3e%3cpath d='M60.201 58.787H28.025c-4.927 0-8.935 4.008-8.935 8.935 0 4.527 3.387 8.27 7.76 8.849l-2.984 8.6c-.014.04-.008.078-.016.118-.013.062-.026.121-.024.184.001.055.016.106.027.158.012.055.02.109.043.16.024.058.063.104.098.155.024.033.037.072.066.103.007.007.016.009.023.016.045.043.1.072.155.105.045.027.087.063.136.08.008.004.014.01.023.014a.89.89 0 00.281.047c.1 0 .197-.023.29-.055.028-.012.053-.027.08-.04a.87.87 0 00.183-.118c.013-.013.03-.017.044-.029l9.732-9.412h25.197c4.926 0 8.934-4.008 8.934-8.936-.003-4.926-4.011-8.934-8.937-8.934zm0 16.154H34.657v.002a.85.85 0 00-.596.239l-7.396 7.151 2.17-6.253a.858.858 0 00-.53-1.093.882.882 0 00-.281-.036v-.01c-3.98 0-7.219-3.239-7.219-7.22 0-3.98 3.238-7.22 7.219-7.22H60.2c3.98 0 7.22 3.239 7.22 7.22s-3.24 7.22-7.219 7.22z'/%3e%3c/svg%3e");
    --isc-icon-formative-assessment: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.2' fill='%23FFF' width='100' height='100'%3e%3cellipse transform='rotate(.062)' ry='46.84' rx='49.238' cy='50.31' cx='49.689' fill='%235DBCDE'/%3e%3cpath d='M21.402 70.665v.006c0 5.56 4.194 10.16 9.585 10.801a10.864 10.864 0 009.995 6.603c3.56 0 6.716-1.726 8.702-4.379 1.986 2.652 5.142 4.38 8.702 4.38 4.405 0 8.309-2.646 9.995-6.604 5.391-.641 9.585-5.24 9.585-10.8v-.007a10.898 10.898 0 004.35-8.696c0-1.91-.511-3.792-1.462-5.439a10.898 10.898 0 001.463-5.439c0-3.572-1.705-6.819-4.548-8.84.13-.673.197-1.354.197-2.037 0-3.438-1.638-6.656-4.351-8.696v-.006c0-3.545-1.745-6.86-4.615-8.887a10.878 10.878 0 00-10.614-8.517c-3.56 0-6.716 1.726-8.702 4.379-1.986-2.653-5.142-4.38-8.702-4.38a10.878 10.878 0 00-10.614 8.518 10.9 10.9 0 00-4.615 8.887v.006a10.898 10.898 0 00-4.35 8.696c0 .684.065 1.364.196 2.037a10.783 10.783 0 00-4.548 8.84c0 1.91.512 3.793 1.463 5.44a10.898 10.898 0 00-1.463 5.438c0 3.438 1.638 6.656 4.351 8.696zm30.457 3.526l1.77-.885a4.38 4.38 0 011.947-.46h2.81a2.175 2.175 0 100-4.35h-2.81c-1.28 0-2.558.296-3.717.843v-14.7a16.348 16.348 0 016.527-1.372 2.175 2.175 0 100-4.351 20.69 20.69 0 00-6.527 1.072V34.366a8.635 8.635 0 004.879 1.497h3.824a2.175 2.175 0 100-4.351h-3.824a4.326 4.326 0 01-3.077-1.274l-1.802-1.802v-3.45c0-3.6 2.928-6.527 6.527-6.527a6.52 6.52 0 016.137 4.333l-3.946-.027h-.015a2.176 2.176 0 00-.016 4.351l6.458.045h.015c.173 0 .339-.025.5-.064a6.517 6.517 0 011.745 4.415c0 .088-.007.184-.012.28l-2.464 3.118a8.734 8.734 0 00-1.872 5.304h-6.53a2.175 2.175 0 100 4.35h6.527v2.176a2.175 2.175 0 104.35 0v-6.434c0-.975.334-1.934.938-2.698l1.543-1.952a6.526 6.526 0 011.87 4.557c0 .771-.141 1.541-.422 2.289a2.176 2.176 0 001.087 2.72c2.273 1.106 3.687 3.354 3.687 5.87 0 .753-.127 1.485-.373 2.175h-8.33a2.175 2.175 0 100 4.351h7.083c.055.094.113.186.184.273a6.45 6.45 0 011.436 4.078 6.52 6.52 0 01-1.386 4.01c-1.55-2.408-4.247-4.01-7.316-4.01h-4.351c-1.2 0-2.176-.976-2.176-2.175a2.175 2.175 0 10-4.351 0c0 3.599 2.927 6.526 6.527 6.526h4.35c2.4 0 4.352 1.952 4.352 4.351 0 2.994-2.03 5.518-4.793 6.282l-.689-3.445a2.18 2.18 0 00-2.56-1.707 2.175 2.175 0 00-1.706 2.56l.87 4.35c-.01.037-.028.071-.038.109a6.517 6.517 0 01-6.313 4.904c-.398 0-.786-.042-1.164-.11l2.703-2.702c.85-.85.85-2.227 0-3.077a2.174 2.174 0 00-3.077 0l-3.502 3.503a6.492 6.492 0 01-1.487-4.14zM27.93 53.267h-6.154a6.476 6.476 0 01-.373-2.176c0-2.515 1.413-4.763 3.687-5.867a2.176 2.176 0 001.087-2.721 6.485 6.485 0 01-.423-2.29c0-1.597.602-3.107 1.626-4.28l4.334 7.294c.053.086.11.168.172.248.413.516.877.977 1.38 1.379l-2.524 2.524a2.174 2.174 0 001.539 3.713 2.17 2.17 0 001.538-.637l3.785-3.784c.355.043.713.07 1.077.07h2.302a2.175 2.175 0 100-4.35h-2.303a4.329 4.329 0 01-3.31-1.529l-5.234-8.807a6.338 6.338 0 01-.03-.542 6.53 6.53 0 012.866-5.38l3.775 1.887a2.175 2.175 0 001.946-3.89l-3.651-1.827a6.522 6.522 0 015.94-3.843c3.6 0 6.527 2.927 6.527 6.526v8.024a8.635 8.635 0 00-4.878-1.497h-1.648a2.175 2.175 0 100 4.35h1.648c1.162 0 2.255.453 3.077 1.275l1.801 1.802v12.905a7.59 7.59 0 01-5.553-.462 2.176 2.176 0 00-1.946 3.892 11.91 11.91 0 005.324 1.25c.73 0 1.457-.085 2.175-.217v7.838H42.84a4.328 4.328 0 01-3.892-2.406l-1.46-2.918a2.176 2.176 0 00-3.89 1.945l1.459 2.918a8.653 8.653 0 007.783 4.812h4.668v8.702c0 2.835-1.82 5.247-4.35 6.146V79.9c0-2.324-.906-4.509-2.55-6.153l-2.44-2.439a2.175 2.175 0 10-3.076 3.077l2.44 2.44a4.324 4.324 0 011.274 3.076v3.447a6.52 6.52 0 01-4.137-4.528 2.175 2.175 0 00-2.107-1.636l-.08.001-.202.012a6.533 6.533 0 01-6.527-6.527c0-.06.005-.13.008-.195l3.706-3.706c.85-.85.85-2.227 0-3.076a2.174 2.174 0 00-3.076 0l-2.975 2.974a6.525 6.525 0 01-2.014-4.699 6.45 6.45 0 011.436-4.078c.07-.087.129-.179.184-.273h4.907a2.175 2.175 0 100-4.351z'/%3e%3c/svg%3e");
    --isc-icon-lab: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.2' fill='%23FFF' width='100' height='100'%3e%3cellipse transform='rotate(.062)' ry='46.84' rx='49.238' cy='50.31' cx='49.689' fill='%235DBCDE'/%3e%3cpath d='M22.856 68.107h-2.24a1.535 1.535 0 100 3.071h2.24a1.535 1.535 0 100-3.071zM29.02 68.107h-2.241a1.535 1.535 0 100 3.071h2.24a1.535 1.535 0 100-3.071zM35.182 68.107h-2.24a1.535 1.535 0 100 3.071h2.24a1.535 1.535 0 100-3.071z'/%3e%3cpath d='M78.732 19.898H19.383c-3.954 0-7.17 3.224-7.17 7.186v41.951c0 1.915.748 3.718 2.108 5.078a7.135 7.135 0 005.077 2.108h18.21v5.74H30.9a1.535 1.535 0 100 3.071h36.33a1.535 1.535 0 100-3.07h-6.706V76.22h18.207a7.135 7.135 0 005.077-2.108 7.135 7.135 0 002.109-5.078V27.1c0-3.97-3.224-7.2-7.186-7.2zM40.678 81.961v-5.73h16.776v5.73zM19.383 22.97h59.349c2.269 0 4.115 1.852 4.115 4.13v35.954H15.283V27.084c0-2.269 1.839-4.115 4.1-4.115zm62.255 48.972a4.085 4.085 0 01-2.906 1.209H19.398a4.084 4.084 0 01-2.906-1.209 4.085 4.085 0 01-1.209-2.906v-2.91h67.564v2.91a4.085 4.085 0 01-1.209 2.906z'/%3e%3cpath d='M38.626 47.016c-2.255 5.45-2.93 10.374-.172 12.139.483.309 1.116.54 1.929.54 1.429 0 3.414-.719 6.113-2.998.952-.804 1.926-1.755 2.901-2.808 1.035.994 2.063 1.886 3.06 2.632 2.66 1.993 4.61 2.643 6.02 2.643.94 0 1.638-.288 2.151-.66 1.253-.907 2.366-3.059.752-8.064 3.79-.457 6.554-1.72 7.02-4.094.63-3.212-3.398-6.125-8.896-8.259 2.255-5.449 2.93-10.373.172-12.138-1.333-.852-3.809-1.117-8.042 2.458-.95.802-1.922 1.75-2.894 2.8-4.244-4.097-8.58-6.534-11.238-4.609-1.253.908-2.366 3.06-.75 8.067-3.79.457-6.556 1.719-7.022 4.093-.63 3.212 3.398 6.125 8.896 8.258zm5.89 7.334c-2.769 2.338-4.142 2.392-4.406 2.216-.713-.455-.637-3.6 1.414-8.538 1.119.351 2.267.67 3.432.956.757.948 1.526 1.85 2.301 2.701-.924 1.006-1.845 1.909-2.742 2.665zM42.38 39.721a42.54 42.54 0 01-1.14-2.169c.767.015 1.584.057 2.448.124-.224.335-.45.668-.669 1.011-.217.34-.427.688-.639 1.034zm3.228.62a57.18 57.18 0 011.543-2.281c.866.128 1.766.282 2.703.466.543.106 1.06.22 1.573.335.317.415.637.838.959 1.283a56.96 56.96 0 011.554 2.266 58.258 58.258 0 01-1.42 2.35v.002a57.015 57.015 0 01-1.538 2.276 58.279 58.279 0 01-2.708-.46 60.093 60.093 0 01-1.572-.335c-.323-.42-.643-.847-.96-1.283a57.018 57.018 0 01-1.554-2.267c.439-.763.902-1.542 1.42-2.352zm11.284 7.221a42.376 42.376 0 01-2.457-.128c.226-.338.453-.674.674-1.02v.002c.217-.34.427-.687.639-1.033.414.738.797 1.466 1.144 2.18zm1.484 3.543c1.162 3.434.702 4.728.449 4.913-.257.184-1.632.214-4.529-1.954-.939-.703-1.91-1.55-2.892-2.5.329-.407.655-.823.98-1.25 1.836.209 3.65.33 5.358.33.156 0 .308-.004.462-.006.056.155.12.315.172.467zm7.01-5.35c-.126.638-1.913 1.418-5.153 1.702-.735-1.653-1.66-3.39-2.73-5.15.253-.475.495-.95.73-1.426 4.988 1.927 7.315 4.044 7.152 4.874zM53.614 30.753c2.218-1.873 3.54-2.274 4.114-2.274.143 0 .239.024.291.058.714.456.637 3.6-1.414 8.538a56.013 56.013 0 00-3.43-.955 56.04 56.04 0 00-2.3-2.704c.923-1.005 1.843-1.907 2.739-2.663zm-13.862 3.245c-1.162-3.434-.702-4.73-.448-4.914.096-.069.235-.105.413-.105 1.1 0 3.708 1.362 7.012 4.556-.33.407-.658.824-.984 1.253-2.004-.228-3.978-.346-5.821-.323-.056-.155-.12-.315-.172-.467zm-1.855 3.654c.735 1.65 1.66 3.386 2.728 5.144-.253.476-.495.95-.73 1.427-4.988-1.928-7.315-4.044-7.152-4.874.125-.637 1.92-1.413 5.154-1.697z'/%3e%3c/svg%3e");
    --isc-icon-learning-outcomes: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.2' fill='%23FFF' width='100' height='100'%3e%3cellipse transform='rotate(.062)' ry='46.84' rx='49.238' cy='50.31' cx='49.689' fill='%235DBCDE'/%3e%3cpath d='M70.256 45.294c0-10.76-8.78-19.541-19.54-19.541s-19.541 8.78-19.541 19.54c0 1.55.172 3.1.602 4.65.517 2.496 1.464 4.045 2.755 6.197.258.517.602 1.033.947 1.636.43.689.775 1.377 1.205 1.98 1.722 2.84 2.755 4.476 2.755 7.833v8.092c0 2.066 1.463 3.702 3.443 4.046.86 4.39 3.443 7.145 7.834 7.145 4.39 0 7.058-2.755 7.833-7.145 1.98-.344 3.443-2.066 3.443-4.046V67.59c0-3.357 1.033-5.078 2.755-7.833.344-.603.775-1.291 1.205-1.98.345-.603.689-1.12.947-1.636 1.291-2.152 2.238-3.701 2.755-6.198.43-1.55.602-3.099.602-4.648zm-11.62 24.361H42.967v-1.98c0-.43 0-.774-.086-1.119h15.753c0 .345-.086.69-.086 1.12v1.98zm-.776 6.801H43.57a.679.679 0 01-.688-.689V73.1h15.667v2.668c.086.345-.258.689-.689.689zm-7.144 7.059c-.947 0-3.358 0-4.305-3.616h8.695c-.947 3.616-3.444 3.616-4.39 3.616zm15.58-34.261c-.43 1.894-1.119 3.185-2.324 5.165-.344.516-.602 1.033-.947 1.635-.43.689-.774 1.378-1.119 1.894-1.033 1.722-1.98 3.271-2.582 5.079H42.279c-.602-1.808-1.463-3.357-2.582-5.079-.344-.602-.775-1.205-1.12-1.894-.344-.602-.688-1.205-.946-1.635-1.205-2.066-1.894-3.271-2.324-5.251a14.979 14.979 0 01-.517-3.874c0-8.867 7.231-16.098 16.098-16.098 8.866 0 16.097 7.231 16.097 16.098-.172 1.291-.344 2.582-.688 3.96zM86.182 43.572h-7.145c-.947 0-1.722.775-1.722 1.722s.775 1.722 1.722 1.722h7.145c.947 0 1.721-.775 1.721-1.722s-.774-1.722-1.721-1.722zM70.687 27.044a1.7 1.7 0 001.205-.516l5.079-5.08c.689-.688.689-1.72 0-2.41-.689-.688-1.722-.688-2.41 0l-5.08 5.08c-.688.688-.688 1.721 0 2.41a1.7 1.7 0 001.206.516zM50.716 18.694c.946 0 1.721-.775 1.721-1.722V9.828c0-.947-.775-1.722-1.721-1.722-.947 0-1.722.775-1.722 1.722v7.144c0 .947.775 1.722 1.722 1.722zM29.539 26.528a1.7 1.7 0 001.205.516 1.7 1.7 0 001.205-.516c.689-.689.689-1.722 0-2.41l-5.079-5.08c-.688-.688-1.721-.688-2.41 0-.689.69-.689 1.722 0 2.41zM22.48 43.572h-7.145c-.947 0-1.721.775-1.721 1.722s.774 1.722 1.721 1.722h7.145c.947 0 1.722-.775 1.722-1.722s-.775-1.722-1.722-1.722zM29.539 64.06l-5.079 5.079c-.689.689-.689 1.722 0 2.41a1.7 1.7 0 001.205.517 1.7 1.7 0 001.205-.517l5.08-5.079c.688-.688.688-1.721 0-2.41-.69-.689-1.808-.689-2.411 0zM71.892 64.06c-.689-.689-1.722-.689-2.41 0-.689.689-.689 1.722 0 2.41l5.079 5.08a1.7 1.7 0 001.205.516 1.7 1.7 0 001.205-.517c.689-.688.689-1.721 0-2.41z'/%3e%3c/svg%3e");
    --isc-icon-live-session: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.2' fill='%23FFF' width='100' height='100'%3e%3cellipse transform='rotate(.062)' ry='46.84' rx='49.238' cy='50.31' cx='49.689' fill='%235DBCDE'/%3e%3cpath d='M75.924 79.457a2.677 2.677 0 01-1.9-4.579 34.807 34.807 0 000-49.238 2.679 2.679 0 013.801-3.775 40.162 40.162 0 010 56.789 2.677 2.677 0 01-1.9.803zm-51.112-.777a2.677 2.677 0 000-3.775 34.807 34.807 0 010-49.238 2.688 2.688 0 00-3.802-3.802 40.162 40.162 0 000 56.789 2.677 2.677 0 003.775 0zm43.535-9.478a26.774 26.774 0 000-37.859 2.679 2.679 0 10-3.775 3.802 21.42 21.42 0 010 30.255 2.679 2.679 0 103.775 3.802zm-34.057 0a2.677 2.677 0 000-3.775 21.42 21.42 0 010-30.255 2.688 2.688 0 10-3.775-3.829 26.774 26.774 0 000 37.86 2.677 2.677 0 003.775 0zm23.615-21.42l-13.387-7.737a2.677 2.677 0 00-4.017 2.33v15.448a2.677 2.677 0 004.017 2.33l13.387-7.738a2.677 2.677 0 000-4.632z' data-name='Layer 19'/%3e%3c/svg%3e");
    --isc-icon-module-map: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.2' fill='%23FFF' width='100' height='100'%3e%3cellipse transform='rotate(.062)' ry='46.84' rx='49.238' cy='50.31' cx='49.689' fill='%235DBCDE'/%3e%3cpath d='M34.634 60.385a1.179 1.179 0 00.18.15l.165.086h.071l.15.047a1.179 1.179 0 00.235 0h.786a1.171 1.171 0 001.148-1.446L48.624 48.07a18.604 18.604 0 10-26.306 0zm-10.65-36.94a16.246 16.246 0 1122.974 22.958L35.467 57.886 23.984 46.403a16.246 16.246 0 010-22.973z'/%3e%3cpath d='M35.467 43.118A9.117 9.117 0 1026.35 34a9.133 9.133 0 009.117 9.117zm0-15.884a6.76 6.76 0 11-6.76 6.759 6.767 6.767 0 016.76-6.76zM55.116 58.373h-.786a1.179 1.179 0 000 2.358h.786a1.179 1.179 0 100-2.358zM55.422 78.926a1.179 1.179 0 100 2.358h.786a1.179 1.179 0 000-2.358zM50.707 78.926a1.179 1.179 0 100 2.358h.786a1.179 1.179 0 000-2.358zM51.791 69.833a1.179 1.179 0 001.18 1.179h.785a1.179 1.179 0 100-2.358h-.786a1.179 1.179 0 00-1.179 1.179zM47.075 69.833a1.179 1.179 0 001.18 1.179h.785a1.179 1.179 0 000-2.358h-.786a1.179 1.179 0 00-1.179 1.179zM50.4 58.373h-.786a1.179 1.179 0 000 2.358h.786a1.179 1.179 0 000-2.358zM41.275 78.926a1.179 1.179 0 100 2.358h.786a1.179 1.179 0 000-2.358zM45.99 78.926a1.179 1.179 0 100 2.358h.787a1.179 1.179 0 000-2.358zM42.36 69.833a1.179 1.179 0 001.179 1.179h.786a1.179 1.179 0 000-2.358h-.786a1.179 1.179 0 00-1.18 1.179zM56.507 69.833a1.179 1.179 0 001.179 1.179h.786a1.179 1.179 0 100-2.358h-.786a1.179 1.179 0 00-1.179 1.179zM64.854 78.926a1.179 1.179 0 000 2.358h.786a1.179 1.179 0 000-2.358zM64.547 58.373h-.786a1.179 1.179 0 000 2.358h.786a1.179 1.179 0 100-2.358zM69.57 81.284h.786a1.179 1.179 0 000-2.358h-.786a1.179 1.179 0 000 2.358zM67.903 68.654h-.786a1.179 1.179 0 000 2.358h.786a1.179 1.179 0 000-2.358zM61.223 69.833a1.179 1.179 0 001.179 1.179h.786a1.179 1.179 0 000-2.358h-.786a1.179 1.179 0 00-1.18 1.179zM59.832 58.373h-.786a1.179 1.179 0 000 2.358h.786a1.179 1.179 0 100-2.358zM40.968 58.373h-.785a1.179 1.179 0 000 2.358h.785a1.179 1.179 0 100-2.358zM60.138 78.926a1.179 1.179 0 000 2.358h.786a1.179 1.179 0 000-2.358zM34.893 68.654h-.786a1.179 1.179 0 000 2.358h.786a1.179 1.179 0 000-2.358zM79.355 81.284a1.179 1.179 0 000-2.358h-.346a1.179 1.179 0 000 2.358zM18.702 75.987a6.398 6.398 0 00.228.935 1.179 1.179 0 102.24-.73 3.93 3.93 0 01-.141-.59 1.194 1.194 0 10-2.358.377zM75.071 81.284a1.179 1.179 0 000-2.358h-.786a1.179 1.179 0 000 2.358zM77.256 62.115a1.192 1.192 0 101.792-1.572 6.288 6.288 0 00-.683-.684 1.192 1.192 0 10-1.572 1.792 4.024 4.024 0 01.463.464zM78.215 64.913a4.04 4.04 0 01-.078.597 1.179 1.179 0 00.911 1.399 1.195 1.195 0 00.244 0 1.179 1.179 0 001.155-.935 6.382 6.382 0 00.126-.951 1.18 1.18 0 00-2.358-.134zM76.47 70.509a1.179 1.179 0 00.503-.118 6.288 6.288 0 00.833-.48 1.179 1.179 0 00-1.336-1.941 3.93 3.93 0 01-.526.299 1.179 1.179 0 00.526 2.24zM71.833 71.012h.786a1.179 1.179 0 000-2.358h-.786a1.179 1.179 0 000 2.358zM73.193 60.731h.786a1.179 1.179 0 100-2.358h-.786a1.179 1.179 0 000 2.358zM68.477 60.731h.786a1.179 1.179 0 000-2.358h-.786a1.179 1.179 0 000 2.358zM37.644 69.833a1.179 1.179 0 001.179 1.179h.786a1.179 1.179 0 000-2.358h-.786a1.179 1.179 0 00-1.18 1.179zM31.843 78.926a1.179 1.179 0 000 2.358h.786a1.179 1.179 0 100-2.358zM36.56 78.926a1.179 1.179 0 100 2.358h.785a1.179 1.179 0 000-2.358zM30.177 68.654h-.786a1.179 1.179 0 000 2.358h.786a1.179 1.179 0 100-2.358zM21.453 78.942a1.179 1.179 0 00.48 1.572 6.358 6.358 0 00.88.393 1.18 1.18 0 10.786-2.224 3.93 3.93 0 01-.55-.244 1.179 1.179 0 00-1.596.503zM20.337 70.642a6.288 6.288 0 00-.605.786 1.179 1.179 0 101.941 1.336 3.93 3.93 0 01.377-.471 1.179 1.179 0 00-1.713-1.62zM25.461 68.654h-.864a1.18 1.18 0 00.063 2.358h.786a1.179 1.179 0 100-2.358zM27.128 78.926a1.179 1.179 0 000 2.358h.786a1.179 1.179 0 100-2.358zM45.684 58.373h-.786a1.179 1.179 0 000 2.358h.786a1.179 1.179 0 100-2.358z'/%3e%3c/svg%3e");
    --isc-icon-recording: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.2' fill='%23FFF' width='100' height='100'>%3cellipse transform='rotate(.062)' ry='46.84' rx='49.238' cy='50.31' cx='49.689' fill='%235DBCDE'/>%3cg data-name='Layer 2'>%3cg data-name='Layer 1'>%3cpath d='M49.558 48.718a9.57 9.57 0 10-9.57-9.57 9.57 9.57 0 009.57 9.57zm0-15.31a5.742 5.742 0 11-5.742 5.74 5.742 5.742 0 015.742-5.74z'/>%3cpath d='M82.094 21.924H17.02a1.914 1.914 0 00-1.914 1.914V69.77a1.914 1.914 0 001.914 1.914h65.073a1.914 1.914 0 001.914-1.914V23.838a1.914 1.914 0 00-1.914-1.914zM32.466 67.857a17.895 17.895 0 0117.092-11.483 18.603 18.603 0 0112.823 4.995 16.823 16.823 0 014.248 6.488zm47.714 0h-9.57a1.914 1.914 0 000-.555 20.632 20.632 0 00-5.512-8.689 22.412 22.412 0 00-15.54-6.067 21.665 21.665 0 00-21.053 14.737 1.914 1.914 0 000 .574h-9.57V25.752H80.18zM68.696 75.513H30.42a1.914 1.914 0 000 3.827h38.277a1.914 1.914 0 000-3.827z'/>%3c/g>%3c/g>%3c/svg>");
    --isc-icon-resources: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.2' fill='%23FFF' width='100' height='100'%3e%3cellipse transform='rotate(.062)' ry='46.84' rx='49.238' cy='50.31' cx='49.689' fill='%235DBCDE'/%3e%3cpath d='M87.023 71.544c0 .332-.25.664-.582.747L47.403 82.674c-.996.249-2.076.083-2.907-.416l-27.41-16.944s-1.827-.83-1.827-5.814c0-1.495.167-2.74.416-3.654l30.815 8.222c.83.25 1.744.083 2.491-.332l19.52-12.043 16.777 6.561c.582.25.499.997-.083 1.163l-38.29 9.552c-.665.166-1.163.664-1.329 1.246-.332 1.246-.914 3.322-.914 5.482 0 1.246.166 2.575.416 3.82.166 1.08 1.246 1.745 2.325 1.496l38.623-10.217c.498-.166.997.25.997.748zm-14.37-35.217l-4.734-.997-18.273 10.216c-.665.416-1.495.499-2.326.332l-28.572-6.81-4.9 1.91c-.499.166-.416.914.082.997l33.058 8.389c.581.166.997.581 1.163 1.08.332 1.08.747 2.906.747 4.734 0 1.08-.166 2.242-.332 3.24a1.592 1.592 0 01-1.993 1.245l-33.39-8.804c-.498-.166-.914.166-.914.664 0 .332.25.582.499.665l33.639 8.97c.83.25 1.744.083 2.491-.332L72.57 47.207s1.578-.747 1.578-5.066c.083-4.402-1.495-5.814-1.495-5.814zm-23.422 5.398c-.166.748-.997 1.246-1.828 1.08l-30.815-7.392c-.415-.083-.83.166-.83.581 0 .25.166.499.498.582L47.32 44.05c.748.166 1.661.083 2.326-.332l21.928-12.21s1.495-.581 1.495-4.236c0-3.654-1.495-4.817-1.495-4.817l-27.41-5.316c-.498-.083-.997-.083-1.412.083L17.17 26.276c-.416.167-.416.748.083.831l30.483 6.977c.498.083.913.415 1.08.914.332.913.747 2.408.747 3.987 0 .83-.166 1.827-.332 2.74z'/%3e%3c/svg%3e");
    --isc-icon-timetable: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='100' width='100' fill='%23FFF' version='1.2'%3e%3cellipse cx='49.689' cy='50.31' rx='49.238' ry='46.84' transform='rotate(.062)' fill='%235DBCDE'/%3e%3cpath d='M64.975 28.086a1.553 1.553 0 000-3.107c-1.408 0-2.976-2.102-2.976-5.118 0-3.016 1.568-5.117 2.976-5.117.846 0 1.75.765 2.336 2.029h3.312c-.886-3.037-3.05-5.136-5.648-5.136-3.411 0-6.082 3.613-6.082 8.224 0 4.612 2.67 8.225 6.082 8.225zM34.685 28.086a1.553 1.553 0 000-3.107c-1.408 0-2.975-2.102-2.975-5.118 0-3.016 1.567-5.117 2.975-5.117.847 0 1.75.765 2.336 2.029h3.312c-.886-3.037-3.05-5.136-5.648-5.136-3.41 0-6.082 3.613-6.082 8.224 0 4.612 2.671 8.225 6.082 8.225zM29.209 60.22h-6.067a1.218 1.218 0 00-1.192.966l-.904 4.273a.71.71 0 00.695.858h6.073a1.218 1.218 0 001.192-.968l.898-4.272a.71.71 0 00-.695-.857zM31.483 49.463h-6.065a1.218 1.218 0 00-1.192.967l-.904 4.273a.71.71 0 00.695.857h6.066a1.218 1.218 0 001.192-.966l.903-4.273a.71.71 0 00-.695-.858zM41.122 60.22h-6.074a1.218 1.218 0 00-1.192.966l-.903 4.273a.71.71 0 00.695.858h6.073a1.218 1.218 0 001.192-.967l.904-4.273a.71.71 0 00-.695-.857zM43.397 49.463h-6.073a1.218 1.218 0 00-1.192.967l-.904 4.273a.71.71 0 00.695.857h6.074a1.218 1.218 0 001.192-.966l.903-4.273a.71.71 0 00-.695-.858zM45.464 43.837l.904-4.273a.71.71 0 00-.695-.857h-6.08a1.218 1.218 0 00-1.192.967l-.899 4.273a.71.71 0 00.696.856h6.074a1.218 1.218 0 001.192-.966zM53.029 60.22h-6.067a1.218 1.218 0 00-1.192.966l-.904 4.273a.71.71 0 00.695.858h6.073a1.218 1.218 0 001.192-.968l.898-4.272a.71.71 0 00-.695-.857zM55.303 49.463h-6.065a1.218 1.218 0 00-1.192.967l-.904 4.273a.71.71 0 00.695.857h6.066a1.218 1.218 0 001.192-.966l.903-4.273a.71.71 0 00-.695-.858zM57.37 43.837l.904-4.273a.71.71 0 00-.695-.857h-6.072a1.218 1.218 0 00-1.193.967l-.898 4.273a.71.71 0 00.696.856h6.066a1.218 1.218 0 001.192-.966zM64.935 60.22h-6.067a1.218 1.218 0 00-1.192.966l-.903 4.273a.71.71 0 00.695.858h6.072a1.218 1.218 0 001.192-.968l.898-4.272a.71.71 0 00-.695-.857zM59.743 55.56h6.066A1.218 1.218 0 0067 54.594l.904-4.273a.71.71 0 00-.695-.858h-6.066a1.218 1.218 0 00-1.192.967l-.904 4.273a.71.71 0 00.695.857zM62.018 44.803h6.066a1.218 1.218 0 001.193-.966l.903-4.273a.71.71 0 00-.695-.857h-6.072a1.218 1.218 0 00-1.192.967l-.898 4.273a.71.71 0 00.695.856z'/%3e%3cpath d='M21.538 74.934a6.511 6.511 0 006.4 6.602h47.584a6.508 6.508 0 006.393-6.602V25.783a6.508 6.508 0 00-6.393-6.603H64.45a5.88 5.88 0 00-.042.681 3.987 3.987 0 00.828 2.72c.035.002.068.013.103.016a3.201 3.201 0 011.23-.016c2.012.373 3.287 2.592 2.848 4.955-.438 2.364-2.424 3.977-4.436 3.604a3.246 3.246 0 01-1.607-.834c-3.969-.915-6.888-5.171-6.888-10.445 0-.23.016-.454.027-.68H34.159a5.88 5.88 0 00-.042.68 3.987 3.987 0 00.828 2.72c.036.002.068.013.104.016a3.201 3.201 0 011.23-.016c2.011.373 3.286 2.592 2.848 4.955-.439 2.364-2.425 3.977-4.437 3.604a3.246 3.246 0 01-1.607-.834c-3.968-.915-6.887-5.17-6.887-10.445 0-.146.012-.288.017-.433a6.46 6.46 0 00-3.758 2.967 6.433 6.433 0 00-1.747 3.16L12.12 67.52c-.636 3.11 1.715 5.64 5.241 5.64h4.177zm56.825 0a2.892 2.892 0 01-2.84 2.934H27.937a2.896 2.896 0 01-2.848-2.934V73.16h39.857c3.527 0 6.914-2.53 7.55-5.64l5.866-28.668zm-60.36-4.905c-1.569 0-2.615-1.126-2.331-2.509l6.655-32.525h53.274L68.946 67.52a3.468 3.468 0 01-3.358 2.509z'/%3e%3c/svg%3e");
    --isc-icon-tutor: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.2' fill='%23FFF' width='100' height='100'%3e%3cellipse transform='rotate(.062)' ry='46.84' rx='49.238' cy='50.31' cx='49.689' fill='%235DBCDE'/%3e%3cpath style='line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;white-space:normal;isolation:auto;mix-blend-mode:normal;solid-color:%23000;solid-opacity:1' d='M13.338 20.816v58.755h16.18v-2.472h.009c-.09-11.166 8.735-20.03 19.8-20.126h.008c.058 0 .11.018.168.018 10.939.005 19.862 9.038 19.959 20.144h.009v2.436h16.18V20.816zm4.52 4.52H81.13V75.05h-7.273c-.874-9.667-7.27-17.804-15.978-21.062 3.124-2.488 5.173-6.273 5.173-10.557 0-7.462-6.097-13.559-13.559-13.559-7.461 0-13.558 6.097-13.558 13.559 0 4.275 2.042 8.05 5.155 10.54-8.806 3.215-15.249 11.32-15.995 21.08h-7.239zm31.636 9.057c5.02 0 9.04 4.02 9.04 9.039a9 9 0 01-8.925 9.03c-.107 0-.21-.018-.318-.017v.008a8.995 8.995 0 01-8.836-9.021c0-5.02 4.02-9.04 9.04-9.04z' color='%23000' font-weight='400' font-family='sans-serif' overflow='visible' fill='%23fff'/%3e%3c/svg%3e");
    --isc-icon-wiki: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' height='100' width='100' fill='%23FFF' version='1.2'%3e%3cellipse cx='49.689' cy='50.31' rx='49.238' ry='46.84' transform='rotate(.062)' fill='%235DBCDE'/%3e%3cg transform='matrix(1.38149 0 0 1.38149 5.666 7.24)' fill='%23fff'%3e%3cpath d='M10 23h11c.1-4.3.6-8.4 1.5-11.9-2.3-.4-4.6-1-6.9-1.8-3.2 3.6-5.3 8.4-5.6 13.7zM32 2c-3.3 0-5.4 3.6-6.6 6.5l-.3.9c4.6.7 9.2.7 13.8 0C37.4 5 35.1 2 32 2zM23.6 7.8c.8-2.1 1.8-3.9 3-5.1-3.5.9-6.7 2.6-9.3 5 2 .6 3.9 1.1 5.9 1.5.1-.5.2-1 .4-1.4zM37.4 2.7c1.4 1.6 2.6 3.9 3.4 6.5 2-.4 3.9-.9 5.9-1.5-2.6-2.4-5.7-4.1-9.3-5zM39.5 11.4c-2.5.4-5 .6-7.5.6s-5-.2-7.5-.6c-.9 3.4-1.4 7.3-1.5 11.6h18c-.1-4.1-.6-8.1-1.5-11.6zM48.3 9.3c-2.3.8-4.6 1.4-6.9 1.8 1 3.6 1.5 7.8 1.5 11.9h11c-.2-5.3-2.3-10.1-5.6-13.7z'/%3e%3ccircle r='3' cy='59' cx='32'/%3e%3cpath d='M33 54h-2v-2.6c0-2.5 1.3-4.8 3.5-6 2.2-1.2 3.5-3.6 3.5-6.1V38c0-3.3-2.7-6-6-6s-6 2.7-6 6v1h-2v-1c0-4.4 3.6-8 8-8s8 3.6 8 8v1.4c0 3.2-1.7 6.2-4.5 7.8-1.6.8-2.5 2.5-2.5 4.2zM22 39.4v-.3c-1.6.3-3.2.7-4.8 1.2 1.7 1.6 3.7 2.9 5.9 3.8-.7-1.4-1.1-3.1-1.1-4.7zM42 39.1v.3c0 1.7-.4 3.3-1.1 4.8 2.2-1 4.1-2.2 5.9-3.8-1.6-.6-3.2-1-4.8-1.3zM22.3 35.7c-.8-3.3-1.2-7-1.3-10.7H10c.2 5.3 2.3 10.1 5.6 13.7 2.1-.7 4.3-1.3 6.4-1.7.1-.4.2-.9.3-1.3zM43 25c-.1 3.9-.5 7.6-1.2 10.8.1.4.2.8.2 1.2 2.1.4 4.3 1 6.4 1.7C51.7 35 53.8 30.2 54 25z'/%3e%3cpath d='M32 28c3.5 0 6.6 1.8 8.3 4.5.4-2.3.6-4.9.6-7.5H23c0 2.6.3 5.1.6 7.5 1.8-2.7 4.9-4.5 8.4-4.5z'/%3e%3c/g%3e%3c/svg%3e");
    --isc-icon-zoom: url("data:image/svg+xml,%3csvg version='1.1' id='svg4383' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 100 100' xml:space='preserve'%3e%3cstyle%3e.st5{fill:%23fff}%3c/style%3e%3cg id='surface1'%3e%3cdefs%3e%3cpath id='SVGID_1_' d='M0 0h100v100H0z'/%3e%3c/defs%3e%3cclipPath id='SVGID_2_'%3e%3cuse xlink:href='%23SVGID_1_' overflow='visible'/%3e%3c/clipPath%3e%3cg id='g4362' clip-path='url(%23SVGID_2_)'%3e%3cdefs%3e%3cpath id='SVGID_3_' d='M.2 50.1C.2 77.7 22.5 100 50.1 100c27.6 0 49.9-22.3 49.9-49.9C100 22.5 77.7.2 50.1.2 22.5.2.2 22.5.2 50.1'/%3e%3c/defs%3e%3cclipPath id='SVGID_4_'%3e%3cuse xlink:href='%23SVGID_3_' overflow='visible'/%3e%3c/clipPath%3e%3cg id='g4360' clip-path='url(%23SVGID_4_)'%3e%3cpath id='path4358' d='M-2.3 102.4h104.7V-2.3H-2.3v104.7z' fill='%23e5e5e4'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cpath id='SVGID_5_' d='M1.1 1.1H99V99H1.1z'/%3e%3c/defs%3e%3cclipPath id='SVGID_6_'%3e%3cuse xlink:href='%23SVGID_5_' overflow='visible'/%3e%3c/clipPath%3e%3cg id='g4368' clip-path='url(%23SVGID_6_)'%3e%3cdefs%3e%3cpath id='SVGID_7_' d='M1.1 50.1c0 27 21.9 48.9 49 48.9C77.1 99 99 77.1 99 50.1s-21.9-49-48.9-49c-27.1 0-49 21.9-49 49'/%3e%3c/defs%3e%3cclipPath id='SVGID_8_'%3e%3cuse xlink:href='%23SVGID_7_' overflow='visible'/%3e%3c/clipPath%3e%3cg id='g4366' clip-path='url(%23SVGID_8_)'%3e%3cpath id='path4364' class='st5' d='M-1.3 101.4h102.7V-1.3H-1.3v102.7z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cdefs%3e%3cpath id='SVGID_9_' d='M5 5h90.1v90.1H5z'/%3e%3c/defs%3e%3cclipPath id='SVGID_10_'%3e%3cuse xlink:href='%23SVGID_9_' overflow='visible'/%3e%3c/clipPath%3e%3cg id='g4374' clip-path='url(%23SVGID_10_)'%3e%3cdefs%3e%3cpath id='SVGID_11_' d='M5.1 50.1c0 24.8 20.1 45 45 45s45-20.1 45-45-20.1-45-45-45-45 20.1-45 45'/%3e%3c/defs%3e%3cclipPath id='SVGID_12_'%3e%3cuse xlink:href='%23SVGID_11_' overflow='visible'/%3e%3c/clipPath%3e%3cg id='g4372' clip-path='url(%23SVGID_12_)'%3e%3cpath id='path4370' d='M2.6 97.5h94.9V2.6H2.6v94.9z' fill='%234a8cff'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cdefs%3e%3cpath id='SVGID_13_' d='M20.6 34.3h57.9v31.4H20.6z'/%3e%3c/defs%3e%3cclipPath id='SVGID_14_'%3e%3cuse xlink:href='%23SVGID_13_' overflow='visible'/%3e%3c/clipPath%3e%3cg id='g4380' clip-path='url(%23SVGID_14_)'%3e%3cdefs%3e%3cpath id='SVGID_15_' d='M76.5 34.9l-12.7 9.3v11.7l12.7 9.3c.9.7 2 .9 2-1V35.9c0-1-.3-1.5-.8-1.5-.4 0-.8.2-1.2.5m-23.4-.5H22.3c-.9 0-1.6.7-1.6 1.6v21.1c0 4.8 3.9 8.6 8.7 8.6h30.8c.9 0 1.6-.7 1.6-1.6V43c0-4.8-3.9-8.6-8.7-8.6'/%3e%3c/defs%3e%3cclipPath id='SVGID_16_'%3e%3cuse xlink:href='%23SVGID_15_' overflow='visible'/%3e%3c/clipPath%3e%3cg id='g4378' clip-path='url(%23SVGID_16_)'%3e%3cpath id='path4376' class='st5' d='M18.3 68.2h62.6V32H18.3v36.2z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

 /* Wrapper */

.uos-wrapper{
    max-width:1024px;
    color:var(--uos-font-dark);
}

.uos-wrapper.uos-sw{
    background:#94A596;
    padding:1rem;
}

/* HTML */

.uos-wrapper a,
.uos-wrapper a:active,
.uos-wrapper a:visited,
.uos-wrapper ul,
.uos-wrapper li{
    color:inherit;
}
.uos-wrapper h2,
.uos-wrapper h3,
.uos-wrapper h4,
.uos-wrapper h5,
.uos-wrapper h6,
.uos-wrapper p,
.uos-wrapper ul{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.uos-wrapper.uos-serif h2,
.uos-wrapper.uos-serif h3,
.uos-wrapper.uos-serif h4,
.uos-wrapper.uos-serif h5,
.uos-wrapper.uos-serif h6
{
    font-family: Georgia, serif;
}
.uos-wrapper h2:first-child,
.uos-wrapper h3:first-child,
.uos-wrapper h4:first-child,
.uos-wrapper h5:first-child,
.uos-wrapper h6:first-child,
.uos-wrapper p:first-child,
.uos-wrapper ul:first-child{
    margin-top: 0;
}
.uos-wrapper.uos-heading > h2,
div.uos-wrapper h2.uos-heading,
div.uos-wrapper h2.uos-heading.uos-flint{
    padding:0.5rem;
    color: var(--uos-font-light);
    background-color: var(--uos-flint);   
}
.uos-wrapper.uos-heading.uos-green > h2,
div.uos-wrapper h2.uos-heading.uos-green{
    color: var(--uos-font-light);
    background-color: var(--uos-green);   
}
.uos-wrapper.uos-heading.uos-purple > h2,
div.uos-wrapper h2.uos-heading.uos-purple{
    color: var(--uos-font-light);
    background-color: var(--uos-purple);   
}
.uos-wrapper.uos-heading.uos-blue > h2,
div.uos-wrapper h2.uos-heading.uos-blue{
    color: var(--uos-font-light);
    background-color: var(--uos-blue);   
}
.uos-wrapper.uos-heading.uos-red > h2,
div.uos-wrapper h2.uos-heading.uos-red{
    color: var(--uos-font-light);
    background-color: var(--uos-red);   
}
.uos-wrapper.uos-heading.uos-orange > h2,
div.uos-wrapper h2.uos-heading.uos-orange{
    color: var(--uos-font-light);
    background-color: var(--uos-orange);   
}
.uos-wrapper.uos-heading.uos-yellow > h2,
div.uos-wrapper h2.uos-heading.uos-yellow{
    color: var(--uos-font-dark);
    background-color: var(--uos-yellow);   
}
.uos-wrapper.uos-heading.uos-light-blue > h2,
div.uos-wrapper h2.uos-heading.uos-light-blue{
    color: var(--uos-font-dark);
    background-color: var(--uos-light-blue);   
}
.uos-wrapper.uos-heading.uos-pink > h2,
div.uos-wrapper h2.uos-heading.uos-pink{
    color: var(--uos-font-dark);
    background-color: var(--uos-pink);   
}
div.uos-wrapper h2[class*="isc-icon-"].uos-heading{
    padding-left: 2em;
    background-position:0.25em;
    background-size: 1.5em;
    background-repeat: no-repeat;
}
h2.uos-heading.isc-icon-assignment{
    background-image: var(--isc-icon-assignment);
}
h2.uos-heading.isc-icon-asynchronous{
    background-image: var(--isc-icon-asynchronous);
}
h2.uos-heading.isc-icon-discussion{
    background-image: var(--isc-icon-discussion);
}
h2.uos-heading.isc-icon-formative-assessment{
    background-image: var(--isc-icon-formative-assessment);
}
h2.uos-heading.isc-icon-lab{
    background-image: var(--isc-icon-lab);
}
h2.uos-heading.isc-icon-learning-outcomes{
    background-image: var(--isc-icon-learning-outcomes);
}
h2.uos-heading.isc-icon-live-session{
    background-image: var(--isc-icon-live-session);
}
h2.uos-heading.isc-icon-module-map{
    background-image: var(--isc-icon-module-map);
}
h2.uos-heading.isc-icon-recording{
    background-image: var(--isc-icon-recording);
}
h2.uos-heading.isc-icon-resources{
    background-image: var(--isc-icon-resources);
}
h2.uos-heading.isc-icon-timetable{
    background-image: var(--isc-icon-timetable);
}
h2.uos-heading.isc-icon-tutor{
    background-image: var(--isc-icon-tutor);
}
h2.uos-heading.isc-icon-wiki{
    background-image: var(--isc-icon-wiki);
}
h2.uos-heading.isc-icon-zoom{
    background-image: var(--isc-icon-zoom);
}

/* Iframe */

.uos-wrapper iframe{
    border:none;
}

/* Buttons */

.uos-wrapper a.uos-button{
    display:inline-block;
    background-color: var(--uos-flint);
    border: 1px solid var(--uos-flint);
    box-sizing: border-box;
    color: var(--uos-font-light);
    line-height:2rem;
    padding: 0 0.5em;
    text-decoration:none!important;
    width:auto;
    text-align:center;
}
.uos-wrapper :is(a.uos-button, a:hover.uos-button) > span{
    color: inherit;
    text-decoration:none!important;
}
.uos-wrapper a.uos-button > span.ui-icon-extlink{
    background-image:var(--uos-icon-external-link)!important;
    background-position-x:0;
    background-position-y:0;
    background-size:1em;
    margin-left:0.5em;
}
.uos-wrapper a.uos-button + .file_download_btn{
    display:inline-block;
    margin-left:0!important;
    background-color: var(--uos-primary-bgcolor);
    text-align:center;
    border: 1px solid var(--uos-flint);
    box-sizing: border-box;
    width:2rem;
    line-height:2rem;
}
.uos-wrapper a.uos-button.uos-green{
    border-color: var(--uos-green);
    background-color: var(--uos-green);
}
.uos-wrapper a.uos-button.uos-green + .file_download_btn{
    border: 1px solid var(--uos-green);
}
.uos-wrapper a.uos-button.uos-purple{
    border-color: var(--uos-purple);
    background-color: var(--uos-purple);
}
.uos-wrapper a.uos-button.uos-purple + .file_download_btn{
    border: 1px solid var(--uos-purple);
}
.uos-wrapper a.uos-button.uos-blue{
    border-color: var(--uos-blue);
    background-color: var(--uos-blue);
}
.uos-wrapper a.uos-button.uos-blue + .file_download_btn{
    border: 1px solid var(--uos-blue);
}
.uos-wrapper a.uos-button.uos-red{
    border-color: var(--uos-red);
    background-color: var(--uos-red);
}
.uos-wrapper a.uos-button.uos-red + .file_download_btn{
    border: 1px solid var(--uos-red);
}
.uos-wrapper a.uos-button.uos-orange{
    border-color: var(--uos-orange);
    background-color: var(--uos-orange);
}
.uos-wrapper a.uos-button.uos-orange + .file_download_btn{
    border: 1px solid var(--uos-orange);
}
.uos-wrapper a.uos-button.uos-yellow{
    border-color: var(--uos-yellow);
    background-color: var(--uos-yellow);
    color: var(--uos-font-dark);
}
.uos-wrapper a.uos-button.uos-yellow + .file_download_btn{
    border: 1px solid var(--uos-yellow);
}
.uos-wrapper a.uos-button.uos-yellow > span.ui-icon-extlink{
    background-image:var(--uos-icon-external-link-dark)!important;
}
.uos-wrapper a.uos-button.uos-light-blue{
    border-color: var(--uos-light-blue);
    background-color: var(--uos-light-blue);
    color: var(--uos-font-dark);
}
.uos-wrapper a.uos-button.uos-light-blue + .file_download_btn{
    border: 1px solid var(--uos-light-blue);
}
.uos-wrapper a.uos-button.uos-light-blue > span.ui-icon-extlink{
    background-image:var(--uos-icon-external-link-dark)!important;
}
.uos-wrapper a.uos-button.uos-pink{
    border-color: var(--uos-pink);
    background-color: var(--uos-pink);
    color: var(--uos-font-dark);
}
.uos-wrapper a.uos-button.uos-pink + .file_download_btn{
    border: 1px solid var(--uos-pink);
}
.uos-wrapper a.uos-button.uos-pink > span.ui-icon-extlink{
    background-image:var(--uos-icon-external-link-dark)!important;
}

/* Banner */
.uos-banner{
    margin: 0 0 1rem 0;
    height:250px;
    width:100%;
    position:relative;
    overflow:hidden;
    background-color: var(--uos-flint);
}
.uos-banner img{
    position:absolute;
    width:1024px!important;
    max-width:1024px!important;
    left:50%;
    margin-left:-512px;
    top:50%;
    margin-top:-300px;
}
.uos-banner.uos-monochrome img{
    filter: grayscale(100%);
} 

/* Hero Image */

#uos-hero{
    display:flex;
    justify-content:center;
    align-content:center;
    height:10em;
    background: var(--uos-flint);
}

#uos-hero img{
    max-height:10em;
    width:100%!important;
    object-fit:contain;
}

#uos-hero.uos-image-cover img{
    object-fit:cover;
}

#uos-hero .uos-no-image{
    flex:auto;
    padding:1em;
    border-top: 5px solid var(--uos-red);
    background: var(--uos-red-bgcolor);
    color: var(--uos-font-dark);
}

/* Footer */

.uos-footer{
    padding: 1rem 1rem 2rem 1rem;
    border-top: 8px solid var(--uos-flint);
    background: var(--uos-secondary-bgcolor);
}
.uos-footer.uos-green{
    border-color: var(--uos-green);
}
.uos-footer.uos-purple{
    border-color: var(--uos-purple);
}
.uos-footer.uos-blue{
    border-color: var(--uos-blue);
}
.uos-footer.uos-red{
    border-color: var(--uos-red);
}
.uos-footer.uos-orange{
    border-color: var(--uos-orange);
}
.uos-footer.uos-yellow{
    border-color: var(--uos-yellow);
}
.uos-footer.uos-light-blue{
    border-color: var(--uos-light-blue);
}
.uos-footer.uos-pink{
    border-color: var(--uos-pink);
}
.uos-footer h2{
    font-size:1.2rem;
}

/* Menu */

ul.uos-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    list-style-type: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul.uos-menu > li{
    flex: 0 0 100%;
    
    padding: 0;
    margin: 0 0 1rem 0;
    box-sizing: border-box;
}
/* ul.uos-menu > li:last-child{
    margin: 0;
} */
ul.uos-menu > li a{
    text-decoration:none!important;
}
ul.uos-menu > li > a,
ul.uos-menu > li > span{
    display: block;
    padding: 1em 2.5em 1em 1em!important;
    border-top: 7px solid var(--uos-flint);
    text-decoration:none!important;
    font-weight:normal;
    font-size:1.5rem;
    text-align:left;
    background:var(--uos-secondary-bgcolor);
    position:relative;
    transition: all 0.5s;
}
ul.uos-menu.uos-sw > li > a,
ul.uos-menu.uos-sw > li > span{
    padding: 0.5em 0!important;
    font-weight:bold;
    font-size:1.2rem;
    text-align:center;
}
ul.uos-menu > li > span.uos-disabled{
    padding-right: 1em!important;
    opacity:0.8;
}
ul.uos-menu > li > span.uos-disabled:after{
    font-size:1em;
    content:" - not yet available";
}
.uos-section ul.uos-menu > li > a,
.uos-section ul.uos-menu > li > span.instructure_file_holder{
    background:var(--uos-primary-bgcolor);
}
ul.uos-menu.uos-menu-sm > li > a,
ul.uos-menu.uos-menu-sm > li > span{
    font-size:1rem;
    padding: 1em 2em 1em 1em;
}
ul.uos-menu.uos-menu-md > li > a,
ul.uos-menu.uos-menu-md > li > span{
    font-size:1.2rem;
    padding: 1em 2em 1em 1em;
}
ul.uos-menu.uos-green > li > a,
ul.uos-menu > li.uos-green > a,
ul.uos-menu > li.uos-green.uos-menu-header > span,
ul.uos-menu.uos-green > li > span.instructure_file_holder,
ul.uos-menu > li.uos-green > span.instructure_file_holder{
    border-color:var(--uos-green);
}
ul.uos-menu.uos-purple > li > a,
ul.uos-menu > li.uos-purple > a,
ul.uos-menu > li.uos-purple.uos-menu-header > span,
ul.uos-menu.uos-purple > li > span.instructure_file_holder,
ul.uos-menu > li.uos-purple > span.instructure_file_holder{
    border-color: var(--uos-purple);
}
ul.uos-menu.uos-blue > li > a,
ul.uos-menu > li.uos-blue > a,
ul.uos-menu > li.uos-blue.uos-menu-header > span,
ul.uos-menu.uos-blue > li > span.instructure_file_holder,
ul.uos-menu > li.uos-blue > span.instructure_file_holder{
    border-color: var(--uos-blue);
}
ul.uos-menu.uos-red > li > a,
ul.uos-menu > li.uos-red > a,
ul.uos-menu > li.uos-red.uos-menu-header > span,
ul.uos-menu.uos-red > li > span.instructure_file_holder,
ul.uos-menu > li.uos-red > span.instructure_file_holder{
    border-color: var(--uos-red);
}
ul.uos-menu.uos-orange > li > a,
ul.uos-menu > li.uos-orange > a,
ul.uos-menu > li.uos-orange.uos-menu-header > span,
ul.uos-menu.uos-orange > li > span.instructure_file_holder,
ul.uos-menu > li.uos-orange > span.instructure_file_holder{
    border-color: var(--uos-orange);
}
ul.uos-menu.uos-yellow > li > a,
ul.uos-menu > li.uos-yellow > a,
ul.uos-menu > li.uos-yellow.uos-menu-header > span,
ul.uos-menu.uos-yellow > li > span.instructure_file_holder,
ul.uos-menu > li.uos-yellow > span.instructure_file_holder{
    border-color: var(--uos-yellow);
}
ul.uos-menu.uos-light-blue > li > a,
ul.uos-menu > li.uos-light-blue > a,
ul.uos-menu > li.uos-light-blue.uos-menu-header > span,
ul.uos-menu.uos-light-blue > li > span.instructure_file_holder,
ul.uos-menu > li.uos-light-blue > span.instructure_file_holder{
    border-color: var(--uos-light-blue);
}
ul.uos-menu.uos-pink > li > a,
ul.uos-menu > li.uos-pink > a,
ul.uos-menu > li.uos-pink.uos-menu-header > span,
ul.uos-menu.uos-pink > li > span.instructure_file_holder,
ul.uos-menu > li.uos-pink > span.instructure_file_holder{
    border-color: var(--uos-pink);
}
ul.uos-menu.uos-sw > li > a,
ul.uos-menu > li.uos-sw > a,
ul.uos-menu.uos-sw > li > span.instructure_file_holder,
ul.uos-menu > li.uos-sw > span.instructure_file_holder{
    border-color: var(--uos-primary-bgcolor);
    background: var(--uos-flint);
    color: var(--uos-font-light);
}
ul.uos-menu > li > a:hover,
ul.uos-menu > li > span.instructure_file_holder:hover{
    background:var(--uos-highlight-bgcolor);
}
ul.uos-menu.uos-sw > li > a:hover,
ul.uos-menu.uos-sw > li > span.instructure_file_holder:hover,
ul.uos-menu.uos-sw > li.uos-active > span:not(.uos-instructure_file_holder){
    border-color: var(--uos-primary-bgcolor);
    background: #D6D2C4;
    color: var(--uos-font-dark);
}
ul.uos-menu:not(.uos-sw) > li > a:after, 
ul.uos-menu:not(.uos-sw) > li > span.instructure_file_holder:after{
    content: ' ';
    position: absolute;
    display: block;
    box-sizing: border-box;
    right: 1em;
    bottom: 1.15em;
    width: 0.85em;
    height: 0.85em;
    border-right: 3px solid var(--uos-flint);
    border-bottom: 3px solid var(--uos-flint);
    transform: rotate(-45deg);
}
ul.uos-menu.uos-menu-icons > li > a,
ul.uos-menu.uos-menu-icons > li > span.uos-disabled,
ul.uos-menu.uos-menu-icons > li > span.instructure_file_holder{
    padding: 0.8em 2em 0.8em 4.5rem!important;
    border:none;
    background:var(--uos-primary-bgcolor);
    color:var(--uos-font-dark);
    content:" ";
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 4rem;
    line-height:2.25rem;
    position:relative;
}
ul.uos-menu.uos-menu-icons > li > span.instructure_file_holder{
    position:relative;
}
ul.uos-menu.uos-menu-icons > li > span.instructure_file_holder > a.instructure_file_link{
    text-decoration:none;
    cursor: pointer;
}
ul.uos-menu.uos-menu-icons > li > span.instructure_file_holder > a.instructure_file_link:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:100;
}
ul.uos-menu.uos-menu-icons > li > span.instructure_file_holder > a.file_preview_link{
    position:relative;
    z-index:101;
}
ul.uos-menu.uos-menu-icons > li > a:hover, 
ul.uos-menu.uos-menu-icons > li > span.instructure_file_holder:hover{
    background-color:var(--uos-secondary-bgcolor);
} 
ul.uos-menu.uos-menu-icons > li.uos-announcement > a,
ul.uos-menu.uos-menu-icons > li.uos-announcement > span.instructure_file_holder{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3ccircle cx='60' cy='60' r='60' fill='%23f1e2cc'/%3e%3cpath fill='%231f819b' d='M52.97 90.57H42.13l-4-20.52h10.84z'/%3e%3cpath fill='%230000bc' d='M35.59 56.15h11v14.17h-11z'/%3e%3cpath fill='%2300f' d='M35.59 41.98h11v14.17h-11z'/%3e%3cpath d='M35.59 56.15v14.16c-.15.01-.31.01-.46.01-7.82 0-14.17-6.35-14.17-14.17h14.63z' fill='%232696b5'/%3e%3cpath d='M35.59 41.99v14.16H20.96c0-7.83 6.35-14.17 14.17-14.17.15 0 .31 0 .46.01z' fill='%2329abe2'/%3e%3cpath fill='%232696b5' d='M81.86 56.15v25.17l-35.27-11V56.15z'/%3e%3cpath fill='%2329abe2' d='M81.86 30.98v25.17H46.59V41.98z'/%3e%3cpath fill='%230000bc' d='M81.11 56.15h11.15v27.28H81.11z'/%3e%3cpath fill='%2300f' d='M81.11 28.87h11.15v27.28H81.11z'/%3e%3c/svg%3e");
}
ul.uos-menu.uos-menu-icons > li.uos-assessment-info > a,
ul.uos-menu.uos-menu-icons > li.uos-assessment-info > span.instructure_file_holder{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3ccircle cx='60' cy='60' r='60' fill='%23e6f5c9'/%3e%3cpath d='M92.3 45.35L60 26.7 27.7 45.35v33.3L60 97.3l32.3-18.65v-33.3zM60 90.7L33.41 75.35l-.01-26.71L60 33.3l26.59 15.35.01 26.71L60 90.7z' fill='%23f79220'/%3e%3cpath fill='%23b3b3b3' d='M49.58 82.3L35 90.72l.01-16.83 14.57-8.43z'/%3e%3cpath fill='%23e6e6e6' d='M49.58 65.46l-14.57 8.43-14.59-8.43L35 57.04z'/%3e%3cpath fill='gray' d='M35 90.72L20.42 82.3V65.46l14.59 8.43z'/%3e%3cpath fill='%23b3b3b3' d='M99.58 82.3L85 90.72l.01-16.83 14.57-8.43z'/%3e%3cpath fill='%23e6e6e6' d='M99.58 65.46l-14.57 8.43-14.59-8.43L85 57.04z'/%3e%3cpath fill='gray' d='M85 90.72L70.42 82.3V65.46l14.59 8.43z'/%3e%3cpath fill='%23b3b3b3' d='M74.58 47.3L60 55.72l.01-16.83 14.57-8.43z'/%3e%3cpath fill='%23e6e6e6' d='M74.58 30.46l-14.57 8.43-14.59-8.43L60 22.04z'/%3e%3cpath fill='gray' d='M60 55.72L45.42 47.3V30.46l14.59 8.43z'/%3e%3cg%3e%3ccircle cx='60' cy='60' r='60' fill='%23fff2af'/%3e%3cpath fill='none' d='M100.99 57.11v-5.39M100.99 31.9v-2.7M100.99 48.72V34.9'/%3e%3cpath d='M31.51 45.61c0 1.82 1.48 3.3 3.3 3.3h66.18v3H34.81c-3.46 0-6.3-2.84-6.3-6.3v-7.22c0-3.47 2.84-6.3 6.3-6.3h66.18v3H34.81c-1.82 0-3.3 1.48-3.3 3.3v7.22z' fill='%23c02329'/%3e%3cpath d='M97.99 35.09V42H31.51v-3.61c0-1.82 1.48-3.3 3.3-3.3h63.18z' fill='%23eae1da'/%3e%3cpath d='M97.99 42v6.91H34.81c-1.82 0-3.3-1.48-3.3-3.3V42h66.48z' fill='%23d6d0cc'/%3e%3cpath fill='none' d='M117.99 57.11v-5.39M117.99 31.9v-2.7'/%3e%3cpath d='M24.51 65.61c0 1.82 1.48 3.3 3.3 3.3h66.18v3H27.81c-3.46 0-6.3-2.84-6.3-6.3v-7.22c0-3.47 2.84-6.3 6.3-6.3h66.18v3H27.81c-1.82 0-3.3 1.48-3.3 3.3v7.22z' fill='%2360b16c'/%3e%3cpath d='M90.99 55.09V62H24.51v-3.61c0-1.82 1.48-3.3 3.3-3.3h63.18z' fill='%23eae1da'/%3e%3cpath d='M90.99 62v6.91H27.81c-1.82 0-3.3-1.48-3.3-3.3V62h66.48z' fill='%23d6d0cc'/%3e%3cpath d='M21.51 85.61c0 1.82 1.48 3.3 3.3 3.3h72.18v3H24.81c-3.46 0-6.3-2.84-6.3-6.3v-7.22c0-3.47 2.84-6.3 6.3-6.3h72.18v3H24.81c-1.82 0-3.3 1.48-3.3 3.3v7.22z' fill='%231288be'/%3e%3cpath d='M93.99 75.09V82H21.51v-3.61c0-1.82 1.48-3.3 3.3-3.3h69.18z' fill='%23eae1da'/%3e%3cpath d='M93.99 82v6.91H24.81c-1.82 0-3.3-1.48-3.3-3.3V82h72.48z' fill='%23d6d0cc'/%3e%3cpath fill='%23dc45e0' d='M49.82 55.09v15.4l-1.73-1.58-4.83-4.42-4.52 4.42-1.61 1.58v-15.4z'/%3e%3cpath fill='%23f7921e' d='M87.03 42v19.18l-4.01-4-3.81 4V42z'/%3e%3c/g%3e%3cg%3e%3ccircle cx='60' cy='60' r='60' fill='%23cbd5e8'/%3e%3cpath d='M43.23 86.88c7.9-7.9 11.39-17.21 7.79-20.8-3.59-3.59-12.91-.1-20.8 7.79s-7.79 20.8-7.79 20.8 12.91.11 20.8-7.79z' fill='%23fc8a0b'/%3e%3cpath d='M43.95 82.56c6.8-6.8 10.2-14.41 7.61-17.01-2.6-2.6-10.21.81-17.01 7.61s-7.61 17.01-7.61 17.01 10.22-.81 17.01-7.61z' fill='%23eccf02'/%3e%3cpath d='M47.66 96.58s8.78-7.37 10.8-9.39c2.02-2.02 4-17.08 4-17.08l-11.89 6.06s-.41 5.8-.64 8.71-2.27 11.7-2.27 11.7z' fill='%238e2e38'/%3e%3cpath d='M20.53 69.45s7.37-8.78 9.39-10.8c2.02-2.02 17.08-4 17.08-4l-6.06 11.89s-5.8.41-8.71.64-11.7 2.27-11.7 2.27z' fill='%23c1272d'/%3e%3cpath d='M73.21 64.44a70.816 70.816 0 01-23.25 15.5l-3.56-3.56 6.36-12.03 26.41-26.41 7.59 7.59c-3.35 6.82-7.87 13.22-13.55 18.91z' fill='%23efefef'/%3e%3cpath d='M79.18 37.93L52.77 64.34 40.74 70.7l-3.56-3.56c3.46-8.46 8.63-16.38 15.5-23.25A70.917 70.917 0 0171.6 30.33l7.58 7.6z' fill='%23fff'/%3e%3cpath d='M86.76 45.52l-7.59-7.59 14.19-14.19c-1 7.49-3.2 14.85-6.6 21.78z' fill='%238e2e38'/%3e%3cpath d='M93.37 23.74L79.18 37.93l-7.59-7.59a71.207 71.207 0 0121.78-6.6zM52.77 64.34L30.83 86.28l1.87-2.94 8.03-12.63z' fill='%23c1272d'/%3e%3cpath fill='%238e2e38' d='M46.4 76.38l-12.63 8.03-2.94 1.87 21.94-21.94z'/%3e%3ccircle cx='69.27' cy='47.84' r='7.93' fill='%23c1272d'/%3e%3ccircle cx='69.27' cy='47.84' r='5.87' fill='%2329abe2'/%3e%3cpath fill='none' d='M93.37 23.74l4.2-4.2'/%3e%3c/g%3e%3cg%3e%3ccircle cx='60' cy='60' r='60' fill='%23cbbe81'/%3e%3cpath d='M60 24.39c-12.5 0-22.63 10.13-22.63 22.62 0 12.5 10.13 22.63 22.63 22.63s22.63-10.13 22.63-22.63c0-12.49-10.13-22.62-22.63-22.62zm0 39.54c-9.23 0-16.7-7.48-16.7-16.7 0-9.23 7.47-16.71 16.7-16.71S76.7 38 76.7 47.23c0 9.22-7.47 16.7-16.7 16.7z' fill='%23666'/%3e%3cpath d='M87.77 92.27H32.23c-1.59 0-2.89-1.3-2.89-2.89V50.12c0-1.59 1.3-2.89 2.89-2.89h55.54c1.59 0 2.89 1.3 2.89 2.89v39.26c0 1.58-1.3 2.89-2.89 2.89z' fill='%23f2f2f2'/%3e%3cpath d='M67.08 66.79a7.07 7.07 0 01-3.7 6.22v5.09c0 1.86-1.52 3.38-3.38 3.38s-3.38-1.52-3.38-3.38v-5.09a7.07 7.07 0 01-3.7-6.22c0-3.92 3.17-7.09 7.08-7.09s7.08 3.17 7.08 7.09z' fill='%234d4d4d'/%3e%3c/g%3e%3cg%3e%3ccircle cx='60' cy='60' r='60' fill='%23e7caea'/%3e%3cpath d='M84.18 95.97H35.96c-.96 0-1.74-.78-1.74-1.74V35.86c0-.96.78-1.74 1.74-1.74h48.22c.96 0 1.74.78 1.74 1.74v58.37c0 .95-.78 1.74-1.74 1.74z' fill='%23603813'/%3e%3cpath d='M79.23 91.21H40.29c-.63 0-1.15-.52-1.15-1.15V42.24c0-.63.52-1.15 1.15-1.15h38.94c.63 0 1.15.52 1.15 1.15v47.82c-.01.63-.52 1.15-1.15 1.15z' fill='%23fff'/%3e%3cpath d='M75.36 57.3H45.21a.781.781 0 010-1.56h30.16c.43 0 .78.35.78.78-.01.43-.36.78-.79.78z' fill='%238c8c8c'/%3e%3cpath d='M74.03 32v12.21H46.12V32h5.67c.33-4.29 3.91-7.67 8.28-7.67 4.38 0 7.96 3.38 8.28 7.67h5.68z' fill='%23a59526'/%3e%3cpath d='M75.36 62.3H45.21a.781.781 0 010-1.56h30.16c.43 0 .78.35.78.78-.01.43-.36.78-.79.78zM54.36 67.3H45.2a.781.781 0 010-1.56h9.16a.781.781 0 010 1.56zM75.36 67.3H60.21a.781.781 0 010-1.56h15.16c.43 0 .78.35.78.78-.01.43-.36.78-.79.78zM66.21 72.3h9.16a.781.781 0 000-1.56h-9.16a.781.781 0 000 1.56zM45.21 72.3h15.16a.781.781 0 000-1.56H45.21a.781.781 0 000 1.56z' fill='%238c8c8c'/%3e%3c/g%3e%3cg%3e%3ccircle cx='60' cy='60' r='60' fill='%23fdcdac'/%3e%3cpath fill='%23666' d='M31.21 52.38h59.21v38.83H31.21z'/%3e%3cpath fill='%234d4d4d' d='M90.42 91.21H31.21l59.21-38.83z'/%3e%3cpath fill='%23f2f2f2' d='M53.57 80.27v-13.8l16.02 6.9zM28.04 47.76h64.7v10.67h-64.7z'/%3e%3cpath fill='%23333' d='M38.97 47.75L28.45 58.43h-.41V47.75zM59.97 47.75L49.45 58.43h-9.09l10.52-10.68zM80.97 47.75L70.45 58.43h-9.09l10.52-10.68zM92.74 47.89v10.54H82.36z'/%3e%3cg%3e%3cpath fill='%23f2f2f2' d='M26.255 37.184l63.75-11.07 1.825 10.513-63.749 11.07z'/%3e%3cpath fill='%23333' d='M37.02 35.31l-8.53 12.32-.41.07-1.82-10.52zM57.71 31.72l-8.53 12.32-8.96 1.55 8.54-12.32zM78.41 28.13l-8.54 12.32L60.91 42l8.54-12.32zM90.03 26.25l1.8 10.38-10.23 1.78z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3ccircle cx='60' cy='60' r='60' fill='%23cdc7ff'/%3e%3cpath d='M60 84.35v1.57H19.82v-6.96h34.79c2.97 0 5.39 2.41 5.39 5.39zM100.18 78.96v6.96H60v-1.57c0-2.98 2.42-5.39 5.39-5.39h34.79z' fill='%23cbbe87'/%3e%3cpath d='M100.18 34.96v44H65.39c-2.97 0-5.39 2.41-5.39 5.39v-44c0-2.98 2.42-5.39 5.39-5.39h34.79z' fill='%23f2f2f2'/%3e%3cpath d='M60 40.35v44c0-2.98-2.42-5.39-5.39-5.39H19.82v-44h34.79c2.97 0 5.39 2.41 5.39 5.39z' fill='%23e6e6e6'/%3e%3cpath fill='none' d='M60 103.26V85.92M60 40.35V26.71'/%3e%3cpath d='M55.9 74.19H25.45c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79H55.9c.44 0 .79.36.79.79 0 .43-.36.79-.79.79zM55.9 68.85H40.34c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79H55.9c.44 0 .79.36.79.79 0 .44-.36.79-.79.79zM55.9 63.52H25.45c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79H55.9c.44 0 .79.36.79.79 0 .43-.36.79-.79.79zM55.9 52.85H38.45c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79H55.9c.44 0 .79.36.79.79 0 .44-.36.79-.79.79zM46.73 47.52h-8.28c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79h8.28c.44 0 .79.36.79.79 0 .43-.35.79-.79.79zM55.9 42.19H38.45c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79H55.9c.44 0 .79.36.79.79 0 .43-.36.79-.79.79zM86.63 68.85h-7.91c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79h7.91c.44 0 .79.36.79.79 0 .44-.36.79-.79.79zM95.9 63.52H78.78c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79H95.9c.44 0 .79.36.79.79 0 .43-.36.79-.79.79zM95.9 58.19H85.08c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79H95.9c.44 0 .79.36.79.79 0 .43-.36.79-.79.79zM75.56 52.85H64.93c-.15 0-.28-.36-.28-.79 0-.44.12-.79.28-.79h10.63M95.9 47.52H65.45c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79H95.9M95.9 42.19H65.45c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79H95.9M40.77 58.19H25.45c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79h15.32c.44 0 .79.36.79.79 0 .43-.36.79-.79.79zM55.9 58.19H45.54c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79H55.9c.44 0 .79.36.79.79 0 .43-.36.79-.79.79z' fill='%238f8f8f'/%3e%3cpath d='M55.9 58.19H45.54c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79H55.9c.44 0 .79.36.79.79 0 .43-.36.79-.79.79zM35.74 68.85H25.45c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79h10.29c.44 0 .79.36.79.79 0 .44-.36.79-.79.79zM55.9 47.52h-4.53c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79h4.53c.44 0 .79.36.79.79 0 .43-.36.79-.79.79z' fill='%238f8f8f'/%3e%3ctext transform='translate(24.76 52.46)' fill='%238f8f8f' font-family='Arial-BoldMT' font-size='17'%3eE­%3c/text%3e%3cpath d='M95.9 52.85H79.07c-.24 0-.44-.36-.44-.79 0-.44.2-.79.44-.79H95.9M80.58 58.19H65.45c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79h15.13c.44 0 .79.36.79.79 0 .43-.35.79-.79.79zM95.9 68.85h-5.79c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79h5.79c.44 0 .79.36.79.79 0 .44-.36.79-.79.79zM95.9 74.19H78.71c-.44 0-.79-.36-.79-.79 0-.44.36-.79.79-.79H95.9c.44 0 .79.36.79.79 0 .43-.36.79-.79.79zM74.34 74.56h-8.65c-.68 0-1.22-.55-1.22-1.22v-9.61c0-.68.55-1.22 1.22-1.22h8.65c.68 0 1.22.55 1.22 1.22v9.61c0 .67-.55 1.22-1.22 1.22z' fill='%238f8f8f'/%3e%3cpath fill='%23f78f17' d='M76.57 34.96V53.7l-2.54-3-2.54 3V34.96z'/%3e%3c/g%3e%3cg%3e%3ccircle cx='60' cy='60' r='60' fill='%23f4cae3'/%3e%3cpath d='M45.64 33.33v31.85c0 1.59 1.3 2.9 2.89 2.9h34l9.42 9.09v-9.09h6.83c1.59 0 2.89-1.31 2.89-2.9V33.33c0-1.59-1.3-2.89-2.89-2.89H48.53c-1.59 0-2.89 1.3-2.89 2.89z' fill='%23b456ff'/%3e%3cpath d='M76.67 50.33v31.85c0 1.59-1.3 2.9-2.89 2.9h-34l-9.42 9.09v-9.09h-6.83c-1.59 0-2.89-1.31-2.89-2.9V50.33c0-1.59 1.3-2.89 2.89-2.89h50.25c1.59 0 2.89 1.3 2.89 2.89z' fill='%23e87f15'/%3e%3cpath d='M66.31 61.56H31.46c-1.28 0-2.33-1.05-2.33-2.33v-.37c0-1.28 1.05-2.33 2.33-2.33h34.85c1.28 0 2.33 1.05 2.33 2.33v.37c0 1.29-1.05 2.33-2.33 2.33zM47.95 75.6h-16.5c-1.28 0-2.33-1.05-2.33-2.33v-.37c0-1.28 1.05-2.33 2.33-2.33h16.5c1.28 0 2.33 1.05 2.33 2.33v.37c0 1.29-1.05 2.33-2.33 2.33zM57.49 75.6h.08c-1.38 0-2.51-1.13-2.51-2.51s1.13-2.51 2.51-2.51h-.08c1.38 0 2.51 1.13 2.51 2.51s-1.13 2.51-2.51 2.51zM66.12 75.6h.08c-1.38 0-2.51-1.13-2.51-2.51s1.13-2.51 2.51-2.51h-.08c1.38 0 2.51 1.13 2.51 2.51.01 1.38-1.12 2.51-2.51 2.51zM85.05 51.48v-13.5c0-1.28 1.05-2.33 2.33-2.33h.37c1.28 0 2.33 1.05 2.33 2.33v13.5c0 1.28-1.05 2.33-2.33 2.33h-.37c-1.28-.01-2.33-1.05-2.33-2.33zM85.05 60.01v.08c0-1.38 1.13-2.51 2.51-2.51s2.51 1.13 2.51 2.51v-.08c0 1.38-1.13 2.51-2.51 2.51s-2.51-1.13-2.51-2.51z' fill='%23fff'/%3e%3c/g%3e%3cg%3e%3ccircle cx='60' cy='60' r='60' fill='%23b3e1cd'/%3e%3cpath fill='%23fff' d='M30.15 26.5h52.23v67.24H30.15z'/%3e%3cpath fill='%23e8b71c' d='M46.55 66.44l3.01 6.1 6.73.98-4.87 4.74 1.15 6.7-6.02-3.16-6.01 3.16 1.14-6.7-4.86-4.74 6.72-.98z'/%3e%3cpath d='M72.39 39.19H40.46c-1.28 0-2.33-1.05-2.33-2.33s1.05-2.33 2.33-2.33h31.93c1.28 0 2.33 1.05 2.33 2.33-.01 1.28-1.06 2.33-2.33 2.33zM55.39 52.19H40.46c-1.28 0-2.33-1.05-2.33-2.33s1.05-2.33 2.33-2.33h14.93c1.28 0 2.33 1.05 2.33 2.33-.01 1.28-1.06 2.33-2.33 2.33zM64.39 52.19h.07c-1.28 0-2.33-1.05-2.33-2.33s1.05-2.33 2.33-2.33h-.07c1.28 0 2.33 1.05 2.33 2.33-.01 1.28-1.06 2.33-2.33 2.33zM72.39 52.19h.07c-1.28 0-2.33-1.05-2.33-2.33s1.05-2.33 2.33-2.33h-.07c1.28 0 2.33 1.05 2.33 2.33-.01 1.28-1.06 2.33-2.33 2.33z' fill='gray'/%3e%3cpath fill='%23535353' d='M90.786 44.139l3.643-3.905 5.257 4.905-3.643 3.905z'/%3e%3cpath fill='%23ff4506' d='M61.673 75.333L90.776 44.14l5.257 4.905-29.102 31.193z'/%3e%3cpath fill='%23f1eb31' d='M58.82 83.61l2.86-8.28 5.25 4.9'/%3e%3cpath fill='%23cc522b' d='M62.975 76.547l29.103-31.193 2.654 2.477-29.103 31.193z'/%3e%3cpath fill='%232e2e2d' d='M93.385 46.565l3.643-3.905 2.654 2.477-3.643 3.904z'/%3e%3cpath fill='%23c9c34f' d='M58.82 83.61l5.46-5.85 2.65 2.47'/%3e%3c/g%3e%3cg%3e%3ccircle cx='60' cy='60' r='60' fill='%23f1e2cc'/%3e%3cpath fill='%231f819b' d='M52.97 90.57H42.13l-4-20.52h10.84z'/%3e%3cpath fill='%230000bc' d='M35.59 56.15h11v14.17h-11z'/%3e%3cpath fill='%2300f' d='M35.59 41.98h11v14.17h-11z'/%3e%3cpath d='M35.59 56.15v14.16c-.15.01-.31.01-.46.01-7.82 0-14.17-6.35-14.17-14.17h14.63z' fill='%232696b5'/%3e%3cpath d='M35.59 41.99v14.16H20.96c0-7.83 6.35-14.17 14.17-14.17.15 0 .31 0 .46.01z' fill='%2329abe2'/%3e%3cpath fill='%232696b5' d='M81.86 56.15v25.17l-35.27-11V56.15z'/%3e%3cpath fill='%2329abe2' d='M81.86 30.98v25.17H46.59V41.98z'/%3e%3cpath fill='%230000bc' d='M81.11 56.15h11.15v27.28H81.11z'/%3e%3cpath fill='%2300f' d='M81.11 28.87h11.15v27.28H81.11z'/%3e%3c/g%3e%3cg%3e%3ccircle cx='60' cy='60' r='60' fill='%23eff1e4'/%3e%3cpath d='M95.9 60c0 19.96-16.07 36.15-35.9 36.15-6.63 0-12.85-1.81-18.18-4.98l-12.24 4.01c-1.81.59-3.5-1.16-2.84-2.95l4.12-11.12A36.138 36.138 0 0124.1 60c0-19.96 16.07-36.15 35.9-36.15S95.9 40.04 95.9 60z' fill='%23998675'/%3e%3cpath d='M67.27 81.73H53.62v-1.89c.44-.04.89-.08 1.36-.11.47-.04.87-.11 1.22-.23.53-.17.93-.47 1.19-.9.26-.43.39-.99.39-1.68V59.46c0-.61-.14-1.17-.42-1.68a3.61 3.61 0 00-1.16-1.27c-.36-.23-.89-.42-1.58-.59-.69-.16-1.32-.26-1.89-.3v-1.89l9.98-.63.4.4v23.06c0 .67.13 1.22.38 1.66.26.44.66.76 1.21.98.42.17.83.31 1.22.42.4.11.85.18 1.34.22v1.89zm-3.58-39.79c0 1.09-.36 2.04-1.08 2.85-.72.81-1.6 1.22-2.65 1.22-.98 0-1.82-.39-2.54-1.16-.72-.77-1.08-1.66-1.08-2.65 0-1.05.36-1.97 1.08-2.75.72-.78 1.56-1.18 2.54-1.18 1.09 0 1.98.37 2.68 1.1.7.74 1.05 1.6 1.05 2.57z' fill='%23fff'/%3e%3c/g%3e%3c/svg%3e");
} 
ul.uos-menu.uos-menu-icons > li.uos-assignment > a,
ul.uos-menu.uos-menu-icons > li.uos-assignment > span.instructure_file_holder{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3ccircle cx='60' cy='60' r='60' fill='%23b3e1cd'/%3e%3cpath fill='%23fff' d='M30.15 26.5h52.23v67.24H30.15z'/%3e%3cpath fill='%23e8b71c' d='M46.55 66.44l3.01 6.1 6.73.98-4.87 4.74 1.15 6.7-6.02-3.16-6.01 3.16 1.14-6.7-4.86-4.74 6.72-.98z'/%3e%3cpath d='M72.39 39.19H40.46c-1.28 0-2.33-1.05-2.33-2.33s1.05-2.33 2.33-2.33h31.93c1.28 0 2.33 1.05 2.33 2.33-.01 1.28-1.06 2.33-2.33 2.33zM55.39 52.19H40.46c-1.28 0-2.33-1.05-2.33-2.33s1.05-2.33 2.33-2.33h14.93c1.28 0 2.33 1.05 2.33 2.33-.01 1.28-1.06 2.33-2.33 2.33zM64.39 52.19h.07c-1.28 0-2.33-1.05-2.33-2.33s1.05-2.33 2.33-2.33h-.07c1.28 0 2.33 1.05 2.33 2.33-.01 1.28-1.06 2.33-2.33 2.33zM72.39 52.19h.07c-1.28 0-2.33-1.05-2.33-2.33s1.05-2.33 2.33-2.33h-.07c1.28 0 2.33 1.05 2.33 2.33-.01 1.28-1.06 2.33-2.33 2.33z' fill='gray'/%3e%3cpath fill='%23535353' d='M90.786 44.139l3.643-3.905 5.257 4.905-3.643 3.905z'/%3e%3cpath fill='%23ff4506' d='M61.673 75.333L90.776 44.14l5.257 4.905-29.102 31.193z'/%3e%3cpath fill='%23f1eb31' d='M58.82 83.61l2.86-8.28 5.25 4.9'/%3e%3cpath fill='%23cc522b' d='M62.975 76.547l29.103-31.193 2.654 2.477-29.103 31.193z'/%3e%3cpath fill='%232e2e2d' d='M93.385 46.565l3.643-3.905 2.654 2.477-3.643 3.904z'/%3e%3cpath fill='%23c9c34f' d='M58.82 83.61l5.46-5.85 2.65 2.47'/%3e%3c/svg%3e");
}
ul.uos-menu.uos-menu-icons > li.uos-contacts > a,
ul.uos-menu.uos-menu-icons > li.uos-contacts > span.instructure_file_holder{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3ccircle cx='60' cy='60' r='60' fill='%23d3dced'/%3e%3cpath d='M58.54 76.72c1.67 2.04.65 5.12-1.93 5.75-6.56 1.62-14.24 2.55-22.44 2.55s-15.87-.93-22.44-2.55c-2.57-.64-3.6-3.71-1.93-5.75 4.67-5.7 13.83-9.57 24.36-9.57s19.71 3.87 24.38 9.57z' fill='%23147c7c'/%3e%3cpath fill='%23d1b08a' d='M40.49 67.75l-6.21 6.55-6.71-6.55V59.7h12.92z'/%3e%3cellipse cx='23.51' cy='51.66' rx='2.25' ry='3.87' fill='%23c69c6d'/%3e%3cellipse cx='44.55' cy='51.66' rx='2.25' ry='3.87' fill='%23c69c6d'/%3e%3cpath d='M35.03 57.32h-1.7c-6.14 0-11.17-5.03-11.17-11.17s5.03-11.17 11.17-11.17h1.7c6.14 0 11.17 5.03 11.17 11.17s-5.03 11.17-11.17 11.17z' fill='%232a2421'/%3e%3cellipse cx='34.03' cy='51.81' rx='10.67' ry='13.26' fill='%23dac0a1'/%3e%3cellipse cx='34.03' cy='40.41' rx='7.97' ry='2.21' fill='%232a2421'/%3e%3cg%3e%3cpath d='M111.38 76.72c1.67 2.04.65 5.12-1.93 5.75-6.56 1.62-14.24 2.55-22.44 2.55s-15.87-.93-22.44-2.55c-2.57-.64-3.6-3.71-1.93-5.75 4.67-5.7 13.83-9.57 24.36-9.57s19.72 3.87 24.38 9.57z' fill='%233d8aab'/%3e%3cpath d='M99.04 66.8c-.16.11-.32.21-.49.31-2.3 1.33-5.85 1.66-8.54.39.37-.2.72-.43 1.06-.7h-8.58c.34.29.7.55 1.06.77-.06.04-.13.07-.2.1-1.38.6-4.48.1-5.77-.08-.8-.11-1.53-.38-2.18-.79-3.24-2.02-4.46-7.49-3.49-14.19 1.08-7.53 5.3-13.36 9.84-13.44.71-.89 1.54-1.64 2.38-2.13 5.17-2.99 12.6 1.32 16.58 9.63 3.85 8.03 3.07 16.86-1.67 20.13z' fill='%23534741'/%3e%3cpath fill='%23736357' d='M93.33 67.75l-6.2 6.55-6.72-6.55V59.7h12.92z'/%3e%3cellipse cx='76.35' cy='51.66' rx='2.25' ry='3.87' fill='%23d3b284'/%3e%3cellipse cx='97.39' cy='51.66' rx='2.25' ry='3.87' fill='%23d3b284'/%3e%3cpath d='M89.67 52.73c-.59 4.9-3.1 8.89-6.26 10.54-3.16-1.64-5.68-5.63-6.27-10.53-.77-6.37 1.99-12.03 6.27-13.21 4.27 1.19 7.02 6.84 6.26 13.2z' fill='%23665c4f'/%3e%3cellipse cx='86.87' cy='51.9' rx='10.67' ry='13.35' fill='%23998675'/%3e%3cpath d='M83.54 67.57c-1.25.77-4.61.21-5.97.02-4.85-.68-6.83-6.95-5.67-14.98 1.15-8 5.84-14.08 10.69-13.4.33.05.64.12.96.22-4.33 1.41-7.12 8.1-6.34 15.66.59 5.81 3.14 10.54 6.33 12.48z' fill='%23534741'/%3e%3cpath d='M98.55 67.11c-2.3 1.33-5.86 1.66-8.54.39 3.94-2.16 5.92-7.88 5.92-14.06 0-8.09-3.16-13.32-9.06-13.32-2.44 0-5.1.24-6.89 2.13.76-2.1 2.42-4.23 4.14-5.22 5.17-2.99 12.6 1.32 16.58 9.62 2.31 4.8 2.96 9.89 2.09 13.91-.63 2.94-2.06 5.29-4.24 6.55z' fill='%23534741'/%3e%3cpath fill='none' d='M100.21 66.8h-1.17'/%3e%3c/g%3e%3c/svg%3e");
}  
ul.uos-menu.uos-menu-icons > li.uos-discussion > a,
ul.uos-menu.uos-menu-icons > li.uos-discussion > span.instructure_file_holder{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3ccircle cx='60' cy='60' r='60' fill='%23f4cae3'/%3e%3cpath d='M45.64 33.33v31.85c0 1.59 1.3 2.9 2.89 2.9h34l9.42 9.09v-9.09h6.83c1.59 0 2.89-1.31 2.89-2.9V33.33c0-1.59-1.3-2.89-2.89-2.89H48.53c-1.59 0-2.89 1.3-2.89 2.89z' fill='%23b456ff'/%3e%3cpath d='M76.67 50.33v31.85c0 1.59-1.3 2.9-2.89 2.9h-34l-9.42 9.09v-9.09h-6.83c-1.59 0-2.89-1.31-2.89-2.9V50.33c0-1.59 1.3-2.89 2.89-2.89h50.25c1.59 0 2.89 1.3 2.89 2.89z' fill='%23e87f15'/%3e%3cpath d='M66.31 61.56H31.46c-1.28 0-2.33-1.05-2.33-2.33v-.37c0-1.28 1.05-2.33 2.33-2.33h34.85c1.28 0 2.33 1.05 2.33 2.33v.37c0 1.29-1.05 2.33-2.33 2.33zM47.95 75.6h-16.5c-1.28 0-2.33-1.05-2.33-2.33v-.37c0-1.28 1.05-2.33 2.33-2.33h16.5c1.28 0 2.33 1.05 2.33 2.33v.37c0 1.29-1.05 2.33-2.33 2.33zM57.49 75.6h.08c-1.38 0-2.51-1.13-2.51-2.51s1.13-2.51 2.51-2.51h-.08c1.38 0 2.51 1.13 2.51 2.51s-1.13 2.51-2.51 2.51zM66.12 75.6h.08c-1.38 0-2.51-1.13-2.51-2.51s1.13-2.51 2.51-2.51h-.08c1.38 0 2.51 1.13 2.51 2.51.01 1.38-1.12 2.51-2.51 2.51zM85.05 51.48v-13.5c0-1.28 1.05-2.33 2.33-2.33h.37c1.28 0 2.33 1.05 2.33 2.33v13.5c0 1.28-1.05 2.33-2.33 2.33h-.37c-1.28-.01-2.33-1.05-2.33-2.33zM85.05 60.01v.08c0-1.38 1.13-2.51 2.51-2.51s2.51 1.13 2.51 2.51v-.08c0 1.38-1.13 2.51-2.51 2.51s-2.51-1.13-2.51-2.51z' fill='%23fff'/%3e%3c/svg%3e");
} 
ul.uos-menu.uos-menu-icons > li.uos-ebook > a,
ul.uos-menu.uos-menu-icons > li.uos-ebook > span.instructure_file_holder{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3ccircle cx='60' cy='60' r='60' fill='%23cdc7ff'/%3e%3cpath d='M60 84.3v1.6H19.8v-7h34.8c3 .1 5.4 2.5 5.4 5.4zM100.2 79v7H60v-1.6c0-3 2.4-5.4 5.4-5.4h34.8z' fill='%23cbbe87'/%3e%3cpath d='M100.2 35v44H65.4c-3 0-5.4 2.4-5.4 5.4v-44c0-3 2.4-5.4 5.4-5.4h34.8z' fill='%23f2f2f2'/%3e%3cpath d='M60 40.3v44c0-3-2.4-5.4-5.4-5.4H19.8V35h34.8c3 0 5.4 2.4 5.4 5.3z' fill='%23e6e6e6'/%3e%3cpath d='M55.9 74.2H25.5c-.4 0-.8-.4-.8-.8s.4-.8.8-.8H56c.4 0 .8.4.8.8-.1.4-.5.8-.9.8zM55.9 68.8H40.3c-.4 0-.8-.4-.8-.8s.4-.8.8-.8h15.6c.4 0 .8.4.8.8 0 .5-.4.8-.8.8zM55.9 63.5H25.5c-.4 0-.8-.4-.8-.8s.4-.8.8-.8H56c.4 0 .8.4.8.8-.1.5-.5.8-.9.8zM55.9 52.8H38.5c-.4 0-.8-.4-.8-.8s.4-.8.8-.8H56c.4 0 .8.4.8.8-.1.5-.5.8-.9.8zM46.7 47.5h-8.3c-.4 0-.8-.4-.8-.8s.4-.8.8-.8h8.3c.4 0 .8.4.8.8 0 .5-.3.8-.8.8zM55.9 42.2H38.5c-.4 0-.8-.4-.8-.8s.4-.8.8-.8H56c.4 0 .8.4.8.8-.1.4-.5.8-.9.8zM86.6 68.8h-7.9c-.4 0-.8-.4-.8-.8s.4-.8.8-.8h7.9c.4 0 .8.4.8.8 0 .5-.3.8-.8.8zM95.9 63.5H78.8c-.4 0-.8-.4-.8-.8s.4-.8.8-.8h17.1c.4 0 .8.4.8.8 0 .5-.4.8-.8.8zM95.9 58.2H85.1c-.4 0-.8-.4-.8-.8s.4-.8.8-.8h10.8c.4 0 .8.4.8.8s-.4.8-.8.8zM75.6 52.8H64.9c-.2 0-.3-.4-.3-.8s.1-.8.3-.8h10.6M95.9 47.5H65.4c-.4 0-.8-.4-.8-.8s.4-.8.8-.8h30.5M95.9 42.2H65.4c-.4 0-.8-.4-.8-.8s.4-.8.8-.8h30.5M40.8 58.2H25.5c-.4 0-.8-.4-.8-.8s.4-.8.8-.8h15.3c.4 0 .8.4.8.8s-.4.8-.8.8zM55.9 58.2H45.5c-.4 0-.8-.4-.8-.8s.4-.8.8-.8h10.4c.4 0 .8.4.8.8s-.4.8-.8.8z' fill='%238f8f8f'/%3e%3cpath d='M55.9 58.2H45.5c-.4 0-.8-.4-.8-.8s.4-.8.8-.8h10.4c.4 0 .8.4.8.8s-.4.8-.8.8zM35.7 68.8H25.5c-.4 0-.8-.4-.8-.8s.4-.8.8-.8h10.3c.4 0 .8.4.8.8-.1.5-.4.8-.9.8zM55.9 47.5h-4.5c-.4 0-.8-.4-.8-.8s.4-.8.8-.8h4.5c.4 0 .8.4.8.8 0 .5-.4.8-.8.8zM26 52.5V40.3h9v2.1h-6.6V45h6.1v2h-6.1v3.3h6.8v2.1H26zM95.9 52.8H79.1c-.2 0-.4-.4-.4-.8s.2-.8.4-.8h16.8M80.6 58.2H65.4c-.4 0-.8-.4-.8-.8s.4-.8.8-.8h15.1c.4 0 .8.4.8.8.1.4-.3.8-.7.8zM95.9 68.8h-5.8c-.4 0-.8-.4-.8-.8s.4-.8.8-.8h5.8c.4 0 .8.4.8.8 0 .5-.4.8-.8.8zM95.9 74.2H78.7c-.4 0-.8-.4-.8-.8s.4-.8.8-.8h17.2c.4 0 .8.4.8.8s-.4.8-.8.8zM74.3 74.6h-8.7c-.7 0-1.2-.6-1.2-1.2v-9.6c0-.7.6-1.2 1.2-1.2h8.7c.7 0 1.2.5 1.2 1.2v9.6c.1.6-.5 1.2-1.2 1.2z' fill='%238f8f8f'/%3e%3cpath fill='%23f78f17' d='M76.6 35v18.7l-2.6-3-2.5 3V35z'/%3e%3c/svg%3e");
} 
ul.uos-menu.uos-menu-icons > li.uos-lecturerecording > a,
ul.uos-menu.uos-menu-icons > li.uos-lecturerecording > span.instructure_file_holder{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3ccircle cx='60' cy='60' r='60' fill='%23fdcdac'/%3e%3cpath fill='%23666' d='M31.21 52.38h59.21v38.83H31.21z'/%3e%3cpath fill='%234d4d4d' d='M90.42 91.21H31.21l59.21-38.83z'/%3e%3cpath fill='%23f2f2f2' d='M53.57 80.27v-13.8l16.02 6.9zM28.04 47.76h64.7v10.67h-64.7z'/%3e%3cpath fill='%23333' d='M38.97 47.75L28.45 58.43h-.41V47.75zM59.97 47.75L49.45 58.43h-9.09l10.52-10.68zM80.97 47.75L70.45 58.43h-9.09l10.52-10.68zM92.74 47.89v10.54H82.36z'/%3e%3cg%3e%3cpath fill='%23f2f2f2' d='M26.255 37.184l63.75-11.07 1.825 10.513-63.749 11.07z'/%3e%3cpath fill='%23333' d='M37.02 35.31l-8.53 12.32-.41.07-1.82-10.52zM57.71 31.72l-8.53 12.32-8.96 1.55 8.54-12.32zM78.41 28.13l-8.54 12.32L60.91 42l8.54-12.32zM90.03 26.25l1.8 10.38-10.23 1.78z'/%3e%3c/g%3e%3c/svg%3e");
} 
ul.uos-menu.uos-menu-icons > li.uos-module-info > a,
ul.uos-menu.uos-menu-icons > li.uos-module-info > span.instructure_file_holder{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3ccircle cx='60' cy='60' r='60' fill='%23e7caea'/%3e%3cpath d='M84.18 95.97H35.96c-.96 0-1.74-.78-1.74-1.74V35.86c0-.96.78-1.74 1.74-1.74h48.22c.96 0 1.74.78 1.74 1.74v58.37c0 0.95-.78 1.74-1.74 1.74z' fill='%23603813'/%3e%3cpath d='M79.23 91.21H40.29c-.63 0-1.15-.52-1.15-1.15V42.24c0-.63.52-1.15 1.15-1.15h38.94c.63 0 1.15.52 1.15 1.15v47.82c-.01.63-.52 1.15-1.15 1.15z' fill='%23fff'/%3e%3cpath d='M75.36 57.3H45.21a.781.781 0 010-1.56h30.16c.43 0 0.78.35.78.78-.01.43-.36.78-.79.78z' fill='%238c8c8c'/%3e%3cpath d='M74.03 32v12.21H46.12V32h5.67c.33-4.29 3.91-7.67 8.28-7.67 4.38 0 7.96 3.38 8.28 7.67h5.68z' fill='%23a59526'/%3e%3cpath d='M75.36 62.3H45.21a.781.781 0 010-1.56h30.16c.43 0 0.78.35.78.78-.01.43-.36.78-.79.78zM54.36 67.3H45.2a.781.781 0 010-1.56h9.16a.781.781 0 010 1.56zM75.36 67.3H60.21a.781.781 0 010-1.56h15.16c.43 0 0.78.35.78.78-.01.43-.36.78-.79.78zM66.21 72.3h9.16a.781.781 0 000-1.56h-9.16a.781.781 0 000 1.56zM45.21 72.3h15.16a.781.781 0 000-1.56H45.21a.781.781 0 000 1.56z' fill='%238c8c8c'/%3e%3c/svg%3e");
} 
ul.uos-menu.uos-menu-icons > li.uos-policy > a,
ul.uos-menu.uos-menu-icons > li.uos-policy > span.instructure_file_holder{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3ccircle cx='60' cy='60' r='60' fill='%23cbbe81'/%3e%3cpath d='M60 24.39c-12.5 0-22.63 10.13-22.63 22.62 0 12.5 10.13 22.63 22.63 22.63s22.63-10.13 22.63-22.63c0-12.49-10.13-22.62-22.63-22.62zm0 39.54c-9.23 0-16.7-7.48-16.7-16.7 0-9.23 7.47-16.71 16.7-16.71S76.7 38 76.7 47.23c0 9.22-7.47 16.7-16.7 16.7z' fill='%23666'/%3e%3cpath d='M87.77 92.27H32.23c-1.59 0-2.89-1.3-2.89-2.89V50.12c0-1.59 1.3-2.89 2.89-2.89h55.54c1.59 0 2.89 1.3 2.89 2.89v39.26c0 1.58-1.3 2.89-2.89 2.89z' fill='%23f2f2f2'/%3e%3cpath d='M67.08 66.79a7.07 7.07 0 01-3.7 6.22v5.09c0 1.86-1.52 3.38-3.38 3.38s-3.38-1.52-3.38-3.38v-5.09a7.07 7.07 0 01-3.7-6.22c0-3.92 3.17-7.09 7.08-7.09s7.08 3.17 7.08 7.09z' fill='%234d4d4d'/%3e%3c/svg%3e");
}
ul.uos-menu.uos-menu-icons > li.uos-quizzes > a,
ul.uos-menu.uos-menu-icons > li.uos-quizzes > span.instructure_file_holder{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3ccircle cx='60' cy='60' r='60' fill='%23cbd5e8'/%3e%3cpath d='M43.23 86.88c7.9-7.9 11.39-17.21 7.79-20.8-3.59-3.59-12.91-.1-20.8 7.79s-7.79 20.8-7.79 20.8 12.91.11 20.8-7.79z' fill='%23fc8a0b'/%3e%3cpath d='M43.95 82.56c6.8-6.8 10.2-14.41 7.61-17.01-2.6-2.6-10.21.81-17.01 7.61s-7.61 17.01-7.61 17.01 10.22-.81 17.01-7.61z' fill='%23eccf02'/%3e%3cpath d='M47.66 96.58s8.78-7.37 10.8-9.39c2.02-2.02 4-17.08 4-17.08l-11.89 6.06s-.41 5.8-.64 8.71-2.27 11.7-2.27 11.7z' fill='%238e2e38'/%3e%3cpath d='M20.53 69.45s7.37-8.78 9.39-10.8c2.02-2.02 17.08-4 17.08-4l-6.06 11.89s-5.8.41-8.71.64-11.7 2.27-11.7 2.27z' fill='%23c1272d'/%3e%3cpath d='M73.21 64.44a70.816 70.816 0 01-23.25 15.5l-3.56-3.56 6.36-12.03 26.41-26.41 7.59 7.59c-3.35 6.82-7.87 13.22-13.55 18.91z' fill='%23efefef'/%3e%3cpath d='M79.18 37.93L52.77 64.34 40.74 70.7l-3.56-3.56c3.46-8.46 8.63-16.38 15.5-23.25A70.917 70.917 0 0171.6 30.33l7.58 7.6z' fill='%23fff'/%3e%3cpath d='M86.76 45.52l-7.59-7.59 14.19-14.19c-1 7.49-3.2 14.85-6.6 21.78z' fill='%238e2e38'/%3e%3cpath d='M93.37 23.74L79.18 37.93l-7.59-7.59a71.207 71.207 0 0121.78-6.6zM52.77 64.34L30.83 86.28l1.87-2.94 8.03-12.63z' fill='%23c1272d'/%3e%3cpath fill='%238e2e38' d='M46.4 76.38l-12.63 8.03-2.94 1.87 21.94-21.94z'/%3e%3ccircle cx='69.27' cy='47.84' r='7.93' fill='%23c1272d'/%3e%3ccircle cx='69.27' cy='47.84' r='5.87' fill='%2329abe2'/%3e%3cpath fill='none' d='M93.37 23.74l4.2-4.2'/%3e%3c/svg%3e");
}
ul.uos-menu.uos-menu-icons > li.uos-readinglist > a,
ul.uos-menu.uos-menu-icons > li.uos-readinglist > span.instructure_file_holder{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3ccircle cx='60' cy='60' r='60' fill='%23fff2af'/%3e%3cpath fill='none' d='M100.99 57.11v-5.39M100.99 31.9v-2.7M100.99 48.72V34.9'/%3e%3cpath d='M31.51 45.61c0 1.82 1.48 3.3 3.3 3.3h66.18v3H34.81c-3.46 0-6.3-2.84-6.3-6.3v-7.22c0-3.47 2.84-6.3 6.3-6.3h66.18v3H34.81c-1.82 0-3.3 1.48-3.3 3.3v7.22z' fill='%23c02329'/%3e%3cpath d='M97.99 35.09V42H31.51v-3.61c0-1.82 1.48-3.3 3.3-3.3h63.18z' fill='%23eae1da'/%3e%3cpath d='M97.99 42v6.91H34.81c-1.82 0-3.3-1.48-3.3-3.3V42h66.48z' fill='%23d6d0cc'/%3e%3cpath fill='none' d='M117.99 57.11v-5.39M117.99 31.9v-2.7'/%3e%3cpath d='M24.51 65.61c0 1.82 1.48 3.3 3.3 3.3h66.18v3H27.81c-3.46 0-6.3-2.84-6.3-6.3v-7.22c0-3.47 2.84-6.3 6.3-6.3h66.18v3H27.81c-1.82 0-3.3 1.48-3.3 3.3v7.22z' fill='%2360b16c'/%3e%3cpath d='M90.99 55.09V62H24.51v-3.61c0-1.82 1.48-3.3 3.3-3.3h63.18z' fill='%23eae1da'/%3e%3cpath d='M90.99 62v6.91H27.81c-1.82 0-3.3-1.48-3.3-3.3V62h66.48z' fill='%23d6d0cc'/%3e%3cpath d='M21.51 85.61c0 1.82 1.48 3.3 3.3 3.3h72.18v3H24.81c-3.46 0-6.3-2.84-6.3-6.3v-7.22c0-3.47 2.84-6.3 6.3-6.3h72.18v3H24.81c-1.82 0-3.3 1.48-3.3 3.3v7.22z' fill='%231288be'/%3e%3cpath d='M93.99 75.09V82H21.51v-3.61c0-1.82 1.48-3.3 3.3-3.3h69.18z' fill='%23eae1da'/%3e%3cpath d='M93.99 82v6.91H24.81c-1.82 0-3.3-1.48-3.3-3.3V82h72.48z' fill='%23d6d0cc'/%3e%3cpath fill='%23dc45e0' d='M49.82 55.09v15.4l-1.73-1.58-4.83-4.42-4.52 4.42-1.61 1.58v-15.4z'/%3e%3cpath fill='%23f7921e' d='M87.03 42v19.18l-4.01-4-3.81 4V42z'/%3e%3c/svg%3e");
}
ul.uos-menu.uos-menu-icons > li.uos-tutors > a,
ul.uos-menu.uos-menu-icons > li.uos-tutors > span.instructure_file_holder{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3ccircle cx='60' cy='60' r='60' fill='%23d3dced'/%3e%3cpath d='M86.55 52.15v18.02c-9.47.22-22.62 5.74-26.62 13.7-4.03-8.01-17.24-13.54-26.77-13.71V52.15h53.39z' fill='%23333'/%3e%3cpath fill='%23333' d='M72.11 57.08h2.15v24.08h-2.15z'/%3e%3cpath d='M73.18 78.63a2.55 2.55 0 00-2.54 2.54v14.87c0 .08.07.15.15.15h4.91s.01 0 .01-.01V81.16a2.54 2.54 0 00-2.53-2.53zM59.83 65.65L14.66 49.66l45.29-16.2 45.17 15.98z' fill='%23494949'/%3e%3cpath fill='%23333' d='M59.41 49.876l1.52-1.52 17.027 17.027-1.52 1.52z'/%3e%3c/svg%3e");
}
ul.uos-menu.uos-menu-icons > li.uos-units > a,
ul.uos-menu.uos-menu-icons > li.uos-units > span.instructure_file_holder{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3e%3ccircle cx='60' cy='60' r='60' fill='%23e6f5c9'/%3e%3cpath d='M92.3 45.35L60 26.7 27.7 45.35v33.3L60 97.3l32.3-18.65v-33.3zM60 90.7L33.41 75.35l-.01-26.71L60 33.3l26.59 15.35.01 26.71L60 90.7z' fill='%23f79220'/%3e%3cpath fill='%23b3b3b3' d='M49.58 82.3L35 90.72l.01-16.83 14.57-8.43z'/%3e%3cpath fill='%23e6e6e6' d='M49.58 65.46l-14.57 8.43-14.59-8.43L35 57.04z'/%3e%3cpath fill='gray' d='M35 90.72L20.42 82.3V65.46l14.59 8.43z'/%3e%3cg%3e%3cpath fill='%23b3b3b3' d='M99.58 82.3L85 90.72l.01-16.83 14.57-8.43z'/%3e%3cpath fill='%23e6e6e6' d='M99.58 65.46l-14.57 8.43-14.59-8.43L85 57.04z'/%3e%3cpath fill='gray' d='M85 90.72L70.42 82.3V65.46l14.59 8.43z'/%3e%3c/g%3e%3cg%3e%3cpath fill='%23b3b3b3' d='M74.58 47.3L60 55.72l.01-16.83 14.57-8.43z'/%3e%3cpath fill='%23e6e6e6' d='M74.58 30.46l-14.57 8.43-14.59-8.43L60 22.04z'/%3e%3cpath fill='gray' d='M60 55.72L45.42 47.3V30.46l14.59 8.43z'/%3e%3c/g%3e%3c/svg%3e");
}

/**ISC Menu Icons**/

ul.uos-menu.uos-menu-icons > li.isc-assignment > a,
ul.uos-menu.uos-menu-icons > li.isc-assignment > span.instructure_file_holder{
    background-image: var(--isc-icon-assignment);
}
ul.uos-menu.uos-menu-icons > li.isc-asynchronous > a,
ul.uos-menu.uos-menu-icons > li.isc-asynchronous > span.instructure_file_holder{
    background-image: var(--isc-icon-asynchronous);
}
ul.uos-menu.uos-menu-icons > li.isc-discussion > a,
ul.uos-menu.uos-menu-icons > li.isc-discussion > span.instructure_file_holder{
    background-image: var(--isc-icon-discussion);
}
ul.uos-menu.uos-menu-icons > li.isc-formative-assessment > a,
ul.uos-menu.uos-menu-icons > li.isc-formative-assessment > span.instructure_file_holder{
    background-image: var(--isc-icon-formative-assessment);
}
ul.uos-menu.uos-menu-icons > li.isc-lab > a,
ul.uos-menu.uos-menu-icons > li.isc-lab > span.instructure_file_holder{
    background-image: var(--isc-icon-lab);
}
ul.uos-menu.uos-menu-icons > li.isc-learning-outcomes > a,
ul.uos-menu.uos-menu-icons > li.isc-learning-outcomes > span.instructure_file_holder{
    background-image: var(--isc-icon-learning-outcomes);
}
ul.uos-menu.uos-menu-icons > li.isc-live-session > a,
ul.uos-menu.uos-menu-icons > li.isc-live-session > span.instructure_file_holder{
    background-image: var(--isc-icon-live-session);
}
ul.uos-menu.uos-menu-icons > li.isc-module-map > a,
ul.uos-menu.uos-menu-icons > li.isc-module-map > span.instructure_file_holder{
    background-image: var(--isc-icon-module-map);
}
ul.uos-menu.uos-menu-icons > li.isc-recording > a,
ul.uos-menu.uos-menu-icons > li.isc-recording > span.instructure_file_holder{
    background-image: var(--isc-icon-recording);
}
ul.uos-menu.uos-menu-icons > li.isc-resources > a,
ul.uos-menu.uos-menu-icons > li.isc-resources > span.instructure_file_holder{
    background-image: var(--isc-icon-resources);
}
ul.uos-menu.uos-menu-icons > li.isc-timetable > a,
ul.uos-menu.uos-menu-icons > li.isc-timetable > span.instructure_file_holder{
    background-image: var(--isc-icon-timetable);
}
ul.uos-menu.uos-menu-icons > li.isc-tutor > a,
ul.uos-menu.uos-menu-icons > li.isc-tutor > span.instructure_file_holder{
    background-image: var(--isc-icon-tutor);
}
ul.uos-menu.uos-menu-icons > li.isc-wiki > a,
ul.uos-menu.uos-menu-icons > li.iscisc-wiki > span.instructure_file_holder{
    background-image: var(--isc-icon-wiki);
}
ul.uos-menu.uos-menu-icons > li.isc-zoom > a,
ul.uos-menu.uos-menu-icons > li.isc-zoom > span.instructure_file_holder{
    background-image: var(--isc-icon-zoom);
}

/** end ISC Icons **/

ul.uos-menu.uos-menu-icons > li > a > img:first-child,
ul.uos-menu.uos-menu-icons > li > span.instructure_file_holder > a.instructure_file_link > img:first-child{
    position:absolute;
    left:0;
    top:50%;
    width:4rem;
    height:4rem;
    margin-top:-2rem;
}

/* Additional class requested for MAH used for when a duration is specified to students*/

/* template for additional menu icons

ul.uos-menu.uos-<icon name> > li.uos-units a{
    background-image:url("http://www.sussex.ac.uk/tel/resource/tel_website/canvastemplates/icons/<icon name>-icon.png");
}

*/

@media only screen and (min-width:768px) {  
    ul.uos-menu{
        display: flex;
        margin: -1rem 0 1rem -1rem!important;
        flex-wrap: wrap;
        box-sizing: border-box;
    } 
    ul.uos-menu > li {
        flex: 1 0 50%;
        padding: 1rem 0 0 1rem;
        margin: 0;
    }
    ul.uos-menu.uos-1-col > li {
        flex: 1 0 100%;
        padding: 1rem 0 0 1rem;
        margin: 0;
    }
    ul.uos-menu.uos-3-col > li {
        flex: 1 0 33.333%;
        padding: 1rem 0 0 1rem;
        margin: 0;
    }
    ul.uos-menu.uos-4-col > li {
        flex: 1 0 25%;
        padding: 1rem 0 0 1rem;
        margin: 0;
    }
    ul.uos-menu.uos-6-col > li{
        flex: 1 0 16.667%;
        padding: 1rem 0 0 1rem;
        margin: 0;
    }
    /* CSS Grid for menu
    ul.uos-menu{
        display:grid;
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 1rem;
        box-sizing: border-box;
    } 
    ul.uos-menu.uos-1-col{
        grid-template-columns: repeat(1,1fr);
    }

    ul.uos-menu.uos-4-col{
        grid-template-columns: repeat(4,4fr);
    }
    
    ul.uos-menu.uos-6-col{
        grid-template-columns: repeat(6,6fr);
    }
    */

}

/* Tabs */

ul.uos-tabs:first-child,
ul.uos-tabs{
    background:var(--uos-secondary-bgcolor);
    list-style-type: none;
    margin: 0 0 1rem 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    box-sizing: border-box;
}
ul.uos-tabs > li{
    flex: 1;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
ul.uos-tabs > li > span,
ul.uos-tabs > li > a{
    display:block;
    box-sizing: border-box;
    padding: 1em!important;
    border-color: transparent;
    text-decoration:none!important;
    font-weight:normal;
    font-size:1em;
    text-align:center;
    background:none;
    position:relative;  
    border-style: solid;
    border-width: 8px 0 0 0;
    transition: all 0.5s;
    height:100%;
}
ul.uos-tabs > li > a:hover,
ul.uos-tabs > li.uos-active > span,
ul.uos-tabs > li.uos-active > a,
ul.uos-tabs > li > a[aria-current="page"]{
    background: var(--uos-primary-bgcolor);
    border-color: var(--uos-flint);
    border-width: 8px 0 0 0;
}
.uos-wrapper ul.uos-tabs > li.uos-flint > a:hover,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-flint > span,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-flint > a,
.uos-wrapper ul.uos-tabs > li.uos-flint > a[aria-current="page"]{
    border-color:var(--uos-flint);
}
.uos-wrapper ul.uos-tabs > li.uos-green > a:hover,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-green > span,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-green > a,
.uos-wrapper ul.uos-tabs > li.uos-green > a[aria-current="page"],
ul.uos-tabs.uos-green > li > a:hover,
ul.uos-tabs.uos-green > li.uos-active > span,
ul.uos-tabs.uos-green > li.uos-active > a,
ul.uos-tabs.uos-green > li > a[aria-current="page"]{
    border-color:var(--uos-green);
}
.uos-wrapper ul.uos-tabs > li.uos-purple > a:hover,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-purple > span,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-purple > a,
.uos-wrapper ul.uos-tabs > li.uos-purple > a[aria-current="page"],
ul.uos-tabs.uos-purple > li > a:hover,
ul.uos-tabs.uos-purple > li.uos-active > span,
ul.uos-tabs.uos-purple > li.uos-active > a,
ul.uos-tabs.uos-purple > li > a[aria-current="page"]{
    border-color: var(--uos-purple);
}
.uos-wrapper ul.uos-tabs > li.uos-blue > a:hover,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-blue > span,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-blue > a,
.uos-wrapper ul.uos-tabs > li.uos-blue > a[aria-current="page"],
ul.uos-tabs.uos-blue > li > a:hover,
ul.uos-tabs.uos-blue > li.uos-active > span,
ul.uos-tabs.uos-blue > li.uos-active > a,
ul.uos-tabs.uos-blue > li > a[aria-current="page"]{
    border-color: var(--uos-blue);
}
.uos-wrapper ul.uos-tabs > li.uos-red > a:hover,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-red > span,
.uos-wrapper ul.uos-tabs > li.uos-red.uos-active > a,
.uos-wrapper ul.uos-tabs > li.uos-red > a[aria-current="page"],
ul.uos-tabs.uos-red > li > a:hover,
ul.uos-tabs.uos-red > li.uos-active > span,
ul.uos-tabs.uos-red > li.uos-active > a,
ul.uos-tabs.uos-red > li > a[aria-current="page"]{
    border-color: var(--uos-red);
}
.uos-wrapper ul.uos-tabs > li.uos-orange > a:hover,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-orange > span,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-orange > a,
.uos-wrapper ul.uos-tabs > li.uos-orange > a[aria-current="page"],
ul.uos-tabs.uos-orange > li > a:hover,
ul.uos-tabs.uos-orange > li.uos-active > span,
ul.uos-tabs.uos-orange > li.uos-active > a,
ul.uos-tabs.uos-orange > li > a[aria-current="page"]{
    border-color: var(--uos-orange);
}
.uos-wrapper ul.uos-tabs > li.uos-yellow > a:hover,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-yellow > span,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-yellow > a,
.uos-wrapper ul.uos-tabs > li.uos-yellow > a[aria-current="page"],
ul.uos-tabs.uos-yellow > li > a:hover,
ul.uos-tabs.uos-yellow > li.uos-active > span,
ul.uos-tabs.uos-yellow > li.uos-active > a,
ul.uos-tabs.uos-yellow > li > a[aria-current="page"]{
    border-color: var(--uos-yellow);
}
.uos-wrapper ul.uos-tabs > li.uos-light-blue > a:hover,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-light-blue > span,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-light-blue > a,
.uos-wrapper ul.uos-tabs > li.uos-light-blue > a[aria-current="page"],
ul.uos-tabs.uos-light-blue > li > a:hover,
ul.uos-tabs.uos-light-blue > li.uos-active > span,
ul.uos-tabs.uos-light-blue > li.uos-active > a,
ul.uos-tabs.uos-light-blue > li > a[aria-current="page"]{
    border-color: var(--uos-light-blue);
}
.uos-wrapper ul.uos-tabs > li.uos-pink > a:hover,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-pink > span,
.uos-wrapper ul.uos-tabs > li.uos-active.uos-pink > a,
.uos-wrapper ul.uos-tabs > li.uos-pink > a[aria-current="page"],
ul.uos-tabs.uos-pink > li > a:hover,
ul.uos-tabs.uos-pink > li.uos-active > span,
ul.uos-tabs.uos-pink > li.uos-active > a,
ul.uos-tabs.uos-pink > li > a[aria-current="page"]{
    border-color:var(--uos-pink);
}
/* 
ul.uos-tabs > li.uos-icon-tab{
    flex: 1; 
} */

ul.uos-tabs > li.uos-icon-tab span,
ul.uos-tabs > li.uos-icon-tab a{
    text-indent: -9999em;
    overflow:hidden;
    content:' ';
    background-size:32px;
    background-position:center;
    background-repeat: no-repeat;
}

ul.uos-tabs > li.uos-icon-tab.uos-overview span,
ul.uos-tabs > li.uos-icon-tab.uos-overview a{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 128 128' style='enable-background:new 0 0 128 128;' xml:space='preserve'%3E%3Cg id='Overview'%3E%3Cg%3E%3Cpath style='fill:%23013135;' d='M92.98,21.22V7.37H10.51v113.7h82.47V73.4c1.86-0.33,3.71-0.76,5.51-1.27v54.45H5V1.86h93.49v20.63 C96.7,21.98,94.84,21.55,92.98,21.22z'/%3E%3C/g%3E%3Cg%3E%3Crect x='23.13' y='83.46' style='fill:%23013135;' width='6.87' height='6.85'/%3E%3C/g%3E%3Cg%3E%3Crect x='41.27' y='83.46' style='fill:%23013135;' width='39.1' height='6.85'/%3E%3C/g%3E%3Cg%3E%3Crect x='23.13' y='101.59' style='fill:%23013135;' width='6.87' height='6.87'/%3E%3C/g%3E%3Cg%3E%3Crect x='41.27' y='101.59' style='fill:%23013135;' width='39.1' height='6.87'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23013135;' d='M83.02,25.76H83c-0.26-0.01-0.54-0.01-0.79-0.01c-16.67,0-32.23,8.24-40.8,21.57 c8.4,13.05,23.65,21.29,39.98,21.54c0.29,0.01,0.55,0.01,0.82,0.01s0.53,0,0.79-0.01c16.35-0.25,31.6-8.5,40-21.54 C114.6,34.26,99.36,26.01,83.02,25.76z M62.81,56.75l1.49,3.05l-3-1.6c-4.91-2.6-9.15-6.04-12.56-10.18l-0.58-0.71l0.58-0.71 c3.42-4.15,7.65-7.58,12.56-10.18l3-1.6l-1.49,3.05c-1.44,2.94-2.17,6.12-2.17,9.43C60.64,50.63,61.37,53.81,62.81,56.75z M82.2,63.36c-8.85,0-16.06-7.2-16.06-16.04c0-8.85,7.21-16.06,16.06-16.06c8.85,0,16.06,7.21,16.06,16.06 C98.26,56.16,91.05,63.36,82.2,63.36z M115.67,48.02c-3.42,4.15-7.65,7.58-12.56,10.18l-3,1.6l1.49-3.05 c1.44-2.94,2.17-6.12,2.17-9.43c0-3.32-0.73-6.49-2.17-9.43l-1.49-3.05l3,1.6c4.91,2.6,9.15,6.03,12.56,10.18l0.58,0.71 L115.67,48.02z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23013135;' d='M91.82,47.31c0,5.3-4.32,9.61-9.62,9.61c-4.61,0-8.53-3.31-9.42-7.71h10.79V37.79 C88.21,38.47,91.82,42.52,91.82,47.31z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

ul.uos-tabs > li.uos-icon-tab.uos-review span,
ul.uos-tabs > li.uos-icon-tab.uos-review a{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 128 128' style='enable-background:new 0 0 128 128;' xml:space='preserve'%3E%3Cg id='Review'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%23013135;' d='M116.54,77.21c-6.58,25.4-28.8,43.14-54.04,43.14c-4.44,0-8.88-0.57-13.19-1.68 c-29.19-7.58-46.52-38.48-38.63-68.9C13.87,37.48,21,26.44,30.76,18.68l1.17-0.93L14.51,18.2l-0.16-6l27.15-0.7L41.35,40l-6-0.04 l0.09-17.34l-0.82,0.65c-8.81,6.97-15.25,16.91-18.12,28c-3.42,13.16-1.73,26.82,4.76,38.47s16.98,19.86,29.55,23.12 c25.99,6.74,52.87-9.93,59.92-37.15c7.02-27.05-8.14-54.5-33.83-61.46l1.51-5.81C107.3,16.23,124.38,46.96,116.54,77.21z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Crect x='53.81' y='54.82' style='fill:%23013135;' width='39' height='7'/%3E%3C/g%3E%3Cg%3E%3Crect x='34.81' y='54.82' style='fill:%23013135;' width='7' height='7'/%3E%3C/g%3E%3Cg%3E%3Crect x='53.81' y='77.82' style='fill:%23013135;' width='39' height='7'/%3E%3C/g%3E%3Cg%3E%3Crect x='34.81' y='77.82' style='fill:%23013135;' width='7' height='7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

/* template for additional tab icons

ul.uos-tabs > li.uos-icon-tab.<classname> span,
ul.uos-tabs > li.uos-icon-tab.<classname> a{
    background-image: url("<url from https://img.icons8.com>");
}

*/

/* Embed */
a.uos-embed:not(.uos-loaded){
    color:inherit;
    font-weight:bold;
    text-decoration:none!important;
}
.uos-embed:not(.uos-loaded):before{
    content:"Loading ";
    font-weight:bold;
}
.uos-embed:not(.uos-loaded):after{
    content:"...";
    font-weight:bold;
}
.uos-lock-explanation{
    font-style:italic;
}
.uos-published{
    font-weight:bold;
}

/* Sections */

.uos-section{
    padding: 1em 1em 1.5em 1em;
    margin: 0 0 1em 0;
    background:var(--uos-secondary-bgcolor);
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color:var(--uos-highlight-bgcolor);
}
.uos-section.uos-green{
    background-color:var(--uos-green-bgcolor);
    border-color:var(--uos-green);
}
.uos-section.uos-purple{
    background-color:var(--uos-purple-bgcolor);
    border-color:var(--uos-purple);
}
.uos-section.uos-blue{
    background-color:var(--uos-blue-bgcolor);
    border-color:var(--uos-blue);
}
.uos-section.uos-red{
    background-color:var(--uos-red-bgcolor);
    border-color:var(--uos-red);
}
.uos-section.uos-orange{
    background-color:var(--uos-orange-bgcolor);
    border-color: var(--uos-orange);
}
.uos-section.uos-yellow{
    background-color:var(--uos-yellow-bgcolor);
    border-color: var(--uos-yellow);
}
.uos-section.uos-light-blue{
    background-color:var(--uos-light-blue-bgcolor);
    border-color: var(--uos-light-blue);
}
.uos-section.uos-pink{
    background-color:var(--uos-pink-bgcolor);
    border-color: var(--uos-pink);
}
.uos-section.uos-sw{   
    background-color:var(--uos-primary-bgcolor);
    border-color: var(--uos-yellow);
    border-width: 7px 0 0 0;
}
.uos-section .uos-section{
    background-color:var(--uos-primary-bgcolor);
}
.uos-section.uos-sw-menu-section{   
    background-color:var(--uos-primary-bgcolor);
}

@media only screen and (min-width:768px) {
    .uos-section{
        padding: 1em 2em 1.5em 2em;
    }

    .uos-section.uos-sw-menu-section{   
        padding: 0.5em 1em;
    }
}

.uos-duration{

    color: var(--uos-green);
    
    font-size: 1.2em;
    
    font-weight: bold;
}


/* Tutor block */

div.uos-tutor-block{
    padding:1.5em 2em;
    margin: 0 0 1.5em 0;
    position:relative;
    background:var(--uos-flint);
    color:var(--uos-font-light);
    transition: all 1s;
}
div.uos-tutor-block img{
    position: absolute;
    top: 2em;
    left: 2em;
    margin: 0;
    height: 100px;
    width: 100px;
    object-fit: cover;
    transition: all 1s;
}
div.uos-tutor-block.uos-monochrome img{
    filter: grayscale(100%);
}
.uos-tutor-block h2{
    font-size:1.5em;
}
.uos-tutor-block h3{
    font-size:1.2em;
}
.uos-tutor-block h4,
.uos-tutor-block h5,
.uos-tutor-block h6{
    font-size:1.1em;
}
.uos-tutor-block img:first-child + h2,
.uos-tutor-block img:first-child + h3,
.uos-tutor-block img:first-child + h4,
.uos-tutor-block img:first-child + h5,
.uos-tutor-block img:first-child + h6,
.uos-tutor-block img:first-child + p{
    margin: 0 0 0.5em 1em;
    padding: 0 0 0 100px;
    min-height: 100px;
}
div.uos-tutor-block.uos-green{
    background-color:var(--uos-green);
}
div.uos-tutor-block.uos-purple{
    background-color:var(--uos-purple);
}
div.uos-tutor-block.uos-blue{
    background-color:var(--uos-blue);
}
div.uos-tutor-block.uos-red{
    background-color:var(--uos-red);
}
div.uos-tutor-block.uos-orange{
    background-color: var(--uos-orange);
}
div.uos-tutor-block.uos-yellow{
    background-color: var(--uos-yellow);
    color:var(--uos-flint);
}
div.uos-tutor-block.uos-light-blue{
    background-color: var(--uos-light-blue);
    color:var(--uos-flint);
}
div.uos-tutor-block.uos-pink{
    background-color: var(--uos-pink);
    color:var(--uos-flint);
}

@media only screen and (min-width:768px) {
    div.uos-tutor-block{
        margin: 0 1em 1.5em 100px;
        min-height: 130px;
    }   
    div.uos-tutor-block img{
        position: absolute;
        top:1em;
        left:1em;
        margin:0 0 0 -100px;
        height:100px;
        width:100px;
    }
    .uos-tutor-block img:first-child + h2,
    .uos-tutor-block img:first-child + h3,
    .uos-tutor-block img:first-child + h4,
    .uos-tutor-block img:first-child + h5,
    .uos-tutor-block img:first-child + h6,
    .uos-tutor-block img:first-child + p{
        margin: 0 0 0.5em 0;
        padding: 0;
        min-height: auto;
    }
}

/* Video block */

.uos-video{
    background:var(--uos-flint);
    padding: 1em;
    margin: 0 0 1.5em 0;
    text-align: center;
    color:var(--uos-font-light);
}
.uos-video a {
    color:var(--uos-font-light);
    text-decoration: underline;
}

/* Icon block */

.uos-icon-block{
    background:var(--uos-secondary-bgcolor);
    padding: 1.5em;
    margin: 0 0 1.5em 0;
    position:relative;
    min-height: 130px;
    transition:all 1s;
}
.uos-section .uos-icon-block{
    background:var(--uos-primary-bgcolor);
}
.uos-icon-block h2,.uos-icon-block h3,.uos-icon-block h4{
    font-size:1.2em;
    font-weight:bold;
}
.uos-icon-block > h2:first-child,
.uos-icon-block > h3:first-child,
.uos-icon-block > h4:first-child,
.uos-icon-block > h5:first-child,
.uos-icon-block > h6:first-child,
.uos-icon-block > p:first-child{
    margin-left: 2.05em; 
}
.uos-icon-block:before{
    content:' ';
    position:absolute;
    background-color:var(--uos-flint);
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 128 128' style='enable-background:new 0 0 128 128;' xml:space='preserve'%3E%3Cg id='Task'%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M107.81,126H21.36V19.14h12.09v5h-7.09V121h76.45V24.14h-7.09v-5h12.09V126z'/%3E%3Cpolygon style='fill:%23FFFFFF;' points='107.81,19.14 107.81,126 21.36,126 21.36,19.14 37.45,19.14 37.45,24.14 26.36,24.14 26.36,121 102.81,121 102.81,24.14 91.72,24.14 91.72,19.14 '/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M75.73,12.34l-0.22-0.71c-0.96-3.13-3.01-7.18-7.37-8.68c-2.19-0.75-4.91-0.76-7.11,0 c-4.35,1.5-6.41,5.55-7.36,8.68l-0.22,0.71H42.2v18.41h44.78V12.34H75.73z M81.98,25.75H47.2v-8.41h11.52 c0.11-1.39,0.36-3.11,0.92-4.68c0.25-0.7,0.55-1.33,0.89-1.86c0.99-1.58,2.39-2.42,4.06-2.42c1.67,0,3.07,0.84,4.07,2.43 c0.33,0.52,0.63,1.15,0.88,1.85c0.59,1.65,0.83,3.44,0.92,4.68h11.52V25.75z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M38.63,50.63l2.01,2.26l9.21-8.13l3.31,3.75L40.21,59.93l-5.32-5.98L38.63,50.63z'/%3E%3C/g%3E%3Cg%3E%3Crect x='60.06' y='74.42' style='fill:%23FFFFFF;' width='32.87' height='5.66'/%3E%3C/g%3E%3Cg%3E%3Crect x='60.06' y='98.23' style='fill:%23FFFFFF;' width='32.87' height='5.66'/%3E%3C/g%3E%3Cg%3E%3Crect x='60.06' y='48.91' style='fill:%23FFFFFF;' width='32.87' height='5.65'/%3E%3C/g%3E%3Cg%3E%3Cpolygon style='fill:%23FFFFFF;' points='53.16,48.51 40.21,59.93 34.89,53.95 38.63,50.63 40.64,52.89 49.85,44.76 '/%3E%3C/g%3E%3Cg%3E%3Cpolygon style='fill:%23FFFFFF;' points='53.16,74.02 40.21,85.45 34.89,79.46 38.63,76.14 40.64,78.4 49.85,70.28 '/%3E%3Cpath style='fill:%23FFFFFF;' d='M38.63,76.14l2.01,2.26l9.21-8.12l3.31,3.74L40.21,85.45l-5.32-5.99L38.63,76.14z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size:80% 80%;
    background-position:center;
    background-repeat: no-repeat;
    height:1.8em;
    width:1.8em;
    top:1.5em;
    left:1.5em;
    margin: 0;
    transition:all 1s;
}
.uos-section.uos-green .uos-icon-block:before, div.uos-wrapper .uos-icon-block.uos-green:before{
    background-color:var(--uos-green);
}
.uos-section.uos-purple .uos-icon-block:before, div.uos-wrapper .uos-icon-block.uos-purple:before{
    background-color:var(--uos-purple);
}
.uos-section.uos-blue .uos-icon-block:before, div.uos-wrapper .uos-icon-block.uos-blue:before{
    background-color:var(--uos-blue);
}
.uos-section.uos-red .uos-icon-block:before, div.uos-wrapper .uos-icon-block.uos-red:before{
    background-color:var(--uos-red);
}
.uos-section.uos-orange .uos-icon-block:before, div.uos-wrapper .uos-icon-block.uos-orange:before{
    background-color:var(--uos-orange);
}
.uos-section.uos-yellow .uos-icon-block:before, div.uos-wrapper .uos-icon-block.uos-yellow:before{
    background-color:var(--uos-yellow);
}
.uos-section.uos-light-blue .uos-icon-block:before, div.uos-wrapper .uos-icon-block.uos-light-blue:before{
    background-color: var(--uos-light-blue);
}
.uos-section.uos-pink .uos-icon-block:before, div.uos-wrapper .uos-icon-block.uos-pink:before{
    background-color: var(--uos-pink);
}
.uos-icon-block.uos-assessment:before{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 128 128' style='enable-background:new 0 0 128 128;' xml:space='preserve'%3E%3Cg id='Task' style='display:none;'%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M107.81,126H21.36V19.14h12.09v5h-7.09V121h76.45V24.14h-7.09v-5h12.09V126z'/%3E%3Cpolygon style='fill:%23FFFFFF;' points='107.81,19.14 107.81,126 21.36,126 21.36,19.14 37.45,19.14 37.45,24.14 26.36,24.14 26.36,121 102.81,121 102.81,24.14 91.72,24.14 91.72,19.14 '/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M75.73,12.34l-0.22-0.71c-0.96-3.13-3.01-7.18-7.37-8.68c-2.19-0.75-4.91-0.76-7.11,0 c-4.35,1.5-6.41,5.55-7.36,8.68l-0.22,0.71H42.2v18.41h44.78V12.34H75.73z M81.98,25.75H47.2v-8.41h11.52 c0.11-1.39,0.36-3.11,0.92-4.68c0.25-0.7,0.55-1.33,0.89-1.86c0.99-1.58,2.39-2.42,4.06-2.42c1.67,0,3.07,0.84,4.07,2.43 c0.33,0.52,0.63,1.15,0.88,1.85c0.59,1.65,0.83,3.44,0.92,4.68h11.52V25.75z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M38.63,50.63l2.01,2.26l9.21-8.13l3.31,3.75L40.21,59.93l-5.32-5.98L38.63,50.63z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='60.06' y='74.42' style='fill:%23FFFFFF;' width='32.87' height='5.66'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='60.06' y='98.23' style='fill:%23FFFFFF;' width='32.87' height='5.66'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='60.06' y='48.91' style='fill:%23FFFFFF;' width='32.87' height='5.65'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpolygon style='fill:%23FFFFFF;' points='53.16,48.51 40.21,59.93 34.89,53.95 38.63,50.63 40.64,52.89 49.85,44.76 '/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpolygon style='fill:%23FFFFFF;' points='53.16,74.02 40.21,85.45 34.89,79.46 38.63,76.14 40.64,78.4 49.85,70.28 '/%3E%3Cpath style='fill:%23FFFFFF;' d='M38.63,76.14l2.01,2.26l9.21-8.12l3.31,3.74L40.21,85.45l-5.32-5.99L38.63,76.14z'/%3E%3C/g%3E%3C/g%3E%3Cg id='Event' style='display:none;'%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M102.35,20.75V8.63H88.73v12.12H39.86V8.63H26.23v12.12H7.08v98.75h114.43V20.75H102.35z M93.73,13.63h3.62v19.25h-3.62V13.63z M31.23,13.63h3.63v19.25h-3.63V13.63z M116.51,114.5H12.08V48.76h104.43V114.5z M116.51,43.76H12.08V25.75h14.15v12.13h13.63V25.75h48.87v12.13h13.62V25.75h14.16V43.76z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M23.17,57.21v20.62h20.62V57.21H23.17z M38.79,72.83H28.17V62.21h10.62V72.83z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M53.55,57.21v20.62h20.62V57.21H53.55z M69.17,72.83H58.55V62.21h10.62V72.83z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M23.17,85.86v20.62h20.62V85.86H23.17z M38.79,101.48H28.17V90.86h10.62V101.48z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M53.55,85.86v20.62h20.62V85.86H53.55z M69.17,101.48H58.55V90.86h10.62V101.48z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M84.8,57.21v20.62h20.62V57.21H84.8z M100.42,72.83H89.8V62.21h10.62V72.83z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M84.8,85.86v20.62h20.62V85.86H84.8z M100.42,101.48H89.8V90.86h10.62V101.48z'/%3E%3C/g%3E%3C/g%3E%3Cg id='Overview' style='display:none;'%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23013135;' d='M92.98,21.22V7.37H10.51v113.7h82.47V73.4c1.86-0.33,3.71-0.76,5.51-1.27v54.45H5V1.86h93.49v20.63 C96.7,21.98,94.84,21.55,92.98,21.22z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='23.13' y='83.46' style='fill:%23013135;' width='6.87' height='6.85'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='41.27' y='83.46' style='fill:%23013135;' width='39.1' height='6.85'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='23.13' y='101.59' style='fill:%23013135;' width='6.87' height='6.87'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='41.27' y='101.59' style='fill:%23013135;' width='39.1' height='6.87'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23013135;' d='M83.02,25.76H83c-0.26-0.01-0.54-0.01-0.79-0.01c-16.67,0-32.23,8.24-40.8,21.57 c8.4,13.05,23.65,21.29,39.98,21.54c0.29,0.01,0.55,0.01,0.82,0.01s0.53,0,0.79-0.01c16.35-0.25,31.6-8.5,40-21.54 C114.6,34.26,99.36,26.01,83.02,25.76z M62.81,56.75l1.49,3.05l-3-1.6c-4.91-2.6-9.15-6.04-12.56-10.18l-0.58-0.71l0.58-0.71 c3.42-4.15,7.65-7.58,12.56-10.18l3-1.6l-1.49,3.05c-1.44,2.94-2.17,6.12-2.17,9.43C60.64,50.63,61.37,53.81,62.81,56.75z M82.2,63.36c-8.85,0-16.06-7.2-16.06-16.04c0-8.85,7.21-16.06,16.06-16.06c8.85,0,16.06,7.21,16.06,16.06 C98.26,56.16,91.05,63.36,82.2,63.36z M115.67,48.02c-3.42,4.15-7.65,7.58-12.56,10.18l-3,1.6l1.49-3.05 c1.44-2.94,2.17-6.12,2.17-9.43c0-3.32-0.73-6.49-2.17-9.43l-1.49-3.05l3,1.6c4.91,2.6,9.15,6.03,12.56,10.18l0.58,0.71 L115.67,48.02z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23013135;' d='M91.82,47.31c0,5.3-4.32,9.61-9.62,9.61c-4.61,0-8.53-3.31-9.42-7.71h10.79V37.79 C88.21,38.47,91.82,42.52,91.82,47.31z'/%3E%3C/g%3E%3C/g%3E%3Cg id='Review' style='display:none;'%3E%3Cg style='display:inline;'%3E%3Cg%3E%3Cpath style='fill:%23013135;' d='M116.54,77.21c-6.58,25.4-28.8,43.14-54.04,43.14c-4.44,0-8.88-0.57-13.19-1.68 c-29.19-7.58-46.52-38.48-38.63-68.9C13.87,37.48,21,26.44,30.76,18.68l1.17-0.93L14.51,18.2l-0.16-6l27.15-0.7L41.35,40l-6-0.04 l0.09-17.34l-0.82,0.65c-8.81,6.97-15.25,16.91-18.12,28c-3.42,13.16-1.73,26.82,4.76,38.47s16.98,19.86,29.55,23.12 c25.99,6.74,52.87-9.93,59.92-37.15c7.02-27.05-8.14-54.5-33.83-61.46l1.51-5.81C107.3,16.23,124.38,46.96,116.54,77.21z'/%3E%3C/g%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='53.81' y='54.82' style='fill:%23013135;' width='39' height='7'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='34.81' y='54.82' style='fill:%23013135;' width='7' height='7'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='53.81' y='77.82' style='fill:%23013135;' width='39' height='7'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='34.81' y='77.82' style='fill:%23013135;' width='7' height='7'/%3E%3C/g%3E%3C/g%3E%3Cg id='Read_Write'%3E%3Cpolygon style='fill:%23FFFFFF;' points='94.42,48.58 94.42,6.95 13.42,6.95 13.42,120.95 94.42,120.95 94.42,97.7 100.42,91.62 100.42,126.95 7.42,126.95 7.42,0.95 100.42,0.95 100.42,42.5 '/%3E%3Cg%3E%3Crect x='25.42' y='21.95' style='fill:%23FFFFFF;' width='8' height='8'/%3E%3C/g%3E%3Cg%3E%3Crect x='43.42' y='21.95' style='fill:%23FFFFFF;' width='39' height='8'/%3E%3C/g%3E%3Cg%3E%3Crect x='25.42' y='39.95' style='fill:%23FFFFFF;' width='8' height='8'/%3E%3C/g%3E%3Cg%3E%3Crect x='43.42' y='39.95' style='fill:%23FFFFFF;' width='39' height='8'/%3E%3C/g%3E%3Cpath style='fill:%23FFFFFF;' d='M126.59,52.28l-11.74-11.59c-0.57-0.56-1.35-0.83-2.13-0.87c-0.8,0.01-1.56,0.33-2.12,0.9 l-10.18,10.32l-6,6.08l-26.83,27.2c-0.28,0.28-0.5,0.61-0.65,0.98l-3.08,7.63l-4.92,12.23c-0.45,1.12-0.18,2.4,0.68,3.25 c0.57,0.57,1.33,0.87,2.1,0.87c0.39,0,0.79-0.08,1.16-0.24l12.16-5.08l7.59-3.18c0.36-0.15,0.69-0.38,0.97-0.66l10.82-10.97l6-6.08 l26.2-26.55C127.78,55.34,127.77,53.44,126.59,52.28z M70.41,99.39l-3.22,1.35l1.3-3.24l2.52-6.25l5.56,5.56L70.41,99.39z M100.42,74.53l-6,6.08l-12.7,12.87l-7.42-7.42l20.12-20.4l6-6.08l12.35-12.51l7.47,7.37L100.42,74.53z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.uos-icon-block.uos-discussion:before{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 128 128' style='enable-background:new 0 0 128 128;' xml:space='preserve'%3E%3Cg id='Discussion'%3E%3Cpath style='fill:%23FFFFFF;' d='M126,26.61v36.58c0,6.4-5.32,11.61-11.85,11.61h-4.79l0.2,17.52L92.93,74.8h-5.98v-6h8.55l7.89,8.3 l-0.09-8.3h10.85c3.22,0,5.85-2.52,5.85-5.61V26.61c0-3.09-2.63-5.61-5.85-5.61H61.02c-3.22,0-5.85,2.52-5.85,5.61v8.19h-6v-8.19 c0-6.4,5.32-11.61,11.85-11.61h53.13C120.68,15,126,20.21,126,26.61z'/%3E%3Crect x='65.45' y='28.63' style='fill:%23FFFFFF;' width='44.27' height='6'/%3E%3Cpath style='fill:%23FFFFFF;' d='M109.72,39.39v6H85.75c-0.93-2.29-2.36-4.34-4.16-6H109.72z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M16.92,116.96l0.19-17.2h-4.05c-6.54,0-11.85-5.21-11.85-11.61V51.56c0-6.4,5.32-11.61,11.85-11.61 h56.81c6.54,0,11.85,5.21,11.85,11.61v36.58c0,6.4-5.32,11.61-11.85,11.61H34.24L16.92,116.96z M13.07,45.95 c-3.23,0-5.85,2.52-5.85,5.61v36.58c0,3.09,2.63,5.61,5.85,5.61h10.11l-0.1,8.62l8.68-8.62h38.12c3.23,0,5.85-2.52,5.85-5.61V51.56 c0-3.09-2.63-5.61-5.85-5.61H13.07z'/%3E%3Crect x='19.71' y='53.58' style='fill:%23FFFFFF;' width='44.27' height='6'/%3E%3Crect x='19.71' y='64.34' style='fill:%23FFFFFF;' width='44.27' height='6'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.uos-icon-block.uos-event:before{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 128 128' style='enable-background:new 0 0 128 128;' xml:space='preserve'%3E%3Cg id='Event'%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M102.35,20.75V8.63H88.73v12.12H39.86V8.63H26.23v12.12H7.08v98.75h114.43V20.75H102.35z M93.73,13.63h3.62v19.25h-3.62V13.63z M31.23,13.63h3.63v19.25h-3.63V13.63z M116.51,114.5H12.08V48.76h104.43V114.5z M116.51,43.76H12.08V25.75h14.15v12.13h13.63V25.75h48.87v12.13h13.62V25.75h14.16V43.76z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M23.17,57.21v20.62h20.62V57.21H23.17z M38.79,72.83H28.17V62.21h10.62V72.83z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M53.55,57.21v20.62h20.62V57.21H53.55z M69.17,72.83H58.55V62.21h10.62V72.83z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M23.17,85.86v20.62h20.62V85.86H23.17z M38.79,101.48H28.17V90.86h10.62V101.48z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M53.55,85.86v20.62h20.62V85.86H53.55z M69.17,101.48H58.55V90.86h10.62V101.48z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M84.8,57.21v20.62h20.62V57.21H84.8z M100.42,72.83H89.8V62.21h10.62V72.83z'/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M84.8,85.86v20.62h20.62V85.86H84.8z M100.42,101.48H89.8V90.86h10.62V101.48z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.uos-icon-block.uos-listen-speak:before{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 128 128' style='enable-background:new 0 0 128 128;' xml:space='preserve'%3E%3Cg id='Task' style='display:none;'%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M107.81,126H21.36V19.14h12.09v5h-7.09V121h76.45V24.14h-7.09v-5h12.09V126z'/%3E%3Cpolygon style='fill:%23FFFFFF;' points='107.81,19.14 107.81,126 21.36,126 21.36,19.14 37.45,19.14 37.45,24.14 26.36,24.14 26.36,121 102.81,121 102.81,24.14 91.72,24.14 91.72,19.14 '/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M75.73,12.34l-0.22-0.71c-0.96-3.13-3.01-7.18-7.37-8.68c-2.19-0.75-4.91-0.76-7.11,0 c-4.35,1.5-6.41,5.55-7.36,8.68l-0.22,0.71H42.2v18.41h44.78V12.34H75.73z M81.98,25.75H47.2v-8.41h11.52 c0.11-1.39,0.36-3.11,0.92-4.68c0.25-0.7,0.55-1.33,0.89-1.86c0.99-1.58,2.39-2.42,4.06-2.42c1.67,0,3.07,0.84,4.07,2.43 c0.33,0.52,0.63,1.15,0.88,1.85c0.59,1.65,0.83,3.44,0.92,4.68h11.52V25.75z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M38.63,50.63l2.01,2.26l9.21-8.13l3.31,3.75L40.21,59.93l-5.32-5.98L38.63,50.63z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='60.06' y='74.42' style='fill:%23FFFFFF;' width='32.87' height='5.66'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='60.06' y='98.23' style='fill:%23FFFFFF;' width='32.87' height='5.66'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='60.06' y='48.91' style='fill:%23FFFFFF;' width='32.87' height='5.65'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpolygon style='fill:%23FFFFFF;' points='53.16,48.51 40.21,59.93 34.89,53.95 38.63,50.63 40.64,52.89 49.85,44.76 '/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpolygon style='fill:%23FFFFFF;' points='53.16,74.02 40.21,85.45 34.89,79.46 38.63,76.14 40.64,78.4 49.85,70.28 '/%3E%3Cpath style='fill:%23FFFFFF;' d='M38.63,76.14l2.01,2.26l9.21-8.12l3.31,3.74L40.21,85.45l-5.32-5.99L38.63,76.14z'/%3E%3C/g%3E%3C/g%3E%3Cg id='Event' style='display:none;'%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M102.35,20.75V8.63H88.73v12.12H39.86V8.63H26.23v12.12H7.08v98.75h114.43V20.75H102.35z M93.73,13.63h3.62v19.25h-3.62V13.63z M31.23,13.63h3.63v19.25h-3.63V13.63z M116.51,114.5H12.08V48.76h104.43V114.5z M116.51,43.76H12.08V25.75h14.15v12.13h13.63V25.75h48.87v12.13h13.62V25.75h14.16V43.76z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M23.17,57.21v20.62h20.62V57.21H23.17z M38.79,72.83H28.17V62.21h10.62V72.83z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M53.55,57.21v20.62h20.62V57.21H53.55z M69.17,72.83H58.55V62.21h10.62V72.83z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M23.17,85.86v20.62h20.62V85.86H23.17z M38.79,101.48H28.17V90.86h10.62V101.48z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M53.55,85.86v20.62h20.62V85.86H53.55z M69.17,101.48H58.55V90.86h10.62V101.48z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M84.8,57.21v20.62h20.62V57.21H84.8z M100.42,72.83H89.8V62.21h10.62V72.83z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M84.8,85.86v20.62h20.62V85.86H84.8z M100.42,101.48H89.8V90.86h10.62V101.48z'/%3E%3C/g%3E%3C/g%3E%3Cg id='Overview' style='display:none;'%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23013135;' d='M92.98,21.22V7.37H10.51v113.7h82.47V73.4c1.86-0.33,3.71-0.76,5.51-1.27v54.45H5V1.86h93.49v20.63 C96.7,21.98,94.84,21.55,92.98,21.22z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='23.13' y='83.46' style='fill:%23013135;' width='6.87' height='6.85'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='41.27' y='83.46' style='fill:%23013135;' width='39.1' height='6.85'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='23.13' y='101.59' style='fill:%23013135;' width='6.87' height='6.87'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='41.27' y='101.59' style='fill:%23013135;' width='39.1' height='6.87'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23013135;' d='M83.02,25.76H83c-0.26-0.01-0.54-0.01-0.79-0.01c-16.67,0-32.23,8.24-40.8,21.57 c8.4,13.05,23.65,21.29,39.98,21.54c0.29,0.01,0.55,0.01,0.82,0.01s0.53,0,0.79-0.01c16.35-0.25,31.6-8.5,40-21.54 C114.6,34.26,99.36,26.01,83.02,25.76z M62.81,56.75l1.49,3.05l-3-1.6c-4.91-2.6-9.15-6.04-12.56-10.18l-0.58-0.71l0.58-0.71 c3.42-4.15,7.65-7.58,12.56-10.18l3-1.6l-1.49,3.05c-1.44,2.94-2.17,6.12-2.17,9.43C60.64,50.63,61.37,53.81,62.81,56.75z M82.2,63.36c-8.85,0-16.06-7.2-16.06-16.04c0-8.85,7.21-16.06,16.06-16.06c8.85,0,16.06,7.21,16.06,16.06 C98.26,56.16,91.05,63.36,82.2,63.36z M115.67,48.02c-3.42,4.15-7.65,7.58-12.56,10.18l-3,1.6l1.49-3.05 c1.44-2.94,2.17-6.12,2.17-9.43c0-3.32-0.73-6.49-2.17-9.43l-1.49-3.05l3,1.6c4.91,2.6,9.15,6.03,12.56,10.18l0.58,0.71 L115.67,48.02z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23013135;' d='M91.82,47.31c0,5.3-4.32,9.61-9.62,9.61c-4.61,0-8.53-3.31-9.42-7.71h10.79V37.79 C88.21,38.47,91.82,42.52,91.82,47.31z'/%3E%3C/g%3E%3C/g%3E%3Cg id='Review' style='display:none;'%3E%3Cg style='display:inline;'%3E%3Cg%3E%3Cpath style='fill:%23013135;' d='M116.54,77.21c-6.58,25.4-28.8,43.14-54.04,43.14c-4.44,0-8.88-0.57-13.19-1.68 c-29.19-7.58-46.52-38.48-38.63-68.9C13.87,37.48,21,26.44,30.76,18.68l1.17-0.93L14.51,18.2l-0.16-6l27.15-0.7L41.35,40l-6-0.04 l0.09-17.34l-0.82,0.65c-8.81,6.97-15.25,16.91-18.12,28c-3.42,13.16-1.73,26.82,4.76,38.47s16.98,19.86,29.55,23.12 c25.99,6.74,52.87-9.93,59.92-37.15c7.02-27.05-8.14-54.5-33.83-61.46l1.51-5.81C107.3,16.23,124.38,46.96,116.54,77.21z'/%3E%3C/g%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='53.81' y='54.82' style='fill:%23013135;' width='39' height='7'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='34.81' y='54.82' style='fill:%23013135;' width='7' height='7'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='53.81' y='77.82' style='fill:%23013135;' width='39' height='7'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='34.81' y='77.82' style='fill:%23013135;' width='7' height='7'/%3E%3C/g%3E%3C/g%3E%3Cg id='Read_Write'%3E%3Cpolygon style='fill:%23FFFFFF;' points='94.42,48.58 94.42,6.95 13.42,6.95 13.42,120.95 94.42,120.95 94.42,97.7 100.42,91.62 100.42,126.95 7.42,126.95 7.42,0.95 100.42,0.95 100.42,42.5 '/%3E%3Cg%3E%3Crect x='25.42' y='21.95' style='fill:%23FFFFFF;' width='8' height='8'/%3E%3C/g%3E%3Cg%3E%3Crect x='43.42' y='21.95' style='fill:%23FFFFFF;' width='39' height='8'/%3E%3C/g%3E%3Cg%3E%3Crect x='25.42' y='39.95' style='fill:%23FFFFFF;' width='8' height='8'/%3E%3C/g%3E%3Cg%3E%3Crect x='43.42' y='39.95' style='fill:%23FFFFFF;' width='39' height='8'/%3E%3C/g%3E%3Cpath style='fill:%23FFFFFF;' d='M126.59,52.28l-11.74-11.59c-0.57-0.56-1.35-0.83-2.13-0.87c-0.8,0.01-1.56,0.33-2.12,0.9 l-10.18,10.32l-6,6.08l-26.83,27.2c-0.28,0.28-0.5,0.61-0.65,0.98l-3.08,7.63l-4.92,12.23c-0.45,1.12-0.18,2.4,0.68,3.25 c0.57,0.57,1.33,0.87,2.1,0.87c0.39,0,0.79-0.08,1.16-0.24l12.16-5.08l7.59-3.18c0.36-0.15,0.69-0.38,0.97-0.66l10.82-10.97l6-6.08 l26.2-26.55C127.78,55.34,127.77,53.44,126.59,52.28z M70.41,99.39l-3.22,1.35l1.3-3.24l2.52-6.25l5.56,5.56L70.41,99.39z M100.42,74.53l-6,6.08l-12.7,12.87l-7.42-7.42l20.12-20.4l6-6.08l12.35-12.51l7.47,7.37L100.42,74.53z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.uos-icon-block.uos-read-write:before{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 128 128' style='enable-background:new 0 0 128 128;' xml:space='preserve'%3E%3Cg id='Task' style='display:none;'%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M107.81,126H21.36V19.14h12.09v5h-7.09V121h76.45V24.14h-7.09v-5h12.09V126z'/%3E%3Cpolygon style='fill:%23FFFFFF;' points='107.81,19.14 107.81,126 21.36,126 21.36,19.14 37.45,19.14 37.45,24.14 26.36,24.14 26.36,121 102.81,121 102.81,24.14 91.72,24.14 91.72,19.14 '/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M75.73,12.34l-0.22-0.71c-0.96-3.13-3.01-7.18-7.37-8.68c-2.19-0.75-4.91-0.76-7.11,0 c-4.35,1.5-6.41,5.55-7.36,8.68l-0.22,0.71H42.2v18.41h44.78V12.34H75.73z M81.98,25.75H47.2v-8.41h11.52 c0.11-1.39,0.36-3.11,0.92-4.68c0.25-0.7,0.55-1.33,0.89-1.86c0.99-1.58,2.39-2.42,4.06-2.42c1.67,0,3.07,0.84,4.07,2.43 c0.33,0.52,0.63,1.15,0.88,1.85c0.59,1.65,0.83,3.44,0.92,4.68h11.52V25.75z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M38.63,50.63l2.01,2.26l9.21-8.13l3.31,3.75L40.21,59.93l-5.32-5.98L38.63,50.63z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='60.06' y='74.42' style='fill:%23FFFFFF;' width='32.87' height='5.66'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='60.06' y='98.23' style='fill:%23FFFFFF;' width='32.87' height='5.66'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='60.06' y='48.91' style='fill:%23FFFFFF;' width='32.87' height='5.65'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpolygon style='fill:%23FFFFFF;' points='53.16,48.51 40.21,59.93 34.89,53.95 38.63,50.63 40.64,52.89 49.85,44.76 '/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpolygon style='fill:%23FFFFFF;' points='53.16,74.02 40.21,85.45 34.89,79.46 38.63,76.14 40.64,78.4 49.85,70.28 '/%3E%3Cpath style='fill:%23FFFFFF;' d='M38.63,76.14l2.01,2.26l9.21-8.12l3.31,3.74L40.21,85.45l-5.32-5.99L38.63,76.14z'/%3E%3C/g%3E%3C/g%3E%3Cg id='Event' style='display:none;'%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M102.35,20.75V8.63H88.73v12.12H39.86V8.63H26.23v12.12H7.08v98.75h114.43V20.75H102.35z M93.73,13.63h3.62v19.25h-3.62V13.63z M31.23,13.63h3.63v19.25h-3.63V13.63z M116.51,114.5H12.08V48.76h104.43V114.5z M116.51,43.76H12.08V25.75h14.15v12.13h13.63V25.75h48.87v12.13h13.62V25.75h14.16V43.76z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M23.17,57.21v20.62h20.62V57.21H23.17z M38.79,72.83H28.17V62.21h10.62V72.83z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M53.55,57.21v20.62h20.62V57.21H53.55z M69.17,72.83H58.55V62.21h10.62V72.83z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M23.17,85.86v20.62h20.62V85.86H23.17z M38.79,101.48H28.17V90.86h10.62V101.48z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M53.55,85.86v20.62h20.62V85.86H53.55z M69.17,101.48H58.55V90.86h10.62V101.48z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M84.8,57.21v20.62h20.62V57.21H84.8z M100.42,72.83H89.8V62.21h10.62V72.83z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23FFFFFF;' d='M84.8,85.86v20.62h20.62V85.86H84.8z M100.42,101.48H89.8V90.86h10.62V101.48z'/%3E%3C/g%3E%3C/g%3E%3Cg id='Overview' style='display:none;'%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23013135;' d='M92.98,21.22V7.37H10.51v113.7h82.47V73.4c1.86-0.33,3.71-0.76,5.51-1.27v54.45H5V1.86h93.49v20.63 C96.7,21.98,94.84,21.55,92.98,21.22z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='23.13' y='83.46' style='fill:%23013135;' width='6.87' height='6.85'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='41.27' y='83.46' style='fill:%23013135;' width='39.1' height='6.85'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='23.13' y='101.59' style='fill:%23013135;' width='6.87' height='6.87'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='41.27' y='101.59' style='fill:%23013135;' width='39.1' height='6.87'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23013135;' d='M83.02,25.76H83c-0.26-0.01-0.54-0.01-0.79-0.01c-16.67,0-32.23,8.24-40.8,21.57 c8.4,13.05,23.65,21.29,39.98,21.54c0.29,0.01,0.55,0.01,0.82,0.01s0.53,0,0.79-0.01c16.35-0.25,31.6-8.5,40-21.54 C114.6,34.26,99.36,26.01,83.02,25.76z M62.81,56.75l1.49,3.05l-3-1.6c-4.91-2.6-9.15-6.04-12.56-10.18l-0.58-0.71l0.58-0.71 c3.42-4.15,7.65-7.58,12.56-10.18l3-1.6l-1.49,3.05c-1.44,2.94-2.17,6.12-2.17,9.43C60.64,50.63,61.37,53.81,62.81,56.75z M82.2,63.36c-8.85,0-16.06-7.2-16.06-16.04c0-8.85,7.21-16.06,16.06-16.06c8.85,0,16.06,7.21,16.06,16.06 C98.26,56.16,91.05,63.36,82.2,63.36z M115.67,48.02c-3.42,4.15-7.65,7.58-12.56,10.18l-3,1.6l1.49-3.05 c1.44-2.94,2.17-6.12,2.17-9.43c0-3.32-0.73-6.49-2.17-9.43l-1.49-3.05l3,1.6c4.91,2.6,9.15,6.03,12.56,10.18l0.58,0.71 L115.67,48.02z'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Cpath style='fill:%23013135;' d='M91.82,47.31c0,5.3-4.32,9.61-9.62,9.61c-4.61,0-8.53-3.31-9.42-7.71h10.79V37.79 C88.21,38.47,91.82,42.52,91.82,47.31z'/%3E%3C/g%3E%3C/g%3E%3Cg id='Review' style='display:none;'%3E%3Cg style='display:inline;'%3E%3Cg%3E%3Cpath style='fill:%23013135;' d='M116.54,77.21c-6.58,25.4-28.8,43.14-54.04,43.14c-4.44,0-8.88-0.57-13.19-1.68 c-29.19-7.58-46.52-38.48-38.63-68.9C13.87,37.48,21,26.44,30.76,18.68l1.17-0.93L14.51,18.2l-0.16-6l27.15-0.7L41.35,40l-6-0.04 l0.09-17.34l-0.82,0.65c-8.81,6.97-15.25,16.91-18.12,28c-3.42,13.16-1.73,26.82,4.76,38.47s16.98,19.86,29.55,23.12 c25.99,6.74,52.87-9.93,59.92-37.15c7.02-27.05-8.14-54.5-33.83-61.46l1.51-5.81C107.3,16.23,124.38,46.96,116.54,77.21z'/%3E%3C/g%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='53.81' y='54.82' style='fill:%23013135;' width='39' height='7'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='34.81' y='54.82' style='fill:%23013135;' width='7' height='7'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='53.81' y='77.82' style='fill:%23013135;' width='39' height='7'/%3E%3C/g%3E%3Cg style='display:inline;'%3E%3Crect x='34.81' y='77.82' style='fill:%23013135;' width='7' height='7'/%3E%3C/g%3E%3C/g%3E%3Cg id='Read_Write'%3E%3Cpolygon style='fill:%23FFFFFF;' points='94.42,48.58 94.42,6.95 13.42,6.95 13.42,120.95 94.42,120.95 94.42,97.7 100.42,91.62 100.42,126.95 7.42,126.95 7.42,0.95 100.42,0.95 100.42,42.5 '/%3E%3Cg%3E%3Crect x='25.42' y='21.95' style='fill:%23FFFFFF;' width='8' height='8'/%3E%3C/g%3E%3Cg%3E%3Crect x='43.42' y='21.95' style='fill:%23FFFFFF;' width='39' height='8'/%3E%3C/g%3E%3Cg%3E%3Crect x='25.42' y='39.95' style='fill:%23FFFFFF;' width='8' height='8'/%3E%3C/g%3E%3Cg%3E%3Crect x='43.42' y='39.95' style='fill:%23FFFFFF;' width='39' height='8'/%3E%3C/g%3E%3Cpath style='fill:%23FFFFFF;' d='M126.59,52.28l-11.74-11.59c-0.57-0.56-1.35-0.83-2.13-0.87c-0.8,0.01-1.56,0.33-2.12,0.9 l-10.18,10.32l-6,6.08l-26.83,27.2c-0.28,0.28-0.5,0.61-0.65,0.98l-3.08,7.63l-4.92,12.23c-0.45,1.12-0.18,2.4,0.68,3.25 c0.57,0.57,1.33,0.87,2.1,0.87c0.39,0,0.79-0.08,1.16-0.24l12.16-5.08l7.59-3.18c0.36-0.15,0.69-0.38,0.97-0.66l10.82-10.97l6-6.08 l26.2-26.55C127.78,55.34,127.77,53.44,126.59,52.28z M70.41,99.39l-3.22,1.35l1.3-3.24l2.52-6.25l5.56,5.56L70.41,99.39z M100.42,74.53l-6,6.08l-12.7,12.87l-7.42-7.42l20.12-20.4l6-6.08l12.35-12.51l7.47,7.37L100.42,74.53z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.uos-icon-block.uos-reflect:before{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 128 128' style='enable-background:new 0 0 128 128;' xml:space='preserve'%3E%3Cg id='Reflect'%3E%3Cpath style='fill:%23FFFFFF;' d='M37.83,121.7c-5.79,0-10.5-4.71-10.5-10.5s4.71-10.5,10.5-10.5s10.5,4.71,10.5,10.5 S43.62,121.7,37.83,121.7z M37.83,106.7c-2.48,0-4.5,2.02-4.5,4.5s2.02,4.5,4.5,4.5s4.5-2.02,4.5-4.5S40.31,106.7,37.83,106.7z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M19.83,102.7c-8,0-14.5-6.5-14.5-14.5s6.5-14.5,14.5-14.5s14.5,6.5,14.5,14.5 S27.82,102.7,19.83,102.7z M19.83,79.7c-4.69,0-8.5,3.81-8.5,8.5s3.81,8.5,8.5,8.5s8.5-3.81,8.5-8.5S24.51,79.7,19.83,79.7z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M78.83,88.7c-4.59,0-8.94-1.5-12.5-4.26c-3.56,2.76-7.91,4.26-12.5,4.26 c-11.14,0-20.23-8.93-20.49-20.01c-11.08-0.26-20.01-9.36-20.01-20.49s8.93-20.23,20.01-20.49C33.6,16.63,42.69,7.7,53.83,7.7 c4.59,0,8.94,1.49,12.5,4.26c3.56-2.76,7.91-4.26,12.5-4.26c11.14,0,20.23,8.93,20.49,20.01c11.08,0.26,20.01,9.36,20.01,20.49 s-8.93,20.23-20.01,20.49C99.06,79.77,89.97,88.7,78.83,88.7z M66.33,76.13l2.15,2.2c2.75,2.82,6.42,4.37,10.35,4.37 c8,0,14.5-6.5,14.5-14.5c0-0.76-0.06-1.52-0.17-2.24l-0.65-4.08l4.08,0.65c0.72,0.11,1.48,0.17,2.24,0.17c8,0,14.5-6.5,14.5-14.5 s-6.5-14.5-14.5-14.5c-0.77,0-1.52,0.06-2.24,0.17l-4.08,0.65l0.65-4.08c0.11-0.72,0.17-1.48,0.17-2.24c0-8-6.5-14.5-14.5-14.5 c-3.93,0-7.61,1.55-10.35,4.36l-2.15,2.2l-2.15-2.2c-2.75-2.81-6.42-4.36-10.35-4.36c-8,0-14.5,6.5-14.5,14.5 c0,0.77,0.06,1.52,0.17,2.24l0.65,4.08l-4.08-0.65c-0.72-0.11-1.47-0.17-2.24-0.17c-8,0-14.5,6.5-14.5,14.5s6.5,14.5,14.5,14.5 c0.76,0,1.52-0.06,2.24-0.17l4.08-0.65l-0.65,4.08c-0.11,0.72-0.17,1.47-0.17,2.24c0,8,6.5,14.5,14.5,14.5 c3.93,0,7.61-1.55,10.35-4.37L66.33,76.13z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.uos-icon-block.uos-task:before{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 128 128' style='enable-background:new 0 0 128 128;' xml:space='preserve'%3E%3Cg id='Task'%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M107.81,126H21.36V19.14h12.09v5h-7.09V121h76.45V24.14h-7.09v-5h12.09V126z'/%3E%3Cpolygon style='fill:%23FFFFFF;' points='107.81,19.14 107.81,126 21.36,126 21.36,19.14 37.45,19.14 37.45,24.14 26.36,24.14 26.36,121 102.81,121 102.81,24.14 91.72,24.14 91.72,19.14 '/%3E%3C/g%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M75.73,12.34l-0.22-0.71c-0.96-3.13-3.01-7.18-7.37-8.68c-2.19-0.75-4.91-0.76-7.11,0 c-4.35,1.5-6.41,5.55-7.36,8.68l-0.22,0.71H42.2v18.41h44.78V12.34H75.73z M81.98,25.75H47.2v-8.41h11.52 c0.11-1.39,0.36-3.11,0.92-4.68c0.25-0.7,0.55-1.33,0.89-1.86c0.99-1.58,2.39-2.42,4.06-2.42c1.67,0,3.07,0.84,4.07,2.43 c0.33,0.52,0.63,1.15,0.88,1.85c0.59,1.65,0.83,3.44,0.92,4.68h11.52V25.75z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M38.63,50.63l2.01,2.26l9.21-8.13l3.31,3.75L40.21,59.93l-5.32-5.98L38.63,50.63z'/%3E%3C/g%3E%3Cg%3E%3Crect x='60.06' y='74.42' style='fill:%23FFFFFF;' width='32.87' height='5.66'/%3E%3C/g%3E%3Cg%3E%3Crect x='60.06' y='98.23' style='fill:%23FFFFFF;' width='32.87' height='5.66'/%3E%3C/g%3E%3Cg%3E%3Crect x='60.06' y='48.91' style='fill:%23FFFFFF;' width='32.87' height='5.65'/%3E%3C/g%3E%3Cg%3E%3Cpolygon style='fill:%23FFFFFF;' points='53.16,48.51 40.21,59.93 34.89,53.95 38.63,50.63 40.64,52.89 49.85,44.76 '/%3E%3C/g%3E%3Cg%3E%3Cpolygon style='fill:%23FFFFFF;' points='53.16,74.02 40.21,85.45 34.89,79.46 38.63,76.14 40.64,78.4 49.85,70.28 '/%3E%3Cpath style='fill:%23FFFFFF;' d='M38.63,76.14l2.01,2.26l9.21-8.12l3.31,3.74L40.21,85.45l-5.32-5.99L38.63,76.14z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

/* template for additional icon block icons

.uos-icon-block.<classname>:before{
    background-image:url("<url for image>");
}

*/

.uos-icon-block .uos-important{
    background:var(--uos-red-bgcolor);
    margin-right: -1.5em;
    margin-bottom: -1.5em;
    margin-left: -1.5em;
    padding: 1em 1.5em 1.5em 1.5em;
}

@media only screen and (min-width:768px) {
    .uos-icon-block{
        margin: 0 1em 1.5em 100px;
        padding: 1.5em 2em;
        position:relative;
        min-height: 130px;
    }
    .uos-icon-block > h2:first-child,
    .uos-icon-block > h3:first-child,
    .uos-icon-block > h4:first-child,
    .uos-icon-block > h5:first-child,
    .uos-icon-block > h6:first-child,
    .uos-icon-block > p:first-child{
        margin-left: 0; 
    }
    .uos-icon-block:before{
        height:100px;
        width:100px;
        top:1em;
        left:1em;
        margin:0 0 0 -100px;
    }
    .uos-icon-block .uos-important{
        margin-right: -2em;
        margin-left: -2em;
        padding: 1em 2em 1.5em 2em;
    }
}

/* Instruction */

.uos-instruction{
    background:var(--uos-flint);
    color:var(--uos-font-light);
    padding: 1em 1.5em 1em 3.5em;
    margin: 0 0 1em 0;
    font-size: 1em;
    position: relative;
    transition:all 1s;
}
.uos-instruction img{
    height:1.5em;
    width:1.5em;
    position:absolute;
    top:1em;
    left:1em;
}
.uos-instruction a{
    color:var(--uos-font-light);
    text-decoration:underline;
}

@media only screen and (min-width:768px) {
    .uos-instruction{
        margin: 0 1em 1em 1em;
        font-size: 1.2em;
    }
}

/* Links block */

.uos-links-block{
    margin:0 0 1em 0;
    padding:0.5em;
    color:inherit;
    background-color: transparent;
    color: var(--uos-font-dark);
}
.uos-links-block > h2,
.uos-links-block > h3,
.uos-links-block > h4,
.uos-links-block > h5,
.uos-links-block > h6{
    display: inline;
    font-size: 1rem;
    font-weight:bold;
    margin:0!important;
    color:inherit;
}
.uos-links-block > h2:after,
.uos-links-block > h3:after,
.uos-links-block > h4:after,
.uos-links-block > h5:after,
.uos-links-block > h6:after{
    content:":";
}
.uos-links-block ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
    box-sizing: border-box;
}
.uos-links-block ul > li{
    display: inline;
    padding: 0 0.5em;
    margin: 0;
    box-sizing: border-box;
}
.uos-links-block ul > li + li{
    border-left:1px solid var(--uos-font-dark);
}
.uos-links-block.uos-green ul > li + li,
.uos-links-block.uos-purple ul > li + li,
.uos-links-block.uos-blue ul > li + li,
.uos-links-block.uos-red ul > li + li,
.uos-links-block.uos-orange ul > li + li{
    border-left-color: var(--uos-font-light);
}
.uos-links-block ul.no-borders > li + li{
    border-left:none;
}
.uos-links-block.uos-green{
    color: var(--uos-font-light);
    background-color: var(--uos-green);
}
.uos-links-block.uos-purple{
    color: var(--uos-font-light);
    background-color: var(--uos-purple);
}
.uos-links-block.uos-blue{
    color: var(--uos-font-light);
    background-color: var(--uos-blue);
}
.uos-links-block.uos-red{
    color: var(--uos-font-light);
    background-color: var(--uos-red);
}
.uos-links-block.uos-orange{
    color: var(--uos-font-light);
    background-color: var(--uos-orange);
}
.uos-links-block.uos-yellow{
    color: var(--uos-font-dark);
    background-color: var(--uos-yellow);
}
.uos-links-block.uos-light-blue{
    color: var(--uos-font-dark);
    background-color: var(--uos-light-blue);
}
.uos-links-block.uos-pink{
    color: var(--uos-font-dark);
    background-color: var(--uos-pink);
}
