.building-footer ul {
	font-family: "myriad-pro", sans-serif;
}
h1 {
	color: #c7531e;
	font-family: "myriad-pro-semi-condensed",sans-serif;
	font-size: 44px;
	font-weight: 700;
	margin: 0 0 30px 0;
}
@media (min-width: 992px) {
	h1 {
		line-height: 56px;
		margin: 0;
		position: relative;
		top: -13px;
	}
}
@media (min-width: 1200px) {
	h1 {
		font-size: 40px;
		line-height: 51px;
	}
}
h2,
h3 {
	color: #1f7f9b;
	font-family: "myriad-pro-condensed",sans-serif;
	font-weight: 600;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 30px;
}
hr {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+35,1+50,0.65+65,0+100 */
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 35%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.65) 65%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 35%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.65) 65%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 35%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.65) 65%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	border: none;
	height: 2px;
	margin: 30px 0;
}
/*p {
	margin: 0 0 30px 0;
}*/
.modal-header {
	color: #fff;
	font-family: Cormorant Garamond, serif;
	font-size: 26px;
}
.row {
	margin-bottom: 30px;
}
@media (min-width: 992px) {
	.logo {
		width: 100%;
	}
}
.building-gallery,
.building-gallery-shown,
.building-gallery-bottom {
	margin-bottom: 30px;
}

