/* Research Park Vision Plan Page */
.video-marquee-container {
  position: relative;
  width: 100%;
  max-height: 800px;
  margin: 0px;
  z-index: 3;
  overflow: hidden;
  text-align: center;
}
.video-marquee-container::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.video-marquee-content {
  position: absolute;
  top: calc(50% - 150px);
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 3;
  text-align: center;
}
.video-marquee-content h1 {
  font-family: "Vitesse", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  margin: 0px auto;
  color: #FFFFFF;
}

.video-marquee-content p {
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 30px;
}

.video-marquee-content a:visited, .uu-btn.white:visited {
  background-color: #FFFFFF;
  color: #CC0000;
}

@media only screen and (max-width: 800px) {
  .video-marquee-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 800px) {
  .video-marquee-content .video-hidden-content {
    display:none;
  }
}

@media only screen and (max-width: 680px) {
  .video-marquee-content .video-hidden-content-2 {
    display:none;
  }
    .video-marquee-content {
  	top: calc(75% - 150px);
  }
}

@media only screen and (max-width: 1200px) and (min-width: 800px) {
  .video-marquee-content .video-hidden-content-2 {
    display:none;
  }
}

.video-marquee-container .embed-responsive {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* Top Buttons in Marquee */
.uu-top-tabs {
  position: absolute;
  margin: 0px auto;
  max-width: 940px;
  left: 0;
  right: 0;
  bottom: -40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  z-index: 992;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 800px) {
  .uu-top-tabs {
    display: none;
  }
}
@media only screen and (max-width: 940px) {
  .uu-top-tabs a {
    padding: 20px;
    font-size: 12px;
  }
  .uu-top-tabs a:first-child {
    border-radius: 0px !important;
  }
  .uu-top-tabs a:last-child {
    border-radius: 0px !important;
  }
}
.uu-top-tabs a {
  flex: 1 1 auto;
  background: #CC0000;
  text-align: center;
  color: #ffffff;
  padding: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.uu-top-tabs a:first-child {
  border-radius: 8px 0px 0px 8px;
}
.uu-top-tabs a:last-child {
  border-radius: 0px 8px 8px 0px;
}
.uu-top-tabs a:hover {
  color: #FFFFFF;
  background: #930000;
  text-decoration: none;
}
.uu-top-tabs a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.uu-top-tabs.red a {
  background: #CC0000;
}

.uu-top-tabs.red a:hover {
  background: #930000;
}


.uu-top-tabs a img {
  text-align: center;
  margin:  0px auto 10px auto;
  display: block;
  transition: all 0.3s ease;
}
.uu-top-tabs a:hover img {
  transform: translateY(-5px);
}
.uu-top-tabss a span {
  display: block;
}

/* HIGHLIGHT LISTS AND TABLES */
ul.highlight-list {
  margin: 0px !important;
  padding: 0px !important;
  list-style-type: none !important;
}
ul.highlight-list li {
  background-color: #FDF9E8;
  padding: 10px 15px;
  margin-bottom: 8px;
}

table.highlight-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 8px;
}

table.highlight-table tr {

}

table.highlight-table th {
  padding: 10px 15px;
  color: #6E6E6E;
  vertical-align: middle;
}

table.highlight-table td {
  background-color: #FDF9E8;
  padding: 10px 15px;
  vertical-align: middle;
}

table.highlight-table tr td:last-child, table.highlight-table tr th:last-child {
  text-align: right;
}

/* NUMBERED TABLE */
table.numbered-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 8px;
}
table.numbered-table tr {}
table.numbered-table td {
  background-color: #EFEFEF;
  padding: 10px 15px;
  vertical-align: middle;
}
table.numbered-table tr td:first-child {
  text-align: center;
  color: #C80515;
  font-family: "Vitesse", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}


/* LAW ACCORDIONS */
.uu-law-accordion .sow-accordion-title span {
  text-align: center;
  color: #C80515;
  font-family: "Vitesse", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 15px;
}

.uu-law-accordion .sow-accordion-title > em {
  position: relative;
  display: inline-block;
  font-style: italic;
}

.uu-law-accordion .sow-accordion-title > em::before,  .sow-accordion-title > em::after {
  position: relative;
  content: '';
  margin: 0px 2px;
}


/* FAQ ACCORDIONS */
.uu-faqs .sow-accordion {}

.uu-faqs .sow-accordion .sow-accordion-panel-header {
  background-color: #FFFFFF !important;
  color: #C80515 !important;
}
.uu-faqs .sow-accordion .sow-accordion-panel-border {
  background-color: #FFFFFF !important;
}

/* NEWS CARDS */

