Skip to content
Snippets Groups Projects
Commit 41f3abec authored by Martin Leblanc's avatar Martin Leblanc
Browse files

merging the rebase

parents 9ea3f414 c8b27a86
No related branches found
No related tags found
1 merge request!91ISTWCMS-4848 m26lebla faculty colours
......@@ -26,6 +26,10 @@ if [[ -d gesso ]]; then
fi
git clone --branch $gesso_version https://git.uwaterloo.ca/drupal-org/gesso.git
if [ "$?" != 0 ]; then
echo "Error: git clone failed"
exit 2;
fi
if [[ $build_option == 1 || $build_option == 3 ]]; then
......@@ -54,6 +58,10 @@ if [[ $build_option == 1 || $build_option == 3 ]]; then
echo "Running npm install ..."
cd gesso
npm install
if [ "$?" != 0 ]; then
echo "Error: npm install failed"
exit 2;
fi
echo "Done npm install."
echo "**************************************************************************************"
echo ""
......@@ -85,6 +93,10 @@ if [[ $build_option == 1 || $build_option == 3 ]]; then
echo "**************************************************************************************"
echo "Running gulp build ..."
gulp build
if [ "$?" != 0 ]; then
echo "Error: gulp build failed"
exit 2;
fi
cd ..
echo "Done running gulp build."
echo "**************************************************************************************"
......
......@@ -111,10 +111,8 @@
.org-ahs .card__title a.pager__link {
color: #000;
}
.org-ahs a.global-site-footer:link,
.org-ahs a.global-site-footer:visited,
.org-ahs a.global-site-footer:active,
.org-ahs .card__title a.global-site-footer:link,
.org-ahs .card__title a.global-site-footer:visited,
.org-ahs .card__title a.global-site-footer:active {
color: #000;
......@@ -230,10 +228,8 @@
.org-art .card__title a.pager__link {
color: #000;
}
.org-art a.global-site-footer:link,
.org-art a.global-site-footer:visited,
.org-art a.global-site-footer:active,
.org-art .card__title a.global-site-footer:link,
.org-art .card__title a.global-site-footer:visited,
.org-art .card__title a.global-site-footer:active {
color: #000;
......@@ -349,10 +345,8 @@
.org-eng .card__title a.pager__link {
color: #000;
}
.org-eng a.global-site-footer:link,
.org-eng a.global-site-footer:visited,
.org-eng a.global-site-footer:active,
.org-eng .card__title a.global-site-footer:link,
.org-eng .card__title a.global-site-footer:visited,
.org-eng .card__title a.global-site-footer:active {
color: #000;
......@@ -468,10 +462,8 @@
.org-env .card__title a.pager__link {
color: #000;
}
.org-env a.global-site-footer:link,
.org-env a.global-site-footer:visited,
.org-env a.global-site-footer:active,
.org-env .card__title a.global-site-footer:link,
.org-env .card__title a.global-site-footer:visited,
.org-env .card__title a.global-site-footer:active {
color: #000;
......@@ -587,10 +579,8 @@
.org-mat .card__title a.pager__link {
color: #000;
}
.org-mat a.global-site-footer:link,
.org-mat a.global-site-footer:visited,
.org-mat a.global-site-footer:active,
.org-mat .card__title a.global-site-footer:link,
.org-mat .card__title a.global-site-footer:visited,
.org-mat .card__title a.global-site-footer:active {
color: #000;
......@@ -706,10 +696,8 @@
.org-sci .card__title a.pager__link {
color: #000;
}
.org-sci a.global-site-footer:link,
.org-sci a.global-site-footer:visited,
.org-sci a.global-site-footer:active,
.org-sci .card__title a.global-site-footer:link,
.org-sci .card__title a.global-site-footer:visited,
.org-sci .card__title a.global-site-footer:active {
color: #000;
......@@ -825,10 +813,8 @@
.org-school .card__title a.pager__link {
color: #000;
}
.org-school a.global-site-footer:link,
.org-school a.global-site-footer:visited,
.org-school a.global-site-footer:active,
.org-school .card__title a.global-site-footer:link,
.org-school .card__title a.global-site-footer:visited,
.org-school .card__title a.global-site-footer:active {
color: #000;
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.org-default h1,.org-default h2,.org-default h3,.org-default h4,.org-default h5,.org-default h6{color:#000}.org-default a:not(.button){color:#000}.org-default a:not(.button):focus,.org-default a:not(.button):hover{color:#787878}.org-default .menu--uw-footer li a{color:#fff}.org-default .menu--uw-footer li a:visited{color:#fdd54f}.org-default .menu--uw-footer li a:focus,.org-default .menu--uw-footer li a:hover{color:#fdd54f}.org-default .uw-site-footer__content a{color:#fff}.org-default .uw-site-footer__content a:active,.org-default .uw-site-footer__content a:focus,.org-default .uw-site-footer__content a:hover,.org-default .uw-site-footer__content a:visited{color:#fff}.org-default .uw-footer__social-directory a:link,.org-default .uw-footer__social-directory a:visited{color:#fff}.org-default .uw-footer__social-directory a:focus,.org-default .uw-footer__social-directory a:hover{color:#fdd54f}.org-default .uw-territorial a:link,.org-default .uw-territorial a:visited{color:#fdd54f}.org-default .uw-territorial a:focus,.org-default .uw-territorial a:hover{color:#fdd54f}.org-ahs .uw-blockquote__text,.org-ahs .uw-blockquote__text::after,.org-ahs .uw-blockquote__text::before{color:#005963}.org-ahs .card__title a,.org-ahs a{color:#005963}.org-ahs .card__title a:visited,.org-ahs a:visited{color:#005963}.org-ahs .card__title a:focus,.org-ahs .card__title a:hover,.org-ahs a:focus,.org-ahs a:hover{color:#005963}.org-ahs .card__title a.button,.org-ahs a.button{color:#fff}.org-ahs .card__title a.button:focus,.org-ahs .card__title a.button:hover,.org-ahs a.button:focus,.org-ahs a.button:hover{color:#787878}.org-ahs .card__title a.pager__link,.org-ahs a.pager__link{color:#000}.org-ahs .card__title a.global-site-footer:active,.org-ahs .card__title a.global-site-footer:link,.org-ahs .card__title a.global-site-footer:visited,.org-ahs a.global-site-footer:active,.org-ahs a.global-site-footer:link,.org-ahs a.global-site-footer:visited{color:#000}.org-ahs .menu--uw-footer li a{color:#fff}.org-ahs .menu--uw-footer li a:visited{color:#fdd54f}.org-ahs .menu--uw-footer li a:focus,.org-ahs .menu--uw-footer li a:hover{color:#fdd54f}.org-ahs .uw-site-footer__content a{color:#fff}.org-ahs .uw-site-footer__content a:active,.org-ahs .uw-site-footer__content a:focus,.org-ahs .uw-site-footer__content a:hover,.org-ahs .uw-site-footer__content a:visited{color:#fff}.org-ahs .uw-footer__social-directory a:link,.org-ahs .uw-footer__social-directory a:visited{color:#fff}.org-ahs .uw-footer__social-directory a:focus,.org-ahs .uw-footer__social-directory a:hover{color:#fdd54f}.org-ahs .uw-territorial a:link,.org-ahs .uw-territorial a:visited{color:#fdd54f}.org-ahs .uw-territorial a:focus,.org-ahs .uw-territorial a:hover{color:#fdd54f}.org-ahs .layout-builder__link,.org-ahs .tabs a,.org-ahs .timeline-info__withlink a,.org-ahs .toolbar-tray a,.org-ahs .uw-site-name__link,.org-ahs .views-exposed-form a{color:#000}.org-ahs .layout-builder__link:active,.org-ahs .layout-builder__link:focus,.org-ahs .layout-builder__link:hover,.org-ahs .layout-builder__link:visited,.org-ahs .tabs a:active,.org-ahs .tabs a:focus,.org-ahs .tabs a:hover,.org-ahs .tabs a:visited,.org-ahs .timeline-info__withlink a:active,.org-ahs .timeline-info__withlink a:focus,.org-ahs .timeline-info__withlink a:hover,.org-ahs .timeline-info__withlink a:visited,.org-ahs .toolbar-tray a:active,.org-ahs .toolbar-tray a:focus,.org-ahs .toolbar-tray a:hover,.org-ahs .toolbar-tray a:visited,.org-ahs .uw-site-name__link:active,.org-ahs .uw-site-name__link:focus,.org-ahs .uw-site-name__link:hover,.org-ahs .uw-site-name__link:visited,.org-ahs .views-exposed-form a:active,.org-ahs .views-exposed-form a:focus,.org-ahs .views-exposed-form a:hover,.org-ahs .views-exposed-form a:visited{color:#000}.org-art .uw-blockquote__text,.org-art .uw-blockquote__text::after,.org-art .uw-blockquote__text::before{color:#d93f00}.org-art .card__title a,.org-art a{color:#d93f00}.org-art .card__title a:visited,.org-art a:visited{color:#d93f00}.org-art .card__title a:focus,.org-art .card__title a:hover,.org-art a:focus,.org-art a:hover{color:#d93f00}.org-art .card__title a.button,.org-art a.button{color:#fff}.org-art .card__title a.button:focus,.org-art .card__title a.button:hover,.org-art a.button:focus,.org-art a.button:hover{color:#787878}.org-art .card__title a.pager__link,.org-art a.pager__link{color:#000}.org-art .card__title a.global-site-footer:active,.org-art .card__title a.global-site-footer:link,.org-art .card__title a.global-site-footer:visited,.org-art a.global-site-footer:active,.org-art a.global-site-footer:link,.org-art a.global-site-footer:visited{color:#000}.org-art .menu--uw-footer li a{color:#fff}.org-art .menu--uw-footer li a:visited{color:#fdd54f}.org-art .menu--uw-footer li a:focus,.org-art .menu--uw-footer li a:hover{color:#fdd54f}.org-art .uw-site-footer__content a{color:#fff}.org-art .uw-site-footer__content a:active,.org-art .uw-site-footer__content a:focus,.org-art .uw-site-footer__content a:hover,.org-art .uw-site-footer__content a:visited{color:#fff}.org-art .uw-footer__social-directory a:link,.org-art .uw-footer__social-directory a:visited{color:#fff}.org-art .uw-footer__social-directory a:focus,.org-art .uw-footer__social-directory a:hover{color:#fdd54f}.org-art .uw-territorial a:link,.org-art .uw-territorial a:visited{color:#fdd54f}.org-art .uw-territorial a:focus,.org-art .uw-territorial a:hover{color:#fdd54f}.org-art .layout-builder__link,.org-art .tabs a,.org-art .timeline-info__withlink a,.org-art .toolbar-tray a,.org-art .uw-site-name__link,.org-art .views-exposed-form a{color:#000}.org-art .layout-builder__link:active,.org-art .layout-builder__link:focus,.org-art .layout-builder__link:hover,.org-art .layout-builder__link:visited,.org-art .tabs a:active,.org-art .tabs a:focus,.org-art .tabs a:hover,.org-art .tabs a:visited,.org-art .timeline-info__withlink a:active,.org-art .timeline-info__withlink a:focus,.org-art .timeline-info__withlink a:hover,.org-art .timeline-info__withlink a:visited,.org-art .toolbar-tray a:active,.org-art .toolbar-tray a:focus,.org-art .toolbar-tray a:hover,.org-art .toolbar-tray a:visited,.org-art .uw-site-name__link:active,.org-art .uw-site-name__link:focus,.org-art .uw-site-name__link:hover,.org-art .uw-site-name__link:visited,.org-art .views-exposed-form a:active,.org-art .views-exposed-form a:focus,.org-art .views-exposed-form a:hover,.org-art .views-exposed-form a:visited{color:#000}.org-eng .uw-blockquote__text,.org-eng .uw-blockquote__text::after,.org-eng .uw-blockquote__text::before{color:#57058b}.org-eng .card__title a,.org-eng a{color:#57058b}.org-eng .card__title a:visited,.org-eng a:visited{color:#57058b}.org-eng .card__title a:focus,.org-eng .card__title a:hover,.org-eng a:focus,.org-eng a:hover{color:#57058b}.org-eng .card__title a.button,.org-eng a.button{color:#fff}.org-eng .card__title a.button:focus,.org-eng .card__title a.button:hover,.org-eng a.button:focus,.org-eng a.button:hover{color:#787878}.org-eng .card__title a.pager__link,.org-eng a.pager__link{color:#000}.org-eng .card__title a.global-site-footer:active,.org-eng .card__title a.global-site-footer:link,.org-eng .card__title a.global-site-footer:visited,.org-eng a.global-site-footer:active,.org-eng a.global-site-footer:link,.org-eng a.global-site-footer:visited{color:#000}.org-eng .menu--uw-footer li a{color:#fff}.org-eng .menu--uw-footer li a:visited{color:#fdd54f}.org-eng .menu--uw-footer li a:focus,.org-eng .menu--uw-footer li a:hover{color:#fdd54f}.org-eng .uw-site-footer__content a{color:#fff}.org-eng .uw-site-footer__content a:active,.org-eng .uw-site-footer__content a:focus,.org-eng .uw-site-footer__content a:hover,.org-eng .uw-site-footer__content a:visited{color:#fff}.org-eng .uw-footer__social-directory a:link,.org-eng .uw-footer__social-directory a:visited{color:#fff}.org-eng .uw-footer__social-directory a:focus,.org-eng .uw-footer__social-directory a:hover{color:#fdd54f}.org-eng .uw-territorial a:link,.org-eng .uw-territorial a:visited{color:#fdd54f}.org-eng .uw-territorial a:focus,.org-eng .uw-territorial a:hover{color:#fdd54f}.org-eng .layout-builder__link,.org-eng .tabs a,.org-eng .timeline-info__withlink a,.org-eng .toolbar-tray a,.org-eng .uw-site-name__link,.org-eng .views-exposed-form a{color:#000}.org-eng .layout-builder__link:active,.org-eng .layout-builder__link:focus,.org-eng .layout-builder__link:hover,.org-eng .layout-builder__link:visited,.org-eng .tabs a:active,.org-eng .tabs a:focus,.org-eng .tabs a:hover,.org-eng .tabs a:visited,.org-eng .timeline-info__withlink a:active,.org-eng .timeline-info__withlink a:focus,.org-eng .timeline-info__withlink a:hover,.org-eng .timeline-info__withlink a:visited,.org-eng .toolbar-tray a:active,.org-eng .toolbar-tray a:focus,.org-eng .toolbar-tray a:hover,.org-eng .toolbar-tray a:visited,.org-eng .uw-site-name__link:active,.org-eng .uw-site-name__link:focus,.org-eng .uw-site-name__link:hover,.org-eng .uw-site-name__link:visited,.org-eng .views-exposed-form a:active,.org-eng .views-exposed-form a:focus,.org-eng .views-exposed-form a:hover,.org-eng .views-exposed-form a:visited{color:#000}.org-env .uw-blockquote__text,.org-env .uw-blockquote__text::after,.org-env .uw-blockquote__text::before{color:#607000}.org-env .card__title a,.org-env a{color:#607000}.org-env .card__title a:visited,.org-env a:visited{color:#607000}.org-env .card__title a:focus,.org-env .card__title a:hover,.org-env a:focus,.org-env a:hover{color:#607000}.org-env .card__title a.button,.org-env a.button{color:#fff}.org-env .card__title a.button:focus,.org-env .card__title a.button:hover,.org-env a.button:focus,.org-env a.button:hover{color:#787878}.org-env .card__title a.pager__link,.org-env a.pager__link{color:#000}.org-env .card__title a.global-site-footer:active,.org-env .card__title a.global-site-footer:link,.org-env .card__title a.global-site-footer:visited,.org-env a.global-site-footer:active,.org-env a.global-site-footer:link,.org-env a.global-site-footer:visited{color:#000}.org-env .menu--uw-footer li a{color:#fff}.org-env .menu--uw-footer li a:visited{color:#fdd54f}.org-env .menu--uw-footer li a:focus,.org-env .menu--uw-footer li a:hover{color:#fdd54f}.org-env .uw-site-footer__content a{color:#fff}.org-env .uw-site-footer__content a:active,.org-env .uw-site-footer__content a:focus,.org-env .uw-site-footer__content a:hover,.org-env .uw-site-footer__content a:visited{color:#fff}.org-env .uw-footer__social-directory a:link,.org-env .uw-footer__social-directory a:visited{color:#fff}.org-env .uw-footer__social-directory a:focus,.org-env .uw-footer__social-directory a:hover{color:#fdd54f}.org-env .uw-territorial a:link,.org-env .uw-territorial a:visited{color:#fdd54f}.org-env .uw-territorial a:focus,.org-env .uw-territorial a:hover{color:#fdd54f}.org-env .layout-builder__link,.org-env .tabs a,.org-env .timeline-info__withlink a,.org-env .toolbar-tray a,.org-env .uw-site-name__link,.org-env .views-exposed-form a{color:#000}.org-env .layout-builder__link:active,.org-env .layout-builder__link:focus,.org-env .layout-builder__link:hover,.org-env .layout-builder__link:visited,.org-env .tabs a:active,.org-env .tabs a:focus,.org-env .tabs a:hover,.org-env .tabs a:visited,.org-env .timeline-info__withlink a:active,.org-env .timeline-info__withlink a:focus,.org-env .timeline-info__withlink a:hover,.org-env .timeline-info__withlink a:visited,.org-env .toolbar-tray a:active,.org-env .toolbar-tray a:focus,.org-env .toolbar-tray a:hover,.org-env .toolbar-tray a:visited,.org-env .uw-site-name__link:active,.org-env .uw-site-name__link:focus,.org-env .uw-site-name__link:hover,.org-env .uw-site-name__link:visited,.org-env .views-exposed-form a:active,.org-env .views-exposed-form a:focus,.org-env .views-exposed-form a:hover,.org-env .views-exposed-form a:visited{color:#000}.org-mat .uw-blockquote__text,.org-mat .uw-blockquote__text::after,.org-mat .uw-blockquote__text::before{color:#c60078}.org-mat .card__title a,.org-mat a{color:#c60078}.org-mat .card__title a:visited,.org-mat a:visited{color:#c60078}.org-mat .card__title a:focus,.org-mat .card__title a:hover,.org-mat a:focus,.org-mat a:hover{color:#c60078}.org-mat .card__title a.button,.org-mat a.button{color:#fff}.org-mat .card__title a.button:focus,.org-mat .card__title a.button:hover,.org-mat a.button:focus,.org-mat a.button:hover{color:#787878}.org-mat .card__title a.pager__link,.org-mat a.pager__link{color:#000}.org-mat .card__title a.global-site-footer:active,.org-mat .card__title a.global-site-footer:link,.org-mat .card__title a.global-site-footer:visited,.org-mat a.global-site-footer:active,.org-mat a.global-site-footer:link,.org-mat a.global-site-footer:visited{color:#000}.org-mat .menu--uw-footer li a{color:#fff}.org-mat .menu--uw-footer li a:visited{color:#fdd54f}.org-mat .menu--uw-footer li a:focus,.org-mat .menu--uw-footer li a:hover{color:#fdd54f}.org-mat .uw-site-footer__content a{color:#fff}.org-mat .uw-site-footer__content a:active,.org-mat .uw-site-footer__content a:focus,.org-mat .uw-site-footer__content a:hover,.org-mat .uw-site-footer__content a:visited{color:#fff}.org-mat .uw-footer__social-directory a:link,.org-mat .uw-footer__social-directory a:visited{color:#fff}.org-mat .uw-footer__social-directory a:focus,.org-mat .uw-footer__social-directory a:hover{color:#fdd54f}.org-mat .uw-territorial a:link,.org-mat .uw-territorial a:visited{color:#fdd54f}.org-mat .uw-territorial a:focus,.org-mat .uw-territorial a:hover{color:#fdd54f}.org-mat .layout-builder__link,.org-mat .tabs a,.org-mat .timeline-info__withlink a,.org-mat .toolbar-tray a,.org-mat .uw-site-name__link,.org-mat .views-exposed-form a{color:#000}.org-mat .layout-builder__link:active,.org-mat .layout-builder__link:focus,.org-mat .layout-builder__link:hover,.org-mat .layout-builder__link:visited,.org-mat .tabs a:active,.org-mat .tabs a:focus,.org-mat .tabs a:hover,.org-mat .tabs a:visited,.org-mat .timeline-info__withlink a:active,.org-mat .timeline-info__withlink a:focus,.org-mat .timeline-info__withlink a:hover,.org-mat .timeline-info__withlink a:visited,.org-mat .toolbar-tray a:active,.org-mat .toolbar-tray a:focus,.org-mat .toolbar-tray a:hover,.org-mat .toolbar-tray a:visited,.org-mat .uw-site-name__link:active,.org-mat .uw-site-name__link:focus,.org-mat .uw-site-name__link:hover,.org-mat .uw-site-name__link:visited,.org-mat .views-exposed-form a:active,.org-mat .views-exposed-form a:focus,.org-mat .views-exposed-form a:hover,.org-mat .views-exposed-form a:visited{color:#000}.org-sci .uw-blockquote__text,.org-sci .uw-blockquote__text::after,.org-sci .uw-blockquote__text::before{color:#0033be}.org-sci .card__title a,.org-sci a{color:#0033be}.org-sci .card__title a:visited,.org-sci a:visited{color:#0033be}.org-sci .card__title a:focus,.org-sci .card__title a:hover,.org-sci a:focus,.org-sci a:hover{color:#0033be}.org-sci .card__title a.button,.org-sci a.button{color:#fff}.org-sci .card__title a.button:focus,.org-sci .card__title a.button:hover,.org-sci a.button:focus,.org-sci a.button:hover{color:#787878}.org-sci .card__title a.pager__link,.org-sci a.pager__link{color:#000}.org-sci .card__title a.global-site-footer:active,.org-sci .card__title a.global-site-footer:link,.org-sci .card__title a.global-site-footer:visited,.org-sci a.global-site-footer:active,.org-sci a.global-site-footer:link,.org-sci a.global-site-footer:visited{color:#000}.org-sci .menu--uw-footer li a{color:#fff}.org-sci .menu--uw-footer li a:visited{color:#fdd54f}.org-sci .menu--uw-footer li a:focus,.org-sci .menu--uw-footer li a:hover{color:#fdd54f}.org-sci .uw-site-footer__content a{color:#fff}.org-sci .uw-site-footer__content a:active,.org-sci .uw-site-footer__content a:focus,.org-sci .uw-site-footer__content a:hover,.org-sci .uw-site-footer__content a:visited{color:#fff}.org-sci .uw-footer__social-directory a:link,.org-sci .uw-footer__social-directory a:visited{color:#fff}.org-sci .uw-footer__social-directory a:focus,.org-sci .uw-footer__social-directory a:hover{color:#fdd54f}.org-sci .uw-territorial a:link,.org-sci .uw-territorial a:visited{color:#fdd54f}.org-sci .uw-territorial a:focus,.org-sci .uw-territorial a:hover{color:#fdd54f}.org-sci .layout-builder__link,.org-sci .tabs a,.org-sci .timeline-info__withlink a,.org-sci .toolbar-tray a,.org-sci .uw-site-name__link,.org-sci .views-exposed-form a{color:#000}.org-sci .layout-builder__link:active,.org-sci .layout-builder__link:focus,.org-sci .layout-builder__link:hover,.org-sci .layout-builder__link:visited,.org-sci .tabs a:active,.org-sci .tabs a:focus,.org-sci .tabs a:hover,.org-sci .tabs a:visited,.org-sci .timeline-info__withlink a:active,.org-sci .timeline-info__withlink a:focus,.org-sci .timeline-info__withlink a:hover,.org-sci .timeline-info__withlink a:visited,.org-sci .toolbar-tray a:active,.org-sci .toolbar-tray a:focus,.org-sci .toolbar-tray a:hover,.org-sci .toolbar-tray a:visited,.org-sci .uw-site-name__link:active,.org-sci .uw-site-name__link:focus,.org-sci .uw-site-name__link:hover,.org-sci .uw-site-name__link:visited,.org-sci .views-exposed-form a:active,.org-sci .views-exposed-form a:focus,.org-sci .views-exposed-form a:hover,.org-sci .views-exposed-form a:visited{color:#000}.org-school .uw-blockquote__text,.org-school .uw-blockquote__text::after,.org-school .uw-blockquote__text::before{color:#b71233}.org-school .card__title a,.org-school a{color:#b71233}.org-school .card__title a:visited,.org-school a:visited{color:#b71233}.org-school .card__title a:focus,.org-school .card__title a:hover,.org-school a:focus,.org-school a:hover{color:#b71233}.org-school .card__title a.button,.org-school a.button{color:#fff}.org-school .card__title a.button:focus,.org-school .card__title a.button:hover,.org-school a.button:focus,.org-school a.button:hover{color:#787878}.org-school .card__title a.pager__link,.org-school a.pager__link{color:#000}.org-school .card__title a.global-site-footer:active,.org-school .card__title a.global-site-footer:link,.org-school .card__title a.global-site-footer:visited,.org-school a.global-site-footer:active,.org-school a.global-site-footer:link,.org-school a.global-site-footer:visited{color:#000}.org-school .menu--uw-footer li a{color:#fff}.org-school .menu--uw-footer li a:visited{color:#fdd54f}.org-school .menu--uw-footer li a:focus,.org-school .menu--uw-footer li a:hover{color:#fdd54f}.org-school .uw-site-footer__content a{color:#fff}.org-school .uw-site-footer__content a:active,.org-school .uw-site-footer__content a:focus,.org-school .uw-site-footer__content a:hover,.org-school .uw-site-footer__content a:visited{color:#fff}.org-school .uw-footer__social-directory a:link,.org-school .uw-footer__social-directory a:visited{color:#fff}.org-school .uw-footer__social-directory a:focus,.org-school .uw-footer__social-directory a:hover{color:#fdd54f}.org-school .uw-territorial a:link,.org-school .uw-territorial a:visited{color:#fdd54f}.org-school .uw-territorial a:focus,.org-school .uw-territorial a:hover{color:#fdd54f}.org-school .layout-builder__link,.org-school .tabs a,.org-school .timeline-info__withlink a,.org-school .toolbar-tray a,.org-school .uw-site-name__link,.org-school .views-exposed-form a{color:#000}.org-school .layout-builder__link:active,.org-school .layout-builder__link:focus,.org-school .layout-builder__link:hover,.org-school .layout-builder__link:visited,.org-school .tabs a:active,.org-school .tabs a:focus,.org-school .tabs a:hover,.org-school .tabs a:visited,.org-school .timeline-info__withlink a:active,.org-school .timeline-info__withlink a:focus,.org-school .timeline-info__withlink a:hover,.org-school .timeline-info__withlink a:visited,.org-school .toolbar-tray a:active,.org-school .toolbar-tray a:focus,.org-school .toolbar-tray a:hover,.org-school .toolbar-tray a:visited,.org-school .uw-site-name__link:active,.org-school .uw-site-name__link:focus,.org-school .uw-site-name__link:hover,.org-school .uw-site-name__link:visited,.org-school .views-exposed-form a:active,.org-school .views-exposed-form a:focus,.org-school .views-exposed-form a:hover,.org-school .views-exposed-form a:visited{color:#000}.org-default__uw-white--lvl1{background:#fff}.org-default__uw-white--primary{background:#fff}.org-default__uw-black--lvl1{background:#dfdfdf}.org-default__uw-black--lvl2{background:#a2a2a2}.org-default__uw-black--lvl3{background:#787878}.org-default__uw-black--lvl4{background:#000}.org-default__uw-black--primary{background:#000}.org-default__uw-gold--lvl1{background:#fffaaa}.org-default__uw-gold--lvl2{background:#ffea30}.org-default__uw-gold--lvl3{background:#fdd54f}.org-default__uw-gold--lvl4{background:#e4b429}.org-default__uw-gold--primary{background:#fdd54f}.org-ahs--lvl1{background:#97dfef}.org-ahs--lvl2{background:#00bed0}.org-ahs--lvl3{background:#0098a5}.org-ahs--lvl4{background:#005963}.org-ahs--primary{background:#005963}.org-art--lvl1{background:#ffd5a5}.org-art--lvl2{background:#fbaf00}.org-art--lvl3{background:#e78100}.org-art--lvl4{background:#d93f00}.org-art--primary{background:#d93f00}.org-eng--lvl1{background:#d0b4ef}.org-eng--lvl2{background:#be33da}.org-eng--lvl3{background:#8100b4}.org-eng--lvl4{background:#57058b}.org-eng--primary{background:#57058b}.org-env--lvl1{background:#daf582}.org-env--lvl2{background:#bed500}.org-env--lvl3{background:#b4be00}.org-env--lvl4{background:#607000}.org-env--primary{background:#607000}.org-mat--lvl1{background:#ffbeef}.org-mat--lvl2{background:#ff63aa}.org-mat--lvl3{background:#df2498}.org-mat--lvl4{background:#c60078}.org-mat--primary{background:#c60078}.org-sci--lvl1{background:#b4d5ff}.org-sci--lvl2{background:#63a0ff}.org-sci--lvl3{background:#0073ce}.org-sci--lvl4{background:#0033be}.org-sci--primary{background:#0033be}.org-school--lvl1{background:#ffa5aa}.org-school--lvl2{background:#e41740}.org-school--lvl3{background:#b71233}.org-school--lvl4{background:#80001f}.org-school--primary{background:#b71233}.sg-patterns{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;padding:0 .5rem}.demo-animate{background:#ddd;border-radius:8px;cursor:pointer;margin-bottom:1rem;padding:1rem;text-align:center}.sg-colors{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0}.sg-colors li{border:1px solid #ddd;border-radius:.5rem;-webkit-box-flex:1;-ms-flex:auto;flex:auto;margin:0 .5rem .5rem 0;max-width:14rem;padding:.3rem;width:100%}.sg-swatch{border-radius:.25rem;display:block;height:auto;margin-bottom:.25rem;padding:.5rem;position:relative}.sg-sub{font-family:Typ1451-Bold,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Fira Sans",Droid Sans,sans-serif;font-size:.88889rem;padding:0 .5rem}.sg-info{padding:.25rem .125rem .25rem 1rem}.sg-info code{display:block;font-size:14.22224px;margin-bottom:.5rem}.sg-info h4{font-family:Typ1451-Bold,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Fira Sans",Droid Sans,sans-serif;font-size:.88889rem;margin:0;padding:0}.sg-swatch-colors{background:rgba(255,255,255,.75);border-radius:.25rem;height:auto;padding:.75rem;position:relative;width:50%}.sg-swatch-hex{display:block;font-family:Typ1451-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Fira Sans",Droid Sans,sans-serif;font-size:.88889rem;margin:0;padding:0}.sg-swatch-name{font-family:Typ1451-Bold,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Fira Sans",Droid Sans,sans-serif;font-size:1rem;margin:0;padding:0}@font-face{font-family:'BureauGrotCond Book';font-style:normal;font-weight:400;src:url(/fonts/Bureau_Grot-Condensed_Book.eot),url(/fonts/Bureau_Grot-Condensed_Book.eot?#iefix) format("embedded-opentype"),url(/fonts/Bureau_Grot-Condensed_Book.woff2) format("woff2"),url(/fonts/Bureau_Grot-Condensed_Book.woff) format("woff"),url(/fonts/Bureau_Grot-Condensed_Book.ttf) format("truetype"),url(/fonts/Bureau_Grot-Condensed_Book.svg#Bureau_Grot-Condensed_Book) format("svg")}@font-face{font-family:BureauGrotWide;font-style:normal;font-weight:300;src:url(/fonts/Bureau_Grot-Wide_Light.eot),url(/fonts/Bureau_Grot-Wide_Light.eot?#iefix) format("embedded-opentype"),url(/fonts/Bureau_Grot-Wide_Light.woff2) format("woff2"),url(/fonts/Bureau_Grot-Wide_Light.woff) format("woff"),url(/fonts/Bureau_Grot-Wide_Light.ttf) format("truetype"),url(/fonts/Bureau_Grot-Wide_Light.svg#Bureau_Grot-Wide_Light) format("svg")}@font-face{font-family:'BureauGrot Book';font-style:normal;font-weight:400;src:url(/fonts/Bureau_Grot-Book.eot),url(/fonts/Bureau_Grot-Book.eot?#iefix) format("embedded-opentype"),url(/fonts/Bureau_Grot-Book.woff2) format("woff2"),url(/fonts/Bureau_Grot-Book.woff) format("woff"),url(/fonts/Bureau_Grot-Book.ttf) format("truetype"),url(/fonts/Bureau_Grot-Book.svg#Bureau_Grot-Book) format("svg")}@font-face{font-family:BureauGrotCond;font-style:normal;font-weight:700;src:url(/fonts/Bureau_Grot-Condensed_Bold.eot),url(/fonts/Bureau_Grot-Condensed_Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/Bureau_Grot-Condensed_Bold.woff2) format("woff2"),url(/fonts/Bureau_Grot-Condensed_Bold.woff) format("woff"),url(/fonts/Bureau_Grot-Condensed_Bold.ttf) format("truetype"),url(/fonts/Bureau_Grot-Condensed_Bold.svg#Bureau_Grot-Condensed_Bold) format("svg")}@font-face{font-family:BureauGrot;font-style:normal;font-weight:300;src:url(/fonts/Bureau_Grot-Light.eot),url(/fonts/Bureau_Grot-Light.eot?#iefix) format("embedded-opentype"),url(/fonts/Bureau_Grot-Light.woff2) format("woff2"),url(/fonts/Bureau_Grot-Light.woff) format("woff"),url(/fonts/Bureau_Grot-Light.ttf) format("truetype"),url(/fonts/Bureau_Grot-Light.svg#Bureau_Grot-Light) format("svg")}@font-face{font-family:'BureauGrotWide Book';font-style:normal;font-weight:400;src:url(/fonts/Bureau_Grot-Wide_Book.eot),url(/fonts/Bureau_Grot-Wide_Book.eot?#iefix) format("embedded-opentype"),url(/fonts/Bureau_Grot-Wide_Book.woff2) format("woff2"),url(/fonts/Bureau_Grot-Wide_Book.woff) format("woff"),url(/fonts/Bureau_Grot-Wide_Book.ttf) format("truetype"),url(/fonts/Bureau_Grot-Wide_Book.svg#Bureau_Grot-Wide_Book) format("svg")}@font-face{font-family:iconic;font-style:normal;font-weight:400;src:url(/fonts/iconic.eot);src:url(/fonts/iconic.eot?#iefix) format("embedded-opentype"),url(../fonts/iconic.svg#iconic) format("svg"),url(/fonts/iconic.woff) format("woff"),url(/fonts/iconic.ttf) format("truetype")}@font-face{font-family:Typ1451-Regularalternate;font-style:normal;font-weight:400;src:url(/fonts/lineto-typ1451-regularalternate.eot),url(/fonts/lineto-typ1451-regularalternate.eot?#iefix) format("embedded-opentype"),url(/fonts/lineto-typ1451-regularalternate.woff2) format("woff2"),url(/fonts/lineto-typ1451-regularalternate.woff) format("woff")}@font-face{font-family:Typ1451-Mediumalternate;font-style:normal;font-weight:400;src:url(/fonts/lineto-typ1451-mediumalternate.eot),url(/fonts/lineto-typ1451-mediumalternate.eot?#iefix) format("embedded-opentype"),url(/fonts/lineto-typ1451-mediumalternate.woff2) format("woff2"),url(/fonts/lineto-typ1451-mediumalternate.woff) format("woff")}@font-face{font-family:Typ1451-Regular;font-style:normal;font-weight:400;src:url(/fonts/lineto-typ1451-regular.eot),url(/fonts/lineto-typ1451-regular.eot?#iefix) format("embedded-opentype"),url(/fonts/lineto-typ1451-regular.woff2) format("woff2"),url(/fonts/lineto-typ1451-regular.woff) format("woff")}@font-face{font-family:Typ1451-Boldalternate;font-style:normal;font-weight:400;src:url(/fonts/lineto-typ1451-boldalternate.eot),url(/fonts/lineto-typ1451-boldalternate.eot?#iefix) format("embedded-opentype"),url(/fonts/lineto-typ1451-boldalternate.woff2) format("woff2"),url(/fonts/lineto-typ1451-boldalternate.woff) format("woff")}@font-face{font-family:Typ1451-Medium;font-style:normal;font-weight:400;src:url(/fonts/lineto-typ1451-medium.eot),url(/fonts/lineto-typ1451-medium.eot?#iefix) format("embedded-opentype"),url(/fonts/lineto-typ1451-medium.woff2) format("woff2"),url(/fonts/lineto-typ1451-medium.woff) format("woff")}@font-face{font-family:Typ1451-Bold;font-style:normal;font-weight:400;src:url(/fonts/lineto-typ1451-bold.eot),url(/fonts/lineto-typ1451-bold.eot?#iefix) format("embedded-opentype"),url(/fonts/lineto-typ1451-bold.woff2) format("woff2"),url(/fonts/lineto-typ1451-bold.woff) format("woff")}@font-face{font-family:Typ1451-Light;font-style:normal;font-weight:400;src:url(/fonts/lineto-typ1451-light.eot),url(/fonts/lineto-typ1451-light.eot?#iefix) format("embedded-opentype"),url(/fonts/lineto-typ1451-light.woff2) format("woff2"),url(/fonts/lineto-typ1451-light.woff) format("woff")}@font-face{font-family:Typ1451-Lightalternate;font-style:normal;font-weight:400;src:url(/fonts/lineto-typ1451-lightalternate.eot),url(/fonts/lineto-typ1451-lightalternate.eot?#iefix) format("embedded-opentype"),url(/fonts/lineto-typ1451-lightalternate.woff2) format("woff2"),url(/fonts/lineto-typ1451-lightalternate.woff) format("woff")}@font-face{font-family:fdsu-rwd;font-style:normal;font-weight:400;src:url(/fonts/fdsu-rwd.eot),url(/fonts/fdsu-rwd.eot?#iefix) format("embedded-opentype"),url(/fonts/fdsu-rwd.ttf) format("truetype"),url(/fonts/fdsu-rwd.woff) format("woff"),url(/fonts/fdsu-rwd.svg?#fdsu-rwd) format("svg")}.breakpoint{background-color:rgba(34,139,34,.7);color:#fff;display:block;font-family:Typ1451-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Fira Sans",Droid Sans,sans-serif;font-size:1rem;padding:.6rem;position:fixed;top:7rem;width:auto;z-index:9}.breakpoint::before{content:"no break- Phone up"}@media (min-width:30rem){.breakpoint{background-color:rgba(255,140,0,.7)}.breakpoint::before{content:"xs"}}@media (min-width:40.06rem){.breakpoint{background-color:rgba(178,34,34,.7)}.breakpoint::before{content:"small"}}@media (min-width:48.06rem){.breakpoint{background-color:rgba(255,255,0,.7);color:#000}.breakpoint::before{content:"medium"}}@media (min-width:63.1875rem){.breakpoint{background-color:rgba(0,0,255,.7);color:#fff}.breakpoint::before{content:"large"}}@media (min-width:75rem){.breakpoint{background-color:rgba(95,158,160,.7);color:#fff}.breakpoint::before{content:"xl"}}@media (min-width:102.5rem){.breakpoint{background-color:rgba(255,127,80,.7);color:#fff}.breakpoint::before{content:"xxl"}}@media (min-width:120rem){.breakpoint{background-color:rgba(127,255,212,.7);color:#000}.breakpoint::before{content:"onek - 1K"}}@media (min-width:159.93rem){.breakpoint{background-color:rgba(123,104,238,.7)}.breakpoint::before{content:"twok - 2K"}}.layout{margin-left:auto;margin-right:auto;max-width:75rem;padding:0 16px;grid-gap:2rem}@media (min-width:75rem){.layout{padding-left:0;padding-right:0}}.layout.uw-contained-width{margin-left:auto;margin-right:auto;max-width:75rem;padding:0 16px;padding:1rem}@media (min-width:75rem){.layout.uw-contained-width{padding-left:0;padding-right:0}}@media (min-width:102.5rem){.layout.uw-contained-width{padding:1rem 0}}.layout.uw-contained-width--narrow{max-width:31rem}.layout.uw-contained-width--wide{max-width:47.0625rem}.layout.uw-full-width{max-width:100%;padding:0 16px;width:100%}.uw-section-has-full-width.uw-node__with-sidebar .layout.uw-full-width{padding:0 16px!important}.dashboards-container .layout.uw-full-width{max-width:100%;padding:0;width:100%}.layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-banner-images,.layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-image,.layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-remote-video{left:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;padding:0;position:relative;right:50%;width:100vw}.layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-banner-images h2,.layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-image h2,.layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-remote-video h2{margin-left:1rem}.uw-section-has-full-width.uw-node__with-sidebar .layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-banner-images,.uw-section-has-full-width.uw-node__with-sidebar .layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-image,.uw-section-has-full-width.uw-node__with-sidebar .layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-remote-video{left:0;margin-left:-1rem;margin-right:-1rem;max-width:100%;padding:0;position:relative;right:0;width:100%}@media (min-width:48.06rem){.layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-google-maps{left:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;padding:0;position:relative;right:50%;width:100vw}}.uw-section-has-full-width.uw-node__with-sidebar .layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-google-maps{left:0;margin-left:-1rem;margin-right:-1rem;max-width:100%;padding:0;position:relative;right:0;width:100%}.layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-google-maps h2{margin-left:1rem}.uw-node__with-sidebar .layout{margin:inherit}@media (min-width:48.06rem){.uw-node__with-sidebar .layout{margin-left:auto;margin-right:auto;max-width:75rem;padding:0 16px}}@media (min-width:48.06rem) and (min-width:75rem){.uw-node__with-sidebar .layout{padding-left:0;padding-right:0}}.uw-node__with-sidebar .layout.uw-contained-width{margin-left:auto;margin-right:auto;max-width:75rem;padding:0 16px;margin:inherit;padding:1rem}@media (min-width:75rem){.uw-node__with-sidebar .layout.uw-contained-width{padding-left:0;padding-right:0}}@media (min-width:102.5rem){.uw-node__with-sidebar .layout.uw-contained-width{padding:1rem 0}}.uw-node__with-sidebar .layout.uw-contained-width--narrow{margin:inherit}.uw-node__with-sidebar .layout.uw-contained-width--wide{margin:inherit}.uw-section-has-full-width.uw-node__with-sidebar .layout.layout--uw-1-col{overflow:hidden}.layout--uw-1-col{display:grid;grid-template-columns:100%}.layout--uw-1-col .layout__region--first{grid-column:1/2}.layout--uw-2-col{display:grid;gap:2rem;grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-2-col.larger-left{grid-template-columns:minmax(0,2fr) 1fr}}@media (min-width:48.06rem){.layout--uw-2-col.larger-right{grid-template-columns:1fr minmax(0,2fr)}}.layout--uw-2-col.even-split{grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-2-col.even-split{grid-template-columns:repeat(2,1fr)}}.layout--uw-2-col .layout__region--first{grid-column:1/2;grid-row:1/2}.layout--uw-2-col .layout__region--second{grid-column:1/2;grid-row:2/3}@media (min-width:48.06rem){.layout--uw-2-col .layout__region--second{grid-column:2/3;grid-row:1/2}}.layout--uw-3-col{display:grid;gap:2rem}.layout--uw-3-col.even-split{grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-3-col.even-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}}.layout--uw-3-col.larger-left{grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-3-col.larger-left{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr)}}.layout--uw-3-col.larger-middle{grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-3-col.larger-middle{grid-template-columns:minmax(0,1fr) minmax(0,2fr) minmax(0,1fr)}}.layout--uw-3-col.larger-right{grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-3-col.larger-right{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,2fr)}}.layout--uw-3-col.legacy-38-38-24{grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-3-col.legacy-38-38-24{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 24%}}.layout--uw-3-col.legacy-24-38-38{grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-3-col.legacy-24-38-38{grid-template-columns:24% minmax(0,1fr) minmax(0,1fr)}}.layout--uw-3-col .layout__region--first{grid-column:1/2;grid-row:1/2}.layout--uw-3-col .layout__region--second{grid-column:1/2;grid-row:2/3}@media (min-width:48.06rem){.layout--uw-3-col .layout__region--second{grid-column:2/3;grid-row:1/2}}.layout--uw-3-col .layout__region--third{grid-column:1/2;grid-row:3/4}@media (min-width:48.06rem){.layout--uw-3-col .layout__region--third{grid-column:3/4;grid-row:1/2}}.layout--uw-4-col{display:grid;gap:2rem;grid-template-columns:100%}@media (min-width:40.06rem){.layout--uw-4-col.even-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-4-col.even-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}}@media (min-width:40.06rem){.layout--uw-4-col.larger-left{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-4-col.larger-left{grid-template-columns:minmax(0,3fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}}@media (min-width:40.06rem){.layout--uw-4-col.larger-second{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-4-col.larger-second{grid-template-columns:minmax(0,1fr) minmax(0,3fr) minmax(0,1fr) minmax(0,1fr)}}@media (min-width:40.06rem){.layout--uw-4-col.larger-third{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-4-col.larger-third{grid-template-columns:minmax(0,1fr) minmax(0,3fr) minmax(0,1fr)}}@media (min-width:40.06rem){.layout--uw-4-col.larger-right{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-4-col.larger-right{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,3fr)}}@media (min-width:40.06rem){.layout--uw-4-col.legacy-23-27-27-23{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-4-col.legacy-23-27-27-23{grid-template-columns:minmax(0,.8fr) minmax(0,1.1fr) minmax(0,1.1fr) minmax(0,.8fr)}}.layout--uw-4-col .layout__region--first{grid-column:1/2;grid-row:1/2}.layout--uw-4-col .layout__region--second{grid-column:1/2}@media (min-width:40.06rem){.layout--uw-4-col .layout__region--second{grid-column:2/3}}@media (min-width:63.1875rem){.layout--uw-4-col .layout__region--second{grid-column:2/3}}@media (min-width:40.06rem){.layout--uw-4-col .layout__region--third{grid-column:1/2}}@media (min-width:63.1875rem){.layout--uw-4-col .layout__region--third{grid-column:3/4;grid-row:1/2}}@media (min-width:40.06rem){.layout--uw-4-col .layout__region--fourth{grid-column:2/3;grid-row:2/3}}@media (min-width:63.1875rem){.layout--uw-4-col .layout__region--fourth{grid-column:4/5;grid-row:1/2}}.layout--uw-5-col{display:grid;gap:2rem;grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-5-col.even-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}}@media (min-width:48.06rem){.layout--uw-5-col.larger-left{grid-template-columns:minmax(0,3fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}}@media (min-width:48.06rem){.layout--uw-5-col.larger-second{grid-template-columns:minmax(0,1fr) minmax(0,3fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}}@media (min-width:48.06rem){.layout--uw-5-col.larger-third{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,3fr) minmax(0,1fr) minmax(0,1fr)}}@media (min-width:48.06rem){.layout--uw-5-col.larger-fourth{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,3fr) minmax(0,1fr)}}@media (min-width:48.06rem){.layout--uw-5-col.larger-right{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,3fr)}}@media (min-width:48.06rem){.layout--uw-5-col.legacy-23-19-19-19-20{grid-template-columns:23% minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 20%}}.layout--uw-5-col .layout__region--first{grid-column:1/2;grid-row:1/2}.layout--uw-5-col .layout__region--second{grid-column:1/2;grid-row:2/3}@media (min-width:48.06rem){.layout--uw-5-col .layout__region--second{grid-column:2/3;grid-row:1/2}}.layout--uw-5-col .layout__region--third{grid-column:1/2;grid-row:3/4}@media (min-width:48.06rem){.layout--uw-5-col .layout__region--third{grid-column:3/4;grid-row:1/2}}.layout--uw-5-col .layout__region--fourth{grid-column:1/2;grid-row:4/5}@media (min-width:48.06rem){.layout--uw-5-col .layout__region--fourth{grid-column:4/5;grid-row:1/2}}.layout--uw-5-col .layout__region--fifth{grid-column:1/2;grid-row:5/6}@media (min-width:48.06rem){.layout--uw-5-col .layout__region--fifth{grid-column:5/6;grid-row:1/2}}.layout--uw-inverted-l-left{display:grid;gap:2rem;grid-template-columns:100%}@media (min-width:63.1875rem){.layout--uw-inverted-l-left.even-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-inverted-l-left.larger-left{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-inverted-l-left.larger-right{grid-template-columns:minmax(0,1fr) minmax(0,2fr)}}.layout--uw-inverted-l-left .uw-inverted-l--left-side{grid-column:1/2;grid-row:1/2}.layout--uw-inverted-l-left .uw-inverted-l--right-side{display:grid;gap:2rem;grid-column:1/2;grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-inverted-l-left .uw-inverted-l--right-side{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-inverted-l-left .uw-inverted-l--right-side{grid-column:2/3}}@media (min-width:48.06rem){.layout--uw-inverted-l-left .layout__region--second{grid-column:1/2}}.layout--uw-inverted-l-left .layout__region--third{grid-column:1/2}@media (min-width:48.06rem){.layout--uw-inverted-l-left .layout__region--third{grid-column:2/3}}.layout--uw-inverted-l-left .layout__region--fourth{grid-column:1/2}@media (min-width:48.06rem){.layout--uw-inverted-l-left .layout__region--fourth{grid-column:1/3}}.layout--uw-inverted-l-right{display:grid;gap:2rem;grid-template-columns:100%}@media (min-width:63.1875rem){.layout--uw-inverted-l-right.even-split{grid-template-columns:minmax(0,1fr) minmax(0,2fr)}}@media (min-width:63.1875rem){.layout--uw-inverted-l-right.larger-left{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-inverted-l-right.larger-right{grid-template-columns:minmax(0,1fr) minmax(0,2fr)}}.layout--uw-inverted-l-right .uw-inverted-l--left-side{display:grid;gap:2rem;grid-column:1/2;grid-row:1/2;grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-inverted-l-right .uw-inverted-l--left-side{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.layout--uw-inverted-l-right .uw-inverted-l--right-side{grid-column:1/2;grid-row:2/3}@media (min-width:63.1875rem){.layout--uw-inverted-l-right .uw-inverted-l--right-side{grid-column:2/3;grid-row:1/2}}.layout--uw-inverted-l-right .layout__region--first{grid-column:1/2}@media (min-width:48.06rem){.layout--uw-inverted-l-right .layout__region--first{grid-column:1/2;grid-row:1/2}}.layout--uw-inverted-l-right .layout__region--second{grid-column:1/2}@media (min-width:48.06rem){.layout--uw-inverted-l-right .layout__region--second{grid-column:2/3;grid-row:1/2}}.layout--uw-inverted-l-right .layout__region--third{grid-column:1/2}@media (min-width:48.06rem){.layout--uw-inverted-l-right .layout__region--third{grid-column:1/3;grid-row:2/3}}.layout-builder .layout__region{outline:2px dashed #2f91da}.pattern-lab-content .layout__region{outline:2px dashed #2f91da;padding:1.5rem;text-align:center}.pattern-lab-content .layout__region .pl-labels{text-align:center}.pl-layout-h2{margin-left:auto;margin-right:auto;max-width:75rem;padding:0 16px}@media (min-width:75rem){.pl-layout-h2{padding-left:0;padding-right:0}}.dashboards-container .layout{margin-bottom:2rem}
\ No newline at end of file
@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.org-default h1,.org-default h2,.org-default h3,.org-default h4,.org-default h5,.org-default h6{color:#000}.org-default a:not(.button){color:#000}.org-default a:not(.button):focus,.org-default a:not(.button):hover{color:#787878}.org-default .menu--uw-footer li a{color:#fff}.org-default .menu--uw-footer li a:visited{color:#fdd54f}.org-default .menu--uw-footer li a:focus,.org-default .menu--uw-footer li a:hover{color:#fdd54f}.org-default .uw-site-footer__content a{color:#fff}.org-default .uw-site-footer__content a:active,.org-default .uw-site-footer__content a:focus,.org-default .uw-site-footer__content a:hover,.org-default .uw-site-footer__content a:visited{color:#fff}.org-default .uw-footer__social-directory a:link,.org-default .uw-footer__social-directory a:visited{color:#fff}.org-default .uw-footer__social-directory a:focus,.org-default .uw-footer__social-directory a:hover{color:#fdd54f}.org-default .uw-territorial a:link,.org-default .uw-territorial a:visited{color:#fdd54f}.org-default .uw-territorial a:focus,.org-default .uw-territorial a:hover{color:#fdd54f}.org-ahs .uw-blockquote__text,.org-ahs .uw-blockquote__text::after,.org-ahs .uw-blockquote__text::before{color:#005963}.org-ahs .card__title a,.org-ahs a{color:#005963}.org-ahs .card__title a:visited,.org-ahs a:visited{color:#005963}.org-ahs .card__title a:focus,.org-ahs .card__title a:hover,.org-ahs a:focus,.org-ahs a:hover{color:#005963}.org-ahs .card__title a.button,.org-ahs a.button{color:#fff}.org-ahs .card__title a.button:focus,.org-ahs .card__title a.button:hover,.org-ahs a.button:focus,.org-ahs a.button:hover{color:#787878}.org-ahs .card__title a.pager__link,.org-ahs a.pager__link{color:#000}.org-ahs .card__title a.global-site-footer:active,.org-ahs .card__title a.global-site-footer:visited,.org-ahs a.global-site-footer:active,.org-ahs a.global-site-footer:visited{color:#000}.org-ahs .menu--uw-footer li a{color:#fff}.org-ahs .menu--uw-footer li a:visited{color:#fdd54f}.org-ahs .menu--uw-footer li a:focus,.org-ahs .menu--uw-footer li a:hover{color:#fdd54f}.org-ahs .uw-site-footer__content a{color:#fff}.org-ahs .uw-site-footer__content a:active,.org-ahs .uw-site-footer__content a:focus,.org-ahs .uw-site-footer__content a:hover,.org-ahs .uw-site-footer__content a:visited{color:#fff}.org-ahs .uw-footer__social-directory a:link,.org-ahs .uw-footer__social-directory a:visited{color:#fff}.org-ahs .uw-footer__social-directory a:focus,.org-ahs .uw-footer__social-directory a:hover{color:#fdd54f}.org-ahs .uw-territorial a:link,.org-ahs .uw-territorial a:visited{color:#fdd54f}.org-ahs .uw-territorial a:focus,.org-ahs .uw-territorial a:hover{color:#fdd54f}.org-ahs .layout-builder__link,.org-ahs .tabs a,.org-ahs .timeline-info__withlink a,.org-ahs .toolbar-tray a,.org-ahs .uw-site-name__link,.org-ahs .views-exposed-form a{color:#000}.org-ahs .layout-builder__link:active,.org-ahs .layout-builder__link:focus,.org-ahs .layout-builder__link:hover,.org-ahs .layout-builder__link:visited,.org-ahs .tabs a:active,.org-ahs .tabs a:focus,.org-ahs .tabs a:hover,.org-ahs .tabs a:visited,.org-ahs .timeline-info__withlink a:active,.org-ahs .timeline-info__withlink a:focus,.org-ahs .timeline-info__withlink a:hover,.org-ahs .timeline-info__withlink a:visited,.org-ahs .toolbar-tray a:active,.org-ahs .toolbar-tray a:focus,.org-ahs .toolbar-tray a:hover,.org-ahs .toolbar-tray a:visited,.org-ahs .uw-site-name__link:active,.org-ahs .uw-site-name__link:focus,.org-ahs .uw-site-name__link:hover,.org-ahs .uw-site-name__link:visited,.org-ahs .views-exposed-form a:active,.org-ahs .views-exposed-form a:focus,.org-ahs .views-exposed-form a:hover,.org-ahs .views-exposed-form a:visited{color:#000}.org-art .uw-blockquote__text,.org-art .uw-blockquote__text::after,.org-art .uw-blockquote__text::before{color:#d93f00}.org-art .card__title a,.org-art a{color:#d93f00}.org-art .card__title a:visited,.org-art a:visited{color:#d93f00}.org-art .card__title a:focus,.org-art .card__title a:hover,.org-art a:focus,.org-art a:hover{color:#d93f00}.org-art .card__title a.button,.org-art a.button{color:#fff}.org-art .card__title a.button:focus,.org-art .card__title a.button:hover,.org-art a.button:focus,.org-art a.button:hover{color:#787878}.org-art .card__title a.pager__link,.org-art a.pager__link{color:#000}.org-art .card__title a.global-site-footer:active,.org-art .card__title a.global-site-footer:visited,.org-art a.global-site-footer:active,.org-art a.global-site-footer:visited{color:#000}.org-art .menu--uw-footer li a{color:#fff}.org-art .menu--uw-footer li a:visited{color:#fdd54f}.org-art .menu--uw-footer li a:focus,.org-art .menu--uw-footer li a:hover{color:#fdd54f}.org-art .uw-site-footer__content a{color:#fff}.org-art .uw-site-footer__content a:active,.org-art .uw-site-footer__content a:focus,.org-art .uw-site-footer__content a:hover,.org-art .uw-site-footer__content a:visited{color:#fff}.org-art .uw-footer__social-directory a:link,.org-art .uw-footer__social-directory a:visited{color:#fff}.org-art .uw-footer__social-directory a:focus,.org-art .uw-footer__social-directory a:hover{color:#fdd54f}.org-art .uw-territorial a:link,.org-art .uw-territorial a:visited{color:#fdd54f}.org-art .uw-territorial a:focus,.org-art .uw-territorial a:hover{color:#fdd54f}.org-art .layout-builder__link,.org-art .tabs a,.org-art .timeline-info__withlink a,.org-art .toolbar-tray a,.org-art .uw-site-name__link,.org-art .views-exposed-form a{color:#000}.org-art .layout-builder__link:active,.org-art .layout-builder__link:focus,.org-art .layout-builder__link:hover,.org-art .layout-builder__link:visited,.org-art .tabs a:active,.org-art .tabs a:focus,.org-art .tabs a:hover,.org-art .tabs a:visited,.org-art .timeline-info__withlink a:active,.org-art .timeline-info__withlink a:focus,.org-art .timeline-info__withlink a:hover,.org-art .timeline-info__withlink a:visited,.org-art .toolbar-tray a:active,.org-art .toolbar-tray a:focus,.org-art .toolbar-tray a:hover,.org-art .toolbar-tray a:visited,.org-art .uw-site-name__link:active,.org-art .uw-site-name__link:focus,.org-art .uw-site-name__link:hover,.org-art .uw-site-name__link:visited,.org-art .views-exposed-form a:active,.org-art .views-exposed-form a:focus,.org-art .views-exposed-form a:hover,.org-art .views-exposed-form a:visited{color:#000}.org-eng .uw-blockquote__text,.org-eng .uw-blockquote__text::after,.org-eng .uw-blockquote__text::before{color:#57058b}.org-eng .card__title a,.org-eng a{color:#57058b}.org-eng .card__title a:visited,.org-eng a:visited{color:#57058b}.org-eng .card__title a:focus,.org-eng .card__title a:hover,.org-eng a:focus,.org-eng a:hover{color:#57058b}.org-eng .card__title a.button,.org-eng a.button{color:#fff}.org-eng .card__title a.button:focus,.org-eng .card__title a.button:hover,.org-eng a.button:focus,.org-eng a.button:hover{color:#787878}.org-eng .card__title a.pager__link,.org-eng a.pager__link{color:#000}.org-eng .card__title a.global-site-footer:active,.org-eng .card__title a.global-site-footer:visited,.org-eng a.global-site-footer:active,.org-eng a.global-site-footer:visited{color:#000}.org-eng .menu--uw-footer li a{color:#fff}.org-eng .menu--uw-footer li a:visited{color:#fdd54f}.org-eng .menu--uw-footer li a:focus,.org-eng .menu--uw-footer li a:hover{color:#fdd54f}.org-eng .uw-site-footer__content a{color:#fff}.org-eng .uw-site-footer__content a:active,.org-eng .uw-site-footer__content a:focus,.org-eng .uw-site-footer__content a:hover,.org-eng .uw-site-footer__content a:visited{color:#fff}.org-eng .uw-footer__social-directory a:link,.org-eng .uw-footer__social-directory a:visited{color:#fff}.org-eng .uw-footer__social-directory a:focus,.org-eng .uw-footer__social-directory a:hover{color:#fdd54f}.org-eng .uw-territorial a:link,.org-eng .uw-territorial a:visited{color:#fdd54f}.org-eng .uw-territorial a:focus,.org-eng .uw-territorial a:hover{color:#fdd54f}.org-eng .layout-builder__link,.org-eng .tabs a,.org-eng .timeline-info__withlink a,.org-eng .toolbar-tray a,.org-eng .uw-site-name__link,.org-eng .views-exposed-form a{color:#000}.org-eng .layout-builder__link:active,.org-eng .layout-builder__link:focus,.org-eng .layout-builder__link:hover,.org-eng .layout-builder__link:visited,.org-eng .tabs a:active,.org-eng .tabs a:focus,.org-eng .tabs a:hover,.org-eng .tabs a:visited,.org-eng .timeline-info__withlink a:active,.org-eng .timeline-info__withlink a:focus,.org-eng .timeline-info__withlink a:hover,.org-eng .timeline-info__withlink a:visited,.org-eng .toolbar-tray a:active,.org-eng .toolbar-tray a:focus,.org-eng .toolbar-tray a:hover,.org-eng .toolbar-tray a:visited,.org-eng .uw-site-name__link:active,.org-eng .uw-site-name__link:focus,.org-eng .uw-site-name__link:hover,.org-eng .uw-site-name__link:visited,.org-eng .views-exposed-form a:active,.org-eng .views-exposed-form a:focus,.org-eng .views-exposed-form a:hover,.org-eng .views-exposed-form a:visited{color:#000}.org-env .uw-blockquote__text,.org-env .uw-blockquote__text::after,.org-env .uw-blockquote__text::before{color:#607000}.org-env .card__title a,.org-env a{color:#607000}.org-env .card__title a:visited,.org-env a:visited{color:#607000}.org-env .card__title a:focus,.org-env .card__title a:hover,.org-env a:focus,.org-env a:hover{color:#607000}.org-env .card__title a.button,.org-env a.button{color:#fff}.org-env .card__title a.button:focus,.org-env .card__title a.button:hover,.org-env a.button:focus,.org-env a.button:hover{color:#787878}.org-env .card__title a.pager__link,.org-env a.pager__link{color:#000}.org-env .card__title a.global-site-footer:active,.org-env .card__title a.global-site-footer:visited,.org-env a.global-site-footer:active,.org-env a.global-site-footer:visited{color:#000}.org-env .menu--uw-footer li a{color:#fff}.org-env .menu--uw-footer li a:visited{color:#fdd54f}.org-env .menu--uw-footer li a:focus,.org-env .menu--uw-footer li a:hover{color:#fdd54f}.org-env .uw-site-footer__content a{color:#fff}.org-env .uw-site-footer__content a:active,.org-env .uw-site-footer__content a:focus,.org-env .uw-site-footer__content a:hover,.org-env .uw-site-footer__content a:visited{color:#fff}.org-env .uw-footer__social-directory a:link,.org-env .uw-footer__social-directory a:visited{color:#fff}.org-env .uw-footer__social-directory a:focus,.org-env .uw-footer__social-directory a:hover{color:#fdd54f}.org-env .uw-territorial a:link,.org-env .uw-territorial a:visited{color:#fdd54f}.org-env .uw-territorial a:focus,.org-env .uw-territorial a:hover{color:#fdd54f}.org-env .layout-builder__link,.org-env .tabs a,.org-env .timeline-info__withlink a,.org-env .toolbar-tray a,.org-env .uw-site-name__link,.org-env .views-exposed-form a{color:#000}.org-env .layout-builder__link:active,.org-env .layout-builder__link:focus,.org-env .layout-builder__link:hover,.org-env .layout-builder__link:visited,.org-env .tabs a:active,.org-env .tabs a:focus,.org-env .tabs a:hover,.org-env .tabs a:visited,.org-env .timeline-info__withlink a:active,.org-env .timeline-info__withlink a:focus,.org-env .timeline-info__withlink a:hover,.org-env .timeline-info__withlink a:visited,.org-env .toolbar-tray a:active,.org-env .toolbar-tray a:focus,.org-env .toolbar-tray a:hover,.org-env .toolbar-tray a:visited,.org-env .uw-site-name__link:active,.org-env .uw-site-name__link:focus,.org-env .uw-site-name__link:hover,.org-env .uw-site-name__link:visited,.org-env .views-exposed-form a:active,.org-env .views-exposed-form a:focus,.org-env .views-exposed-form a:hover,.org-env .views-exposed-form a:visited{color:#000}.org-mat .uw-blockquote__text,.org-mat .uw-blockquote__text::after,.org-mat .uw-blockquote__text::before{color:#c60078}.org-mat .card__title a,.org-mat a{color:#c60078}.org-mat .card__title a:visited,.org-mat a:visited{color:#c60078}.org-mat .card__title a:focus,.org-mat .card__title a:hover,.org-mat a:focus,.org-mat a:hover{color:#c60078}.org-mat .card__title a.button,.org-mat a.button{color:#fff}.org-mat .card__title a.button:focus,.org-mat .card__title a.button:hover,.org-mat a.button:focus,.org-mat a.button:hover{color:#787878}.org-mat .card__title a.pager__link,.org-mat a.pager__link{color:#000}.org-mat .card__title a.global-site-footer:active,.org-mat .card__title a.global-site-footer:visited,.org-mat a.global-site-footer:active,.org-mat a.global-site-footer:visited{color:#000}.org-mat .menu--uw-footer li a{color:#fff}.org-mat .menu--uw-footer li a:visited{color:#fdd54f}.org-mat .menu--uw-footer li a:focus,.org-mat .menu--uw-footer li a:hover{color:#fdd54f}.org-mat .uw-site-footer__content a{color:#fff}.org-mat .uw-site-footer__content a:active,.org-mat .uw-site-footer__content a:focus,.org-mat .uw-site-footer__content a:hover,.org-mat .uw-site-footer__content a:visited{color:#fff}.org-mat .uw-footer__social-directory a:link,.org-mat .uw-footer__social-directory a:visited{color:#fff}.org-mat .uw-footer__social-directory a:focus,.org-mat .uw-footer__social-directory a:hover{color:#fdd54f}.org-mat .uw-territorial a:link,.org-mat .uw-territorial a:visited{color:#fdd54f}.org-mat .uw-territorial a:focus,.org-mat .uw-territorial a:hover{color:#fdd54f}.org-mat .layout-builder__link,.org-mat .tabs a,.org-mat .timeline-info__withlink a,.org-mat .toolbar-tray a,.org-mat .uw-site-name__link,.org-mat .views-exposed-form a{color:#000}.org-mat .layout-builder__link:active,.org-mat .layout-builder__link:focus,.org-mat .layout-builder__link:hover,.org-mat .layout-builder__link:visited,.org-mat .tabs a:active,.org-mat .tabs a:focus,.org-mat .tabs a:hover,.org-mat .tabs a:visited,.org-mat .timeline-info__withlink a:active,.org-mat .timeline-info__withlink a:focus,.org-mat .timeline-info__withlink a:hover,.org-mat .timeline-info__withlink a:visited,.org-mat .toolbar-tray a:active,.org-mat .toolbar-tray a:focus,.org-mat .toolbar-tray a:hover,.org-mat .toolbar-tray a:visited,.org-mat .uw-site-name__link:active,.org-mat .uw-site-name__link:focus,.org-mat .uw-site-name__link:hover,.org-mat .uw-site-name__link:visited,.org-mat .views-exposed-form a:active,.org-mat .views-exposed-form a:focus,.org-mat .views-exposed-form a:hover,.org-mat .views-exposed-form a:visited{color:#000}.org-sci .uw-blockquote__text,.org-sci .uw-blockquote__text::after,.org-sci .uw-blockquote__text::before{color:#0033be}.org-sci .card__title a,.org-sci a{color:#0033be}.org-sci .card__title a:visited,.org-sci a:visited{color:#0033be}.org-sci .card__title a:focus,.org-sci .card__title a:hover,.org-sci a:focus,.org-sci a:hover{color:#0033be}.org-sci .card__title a.button,.org-sci a.button{color:#fff}.org-sci .card__title a.button:focus,.org-sci .card__title a.button:hover,.org-sci a.button:focus,.org-sci a.button:hover{color:#787878}.org-sci .card__title a.pager__link,.org-sci a.pager__link{color:#000}.org-sci .card__title a.global-site-footer:active,.org-sci .card__title a.global-site-footer:visited,.org-sci a.global-site-footer:active,.org-sci a.global-site-footer:visited{color:#000}.org-sci .menu--uw-footer li a{color:#fff}.org-sci .menu--uw-footer li a:visited{color:#fdd54f}.org-sci .menu--uw-footer li a:focus,.org-sci .menu--uw-footer li a:hover{color:#fdd54f}.org-sci .uw-site-footer__content a{color:#fff}.org-sci .uw-site-footer__content a:active,.org-sci .uw-site-footer__content a:focus,.org-sci .uw-site-footer__content a:hover,.org-sci .uw-site-footer__content a:visited{color:#fff}.org-sci .uw-footer__social-directory a:link,.org-sci .uw-footer__social-directory a:visited{color:#fff}.org-sci .uw-footer__social-directory a:focus,.org-sci .uw-footer__social-directory a:hover{color:#fdd54f}.org-sci .uw-territorial a:link,.org-sci .uw-territorial a:visited{color:#fdd54f}.org-sci .uw-territorial a:focus,.org-sci .uw-territorial a:hover{color:#fdd54f}.org-sci .layout-builder__link,.org-sci .tabs a,.org-sci .timeline-info__withlink a,.org-sci .toolbar-tray a,.org-sci .uw-site-name__link,.org-sci .views-exposed-form a{color:#000}.org-sci .layout-builder__link:active,.org-sci .layout-builder__link:focus,.org-sci .layout-builder__link:hover,.org-sci .layout-builder__link:visited,.org-sci .tabs a:active,.org-sci .tabs a:focus,.org-sci .tabs a:hover,.org-sci .tabs a:visited,.org-sci .timeline-info__withlink a:active,.org-sci .timeline-info__withlink a:focus,.org-sci .timeline-info__withlink a:hover,.org-sci .timeline-info__withlink a:visited,.org-sci .toolbar-tray a:active,.org-sci .toolbar-tray a:focus,.org-sci .toolbar-tray a:hover,.org-sci .toolbar-tray a:visited,.org-sci .uw-site-name__link:active,.org-sci .uw-site-name__link:focus,.org-sci .uw-site-name__link:hover,.org-sci .uw-site-name__link:visited,.org-sci .views-exposed-form a:active,.org-sci .views-exposed-form a:focus,.org-sci .views-exposed-form a:hover,.org-sci .views-exposed-form a:visited{color:#000}.org-school .uw-blockquote__text,.org-school .uw-blockquote__text::after,.org-school .uw-blockquote__text::before{color:#b71233}.org-school .card__title a,.org-school a{color:#b71233}.org-school .card__title a:visited,.org-school a:visited{color:#b71233}.org-school .card__title a:focus,.org-school .card__title a:hover,.org-school a:focus,.org-school a:hover{color:#b71233}.org-school .card__title a.button,.org-school a.button{color:#fff}.org-school .card__title a.button:focus,.org-school .card__title a.button:hover,.org-school a.button:focus,.org-school a.button:hover{color:#787878}.org-school .card__title a.pager__link,.org-school a.pager__link{color:#000}.org-school .card__title a.global-site-footer:active,.org-school .card__title a.global-site-footer:visited,.org-school a.global-site-footer:active,.org-school a.global-site-footer:visited{color:#000}.org-school .menu--uw-footer li a{color:#fff}.org-school .menu--uw-footer li a:visited{color:#fdd54f}.org-school .menu--uw-footer li a:focus,.org-school .menu--uw-footer li a:hover{color:#fdd54f}.org-school .uw-site-footer__content a{color:#fff}.org-school .uw-site-footer__content a:active,.org-school .uw-site-footer__content a:focus,.org-school .uw-site-footer__content a:hover,.org-school .uw-site-footer__content a:visited{color:#fff}.org-school .uw-footer__social-directory a:link,.org-school .uw-footer__social-directory a:visited{color:#fff}.org-school .uw-footer__social-directory a:focus,.org-school .uw-footer__social-directory a:hover{color:#fdd54f}.org-school .uw-territorial a:link,.org-school .uw-territorial a:visited{color:#fdd54f}.org-school .uw-territorial a:focus,.org-school .uw-territorial a:hover{color:#fdd54f}.org-school .layout-builder__link,.org-school .tabs a,.org-school .timeline-info__withlink a,.org-school .toolbar-tray a,.org-school .uw-site-name__link,.org-school .views-exposed-form a{color:#000}.org-school .layout-builder__link:active,.org-school .layout-builder__link:focus,.org-school .layout-builder__link:hover,.org-school .layout-builder__link:visited,.org-school .tabs a:active,.org-school .tabs a:focus,.org-school .tabs a:hover,.org-school .tabs a:visited,.org-school .timeline-info__withlink a:active,.org-school .timeline-info__withlink a:focus,.org-school .timeline-info__withlink a:hover,.org-school .timeline-info__withlink a:visited,.org-school .toolbar-tray a:active,.org-school .toolbar-tray a:focus,.org-school .toolbar-tray a:hover,.org-school .toolbar-tray a:visited,.org-school .uw-site-name__link:active,.org-school .uw-site-name__link:focus,.org-school .uw-site-name__link:hover,.org-school .uw-site-name__link:visited,.org-school .views-exposed-form a:active,.org-school .views-exposed-form a:focus,.org-school .views-exposed-form a:hover,.org-school .views-exposed-form a:visited{color:#000}.org-default__uw-white--lvl1{background:#fff}.org-default__uw-white--primary{background:#fff}.org-default__uw-black--lvl1{background:#dfdfdf}.org-default__uw-black--lvl2{background:#a2a2a2}.org-default__uw-black--lvl3{background:#787878}.org-default__uw-black--lvl4{background:#000}.org-default__uw-black--primary{background:#000}.org-default__uw-gold--lvl1{background:#fffaaa}.org-default__uw-gold--lvl2{background:#ffea30}.org-default__uw-gold--lvl3{background:#fdd54f}.org-default__uw-gold--lvl4{background:#e4b429}.org-default__uw-gold--primary{background:#fdd54f}.org-ahs--lvl1{background:#97dfef}.org-ahs--lvl2{background:#00bed0}.org-ahs--lvl3{background:#0098a5}.org-ahs--lvl4{background:#005963}.org-ahs--primary{background:#005963}.org-art--lvl1{background:#ffd5a5}.org-art--lvl2{background:#fbaf00}.org-art--lvl3{background:#e78100}.org-art--lvl4{background:#d93f00}.org-art--primary{background:#d93f00}.org-eng--lvl1{background:#d0b4ef}.org-eng--lvl2{background:#be33da}.org-eng--lvl3{background:#8100b4}.org-eng--lvl4{background:#57058b}.org-eng--primary{background:#57058b}.org-env--lvl1{background:#daf582}.org-env--lvl2{background:#bed500}.org-env--lvl3{background:#b4be00}.org-env--lvl4{background:#607000}.org-env--primary{background:#607000}.org-mat--lvl1{background:#ffbeef}.org-mat--lvl2{background:#ff63aa}.org-mat--lvl3{background:#df2498}.org-mat--lvl4{background:#c60078}.org-mat--primary{background:#c60078}.org-sci--lvl1{background:#b4d5ff}.org-sci--lvl2{background:#63a0ff}.org-sci--lvl3{background:#0073ce}.org-sci--lvl4{background:#0033be}.org-sci--primary{background:#0033be}.org-school--lvl1{background:#ffa5aa}.org-school--lvl2{background:#e41740}.org-school--lvl3{background:#b71233}.org-school--lvl4{background:#80001f}.org-school--primary{background:#b71233}.sg-patterns{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100%;padding:0 .5rem}.demo-animate{background:#ddd;border-radius:8px;cursor:pointer;margin-bottom:1rem;padding:1rem;text-align:center}.sg-colors{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0}.sg-colors li{border:1px solid #ddd;border-radius:.5rem;-webkit-box-flex:1;-ms-flex:auto;flex:auto;margin:0 .5rem .5rem 0;max-width:14rem;padding:.3rem;width:100%}.sg-swatch{border-radius:.25rem;display:block;height:auto;margin-bottom:.25rem;padding:.5rem;position:relative}.sg-sub{font-family:Typ1451-Bold,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Fira Sans",Droid Sans,sans-serif;font-size:.88889rem;padding:0 .5rem}.sg-info{padding:.25rem .125rem .25rem 1rem}.sg-info code{display:block;font-size:14.22224px;margin-bottom:.5rem}.sg-info h4{font-family:Typ1451-Bold,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Fira Sans",Droid Sans,sans-serif;font-size:.88889rem;margin:0;padding:0}.sg-swatch-colors{background:rgba(255,255,255,.75);border-radius:.25rem;height:auto;padding:.75rem;position:relative;width:50%}.sg-swatch-hex{display:block;font-family:Typ1451-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Fira Sans",Droid Sans,sans-serif;font-size:.88889rem;margin:0;padding:0}.sg-swatch-name{font-family:Typ1451-Bold,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Fira Sans",Droid Sans,sans-serif;font-size:1rem;margin:0;padding:0}@font-face{font-family:'BureauGrotCond Book';font-style:normal;font-weight:400;src:url(/fonts/Bureau_Grot-Condensed_Book.eot),url(/fonts/Bureau_Grot-Condensed_Book.eot?#iefix) format("embedded-opentype"),url(/fonts/Bureau_Grot-Condensed_Book.woff2) format("woff2"),url(/fonts/Bureau_Grot-Condensed_Book.woff) format("woff"),url(/fonts/Bureau_Grot-Condensed_Book.ttf) format("truetype"),url(/fonts/Bureau_Grot-Condensed_Book.svg#Bureau_Grot-Condensed_Book) format("svg")}@font-face{font-family:BureauGrotWide;font-style:normal;font-weight:300;src:url(/fonts/Bureau_Grot-Wide_Light.eot),url(/fonts/Bureau_Grot-Wide_Light.eot?#iefix) format("embedded-opentype"),url(/fonts/Bureau_Grot-Wide_Light.woff2) format("woff2"),url(/fonts/Bureau_Grot-Wide_Light.woff) format("woff"),url(/fonts/Bureau_Grot-Wide_Light.ttf) format("truetype"),url(/fonts/Bureau_Grot-Wide_Light.svg#Bureau_Grot-Wide_Light) format("svg")}@font-face{font-family:'BureauGrot Book';font-style:normal;font-weight:400;src:url(/fonts/Bureau_Grot-Book.eot),url(/fonts/Bureau_Grot-Book.eot?#iefix) format("embedded-opentype"),url(/fonts/Bureau_Grot-Book.woff2) format("woff2"),url(/fonts/Bureau_Grot-Book.woff) format("woff"),url(/fonts/Bureau_Grot-Book.ttf) format("truetype"),url(/fonts/Bureau_Grot-Book.svg#Bureau_Grot-Book) format("svg")}@font-face{font-family:BureauGrotCond;font-style:normal;font-weight:700;src:url(/fonts/Bureau_Grot-Condensed_Bold.eot),url(/fonts/Bureau_Grot-Condensed_Bold.eot?#iefix) format("embedded-opentype"),url(/fonts/Bureau_Grot-Condensed_Bold.woff2) format("woff2"),url(/fonts/Bureau_Grot-Condensed_Bold.woff) format("woff"),url(/fonts/Bureau_Grot-Condensed_Bold.ttf) format("truetype"),url(/fonts/Bureau_Grot-Condensed_Bold.svg#Bureau_Grot-Condensed_Bold) format("svg")}@font-face{font-family:BureauGrot;font-style:normal;font-weight:300;src:url(/fonts/Bureau_Grot-Light.eot),url(/fonts/Bureau_Grot-Light.eot?#iefix) format("embedded-opentype"),url(/fonts/Bureau_Grot-Light.woff2) format("woff2"),url(/fonts/Bureau_Grot-Light.woff) format("woff"),url(/fonts/Bureau_Grot-Light.ttf) format("truetype"),url(/fonts/Bureau_Grot-Light.svg#Bureau_Grot-Light) format("svg")}@font-face{font-family:'BureauGrotWide Book';font-style:normal;font-weight:400;src:url(/fonts/Bureau_Grot-Wide_Book.eot),url(/fonts/Bureau_Grot-Wide_Book.eot?#iefix) format("embedded-opentype"),url(/fonts/Bureau_Grot-Wide_Book.woff2) format("woff2"),url(/fonts/Bureau_Grot-Wide_Book.woff) format("woff"),url(/fonts/Bureau_Grot-Wide_Book.ttf) format("truetype"),url(/fonts/Bureau_Grot-Wide_Book.svg#Bureau_Grot-Wide_Book) format("svg")}@font-face{font-family:iconic;font-style:normal;font-weight:400;src:url(/fonts/iconic.eot);src:url(/fonts/iconic.eot?#iefix) format("embedded-opentype"),url(../fonts/iconic.svg#iconic) format("svg"),url(/fonts/iconic.woff) format("woff"),url(/fonts/iconic.ttf) format("truetype")}@font-face{font-family:Typ1451-Regularalternate;font-style:normal;font-weight:400;src:url(/fonts/lineto-typ1451-regularalternate.eot),url(/fonts/lineto-typ1451-regularalternate.eot?#iefix) format("embedded-opentype"),url(/fonts/lineto-typ1451-regularalternate.woff2) format("woff2"),url(/fonts/lineto-typ1451-regularalternate.woff) format("woff")}@font-face{font-family:Typ1451-Mediumalternate;font-style:normal;font-weight:400;src:url(/fonts/lineto-typ1451-mediumalternate.eot),url(/fonts/lineto-typ1451-mediumalternate.eot?#iefix) format("embedded-opentype"),url(/fonts/lineto-typ1451-mediumalternate.woff2) format("woff2"),url(/fonts/lineto-typ1451-mediumalternate.woff) format("woff")}@font-face{font-family:Typ1451-Regular;font-style:normal;font-weight:400;src:url(/fonts/lineto-typ1451-regular.eot),url(/fonts/lineto-typ1451-regular.eot?#iefix) format("embedded-opentype"),url(/fonts/lineto-typ1451-regular.woff2) format("woff2"),url(/fonts/lineto-typ1451-regular.woff) format("woff")}@font-face{font-family:Typ1451-Boldalternate;font-style:normal;font-weight:400;src:url(/fonts/lineto-typ1451-boldalternate.eot),url(/fonts/lineto-typ1451-boldalternate.eot?#iefix) format("embedded-opentype"),url(/fonts/lineto-typ1451-boldalternate.woff2) format("woff2"),url(/fonts/lineto-typ1451-boldalternate.woff) format("woff")}@font-face{font-family:Typ1451-Medium;font-style:normal;font-weight:400;src:url(/fonts/lineto-typ1451-medium.eot),url(/fonts/lineto-typ1451-medium.eot?#iefix) format("embedded-opentype"),url(/fonts/lineto-typ1451-medium.woff2) format("woff2"),url(/fonts/lineto-typ1451-medium.woff) format("woff")}@font-face{font-family:Typ1451-Bold;font-style:normal;font-weight:400;src:url(/fonts/lineto-typ1451-bold.eot),url(/fonts/lineto-typ1451-bold.eot?#iefix) format("embedded-opentype"),url(/fonts/lineto-typ1451-bold.woff2) format("woff2"),url(/fonts/lineto-typ1451-bold.woff) format("woff")}@font-face{font-family:Typ1451-Light;font-style:normal;font-weight:400;src:url(/fonts/lineto-typ1451-light.eot),url(/fonts/lineto-typ1451-light.eot?#iefix) format("embedded-opentype"),url(/fonts/lineto-typ1451-light.woff2) format("woff2"),url(/fonts/lineto-typ1451-light.woff) format("woff")}@font-face{font-family:Typ1451-Lightalternate;font-style:normal;font-weight:400;src:url(/fonts/lineto-typ1451-lightalternate.eot),url(/fonts/lineto-typ1451-lightalternate.eot?#iefix) format("embedded-opentype"),url(/fonts/lineto-typ1451-lightalternate.woff2) format("woff2"),url(/fonts/lineto-typ1451-lightalternate.woff) format("woff")}@font-face{font-family:fdsu-rwd;font-style:normal;font-weight:400;src:url(/fonts/fdsu-rwd.eot),url(/fonts/fdsu-rwd.eot?#iefix) format("embedded-opentype"),url(/fonts/fdsu-rwd.ttf) format("truetype"),url(/fonts/fdsu-rwd.woff) format("woff"),url(/fonts/fdsu-rwd.svg?#fdsu-rwd) format("svg")}.breakpoint{background-color:rgba(34,139,34,.7);color:#fff;display:block;font-family:Typ1451-Medium,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Fira Sans",Droid Sans,sans-serif;font-size:1rem;padding:.6rem;position:fixed;top:7rem;width:auto;z-index:9}.breakpoint::before{content:"no break- Phone up"}@media (min-width:30rem){.breakpoint{background-color:rgba(255,140,0,.7)}.breakpoint::before{content:"xs"}}@media (min-width:40.06rem){.breakpoint{background-color:rgba(178,34,34,.7)}.breakpoint::before{content:"small"}}@media (min-width:48.06rem){.breakpoint{background-color:rgba(255,255,0,.7);color:#000}.breakpoint::before{content:"medium"}}@media (min-width:63.1875rem){.breakpoint{background-color:rgba(0,0,255,.7);color:#fff}.breakpoint::before{content:"large"}}@media (min-width:75rem){.breakpoint{background-color:rgba(95,158,160,.7);color:#fff}.breakpoint::before{content:"xl"}}@media (min-width:102.5rem){.breakpoint{background-color:rgba(255,127,80,.7);color:#fff}.breakpoint::before{content:"xxl"}}@media (min-width:120rem){.breakpoint{background-color:rgba(127,255,212,.7);color:#000}.breakpoint::before{content:"onek - 1K"}}@media (min-width:159.93rem){.breakpoint{background-color:rgba(123,104,238,.7)}.breakpoint::before{content:"twok - 2K"}}.layout{margin-left:auto;margin-right:auto;max-width:75rem;padding:0 16px;grid-gap:2rem}@media (min-width:75rem){.layout{padding-left:0;padding-right:0}}.layout.uw-contained-width{margin-left:auto;margin-right:auto;max-width:75rem;padding:0 16px;padding:1rem}@media (min-width:75rem){.layout.uw-contained-width{padding-left:0;padding-right:0}}@media (min-width:102.5rem){.layout.uw-contained-width{padding:1rem 0}}.layout.uw-contained-width--narrow{max-width:31rem}.layout.uw-contained-width--wide{max-width:47.0625rem}.layout.uw-full-width{max-width:100%;padding:0 16px;width:100%}.uw-section-has-full-width.uw-node__with-sidebar .layout.uw-full-width{padding:0 16px!important}.dashboards-container .layout.uw-full-width{max-width:100%;padding:0;width:100%}.layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-banner-images,.layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-image,.layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-remote-video{left:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;padding:0;position:relative;right:50%;width:100vw}.layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-banner-images h2,.layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-image h2,.layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-remote-video h2{margin-left:1rem}.uw-section-has-full-width.uw-node__with-sidebar .layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-banner-images,.uw-section-has-full-width.uw-node__with-sidebar .layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-image,.uw-section-has-full-width.uw-node__with-sidebar .layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-remote-video{left:0;margin-left:-1rem;margin-right:-1rem;max-width:100%;padding:0;position:relative;right:0;width:100%}@media (min-width:48.06rem){.layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-google-maps{left:50%;margin-left:-50vw;margin-right:-50vw;max-width:100vw;padding:0;position:relative;right:50%;width:100vw}}.uw-section-has-full-width.uw-node__with-sidebar .layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-google-maps{left:0;margin-left:-1rem;margin-right:-1rem;max-width:100%;padding:0;position:relative;right:0;width:100%}.layout.uw-full-width.layout--uw-1-col .block-inline-blockuw-cbl-google-maps h2{margin-left:1rem}.uw-node__with-sidebar .layout{margin:inherit}@media (min-width:48.06rem){.uw-node__with-sidebar .layout{margin-left:auto;margin-right:auto;max-width:75rem;padding:0 16px}}@media (min-width:48.06rem) and (min-width:75rem){.uw-node__with-sidebar .layout{padding-left:0;padding-right:0}}.uw-node__with-sidebar .layout.uw-contained-width{margin-left:auto;margin-right:auto;max-width:75rem;padding:0 16px;margin:inherit;padding:1rem}@media (min-width:75rem){.uw-node__with-sidebar .layout.uw-contained-width{padding-left:0;padding-right:0}}@media (min-width:102.5rem){.uw-node__with-sidebar .layout.uw-contained-width{padding:1rem 0}}.uw-node__with-sidebar .layout.uw-contained-width--narrow{margin:inherit}.uw-node__with-sidebar .layout.uw-contained-width--wide{margin:inherit}.uw-section-has-full-width.uw-node__with-sidebar .layout.layout--uw-1-col{overflow:hidden}.layout--uw-1-col{display:grid;grid-template-columns:100%}.layout--uw-1-col .layout__region--first{grid-column:1/2}.layout--uw-2-col{display:grid;gap:2rem;grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-2-col.larger-left{grid-template-columns:minmax(0,2fr) 1fr}}@media (min-width:48.06rem){.layout--uw-2-col.larger-right{grid-template-columns:1fr minmax(0,2fr)}}.layout--uw-2-col.even-split{grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-2-col.even-split{grid-template-columns:repeat(2,1fr)}}.layout--uw-2-col .layout__region--first{grid-column:1/2;grid-row:1/2}.layout--uw-2-col .layout__region--second{grid-column:1/2;grid-row:2/3}@media (min-width:48.06rem){.layout--uw-2-col .layout__region--second{grid-column:2/3;grid-row:1/2}}.layout--uw-3-col{display:grid;gap:2rem}.layout--uw-3-col.even-split{grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-3-col.even-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}}.layout--uw-3-col.larger-left{grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-3-col.larger-left{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr)}}.layout--uw-3-col.larger-middle{grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-3-col.larger-middle{grid-template-columns:minmax(0,1fr) minmax(0,2fr) minmax(0,1fr)}}.layout--uw-3-col.larger-right{grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-3-col.larger-right{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,2fr)}}.layout--uw-3-col.legacy-38-38-24{grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-3-col.legacy-38-38-24{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 24%}}.layout--uw-3-col.legacy-24-38-38{grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-3-col.legacy-24-38-38{grid-template-columns:24% minmax(0,1fr) minmax(0,1fr)}}.layout--uw-3-col .layout__region--first{grid-column:1/2;grid-row:1/2}.layout--uw-3-col .layout__region--second{grid-column:1/2;grid-row:2/3}@media (min-width:48.06rem){.layout--uw-3-col .layout__region--second{grid-column:2/3;grid-row:1/2}}.layout--uw-3-col .layout__region--third{grid-column:1/2;grid-row:3/4}@media (min-width:48.06rem){.layout--uw-3-col .layout__region--third{grid-column:3/4;grid-row:1/2}}.layout--uw-4-col{display:grid;gap:2rem;grid-template-columns:100%}@media (min-width:40.06rem){.layout--uw-4-col.even-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-4-col.even-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}}@media (min-width:40.06rem){.layout--uw-4-col.larger-left{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-4-col.larger-left{grid-template-columns:minmax(0,3fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}}@media (min-width:40.06rem){.layout--uw-4-col.larger-second{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-4-col.larger-second{grid-template-columns:minmax(0,1fr) minmax(0,3fr) minmax(0,1fr) minmax(0,1fr)}}@media (min-width:40.06rem){.layout--uw-4-col.larger-third{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-4-col.larger-third{grid-template-columns:minmax(0,1fr) minmax(0,3fr) minmax(0,1fr)}}@media (min-width:40.06rem){.layout--uw-4-col.larger-right{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-4-col.larger-right{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,3fr)}}@media (min-width:40.06rem){.layout--uw-4-col.legacy-23-27-27-23{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-4-col.legacy-23-27-27-23{grid-template-columns:minmax(0,.8fr) minmax(0,1.1fr) minmax(0,1.1fr) minmax(0,.8fr)}}.layout--uw-4-col .layout__region--first{grid-column:1/2;grid-row:1/2}.layout--uw-4-col .layout__region--second{grid-column:1/2}@media (min-width:40.06rem){.layout--uw-4-col .layout__region--second{grid-column:2/3}}@media (min-width:63.1875rem){.layout--uw-4-col .layout__region--second{grid-column:2/3}}@media (min-width:40.06rem){.layout--uw-4-col .layout__region--third{grid-column:1/2}}@media (min-width:63.1875rem){.layout--uw-4-col .layout__region--third{grid-column:3/4;grid-row:1/2}}@media (min-width:40.06rem){.layout--uw-4-col .layout__region--fourth{grid-column:2/3;grid-row:2/3}}@media (min-width:63.1875rem){.layout--uw-4-col .layout__region--fourth{grid-column:4/5;grid-row:1/2}}.layout--uw-5-col{display:grid;gap:2rem;grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-5-col.even-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}}@media (min-width:48.06rem){.layout--uw-5-col.larger-left{grid-template-columns:minmax(0,3fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}}@media (min-width:48.06rem){.layout--uw-5-col.larger-second{grid-template-columns:minmax(0,1fr) minmax(0,3fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}}@media (min-width:48.06rem){.layout--uw-5-col.larger-third{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,3fr) minmax(0,1fr) minmax(0,1fr)}}@media (min-width:48.06rem){.layout--uw-5-col.larger-fourth{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,3fr) minmax(0,1fr)}}@media (min-width:48.06rem){.layout--uw-5-col.larger-right{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,3fr)}}@media (min-width:48.06rem){.layout--uw-5-col.legacy-23-19-19-19-20{grid-template-columns:23% minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 20%}}.layout--uw-5-col .layout__region--first{grid-column:1/2;grid-row:1/2}.layout--uw-5-col .layout__region--second{grid-column:1/2;grid-row:2/3}@media (min-width:48.06rem){.layout--uw-5-col .layout__region--second{grid-column:2/3;grid-row:1/2}}.layout--uw-5-col .layout__region--third{grid-column:1/2;grid-row:3/4}@media (min-width:48.06rem){.layout--uw-5-col .layout__region--third{grid-column:3/4;grid-row:1/2}}.layout--uw-5-col .layout__region--fourth{grid-column:1/2;grid-row:4/5}@media (min-width:48.06rem){.layout--uw-5-col .layout__region--fourth{grid-column:4/5;grid-row:1/2}}.layout--uw-5-col .layout__region--fifth{grid-column:1/2;grid-row:5/6}@media (min-width:48.06rem){.layout--uw-5-col .layout__region--fifth{grid-column:5/6;grid-row:1/2}}.layout--uw-inverted-l-left{display:grid;gap:2rem;grid-template-columns:100%}@media (min-width:63.1875rem){.layout--uw-inverted-l-left.even-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-inverted-l-left.larger-left{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-inverted-l-left.larger-right{grid-template-columns:minmax(0,1fr) minmax(0,2fr)}}.layout--uw-inverted-l-left .uw-inverted-l--left-side{grid-column:1/2;grid-row:1/2}.layout--uw-inverted-l-left .uw-inverted-l--right-side{display:grid;gap:2rem;grid-column:1/2;grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-inverted-l-left .uw-inverted-l--right-side{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-inverted-l-left .uw-inverted-l--right-side{grid-column:2/3}}@media (min-width:48.06rem){.layout--uw-inverted-l-left .layout__region--second{grid-column:1/2}}.layout--uw-inverted-l-left .layout__region--third{grid-column:1/2}@media (min-width:48.06rem){.layout--uw-inverted-l-left .layout__region--third{grid-column:2/3}}.layout--uw-inverted-l-left .layout__region--fourth{grid-column:1/2}@media (min-width:48.06rem){.layout--uw-inverted-l-left .layout__region--fourth{grid-column:1/3}}.layout--uw-inverted-l-right{display:grid;gap:2rem;grid-template-columns:100%}@media (min-width:63.1875rem){.layout--uw-inverted-l-right.even-split{grid-template-columns:minmax(0,1fr) minmax(0,2fr)}}@media (min-width:63.1875rem){.layout--uw-inverted-l-right.larger-left{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}}@media (min-width:63.1875rem){.layout--uw-inverted-l-right.larger-right{grid-template-columns:minmax(0,1fr) minmax(0,2fr)}}.layout--uw-inverted-l-right .uw-inverted-l--left-side{display:grid;gap:2rem;grid-column:1/2;grid-row:1/2;grid-template-columns:100%}@media (min-width:48.06rem){.layout--uw-inverted-l-right .uw-inverted-l--left-side{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.layout--uw-inverted-l-right .uw-inverted-l--right-side{grid-column:1/2;grid-row:2/3}@media (min-width:63.1875rem){.layout--uw-inverted-l-right .uw-inverted-l--right-side{grid-column:2/3;grid-row:1/2}}.layout--uw-inverted-l-right .layout__region--first{grid-column:1/2}@media (min-width:48.06rem){.layout--uw-inverted-l-right .layout__region--first{grid-column:1/2;grid-row:1/2}}.layout--uw-inverted-l-right .layout__region--second{grid-column:1/2}@media (min-width:48.06rem){.layout--uw-inverted-l-right .layout__region--second{grid-column:2/3;grid-row:1/2}}.layout--uw-inverted-l-right .layout__region--third{grid-column:1/2}@media (min-width:48.06rem){.layout--uw-inverted-l-right .layout__region--third{grid-column:1/3;grid-row:2/3}}.layout-builder .layout__region{outline:2px dashed #2f91da}.pattern-lab-content .layout__region{outline:2px dashed #2f91da;padding:1.5rem;text-align:center}.pattern-lab-content .layout__region .pl-labels{text-align:center}.pl-layout-h2{margin-left:auto;margin-right:auto;max-width:75rem;padding:0 16px}@media (min-width:75rem){.pl-layout-h2{padding-left:0;padding-right:0}}.dashboards-container .layout{margin-bottom:2rem}
\ No newline at end of file
......@@ -97,7 +97,6 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
color: $uw-black;
}
&.global-site-footer{
&:link,
&:visited,
&:active{
color: $uw-black;
......
......@@ -4,4 +4,3 @@ details_summary: 'Details summary'
details_description: 'Details description'
details_content: |-
<p>Details content</p>
svg_name: android
\ No newline at end of file
svg_name: android
......@@ -15,4 +15,3 @@ rss_feed: true
feed_icons: false
title_prefix: 'false'
title_suffix: 'false'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment