<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Theming CSS */

  /* Header text color */
  .u-org--header {
    color: #001e60;
  }

  button.u-org--header.appheader__button:hover,
  button.u-org--header.appheader__button:active {
    background-color: rgba(0, 30, 96, 0.1) !important;
  }

  button.u-org--header:not(.appnav__link):hover,
  button.u-org--header:not(.appnav__link):active,
  button.u-org--header:not(.appnav__link):focus {
    color: #001e60;
  }

  button.u-org--header.appheader__searchbutton,
  button.u-org--header.appheader__categoriesbutton,
  input[type="search"].u-org--header {
    border-color: rgba(0, 30, 96, 0.3) !important;
  }

  button.u-org--header.appheader__searchbutton:hover,
  button.u-org--header.appheader__searchbutton:active,
  button.u-org--header.appheader__searchbutton:focus,
  button.u-org--header.appheader__searchbutton:focus-visible,
  button.u-org--header.appheader__categoriesbutton:hover,
  button.u-org--header.appheader__categoriesbutton:active,
  button.u-org--header.appheader__categoriesbutton:focus,
  button.u-org--header.appheader__categoriesbutton:focus-visible,
  input[type="search"].u-org--header:hover,
  input[type="search"].u-org--header:active,
  input[type="search"].u-org--header:focus,
  input[type="search"].u-org--header:focus-visible {
    border-color: rgba(0, 30, 96, 0.5) !important;
  }

  input[type="search"].u-org--header:focus {
    border-color: transparent !important;
  }

  .u-org--header .search__input--appheader:not(:focus):-ms-input-placeholder {
    color: #001e60;
  }

  .u-org--header .search__input--appheader:not(:focus)::-ms-input-placeholder {
    color: #001e60;
  }

  .u-org--header .search__input--appheader:not(:focus)::placeholder {
    color: #001e60;
  }


  /* Organization color */
  .u-orgcolor--color,
  .u-orgcolor--hovercolor:hover {
    color: #4dbdf5 !important;
  }
  .u-orgcolor--bg,
  .u-orgcolor--hoverbg:hover {
    background-color: #4dbdf5 !important;
  }
  .u-orgcolor--border,
  .u-orgcolor--border:link,
  .u-orgcolor--border:visited,
  .u-orgcolor--border:hover,
  .u-orgcolor--border:active,
  .u-orgcolor--border:focus {
    border-color: #4dbdf5;
    color: #4dbdf5;
  }
  .u-orgcolor--borderonly,
  .u-orgcolor--borderonly:link,
  .u-orgcolor--borderonly:visited,
  .u-orgcolor--borderonly:hover,
  .u-orgcolor--borderonly:active,
  .u-orgcolor--borderonly:focus {
    border-color: #4dbdf5;
  }
  .u-orgcolor--borderhover:hover,
  .u-orgcolor--borderhover:hover {
    border-color: #4dbdf5;
  }
  .u-orgcolor--svgfill {
    color: #4dbdf5;
    fill: #4dbdf5;
  }
  .u-orgcolor--svgstroke {
    color: #4dbdf5;
    stroke: #4dbdf5;
  }
  .u-orgcolor--svgall {
    color: #4dbdf5;
    fill: #4dbdf5;
    stroke: #4dbdf5;
  }
  .u-org--svgactive[data-active="true"],
  .u-org--svgactive:hover {
    color: #4dbdf5 !important;
    stroke: #4dbdf5 !important;
  }
  .u-org--barchart:after {
    background-color: #4dbdf5 !important;
  }
  .u-org--piechart {
    color: rgba(0, 0, 0, 0.15);
    stroke: #4dbdf5;
  }
  .u-org--tooltip {
    background-color: #4dbdf5;
  }
  .u-org--tooltiptop:before {
    border-top-color: #4dbdf5;
  }
  .u-org--tooltipright:before {
    border-right-color: #4dbdf5;
  }
  .u-org--tooltipbottom:before {
    border-bottom-color: #4dbdf5;
  }
  .u-org--tooltipleft:before {
    border-left-color: #4dbdf5;
  }
  .updatecard__heading--new:before {
    background-color: #4dbdf5;
  }
  .session:before {
    background-color: #4dbdf5;
  }
  .activityprogress__value {
    background-color: #4dbdf5;
  }
}
  .iconbutton,
  .comments__headerbutton, {
    color: #4dbdf5;
  }

  .u-org--catalogflag {
    background-image: linear-gradient(225deg, #4dbdf5 50%, transparent 50%);
  }

  .u-org--catalogflagsearch {
    background-image: linear-gradient(225deg, #4dbdf5 50%, transparent 50%);
  }

  .u-org--catalogflag-in-progress {
    background-image: linear-gradient(225deg, #fff 47%, #4dbdf5 3%, transparent 50%);
    border-top: 1px solid #4dbdf5;
    border-right: 1px solid #4dbdf5;
    svg {
      color: #4dbdf5;
    }
  }

  .u-org--enrollmentmsgimage {
    background-color: #4dbdf5
  }

  .u-org--catalogflagbg {
    background-image: linear-gradient(225deg, #4dbdf5 50%, transparent 50%);
  }
  .u-org--catalogflagfill {
    color: #4dbdf5;
    fill: #4dbdf5;
  }

  .u-org--tabactive,
  .u-org--tab:hover,
  .u-org--tab:active,
  .u-org--tab:focus {
    border-color: #4dbdf5;
  }
  .link--primary,
  .u-org--link,
  .u-org--link:link,
  .u-org--link:visited,
  .u-org--link:hover,
  .u-org--link:active,
  .u-org--link:focus {
    color: #4dbdf5;
  }
  .u-org--linkhover:hover,
  .u-org--linkhover:active,
  .u-org--linkhover:focus {
    color: #4dbdf5;
  }

.button--primary:not([disabled]),
  .button--primary:link,
  .button--primary:visited,
  .button--primary:hover,
  .button--primary:active,
  .button--primary:focus,
  .blankslate .button,
  .coursebar__btn--active,
  .coursebar__btn--active:hover,
  .coursebar__btn--active:focus,
  .tagbutton--selected:not(.tagbutton--taxonomy) {
    background-color: #4dbdf5 !important;
    border-color: #4dbdf5 !important;
    color: #fff !important;
  }


  .tooltip {
    background-color: #4dbdf5;
  }
  .tooltip--left::before {
    border-left-color: #4dbdf5;
  }
  .tooltip--right::before {
    border-right-color: #4dbdf5;
  }
  .tooltip--bottom::before,
  .tooltip--bottom-left::before,
  .tooltip--bottom-right::before {
    border-bottom-color: #4dbdf5;
  }
  .tooltip--top::before,
  .tooltip--top-left::before,
  .tooltip--top-right::before {
    border-top-color: #4dbdf5;
  }
  .checkbox--primary .checkbox__input:checked + .checkbox__ui {
    background-color: #4dbdf5;
    border: 2px solid #4dbdf5;
  }
  .question .checkbox__input:checked + .checkbox__ui {
    background-color: #4dbdf5;
    border: 1px solid #4dbdf5;
  }
  .question .radio__input:checked + .radio__ui {
    border-color: #4dbdf5;
  }
  .question .radio__input:checked + .radio__ui::before {
    background-color: #4dbdf5;
  }
  .assessment__completedicon, .assessment__gradingicon {
    background-color: #4dbdf5;
  }
  .enrollmentmsg__image.enrollmentmsg__image--complete  {
    background-color: #4dbdf5;
  }

  .rank__listitem .radio__input:checked + .radio__ui {
    border-color: #4dbdf5;
  }
  .rank__listitem .radio__input:checked + .radio__ui::before {
    background-color: #4dbdf5;
  }
  .sharelinks__link:hover,
  .sharelinks__link:focus,
  .sharelinks__link.button:hover,
  .sharelinks__link.button:focus {
    color: #4dbdf5;
  }
  .rating input[type="radio"]:not([disabled]) + label {
    color: #4dbdf5;
  }
  .courselist__item[data-status="completed"] .courselist__marker, .courselist__item[data-status="in-progress"] .courselist__marker,
  .pathmenu__sectionitem[data-status="completed"] .pathmenu__itemmarker, .pathmenu__sectionitem[data-status="in-progress"] .pathmenu__itemmarker {
    color: #4dbdf5;
  }
  .courselist__item[data-status="in-progress"]:not([data-shape]) .courselist__marker {
    border-color: #4dbdf5;
  }

    .u-org--catalogflag-in-progress svg {
    color: #4dbdf5;
  }
}
  .pageoutline__currentlink,
  .pageoutline__currentlink:hover,
  .pageoutline__currentlink:focus {
    color: #4dbdf5;
  }
  .tagbutton--selected,
  .tagbutton--selected:hover,
  .tagbutton--selected:active,
  .tagbutton--selected.tagbutton--taxonomy:hover,
  .tagbutton--selected.tagbutton--taxonomy:active {
    border-color: inherit !important;
    background-color: #4dbdf5;
  }
  .tagbutton--selected.tagbutton--taxonomy {
    background-color: #4dbdf50c !important;
    border-color: #4dbdf5 !important;
  }
  .datepicker .pika-prev,
  .datepicker .pika-next {
    border: 1px solid #4dbdf5;
  }
  .datepicker .pika-prev,
  .datepicker .is-rtl .pika-next {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2025'%20version%3D'1.1'%3E%3Cpolyline%20fill%3D'none'%20stroke%3D'%234dbdf5'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20points%3D'16.7%209.4%2011.6%2012.4%2016.6%2015.3'%2F%3E%3C%2Fsvg%3E");
  }
  .datepicker .pika-next,
  .datepicker .is-rtl .pika-prev {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20version%3D'1.1'%20viewBox%3D'0%200%2030%2025'%3E%3Cpath%20d%3D'M12.6%209.5L17.7%2012.4%2012.6%2015.3'%20fill-opacity%3D'0'%20stroke%3D'%234dbdf5'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3C%2Fsvg%3E");
  }
  .datepicker .is-today .pika-button {
    color: #4dbdf5;
  }
  .datepicker .is-selected .pika-button,
  .datepicker .is-selected .pika-button:hover {
    background: #4dbdf5;
  }
  .banner__icon {
    color: #4dbdf5;
    background: #4dbdf5;
  }

  /* Branding logo */
  .header__titleicon.u-org--titleicon {
    max-width: 120px;
  }
  @media (min-width: 370px) {
    .header__titleicon.u-org--titleicon {
      max-width: 160px;
    }
  }
  .u-org--titleicon + .header__titletext,
  .u-org--titleicon + .sidemenu__titletext {
    display: none;
  }
  .u-org--header .header__titlelink {
    text-overflow: clip;
  }

  /* Custom CSS */
  p.mediablock__summary.mediablock__summary
{
font-family: "Lora" !important; 
  font-weight: normal !important; /* Makes the text bold */
font-size: 15px;
}

h2.mediablock__title.u-headingitem
{
font-size: 20px;
font-weight: bold;
}

span.checkbox__label
{
font-size: 15px;
font-weight: normal;
font-family: "Lora" !important; 
}

.question__question p
{
font-size: 18px  !important; 
font-weight: 450;
}

span.radio__label
{
font-size: 15px;
font-weight: normal;
font-family: "Lora" !important;


}




html:not([class*="ev-"]):not(#ev-root):not(#ev-root *),
body:not([class*="ev-"]):not(#ev-root):not(#ev-root *),
*:not([class*="ev"]):not(#ev-root):not(#ev-root *):not(svg):not(svg *):not(symbol *):not(use *):not(g path):not(g text) {
  color: #001E60;
  color: #001E60;
}


/* Form elements */
input, textarea, select, button:not([class^="ev-"]), option  {
&nbsp; color: #001E60 !important;
  color: #001E60 !important;
}

/* Placeholder text */
::placeholder 
{
&nbsp; color: #001E60 !important;
 color: #001E60 !important;
&nbsp; opacity: 1 !important;
}

.button--primary:not([disabled]), .button--primary:link, .button--primary:visited, .button--primary:hover, .button--primary:active, .button--primary:focus, .blankslate .button, .coursebar__btn--active, .coursebar__btn--active:hover, .coursebar__btn--active:focus, .tagbutton--selected:not(.tagbutton--taxonomy)
{
&nbsp; color: #001E60 !important;
 color: #001E60 !important;
font-weight: 900;
  font-size: 16px;
  font-family: "Roboto";
}
.appnav__link {
 font-size: 16px;
  font-weight: 400;
font-family: "Lora";
}

.uikitButtonsButton-module-isVariantDefault-bS138.uikitButtonsButton-module-isColorPrimary-7-muM {
  background-color: #4dbdf5 !important;
  font-weight: 900;
  color: #001E60 !important;
}

.profileHero-module-background-IOGdy {
  max-height: 200px !important;
  background-color: #001e60;
}


[class*="uikitInsigniasInsignia-module"] {
color: #4dbdf5 !important;
}
.profileHero-module-backgroundImage-FaED7 {
background-image: none !important;
}

[class*="uikitContentTypo-module"] {
color: #001E60 !important;
}

.award__name {
color: #001E60 !important;
}

.profileHero-module-insignias-0kS8V.profileHero-module-insignias-0kS8V span
 {
 color: #4dbdf5 !important;
font-family: "Lora" !important; 
}

.profileHero-module-titlesText-sYOyg.profileHero-module-titlesText-sYOyg, .profileHero-module-name-fiX2X.profileHero-module-name-fiX2X  {
  color: #4dbdf5 !important;
  font-weight: bold !important;
  font-family: "Lora" !important;
}
.profileGold-module-icon-8tISx {
  color: #D4AF37 !important;
}

.goldTransactionsModal-module-placeholderIcon-8yngT.goldTransactionsModal-module-placeholderIcon-8yngT
{
  color: #D4AF37 !important;
}

.profileHero-module-background-IOGdy::after 
{
  background: none !important;
  filter: blur(0);
}

.question__watermark {

  color: white !important;
}

</pre></body></html>