.uu-news-container {
  display: flex;
  flex-flow: row wrap;
  max-width: 1400px;
  margin: 0px auto 30px auto;
}
.uu-news-card {
  flex: 0 1 23%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0px 6px 16px 0px rgba(84,117,145,0.1);
  transition: all 0.3s ease-out;
  margin: 1%;
  overflow-wrap: anywhere;
  margin: 0px 15px 15px 0px;
  background:#ffffff;
}
.uu-news-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #65635C;
    text-align: left;
    margin-bottom: 20px;
}
.uu-news-card p:empty::before {
	content:none;
}
.uu-news-story-cat ul li::before {
  left:0px!important;
}
.uu-news-story-cat ul, 
.uu-news-story-cat ol {
  padding-left:0px!important;
  list-style-type: none!important;
}
span.uu-news-date  {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
color: #65635C;
}
.uu-news-card audio {
  width:100%;
}	
.uu-news-card:hover, .uu-news-card:focus {
  -webkit-box-shadow: 0px 20px 30px 0px rgba(84, 117, 145, 0.2);
  -moz-box-shadow: 0px 20px 30px 0px rgba(84, 117, 145, 0.2);
  box-shadow: 0px 20px 30px 0px rgba(84, 117, 145, 0.2);
}
.uu-news-card .uu-news-card-img {
  width: 100%;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  order: 1;
}
.uu-news-card .uu-news-card-details {
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  order: 2;
}
.uu-news-card .uu-news-card-details .uu-news-card-body {
  padding: 30px;
}
.uu-news-card .uu-news-card-details .uu-news-card-body h3.uu-news-card-title {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0px;
  font-weight: 600;

}
.uu-news-card .uu-news-card-details .uu-news-card-body h3.uu-news-card-title a {
  color: #18191B;
}
.uu-news-card .uu-news-card-details .uu-news-card-body .uu-news-card-cats {
  display: flex;
  flex-flow: row nowrap;
  font-size: 13px;
  font-weight: 400;
  overflow: auto;
  box-sizing: border-box;
  -ms-overflow-style: none;
}
.uu-news-card .uu-news-card-details .uu-news-card-body .uu-news-card-cats::-webkit-scrollbar {
  display: none;
}
.uu-news-card .uu-news-card-details .uu-news-card-body .uu-news-card-cats span {
  flex: 0 0 auto;
  margin-right: 5px;
}
.uu-news-card .uu-news-card-details .uu-news-card-body .uu-news-card-cats .post-categories {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 1 auto;
}
.uu-news-card .uu-news-card-details .uu-news-card-body .uu-news-card-cats .post-categories li {
  flex: 0 0 auto;
  margin-right: 5px;
}
.uu-news-card .uu-news-card-details .uu-news-card-body .uu-news-card-cats .post-categories li:last-child {
  margin-right: 0;
}
.uu-news-card .uu-news-card-details .uu-news-card-body .uu-news-card-cats .post-categories li a {
  -webkit-transition: all, 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.uu-news-card .uu-news-card-details .uu-news-card-body .uu-news-card-cats .post-categories li a:hover, .uu-news-card .uu-news-card-details .uu-news-card-body .uu-news-card-cats .post-categories li a:focus {
  color: #91172C;
}
.uu-news-card .uu-news-card-footer {
  display: flex;
  flex-flow: row nowrap;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #F7F9FB;
  font-size: 13px;
  color: #585858;
}
.uu-news-card .uu-news-card-footer .uu-news-card-social {
  flex: 1 1 50%;
  text-align: left;
}
.uu-news-card .uu-news-card-footer .uu-news-card-social a {
  color: #585858;
  margin: 0px 5px;
  -webkit-transition: all, 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uu-news-card .uu-news-card-footer .uu-news-card-social a:hover {
  color: #C51230;
}
.uu-news-card .uu-news-card-footer .uu-news-card-social a:hover svg {
  transform: scale(1.5);
}
.uu-news-card .uu-news-card-footer .uu-news-card-date {
  flex: 1 1 50%;
  text-align: right;
}
.uu-news-story-cat {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #DE5C67;
  margin-bottom: 20px;
  margin-top: 10px;
  border-radius: 4px;
}

#edr-blog-container .uu-news-card:first-child {
position: relative;
flex: 0 1 47%;
min-height: 450px;
}

@media only screen and (max-width: 900px) {

  .uu-3col-container .uu-news-card {
    flex: 0 1 calc(50% - 15px) !important;
    flex-flow: column nowrap !important;
  }

  .uu-3col-container .uu-news-card .uu-news-card-img {
    flex: 0 0 250px !important;
    height: 250px !important;
    min-height: 250px !important;
    order: 1 !important;
  }

  .uu-news-card-details {
    flex: 1 1 auto !important;
    order: 2 !important;
  }
}

@media only screen and (max-width: 600px) {
  .uu-3col-container .uu-news-card {
    flex: 0 1 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .uu-news-container {
    flex-flow:column;
  }
}
.post-thumbnail {
	margin: 30px auto 0px auto;
text-align: center;
}
.post-thumbnail img {
	max-width: 50%;
}
/*************
Timeline
***************/
.uu-timeline-item .uu-tl-step > .uu-tl-number span {
	display:none;
}
.uu-timeline-item h5 {
	color: #585858 !important;
font-size: 28px!important;
}
.uu-tl-img-fluid {
width: 200px!important;
height: 200px;
margin-top: 6em;
}
#cdo-card .uu-card:first-child {
	min-height:auto!important;
}

/**************
News Badge
**************/
.uu-news-badge {
padding: 0px 0px 90px 0px;
padding: 0px 0px 90px 0px;
position: relative;
top: -81px;
display: flex;
justify-content: right;
margin: 0 30px -40px;
}
.uu-news-badge img {
width: 200px;
}
@media only screen and (max-width: 780px) {
 .uu-news-badge {
  display: flex;
  align-items:center;
  justify-content: center;
}
}

article.category-podcast .post-thumbnail,
article.podcast.type-podcast .post-thumbnail {
display: flex;
align-items: center;
justify-content:center;
width: 25%;
margin-top: 0px;
}
article.category-podcast .entry-meta,
article.type-news .entry-meta, 
article.podcast.type-podcast .entry-meta {
	display:none!important;
}

/*****************
Cards 
*******************/
#pg-w609ae80153718-1 .panel-row-style.panel-row-style-for-w609ae80153718-1 .uu-card,
#pg-w609ae80153718-2 .panel-row-style.panel-row-style-for-w609ae80153718-2 .uu-card,
#pg-w609ae80153718-3 .panel-row-style.panel-row-style-for-w609ae80153718-3 .uu-card,
#pg-w609ae80153718-4 .panel-row-style.panel-row-style-for-w609ae80153718-4 .uu-card {
	border-top: #cc0000 solid 4px;
}

#pg-w609ae80153718-1 .panel-row-style.panel-row-style-for-w609ae80153718-1 .uu-card .uu-btn,
#pg-w609ae80153718-2 .panel-row-style.panel-row-style-for-w609ae80153718-2 .uu-card .uu-btn,
#pg-w609ae80153718-3 .panel-row-style.panel-row-style-for-w609ae80153718-3 .uu-card .uu-btn,
#pg-w609ae80153718-4 .panel-row-style.panel-row-style-for-w609ae80153718-4 .uu-card .uu-btn {
position: relative;
top: calc(100% - 11px);
}

/*************
Numbered List
**************/
span.uu-numbered-list  {
  text-align: center;
  color: #C80515;
  font-family: "Vitesse", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  margin-right: 15px;
}

/************
Symposium
**************/
#symposium-img {
	margin-top:-40px;
	height:500px!important;
	background-size:contain!important;
}

@media only screen and  (max-width: 980px) {
 #symposium-img {
	margin-top:0px!important;
	height:250px!important;
	background-size:cover!important;
}
}
/*********
Student Affairs
***************/
#pl-w60ba4f31b072c .svg-inline--fa {
	display:none!important;
}

.uu-card.panel-row-style {
flex-flow:row nowrap;!important;
min-height:350px!important;
}
.uu-card.panel-row-style img {
	min-height:350px!important;
}
.uu-card .panel-grid-cell .panel-cell-style {
	min-height:350px!important;
}

/************
SRFP
****************/
.uu-seed-grants .uu-card {
	padding:0px!important;
	min-height: 450px;
}
.uu-seed-grants .so-panel {
	padding:0px!important;
}
.uu-seed-grants img {
	height:180px!important;
	width:100%!important;
}
.uu-seed-grants .uu-card .siteorigin-widget-tinymce.textwidget {
	padding-left:0.75em;
	padding-right:0.75em;
}
.uu-seed-grants .uu-card p {
font-size: 16px;
font-weight: 400;
line-height: 1.8;
color: #65635C;
text-align: left;
margin-bottom: 20px;
}
@media only screen and (max-width: 780px){
	.uu-seed-grants .uu-card {
	padding: auto!important;
	min-height: auto!important;
}
.uu-seed-grants img {
	height:auto!important;
	width:100%!important;
}
.uu-seed-grants .uu-card .siteorigin-widget-tinymce.textwidget {
	padding-bottom: 1em;
}
}

#pl-2328 .uu-image-square,
#pg-2406-2 .uu-image-square,
#pg-54974-1 .uu-image-square,
#pg-54974-2 .uu-image-square,
#pl-56598 .uu-image-square  {
	height:350px!important;
	object-fit: cover;
}
#pgc-2066-6-0 .uu-image-square {
	height:380px!important;
	object-fit: cover;
}

@media only screen and (min-width: 1300px) {
#pl-w8uxykt7ws3f .uu-image-square {
	height:300px!important;
	width:300px!important;
	object-fit: cover;
}
}

.addtoany_content {
    clear: both;
    margin: -15px 0px 0px -4px !important;
}
.labs-research #uu-card-widget-container .uu-card-widget-card .uu-card-widget-card-img {
	height:300px!important;
}
#panel-2066-8-0-1 .uu-split-section-wysiwyg,
#pg-2407-6 .uu-split-section-wysiwyg  {
	padding:50px 50px!important;
}

/******************
Events CPT
*********************/
.uu-event-tag {
  width: 73.5%;
  background: #cc0000;
  top: 0px;
  position: relative;
}
.uu-event-tag a {
color: #ffffff;
font-family: "Montserrat",sans-serif !important;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
padding-left: 2.2em;
}

.facetwp-facet.facetwp-facet-month_sort .facetwp-dropdown {
  color: #372C2C;
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  line-height: 1.5;
  margin: 0px 0px 15px 0px;
  font-size: 14px;
  width: 250px;
  text-transform:uppercase;
}
.facetwp-facet.facetwp-facet-month_sort .facetwp-dropdown option {
  font-weight: normal!important;
}
@media only screen and  (max-width: 1500px) {
.facetwp-facet.facetwp-facet-month_sort .facetwp-dropdown {
  width: auto!important;
}
}

.event-template-default .entry-header,
.event-template-default .post-thumbnail {
display:none;
}

.event-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding:2.5em;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  overflow-wrap: anywhere;
  margin-bottom: 15px;
  margin-right: 15px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
  box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
  -webkit-transition: all,.3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.event-body {
	  width: 100%;
  padding:2.5em;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  overflow-wrap: anywhere;
  margin-bottom: 15px;
  margin-right: 15px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
  box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
  -webkit-transition: all,.3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.event-body hr {
	margin-left: 0;
}
.event-details iframe {
	height:250px;
}

.event-time,
.event-venue  {
flex-direction: column;
flex-basis: 100%;
flex: 1;
}

.event-date {
float: right;
margin-top: -90px;
margin-right: -30px;
}

.event-day {
background: #372C2C;
height: 60px;
width: 100px;
color: #fff;
font-family: "Montserrat",sans-serif;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
}

.event-month {
background: #cc0000;
height: 60px;
width: 100px;
color: #fff;
font-family: "Montserrat",sans-serif;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
}

#event-card{
	flex: 0 1 30%!important;
}

#event-card .uu-btn.red.small {
	display:none;
}

#event-main-card {
display: flex;
flex-flow: row wrap;
max-width: 1400px;
margin: 0px auto 30px auto;
}

