/* SITE HEADER
============*/

/* RANKINGS THINSTRIP: ADDED JAN 2018 */
#uwf-rankings-topstrip {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 6;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#uwf-rankings-topstrip * {
    box-sizing: border-box;
}
a#uwf-rankings-topstrip-cta {
    margin: 0 auto;
    display: block;
    padding: 5px 20px;
    background-color: #444;
    color: #E9D49F;
    font-family: 'Encode Sans', 'Open Sans', Arial, 'sans-serif';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    -ms-transition: color .3s ease-out, background-color .3s ease-out;
    transition: color .3s ease-out, background-color .3s ease-out;
}
a#uwf-rankings-topstrip-cta:visited {
    color: #E9D49F;
}
#uwf-rankings-topstrip-text {
	max-width: 1140px;
}
#uwf-rankings-topstrip-text,
#uwf-rankings-topstrip-text-small {
    color: inherit;
}
#uwf-rankings-topstrip-text-small {
    font-size: 12px;
}
a#uwf-rankings-topstrip-cta:hover,
a#uwf-rankings-topstrip-cta:focus,
a#uwf-rankings-topstrip-cta:active {
    background-color: #613ba9;
    color: #fff;
}
@media (max-width: 700px) {
	a#uwf-rankings-topstrip-cta {
		font-size: 13px;
	}
	#uwf-rankings-topstrip-text-small {
		font-size: 10px;
	}
}
@media (max-width: 600px) {
	#uwf-rankings-topstrip-text-small {
		display: block;
	}
}
@media (max-width: 450px) {
	a#uwf-rankings-topstrip-cta {
		font-size: 12px;
	}
	#uwf-rankings-topstrip-text-small {
		font-size: 9px;
		display: block;
	}
}/* /RANKINGS THINSTRIP: ADDED JAN 2018 */



#uw-container .hero-image-height {
    height: 18rem;
}

.uwf-homepage-feature-heading {
    font-family: 'Encode Sans', 'Open Sans', Arial, 'sans-serif';
}
.uwf-homepage-feature.hidden-lg-up .uwf-homepage-feature-image {
    background-position: center bottom;
}

@media (min-width: 768px) {
    #uw-container .foster-hero .hero-title {
        margin-top: 7rem;
    }
}

@media (min-width: 992px) {
    .container, .foster-unit-content {
        max-width: 1140px;
    }
}



/* PAGE BANNER IMAGE, WIDE SCREENS */
@media (min-width: 1600px) {
    body.page #uw-container .foster-hero.foster-hero-image.hero-image-height {
        height: 23rem;
    }
}

@media (max-width: 600px) {
    body.page #uw-container .foster-hero.foster-hero-image.hero-image-height {
        height: 10rem;
    }
}



/* BODY CONTENT MAIN SECTIONS
===========================*/

.foster-body h1 {
    margin-bottom: 1rem;
    font-weight: 900;
}

.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
    color: #08d;
}

.foster-body .foster-content h4.beefy {
    font-size: 2rem;
    margin-top: 2.5rem;
}

.foster-body,
.uwhr-body {
    margin-top: 0;
    padding-top: 1rem;
}

.foster-body .foster-breadcrumbs {
    margin-left: 0;
}

#uw-container-inner .foster-body .foster-breadcrumbs,
#uw-container-inner .foster-body .foster-unit-menu {
    padding-left: 0;
}

#foster-nav .widget {
    padding-left: 0;
}

/*Underline main content links*/
#Boundless a {
	text-decoration: underline;
}

/*Don't underline main content links in shortcodes from Oct 2017 retheme and beyond
 Don't underline UW button shortcode links*/
#Boundless .uwf-shortcode a,
#Boundless a.uw-btn {
	text-decoration: none;
}

/*Underline links in Card shortcode text content section
 Underline links in Accordion shortcode text content section*/
#Boundless .uwf-shortcode .uwf-card-item-content-inner a,
#Boundless .uwf-shortcode.uwf-accordion .panel-body a {
	text-decoration: underline;
}

/* PAGE TOP EMBED IMAGE */
.entry-content > p:first-child > img:first-child {
    margin-bottom: 30px;
}

@media (max-width: 1000px) {
    .foster-body .foster-content,
    .foster-body .custom-foster-sidebar,
    .foster-body .foster-nav {
        width: 100%;
        float: none;
        left: auto;
        right: auto;
    }
    .foster-body .custom-foster-sidebar {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* FULLSCREEN TOGGLE ENABLED */
.foster-body.go-fullscreen .entry-content>p:first-of-type {
    display: block;
}
body.home .foster-body.go-fullscreen .entry-content>p:first-of-type {
    display: none;
}
body.home .foster-body.go-fullscreen .entry-content .col-md-8 {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 1000px) {
    body.home .uw-links {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    body.home .foster-body.go-fullscreen #Boundless {
        padding-left: 0;
        padding-right: 0;
    }
    body.home .foster-body.go-fullscreen .entry-content .col-md-8 {
        padding-left: 20px;
        padding-right: 20px;
    }
    body.home .uw-links {
        padding-top: 0;
        padding-bottom: 0;
    }
}

body.home .tile .uwf-icon-row::before {
    display: none;
}
.su-tabs-pane li {
	font-size: 17px;
}




/* LEFT SIDENAV
=============*/
#pageNav{display:none;}

#pageNav .widget {
    padding-left: 0;
}

#pageNav .has-children i {
    z-index: 1;
}

#pageNav .depth-3 a,
#pageNav .depth-3 button {
    background-color: #fff;
    padding-left: 3.6rem;
}





/* RIGHT SIDEBAR
==============*/

#foster-sidebar .widget {
    padding-left: 15px;
}

#foster-sidebar hr {
    border-top-color: #ebebeb;
}





/* HOMEPAGE
=========*/

body.home .uw-links {
    background-color: #F0EDE3;
    max-width: 100%;
}

body.home .entry-content .row .col-md-12.uwf-col-md-tan {
    background-color: #F0EDE3;
    padding-top: 20px;
}

body.home .entry-content .row .col-md-12.uwf-col-md-white {
    background-color: #fff;
}