/* @media (min-width: 768px) {
  .building-gallery {
	margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .building-gallery-shown {
      margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .building-gallery-bottom {
      margin: 0;
  }
}*/
.btn {
	border: 1px solid;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	/*padding: 16px;*/
	padding: 10px 15px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
/*	width: 100%;*/
}
.btn-rust {
	background-color: transparent;
	border-color: #c7531e;
	color: #c7531e;
}
.btn-rust:active,
.btn-rust:focus,
.btn-rust:hover {
	background-color: #c7531e;
	border-color: #c7531e;
	color: #fff;
}
.btn-cta {
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
}
.btn-accordion {
	background: #fff;
	border-color: #0cc6de;
	color: #0cc6de;
	padding-right: 50px;
	position: relative;
	min-width: 165px;
}
.btn-accordion:after {
	border: 2px solid #d9eff0;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.5em;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.5em;
	z-index: 0;
}
.accordion-icon:after,
.accordion-icon:before {
	content: "";
	display: block;
	position: absolute;
	background: #1f7f9b;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 3px;
	z-index: 1;
}
.accordion-icon:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.accordion-minus:after {
	-webkit-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
}
@media (min-width: 992px) {
	.timeline-row {
		margin-top: 60px;
	}
}
@media (min-width: 1200px) {
	.timeline-row {
		margin-top: 0;
	}
}
.timeline-container {
	background: url(//www.evms.edu/media/evms_public/content/style_assets/capital-campaign/image/background.svg) rgb(54,124,153);
	padding: 15px 0;
}
@media (min-width: 768px) {
	.timeline-container {
		padding: 15px 60px;
	}
}
.timeline-slide {
	padding: 15px;
}
@media (min-width: 768px) {
	.timeline-slide-container {
		overflow: hidden;
		position: relative;
	}
}
.timeline-caption {
	background: rgba(0,0,0,.6);
	color: #fff;
	padding: 5px 10px;
	width: 100%;
}
@media (min-width: 768px) {
	.timeline-caption {
		bottom: -100%;
		margin: 0;
		position: absolute;
		transition: bottom .7s;
	}
}
@media (min-width: 1200px) {
	.timeline-caption {
		bottom: -150%;
	}
}
@media (min-width: 768px) {
	.timeline-slide:hover .timeline-caption {
		bottom: 0;
	}
}
.slick-arrow {
	background-color: #fff;
	border: 1px solid #1f7f9b;
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 43px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
	width: 43px;
}
.slick-next,
.slick-prev {
	content: "";
	opacity: 1;
}
.slick-next {
	right: -43px;
}
.slick-prev {
	left: -43px;
}
.slick-arrow:focus,
.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus:before,
.slick-arrow:hover:before,
.slick-arrow:active:before {
	background-color: #fff;
	border-color: #bae0e5;
}
.slick-arrow:before {
	border: 2px #1f7f9b solid;
	content: " ";
	display: block;
	height: 12px;
	position: absolute;
	top: 34%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
	width: 12px;
}
.slick-next:before {
	border-left: none;
	border-top: none;
	left: 30%;
}
.slick-prev:before {
	border-bottom: none;
	border-right: none;
	left: 38%;
}
.building-list, .podium-bullets, .tower-bullets {
    font-family: "myriad-pro-condensed";
    padding: 0;
    list-style: none;
    margin: unset;
}
.building-list li,
.podium-bullets li,
.tower-bullets li {
	list-style-type: none;
	margin-bottom: 0;
}
@media (min-width: 992px) {
  .building-list li,
  .podium-bullets li,
  .tower-bullets li {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .podium-bullets li {
    margin-bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .tower-bullets li {
		position: relative;
    right: 18px;
  }
}
@media (min-width: 576px) {
	.building-img {
		position: relative;
		top: -50px;
	}
}
@media (min-width: 992px) {
	.building-img {
      left: 25px;
	}
}
.building-info {
	display: none;
}
@media (min-width: 992px) {
	.building-info {
		display: block;
		font-size: 18px;
		position: absolute;
	}
}
.building-podium {
	left: -91px;
	text-align: right;
	top: -221px;
	width: 172px;
}
@media (min-width: 992px) {
	.building-podium {
      width: 202px
	}
}
@media (min-width: 1200px) {
	.building-podium {
		top: -244px;
	}
}
.building-tower {
  right: -67px;
  top: -292px;
  width: 198px;
}
@media (min-width: 1200px) {
	.building-tower {
		right: -52px;
		top: -331px;
	}
}
.btn-building {
	background: url(https://www.evms.edu/uploads/style_assets/capital_campaign/images/circle.svg) center no-repeat;
	background-size: contain;
	border: none;
	color: #1f7f9b;
	cursor: pointer;
	font-size: 16px;
	height: 25px;
	line-height: 19px;
	position: absolute;
	width: 25px;
}
.building-headline:before {
	-moz-animation: btn-glow 1s ease-in-out infinite alternate;
	-o-animation: btn-glow 1s ease-in-out infinite alternate;
	-webkit-animation: btn-glow 1s ease-in-out infinite alternate;
	animation: btn-glow 1s ease-in-out infinite alternate;
	background: #fff;
	border: 2px solid #1f7f9b;
	border-radius: 25px;
	box-shadow: 0 0 5px #1f7f9b;
	color: #1f7f9b;
	cursor: pointer;
	font-size: 16px;
	height: 35px;
	line-height: 19px;
	position: absolute;
	width: 25px;
}
.building-headline:before {
	-moz-animation: btn-glow-2 1s ease-in-out infinite alternate;
	-o-animation: btn-glow-2 1s ease-in-out infinite alternate;
	-webkit-animation: btn-glow-2 1s ease-in-out infinite alternate;
	animation: btn-glow-2 1s ease-in-out infinite alternate;
	content: " ";
	cursor: default;
	height: 14px;
	top: 27px;
	width: 14px;
	z-index: 1;
}
.podium-headline:before {
	right: -106px;
}
/*@media (min-width: 1200px) {
	.podium-headline:before {
		right: -108px;
	}
}*/
.tower-headline:before {
	left: -112px;
}
/*.building-info ul {
	opacity: 0;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.building-info:hover ul {
	opacity: 1;
}*/
.podium-headline:after,
.tower-headline:after {
	background: url(//www.evms.edu/media/evms_public/content/style_assets/capital-campaign/image/circle-line-3.svg) no-repeat;
	background-size: contain;
	content: " ";
	height: 22px;
	position: absolute;
	width: 308px;
}
.podium-headline:after {
	left: 2px;
	top: 27px;
}
.tower-headline:after {
	left: -112px;
	top: 27px;
	transform: rotateY(180deg);
}
.podium-bullets:after {
	border: 2px solid #1f7f9b;
	border-right: none;
	content: " ";
	height: 108px;
	opacity: 0;
	position: absolute;
	right: -17px;
	top: 58px;
	width: 8px;
}
@media (min-width: 1200px) {
	.podium-bullets:after {
		height: 130px;
		right: -23px;
	}
}
@-moz-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.building-info li {
	opacity: 0;
}
.building-info:hover li,
.building-podium:hover .podium-bullets:after {
	-moz-animation: fade-in .5s ease-in-out;
	-o-animation: fade-in .5s ease-in-out;
	-webkit-animation: fade-in .5s ease-in-out;
	animation: fade-in .5s ease-in-out;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.building-podium:hover li:nth-child(1) {
	animation-delay: 4s;
}
.building-podium:hover li:nth-child(2) {
	animation-delay: 3s;
}
.building-podium:hover li:nth-child(3) {
	animation-delay: 2s;
}
.building-podium:hover li:nth-child(4) {
	animation-delay: 1s;
}
.building-tower:hover li:nth-child(1) {
	animation-delay: 2s;
}
.building-tower:hover li:nth-child(2) {
	animation-delay: 1s;
}
.tower-bullets li:before {
	border: 2px solid #1f7f9b;
	border-left: none;
	content: " ";
	left: -17px;
	position: absolute;
	width: 8px;
}
.tower-bullets li:nth-child(1):before {
	height: 57px;
	top: 43px;
}
@media (min-width: 1200px) {
	.tower-bullets li:nth-child(1):before {
		height: 68px;
		top: 0;
	}
}
.tower-bullets li:nth-child(2) {
	position: relative;
	top: 15px;
}
@media (min-width: 1200px) {
	.tower-bullets li:nth-child(2) {
		top: 24px;
	}
}
.tower-bullets li:nth-child(2):before {
	height: 101px;
	top: 0px;
}
@media (min-width: 1200px) {
	.tower-bullets li:nth-child(2):before {
		height: 121px;
		top: 0;
	}
}
.tower-bullets li:nth-child(3) {
	position: relative;
	top: 82px;
}
@media (min-width: 1200px) {
	.tower-bullets li:nth-child(3) {
		top: 119px;
	}
}
.tower-bullets li:nth-child(3):before {
	height: 25px;
	top: 10px;
}
@media (min-width: 1200px) {
	.tower-bullets li:nth-child(3):before {
		height: 35px;
		top: 2px;
	}
}
@media (min-width: 992px) {
	.btn-building {
		display: none;
	}
}
@-moz-keyframes btn-glow {
	0% {
		box-shadow: 0 0 5px #1f7f9b, 0 0 5px #1f7f9b, 0 0 5px #1f7f9b, 0 0 5px #1f7f9b;
	}
	100% {
		box-shadow: 0 0 0 #1f7f9b, 0 0 5px #1f7f9b;
	}
}
@-o-keyframes btn-glow {
	0% {
		box-shadow: 0 0 5px #1f7f9b, 0 0 5px #1f7f9b, 0 0 5px #1f7f9b, 0 0 5px #1f7f9b;
	}
	100% {
		box-shadow: 0 0 0 #1f7f9b, 0 0 5px #1f7f9b;
	}
}
@-webkit-keyframes btn-glow {
	0% {
		box-shadow: 0 0 5px #1f7f9b, 0 0 5px #1f7f9b, 0 0 5px #1f7f9b, 0 0 5px #1f7f9b;
	}
	100% {
		box-shadow: 0 0 0 #1f7f9b, 0 0 5px #1f7f9b;
	}
}
@keyframes btn-glow {
	0% {
		box-shadow: 0 0 5px #1f7f9b, 0 0 5px #1f7f9b, 0 0 5px #1f7f9b, 0 0 5px #1f7f9b;
	}
	100% {
		box-shadow: 0 0 0 #1f7f9b, 0 0 5px #1f7f9b;
	}
}
@-moz-keyframes btn-glow-2 {
	0% {
		box-shadow: 0 0 5px #1f7f9b, 0 0 5px #1f7f9b, 0 0 5px #1f7f9b, 0 0 5px #1f7f9b;
	}
	100% {
		box-shadow: 0 0 0 #1f7f9b, 0 0 5px #1f7f9b;
	}
}
@-o-keyframes btn-glow-2 {
	0% {
		box-shadow: 0 0 5px #1f7f9b, 0 0 5px #1f7f9b, 0 0 5px #1f7f9b, 0 0 5px #1f7f9b;
	}
	100% {
		box-shadow: 0 0 0 #1f7f9b, 0 0 5px #1f7f9b;
	}
}
@-webkit-keyframes btn-glow-2 {
	0% {
		box-shadow: 0 0 5px #1f7f9b, 0 0 5px #1f7f9b, 0 0 5px #1f7f9b, 0 0 5px #1f7f9b;
	}
	100% {
		box-shadow: 0 0 0 #1f7f9b, 0 0 5px #1f7f9b;
	}
}
@keyframes btn-glow-2 {
	0% {
		box-shadow: 0 0 5px #1f7f9b, 0 0 5px #1f7f9b, 0 0 5px #1f7f9b, 0 0 5px #1f7f9b;
	}
	100% {
		box-shadow: 0 0 0 #1f7f9b, 0 0 5px #1f7f9b;
	}
}
#podium {
	bottom: 25%;
	left: 22%;
}
@media (min-width: 576px) {
	#podium {
		bottom: 40%;
	}
}
#tower {
	bottom: 50%;
	right: 20%;
}
@media (min-width: 576px) {
	#tower {
		bottom: 65%;
	}
}
































/* Navbar Styles */


/* The following provides a space filler that goes behind the nav bar since it is fixed */
.nav-space {
  content: '';
  height: 110px;
  width: 100%; }


/* Nav Styles ends */



/* Side-by-Side videos */

.video-content {
  position: relative;
  margin: auto;
  overflow: hidden;
  width:85%
}


@media only screen and (max-width:786px) {
	.video-content {
      	display:flex;
		flex-direction:column;
	}	 
}






.chair-headers {

    margin-bottom: 10px;
    color: #000;
    font-size: 1.75em;
    text-align: left !important;
	font-family: myriad-pro-semi-condensed, sans-serif;
  	font-weight: 500;
}




















