.foster-select-mask .select-dropdown a:focus,
.foster-select-mask .select-dropdown a:hover {
    background-color: #85754d;
    color: #fff;
    border-bottom: none;
}
.foster-select-mask.is-open .select {
    border-bottom-color: transparent;
    background-color: #ece9e2;
}
.foster-select-mask.is-open .select-arrow {
    color: #85754d;
}
.foster-select-mask.is-open .select-dropdown {
    display: block;
}
.foster-select-mask.select-lg {
    width: 20rem;
}
.foster-select-mask.select-center {
    margin: 0 auto;
}
.uwf-shortcode {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    font-family: "Open Sans", sans-serif;
}
.uwf-shortcode * {
    box-sizing: border-box;
}
.uwf-shortcode a:focus,
.uwf-shortcode a:hover {
    border-bottom: none;
}
.uwf-process-item {
    display: block;
    position: relative;
    padding: 0 0 40px 120px;
    min-height: 120px;
    vertical-align: top;
}
.uwf-process-item::before {
    content: "";
    position: absolute;
    left: 45px;
    top: 0;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 100%;
    border-left: 6px dashed #e8e3d3;
}
.uwf-process-item:last-of-type::before {
    display: none;
}
.uwf-process-item::after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    box-sizing: border-box;
    background-color: #e8e3d3;
    color: #b7a57a;
    border-radius: 50%;
}
.uwf-process-item h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 800;
    display: block;
    color: #4b2e83;
    line-height: 1.3;
}
.uwf-process-item p {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    line-height: 1.72222;
}
.uwf-process-inline {
    margin-top: 10px;
    display: table;
    table-layout: fixed;
    border-spacing: 20px;
}
.uwf-process-inline .uwf-process-item {
    padding: 110px 20px 0 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: table-cell;
}
.uwf-process-inline .uwf-process-item::before {
    content: "\f18e";
    left: auto;
    right: -10px;
    top: 45px;
    -ms-transform: translate(0, -50%);
    transform: translate(50%, -50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-left: none;
    font-size: 40px;
    font-family: "FontAwesome";
    color: #d9d9d9;
    z-index: 2;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}
.uwf-process-inline .uwf-process-item::after {
    left: 0;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    border-radius: 0;
}
.uwf-icon-row {
    display: inline-block;
    color: #707070;
    margin-top: 0;
    font-size: 0;
    text-align: center;
}
.uwf-icon-row::before {
    content: "";
    display: table;
}
.uwf-icon-row::after {
    clear: both;
}
.uwf-icon-row-item {
    width: 33.3333%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    text-align: center;
    position: relative;
    margin-top: 40px;
}
.uwf-icon-row-item-small {
    width: 20%;
    border-top: 2px solid #cdcccc;
    padding-top: 40px;
}
.uwf-icon-row-item-small:first-of-type,
.uwf-icon-row-item-small:first-of-type ~ .uwf-icon-row-item-small {
    border-top: none;
}
.uwf-icon-row-item a,
.uwf-icon-row-item a:visited {
    text-decoration: none;
    color: #4b2e83;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.uwf-icon-row-item a:hover,
.uwf-icon-row-item a:focus,
.uwf-icon-row-item a:active {
    text-decoration: none;
    color: #85754d;
}
.uwf-icon-row-gold .uwf-icon-row-item a,
.uwf-icon-row-gold .uwf-icon-row-item a:visited {
    color: #85754d;
}
.uwf-icon-row-gold .uwf-icon-row-item a:hover,
.uwf-icon-row-gold .uwf-icon-row-item a:focus,
.uwf-icon-row-gold .uwf-icon-row-item a:active {
    color: #4b2e83;
}
.uwf-icon-row .fa-stack {
    font-size: 40px;
}
.uwf-icon-row-item-small .fa-stack {
    font-size: 26px;
}
.uwf-icon-row-label {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.3;
}
.uwf-icon-row-item-small .uwf-icon-row-label {
    font-size: 14px;
}
.uwf-icon-row-label-large {
    font-size: 30px;
    line-height: 1.1;
}
.uwf-icon-row-item-small .uwf-icon-row-label-large {
    font-size: 24px;
}
.uwf-icon-row-item img {
    width: 100%;
    border: 10px solid #fff;
    margin-bottom: 5px;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: zoom-in;
    box-shadow: 0 0 0 2px #707070;
    z-index: 2;
    position: relative;
}
.uwf-icon-row-item img:hover {
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.foster-content .box-outer .box .tile div.uwf-icon-row-item {
    margin: 0;
}
.foster-content .box .tile:not(:only-child) div.uwf-icon-row-item {
    width: 50%;
}
.uwf-tabs .uwf-icon-row .fa-stack {
    background-color: transparent;
    width: 2em;
    height: 2em;
    display: inline-block;
    border-left: none;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    color: #707070;
}
.uwf-tabs .uwf-icon-row-item a,
.uwf-tabs .uwf-icon-row-item a:visited {
    color: #4b2e83;
}
.uwf-tabs .uwf-icon-row-item a:hover,
.uwf-tabs .uwf-icon-row-item a:focus,
.uwf-tabs .uwf-icon-row-item a:active {
    color: #85754d;
}
.uwf-tabs .uwf-icon-row-gold .uwf-icon-row-item a,
.uwf-tabs .uwf-icon-row-gold .uwf-icon-row-item a:visited {
    color: #85754d;
}
.uwf-tabs .uwf-icon-row-gold .uwf-icon-row-item a:hover,
.uwf-tabs .uwf-icon-row-gold .uwf-icon-row-item a:focus,
.uwf-tabs .uwf-icon-row-gold .uwf-icon-row-item a:active {
    color: #4b2e83;
}
.entry-content .uwf-icon-row-item a:hover,
.entry-content .uwf-icon-row-item a:focus,
.entry-content .uwf-icon-row-item a:active {
    color: #85754d;
}
.entry-content .uwf-icon-row-gold .uwf-icon-row-item a:hover,
.entry-content .uwf-icon-row-gold .uwf-icon-row-item a:focus,
.entry-content .uwf-icon-row-gold .uwf-icon-row-item a:active {
    color: #4b2e83;
}
.uwf-profile {
    display: table;
    table-layout: fixed;
    border-spacing: 20px;
}
.uwf-profile-item {
    display: table-cell;
    vertical-align: top;
}
.uwf-profile-inner {
    display: block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.02);
    background-color: #f2f5f8;
    border-radius: 5px;
}
.uwf-profile-inner p {
    margin: 0;
}
.uwf-profile-headshot {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.uwf-profile-bottom {
    display: inline-block;
    width: 100%;
    padding: 7px;
}
.uwf-profile-info {
    line-height: 1.3;
    padding: 10px 20px;
    display: block;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0, 0, 0, 0.02);
}
.uwf-profile-info:empty {
    display: none;
}
.uwf-profile-name {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #85754d;
    text-transform: uppercase;
}
.uwf-profile-title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 7px;
    color: #4b2e83;
}
.uwf-profile-social {
    display: block;
    margin-top: 10px;
    line-height: 1;
    text-align: center;
    padding: 0 15px;
    font-weight: normal;
}
.uwf-profile-social a,
.uwf-profile-social a:visited {
    text-decoration: none;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: #a2b6c8;
}
.uwf-profile-social a:hover,
.uwf-profile-social a:focus,
.uwf-profile-social a:active {
    text-decoration: none;
    color: #486a89;
}
.uwf-profile .fa-stack {
    font-size: 22px;
    display: inline-block;
}
.uwf-profile-blurb {
    display: block;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0, 0, 0, 0.02);
    margin-top: 7px;
}
.uwf-profile-blurb p {
    margin: 0;
    color: #444;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
}
.uwf-profile-blurb h4:first-of-type {
    margin-top: 0;
}
.uwf-profile-blurb p + h4:first-of-type {
    margin-top: 1.3rem;
}
.uwf-profile-cta {
    display: block;
    padding: 10px 20px;
    background-color: #4b2e83;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0, 0, 0, 0.02);
    margin-top: 7px;
    text-decoration: none;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.uwf-profile-cta span,
.uwf-profile-cta:visited span {
    color: #fff;
}
.uwf-profile-cta:hover,
.uwf-profile-cta:active,
.uwf-profile-cta:focus {
    background-color: #20094f;
    text-decoration: none;
    color: #fff;
}
.uwf-profile-cta:hover span,
.uwf-profile-cta:active span,
.uwf-profile-cta:focus span {
    color: #fff;
}
.uwf-profile-cta span::after {
    content: "\f061";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    margin-left: 10px;
}
.uwf-profile-circle .uwf-profile-inner {
    padding-top: 7px;
}
.uwf-profile-circle img.uwf-profile-headshot {
    border-radius: 50%;
    max-width: 80%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03), 0 1px 3px rgba(0, 0, 0, 0.02);
    max-width: 200px;
}
.uwf-profile-tan .uwf-profile-inner {
    background-color: #e8e3d3;
}
.uwf-profile-tan .uwf-profile-social a,
.uwf-profile-tan .uwf-profile-social a:visited {
    text-decoration: none;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: #a59a78;
}
.uwf-profile-tan .uwf-profile-social a:hover,
.uwf-profile-tan .uwf-profile-social a:focus,
.uwf-profile-tan .uwf-profile-social a:active {
    text-decoration: none;
    color: #615530;
}
.uwf-notification-box a {
    text-decoration: none;
}
.uwf-notification-box span {
    display: block;
    background-color: #4b2e83;
    padding: 20px 40px;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.02);
    font-size: 20px;
    line-height: 1.3;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.uwf-notification-box span:hover {
    background-color: #20094f;
}
.uwf-notification-box-gold span {
    background-color: #85754d;
}
.uwf-notification-box-gold span:hover {
    background-color: #6a582d;
}
.uwf-notification-box-tan span {
    background-color: #e8e3d3;
    color: #4b2e83;
}
.uwf-notification-box-tan span:hover {
    background-color: #c4bca3;
}
.uwf-notification-box-gray span {
    background-color: #d9d9d9;
    color: #4b2e83;
}
.uwf-notification-box-gray span:hover {
    background-color: #adadad;
}
.uwf-notification-box-white span {
    background-color: #fff;
    color: #4b2e83;
    border: 1px solid #4b2e83;
}
.uwf-notification-box-white span:hover {
    background-color: #eee;
    border-color: #eee;
}
.uwf-notification-box span::before {
    content: "\f024";
    font-family: "FontAwesome";
    margin-right: 20px;
}
.uwf-notification-box strong {
    font-weight: 900;
    text-transform: uppercase;
}
.uwf-divider {
    border-bottom: 2px solid #444;
    text-align: right;
}
.uwf-divider a,
.uwf-divider a:visited {
    display: inline-block;
    font-weight: 800;
    text-decoration: none;
    color: #444;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 1;
    background-color: transparent;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.uwf-divider a:hover,
.uwf-divider a:focus,
.uwf-divider a:active,
.entry-content .uwf-divider a:hover,
.entry-content .uwf-divider a:focus,
.entry-content .uwf-divider a:active {
    color: #fff;
    background-color: #444;
}
.uwf-divider a::after {
    content: "\f062";
    font-family: "FontAwesome";
    font-weight: normal;
    display: inline-block;
    margin-left: 5px;
}
.uwf-accordion .container,
.uwf-accordion .foster-unit-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.uwf-accordion .panel-group {
    margin-bottom: 0;
}
.uwf-accordion .panel,
.uwf-accordion .panel-default > .panel-heading,
.uwf-accordion .panel-body {
    box-shadow: none;
    border: none;
    padding: 0;
    border-radius: 0;
}
.uwf-accordion .panel {
    margin-top: 15px !important;
}
.uwf-accordion .panel:first-of-type {
    margin-top: 0 !important;
}
.uwf-accordion .panel-heading {
    color: #fff;
    background-color: #d9d9d9;
    overflow: hidden;
}
.uwf-accordion .panel-title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}
.uwf-accordion .panel-title a {
    display: block;
    padding: 0 85px 0 0;
    text-decoration: none;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.uwf-accordion .panel-title a span {
    background-color: #005496;
    display: inline-block;
    padding: 20px 20px 20px 30px;
    position: relative;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.02);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.uwf-accordion-gold .panel-title a span {
    background-color: #85754d;
}
.uwf-accordion .panel-title a span::before,
.uwf-accordion .panel-title a span::after {
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.uwf-accordion .panel-title a span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 23px;
    height: 100%;
    background-color: #ff9900;
    box-shadow: 7px 0 0 0 #fff;
    -ms-transform: skew(-15deg) translate(100%, 0);
    transform: skew(-15deg) translate(100%, 0);
}
.uwf-accordion-gold .panel-title a span::before {
    background-color: #85754d;
}
.uwf-accordion .panel-title a span::after {
    content: "\f18e";
    font-family: "FontAwesome";
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: -35px;
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    color: rgba(0, 0, 0, 0.4);
    font-size: 30px;
}
.uwf-accordion .panel-title a:focus,
.uwf-accordion .panel-title a:hover,
.uwf-accordion .panel-title a[aria-expanded="true"] {
    background-color: #adadad;
}
.uwf-accordion .panel-title a:focus span,
.uwf-accordion .panel-title a:focus span::before,
.uwf-accordion .panel-title a:hover span,
.uwf-accordion .panel-title a:hover span::before,
.uwf-accordion .panel-title a[aria-expanded="true"] span,
.uwf-accordion .panel-title a[aria-expanded="true"] span::before {
    background-color: #002348;
}
.uwf-accordion-gold .panel-title a:focus span,
.uwf-accordion-gold .panel-title a:focus span::before,
.uwf-accordion-gold .panel-title a:hover span,
.uwf-accordion-gold .panel-title a:hover span::before,
.uwf-accordion-gold .panel-title a[aria-expanded="true"] span,
.uwf-accordion-gold .panel-title a[aria-expanded="true"] span::before {
    background-color: #6a582d;
}
.uwf-accordion .panel-title a[aria-expanded="true"] span::after {
    -ms-transform: translate(100%, -50%) rotate(90deg) scale(1.2);
    transform: translate(100%, -50%) rotate(90deg) scale(1.2);
    color: rgba(0, 0, 0, 0.5);
}
.uwf-accordion .panel-body {
    font-size: 16px;
    line-height: 1.72222;
    color: #222;
    font-weight: 400;
    padding: 15px 30px !important;
    background-color: #f5f5f5;
    width: 100%;
    display: inline-block;
}
.uwf-blog-feed-grid {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-spacing: 1px;
    position: relative;
    margin-bottom: 60px;
}
.uwf-blog-feed-medium .uwf-blog-feed-grid:not(:last-of-type) {
    margin-bottom: 0;
}
.uwf-blog-feed-medium .uwf-blog-feed-grid:not(:first-of-type) {
    margin-top: -2px;
}
.uwf-blog-feed-grid::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    z-index: 3;
    background-color: #fff;
}
.uwf-blog-feed-single {
    width: 66.66667%;
    vertical-align: top;
    display: table-cell;
}
.uwf-blog-feed-double,
.uwf-blog-feed-triple {
    width: 33.33333%;
    vertical-align: top;
    display: table-cell;
}
.uwf-blog-feed a {
    text-decoration: none;
    display: block;
}
.uwf-blog-feed-double a:last-of-type {
    margin-top: 1px;
}
.uwf-blog-feed-item {
    display: block;
    position: relative;
    background-image: url("../../../uploads/2017-projects/boundless-shortcodes-custom/img/blog-shortcode-placeholder-w.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.uwf-blog-feed-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #292f33;
    opacity: 0.3;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.uwf-blog-feed-item:hover::after {
    opacity: 0.45;
}
.uwf-blog-feed img {
    width: 100%;
}
.uwf-blog-feed-label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 15px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.72222;
    line-height: 1;
    opacity: 0;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.uwf-blog-feed-item:hover .uwf-blog-feed-label {
    opacity: 1;
}
.uwf-blog-feed-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    z-index: 2;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.4);
}
.uwf-blog-feed-title {
    display: block;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.3;
}
.uwf-blog-feed-blurb {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.72222;
    margin: 10px 0 0 0;
}
.uwf-blog-feed-double .uwf-blog-feed-blurb,
.uwf-blog-feed-triple .uwf-blog-feed-blurb {
    display: none;
}
.uwf-blog-feed-sub {
    position: absolute;
    bottom: 0;
    right: 3px;
    display: inline-block;
    color: #0074bb;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    padding: 13px 15px;
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.uwf-blog-feed-sub:visited {
    color: #0074bb;
}
.uwf-blog-feed-sub:hover,
.uwf-blog-feed-sub:focus,
.uwf-blog-feed-sub:active {
    color: #85754d;
}
.uwf-blog-feed-simple .uwf-blog-feed-sub {
    padding: 0;
}
.uwf-blog-feed-simple-item + .uwf-blog-feed-blurb {
    margin-top: 2px;
}
.uwf-blog-feed-grid p:not(.uwf-blog-feed-blurb) {
    display: none;
}
.uwf-blog-feed-single .uwf-blog-feed-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 500px;
    width: 100%;
}
.uwf-blog-feed-double .uwf-blog-feed-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 250px;
    width: 100%;
}
.uwf-blog-feed-hero .uwf-blog-feed-single {
    width: 100%;
}
.uwf-blog-feed-simple-item {
    display: block;
    width: 100%;
    font-size: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
    margin-top: 30px;
    position: relative;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.uwf-blog-feed-simple-gray .uwf-blog-feed-simple-item {
    background-color: #444;
}
.uwf-blog-feed-simple-thumb {
    display: inline-block;
    width: 33.3333%;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.uwf-blog-feed-simple-gray .uwf-blog-feed-simple-thumb {
    background-color: #fff;
    border: 5px solid #fff;
    background-image: url("../../../uploads/2017-projects/boundless-shortcodes-custom/img/blog-shortcode-placeholder-w.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.uwf-blog-feed-simple-content {
    display: inline-block;
    width: 66.6666%;
    vertical-align: top;
    padding: 0 0 0 20px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}
.uwf-blog-feed-simple-content p {
    margin: 0;
    font-size: 0;
    width: 100%;
}
.uwf-blog-feed-simple-title {
    font-weight: 800;
    line-height: 1.2;
    font-size: 20px;
    color: #4b2e83;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 135px;
}
.uwf-blog-feed-simple-gold .uwf-blog-feed-simple-title {
    color: #85754d;
}
.uwf-blog-feed-simple-content .uwf-blog-feed-simple-blurb {
    font-weight: 400;
    line-height: 1.7222;
    font-size: 16px;
    color: #444;
    display: block;
    margin: 10px 0 20px 0;
}
.uwf-blog-feed-simple-content .uwf-blog-feed-simple-blurb + p {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: auto;
}
.uwf-blog-feed-simple-gray .uwf-blog-feed-simple-title,
.uwf-blog-feed-simple-gray .uwf-blog-feed-simple-blurb {
    color: #fff;
}
.uwf-blog-feed-simple-date {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
    color: #85754d;
    font-family: "Uni sans", "Open Sans", Arial, sans-serif;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.uwf-blog-feed-simple-gold .uwf-blog-feed-simple-date {
    color: #4b2e83;
}
.uwf-blog-feed-simple-gray .uwf-blog-feed-simple-date {
    color: #e9d49f;
}
.uwf-blog-feed-simple-date::before {
    content: "\f073";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 0.3rem;
}
.uwf-blog-feed-simple .uwf-blog-feed-sub {
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
    text-align: right;
    padding-top: 0;
    padding-right: 20px;
}
.uwf-blog-feed-triple .uwf-blog-feed-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 273px;
    width: 100%;
}
.uwf-blog-feed-simple-thumb .uwf-blog-feed-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 235px;
    width: 100%;
}
.uwf-profile-showcase {
    width: 100%;
    margin-bottom: 60px;
}
.uwf-profile-showcase-row {
    width: 100%;
    font-size: 0;
    display: flexbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.uwf-profile-showcase-row a {
    text-decoration: none;
    transition: box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline-block;
    vertical-align: top;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 10px;
    width: 23%;
    width: -ms-calc(25% - 20px);
    width: -o-calc(25% - 20px);
    width: calc(25% - 20px);
    background-color: #fff;
    position: relative;
}
.uwf-profile-showcase-row a,
.uwf-profile-showcase-row a:hover,
.uwf-profile-showcase-row a:focus,
.uwf-profile-showcase-row a:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.uwf-profile-showcase-row a:hover,
.uwf-profile-showcase-row a:focus {
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
.uwf-profile-showcase-item {
    display: block;
    position: relative;
}
.uwf-profile-showcase-photo {
    width: 100%;
}
.uwf-profile-showcase img {
    width: 100%;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.uwf-profile-showcase-row a:hover img {
    filter: brightness(1.05) saturate(1.05) contrast(1.05);
}
.uwf-profile-showcase-content {
    width: 100%;
    padding: 15px;
    color: #4b2e83;
}
.uwf-profile-showcase-name {
    display: block;
    color: inherit;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.3;
}
.uwf-profile-showcase-title {
    display: block;
    color: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.72222;
    margin: 10px 0 0 0;
}
.uwf-profile-showcase-title + .uwf-profile-showcase-title {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #d9d9d9;
}
.uwf-profile-showcase-row a:last-of-type .uwf-profile-showcase-photo {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-color: #85754d;
}
.uwf-profile-showcase-row a:last-of-type .uwf-profile-showcase-photo::after {
    content: "\f2ba";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 150px;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.uwf-profile-showcase-row a:last-of-type .uwf-profile-showcase-name {
    text-transform: uppercase;
    color: #85754d;
}
.uwf-profile-showcase-item,
.uwf-profile-showcase-photo,
.uwf-profile-showcase-content {
    display: block;
}
.uwf-profile-showcase-no-photo .uwf-profile-showcase-photo {
    width: 100%;
    padding-top: 100%;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}
.uwf-profile-showcase-no-photo .uwf-profile-showcase-photo::after {
    content: "\f2be";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 220px;
    text-align: center;
    color: #d9d9d9;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.uwf-tabbed-content {
    margin-top: 60px;
    margin-bottom: 60px;
}
#main_content .uwf-tabbed-content a:focus,
#main_content .uwf-tabbed-content a:hover {
    border-bottom: none;
}
.uwf-tabs .nav-tabs {
    width: 100%;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: visible;
}
.uwf-tabs .nav-tabs li,
.uwf-cta-inner {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 5px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.uwf-tabbed-content .nav-tabs li {
    padding-bottom: 10px;
    margin-bottom: 2px;
    -moz-flex: 0;
    -ms-flex: 0;
    flex: 0;
    min-width: 18%;
    min-width: -ms-calc(20% - 10px);
    min-width: -o-calc(20% - 10px);
    min-width: calc(20% - 10px);
    width: 18%;
    width: -ms-calc(20% - 10px);
    width: -o-calc(20% - 10px);
    width: calc(20% - 10px);
    display: inline-block;
    vertical-align: top;
}
.uwf-tabs .nav-tabs > li > a,
.uwf-cta a {
    border-radius: 0;
    transition: color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #fff;
    display: block;
    line-height: 1;
    font-size: 20px;
    padding: 0;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
    height: 100%;
    position: relative;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.uwf-tabs .nav-tabs > li > a {
    font-size: 17px;
}
.uwf-tabs .nav-tabs > li > a,
.uwf-tabs .nav-tabs > li > a:focus,
.uwf-tabs .nav-tabs > li > a:hover,
.uwf-tabs .nav-tabs > li > a:active,
.uwf-cta a,
.uwf-cta a:focus,
.uwf-cta a:hover,
.uwf-cta a:active {
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #85754d;
    text-decoration: none;
}
.uwf-tabs li.active a,
.uwf-tabs li.foster-mobile-filter-toggle a,
.uwf-cta a:focus,
.uwf-cta a:hover,
.uwf-cta a:active {
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #4b2e83;
}
.uwf-tabbed-content .nav-tabs > li > a,
.uwf-tabbed-content .nav-tabs > li > a:focus,
.uwf-tabbed-content .nav-tabs > li > a:hover,
.uwf-tabbed-content .nav-tabs > li > a:active .uwf-tabbed-content li.active a,
.uwf-tabbed-content .nav-tabs > li > a:active .uwf-tabbed-content li.foster-mobile-filter-toggle a {
    -ms-flex-direction: column;
    flex-direction: column;
    border-width: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.uwf-tabs .fa-stack,
.uwf-cta .fa-stack {
    font-family: "FontAwesome";
    display: inline-block;
    font-weight: normal;
    background-color: #85754d;
    vertical-align: top;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: auto;
    width: 3em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    border-left: 1px solid #85754d;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.uwf-tabs li.active a .fa-stack,
.uwf-tabs li.foster-mobile-filter-toggle a .fa-stack,
.uwf-tabs .fa-stack,
.uwf-cta .fa-stack,
.uwf-cta a:visited .fa-stack,
.uwf-cta a:focus .fa-stack,
.uwf-cta a:hover .fa-stack,
.uwf-cta a:active .fa-stack {
    color: #fff;
}
.uwf-tabs li.active .fa-stack,
.uwf-tabs li.foster-mobile-filter-toggle .fa-stack,
.uwf-cta a:hover .fa-stack,
.uwf-cta a:focus .fa-stack,
.uwf-cta a:active .fa-stack {
    background-color: #4b2e83;
    border-color: #4b2e83;
}
.uwf-tabs .fa-stack::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: #4b2e83 transparent transparent transparent;
    opacity: 0;
    z-index: 2;
}
.uwf-tabs li.active .fa-stack::after,
.uwf-tabs li.foster-mobile-filter-toggle .fa-stack::after {
    opacity: 1;
}
.uwf-tabs-purple li.active .fa-stack::after,
.uwf-tabs-purple li.foster-mobile-filter-toggle .fa-stack::after {
    border-top-color: #85754d;
}
.uwf-tabs li.active::after,
.uwf-tabs li.foster-mobile-filter-toggle::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    width: 100%;
    height: 12px;
    background-color: #fff;
    border-width: 0 1px;
    border-style: solid;
    border-color: #4b2e83;
}
.uwf-tabs-purple li.active::after,
.uwf-tabs-purple li.foster-mobile-filter-toggle::after {
    border-color: #85754d;
}
.uwf-tabbed-content li.active::after,
.uwf-tabbed-content li.foster-mobile-filter-toggle::after {
    border-width: 0;
    border-top: 8px solid #4b2e83;
    height: 0;
    background-color: transparent;
    box-sizing: content-box;
    border-bottom: 24px solid rgba(255, 255, 255, 0.7);
}
.uwf-tabbed-content-gold li.active::after,
.uwf-tabbed-content-gold li.foster-mobile-filter-toggle::after {
    border-top-color: #85754d;
}
.uwf-tabbed-content-gray li.active::after,
.uwf-tabbed-content-gray li.foster-mobile-filter-toggle::after {
    border-top-color: #444;
}
.uwf-tabbed-content .nav-tabs > li > a {
    overflow: hidden;
}
.uwf-tabbed-content .nav-tabs > li > a > img {
    width: 100%;
    filter: grayscale(60%);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.uwf-tabbed-content .nav-tabs > li > a:focus > img,
.uwf-tabbed-content .nav-tabs > li > a:hover > img,
.uwf-tabbed-content .nav-tabs > li > a:active > img,
.uwf-tabbed-content .nav-tabs > li.active > a > img,
.uwf-tabbed-content .nav-tabs > li.foster-mobile-filter-toggle > a > img {
    filter: none;
}
.uwf-tabs-label,
.uwf-cta-label {
    display: inline-block;
    text-align: center;
    padding: 30px 10px;
    vertical-align: top;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: 100%;
    border-left: 1px solid #85754d;
    margin-left: 3em;
    color: #85754d;
}
.uwf-tabs-label {
    padding-top: 25px;
    padding-bottom: 25px;
}
.uwf-tabbed-content .uwf-tabs-label,
.uwf-tabbed-content .uwf-tabs-label-small {
    margin-left: 0;
    font-size: 17px;
    text-align: left;
    color: #4b2e83;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 1.4;
    font-weight: 300;
    border-width: 0;
    height: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 10px 0 0;
    word-break: break-word;
    width: 100%;
}
.uwf-tabbed-content-gold .uwf-tabs-label,
.uwf-tabbed-content-gold .uwf-tabs-label-small {
    color: #85754d;
}
.uwf-tabbed-content-gray .uwf-tabs-label,
.uwf-tabbed-content-gray .uwf-tabs-label-small {
    color: #444;
}
.uwf-tabbed-content .uwf-tabs-label {
    font-size: 17px;
    margin-top: 8px;
}
.uwf-tabbed-content .uwf-tabs-label-small {
    font-size: 12px;
    margin-top: 3px;
}
li.active .uwf-tabs-label,
li.foster-mobile-filter-toggle .uwf-tabs-label,
.uwf-cta a:hover .uwf-cta-label,
.uwf-cta a:focus .uwf-cta-label,
.uwf-cta a:active .uwf-cta-label {
    border-color: #4b2e83;
    color: #4b2e83;
}
.uwf-tabbed-content-gold li.active .uwf-tabs-label,
.uwf-tabbed-content-gold li.foster-mobile-filter-toggle .uwf-tabs-label {
    color: #85754d;
}
.uwf-tabbed-content-gray li.active .uwf-tabs-label,
.uwf-tabbed-content-gray li.foster-mobile-filter-toggle .uwf-tabs-label {
    color: #444;
}
.uwf-tabs .tab-content > .tab-pane {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.72222;
    color: #222;
    font-weight: 400;
    background-color: #fff;
    margin: 5px 5px 0 5px;
    border: 1px solid #4b2e83;
}
.uwf-tabs-purple .tab-content > .tab-pane {
    border-color: #85754d;
}
.uwf-tabbed-content .tab-content > .tab-pane {
    padding: 0;
    background-image: url("../../../uploads/2016/03/tmmbaTech.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    position: relative;
    border: none;
}
.uwf-tabbed-content-text {
    width: 33.3333%;
    background-color: #4b2e83;
    padding: 20px 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.uwf-tabbed-content-right .uwf-tabbed-content-text {
    left: auto;
    right: 0;
}
.uwf-tabbed-content-gold .uwf-tabbed-content-text {
    background-color: #85754d;
}
.uwf-tabbed-content-gray .uwf-tabbed-content-text {
    background-color: #444;
}
.uwf-tabbed-content-text p {
    margin: 34px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
}
.uwf-tabbed-content-text p br {
    display: none;
}
.uwf-tabbed-content-quote .uwf-tabbed-content-text p::before,
.uwf-tabbed-content-quote .uwf-tabbed-content-text p::after {
    content: "";
    background-image: url("https://foster.uw.edu/wp-content/uploads/2017-projects/boundless-shortcodes-custom/img/quote_gold.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
    position: absolute;
}
.uwf-tabbed-content-quote .uwf-tabbed-content-text p::before {
    -ms-transform: translateX(-15px) translateY(-15px);
    transform: translateX(-15px) translateY(-15px);
}
.uwf-tabbed-content-quote .uwf-tabbed-content-text p::after {
    -ms-transform: translateX(15px) translateY(1px) rotate(180deg);
    transform: translateX(15px) translateY(1px) rotate(180deg);
}
.uwf-tabbed-content .uwf-tabbed-content-text p strong {
    font-weight: 800;
    display: inline;
}
.uwf-tabbed-content-cta,
.uwf-card-cta,
.uwf-blog-feed-simple-cta {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1;
    font-family: "Uni sans", "Open Sans", Arial, sans-serif;
    font-weight: 600;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: table;
    padding: 10px 50px 10px 20px;
    margin: 40px -60px 0 0;
    float: right;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}
.uwf-tabbed-content-right .uwf-tabbed-content-cta,
.uwf-card-cta,
.uwf-blog-feed-simple-cta {
    margin-right: 0;
}
.uwf-card-cta,
.uwf-blog-feed-simple-cta {
    display: block;
    background-color: #4b2e83;
    margin-bottom: 20px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.uwf-card-fancy .uwf-card-cta,
.uwf-blog-feed-simple-cta {
    background-color: #613ba9;
}
.uwf-card-item-gray .uwf-card-cta,
.uwf-blog-feed-simple-gray .uwf-blog-feed-simple-cta {
    background-color: #fff;
}
.uwf-blog-feed-simple-cta {
    margin-top: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.uwf-shortcode .uwf-tabbed-content-cta,
.uwf-shortcode .uwf-tabbed-content-cta:focus,
.uwf-shortcode .uwf-tabbed-content-cta:hover,
.uwf-shortcode .uwf-tabbed-content-cta:active,
.uwf-shortcode .uwf-tabbed-content-cta:visited {
    color: #4b2e83;
    text-decoration: none;
}
.uwf-shortcode .uwf-card-cta,
.uwf-shortcode .uwf-card-cta:focus,
.uwf-shortcode .uwf-card-cta:hover,
.uwf-shortcode .uwf-card-cta:active,
.uwf-shortcode .uwf-card-cta:visited,
.uwf-shortcode .uwf-blog-feed-simple-cta,
.uwf-shortcode .uwf-blog-feed-simple-cta:focus,
.uwf-shortcode .uwf-blog-feed-simple-cta:hover,
.uwf-shortcode .uwf-blog-feed-simple-cta:active,
.uwf-shortcode .uwf-blog-feed-simple-cta:visited {
    text-decoration: none;
    color: #fff;
}
.uwf-card-item-gray .uwf-card-cta,
.uwf-card-item-gray .uwf-card-cta:focus,
.uwf-card-item-gray .uwf-card-cta:hover,
.uwf-card-item-gray .uwf-card-cta:active,
.uwf-card-item-gray .uwf-card-cta:visited,
.uwf-blog-feed-simple-gray .uwf-blog-feed-simple-cta,
.uwf-blog-feed-simple-gray .uwf-blog-feed-simple-cta:focus,
.uwf-blog-feed-simple-gray .uwf-blog-feed-simple-cta:hover,
.uwf-blog-feed-simple-gray .uwf-blog-feed-simple-cta:active,
.uwf-blog-feed-simple-gray .uwf-blog-feed-simple-cta:visited {
    text-decoration: none;
    color: #4b2e83;
}
.uwf-tabbed-content-gold .uwf-tabbed-content-cta,
.uwf-tabbed-content-gold .uwf-tabbed-content-cta:focus,
.uwf-tabbed-content-gold .uwf-tabbed-content-cta:hover,
.uwf-tabbed-content-gold .uwf-tabbed-content-cta:active,
.uwf-tabbed-content-gold .uwf-tabbed-content-cta:visited {
    color: #85754d;
}
.uwf-tabbed-content-gray .uwf-tabbed-content-cta,
.uwf-tabbed-content-gray .uwf-tabbed-content-cta:focus,
.uwf-tabbed-content-gray .uwf-tabbed-content-cta:hover,
.uwf-tabbed-content-gray .uwf-tabbed-content-cta:active,
.uwf-tabbed-content-gray .uwf-tabbed-content-cta:visited {
    color: #444;
}
.uwf-blog-feed-simple-gold .uwf-blog-feed-simple-cta,
.uwf-blog-feed-simple-gold .uwf-blog-feed-simple-cta:focus,
.uwf-blog-feed-simple-gold .uwf-blog-feed-simple-cta:hover,
.uwf-blog-feed-simple-gold .uwf-blog-feed-simple-cta:active,
.uwf-blog-feed-simple-gold .uwf-blog-feed-simple-cta:visited {
    background-color: #85754d;
}
.uwf-tabbed-content-cta:focus,
.uwf-tabbed-content-cta:hover,
.uwf-tabbed-content-cta:active,
.uwf-card-cta:focus,
.uwf-card-cta:hover,
.uwf-card-cta:active,
.uwf-blog-feed-simple-cta:focus,
.uwf-blog-feed-simple-cta:hover,
.uwf-blog-feed-simple-cta:active {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    background-color: #d9d9d9;
}
.uwf-card-cta:focus,
.uwf-card-cta:hover,
.uwf-card-cta:active,
.uwf-blog-feed-simple-cta:focus,
.uwf-blog-feed-simple-cta:hover,
.uwf-blog-feed-simple-cta:active,
.uwf-blog-feed-simple-gold .uwf-blog-feed-simple-cta:focus,
.uwf-blog-feed-simple-gold .uwf-blog-feed-simple-cta:hover,
.uwf-blog-feed-simple-gold .uwf-blog-feed-simple-cta:active {
    background-color: #444;
}
.uwf-card-item-gray .uwf-card-cta:focus,
.uwf-card-item-gray .uwf-card-cta:hover,
.uwf-card-item-gray .uwf-card-cta:active,
.uwf-blog-feed-simple-gray .uwf-blog-feed-simple-cta:focus,
.uwf-blog-feed-simple-gray .uwf-blog-feed-simple-cta:hover,
.uwf-blog-feed-simple-gray .uwf-blog-feed-simple-cta:active {
    background-color: #d9d9d9;
}
.uwf-tabbed-content-cta::after,
.uwf-card-cta::after,
.uwf-blog-feed-simple-cta::after {
    content: "\f054";
    font-family: "FontAwesome";
    display: inline-block;
    vertical-align: top;
    margin-left: 0.5rem;
    font-weight: normal;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #d9d9d9;
    padding: 0 10px;
    width: 30px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.uwf-card-cta::after,
.uwf-blog-feed-simple-cta::after {
    background-color: #444;
}
.uwf-card-item-gray .uwf-card-cta::after,
.uwf-blog-feed-simple-gray .uwf-blog-feed-simple-cta::after {
    background-color: #d9d9d9;
}
.uwf-tabbed-content-cta:focus::after,
.uwf-tabbed-content-cta:hover::after,
.uwf-tabbed-content-cta:active::after,
.uwf-card-cta:focus::after,
.uwf-card-cta:hover::after,
.uwf-card-cta:active::after,
.uwf-blog-feed-simple-cta:focus::after,
.uwf-blog-feed-simple-cta:hover::after,
.uwf-blog-feed-simple-cta:active::after {
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}
.uwf-tabbed-content-text a:not(.uwf-tabbed-content-cta),
.uwf-tabbed-content-text a:not(.uwf-tabbed-content-cta):visited,
.uwf-tabbed-content-text a:not(.uwf-tabbed-content-cta):hover,
.uwf-tabbed-content-text a:not(.uwf-tabbed-content-cta):active,
.uwf-tabbed-content-text a:not(.uwf-tabbed-content-cta):focus {
    color: #e9d49f;
    text-decoration: underline;
    font-weight: 900;
}
.uwf-cta-center {
    text-align: center;
}
.uwf-cta-right {
    text-align: right;
}
.uwf-tabs-purple .nav-tabs > li > a,
.uwf-tabs-purple .uwf-tabs-label,
.uwf-cta-purple a {
    border-color: #4b2e83;
}
.uwf-tabs-purple .uwf-tabs-label,
.uwf-cta-purple .uwf-cta-label {
    color: #4b2e83;
}
.uwf-tabs-purple .fa-stack,
.uwf-cta-purple .fa-stack {
    background-color: #4b2e83;
}
.uwf-tabs-purple .fa-stack,
.uwf-tabs-purple .uwf-tabs-label,
.uwf-cta-purple .fa-stack,
.uwf-cta-purple .uwf-cta-label {
    border-color: #4b2e83;
}
.uwf-tabs-purple .nav-tabs > li.active a,
.uwf-tabs-purple .nav-tabs > li.foster-mobile-filter-toggle a,
.uwf-tabs-purple li.active .uwf-tabs-label,
.uwf-tabs-purple li.foster-mobile-filter-toggle .uwf-tabs-label,
.uwf-cta-purple a:focus,
.uwf-cta-purple a:hover,
.uwf-cta-purple a:active {
    border-color: #85754d;
}
.uwf-tabs-purple li.active .fa-stack,
.uwf-tabs-purple li.foster-mobile-filter-toggle .fa-stack,
.uwf-cta-purple a:hover .fa-stack,
.uwf-cta-purple a:focus .fa-stack,
.uwf-cta-purple a:active .fa-stack {
    background-color: #85754d;
}
.uwf-tabs-purple li.active .fa-stack,
.uwf-tabs-purple li.foster-mobile-filter-toggle .fa-stack,
.uwf-tabs-purple li.active .uwf-tabs-label,
.uwf-tabs-purple li.foster-mobile-filter-toggle .uwf-tabs-label,
.uwf-cta-purple a:hover .fa-stack,
.uwf-cta-purple a:focus .fa-stack,
.uwf-cta-purple a:active .fa-stack,
.uwf-cta-purple a:hover .uwf-cta-label,
.uwf-cta-purple a:focus .uwf-cta-label,
.uwf-cta-purple a:active .uwf-cta-label {
    border-color: #85754d;
}
.uwf-tabs-purple li.active .uwf-tabs-label,
.uwf-tabs-purple li.foster-mobile-filter-toggle .uwf-tabs-label,
.uwf-cta-purple a:hover .uwf-cta-label,
.uwf-cta-purple a:focus .uwf-cta-label,
.uwf-cta-purple a:active .uwf-cta-label {
    color: #85754d;
}
.uwf-cta-inner {
    display: inline-block;
}
.uwf-cta .fa-stack {
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.uwf-tabs .fa-stack i,
.uwf-cta .fa-stack i {
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.uwf-cta-label {
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-left: 35px;
    padding-right: 35px;
}
.uwf-rb-item {
    display: block;
    background-color: #fff;
    padding: 20px;
    border-width: 2px 2px 0 2px;
    border-style: solid;
    border-color: #d2d2d2;
}
.uwf-rb-item:last-of-type {
    border-bottom-width: 2px;
}
.uwf-rb-info {
    display: block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
}
time.uwf-rb-date {
    display: inline-block;
    color: #707070;
}
ul.uwf-rb-tags {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}
ul.uwf-rb-tags li {
    display: inline-block;
    margin-left: 5px;
}
ul.uwf-rb-tags li:not(:last-child)::after {
    content: ",";
}
ul.uwf-rb-tags a,
ul.uwf-rb-tags a:visited {
    color: #0074bb;
    text-decoration: none;
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
ul.uwf-rb-tags a:hover,
ul.uwf-rb-tags a:focus,
ul.uwf-rb-tags a:active {
    color: #85754d;
    text-decoration: none;
}
h3.uwf-rb-title {
    display: block;
    color: #333;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    margin: 20px 0 0 0;
}
p.uwf-rb-blurb p {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.72222;
    margin: 20px 0 0 0;
}
.uwf-quote {
    float: right;
    width: 65%;
    max-width: 600px;
    display: inline;
    margin: 0 0 30px 1.5rem;
    position: relative;
}
.uwf-quote-simple {
    margin: 60px 0;
    text-align: center;
}
.uwf-quote.uwf-left {
    float: left;
    margin-right: 1.5rem;
    margin-left: 0;
}
.uwf-quote img {
    width: 100%;
}
.uwf-quote.uwf-dark img {
    filter: brightness(60%);
}
.uwf-quote-text {
    padding: 20px 0 0 12px;
    position: absolute;
    height: 100%;
    width: 50%;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    top: 15px;
    left: 15px;
    z-index: 2;
    line-height: 1.4;
    font-weight: 400;
}
.uwf-quote-simple .uwf-quote-text {
    width: 100%;
    height: auto;
    color: #4b2e83;
    text-shadow: none;
    padding: 0 10% 20px 10%;
    font-size: 24px;
    position: relative;
    z-index: 1;
}
.uwf-quote-simple.uwf-gold .uwf-quote-text {
    color: #85754d;
}
.uwf-quote-text strong {
    font-weight: 700;
}
.uwf-quote-text::before,
.uwf-quote-text::after {
    content: "";
    background-image: url("https://foster.uw.edu/wp-content/uploads/2017-projects/boundless-shortcodes-custom/img/quote_gold.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
    position: absolute;
}
.uwf-quote-simple .uwf-quote-text::before,
.uwf-quote-simple .uwf-quote-text::after {
    height: 24px;
    width: 24px;
}
.uwf-quote-text::before {
    -ms-transform: translateX(-15px) translateY(-15px);
    transform: translateX(-15px) translateY(-15px);
}
.uwf-quote-simple .uwf-quote-text::before {
    -ms-transform: translateX(-27px) translateY(-27px);
    transform: translateX(-27px) translateY(-27px);
}
.uwf-quote-text::after {
    -ms-transform: translateX(15px) translateY(1px) rotate(180deg);
    transform: translateX(15px) translateY(1px) rotate(180deg);
}
.uwf-quote-simple .uwf-quote-text::after {
    -ms-transform: translateX(27px) translateY(1px) rotate(180deg);
    transform: translateX(27px) translateY(1px) rotate(180deg);
}
.uwf-quote-attr {
    background-color: #fff;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 15px;
    width: 85%;
    padding: 10px 20px 5px 30px;
    -ms-transform: skewX(-15deg) skewY(0);
    transform: skew(-15deg, 0);
    font-family: "Uni sans", "Open Sans", Arial, sans-serif;
}
.uwf-quote-simple .uwf-quote-attr {
    background-color: transparent;
    position: relative;
    z-index: 1;
    left: auto;
    right: 0;
    bottom: auto;
    width: 80%;
    display: inline-block;
    margin: 0 auto;
    text-align: right;
    border-right: 1px solid #4b2e83;
}
.uwf-quote-simple.uwf-gold .uwf-quote-attr {
    border-right: 1px solid #85754d;
}
.uwf-quote-attr-inner {
    -ms-transform: skewX(15deg) skewY(0);
    transform: skew(15deg, 0);
}
.uwf-quote-simple .uwf-quote-attr-inner {
    display: inline-block;
    clear: both;
    margin: 0 0 0 auto;
    text-align: left;
}
.uwf-quote-name,
.uwf-quote-title {
    color: #4b2e83;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    display: block;
    line-height: 1.4;
    font-weight: 600;
}
.uwf-gold .uwf-quote-name,
.uwf-gold .uwf-quote-title {
    color: #85754d;
}
.uwf-quote-title {
    font-size: 14px;
}
.uwf-quote p {
    margin: 0;
}
.uwf-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6px;
    font-size: 0;
}
.uwf-card-item {
    vertical-align: top;
    display: inline-block;
    vertical-align: top;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 24px 12px 0 12px;
    width: 30%;
    width: -ms-calc(33.3333% - 24px);
    width: -o-calc(33.3333% - 24px);
    width: calc(33.3333% - 24px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.uwf-card-item.uwf-card-item-fullwidth {
    width: 100% !important;
}
.foster-content.col-lg-9 .entry-content .uwf-card-item {
    width: 47%;
    width: -ms-calc(50% - 24px);
    width: -o-calc(50% - 24px);
    width: calc(50% - 24px);
}
.uwf-card-item-gray {
    background-color: #444;
}
.uwf-card-item-tan {
    background-color: #ece9e2;
}
.uwf-card-fancy .uwf-card-item {
    box-shadow: none;
    background-color: transparent;
}
.uwf-card-item-header {
    display: block;
    position: relative;
    overflow: hidden;
}
.uwf-card-item p:not(.uwf-card-item-body) {
    margin: 0;
}
.uwf-card-fancy .uwf-card-item-header {
    border-bottom: 5px solid #613ba9;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 2;
}
.uwf-card-fancy .uwf-card-item-header::before,
.uwf-blog-feed-simple-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -80px;
    width: 30px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.5;
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    border-right: 150px solid rgba(255, 255, 255, 0.5);
    box-sizing: content-box;
}
.uwf-card-item-header img {
    width: 100%;
    display: block;
}
.uwf-card-item-content {
    display: block;
    padding: 25px 20px 20px 20px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.uwf-card-fancy .uwf-card-item-content {
    margin: 0 4%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
}
.uwf-card-fancy .uwf-card-item-gray .uwf-card-item-content {
    background-color: #444;
}
.uwf-card-fancy .uwf-card-item-tan .uwf-card-item-content {
    background-color: #ece9e2;
}
.uwf-card-item-content-inner {
    display: block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: auto;
    width: 100%;
}
.uwf-card-item ul {
    line-height: 1rem;
}
.uwf-card-item li {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
}
.uwf-card-item li:first-of-type {
    margin-top: 0;
}
.uwf-card-item-flag {
    display: inline-block;
    font-size: 12px;
    color: #85754d;
    font-family: "Uni sans", "Open Sans", Arial, sans-serif;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.uwf-card-item-gray .uwf-card-item-flag {
    color: #e9d49f;
}
.uwf-card-item-flag + .uwf-card-item-flag {
    margin-left: 10px;
}
.uwf-card-item-flag .fa {
    margin-right: 0.15rem;
}
.uwf-card-item-heading {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #4b2e83;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}
.uwf-card-fancy .uwf-card-item-heading {
    color: #613ba9;
}
.uwf-card-item-body {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #444;
    line-height: 1.4;
    font-weight: 400;
    margin: 13px 0 0 0;
}
.uwf-card-item-gray .uwf-card-item-heading {
    color: #e9d49f;
}
.uwf-card-item-gray .uwf-card-item-body,
.uwf-card-item-gray .uwf-card-item-content-inner p,
.uwf-card-item-gray li {
    color: #fff;
}
.uwf-social-row {
    background-color: #ece9e2;
    padding: 10px 20px;
    display: table;
    width: auto;
    position: relative;
    width: 100%;
    text-align: center;
}
.uwf-social-row::before,
.uwf-social-row::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 40px;
    background-color: #fff;
}
.uwf-social-row::before {
    left: -20px;
    -ms-transform: skew(25deg);
    transform: skew(25deg);
}
.uwf-social-row::after {
    right: -20px;
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
}
.uwf-social-row-label {
    font-size: 24px;
    font-weight: 900;
    color: #85754d;
    text-transform: uppercase;
    line-height: 1.4;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.uwf-social-row-icons {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.uwf-social-row-icons .fa {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-family: "FontAwesome";
    font-weight: normal;
    color: #85754d;
    transition: color 0.3s ease-out;
}
.uwf-social-row-icons .fa:last-of-type {
    margin-right: 0;
}
.uwf-social-row-icons .fa::before {
    line-height: 1;
}
.uwf-social-row-icons .fa-stack:hover .fa,
.uwf-social-row-icons .fa-stack:hover .fa,
.uwf-social-row-icons .fa-stack:hover .fa {
    color: #4b2e83;
}
.uwf-homepage-feature {
    margin: 0;
}