button.search {
  border: none;
}
.landing-hero__inner {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/bracket-pattern-blue-small-400x400-15.png), #1f7f9b;
}
.landing-video video {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/looping-video-placeholder-1200x675.jpg);
  background-position: center center;
  background-size: cover;
}
section.landing-gallery:before {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/bracket-pattern-white-small-400x400-18.png), #d7d3d0;
}
.carousel-control-prev-icon {
  background-image: url(/media/evms_public/content/style_assets/capital-campaign/image/L-arrow-carousel.svg);
}
.carousel-control-next-icon {
  background-image: url(/media/evms_public/content/style_assets/capital-campaign/image/R-arrow-carousel.svg);
}
.carousel-indicators li:active,
.carousel-indicators li:focus,
.carousel-indicators li:hover {
    background-color: rgba(76,76,76,.5);
    cursor: pointer;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
section.campaign-testimonial {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/bracket-pattern-white-small-400x400-18.png), #d7d3d0;
}
section.student-profile {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/bracket-pattern-blue-large-400x400-15.png), #1f7f9b;
}
section.bottom-banner {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/Photo-RustBackground-Charts-1200x1521.jpg) no-repeat;
  background-attachment: scroll;
  background-position: top center;
  background-size: cover;
  
}

.bottom-banner .row {
    margin-bottom: 0;
}

.sp-fullwidth {
  overflow: hidden;
}
.student-profile .left-img {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/bracket-pattern-blue-large-400x400-15.png), #1f7f9b;
  min-height: 0;
}

@media (min-width: 1200px) {
.student-profile .left-img {
  min-height: 550px;
}
}
.profile-img-right.sp-fullwidth .left-img {
    background: url(/media/evms_public/content/style_assets/capital-campaign/image/bracket-pattern-rust-large-400x400-45.png), #c7531e;
}
.carousel-head {
    color: #1f7f9b;
    font-size: 28px;
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 30px 0 0 0;
    text-align: center;
    text-transform: uppercase;
}
/*
.carousel-fade-in:after,
.carousel-fade-in:before {
  border: 2em solid #c7531e;
  bottom: 0;
  content: '';
  height: 79.5%;
  opacity: 0;
  position: absolute;
  -moz-transition: all 500ms;
  -o-transition: all 500ms 1s;
  -webkit-transition: all 500ms 1s;
  transition: all 500ms 1s;
  width: 12%;
  z-index: 1;
}
.carousel-fade-in.in-view:after,
.carousel-fade-in.in-view:before {
  opacity: 1;
  -moz-transition: all 1s 1s;
  -o-transition: all 1s 1s;
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
}
.carousel-fade-in.in-view:after {
    border-left: none;
    right: 15px;
}
.carousel-fade-in.in-view:before {
    border-right: none;
    left: 15px
}
.carousel-item:hover:after,
.carousel-item:active:after,
.carousel-item:focus:after,
.carousel-item:hover:before,
.carousel-item:active:before,
.carousel-item:focus:before {
    content: none;
}*/

/*
.site__logo {
  background-image: url(/media/evms_public/content/style_assets/capital-campaign/image/Promise_EVMS_RGB.svg);
}*/
.modal[aria-hidden="true"] {
  display: none;
}
.nav-item {
  margin-bottom: -1px;
}
.horizontal-bracket {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/blue-bracket-tile-34px.svg) repeat-x;
  height: 25px;
  opacity: .5;
	background-size: 25px 25px;
}
.timeline-container {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/bracket-pattern-blue-small-400x400-15.png), #1f7f9b;
}
.building-footer {
  border: none;
}
a.nav-link.give:after,
a.nav-link.give:before {
    position: absolute;
    font-size: 61px;
    top: -26px;
}
.navbar .navbar-nav a.nav-link.give {
  padding: 10px 10px 9px;
  position: relative;
  top: -5px;
}