.event-first-card #event-card {
	flex: 1 !important;
}

@media only screen and (max-width: 1400px) {
	#event-card{
	flex: 0 1 45%!important;
	}
	.uu-event-tag {
		width:80%!important;
	}
}
@media only screen and (max-width: 1600px) {
	.facetwp-facet.facetwp-facet-month_sort .facetwp-dropdown {
		width:auto!important;
	}
}

@media only screen and (max-width: 980px) {
#event-main-card{
	flex-flow:column;
}
.event-details {
flex-direction:column;
}
.event-time, .event-venue {
flex: 0 1 50% !important;
margin-bottom: 2em;
}
.uu-event-tag {
		width:100%!important;
	}

}

/*********************
EVENTS SINGLE
**********************/
.event-header {
background-position: center center;
background-size: cover;
background-blend-mode: overlay;
height:300px;
text-align: center; 
text-transform:uppercase;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content:center;
	}
	.calendar-flex {
display: flex;
flex-flow: row-reverse;
width: 50%;
float: right;
margin-top: -2.5em;
	}
.event-venue iframe {
		height:250px!important;
	margin-top:15px;
}
	.event-venue, .event-time {
	padding: 10px;
	}
.event-parking p {
display:inline!important;
}
	.event-parking .uu-btn.red.small {
		display:inline-block!important;
	}
	
	.event-venue {
		margin-top:1em;
	}
@media only screen and (max-width: 1280px) {
.calendar-flex {
display: block;
flex-flow: row-reverse;
width: 100%;
float: none;
margin-top: 0.5em;
	}
}
/*******************
OTHER EVENTS
*******************/
.other-events-bg {
clear: both;
padding-top: 80px;
padding-bottom: 60px;
background: #F7F9FB;
margin-left: -300px;
margin-right: -300px;
padding-left: 310px;
padding-right: 200px;
border-left: 0px none;
border-right: 0px none;
margin-bottom: -30px;
}
.other-events .uu-news-card {
background:#fff;
}
.other-events #event-card {
  flex: 1!important;
}
@media only screen and (max-width: 980px) {
.other-events-bg {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0px;
}
}
@media only screen and (max-width: 780px) {
.events-listings .facetwp-template {
  margin-left:5em;
}
.event-filters {
  width:80%;
}
}
@media only screen and (max-width: 980px) {
.event-header h1{
	font-size:26px;
	}
.events-listing {
	padding-left: 1em;
	}
.event-filters {
  margin-top: 0em;
}
}
.event-filters h5 {
  color: #372C2C;
font-family: "Montserrat",sans-serif;
font-weight: 600;
line-height: 1.5;
margin: 0px 0px 15px 0px;
font-size:16px;
}
.event-filters h5.organizer {
  border-bottom: solid 1px #dadada;
padding-bottom: 10px;
width: 95%;
}
.event-filters {
  margin-top: 3.25em;
}
.event-filters .facetwp-autocomplete.ready {
  width: 68%;
margin-right: 10px;
}

.facetwp-type-date_range {
  margin-bottom: 16px !important;
}
.facetwp-autocomplete-update {
display: inline-block;
margin: 10px auto;
background-color: #372C2C;
color: #fff;
text-decoration: none;
text-align: center;
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
border: 0px;
border-radius: 4px;
padding: 3px 15px;
height: 28px;
}
.facetwp-autocomplete-update:hover {
  background-color: #C51230;
}
.facetwp-monthly {
  font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-weight: inherit;
font-size: 14px;
}
.facetwp-pager {
 display:flex;
 justify-content:center;
 align-items:center;
 text-align:center;
 margin:30px auto;
 font-size:13px;
 text-transform:uppercase
}
.facetwp-page a{
 display:flex;
 flex-flow:row nowrap;
 background-color:#fff;
 border-radius:4px;
 border:1px solid #F7F9FB
}
.facetwp-page .nav-links .page-numbers {
 position:relative;
 box-sizing:border-box;
 padding:10px;
 border-right:1px solid #F7F9FB;
 -webkit-transition:all,.3s ease-in-out;
 -moz-transition:all .3s ease-in-out;
 -ms-transition:all .3s ease-in-out;
 -o-transition:all .3s ease-in-out;
 transition:all .3s ease-in-out
}
.facetwp-page a .active,
.facetwp-page a:hover {
 background-color:#F7F9FB
}
.facetwp-page a .active::before,
.facetwp-page a:hover::before {
 display:none;
 content:"";
 font-family:"Font Awesome 5 Pro";
 font-weight:900
}

#uu-admissions,
#uu-faculty {
background:#577590;
}
#uu-alumni {
  background:#7CCBB3;
}
#uu-center-for-global-justice,
#uu-criminal-law-program {
  background: #2F7560;
}
#uu-center-for-law-and-biomedical-sciences,
#uu-uncategorized {
  background:#809BB3;
}
#uu-cle,
#uu-diversity {
  background:#18a558;
}
#uu-cle-civility,
#uu-ip-program {
  background:#B17E06;
}
#uu-cle-ethics,
#uu-labs-blog {
  background:#3A5426;
}
#uu-college-of-law {
  background:#C14B0B;
}
#uu-environmental-dispute-resolution-program,
#uu-edr-blog {
  background:#f9c74f;
}
#uu-highlighted-events {
  background:#FDDAB0;
}
#uu-lpp-blog {
background: #AD82C9;
}
#uu-master-of-legal-studies {
  background: #90be6d;
}
#uu-signature-events,
#uu-labs  {
  background:#f94144;
}
#uu-students,
#uu-student {
  background:#EF8606;
}
#uu-wallace-stegner-center,
#uu-stegner-center {
  background:#f3722c;
}