body.home .box-outer {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

body.home .entry-content .row .col-md-12.uwf-col-md-tan .box-outer .box,
body.home .entry-content .row .col-md-12.uwf-col-md-white .box-outer .box {
    margin-bottom: 0;
}

body.home .box .tile {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

body.home .box-outer .box .tile div {
    margin-left: 0;
    margin-right: 0;
}

body.home .box .tile h3 {
    margin-bottom: 1.5rem;
}

body.home .box-outer .box .tile img {
    margin-bottom: 20px;
}

body.home a.view-all-rankings {
	text-decoration: none !important;
	font-size: 13px;
	color: #4b2e83;
	font-weight: bold;
	float: right;
	margin-top: 10px;
}
body.home a.view-all-rankings span {
	white-space:nowrap;	
}
body.home .rankings-big-number {
	color: #4B2E83;
	font-size: 80px;
	font-weight: 900;
	font-family: "Encode Sans Normal",sans-serif;
}
body.home .foster-school-stats h4 {
	margin:0 0 20px !important;
}
body.home .rankings-big-number span {
	font-size: 40px;
	vertical-align: super;	
}



/* BOX SHORTCODE (BOUNDLESS) W/ ICON ROW SHORTCODE */
.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%;
}

@media (max-width: 1000px) {
    .foster-content .box .tile:not(:only-child) div.uwf-icon-row-item {
        width: 100%;
    }
    .foster-content .box .tile:not(:only-child) div.uwf-icon-row-item + div.uwf-icon-row-item {
        margin-top: 40px;
    }
    body.home a.view-all-rankings {
    	float:none;
    	display:block;
    }    
}
@media (max-width: 767px) {
	body.home a.view-all-rankings {
		float:right;
	}
}
@media (max-width: 474px) {
    body.home a.view-all-rankings {
    	float:none;
    	display:block;
    }
}

/* HEADING H2 LINES */
body.home .entry-content .col-md-8>h2,
body.home .entry-content .col-md-12>h2 {
    position: relative;
    display: table;
    width: auto;
    text-align: center;
    color: #fff;
    font-weight: 900;
    margin: 30px auto -10px auto;
    padding: 0 20px;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgba(0,0,0,.5);
}
body.home .entry-content .col-md-12.uwf-col-md-tan>h2,
body.home .entry-content .col-md-12.uwf-col-md-white>h2 {
    color: #4b2e83;
    text-shadow: none;
}
body.home .entry-content .col-md-8>h2::before,
body.home .entry-content .col-md-8>h2::after,
body.home .entry-content .col-md-12>h2::before,
body.home .entry-content .col-md-12>h2::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 340px;
    background-color: rgba(255,255,255,.2);
    display: block;
    bottom: 13px;
    box-shadow: 0 0 1px rgba(0,0,0,.1);
}
body.home .entry-content .col-md-12.uwf-col-md-tan>h2::before,
body.home .entry-content .col-md-12.uwf-col-md-tan>h2::after,
body.home .entry-content .col-md-12.uwf-col-md-white>h2::before,
body.home .entry-content .col-md-12.uwf-col-md-white>h2::after{
    background-color: rgba(75, 46, 131, .2);
    box-shadow: none;
}
body.home .entry-content .col-md-8>h2::before,
body.home .entry-content .col-md-12>h2::before {
    left: -340px;
}
body.home .entry-content .col-md-8>h2::after,
body.home .entry-content .col-md-12>h2::after {
    right: -340px;
}
body.home .entry-content .col-md-12 .uwf-blog-feed-simple {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
body.home .uwf-blog-feed-simple-item+.uwf-blog-feed-blurb {
    display: none;
}



/* BOUNDLESS SHORTCODES: OVERRIDES
================================*/


/* Gold CTA button fixes for text color */
.entry-content a.uw-btn:focus,
.entry-content a.uw-btn:hover,
.entry-content button.uw-btn:focus,
.entry-content button.uw-btn:hover,
.entry-content input.uw-btn:focus,
.entry-content input.uw-btn:hover {
    color: #85754d;
}

/* Purple CTA button fixes for text color */
.entry-content a.uw-btn.btn-purple,
.entry-content button.uw-btn.btn-purple,
.entry-content input.uw-btn.btn-purple {
    color: white;
}

/*BOX/TILE: FOR VIMEO VIDEO EMBEDS VIA EMBEDRESPONSIVELY.COM */
.foster-body .box-outer .box .tile .embed-container {
    width: -webkit-calc(100% + 102px);
    width: -moz-calc(100% + 102px);
    width: -ms-calc(100% + 102px);
    width: -o-calc(100% + 102px);
    width: calc(100% + 102px);
    max-width: -webkit-calc(100% + 102px);
    max-width: -moz-calc(100% + 102px);
    max-width: -ms-calc(100% + 102px);
    max-width: -o-calc(100% + 102px);
    max-width: calc(100% + 102px);
    margin: 0 0 20px -51px;
    padding-bottom: calc(56.25% + 60px);
    position: relative;
    height: 0;
    overflow: hidden;
}
.foster-body .box-outer .box .tile .embed-container iframe,
.foster-body .box-outer .box .tile .embed-container object,
.foster-body .box-outer .box .tile .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.foster-body .box-outer .box .tile .embed-container iframe {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .foster-body .box-outer .box .tile .embed-container {
        width: -webkit-calc(100% + 42px);
        width: -moz-calc(100% + 42px);
        width: -ms-calc(100% + 42px);
        width: -o-calc(100% + 42px);
        width: calc(100% + 42px);
        max-width: -webkit-calc(100% + 42px);
        max-width: -moz-calc(100% + 42px);
        max-width: -ms-calc(100% + 42px);
        max-width: -o-calc(100% + 42px);
        max-width: calc(100% + 42px);
        margin: 0 0 20px -21px;
        padding-bottom: calc(56.25% + 25px);
    }
}





/* SUB TEMPLATES
==============*/

/* Faculty directory */
ul#profileAlfpha.profileAlfpha {
    padding-left: 0;
}

ul#profileAlfpha.profileAlfpha li a {
    border-left-color: #b7a57a;
    color: #85754d;
}

ul#profileAlfpha.profileAlfpha li a:hover,
ul#profileAlfpha.profileAlfpha li a:focus,
ul#profileAlfpha.profileAlfpha li a:hover i::before,
ul#profileAlfpha.profileAlfpha li a:focus i::before {
    font-weight: 900;
}

ul#profileAlfpha ~ .section.group .col.slide.pop {
    margin-left: 0;    
}

#profileAlfpha:not(.profileAlfpha) {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 30px;
    display: table;
    border-width: 2px 2px 0 2px;
    border-style: solid;
    border-color: #85754d;
}

#profileAlfpha:not(.profileAlfpha) li {
    border-bottom: 2px solid #85754d;
    background-color: transparent;
    transition: background-color 0.3s ease-out;
}

#profileAlfpha:not(.profileAlfpha) li:hover {
    background-color: #85754d;
}

#profileAlfpha:not(.profileAlfpha) li a {
    color: #85754d;
    font-weight: 600;
    transition: color 0.3s ease-out;
    cursor: pointer;
    display: block;
    padding: 5px 10px;
}

#profileAlfpha:not(.profileAlfpha) li:hover a {
    color: #fff;
}

