@charset "UTF-8";
/**
 * Additions to the base styles for Outreach Pro
 * This style sheet is intended to hold any extra styles that
 * 		need to be applied to the UMW implementation of the
 * 		StudioPress Outreach Pro theme
 * If you need to change any existing styles for Outreach Pro,
 * 		those changes should be made within outreach-pro.css
 *
 * @version 1.0.16.8
 */
* {
  border-radius: 0px !important;
}

.umw-global-header {
  background-color: #002D61;
  border-top: 1px solid #2b4f75;
}

body .umw-logo-block > a {
  display: block;
  margin: 0;
  padding: 12px 0;
}
body .umw-header-bar > .wrap {
  max-width: 1140px;
}
body .umw-helpful-links .umw-tools {
  max-width: 1140px;
}
body .entry-content ul.accordion-controls {
  margin: 0 0 1rem;
}
body .entry-content ul.accordion-controls li.accordion-item {
  margin: 0 0 -2px;
  border: 1px solid #cccccc;
}
body .entry-content div.accordion-item-content-wrapper {
  padding: 0;
}
body .entry-content div.accordion-item-content > * {
  padding: 1rem;
}
body .entry-content details:last-child {
  margin-bottom: 26px;
}
body .entry-content details {
  border: 1px solid #ccc;
}
body .entry-content details > * {
  padding: 1rem;
}
body .entry-content details > summary {
  background: #fff;
  color: #333;
  text-transform: none;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  line-height: 1.2;
  border: none;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 10px 35px 10px 20px;
  position: relative;
  cursor: pointer;
}
body .entry-content details > summary:hover {
  background: #eee;
  color: #333;
}
body .entry-content details > summary:focus {
  background: #eee;
  color: #333;
}
body .entry-content details > summary:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #777777;
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 0;
  width: 0;
}
body .entry-content details[open] > summary {
  background: #3A5B7D;
  color: #fff;
}
body .entry-content details[open] > summary:after {
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  top: 18px;
}
body .accordion .responsive-tabs .responsive-tabs__heading {
  background: #fff;
  color: #333;
  padding-right: 35px;
  text-transform: none;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  line-height: 1.2;
  border: none;
  border-bottom: 1px solid #cccccc;
}
body .accordion .responsive-tabs .responsive-tabs__heading:hover {
  background: #eee;
  color: #333;
}
body .accordion .responsive-tabs .responsive-tabs__heading:focus {
  background: #eee;
  color: #333;
  text-decoration: underline;
}
body .accordion .responsive-tabs .responsive-tabs__heading--active {
  background: #3A5B7D;
  color: #fff;
}
body .accordion .responsive-tabs .responsive-tabs__heading--active:hover {
  background: #3A5B7D;
  color: #fff;
}
body .accordion .responsive-tabs .responsive-tabs__heading--active:focus {
  background: #3A5B7D;
  color: #fff;
}
body .ten321-accordion .accordion-item button.accordion-control-button {
  background: #fff;
  color: #333;
  padding-right: 35px;
  text-transform: none;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  line-height: 1.2;
  border: none;
  border-bottom: 1px solid #cccccc;
}
body .ten321-accordion .accordion-item button.accordion-control-button:hover {
  background: #eee;
  color: #333;
}
body .ten321-accordion .accordion-item button.accordion-control-button:focus {
  background: #eee;
  color: #333;
  text-decoration: underline;
}
body .ten321-accordion .accordion-item:last-child button.accordion-control-button {
  border: none;
}
body .ten321-accordion .accordion-item button.accordion-control-button[aria-expanded=true] {
  background: #3A5B7D;
  color: #fff;
}
body .ten321-accordion .accordion-item button.accordion-control-button[aria-expanded=true]:hover {
  background: #3A5B7D;
  color: #fff;
}
body .ten321-accordion .accordion-item button.accordion-control-button[aria-expanded=true]:focus {
  background: #3A5B7D;
  color: #fff;
}
body .facts-container {
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 4fr);
  grid-template-areas: "first first first first second second second second second second second second" "third third third fourth fourth fourth fifth fifth fifth fifth fifth fifth";
  justify-items: stretch;
  align-items: stretch;
  justify-content: stretch;
  align-content: stretch;
}
body .facts-container h3 {
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  color: #002D61;
  letter-spacing: -0.015em;
}
body .facts-container .fact {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
body .facts-container .fact-text {
  font-size: 1.3125rem;
  text-align: center;
  color: #002D61;
  letter-spacing: -0.015em;
  line-height: 1.5rem;
}
body .facts-container .citation:before {
  content: "—";
}
body .facts-container .wrapper {
  max-height: 100%;
  height: 100%;
  padding: 0;
  transition: padding-top 0.25s, margin-bottom 0.25s;
}
body .facts-container .wrapper:hover {
  transition: padding-top 1s, margin-bottom 1s;
  padding-top: 100vh;
  margin-bottom: -100vh;
}
body .facts-container .wrap-inner {
  background: rgba(141, 201, 247, 0.9);
  margin: 0;
  padding: 2rem;
  display: grid;
  grid-gap: 1rem;
  align-content: center;
  justify-items: stretch;
  align-items: stretch;
  justify-content: center;
  height: 100%;
}
body .facts-container .fact-one {
  background-image: url(/wp-content/uploads/2021/11/Mask-Group-13@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  grid-area: first;
}
body .facts-container .fact-two {
  background-image: url(/wp-content/uploads/2021/11/Mask-Group-15@2x.jpg);
  grid-area: second;
}
body .facts-container .fact-three {
  background-image: url(/wp-content/uploads/2021/11/Mask-Group-18@2x.jpg);
  grid-area: third;
}
body .facts-container .fact-four {
  background-image: url(/wp-content/uploads/2021/11/Mask-Group-17@2x.jpg);
  grid-area: fourth;
}
body .facts-container .fact-five {
  background-image: url(/wp-content/uploads/2021/11/Mask-Group-19@2x.jpg);
  grid-area: fifth;
}
body .footer-widgets {
  background-color: #0067A2;
}
body h2.reslife-home-feature-title {
  background-color: #002D61;
}
body .reslife-home-feature {
  background: rgba(141, 201, 247, 0.5);
}
body .localist-widget-hl .content {
  float: none;
  width: auto;
  max-width: 100%;
}
body .localist-widget-hl .event-list > li {
  list-style: none;
}
body .gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area {
  color: #474747;
}
body .gform_wrapper form .gchoice label {
  color: #52575B;
}

body.home #content .page h1.entry-title {
  display: none;
}

.entry-title a:hover {
  text-decoration: underline;
}
.entry-title a:focus {
  text-decoration: underline;
}

#umw-full-logo-img {
  width: 225px;
  height: 58px;
  max-width: 100%;
  max-height: 25.6656804734%;
}
#umw-full-logo-img path.st0 {
  fill: #fff;
}

.umw-logo-block {
  max-width: 100%;
  float: left;
  text-align: center;
  width: 100%;
}

.site-header {
  clear: both;
}