.main-events-callout {
  width: 100%;
  position: relative;
  text-align: right;
  margin-top: -5.28em;
}
.main-events-callout p {
  padding-right: 12px;
  font-family: "Montserrat",sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  font-size: 12px;
  text-transform: uppercase;
}
.main-events-bg {
  margin: 0px auto;
  padding-top: 80px;
padding-bottom: 60px;
background: #F7F9FB;
}
.event-header h1 {
  top: 0px;
  position: relative;
}
.uu-event-tag {
  width: 93%;
  top: 0px;
  position: relative;
}
.uu-event-tag a {
color: #ffffff;
font-family: "Montserrat",sans-serif !important;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
padding-left: 2.2em;
width: 75%;
display: inline-block;
}
.uu-day-tag {
  position: relative;
  background: #efefefad;
  margin-bottom: -42px;
  top: -29px;
  float: right;
  height: 34px;
  width: 100%;
}
.uu-day-tag p {
  color: #000000 !important;
  font-family: "Montserrat",sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase;
  font-size: 12px !important;
  padding-left: 2.2em;
  line-height: 28px!important;
  margin-top: 0em;
}
.uu-day-tag span {
color: #000000 !important;
font-family: "Montserrat",sans-serif !important;
font-weight: bold;
text-transform: uppercase;
font-size: 16px !important;
padding-left: 3.4em;
line-height: 50px !important;
font-weight: 600 !important;
}

#day-template.uu-day-tag  {
  top: -10px !important;
  height: 50px;
}
.event-date {
  position: relative;
}

/************************
RESEARCH LISTINGS FACETS
*************************/

@media only screen and  (max-width: 780px) {
.facetwp-facet.facetwp-facet-research_listings.facetwp-type-checkboxes,
.facetwp-facet-crimlaw_research_listings.facetwp-type-radio {
grid-template-columns: repeat(2,1fr)!important;
}
}

.select-card,
.facetwp-facet.facetwp-facet-crimlaw_research_listings.facetwp-type-checkboxes,
.facetwp-facet-crimlaw_research_listings.facetwp-type-radio,
.facetwp-facet-research_listings.facetwp-type-radio {
display: grid;
grid-template-columns: repeat(4,1fr);
grid-auto-columns: 100px;
}


.select-card .uu-card,
.facetwp-facet-crimlaw_research_listings .facetwp-radio,
.facetwp-facet-research_listings .facetwp-radio {
box-sizing: border-box;
background-color: #fff;
overflow: hidden;
overflow-wrap: anywhere;
margin-bottom: 15px;
margin-right: 15px;
-webkit-box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
-moz-box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
box-shadow: 0px 10px 20px 0px rgba(84,117,145,0.1);
-webkit-transition: all,.3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
padding: 2em;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
font-family: "Montserrat",sans-serif;
font-weight: 600;
line-height: 1.5;
text-transform: uppercase;
font-size: 13px;
background:none!important;
}
.facetwp-facet-crimlaw_research_listings .facetwp-radio:hover,
.facetwp-facet-research_listings .facetwp-radio:hover {
-webkit-box-shadow: 0px 20px 30px 0px rgba(84,117,145,0.2);
-moz-box-shadow: 0px 20px 30px 0px rgba(84,117,145,0.2);
box-shadow: 0px 20px 30px 0px rgba(84,117,145,0.2);
box-shadow: 0px 20px 30px 0px rgba(84,117,145,0.2);
background-color: #efefef !important;
color: #000;
}
.facetwp-facet-crimlaw_research_listings .facetwp-radio,
.facetwp-facet-research_listings .facetwp-radio {
background:none!important;
}
.fwpl-item.research-title.h5 {
font-family: "Montserrat",sans-serif;
font-weight: 600;
line-height: 1.5;
text-transform: uppercase;
font-size: 16px;
margin-bottom:10px;
}
.facetwp-facet-crimlaw_research_listings .facetwp-radio.checked,
.facetwp-facet-research_listings .facetwp-radio.checked {
background-color: #efefef !important;
color: #000;
border: solid 2px #c00;
}
.fwpl-row.el-1czq37 {
	padding:40px;
}

.select-card .uu-card a {
color: #000!important;
}
.facetwp-counter {
	display:none!important;
}
#pl-55005 .uu-card.panel-row-style {
	min-height:100px!important;
}


/**************
Post Navigation
*****************/
.nav-links {
display: flex;
justify-content: space-between;
align-items: center;
text-align: center;
margin: 30px auto;
font-size: 15px;
text-transform: uppercase;
}

.nav-previous {
    width: 40%;
    background: #f7f9fb;
    padding: 2em;
    text-align: center;
    height: 50px;
   justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}

.nav-next {
width: 40%;
background: #f7f9fb;
padding: 2em;
height: 50px;
justify-content: center;
align-items: center;
text-align: center;
display: flex;
}

.nav-previous a,
.nav-next a {
color: #000 !important;
font-family: "Montserrat",sans-serif;
font-size: 12px;
font-weight: bold;
}

.nav-previous:hover {
-webkit-box-shadow: 0px 20px 30px 0px rgba(84, 117, 145, 0.2);
-moz-box-shadow: 0px 20px 30px 0px rgba(84, 117, 145, 0.2);
box-shadow: 0px 20px 30px 0px rgba(84, 117, 145, 0.2);
}
.nav-next:hover {
-webkit-box-shadow: 0px 20px 30px 0px rgba(84, 117, 145, 0.2);
-moz-box-shadow: 0px 20px 30px 0px rgba(84, 117, 145, 0.2);
box-shadow: 0px 20px 30px 0px rgba(84, 117, 145, 0.2);
}	