/* Directory search input */
.uwf-pods-search-wrapper {
    display: inline-block;
    position: relative;
}

.uwf-pods-search-wrapper::before {
    content: '\f002';
    font-family: 'FontAwesome';
    color: #85754d;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 10px;
    width: 40px;
    text-align: center;
}

label.pods-search-label {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    background-color: #85754d;
    margin-top: 1.5rem;
}

input#pods-text-search {
    padding: 10px 10px 10px 40px;
    border: none;
    outline: 0;
    background-color: #F1F1F1;
    color: #85754d;
    font-weight: 600;
}

/* Directory profile */
.span_9_of_12.uwf-pods-body {
    box-sizing: border-box;
    padding-left: 2%;
}

#profileAlfpha {
    margin-top: 20px;
}

#profileAlfpha::after {
    content: '';
    display: table;
    clear: both;
}

#uwf-pods-list,
#list {
    display: block;
    margin-top: 5px;
}

#uwf-pods-list .profileImage img,
#list img {
    width: 100%;
    max-width: 300px;
}

#uwf-pods-list .col.span_2_of_12,
#list .col.span_2_of_12 {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

#uwf-pods-list .col.span_3_of_12,
#list .col.span_3_of_12 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

#uwf-pods-list .col.span_6_of_12,
#list .col.span_6_of_12,
#uwf-pods-list .col.span_5_of_12,
#list .col.span_5_of_12,
#uwf-pods-list .col.span_4_of_12,
#list .col.span_4_of_12  {
    width: 78%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 20px;
    margin-right:0;
    margin-left: auto;
}

#uwf-pods-list .col.span_5_of_12,
#list .col.span_5_of_12,
#uwf-pods-list .col.span_5_of_12 + .col.span_4_of_12,
#list .col.span_5_of_12 + .col.span_4_of_12 {
    width: 73%;
}

#uwf-pods-list .col.span_4_of_12,
#list .col.span_4_of_12 {
    display: block;
    padding-left: 10px;
}

.uwf-pods-profile-contact-section:not(:first-of-type) {
    box-sizing: border-box;
    width: 100%;
    padding: .5rem;
    background-color: #f5f5f5;
}

.uwf-pods-profile-contact-section p {
    margin: 0;
}

.uwf-profile-contact-label-wrapper {
    display: block;
    padding-top: .3rem;
}

.uwf-profile-contact-label-wrapper:first-of-type {
    padding-top: 0;
}

.uwf-pods-profile-contact-label {
    font-weight: 900;
    text-transform: uppercase;
    font-size: .8rem;
    color: #85754d;
    display: inline-block;
}

#pods_meta_contributors {
    margin-top: 1.5rem;
}

#pods_meta_contributors dd {
    padding: .4rem 0;
    border-top: 1px solid #ddd;
    line-height: 1.5;
    margin: 0;
}

.uwf-pods-profile-quote {
    position: relative;
    padding: 10px 0 0 12px;
    box-sizing: border-box;
}

.uwf-pods-profile-quote::before,
.uwf-pods-profile-quote::after {
    content: '';
    background-image: url('/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-pods-profile-quote::before {
    transform: translateX(-15px) translateY(-5px);
}

.uwf-pods-profile-quote::after {
    transform: translateX(5px) translateY(1px) rotate(180deg);
}

#foster-content .profile .col.span_3_of_12 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

#foster-content .profile .col.span_3_of_12 .profileImage {
    background-color: #f5f5f5;
}

#foster-content .profile .col.span_3_of_12 .profileImage img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}

#foster-content .profile .col.span_9_of_12 {
    width: 73%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

@media (max-width: 800px) {
    #foster-content .profile .col.span_3_of_12,
    #foster-content .profile .col.span_9_of_12,
    #uwf-pods-list .col.span_6_of_12,
    #list .col.span_6_of_12,
    #uwf-pods-list .col.span_2_of_12,
    #list .col.span_2_of_12,
    #uwf-pods-list .col.span_4_of_12,
    #list .col.span_4_of_12{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #uwf-pods-list .profileImage img,
    #list img {
        margin-bottom: 15px;
    }
}

