header {
	margin-bottom:0;
	margin-top:3%;
}

header h1 {
	text-transform:uppercase;
	text-align:left;
}

.field-body {
	clear:both;
}

.upcoming-events-view header {
	margin-bottom:0;
}

.upcoming-events-view header h1, 
.upcoming-events-view--vertical header h1 {
	font-size:3em;
	margin-top:3%;
	text-align:left;
	margin-bottom:0;
}

.uva-news-view.vertical .views-row {
  width: 25.333%;
  float: left;
  margin: 4%;
}

.paragraph--type--hero[data-layout="layout2"] {
	max-width:1200px;
}

.discover-more-container .field-field_sections > div {
	width:80%;
	margin:0 auto;
}

.layout--twocol-section {
	max-width:90%;
	margin:0 auto;
}

.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second {
	flex:0 1 20%;
	margin:3% auto;
}

.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second a {
  position: relative;
}

.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second a:hover {
		text-decoration:none;
		font-weight:bold;
}
	
.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second a::before {
	    content: '';
	    position: absolute;
	    width: 100%;
	    height: 4px;
	    border-radius: 4px;
	    background-color: #ccd3e5;
	    bottom: 0;
	    left: 0;
	    transform-origin: right;
	    transform: scaleX(0);
	    transition: transform .3s ease-in-out;
	}
	
.layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second a:hover::before {
	  transform-origin: left;
	  transform: scaleX(1);
	}

p.orange-button {
	padding:1%;
	text-align:center;
	padding:8%;
	font-size:1.3em;
}

p.orange-button a {
	color:white;
}

p.orange-button:hover {
	opacity:.8;
}