.outreach-pro-home .site-inner {
  padding: 0px !important;
}

div.sub-footer {
  background: rgba(141, 201, 247, 0.5);
}
div.sub-footer h3.widgettitle {
  font-weight: bold;
  border-bottom: 1px solid gray !important;
  color: #b81237;
}

.sub-footer .widget a {
  color: #002D61;
}
.sub-footer .widget a:hover {
  text-decoration: underline;
}
.sub-footer .widget a:focus {
  text-decoration: underline;
}
.sub-footer .widget div.CTAbutton a {
  color: white;
}
.sub-footer .widget div.CTAbutton a:hover {
  color: #e6eaee;
  text-decoration: underline;
}
.sub-footer .widget div.CTAbutton a:focus {
  color: #e6eaee;
  text-decoration: underline;
}

.home-top .pcs-entry h1 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(0, 43, 90);
}
.home-top .pcs-entry h1 a {
  color: rgb(0, 43, 90);
}
.home-top .pcs-entry h1 a:hover {
  border-bottom: 2px solid rgb(0, 43, 90);
}
.home-top .pcs-entry h1 a:focus {
  border-bottom: 2px solid rgb(0, 43, 90);
}
.home-top .pcs-entry {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgb(0, 43, 90);
  padding-bottom: 1rem;
}
.home-top .latest-news-entry h1 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(0, 43, 90);
}
.home-top .latest-news-entry h1 a {
  color: rgb(0, 43, 90);
}
.home-top .latest-news-entry h1 a:hover {
  border-bottom: 2px solid rgb(0, 43, 90);
}
.home-top .latest-news-entry h1 a:focus {
  border-bottom: 2px solid rgb(0, 43, 90);
}
.home-top .latest-news-entry {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgb(0, 43, 90);
  padding-bottom: 1rem;
}
.home-top .pcs-featured-image {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.home-top .pcs-featured-image img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.home-top .featured-image {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.home-top .featured-image img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.home-top .flexslider {
  border: none;
  padding: 0;
  margin: 0;
}
.home-top .flexslider .slides > li {
  position: relative;
}
.home-top .flexslider .slide-caption {
  width: 300px;
  width: 18.75rem;
  padding: 0 48px;
  padding: 0 3rem;
  max-width: 80%;
  position: absolute;
  left: 10%;
  bottom: 0;
  background: none;
  left: 0;
  top: 0;
  background: rgba(0, 45, 97, 0.7);
  margin-top: 0;
  padding: 64px 32px 100px;
  padding: 4rem 2rem 6.25rem;
  color: #fff;
}
.home-top .flexslider .slide-caption a {
  color: #fff;
}
.home-top .flexslider .slide-caption h1 {
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.home-top .flexslider .slide-caption .slide-caption-title {
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.home-top .uhp-slider-wrap {
  position: relative;
}
.home-top .uhp-slider {
  position: relative;
  z-index: 9;
}
.home-top .uhp-slider-nav {
  z-index: 10;
  width: 300px;
  width: 18.75rem;
  padding: 0 48px;
  padding: 0 3rem;
  max-width: 80%;
  position: absolute;
  left: 10%;
  bottom: 0;
  background: none;
}
.home-top .uhp-slider-nav .slide {
  width: 35px;
  height: 35px;
  margin: 2px;
  float: none;
  display: inline-block;
}
.home-top .flex-control-thumbs {
  width: 300px;
  width: 18.75rem;
  padding: 0 48px;
  padding: 0 3rem;
  max-width: 80%;
  position: absolute;
  left: 10%;
  bottom: 0;
  background: none;
  left: 0;
}
.home-top .flex-control-thumbs li {
  width: 35px;
  height: 35px;
  margin: 2px;
  float: none;
  display: inline-block;
}
.home-top .flex-control-thumbs img {
  border: 1px solid #728aa4;
}
.home-top .flex-control-thumbs img.flex-active {
  border: 1px solid #fff;
}
.home-top .reslife-home-main-area a {
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  color: #b81237;
  font-weight: 700;
}
.home-top .reslife-home-main-area a:hover {
  color: #002b5a;
  text-decoration: underline;
}
.home-top .reslife-home-main-area a:focus {
  color: #002b5a;
  text-decoration: underline;
}
.home-top .reslife-home-main-area .hall-home-feature {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.sub-footer-left .latest-news-entry h1 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(0, 43, 90);
}
.sub-footer-left .latest-news-entry h1 a {
  color: rgb(0, 43, 90);
}
.sub-footer-left .latest-news-entry h1 a:hover {
  border-bottom: 2px solid rgb(0, 43, 90);
}
.sub-footer-left .latest-news-entry h1 a:focus {
  border-bottom: 2px solid rgb(0, 43, 90);
}
.sub-footer-left .latest-news-entry {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgb(0, 43, 90);
  padding-bottom: 1rem;
}
.sub-footer-left .featured-image {
  display: block;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
.sub-footer-left .featured-image img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.home-top.widget-area .widget_text {
  padding: 0;
}
.home-top.widget-area .pcs-list-widget {
  padding: 0;
}
.home-top.widget-area .widget_umw-latest-news .widget-wrap {
  padding: 0;
}
.home-top.widget-area > .widget {
  margin: 0;
  padding: 0;
}

.sub-footer-left.widget-area .widget_umw-latest-news .widget-wrap {
  padding: 0;
}

div.home-top h3.widgettitle {
  font-weight: bold;
  border-bottom: 1px solid gray !important;
  color: #b81237;
}

div.home-bottom h3.widgettitle {
  font-weight: bold;
  border-bottom: 1px solid gray !important;
  color: #b81237;
}

.home-bottom {
  padding-top: 20px;
}

.homepage-cta-wrapper {
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 1px solid #002D61;
  border-bottom: 1px solid #002D61;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.homepage-cta {
  max-width: 1140px;
  margin: 0 auto;
  color: #002D61;
  float: none;
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1rem;
  justify-items: stretch;
  align-items: stretch;
  justify-content: space-between;
  align-content: stretch;
}
.homepage-cta h1 {
  font-size: 1.75em;
}
.homepage-cta h3 {
  font-size: 1.75em;
}
.homepage-cta span.genericon {
  font-size: 5em;
  float: left;
}
.homepage-cta span.umw-icon {
  font-size: 5em;
  float: left;
}
.homepage-cta span.umw-icon:before {
  font-size: 0.9em;
  line-height: normal;
  padding-right: 8px;
}
.homepage-cta span.dashicons {
  font-size: 5em;
  float: left;
  width: auto;
  height: auto;
}
.homepage-cta br.clearfix {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.homepage-cta a:hover {
  text-decoration: underline;
}
.homepage-cta a:focus {
  text-decoration: underline;
}

.umw-is-root.home .homepage-cta .one-third {
  border: none;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

#impactStatement {
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  color: #002b5a;
  background: #ccd5de;
  text-align: center;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
#impactStatement a {
  color: #b81237;
  font-weight: bold;
}
#impactStatement a:hover {
  text-decoration: underline;
}
#impactStatement a:focus {
  text-decoration: underline;
}

.calendarLink {
  clear: both;
  text-align: center;
  padding: 10px;
  border: 0.55em solid #fff;
  border-top: 0px;
  color: white;
  background-color: #b81237;
}
.calendarLink a {
  color: white;
}
.calendarLink a:hover {
  color: #ebeaee;
  text-decoration: underline;
}
.calendarLink a:focus {
  color: #ebeaee;
  text-decoration: underline;
}

.home ul.post-list > li.listed-post {
  width: 23%;
  max-width: 23%;
  min-width: 200px;
  min-width: 12.5rem;
  margin: 0;
  margin-left: 2.6666666667%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}
.home ul.post-list > li.listed-post:first-child {
  margin-left: 0;
}
.home .listed-post a {
  font-weight: 700;
}
.home .home-top .home-intro {
  font-size: 1.125rem;
  line-height: 1.333;
}

.widget_pages .children {
  display: none;
}
.widget_pages .current_page_ancestor .children {
  display: block;
}
.widget_pages .current_page_item .children {
  display: block;
}
.widget_pages .current-menu-item .children {
  display: block;
}

.widget_section_nav .children {
  display: none;
}
.widget_section_nav .current_page_ancestor .children {
  display: block;
}
.widget_section_nav .current_page_item .children {
  display: block;
}
.widget_section_nav .current-menu-item .children {
  display: block;
}

.current_page_item > a {
  font-weight: bold;
}

.widget li {
  border-bottom: 1px solid #E6EAEE;
}
.widget .umw-rss-item {
  border-bottom: 1px solid #E6EAEE;
  margin-bottom: 16px;
  padding-bottom: 16px;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.widget .umw-rss-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget ul.ai1ec-nav li.ai1ec-dropdown {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.widget h3.umw-rss-item-title {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.625;
}

.sidebar .widget.focusable:focus .widget-wrap {
  color: #fff;
}
.sidebar .widget a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.sidebar .widget a:hover {
  color: #eee;
  text-decoration: underline;
  color: #e2e2e2;
  text-decoration: underline;
  border: none;
}
.sidebar .widget a:focus {
  color: #eee;
  text-decoration: underline;
  color: #e2e2e2;
  text-decoration: underline;
  border: none;
}

.site-footer .widget a {
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.site-footer .widget a:hover {
  color: #e2e2e2;
  text-decoration: underline;
  border: none;
}
.site-footer .widget a:focus {
  color: #e2e2e2;
  text-decoration: underline;
  border: none;
}
.site-footer a.genericon {
  border: none;
}

.breadcrumb a {
  text-decoration: none;
  border-bottom: 1px dashed rgba(76, 106, 139, 0.3);
}
.breadcrumb a:hover {
  text-decoration: underline;
  border: none;
  text-decoration: underline;
}
.breadcrumb a:focus {
  text-decoration: underline;
  border: none;
  text-decoration: underline;
}

.content h4.widget-title {
  color: #0067a2;
}

.site-root.home .content .home-top h4.widget-title {
  font-size: 1.75rem;
}
.site-root.home .home-top .flexslider .slide-caption .slide-caption-title {
  color: #F7BF0A;
}
.site-root.home .home-top .flexslider .slide-caption h2 a {
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  color: #F7BF0A;
}
.site-root.home .home-featured-image figcaption h2 a {
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  color: #F7BF0A;
}
.site-root.home .home-feature-subtitle {
  font-size: 20px;
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.5;
}
.site-root.home .home-feature-subtitle a {
  color: #F7BF0A !important;
  display: block;
  margin-top: 0.5em;
  font-size: 16px;
  font-size: 1rem;
}
.site-root.home .slider-cta {
  color: #F7BF0A !important;
  display: block;
  margin-top: 0.5em;
  font-size: 16px;
  font-size: 1rem;
}
.site-root.home .widget .top-stories-cta .first .button.odd {
  text-transform: uppercase;
}
.site-root.home .widget .top-stories-cta .button.odd {
  border-radius: 0.5rem !important;
  font-weight: normal;
  text-align: center;
  padding: 5px;
  width: 100%;
  background: #0067A2;
}
.site-root.home .widget .alert {
  background: #F7BF0A;
  padding: 1rem;
  margin: 0 0 4rem;
}
.site-root.home .widget .alert p.alert-heading {
  text-align: center;
  margin: 0;
  font-size: 1.5rem;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
}
.site-root.home .widget .alert p.alert-heading a {
  color: #002D61;
}
.site-root.home .widget .alert p.alert-heading a:hover {
  text-decoration: underline;
}
.site-root.home .widget .alert p.alert-heading a:focus {
  text-decoration: underline;
}

.site-admissions.page-id-20 .home-intro {
  font-size: 1.125rem;
  line-height: 1.333;
  margin: 1.5rem auto;
}
.site-admissions.page-id-20 .homepage-cta-wrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.site-admissions.page-id-20 .homepage-cta-wrapper p {
  margin-bottom: 0;
}
.site-admissions.page-id-20 .facts-container-wrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.site-admissions.page-id-20 .facts-container-wrapper h4.widget-title {
  font-size: 1.75rem;
  color: #0067A2;
}
.site-admissions.page-id-20 .facts-container h3 {
  font-size: 5.3125rem;
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif;
  color: #002D61;
  text-align: center;
  font-weight: 900;
  letter-spacing: -0.03em;
}
.site-admissions.page-id-20 .facts-container .fact-text {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif;
  color: #002D61;
  letter-spacing: -0.015em;
  line-height: 1.875rem;
}
.site-admissions.page-id-20 .facts-container .fact-one {
  background-image: url("/admissions/wp-content/uploads/sites/6/2021/11/Mask-Group-23@2x.jpg");
}
.site-admissions.page-id-20 .facts-container .fact-two {
  background-image: url("/admissions/wp-content/uploads/sites/6/2021/11/Mask-Group-20@2x.jpg");
}
.site-admissions.page-id-20 .facts-container .fact-three {
  background-image: url("/admissions/wp-content/uploads/sites/6/2021/11/Mask-Group-22@2x.jpg");
}
.site-admissions.page-id-20 .facts-container .fact-four {
  background-image: url("/admissions/wp-content/uploads/sites/6/2021/11/Mask-Group-21@2x.jpg");
}
.site-admissions.page-id-20 .facts-container .fact-five {
  background-image: url("/admissions/wp-content/uploads/sites/6/2021/11/Mask-Group-24@2x.jpg");
}

.site-admissions.home .home-top .home-intro {
  margin: 1rem auto;
}
.site-admissions.home .home-top h4.widget-title {
  font-size: 1.625rem;
  color: #002D61;
  font-weight: 700;
  text-transform: none;
}
.site-admissions.home .sub-footer-right {
  padding-top: 3em;
}
.site-admissions.home .homepage-cta-wrapper {
  padding: 1rem 0;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.site-admissions.home .admissions-ctas {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 1rem;
  justify-items: center;
}
.site-admissions.home .admissions-ctas .cta {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  grid-template-areas: "icon title" "icon text";
  grid-column-gap: 1rem;
  justify-items: stretch;
  align-items: center;
  justify-content: stretch;
  align-content: stretch;
  font-size: 1rem;
}
.site-admissions.home .admissions-ctas .cta span.umw-icon {
  grid-area: icon;
  font-size: 64px;
  display: inline-block;
}
.site-admissions.home .admissions-ctas .cta span.umw-icon:before {
  font-size: 64px;
  display: inline-block;
}
.site-admissions.home .admissions-ctas .cta span.umw-icon.icon-info-request {
  color: #102048;
}
.site-admissions.home .admissions-ctas .cta h3 {
  margin: 0;
  padding: 0;
  grid-area: title;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  font-size: 1.75rem;
  color: #4c6a8b;
  font-weight: 700;
  align-self: end;
}
.site-admissions.home .admissions-ctas .cta h3 a {
  color: #4c6a8b;
  text-decoration: none;
}
.site-admissions.home .admissions-ctas .cta h3 a:hover {
  text-decoration: underline;
}
.site-admissions.home .admissions-ctas .cta h3 a:focus {
  text-decoration: underline;
}
.site-admissions.home .admissions-ctas .cta p {
  margin: 0;
  padding: 0;
  grid-area: text;
  align-self: start;
}

#reportProblem {
  text-align: center;
}

footer.site-footer div h4.widget-title.widgettitle {
  color: #fff;
  font-weight: 500;
}
footer.site-footer a.genericon {
  font-size: 3em;
}
footer.site-footer .widget {
  margin-bottom: 0px;
}

.umw-global-footer {
  background: #002D61;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.umw-global-footer h4.widget-title {
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif;
  text-transform: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.umw-global-footer h4.widgettitle {
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif;
  text-transform: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.umw-global-footer > .wrap {
  max-width: 100%;
  width: 100%;
}
.umw-global-footer .global-footer-top {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid #728aa4;
}
.umw-global-footer .global-footer-top .widget {
  max-width: 1140px;
  margin: 0 auto;
}
.umw-global-footer .primary-global-footer > .wrap {
  margin: 0 auto;
}
.umw-global-footer .primary-global-footer {
  border-bottom: 1px solid #728aa4;
  max-width: 100%;
  width: 100%;
}
.umw-global-footer .primary-global-footer:after {
  display: block;
  content: " ";
  clear: both;
  float: none;
}
.umw-global-footer .secondary-global-footer {
  max-width: 1140px;
  margin: 0 auto;
}
.umw-global-footer .global-footer-bottom-2 {
  text-align: right;
}
.umw-global-footer .widget {
  background: none;
  margin: 0;
  color: #fff;
}
.umw-global-footer .widget .widget-title {
  color: #fff;
}

#menu-footer-legal-links li.menu-item {
  display: inline-block;
  padding: 0 0 0 8px;
  padding: 0 0 0 0.5rem;
  margin: 0 0 0 8px;
  margin: 0 0 0 0.5rem;
  border: none;
  border-left: 1px solid #fff;
}
#menu-footer-legal-links li.menu-item:first-child {
  border: none;
}

.home-featured-image {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.home-featured-image .fve-video-wrapper {
  margin: 0;
}
.home-featured-image figcaption {
  width: 300px;
  width: 18.75rem;
  padding: 0 48px;
  padding: 0 3rem;
  max-width: 80%;
  position: absolute;
  left: 10%;
  bottom: 0;
  background: none;
  top: 0;
  background: rgba(0, 45, 97, 0.7);
  margin-top: 0;
  padding: 64px 32px 100px;
  padding: 4rem 2rem 6.25rem;
  color: #fff;
}
.home-featured-image figcaption a {
  color: #fff;
}
.home-featured-image figcaption h2 {
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  font-size: 26px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.home-featured-image > a {
  display: block;
  padding: 0;
  margin: 0;
}
.home-featured-image img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}

.views-template-faculty--expertfile > div.site-container > div > div > div > main > article > header {
  display: none;
}

p.employee-name {
  margin-bottom: 0.5em;
  font-size: 14px;
}

.wp_rss_retriever_image {
  clear: both;
  float: left;
  padding-right: 0.5em;
  padding-top: 0.25em;
}

.wp_rss_retriever_title {
  clear: both;
  font-weight: bold;
  display: block;
}

a.wp_rss_retriever_title:hover {
  text-decoration: underline;
}
a.wp_rss_retriever_title:focus {
  text-decoration: underline;
}

.wp_rss_retriever_item {
  padding: 0.5em;
  margin-bottom: 0.25em;
}

.entry-content ul.wp_rss_retriever_list > li {
  list-style-type: none;
}
.entry-content ul.wp_rss_retriever_list {
  margin-left: 0px;
}
.entry-content h2 {
  font-weight: 900;
  color: #b81237;
}
.entry-content .umw-search-results table td {
  border: none;
  padding: 0;
}
.entry-content .umw-search-results table {
  border: none;
  padding: 0;
}
.entry-content .umw-search-results table tr {
  background: transparent;
}
.entry-content .umw-search-results table tr:hover {
  background: transparent;
}
.entry-content .umw-search-results table tr:focus {
  background: transparent;
}

.wp_rss_retriever_metadata {
  font-style: italic;
  font-size: 0.75em;
}

.atoz-alpha-links {
  width: 100%;
  text-align: left;
  max-width: 100%;
}
.atoz-alpha-links ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.atoz-alpha-links li {
  list-style: none;
  display: inline;
}
.atoz-alpha-links li a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: 0 0.75rem 1rem 0;
  border: 1px dotted #eee;
  background: #e2e2e2;
  text-decoration: none;
}
.atoz-alpha-links li a:hover {
  background: #eee;
  border: 1px solid #000;
}
.atoz-alpha-links li a:focus {
  background: #eee;
  border: 1px solid #000;
}

.atoz-alpha-letter-section {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  break-inside: avoid;
}

.footer-widgets .widget.focusable:focus .widget-wrap {
  color: #ccc;
}

div.entry-content a {
  color: #b81237;
  font-weight: bold;
  text-decoration: underline;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
}
div.entry-content a:hover {
  color: #002b5a;
}
div.entry-content a:focus {
  color: #002b5a;
}
div.entry-content a span.dashicons {
  text-decoration: none;
}
div.entry-content a.genericon {
  font-size: 2em;
  font-weight: normal;
  font-family: "Genericons";
  text-decoration: none;
}
div.entry-content a.dashicons {
  font-size: 2em;
  font-weight: normal;
  font-family: dashicons;
  text-decoration: none;
}

a.genericon {
  font-size: 2em;
  font-weight: normal;
  font-family: "Genericons";
  text-decoration: none;
}
a.genericon:hover {
  text-decoration: none;
}
a.genericon:focus {
  text-decoration: none;
}

a.dashicons {
  font-size: 2em;
  font-weight: normal;
  font-family: dashicons;
  text-decoration: none;
}
a.dashicons:hover {
  text-decoration: none;
}
a.dashicons:focus {
  text-decoration: none;
}

.inlineAttention {
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 16pt;
  float: left;
  padding: 0.35em 1em;
  border-right: 1px solid #b81237;
  margin-right: 1em;
  height: 125px;
}

.blocklistitem {
  margin-top: 2em;
  clear: both;
}

figure.wp-caption {
  background-color: #E6EAEE;
}

.archive-description {
  display: none;
}

.taxonomy-description {
  display: none;
}

div.footer-widgets a {
  color: #fff;
}
div.footer-widgets a:hover {
  color: #fff;
  text-decoration: underline;
}
div.footer-widgets a:focus {
  color: #fff;
  text-decoration: underline;
}
div.footer-widgets div.entry-content a {
  color: #fff;
}
div.footer-widgets div.entry-content a:hover {
  color: #fff;
  text-decoration: underline;
}
div.footer-widgets div.entry-content a:focus {
  color: #fff;
  text-decoration: underline;
}

.site-info {
  background-color: rgba(141, 201, 247, 0.5);
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.5rem;
}
.site-info a {
  color: #3A5B7D;
  text-decoration: underline;
}
.site-info a:hover {
  color: black;
  text-decoration: underline;
}
.site-info a:focus {
  color: black;
  text-decoration: underline;
}
.site-info p {
  margin-bottom: 0;
}

.site-info-title {
  width: 100%;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  color: #002b5a;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.3125rem;
  line-height: 1.625;
  margin-bottom: 0;
}

.program-icon {
  font-size: 0.857em;
  vertical-align: baseline;
  text-align: center;
  transition: color 0.1s ease-in 0s;
  display: inline-block;
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  speak: none;
  width: 2em;
  height: 1.5em;
}
.program-icon:before {
  color: #fff;
  padding: 0.25em 0.5em;
  vertical-align: middle;
}

.program-icon.major:before {
  content: "M";
  background: #1d5b24;
}

.program-icon.minor:before {
  content: "m";
  background: #78c043;
}

.program-icon.degree-completion:before {
  content: "D";
  background: #ff7900;
}

.program-icon.pre-professional:before {
  content: "P";
  background: #3db8d3;
}

.program-icon.certificate:before {
  content: "C";
  background: #663990;
}

.program-icon.graduate:before {
  content: "G";
  background: #b71237;
}

.solid-button {
  color: #fff;
  padding: 0.5rem;
  padding: 8px;
  font-size: 1rem;
  font-size: 16px;
  font-weight: 700;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  text-align: center;
  margin-bottom: 1rem;
}
.solid-button:hover {
  color: #fff;
  text-decoration: underline;
}
.solid-button:focus {
  color: #fff;
  text-decoration: underline;
}
.solid-button:after {
  font-family: dashicons;
  content: "\f345";
  font-size: 11px;
  font-weight: 100;
  background: #fff;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 0 0.2rem;
  padding: 0 3.2px;
  display: inline-block;
  vertical-align: text-top;
}

.solid-button.undergraduate {
  background: #b71237;
}
.solid-button.undergraduate:after {
  color: #b71237;
}

.solid-button.graduate {
  background: #002b5a;
}
.solid-button.graduate:after {
  color: #002b5a;
}

.sidebar-secondary .widget .widget-title {
  color: #fff;
}

.active-local-advisory {
  background: #ff7900;
  color: #000;
  width: 100%;
  max-width: 100%;
  padding: 0.5rem 1rem;
  padding: 8px 16px;
  font-size: 0.875rem;
  font-size: 14px;
  margin: 0 auto;
}
.active-local-advisory .wrap {
  padding: 0 10%;
}
.active-local-advisory .advisory-title {
  font-size: 1rem;
  font-size: 16px;
}
.active-local-advisory .advisory-meta {
  font-size: 0.75rem;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0.25rem;
  margin-bottom: 4px;
}
.active-local-advisory p {
  margin-bottom: 0;
}
.active-local-advisory a {
  color: #000;
  text-decoration: underline;
  font-weight: 700;
}
.active-local-advisory a:hover {
  text-decoration: overline underline;
}
.active-local-advisory a:focus {
  text-decoration: overline underline;
}

div.CTAbutton {
  margin-bottom: 0.5em;
  padding: 0.75em;
  text-align: center;
  color: white;
  font-size: 2em;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1em;
}
div.CTAbutton a {
  color: white;
}
div.CTAbutton a:hover {
  color: #e6eaee;
  text-decoration: underline;
}
div.CTAbutton a:focus {
  color: #e6eaee;
  text-decoration: underline;
}

.reslife-home-main-area div.CTAbutton a {
  color: white;
}
.reslife-home-main-area div.CTAbutton a:hover {
  color: #e6eaee;
  text-decoration: underline;
}
.reslife-home-main-area div.CTAbutton a:focus {
  color: #e6eaee;
  text-decoration: underline;
}
.reslife-home-main-area {
  padding: 16px;
  padding: 1rem;
}
.reslife-home-main-area h2.reslife-home-feature-title a {
  color: #fff;
}
.reslife-home-main-area h2.reslife-home-feature-title a:hover {
  color: #e2e2e2;
  text-decoration: underline;
}
.reslife-home-main-area h2.reslife-home-feature-title a:focus {
  color: #e2e2e2;
  text-decoration: underline;
}

.CTAblue {
  background-color: #002e5d;
}

.CTAgreen {
  background-color: #1d5b24;
}

.CTAdkgreen {
  background-color: #1d5b24;
}

.CTAorange {
  background-color: #53565a;
}

.CTAgray {
  background-color: #53565a;
}

.CTAburgundy {
  background-color: #862633;
}

.CTAred {
  background-color: #862633;
}

.CTApurple {
  background-color: #3b567d;
}

.CTAlightblue {
  background-color: #3b567d;
}

.CTAsubtext {
  line-height: 1.5;
  text-align: left;
  clear: both;
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif;
  font-size: 0.5em;
  color: black;
  font-weight: normal;
}

.site-study .atoz-alpha-content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2rem;
}
.site-study .atoz-alpha-content ul {
  list-style: none;
  border: none;
  padding: 0 0 0.75rem 0;
  padding: 0 0 12px 0;
  margin: 0;
}
.site-study .atoz-alpha-content li {
  list-style: none;
  border: none;
  padding: 0 0 0.75rem 0;
  padding: 0 0 12px 0;
  margin: 0;
}
.site-study .atoz-alpha-content li:last-child {
  list-style: none;
  border: none;
  padding: 0 0 0.75rem 0;
  padding: 0 0 12px 0;
  margin: 0;
}
.site-study .atoz-alpha-content a {
  font-weight: 500;
  color: #4C6A8B;
}
.site-study .atoz-alpha-content a:hover {
  text-decoration: underline;
}
.site-study .atoz-alpha-content a:focus {
  text-decoration: underline;
}
.site-study h2.atoz-alpha-header-letter {
  font-weight: 700;
  color: #b81237;
}
.site-study .home-top .widget {
  padding-left: 0;
  padding-right: 0;
}
.site-study .home-top .widget:first-child {
  padding-bottom: 0;
}
.site-study .home-bottom .widget {
  float: left;
  margin-left: 2.5641025641%;
  width: 48.7179487179%;
  background: #ced6de;
  color: #002b5a;
}
.site-study .home-bottom .widget .widget-wrap > * {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.site-study .home-bottom .widget .widget-wrap > .widget-title {
  background: #002b5a;
  color: #fff;
  padding: 0.5rem 1rem;
  padding: 8px 16px;
  margin: 0 0 1rem 0;
  margin: 0 0 16px 0;
}
.site-study .home-bottom .widget .widget-wrap > .widgettitle {
  background: #002b5a;
  color: #fff;
  padding: 0.5rem 1rem;
  padding: 8px 16px;
  margin: 0 0 1rem 0;
  margin: 0 0 16px 0;
}
.site-study .home-bottom .widget:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
.site-study .sidebar-secondary {
  background: #e6eaee;
  color: #002b5a;
}
.site-study .sidebar-secondary .widget-title {
  color: #b81237;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  font-size: 16px;
}
.site-study .sidebar-secondary .widgettitle {
  color: #b81237;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  font-size: 16px;
}
.site-study .sidebar-secondary .widget .button {
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  color: #fff;
  display: block;
  padding: 0.5rem 1rem;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  background: #4d6b8b;
}
.site-study .sidebar-secondary .widget .button.even {
  background: #002b5a;
}
.site-study .sidebar-secondary .widget {
  background: none;
}

.clear {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
  float: none;
}

.ai1ec-bf-container {
  border: none;
  border: 0px !important;
}

.timely-widget {
  background-color: #fff;
}

.hidden {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -99999em;
}

#ai1ec-calendar {
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif !important;
}

.timely {
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif !important;
}

.ai1ec-agenda-view span.ai1ec-event-title {
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.ai1ec-agenda-view div.ai1ec-event {
  border-left: 1px solid #e6eaee !important;
  border-bottom: 0px;
  border-right: 0px;
  border-top: 0px;
}

a.ai1ec-load-event {
  line-height: 16px !important;
}

div.ai1ec-default_avatar {
  display: none;
}

ul.ai1ec-filters li.ai1ec-tag-filter {
  display: none;
}
ul.ai1ec-filters li.ai1ec-clubs-organizations-filter {
  display: none;
}

div.ai1ec-event-title {
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif !important;
}

span.ai1ec-event-title {
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif !important;
}

#ai1ec-calendar-view .ai1ec-agenda-view .ai1ec-today {
  background: #F8F9FA;
}

div.ai1ec-agenda-widget-view {
  max-width: 100%;
}
div.ai1ec-agenda-widget-view div div.ai1ec-date {
  background: #fff !important;
}
div.ai1ec-agenda-widget-view div.ai1ec-subscribe-dropdown {
  display: none !important;
}

.ai1ec-agenda-widget-view .ai1ec-event > a {
  border: 0px !important;
}

div.ai1ec-popover {
  display: none !important;
}

blockquote {
  margin: 40px;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  color: #002b5a;
  padding: 5px;
  padding-top: 10px;
  background-color: #f5f7f8;
  border-top: 5px solid #4c6a8b;
  font-style: italic;
}
blockquote .quote {
  font-size: 1.5rem;
}
blockquote .quoted {
  clear: both;
  width: 100%;
  text-align: right;
  font-style: normal;
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif;
}
blockquote::before {
  content: "“";
  display: block;
  font-size: 40px;
  font-size: 2rem;
  height: 0;
  left: -20px;
  position: relative;
}

.pcs-post-title a:hover {
  text-decoration: underline;
}
.pcs-post-title a:focus {
  text-decoration: underline;
}

.program-feature {
  padding: 0;
  background: #4d6b8b;
}
.program-feature .fve-video-wrapper {
  margin: 0 auto;
}
.program-feature img {
  display: block;
}

.page-template-page_landing {
  background: rgb(0, 43, 90);
  color: #fff;
}
.page-template-page_landing .content {
  background: #fff;
  color: rgb(51, 51, 51);
  margin: 32px auto;
  margin: 2rem auto;
}

.reslife-home-feature-more-link {
  text-align: right;
}
.reslife-home-feature-more-link a {
  color: #3A5B7D;
}
.reslife-home-feature-more-link a:after {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  content: ">";
  padding: 3px;
  margin: 0 0 0 10px;
  color: #fff;
  background: #b81237;
  border-radius: 10px;
  width: 15px;
  height: 15px;
}

.reslife-home-sidebar {
  background: #edf3f4;
  padding: 0;
}
.reslife-home-sidebar .widget {
  padding: 24px 16px 16px;
  padding: 1.5rem 1rem 1rem;
}
.reslife-home-sidebar .widget:first-child {
  padding: 24px 16px 16px;
  padding: 1.5rem 1rem 1rem;
}
.reslife-home-sidebar .widget-title {
  color: #B81237;
  font-size: 18px;
  text-transform: uppercase;
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif;
}

.home-bottom.widget-area {
  background: #edf3f4;
}

.widget-get-connected .genericon {
  background: #002B5A;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  border-radius: 24px !important;
  padding: 8px;
  padding: 0.5rem;
}
.widget-get-connected .genericon:hover {
  background: #4c6a8b;
}
.widget-get-connected .genericon:focus {
  background: #4c6a8b;
}

.reslife-home-feature-entry ul {
  list-style: disc;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.reslife-home-feature-entry ul > li {
  list-style: disc;
}
.reslife-home-feature-entry ol {
  list-style: decimal;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.reslife-home-feature-entry ol > li {
  list-style: decimal;
}
.reslife-home-feature-entry li {
  margin-left: 16px;
  margin-left: 1rem;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.reslife-home-feature-entry {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif;
  padding: 32px;
  padding: 2rem;
  color: #000;
}

.reslife-home-feature {
  background-color: #e6eaee;
  margin-bottom: 1rem;
}

h2.reslife-home-feature-title {
  color: #fff;
  background: #4c6a8b;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  margin: 0;
  font-size: 1rem;
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.umw-search-results .gsc-table-result {
  padding: 0;
}
.umw-search-results .gsc-thumbnail-inside {
  padding: 0;
}
.umw-search-results .gsc-url-top {
  padding: 0;
}
.umw-search-results .gsc-webResult.gsc-result {
  padding: 1rem;
}
.umw-search-results .gsc-webResult.gsc-result:hover {
  background: #eeeeee;
}
.umw-search-results .gsc-webResult.gsc-result:focus {
  background: #eeeeee;
}
.umw-search-results .gsc-results .gsc-imageResult {
  padding: 1rem;
}
.umw-search-results .gsc-results .gsc-imageResult:hover {
  background: #eeeeee;
}
.umw-search-results .gsc-results .gsc-imageResult:focus {
  background: #eeeeee;
}
.umw-search-results .gsc-results .gsc-cursor-box.gs-bidi-start-align {
  margin: 40px 0 0;
}
.umw-search-results .gsc-results .gsc-cursor-box.gs-bidi-start-align:before {
  content: " ";
  display: table;
}
.umw-search-results .gsc-results .gsc-cursor-box.gs-bidi-start-align .gsc-cursor {
  margin: 0;
  padding: 0;
}
.umw-search-results .gsc-results .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 4px;
  padding: 8px 12px;
}
.umw-search-results .gsc-results .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-current-page {
  background-color: #4C6A8B;
  color: #fff;
}
.umw-search-results .gsc-result .gs-title {
  height: auto;
  overflow: visible;
}
.umw-search-results .gs-result .gs-title {
  color: #b81237;
  font-weight: bold;
  text-decoration: none;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
}
.umw-search-results .gs-result .gs-title * {
  color: #b81237;
  font-weight: bold;
  text-decoration: none;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
}
.umw-search-results .gs-result a.gs-title {
  color: #b81237;
  font-weight: bold;
  text-decoration: none;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
}
.umw-search-results .gs-webResult.gs-result a.gs-title:link {
  color: #b81237;
  font-weight: bold;
  text-decoration: none;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
}
.umw-search-results .gs-webResult.gs-result a.gs-title:link b {
  color: #b81237;
  font-weight: bold;
  text-decoration: none;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
}
.umw-search-results .gs-imageResult a.gs-title:link {
  color: #b81237;
  font-weight: bold;
  text-decoration: none;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
}
.umw-search-results .gs-imageResult a.gs-title:link b {
  color: #b81237;
  font-weight: bold;
  text-decoration: none;
  font-family: MuseoSlab, "museo-slab", Georgia, "Times New Roman", Times, serif;
}
.umw-search-results .gsc-control-cse .gsc-table-result {
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}
.umw-search-results table {
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}
.umw-search-results tbody {
  border: none;
  padding: 0;
}
.umw-search-results td {
  border: none;
  padding: 0;
}
.umw-search-results .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
  overflow: visible;
}

a.button:hover {
  text-decoration: underline;
}
a.button:focus {
  text-decoration: underline;
}

.umw-rss-list a:hover {
  border-bottom: 1px solid;
}
.umw-rss-list a:focus {
  border-bottom: 1px solid;
}

iframe.embed_preview {
  width: 100%;
}

.umw-rss-item-footer {
  margin: 0.5em 0;
  font-size: 85%;
  font-style: italic;
}

.below-content-widget-wrapper {
  margin: 0 auto;
  max-width: 1140px;
  display: grid;
  grid-column-gap: 2rem;
  padding: 2rem;
}

.below-content-widget-wrapper.one-column {
  grid-template-columns: minmax(0, 1fr);
}

.below-content-widget-wrapper.two-columns {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.below-content-widget-wrapper.three-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-admissions .home-featured-image {
  position: relative;
}
.site-admissions .home-featured-image figcaption {
  position: absolute;
  text-align: left;
  top: 12%;
  left: 0px;
  bottom: 12%;
  margin-bottom: 0;
  padding: 50px 40px;
  color: #fff;
  text-shadow: 1px 0 29px rgba(0, 0, 0, 0.7);
  background: rgba(0, 45, 97, 0.8);
  width: 450px;
}
.site-admissions .home-featured-image figcaption .home-feature-title {
  font-size: 56px;
  font-size: 3.5rem;
  font-family: MuseoSans, "museo-sans", Arial, Helvetica, sans-serif;
  font-weight: 900;
}
.site-admissions .homepage-cta-wrapper h1 a {
  color: #4C6A8B;
  text-decoration: none;
}
.site-admissions .homepage-cta-wrapper h1 a:hover {
  text-decoration: underline;
}
.site-admissions .homepage-cta-wrapper h1 a:focus {
  text-decoration: underline;
}
.site-admissions .homepage-cta-wrapper h3 a {
  color: #4C6A8B;
  text-decoration: none;
}
.site-admissions .homepage-cta-wrapper h3 a:hover {
  text-decoration: underline;
}
.site-admissions .homepage-cta-wrapper h3 a:focus {
  text-decoration: underline;
}

.content-sidebar .localist-widget-hl .event-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
.content-sidebar .localist-widget-hl .event-list > li {
  width: 100%;
}

.content-sidebaralt .localist-widget-hl .event-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
.content-sidebaralt .localist-widget-hl .event-list > li {
  width: 100%;
}

.sidebar-content .localist-widget-hl .event-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
.sidebar-content .localist-widget-hl .event-list > li {
  width: 100%;
}

.sidebaralt-content .localist-widget-hl .event-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
.sidebaralt-content .localist-widget-hl .event-list > li {
  width: 100%;
}

.genesis-title-hidden .page-title {
  display: none;
}

@media all and (min-width: 601px) {
  .umw-logo-block {
    width: 250px;
    text-align: left;
  }
}
@media all and (min-width: 480px) {
  .site-header .widget-area {
    padding-top: 25px;
  }
  .atoz-alpha-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -o-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media all and (max-width: 860px) {
  .home-top.widget-area .pcs-list-widget {
    padding: 0 1rem;
    padding: 0 1rem;
  }
  .home-top.widget-area .widget_umw-latest-news .widget-wrap {
    padding: 0 1rem;
  }
  .home-top-widget-area .widget_umw-latest-news .widget-wrap {
    padding: 0 1rem;
  }
  .home-top .one-fourth {
    width: 50%;
    margin: 0;
    float: left;
    padding-left: 5%;
  }
  .home-top .one-fourth:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 5%;
    clear: left;
  }
  .home-top .one-fourth:nth-child(2n+2) {
    clear: right;
  }
  .home-top .pcs-featured-image {
    max-width: 250px;
    float: left;
    clear: left;
    margin: 0 1rem 1rem 0;
  }
  .home-top .featured-image {
    max-width: 250px;
    float: left;
    clear: left;
    margin: 0 1rem 1rem 0;
  }
  .home-top .widget {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-top .flexslider .slide-caption {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
    margin: 0 !important;
    background: #002b5a;
    position: static;
  }
  .home-top .flexslider .slide-caption .slide-caption-text {
    display: none;
    display: block;
  }
  .home-top .flexslider .slide-caption h1 {
    font-size: 1.5rem;
    font-size: 24px;
  }
  .home-top .flexslider .slide-caption .slide-caption-title {
    font-size: 1.5rem;
    font-size: 24px;
  }
  .home-top .flex-control-thumbs {
    display: none;
  }
  .home-top .uhp-slider-nav {
    display: none;
  }
  .home-top .reslife-home-main-area .one-fourth:nth-child(2n+2) {
    padding: 0;
    clear: none;
  }
  .home-top .reslife-home-main-area .one-fourth:nth-child(2n+1) {
    padding: 0;
    clear: none;
  }
  .home-top .reslife-home-main-area .one-fourth:nth-of-type(2n+2) {
    clear: right;
  }
  .home-top .reslife-home-main-area .one-fourth:nth-of-type(2n+1) {
    clear: left;
    padding-left: 0;
    padding-right: 5%;
  }
  .home-top .reslife-home-main-area {
    width: 100%;
    padding: 0;
    clear: both;
  }
  .home-top .reslife-home-sidebar {
    width: 100%;
    padding: 0;
    clear: both;
  }
  .home-top .reslife-home-sidebar.one-fourth:nth-of-type(2n+1) {
    width: 100%;
    padding: 0;
    clear: both;
  }
  .sidebar .widget {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sub-footer .widget {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer-widgets .widget {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  .widget-area .widget {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  .homepage-cta-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .home-intro {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body .home-top.widget-area > .widget {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body .home-top.widget-area .widget_umw-latest-news .widget-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body .facts-container {
    grid-template-areas: "first" "second" "third" "fourth" "fifth";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 3fr);
  }
  .homepage-cta {
    grid-template-columns: minmax(0, 1fr);
  }
  .homepage-cta .cta {
    width: 100%;
  }
  .home-featured-image figcaption {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
  }
  .home-featured-image figcaption .home-feature-subtitle {
    display: none;
  }
  .home-featured-image figcaption h2 {
    font-size: 1.5rem;
    font-size: 24px;
  }
  .site-news .home-featured-image figcaption h2 {
    font-size: 1rem;
    font-size: 16px;
  }
  .site-info {
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .site-info .five-sixths {
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
  .site-root.home .widget .top-stories-cta .one-half .button.odd {
    border-radius: 0 !important;
  }
  .site-admissions .home-featured-image figcaption {
    background: #002b5a;
    position: static;
    margin: 0;
    padding: 15px;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .site-admissions.home .admissions-ctas {
    grid-template-columns: minmax(0, 1fr);
    grid-row-gap: 2rem;
  }
}
@media all and (max-width: 820px) {
  .home-top .pcs-featured-image {
    max-width: 100%;
    float: none;
    clear: both;
    margin: 0 0 1rem 0;
  }
  .home-top .featured-image {
    max-width: 100%;
    float: none;
    clear: both;
    margin: 0 0 1rem 0;
  }
}
@media all and (max-width: 480px) {
  .sidebar .widget {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sub-footer .widget {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-top .widget {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-top .pcs-featured-image img {
    width: 100%;
    max-width: 100%;
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
    height: auto;
  }
  .home-top .pcs-featured-image {
    width: 100%;
    max-width: 100%;
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
    height: auto;
    padding-bottom: 0.5rem;
  }
  .home-top .featured-image {
    width: 100%;
    max-width: 100%;
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
    height: auto;
    padding-bottom: 0.5rem;
  }
  .home-top .featured-image img {
    width: 100%;
    max-width: 100%;
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    display: block;
    height: auto;
  }
  .home-top .pcs-entry {
    padding-bottom: 3rem;
  }
  .home-top .latest-news-entry {
    padding-bottom: 3rem;
  }
  .home-top .latest-news-entry h1 {
    padding: 0 1rem;
  }
  .home-top .latest-news-entry footer {
    padding: 0 1rem;
  }
  .home-top .one-fourth {
    width: 100%;
    margin: 0;
    float: none;
    clear: none;
    padding-left: 0;
    padding-right: 0;
  }
  .home-top .one-fourth:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .home-top .one-fourth:nth-child(2n+2) {
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  .footer-widgets .widget {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  .widget-area .widget {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  .home-top.widget-area .pcs-list-widget {
    padding: 0 1rem;
  }
  .home-top.widget-area .widget_umw-latest-news .widget-wrap {
    padding: 0;
  }
  .a11y-toolbar {
    display: none;
  }
  ul.genesis-skip-link {
    width: initial;
    height: initial;
    position: initial;
    border: none;
  }
  ul.genesis-skip-link li {
    height: 0;
    width: 0;
    display: list-item;
  }
  ul.genesis-skip-link .screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    padding: 0;
    line-height: initial;
  }
  .site-root.home .home-featured-image figcaption h2 a {
    font-size: 1.75rem;
  }
  .site-root.home .home-feature-subtitle {
    font-size: 1rem;
  }
  .site-admissions .home-top .widget_text .CTAbutton {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 640px) {
  .atoz-alpha-content {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -o-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media all and (min-width: 960px) {
  .atoz-alpha-content {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -o-column-count: 4;
    -ms-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -o-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .site-study .atoz-alpha-content {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -o-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media all and (min-width: 1100px) {
  .atoz-alpha-content {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    -o-column-count: 5;
    -ms-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -o-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .site-study .atoz-alpha-content {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -o-column-gap: 1.5rem;
    -ms-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media only screen and (max-width: 860px) {
  .site-study .home-bottom .widget {
    margin: 0;
    width: 100%;
    text-align: left;
  }
}
@media all and (max-width: 600px) {
  .site-directory .mobileHideColumn {
    display: none;
  }
  h1.employeeName {
    clear: both;
    display: block;
  }
}
@media all and (max-width: 1180px) {
  div.a11y-toolbar {
    top: auto;
    bottom: 0;
    left: 0;
  }
  div.a11y-toolbar ul li {
    height: 60px;
    width: 60px;
    display: inline-block;
  }
  div.a11y-toolbar ul li button {
    border: none;
  }
  div.a11y-toolbar button:hover .offscreen {
    left: 0;
    top: -25px;
  }
  div.a11y-toolbar button:focus .offscreen {
    left: 0;
    top: -25px;
  }
  ul.genesis-skip-link {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 60px;
    background: #e2e2e2;
    text-align: right;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 9999;
  }
  ul.genesis-skip-link li {
    width: auto;
    height: 60px;
    display: inline-block;
  }
  ul.genesis-skip-link .screen-reader-shortcut {
    position: static !important;
    width: auto;
    height: 60px;
    display: block;
    clip: initial;
    padding: 10px 20px;
    line-height: 40px;
    text-align: right;
  }
  ul.genesis-skip-link .screen-reader-shortcut:hover {
    background: #000;
    color: #fff;
    text-decoration: underline;
  }
  ul.genesis-skip-link .screen-reader-shortcut:focus {
    background: #000;
    color: #fff;
    text-decoration: underline;
  }
}
@media all and (max-width: 1140px) {
  .site-admissions.home .home-top.widget-area > .widget.widget_text {
    padding: 0 15px;
  }
}
@media all and (max-width: 800px) {
  .content-sidebar .localist-widget-hl .event-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .content-sidebaralt .localist-widget-hl .event-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sidebar-content .localist-widget-hl .event-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sidebaralt-content .localist-widget-hl .event-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 500px) {
  .content-sidebar .localist-widget-hl .event-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .content-sidebaralt .localist-widget-hl .event-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .sidebar-content .localist-widget-hl .event-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .sidebaralt-content .localist-widget-hl .event-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

/*# sourceMappingURL=umw-outreach-mods.css.map */