@media only screen and (max-width: 980px) {
.nav-links {
	display:block;
  }
.nav-previous,
.nav-next {
height: auto;
margin-top: 20px;
margin-bottom: 20px;
width: 90%;
}
.post-navigation {
	padding:0em;
}	
}
body.event-template-default.single.single-event .post-navigation {
display:none!important;
}
.uu-subnav-container ul li a {
text-transform:uppercase!important;
}

#student-affairs-cards .uu-card {
min-height: 250px;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column nowrap;
}

/*************
 NEWS FILTERS
**************/
.news-filters {
background: #efefefef;
display: flex;
flex-flow: column;
}

.search-filter {
border-top: solid 1px #dadada;
}

.search-filter .facetwp-facet.facetwp-facet-news_search.facetwp-type-autocomplete {
margin-bottom:0px;
padding:1em;
}

.search-filter .facetwp-autocomplete.ready,
.search-filter .facetwp-autocomplete.fcomplete-enabled {
height: 40px;
border: #efefef !important;
border-radius: 5px;
padding: 5px;
width: 99%;
font-family: "Montserrat",sans-serif;
font-size:16px;
}

.search-filter input.facetwp-autocomplete-update {
margin-left: -70px;
height: 25px;
font-size: 12px;
font-family: "Montserrat",sans-serif;
text-transform: uppercase;
font-weight: bolder;
}

.category-filter {
  margin-top: 20px;
  padding: 1em;
}

.category-filter h5.organizer {
border-bottom:none;
margin-left: 6px;
}

.category-filter .facetwp-facet.facetwp-facet-news_filters.facetwp-type-radio .facetwp-radio {
background-image: none;
background:#ffffff;
cursor: pointer;
border: solid 1px;
border-radius: 4px;
margin: 4px;
display: inline-block;
text-align: center;
padding: 9.5px;
font-size: 11px;
font-weight: normal;
font-family: "Montserrat",sans-serif;
text-transform: uppercase;
font-weight: bolder;
}

.category-filter .facetwp-facet.facetwp-facet-news_filters.facetwp-type-radio {
margin-bottom:10px;
}	

.category-filter .facetwp-radio.checked {
background-image:none;
background-color:#372C2C!important;
color:#ffffff;
}
.category-filter .facetwp-radio:hover {
    background-image:none;
    background-color:#372C2C!important;
    color:#ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(84,117,145,0.1);
  -moz-box-shadow: 0px 0px 0px 0px rgba(84,117,145,0.1);
  box-shadow: 0px 0px 0px 0px rgba(84,117,145,0.1);
  -webkit-transition: all,.15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.reset-filter {
border-top: solid 1px #dadada;
padding-left: 1.25em;
padding-top: 10px;
padding-bottom: 10px;
}
.reset-filter button {
font-size: 12px;
font-weight: normal;
font-family: "Montserrat",sans-serif;
text-transform: uppercase;
font-weight: bolder;
}
.facet-wrap .event-filters {
	margin-top:0px;
	width: 100%;
}
#news-facets {
margin-top: -10em;
background: #ffffff;
box-shadow: 0px 6px 16px 0px rgba(84,117,145,0.1);
transition: all 0.3s ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
transition-property: all;
transition-duration: 0.3s;
transition-timing-function: ease-out;
}
#test-news .uu-news-card {
 flex: 0 1 31.9%;
}
#test-news .uu-news-story-cat {
    padding: 4px;
	font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 2px 8px;
	margin-bottom: 0px!important;
	margin-right: 7px;
}
.filter-cat {
   display:flex;
}
.filter-cat a {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #fff;
border-radius: 4px;
box-sizing: border-box;
padding: 2px 8px;
}
.filter-cat .uu-news-story-cat {
	margin-bottom:0px;
	margin-right: 5px;
}
#test-news .uu-news-story-cat a {
    color:#ffffff;
}
#test-news .fcomplete-wrap {
	width:100%;
}	
.fcomplete-result {
  margin-bottom: 10px;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
}
.fcomplete-wrap {
	z-index:100;
}
@media only screen and (max-width: 800px) {
.search-filter input.facetwp-autocomplete-update {
	display:none;
}
}

.home-marquee h1 {
font-family: "Vitesse", sans-serif;
font-weight: 600;
font-size: 34px!important;
line-height: 50px;
color: #FFFFFF!important;
}
.home-marquee p {
  color:#fff!important;
}
.home-marquee .uu-btn {
  background-color:transparent!important;
  border: 2px solid #fff;
  color: #fff!important;
  padding: 3px 20px!important;
}
 .home-marquee a.uu-btn {
   font-size:13px!important;
 }

.home-marquee .u-of-u-marquee-block {
align-content: end!important;
}

.home-marquee .u-of-u-marquee .u-of-u-marquee-content  {
  margin: 0px auto 120px 40px!important;
  padding-top: 12em;
}
.juicer-feed h1.referral a {
	display:none!important;
}
.home-marquee .u-of-u-marquee-overlay {
background: rgb(0,0,0)!important;
background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 100%)!important;
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 100%)!important;
background: linear-gradient(180deg, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 100%)!important;
opacity: 2 !important;
}

#event-main-card.admissions-events  {
  flex-flow:column!important;
   width:85%;
}

.admissions-events .uu-news-card .uu-event-tag {
	width:100%;
}
.admissions-events .uu-news-card .uu-day-tag {
	display:none!important;
}
.admissions-events .uu-news-card .uu-news-card-details .uu-news-card-body {
  padding:10px!important;
}

.admissions-events .uu-news-card .uu-news-card-details {
  padding-bottom:0px!important;
}

.admissions-events .event-date {
margin-top: -10px;
margin-right: -10px;
}