/* Faculty publication list */
.foster-content ol.uwf-faculty-publication-list {
	list-style: none;
	counter-reset: uwf-faculty-publication-counter;
	padding-left: 0;
	width: 100%;
	display: flex;
 	flex-direction: row;
 	flex-wrap: wrap;
 	justify-content: flex-start;
 	align-items: stretch;
 	margin-bottom: 30px;
}
li.uwf-faculty-publication-item {
	align-self: stretch;
 	flex-grow: 0;
 	position: relative;
 	display: inline-block;
 	margin: 5px;
 	width: 28%;
 	width: -webkit-calc(33.3333% - 10px);
 	width: -moz-calc(33.3333% - 10px);
 	width: -ms-calc(33.3333% - 10px);
 	width: -o-calc(33.3333% - 10px);
 	width: calc(33.3333% - 10px);
 	vertical-align: top;
	counter-increment: uwf-faculty-publication-counter;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	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;
	color: #3d3d3d;
}
li.uwf-faculty-publication-item::before {
	content: counter(uwf-faculty-publication-counter);
	width: 100%;
	line-height: 1;
	text-align: center;
    font-weight: 600;
    font-size: 18px;
    background-color: #4b2e83;
	color: #fff;
	display: block;
	box-sizing: border-box;
	padding: 7px 10px
}
.uwf-faculty-publication-item-content {
	padding: 15px;
}
.uwf-faculty-publication-title {
	text-decoration: underline;
	font-weight: 600;
}
.uwf-faculty-publication-item-type {
	font-weight: 600;
	color: #85754d;
	display: block;
}
.uwf-faculty-publication-item-bottom {
	margin-top: 10px;
}
@media (max-width: 991px) {
	li.uwf-faculty-publication-item {
		width: 45%;
	 	width: -webkit-calc(50% - 10px);
	 	width: -moz-calc(50% - 10px);
	 	width: -ms-calc(50% - 10px);
	 	width: -o-calc(50% - 10px);
	 	width: calc(50% - 10px);
	}
}
@media (max-width: 500px) {
	li.uwf-faculty-publication-item {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}





/*Quote shortcode*/
.uwf-quote-simple.uwf-left .uwf-quote-text {
	text-align: left;
}

/*Hide quote marks*/
.uwf-quote-simple.uwf-quote-nomarks .uwf-quote-text::before,
.uwf-quote-simple.uwf-quote-nomarks .uwf-quote-text::after {
	display: none;
}

.uwf-quote-simple .uwf-quote-text ~ p {
	display: none;
	visibility: hidden;
}

.uwf-quote-simple.uwf-quote-text-small .uwf-quote-text {
	font-size: 18px;
	text-transform: none;
	left: 0;
	padding-left: 7%;
	padding-right: 7%;
}

.uwf-quote-simple a.uwf-quote-link {
	display: block;
	position: relative;
	padding-right: 60px;
	text-decoration: none;
	margin-right: 7%;
	margin-top: 25px;
}

.uwf-quote-simple a.uwf-quote-link::after {
	content: '\f18e';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-family: 'FontAwesome';
	font-size: 50px;
	font-weight: normal;
	color: #85754d;
	transition: all .3s ease-out;
}

.uwf-quote-simple.uwf-gold a.uwf-quote-link::after {
	color: #4b2e83;
}

.uwf-quote-simple a.uwf-quote-link:hover::after,
.uwf-quote-simple a.uwf-quote-link:focus::after {
	-webkit-transform: translate(20px, -50%);
	-ms-transform: translate(20px, -50%);
	transform: translate(20px, -50%);
	color: #4b2e83;
}

.uwf-quote-simple.uwf-gold a.uwf-quote-link:hover::after,
.uwf-quote-simple.uwf-gold a.uwf-quote-link:focus::after {
	color: #85754d;
}

.uwf-quote-simple a.uwf-quote-link .uwf-quote-attr {
	width: 100%;
	transition: all .3s ease-out;
}

.uwf-quote-simple a.uwf-quote-link:hover .uwf-quote-attr {
	border-right-color: #85754d;
}

.uwf-quote-simple a.uwf-quote-link .uwf-quote-name,
.uwf-quote-simple a.uwf-quote-link .uwf-quote-title {
	transition: all .3s ease-out;
}

.uwf-quote-simple a.uwf-quote-link:hover .uwf-quote-name,
.uwf-quote-simple a.uwf-quote-link:focus .uwf-quote-name,
.uwf-quote-simple a.uwf-quote-link:hover .uwf-quote-title,
.uwf-quote-simple a.uwf-quote-link:focus .uwf-quote-title {
	color: #85754d;
}

.uwf-quote-simple.uwf-gold a.uwf-quote-link:hover .uwf-quote-attr {
	border-right-color: #4b2e83;
}
.uwf-quote-simple a.uwf-quote-link:hover .uwf-quote-name,
.uwf-quote-simple a.uwf-quote-link:focus .uwf-quote-name,
.uwf-quote-simple a.uwf-quote-link:hover .uwf-quote-title,
.uwf-quote-simple a.uwf-quote-link:focus .uwf-quote-title {
	color: #4b2e83;
}




/* PODS: RESEARCH BRIEF
=====================*/

.uwf-pods-brief-meta img {
    width: 100%;
}

.uwf-pods-brief-meta {
    color: #85754d;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1rem;
}





/* WP login screen */
.login h1 a {
    background: url('/wp-content/uploads/2015/10/foster-logo-horizontal-400w-hex.png') no-repeat -10px 0 transparent !important;   
}





/* WP IMAGE EMBEDS
================*/

.wp-caption img {
    width: 100%;
}

.wp-caption p {
    margin: 0;
}

.wp-caption-text {
    margin: 0;
    background-color: #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}


/* PAGE FEATURED IMAGE */
.single-post-thumbnail {
    margin-bottom: 25px;
}




/* SEARCH RESULTS PAGE
====================*/

form.foster-search .fui-radio-unchecked:before,
form.foster-search .fui-radio-checked:before {
    visibility: hidden;
}

.search-result h4.search-result-title a {
    color: #4b2e83;
    font-weight: 900;
}

.search-result h4.search-result-title a:hover,
.search-result h4.search-result-title a:focus,
.search-result h4.search-result-title a:active {
    color: #85754d;
    font-weight: 900;
}

.search-result .top-result {
    color: #85754d;
}

.search-results .search-result.weight-group-5,
.search-results .search-result.weight-group-4,
.search-results .search-result.weight-group-3 {
    border: none;
}





/* 404 PAGE
=========*/

body.error404 #breadcrumb {
    display: none;
}

body.error404 #primary {
    max-width: 1140px;
    width: 100%;
    float: none;
    margin: 0 auto;
}





/* STAFF PODS PROFILES (CONTACT US PAGES)
=======================================*/

.directory {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.directory::after {
    content: '';
    clear: both;
    display: table;
}

.directory h2 {
	width: 100%;
}

.staff-member {
    width: 280px;
    padding: 15px;
    border: 1px solid #ccc;
    width: 45%;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -ms-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 5px;
    display: inline-block;
    vertical-align: top;
    flex-grow: 0;
    align-self: stretch;
    border-radius: 4px;
}

.staff-member div {
    margin-left: 90px;
}

.staff-member .photo {
    width: 70px;
    height: auto;
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

.directory .staff-member .photo img {
    width: 100%;
    height: auto;
    margin-top: 0;
}

.staff-member .name {
	text-transform: uppercase;
	font-weight: 900;
	color: #4b2e83;
	font-family: 'Encode Sans', 'Open Sans', Arial, 'sans-serif';
	font-size: 18px;
	line-height: 1.3;
}

.staff-member [class^="title"] {
	font-weight: 600;
}

.staff-member .building,
.staff-member .phone,
.staff-member .email {
	font-size: 16px;
}

.staff-member .building::before,
.staff-member .phone::before,
.staff-member .email::before {
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 5px;
	font-size: 70%;
	color: #85754d;
}

.staff-member .building::before {
	content: '\f1ad';
}

.staff-member .phone::before {
	content: '\f095';
}

.staff-member .email::before {
	content: '\f0e0';
}

@media (max-width: 600px) {
	.staff-member {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}





/* FOSTER IN THE MEDIA (PODS)
=======================================*/

.uwf-fitm-item {
    box-sizing: border-box;
    padding: 5px 10px 0 10px;
    border: 1px solid #d9d9d9;
    margin-bottom: 15px;
}

.uwf-fitm-date {
    color: #85754d;
}

.pods-pagination-number,
.pods-pagination-number:hover,
.pods-pagination-number:active,
.pods-pagination-number:focus {
    display: inline-block;
    padding: 5px 17px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #d9d9d9;
    font-size: 17px;
}

.pods-pagination-number:last-of-type {
    border-right-width: 1px;
}

.pods-pagination-current {
    background-color: #d9d9d9;
}

.pods-pagination-number + br {
    display: none;
}

.uwf-fitm-item ~ p {
    font-size: 0;
    display: inline-block;
}





/* FACULTY RESEARCH & NEWS (PODS SHORTCODE)
=======================================*/

.uwf-fac-res-news-wrapper p a {
    position: relative;
    display: block;
    padding-left: 17px;
}

.uwf-fac-res-news-wrapper p a::before {
    content: '\f111';
    font-family: 'FontAwesome';
    color: #ccc;
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 10px;
    
}





/* PHD STUDENT PROFILE (PODS) */

.uwf-student-wrapper {
    border: 1px solid #85754d;
    padding-bottom: 20px;
}

.uwf-student-name {
    padding: 10px 30px;
    background-color: #85754d;
    color: #fff;
    margin: 0;
    position: relative;
    padding-right: 105px;
}

.uwf-student-name::after {
    content: '\f2bd';
    font-family: 'FontAwesome';
    color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    
}

.uwf-student-info {
    padding: 0 30px;
    color: #85754d;
    margin: 20px 0 0 0;
}

.uwf-student-info span {
    font-weight: 900;
    display: block;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #b7a57a;
}

.uwf-student-contact {
    border-left: 5px solid #4b2e83;
    box-sizing: border-box;
    padding-left: 10px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.uwf-student-contact img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 15px;
}

.uwf-student-contact h3 {
    color: #4b2e83;
}

.uwf-student-contact dd {
    line-height: 1.2;
    margin-top: 10px;
}

.uwf-student-contact span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9rem;
    display: block;
}

.uwf-student-contact + .span_9_of_12 {
    width: 73%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 20px;
}

.uwf-student-content-secondary .profile-list {
    border: 1px solid #d9d9d9;
    margin-top: 20px;
}

.uwf-student-content-secondary .profile-list h3 {
    background-color: #d9d9d9;
    color: #4b2e83;
    padding: 10px 30px;
}

.uwf-student-content-secondary .profile-list dl {
    padding: 0 30px;
    margin-top: 10px;
}

@media (max-width: 800px) {
    #list .col.span_3_of_12,
    .uwf-student-contact,
    .uwf-student-contact + .span_9_of_12,
    #uwf-pods-list .col.span_5_of_12,
    #list .col.span_5_of_12,
    #uwf-pods-list .col.span_5_of_12 + .col.span_4_of_12,
    #list .col.span_5_of_12 + .col.span_4_of_12 {
        width: 100%;
    }
    #uwf-pods-list .col.span_5_of_12,
    #list .col.span_5_of_12 {
        padding-left: 0;
    }
    .uwf-student-contact + .span_9_of_12 {
        padding-left: 0;
        margin-top: 20px;
    }
}





