.page-content--precontent nav > ul > li span.has-subnav:after {
	content:'+';
	color:#ef7200;
	margin-left:8px;
}

body:not(.path-admin) .page-content .button {
  color: white;
}

.upcoming-events-view footer {
	margin-bottom:40px;
}

/***END RECENT***/


.paragraph--type--events-feed {
	background-color:none;
}

#block-discovermore {
	margin-top:3%;
}

.main-content.type--page .page-content--inner, .main-content.type--uva_course .page-content--inner {
  padding: 3rem 2rem;
}

.page-content--content .field-body ul li {
	font-size:inherit;
}

.tb-megamenu {
  background-color: #dadada;
}

.page-content--precontent {
  background: #dadada;
}



.site-header .site-header-mobile {
	padding-right:2em;
}

.site-header .site-header--nav ul li {
	padding:.5em 3em;
}

.site-header .site-header--inner .site-name n{
	color:#232d4b;
}


.tb-megamenu .nav > li > a, .tb-megamenu .nav > li > span.tb-megamenu-no-link {
  border-bottom: 0;
  border-right: none;
  border-top: 0;
  color: #232d4b;
  font-weight: normal;
  padding: 15px 2vw;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 1em;
}

.tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .tb-megamenu .nav > li.dropdown.open.active > a:hover, .tb-megamenu .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover {
  background-color: #e57200;
}

.tb-megamenu .mega-nav > li, .tb-megamenu .dropdown-menu .mega-nav > li {
	margin:1em;
}

.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover {
	color:#e57200;
}

.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover, .tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link:hover,
.tb-megamenu .dropdown-menu .active > a, .tb-megamenu .dropdown-menu .active > a:hover, .tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link, .tb-megamenu .dropdown-menu .active > span.tb-megamenu-no-link:hover {
	background-color:white;
	background-image:none;
}

table {
	width:100% !important;
}

.link-block {
  width: 30%;
  float: left;
  text-align: center;
  padding: 2em;
  border: 1px solid #232d4b;
    border-bottom-color: rgb(35, 45, 75);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-bottom: 10px solid #232d4b;
  margin: 1em .5em;
	min-height: 130px;
}

.link-block:hover {
	color:white;
	background:#e57200;
	border:1px solid #e57200;
	border-bottom:10px solid #e57200;
}

.main-content.type--uva_front_page .field-field_page_sections > div > .paragraph, 
.main-content.type--page .field-field_page_sections > div > .paragraph, 
.main-content.type--uva_course .field-field_page_sections > div > .paragraph {
  padding: 0;
  margin: 2em;
}

@media only screen and (min-width: 768px) {
	.link-block {
		width:30%;
	}
}

@media only screen and (max-width: 600px) {
	.link-block {
		width:100%;
	}
}