#admissions-events-card {
display:block;
}

.uu-post-loop-container.uu-post-loop-layout-6.uu-news-container .uu-news-card {
	flex: 0 1 30%!important;
}

@media screen and (max-width: 1680px) and (min-width: 1200px) {
.diversity-section {
padding:30px 40px 20px 40px !important;
height:auto!important;
}
}
@media screen and (max-width: 1680px) and (min-width: 981px) {
.home-numbers img {
width: 85% !important;
}
}
@media screen and (max-width: 1200px) and (min-width: 980px) {
.hidden-image {
display:block!important;
}
.diversity-section {
padding: 30px 100px 210px 90px!important;
height: auto!important;
}
}
@media screen and (max-width: 980px) and (min-width: 780px) {
#diversity-columns {
flex-direction: column!important;
}
#research-columns {
flex-direction: column!important;
}
#diversity-columns .panel-grid-cell {
	width:100%!important;
}
#research-columns .panel-grid-cell {
	width:100%!important;
}
.diversity-section {
height: auto!important;
}
}
@media screen and (max-width: 980px) and (min-width: 780px) {
.research-section .panel-cell-style {
height:300px!important;
}
.research-section h5 {
font-size: 16px;
}
.research-section img {
	width: 40%;
}
}
@media screen and (max-width: 1380px) and (min-width: 980px) {
.research-section .panel-cell-style {
height: 250px !important;
padding: 25px 25px 25px 25px !important;
}
.research-section h5 {
font-size: 16px;
}
.research-section img {
	width: 32%;
}
.research-section-text {
padding: 90px 90px 0px 90px!important;
height: auto!important;
}
}

@media screen and (max-width: 1480px) and (min-width: 780px) {
#event-main-card.admissions-events {
width:100%!important;
}
.admissions-events .uu-news-card .uu-event-tag {
width:100%!important;
}
.admissions-text {
padding: 90px 40px 150px 60px!important;
}
}

@media screen and (max-width:980px) and (min-width: 300px) {
#admissions-events-card .events-listing {
	padding-left:0em!important;
}
#event-main-card.admissions-events {
	width:100%;
}
.admissions-events .uu-news-card .uu-event-tag {
width:100%!important;
}
.home-events .events-listing {
	padding-left:0em!important;
}
}

@media screen and (max-width: 560px) and (min-width: 200px) {
.uu-event-tag a {
font-size: 10px;
width: 37%;
}
.events-listing {
padding-left:1em;
}
}

@media screen and (max-width:980px) and (min-width: 300px) {
.home-numbers {
display:none!important;
}
.hidden-numbers {
	display:block!important;
}
.hidden-numbers img {
width: 250px;
margin: 0 auto;
}
#admissions-events-card {
	height: auto!important;
}
}
@media screen and (max-width:5000px) and (min-width: 980px) {
.home-numbers {
display: flex !important;
flex-direction: row;
}
.hidden-numbers {
display:none!important;
}
.home-events #event-card {
	flex: 0 1 31% !important;
}
#admissions-events-card .btn {
	position: relative;
//bottom: -311px;
}
}
@media screen and (max-width: 1300px) and (min-width: 300px) {
#team-section .panel-row-style,
#steps-section .panel-row-style {
flex-direction: column!important;
}
#team-section .panel-grid-cell,
#steps-section .panel-grid-cell {
	width:100%!important;
}
#team-section .uu-team-member-widget-card {
	margin:10px;
}
}
@media screen and (max-width: 350px) and (min-width: 200px) {
.diversity-section {
padding:20px 20px 320px 20px!important;
}
}

@media screen and (max-width: 460px) and (min-width: 350px) {
.diversity-section {
padding:20px 20px 200px 20px!important;
}
}

@media screen and (max-width: 560px) and (min-width: 460px) {
.diversity-section {
padding:20px 20px 90px 20px!important;
}
}

@media screen and (max-width: 560px) and (min-width: 200px) {
.home-marquee .u-of-u-marquee .u-of-u-marquee-content {
padding: 0px 20px 0px 20px!important;
margin: 0px auto 90px 40px !important;
justify-content:flex-end!important;
align-content:flex-end!important;
}
.home-marquee .u-of-u-marquee-block.left {
justify-content: flex-end!important;
justify-content:flex-end!important;
align-content:flex-end!important;
}
//.home-marquee .u-of-u-marquee-block {
//padding-top: 15em;
//}
.home-marquee h1 {
font-size:24px!important;
}
}

.j-instagram-text::before,
.j-linkedin-text::before,
.j-twitter-text::before,
.j-facebook-text::before {
  color: #cc0000;
  display: flex!important;
  flex-direction: column!important;
  margin-top: 22px!important;
  margin-right: 0px!important;
  background: #fff!important;
}

.j-twitter-text:hover,
.j-linkedin-text:hover,
.j-twitter-text:hover,
.j-facebook-text:hover,
.j-instagram-text:hover {
  color: transparent!important;
}

.j-facebook-text,
.j-linkedin-text,
.j-twitter-text,
.j-facebook-text,
.j-instagram-text {
  color: transparent!important;
}

.j-twitter-hover.highlight .j-twitter-text {
  color: transparent!important';
}

.j-twitter-hover.highlight::before, .j-twitter-hover:hover::before,
.j-instagram-hover.highlight::before, .j-instagram-hover:hover::before,
.j-facebook-hover.highlight::before, .j-facebook-hover:hover::before,
.j-linkedin-hover.highlight::before, .j-linkedin-hover:hover::before {
  color: #ffffff;
}

.juicer-feed .j-display-filters li::before {
  line-height: 0px!important;
  font-size: 32px;
}