/* FACULTY RANK HIGHLIGHTING
=======================================*/
#list .highlight {
    background-color: #fff34d;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}

#list .highlight {
    padding:1px 4px;
    margin:0 -4px;
}





/* IFRAME EMBEDS*/

iframe {
    border: none;
}





/* WP GOOGLE MAPS PLUGIN
======================*/

.wpgmza_map {
    margin-bottom: 40px;
}
.wpgmza_filter_container .fui-radio-unchecked:before,
.wpgmza_filter_container .fui-radio-checked:before {
    display: none;
}




/* MBA RANKINGS CALCULATOR
========================*/

body.pid-22015 #topShare {
    margin-left: 0 !important;
}

body.pid-22015 h2.entry-title {
    margin-left: 0;
    font-weight: 900;
}

body.pid-22015 .banner-text2 {
    border-left: 2px solid #e8e3d3;
}

body.pid-22015 .top th,
body.pid-22015 #schoolData th {
    font-family: 'Open Sans', 'Encode Sans', Arial, 'sans-serif';
}

body.pid-22015 .school-secondary {
    vertical-align: top;
}

body.pid-22015 #best-fit-still {
    font-size: 0;
}

body.pid-22015 .table-1 table.table-striped tr:nth-child(odd):hover > td {
    background-color: transparent;
}

body.pid-22015 #methodology h2 + p ~ br {
    display: none;
}






/* GALLERY IMAGE EMBED, CENTERED */
.foster-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}





/* NESTED ICON ROW SHORTOCDE IN TABS SHORTCODE */
.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;
}




/* TRUMBA SPUD EMBED, HOMEPAGE*/
body.home .box [id^="trumba"] {
    max-width: 90%;
}

@media (max-width: 768px) {
    body.home .box [id^="trumba"] {
        max-width: 100%;
    }
}






/* ICON ROW SHORTCODE, HOVER COLOR SCOPE */
.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;
}

/* TABBED CONTENT SHORTCODE */
.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;
}

/* TABBED CONTENT SHORTCODE: IMAGE HEIGHT FIX (IE 11+10 bug) */
#Boundless .uwf-shortcode.uwf-tabbed-content .nav-tabs>li>a,
#Boundless .uwf-shortcode.uwf-tabbed-content .nav-tabs>li>a:focus,
#Boundless .uwf-shortcode.uwf-tabbed-content .nav-tabs>li>a:hover,
#Boundless .uwf-shortcode.uwf-tabbed-content .nav-tabs>li>a:active
#Boundless .uwf-shortcode.uwf-tabbed-content li.active a,
#Boundless .uwf-shortcode.uwf-tabbed-content .nav-tabs>li>a:active,
#Boundless .uwf-shortcode.uwf-tabbed-content li.foster-mobile-filter-toggle a {
    flex-direction: row;
    display: block;
}

/* ROW/COL SHORTCODE IN BOX SHORTCODE */
body:not(.home) .box-outer .box .tile div.su-row {
    margin: 0 0 1.5em 0;
}
body:not(.home) .box-outer .box .tile div.su-column {
    margin: 0 0 0 4%;
}
body:not(.home) .box-outer .box .tile div.su-row .su-column:first-child {
    margin-left: 0;
}
body:not(.home) .box-outer .box .tile div.su-column-inner {
    margin: 0;
}
body:not(.home) .box-outer .box .tile div.su-row::before,
body:not(.home) .box-outer .box .tile div.su-row::after,
body:not(.home) .box-outer .box .tile div.su-column-inner::before,
body:not(.home) .box-outer .box .tile div.su-column-inner::after {
    display: none;
}





/**
 * SHORTCODE: Hero Feature (extends from Homepage Feature)
 * When Homepage Feature is placed on non-homepage page, Hero Feature styling takes over.
 * Uses Homepage Feature shortcode names and attributes.
 */

.uwf-homepage-feature.uwf-hero-feature,
.uwf-homepage-feature-image.uwf-hero-feature-image {
	height: 800px;
	height: 100vh;
	height: -webkit-calc(100vh - 200px);
	height: -moz-calc(100vh - 200px);
	height: -ms-calc(100vh - 200px);
	height: -o-calc(100vh - 200px);
	height: calc(100vh - 200px);
	position: relative;
}

.uwf-homepage-feature-content.uwf-hero-feature-content {
	vertical-align: middle;
}

.uwf-homepage-feature-content.uwf-hero-feature-content::after {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -280px;
    width: 50px;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    opacity: 0.5;
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    border-right: 180px solid rgba(255,255,255,0.5);
    box-sizing: content-box;
}