.navbar-collapse.show .navbar-nav a.nav-link.give {
    margin-top: 15px;
}
.navbar .navbar-nav a.nav-link.give:active,
.navbar .navbar-nav a.nav-link.give:focus,
.navbar .navbar-nav a.nav-link.give:hover {
    background:  #fff;
    color: #c7531e;
}
a.nav-link.give:after {
  left: 68px;
}
a.nav-link.give:before {
  left: -4px;
}

.navbar-collapse.collapse.show a.nav-link.give:before {
    right: 90px;
}

.navbar-collapse.collapse.show a.nav-link.give:after {
    right: -30px;
}
.navbar-toggler[aria-expanded="false"] span.navbar-toggler-icon {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/hamburger-normal.svg);
}
.navbar-toggler[aria-expanded="false"] span.navbar-toggler-icon:active,
.navbar-toggler[aria-expanded="false"] span.navbar-toggler-icon:focus,
.navbar-toggler[aria-expanded="false"] span.navbar-toggler-icon:hover {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/hamburger-hover.svg);
}
.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/close-normal.svg);
}
.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon:active,
.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon:focus,
.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon:hover {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/close-hover.svg);
}
.slick-arrow {
  background-color: transparent;
  border: none;
}
.slick-arrow:before {
  border: 4px #fff solid;
  height: 20px;
  width: 20px;
}
.slick-arrow:focus, 
.slick-arrow:hover, 
.slick-arrow:active, 
.slick-arrow:focus:before, 
.slick-arrow:hover:before, 
.slick-arrow:active:before {
  background-color: transparent;
  border-color: #fff;
}
.slick-next:before {
    border-left: none;
    border-top: none;
}
.slick-prev:before {
    border-bottom: none;
    border-right: none;
}
.btn-accordion-cc {
	background: none;
	border: none;
	color: #1f7f9b;
	display: block;
	font-family: myriad-pro-condensed, sans-serif;
	font-weight: 300;
	font-style: normal;
  	/*margin: 0 45px 0 auto;*/
  	margin: 0 0 0 auto;
	padding: 0;
  	text-align: right;
	text-transform: uppercase;
	transition: 0.5s;
	width: 50%;
}
.accordion-icon:after,
.accordion-icon:before {
  height: 30px;
  -webkit-transform: none;
  transform: none;
  transition: 0.5s;
  width: 30px;
}
/* plus */
.accordion-icon:after {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/plus-normal.svg) no-repeat;
margin-top: -11px;
}
/* minus */
.accordion-icon:before {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/minus-normal.svg) no-repeat;
margin-top: -11px;
}
/* minus */
.accordion-icon.accordion-plus.accordion-minus:after {
  opacity: 0;
  -webkit-transform: translateY(0) rotate(90deg);
  transform: translateY(0) rotate(90deg);
}
.accordion-icon.accordion-plus.accordion-minus:before {
  opacity: 1;
}
.accordion-icon.accordion-plus:after {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.accordion-icon.accordion-plus:before {
  opacity: 0;
}
.btn-accordion-cc .accordion-icon {
  padding-right: 45px;
}
.landing-hero--splash {
    background: url(/media/evms_public/content/style_assets/capital-campaign/image/bracket-pattern-blue-small-400x400-15.png), #1f7f9b;
}
.h1 {
  color: #c7531e;
  font-family: "myriad-pro-semi-condensed",sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: normal;
  margin: 0 0 30px 0;
  text-transform: none;
}
@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 {
  color: #1f7f9b;
  font-family: "myriad-pro-condensed", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: normal;
  margin: 0 0 15px 0;
  text-transform: none;
}
.h3 {
  color: #1f7f9b;
  font-family: "myriad-pro-condensed",sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: normal;
  margin: 0 0 15px 0;
  text-transform: none;    
}

h3.modal-header {
    color: #fff;
}
.landing-video {
  top: 109px;
}
.video-btn {
  background: transparent;
  border: none;
  height: auto;
  width: auto;
}
.landing-video__play {
  background: transparent;
}
.landing-video__play.forward {
  z-index: 5;
}
.landing-video__play-icon {
  margin-bottom: 70px;
  margin-top: 70px;
}
.hero-video-full-hidden {
  display: none;
}
.landing-video .hero-video-full {
  bottom: 0;
  object-fit: cover;
  background: url(<img src="/media/evms_public/content/style_assets/capital-campaign/image/looping-video-placeholder-1200x675.jpg" alt="" style="width : 1200px; height : 675px;    " />);
  background-size: cover;
  background-position: center center;
  position: absolute;
  right: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 100%;
  z-index: 0;
}
.landing-video__play:focus:after,
.landing-video__play:hover:after,
.landing-video__play:focus:before,
.landing-video__play:hover:before, {
    content: " ";
    position: absolute;
    height: 50%;
    width: 20px;
    border: 4px solid rgba(255,255,255,.65);
    top: 25%;
}
.landing-video__play:focus:after,
.landing-video__play:hover:after {
    border-left: none;
    right: -21%;
}
.landing-video__play:focus:before,
.landing-video__play:hover:before {
    border-right: none;
    left: -33%;
}
.bracket-cta {
  left: 0px;
}

			@media (min-width: 992px) {
.bracket-cta {
  left: -15px;
}
}
.bracket-cta.right-bracket {
    left: auto;
    right: 0;
    white-space: normal;
}

			@media (min-width: 992px) {
		.bracket-cta.right-bracket {
  right: -15px;
}
}

		.carousel-fade-in .carousel-img:after, .carousel-fade-in .carousel-img:before {
display:none
}
	
			@media (min-width: 851px) {
		.carousel-fade-in .carousel-img:after, .carousel-fade-in .carousel-img:before {
    border: 2em solid #c7531e;
    bottom: 0;
    content: '';
    height: 100%;
    opacity: 0;
    position: absolute;
    -moz-transition: all 500ms;
    -o-transition: all 500ms 1s;
    -webkit-transition: all 500ms 1s;
    transition: all 500ms 1s;
    width: 12%;
    z-index: 1;
	display: block;
}
}
	
	.carousel-fade-in.in-view .carousel-img:after, .carousel-fade-in.in-view .carousel-img:before {
    opacity: 1;
    -moz-transition: all 1s 1s;
    -o-transition: all 1s 1s;
    -webkit-transition: all 1s 1s;
    transition: all 1s 1s;
}
	
	.carousel-fade-in.in-view .carousel-img:before {
    border-right: none;
    left: 0;
}
	
	.carousel-fade-in.in-view .carousel-img:after {
    border-left: none;
    right: 0;
}
	
	.carousel-img {
    position: relative;
}
	
	
	.carousel-img img {
    padding: 0px;
}
	
		@media (min-width: 851px) {
	.carousel-img img {
    padding: 40px;
}
}

.carousel-item h2.page-headings {
    padding: 0 25px;
}

.landing-gallery .row {
    margin-right: -20px;
    margin-left: -20px;
}

			@media (min-width: 851px) {
.landing-gallery .row {
    margin-right: -15px;
    margin-left: -15px;
}
}
.loop-btn {
  height: 50px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 50px;
}
.loop-pause {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/pause-outline-normal.svg) no-repeat center center;
  background-size: contain;
}
.loop-pause:active,
.loop-pause:focus,
.loop-pause:hover {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/pause-outline-hover.svg) no-repeat center center;
}
.loop-play {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/play-outline-normal.svg) no-repeat center center;
  background-size: contain;
}
.loop-play:active,
.loop-play:focus,
.loop-play:hover {
  background: url(/media/evms_public/content/style_assets/capital-campaign/image/play-outline-hover.svg) no-repeat center center;
}
.landing-hero__title--splash {
  width: 100%;
}
.landing-hero__orange-rect {
  border-right: 2em solid #c7531e;
}
.landing-hero__orange-rect:after,
.landing-hero__orange-rect:before {
  background: #c7531e;
  content: " ";
  height: 2em;
  position: absolute;
  right: 0;
  width: 2em;
}
.landing-hero__orange-rect:after {
  bottom: 0;
}
.landing-hero__orange-rect:before {
  top: 0;
}
.landing-hero__title--splash span {
  opacity: 1;
  animation: none;
}
.carousel-fadein {
  opacity: 0;
}
.carousel-fadein.in-view {
  animation: fadein 1s 1s;
  animation-fill-mode: forwards;
}
@media (min-width: 1500px) {
  .profile-text {
    max-width: 500px;
  }
  .profile-img-right .profile-text	{
    float: right;
  }
}
@media (min-width: 1200px) {
  .text-module p {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .banner-content p {
    max-width: 900px;
  }
}
@media (min-width: 992px) {
  .video-module p {
    float: right;
    font-size: 22px;
    width: 350px;
}
}
@media (min-width: 1200px) {
  .video-module p {
    font-size: 24px;
    width: 370px;
  }
}
@media (min-width: 1200px) {
  .waitzer-text h2 {
    font-size: 50px;
  }
}
.waitzer-deck {
  display: block;
  font-size: 34px;
}
.waitzer-text .bracket-cta {
  left: auto;
}
.waitzer-text .bracket-cta:after,
.waitzer-text .bracket-cta:before {
  top: 10px;
}
.carousel-visible {
  opacity: 1;
}

.building-list li span {
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.building-footer p {
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.building-footer p span {
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}
	
@media (min-width: 992px) {	
.building-list li, .podium-bullets li, .tower-bullets li {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
}
	}
	
h3.building-list-header {
    font-size: 34px;
    line-height: 40px;
}


/*stories page*/

.stories-subhead {
    margin: 40px 0;
}

.stories-subhead h3{
  display: flex;
  flex: 1;
  width: 100%;
  margin: 20px auto;
  line-height: 1em;
  font-size: 28px;
font-family: myriad-pro-condensed, sans-serif;
font-weight: 600;
font-style: normal;
letter-spacing: 0;
	color:#796e65;
}

.stories-subhead h3:after, .stories-subhead h3:before {
    content: '';
    flex-grow: 1;
    margin: 0;
    background: url(//www.evms.edu/media/evms_public/content/style_assets/capital-campaign/image/blue-bracket-tile-34px.svg);
    background-position: center right;
    background-repeat: repeat-x;
    height: 25px;
    opacity: .5;
    top: 6px;
    position: relative;
	background-size:25px 25px;
}

.stories-subhead h3:after {
    background-position: center left;
	    margin-left: 10px;
}

p.brown-text {
    color: #796e65;
    font-size: 24px;
    line-height: 32px;
}

.content:hover .stories-playicon {
    animation-name: fadeout;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
}

.stories-playicon {
    top: 50%;
    position: absolute;
    width: 110px !important;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .8;
}

@media (min-width: 0px) {
.stories-videos .row.image-rollover {
    display: flex;
}
}

.story-headings {
    font-size: 28px;
    line-height: 34px;
    padding-top: 5px;
    width: 70%;
    margin: 0 auto 37.5px auto;
}

.story-headings a {
    color: #1f7f9b;
    transition: 500ms;
}

.story-headings a:hover {
    color: #cc5831;
}

.hero-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat:no-reapeat;
  background-position: 50% 50%;
  background-image:url(/media/evms_public/content/style_assets/capital-campaign/image/Graduation-Hero-618x560.jpg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.carousel-control-next-icon[aria-hidden='true'],
	.carousel-control-prev-icon[aria-hidden='true'] {
		display: block;		
	}
}

.carousel-header {
    flex-direction: column;
    height: 209px;
    justify-content: flex-end;
    margin-bottom: 37.5px;
	display:flex;
}

.carousel-header .page-headings {
    margin-bottom: 0;
}

@media (min-width: 992px) {
	.carousel-header {
    height: auto;
}
}