.j-twitter.j-twitter-text.j-twitter-hover.j-social-icon,
.j-linkedin.j-linkedin-text.j-linkedin-hover.j-social-icon,
.j-instagram.j-instagram-text.j-instagram-hover.j-social-icon,
.j-facebook.j-facebook-text.j-facebook-hover.j-social-icon {
  height: 60px;
  width: 60px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin: 0px 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.j-twitter-hover.highlight, .j-twitter-hover:hover,
.j-linkedin-hover.highlight, .j-linkedin-hover:hover,
.j-instagram-hover.highlight, .j-instagram-hover:hover,
.j-facebook-hover.highlight, .j-facebook-hover:hover {
  background: #cc0000!important;
  color: #ffffff;
  border-bottom: transparent!important;
}

li.all.j-social-icon {
  display: none;
}

.juicer-feed .j-display-filters {
  color: transparent;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding-left: 0px !important;
  margin-left: -40px;
}

.juicer-feed .j-twitter-hover.highlight, .juicer-feed .j-twitter-hover:hover,
.juicer-feed .j-instagram-hover.highlight, .juicer-feed .j-instagram-hover:hover,
.juicer-feed .j-facebook-hover.highlight, .juicer-feed .j-facebook-hover:hover,
.juicer-feed .j-linkedin-hover.highlight, .juicer-feed .j-linkedin-hover:hover {
  background: #cc0000!important;
  color: #ffffff;
  border-bottom: transparent!important;
}

a.j-twitter.j-twitter-text.j-social.j-twitter-post-icon,
a.j-facebook.j-facebook-text.j-social.j-facebook-post-icon,
a.j-instagram.j-instagram-text.j-social.j-instagram-post-icon,
a.j-linkedin.j-linkedin-text.j-social.j-linkedin-post-icon {
  margin-top: -22px!important;
}

.post-main-img {
position: relative;
margin-bottom: 20px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 450px;
}

.post-item .card-img {
  height: 175px;
width: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.post-item .card-body {
//  height: calc(100% - 150px);
box-sizing: border-box;
position: relative;
padding: 20px 20px 80px 20px;
height:300px;
}

.more-articles,
.more-articles-post-loop {
  display: flex;
flex-flow: row wrap;
max-width: 1400px;
margin: 0px auto 30px auto;
}

.more-articles .post-item {
//  flex: 0 1 31.9%;
    flex: 0 1 50%;
}

.more-articles .section-title {
  position: relative;
flex: 1 1 100%;
text-align: center;
margin: 80px auto 30px auto;
max-width: 1160px;
}

article.resgestae_post .addtoany_content {
margin: 16px auto!important;
}

.uu-resgestae-post-loop .uu-card {
flex-flow:row!important;
flex: 1 1 calc(76% - 15px) !important;
  margin-right: 0px;
}

//.uu-resgestae-post-loop .uu-card .uu-card-img {
//height:450px!important;
//}

.uu-resgestae-post-loop .uu-card .uu-card-details {
padding-top: 90px;
padding-left: 0px;
}

.uu-resgestae-post-loop .uu-card .uu-card-details .uu-card-body {
padding:60px!important;
}

.uu-letters #edr-blog-container .uu-news-card:first-child {
  position: relative;
  flex: 0 1 70%;
  min-height: 450px;
}

.uu-letters #edr-blog-container .uu-news-card {
  flex: 1 1 27%;
}

.uu-resgestae-post-loop .uu-resgestae-card:nth-child(even) {
  flex-flow: row-reverse;
}
.uu-resgestae-post-loop .uu-resgestae-card:first-child {
  flex-flow:row;
}
.uu-resgestae-post-loop .uu-resgestae-card:first-child .uu-img-card,
.uu-resgestae-post-loop .uu-resgestae-card:nth-child(odd) .uu-img-card {
  margin-right: 15px;
}
.uu-resgestae-post-loop .uu-resgestae-card:nth-child(even) .uu-img-card {
  margin-left: 15px;
}
.uu-resgestae-post-loop .uu-card h3 {
  text-transform:uppercase;
}
.uu-resgestae-card {
  display: flex;
flex: 1 1 auto;
flex-flow: row;
}

@media only screen and (max-width: 1100px) and (min-width: 300px) {
  .uu-resgestae-card {
  flex-flow: column!important;
}
}
@media only screen and (max-width: 1500px) and (min-width: 1100px) {
  .uu-resgestae-post-loop .uu-card .uu-card-img {
  height:auto;
}
}

@media only screen and (max-width: 1099px) and (min-width: 300px) {
.uu-resgestae-post-loop .uu-resgestae-card:first-child .uu-img-card,
.uu-resgestae-post-loop .uu-resgestae-card:nth-child(odd) .uu-img-card {
  margin-right: 0px;
}
.uu-resgestae-post-loop .uu-resgestae-card:nth-child(even) .uu-img-card {
  margin-left: 0px;
}

}


.uu-img-card:first-child .uu-card-img {
flex: 1 1 50%;
height: 100%;
min-height: 350px;
order: 2;
}

.uu-letters .filter-cat {
	display:none!important;
}

.uu-resgestae-iconcard .uu-card-widget-card-img-icon img {
	height:48px;
}
img.alignright {
	margin-top:10px;
}

.alumni-section {
background: #F7F9FB;
margin-left: -410px;
margin-right: -410px;
padding-left: 410px;
padding-right: 410px;
border-left: 0px none;
border-right: 0px none;
}


body.post-template-default.single.single-post .nav-links {
display:none;
}

.alumni-section .addtoany_share_save_container.addtoany_content.addtoany_content_top {
	display:none!important;
}