.uwf-homepage-feature-inner-left.uwf-hero-feature-inner-left {
	width: 100%;
}

.uwf-homepage-feature-heading.uwf-hero-feature-heading {
	color: #fff;
	font-size: 110px;
	font-size: 6.5vw;
	-ms-transform: skew(-15deg, 0) translateZ(50px);
    transform: skew(-15deg, 0) translateZ(50px);
	position: relative;
	margin-bottom: 5px;
	font-weight: 900;
}

.uwf-homepage-feature-inner.uwf-hero-feature-inner + p {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	z-index: 2;
	background-color: #000;
	background-color: rgba(0, 0, 0, .8);
	width: 30%;
	padding: 20px;
}

.uwf-homepage-feature-title.uwf-hero-feature-title {
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	.uwf-homepage-feature.uwf-hero-feature,
	.uwf-homepage-feature-image.uwf-hero-feature-image {
		height: auto;
	}
	.uwf-homepage-feature.uwf-hero-feature.hidden-lg-up .uwf-homepage-feature-image.uwf-hero-feature-image {
		background-position-y: top;
	}
	.uwf-homepage-feature-content.uwf-hero-feature-content {
		vertical-align: top;
	}
	.uwf-homepage-feature-heading.uwf-hero-feature-heading {
		margin-top: 100px;
	}
	.uwf-homepage-feature-inner.uwf-hero-feature-inner + p {
		width: 100%;
		position: relative;
	}
}





/**
 * 	SHORTCODES: Card (add tan to allowed colors) && Blog Feed && multiple CTAs
 */

.uwf-card-item-tan,
.uwf-blog-feed-simple-tan .uwf-blog-feed-simple-item {
	background-color: #ece9e2;
}

.uwf-card-item-tan .uwf-card-item-heading {
	color: #544217;
}

.uwf-blog-feed-simple-tan .uwf-blog-feed-simple-title {
	color: #85754d;
}

.uwf-blog-feed-simple-tan .uwf-blog-feed-simple-date {
	color: #4b2e83;
}

.uwf-card-item-tan .uwf-card-cta,
.uwf-blog-feed-simple-tan .uwf-blog-feed-simple-cta {
	background-color: #85754d;
}

/*Gray card link color*/
.uwf-card-item-gray a:not(.uwf-card-cta) {
	color: #E9D49F;
}

.uwf-card-item-gray a:not(.uwf-card-cta):hover,
.uwf-card-item-gray a:not(.uwf-card-cta):focus,
.uwf-card-item-gray a:not(.uwf-card-cta):active {
	color: #fff;
}


/*Multiple CTAs*/
.uwf-tabbed-content-cta + .uwf-tabbed-content-cta,
.uwf-card-cta + .uwf-card-cta,
.uwf-blog-feed-simple-cta + .uwf-blog-feed-simple-cta {
	margin-top: 10px;
}





/**
 * SHORTCODE: Grid
 * Built for Impact Stories (Brand Pillar Pages), but can be used for regular pages.
 */

.uwf-grid {
	display: block;
}

.uwf-grid-row {
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    overflow-x: hidden;
    font-size: 0;
}

.uwf-grid-row-tan {
	background-color: #ece9e2;
	border-color: #ece9e2;
}

.uwf-grid-row-dkgray {
	background-color: #444;
	border-color: #444;
}

.uwf-grid-row-ltgray {
	background-color: #d9d9d9;
	border-color: #d9d9d9;
}

.uwf-grid-row-purple {
	background-color: #4b2e83;
	border-color: #4b2e83;
}

.uwf-grid-row-black {
	background-color: #000;
	border-color: #000;
}

.uwf-grid-row-dkgold {
	background-color: #85754d;
	border-color: #85754d;
}

.uwf-grid-row-ltgold {
	background-color: #b7a57a;
	border-color: #b7a57a;
}

.uwf-grid-cell {
	display: inline-block;
    vertical-align: top;
    align-self: stretch;
    flex-grow: 0;
    /*padding: 50px;*/

    background-color: #fff;
    position: relative;
    
    /*min-height: 500px;*/
    width: 33.3333%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 1.1rem;
    border-style: solid;
    border-color: #fff;
}

.uwf-grid-cell p {
	font-size: 1.1rem;
}

.uwf-grid-cell img.alignnone {
	margin: 0;
}

/*Grid cell widths*/
.uwf-grid-cell-1-6 {
	width: 16.6667%
}

.uwf-grid-cell-2-6 {
	width: 33.3333%
}

.uwf-grid-cell-3-6 {
	width: 50%
}

.uwf-grid-cell-4-6 {
	width: 66.6666%
}

.uwf-grid-cell-5-6 {
	width: 83.3333%
}

.uwf-grid-cell-6-6 {
	width: 100%
}

/*Grid cell colors*/
.uwf-grid-cell-purple {
	background-color: #4b2e83;
	border-color: #4b2e83;
}

.uwf-grid-cell-dkgold {
	background-color: #85754d;
	border-color: #85754d;
}

.uwf-grid-cell-ltgold {
	background-color: #b7a57a;
	border-color: #b7a57a;
}

.uwf-grid-cell-tan {
	background-color: #ece9e2;
	border-color: #ece9e2;
}

.uwf-grid-cell-dkgray {
	background-color: #444;
	border-color: #444;
}

.uwf-grid-cell-ltgray {
	background-color: #d9d9d9;
	border-color: #d9d9d9;
}

.uwf-grid-cell-black {
	background-color: #000;
	border-color: #000;
}

/*Grid cell dark overlay, for bg images*/
.uwf-grid-cell-dark::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}

/*Grid cell alignments*/
.uwf-grid-cell-left {
	margin-left: 0;
	margin-right: auto;
}

.uwf-grid-cell-right {
	margin-left: auto;
	margin-right: 0;
}

.uwf-grid-cell-center {
	margin-left: auto;
	margin-right: auto;
}

/*Grid cell heading h2*/
.uwf-grid-cell-heading {
	-ms-transform: skew(-15deg, 0) translateZ(50px);
	transform: skew(-15deg, 0) translateZ(50px);
    display: inline-block;
    border-left: 2px solid #fff;
    padding: 7vw 0 6vw 50px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    font-family: "Encode Sans Normal",sans-serif;
    font-weight: 900;
    font-size: 4.5vw;
    color: #fff;
    text-transform: uppercase;
}

.uwf-grid-cell h2:not(.uwf-grid-cell-heading) {
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 1.5rem;
	font-size: 70px;
	letter-spacing: 1px;
}

.uwf-grid-cell h3 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 50px;
	letter-spacing: 1px;
}

/*Grid cell triangle clip*/
.uwf-grid-cell-cliptop::after {
	content: '';
    border-color: #fff rgba(255,255,255,0);
    border-style: solid;
    height: 0;
    width: 0;
    position: absolute;
    bottom: auto;
    left: 50%;
    top: 0;
    margin-left: -100px;
	border-width: 60px 100px 0 100px;
}

.uwf-grid-cell-clipbottom::after {
	content: '';
    border-color: #fff rgba(255,255,255,0);
    border-style: solid;
    height: 0;
    width: 0;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    margin-left: -100px;
	border-width: 0 100px 60px 100px;
}

.uwf-grid-cell-clipright::after {
	content: '';
    border-color: rgba(255,255,255,0) #fff;
    border-style: solid;
    height: 0;
    width: 0;
    position: absolute;
    left: auto;
    top: 50%;
    right: 0;
    margin-top: -100px;
	border-width: 100px 60px 100px 0;
}

.uwf-grid-cell-clipleft::after {
	content: '';
    border-color: rgba(255,255,255,0) #fff;
    border-style: solid;
    height: 0;
    width: 0;
    position: absolute;
    right: auto;
    top: 50%;
    left: 0;
    margin-top: -100px;
	border-width: 100px 0 100px 60px;
}

.uwf-grid-cell-tan.uwf-grid-cell-cliptop::after,
.uwf-grid-cell-tan.uwf-grid-cell-clipbottom::after {
	border-top-color: #ece9e2;
	border-bottom-color: #ece9e2;
}

.uwf-grid-cell-tan.uwf-grid-cell-clipleft::after,
.uwf-grid-cell-tan.uwf-grid-cell-clipright::after {
	border-left-color: #ece9e2;
	border-right-color: #ece9e2;
}

@media (min-width: 2100px) {
	.uwf-homepage-feature-heading.uwf-hero-feature-heading {
		font-size: 120px;
	}
}

@media (max-width: 1150px) {
	.uwf-grid-cell .uwf-quote-simple .uwf-quote-text {
		font-size: 20px;
		text-transform: none;
	}
}

@media (max-width: 1000px) {
	.uwf-homepage-feature-heading.uwf-hero-feature-heading {
		font-size: 80px;
	}
}

@media (max-width: 950px) {
	.uwf-grid-cell,
	.uwf-grid-cell-1-6,
	.uwf-grid-cell-2-6,
	.uwf-grid-cell-3-6,
	.uwf-grid-cell-4-6,
	.uwf-grid-cell-5-6,
	.uwf-grid-cell-6-6 {
		width: 100%;
		padding: 20px !important;
	}
	.uwf-grid-cell-cliptop::after,
	.uwf-grid-cell-clipright::after,
	.uwf-grid-cell-clipbottom::after,
	.uwf-grid-cell-clipleft::after {
		display: none;
	}
}

@media (max-width: 700px) {
	.uwf-homepage-feature-heading.uwf-hero-feature-heading {
		font-size: 50px;
	}
	.uwf-grid-cell h2:not(.uwf-grid-cell-heading) {
		font-size: 50px;
	}
	.uwf-grid-cell h3 {
		font-size: 30px;
	}
	.uwf-grid-cell .uwf-quote-simple .uwf-quote-text {
		font-size: 18px;
	}
	.uwf-homepage-feature-title.uwf-hero-feature-title {
		font-size: 15px;
	}
}

@media (max-width: 500px) {
	.uwf-homepage-feature-heading.uwf-hero-feature-heading {
		font-size: 40px;
	}
}





/**
 * SHORTCODE: Vimeo
 * Different from simple URL paste auto-generated video.
 * CSS from Embed Responsively: http://embedresponsively.com/
 */

.uwf-shortcode.uwf-vimeo {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin: 15px 0;
}

.uwf-shortcode.uwf-vimeo iframe,
.uwf-shortcode.uwf-vimeo object,
.uwf-shortcode.uwf-vimeo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}





/* ==============================
 * TABLES
 * ============================== */

#Boundless .su-table {
	overflow-x:auto;
}
#Boundless .su-table tbody > tr:nth-child(odd) > td,
#Boundless .su-table tbody > tr:nth-child(odd) > th,
#Boundless .table-striped tbody > tr:nth-child(odd) > td,
#Boundless .table-striped tbody > tr:nth-child(odd) > th {
	background-color: #ece9e2 !important;
}

#Boundless .su-table tbody > tr:nth-child(even) > td,
#Boundless .su-table tbody > tr:nth-child(even) > th,
#Boundless .table-striped tbody > tr:nth-child(even) > td,
#Boundless .table-striped tbody > tr:nth-child(even) > th {
	background-color: #fff !important;
}

#Boundless .su-table th,
#Boundless .su-table tr.header th,
#Boundless .table-striped th,
#Boundless .table-striped tr.header th {
	color: #4b2e83 !important;
	text-align: left !important;
	font-size: 1.1rem !important;
	padding: 0.5em 1em !important;
}




/* ======================================================
 * HOMEPAGE REWORK MAR 2, 2018: SPECIALIZED MASTERS PROMO
 * =================================================== */
 
body.home .box .tile {
    padding: 20px;
}

body.home #uwf-news-events .box-outer {
    max-width: 1116px;
    margin: 50px auto 40px auto;
}

body.home #uwf-news-events .box {
    margin: 0;
}

body.home #uwf-news-events .tile {
    background-color: #fff;
    padding: 25px 25px 8px 25px;
    overflow-x: hidden;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
body.home .box [id^="trumba"] {
    max-width: 100%;
}
body.home .entry-content .row .col-md-12.uwf-col-md-white {
    padding-top: 20px;
}
@media (max-width: 700px) {
    body.home #uwf-news-events .box-outer {
        margin-bottom: 7px;
    }
    body.home #uwf-news-events .tile {
        margin-bottom: 0;
    }
    body.home #uwf-news-events .box {
        border-spacing: 0;
    }
}





/* ==========================================
 * SHORTCODE: FACULTY RESEARCH BRIEF PREVIEWS
 * For use in 2018 Faculty Research Mini Blog
 * ======================================= */

.uwf-shortcode.uwf-research-brief-previews {
	display: block;
	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-research-brief-previews > p:not([class]),
.uwf-research-brief-previews-item > p:not([class]) {
	display: none;
}

a.uwf-research-brief-previews-item {
    text-decoration: none;
    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: 33.3333%;
    width: -ms-calc(33.3333% - 20px);
    width: -o-calc(33.3333% - 20px);
    width: calc(33.3333% - 20px);
    position: relative;
    color: #3d3d3d;
    
    float: left;
}

a.uwf-research-brief-previews-item-feature {
	width: 66.6666%;
    width: -ms-calc(66.6666% - 20px);
    width: -o-calc(66.6666% - 20px);
    width: calc(66.6666% - 20px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    
    float: right;
    height: 400px;
    text-align: center;
}

.uwf-research-brief-previews a.uwf-research-brief-previews-item:visited,
.uwf-research-brief-previews a.uwf-research-brief-previews-item:hover,
.uwf-research-brief-previews a.uwf-research-brief-previews-item:focus,
.uwf-research-brief-previews a.uwf-research-brief-previews-item:active {
	color: #3d3d3d;
}

.uwf-research-brief-previews a.uwf-research-brief-previews-item-feature:visited,
.uwf-research-brief-previews a.uwf-research-brief-previews-item-feature:hover,
.uwf-research-brief-previews a.uwf-research-brief-previews-item-feature:focus,
.uwf-research-brief-previews a.uwf-research-brief-previews-item-feature:active {
	color: #fff;
}

a.uwf-research-brief-previews-item:focus {
	outline: none;
}

a.uwf-research-brief-previews-item > article {
	display: block;
	height: 100%;
}

a.uwf-research-brief-previews-item-feature > article {
	padding: 230px 10% 50px 10%;
	display: block;
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,rgba(0,0,0,.5)),to(rgba(0,0,0,.5)));
    background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}

a.uwf-research-brief-previews-item:focus > article {
	outline-offset: 3px;
	outline: 2px solid #81B1E7;
}

.uwf-research-brief-previews-item > p {
	display: none;
}

.uwf-research-brief-previews-dept {
    display: block;
    color: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.uwf-research-brief-previews-dept > i.fa {
	display: inline-block;
	margin-right: 10px;
}

.uwf-research-brief-previews-title {
    display: block;
    color: inherit;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.1;
    font-family: Georgia, serif;
}

.uwf-research-brief-previews-teaser {
    display: block;
    color: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.72222;
    margin: 10px 0 0 0;
    font-family: Georgia, serif;
    font-style: italic;
}





/* ==========================================
 * SHORTCODE: FACULTY RESEARCH BRIEF PREVIEWS
 * For use in 2018 Faculty Research Mini Blog
 * ======================================= */

.uwf-shortcode.uwf-research-brief-featured {
	margin-top: 0;
	margin-bottom: 50px;
}

.uwf-research-brief-featured > p:not([class]),
.uwf-research-brief-featured-item > p:not([class]) {
	display: none;
}

a.uwf-research-brief-featured-item {
	font-size: 17px;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

a.uwf-research-brief-featured-item:focus {
	outline: none;
}

a.uwf-research-brief-featured-item > article {
	padding: 350px 10% 50px 10%;
	display: block;
	background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,rgba(0,0,0,.5)),to(rgba(0,0,0,.5)));
    background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.5) 50%,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}

a.uwf-research-brief-featured-item:focus > article {
	outline-offset: 3px;
	outline: 2px solid #81B1E7;
}

.uwf-research-brief-featured-title {
	color: #fff;
	font-weight: 700;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
	font-size: 4rem;
	margin: 0;
	font-family: Georgia, serif;
	line-height: 1.1;
	text-align: center;
}

.uwf-research-brief-featured-teaser {
	display: block;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
	font-size: 1.7rem;
	font-family: Georgia, serif;
	line-height: 1.4;
	margin-top: 1rem;
	text-align: center;
}





/* UWF Accordion Buerk */

.uwf-accordion-buerk .collapsing {
    -webkit-transition: none;
    transition: none;
}

.uwf-accordion-buerk .panel {
	border: 1px solid #A3A2A3 !important;	
}

.uwf-accordion-buerk .panel-heading {
	background:white !important;
}

.uwf-accordion-buerk .panel-heading a .fa-plus-circle {display:block;}
.uwf-accordion-buerk .panel-heading a .fa-minus-circle {display:none;}
.uwf-accordion-buerk .panel-heading a[aria-expanded=true] .fa-plus-circle {display:none;}
.uwf-accordion-buerk .panel-heading a[aria-expanded=true] .fa-minus-circle {display:block;}


.uwf-accordion-buerk .panel-heading .row {
	display:flex;
	align-items:center;
	width:100%;
}

.uwf-accordion-buerk .panel-heading .uwf-accordion-buerk-left {
	display:flex;
}

.uwf-accordion-buerk .panel-heading .uwf-accordion-buerk-left .uwf-accordion-buerk-left-image {
 	background-size: cover;
 	min-height:120px;
}

.uwf-accordion-buerk .panel-heading a[aria-expanded=true] .uwf-accordion-buerk-left .uwf-accordion-buerk-left-image {
	visibility:hidden;
	width: 0;
	padding: 0;
}

.uwf-accordion-buerk .panel-heading .uwf-accordion-buerk-center > div {
	padding-left:30px;
}

.uwf-accordion-buerk .panel-heading .uwf-accordion-buerk-center h4 {
	color:#3D3D3D;
}

.uwf-accordion-buerk .panel-heading .uwf-accordion-buerk-left .uwf-accordion-buerk-left-desc .panel-title {
	color:#3D3D3D !important;
	font-size:30px;
	font-weight:600;
	margin-bottom: 10px;
	text-transform: unset;
}

.uwf-accordion-buerk .panel-heading a[aria-expanded=true] .uwf-accordion-buerk-left .uwf-accordion-buerk-left-desc {
	width:100%;
}

.uwf-accordion-buerk .panel-heading a[aria-expanded=true] .uwf-accordion-buerk-left .uwf-accordion-buerk-left-desc > div {
	padding: 10px 30px;
}

.uwf-accordion-buerk .panel-heading .uwf-accordion-buerk-right .fa {
	font-size:30px;
}

.uwf-accordion-buerk .panel-heading .uwf-accordion-buerk-right .fa-plus-circle {
	color: #85764E;
}

.uwf-accordion-buerk .panel-heading .uwf-accordion-buerk-right .fa-minus-circle {
	color: #4B2E83;
}

.uwf-accordion-buerk .panel-body {
	background:white !important;
}

.uwf-accordion-buerk .panel-body * {
	margin-top:10px;
}

.uwf-accordion-buerk .panel-body .uw-btn {
	margin-bottom:0;
}

.uwf-accordion-buerk p:empty {
	display:none;
}

.uwf-accordion-buerk p {
	margin-bottom:0;
	font-size:17px;
	line-height: 1.2;
}


  

@media (max-width: 768px) {
	.uwf-accordion-buerk .panel-heading .uwf-accordion-buerk-left .uwf-accordion-buerk-left-desc > div {
		padding: 10px 0 15px 30px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.uwf-accordion-buerk .panel-heading .uwf-accordion-buerk-center {
		max-width: 420px;
	}
}




