@charset "UTF-8";
/* CSS Document */

/* All landing pages unless noted */

/* All widths */
/* Community - Our Vision */
	p.com-vision {
	margin-bottom: 30px;	
	}

/* xs */

@media (max-width: 575px) {
  /* Image hero */

	
     .hero--background-image {
	      padding-top: 0;
	 }
  /* About - Explore */
	.list--two-column {
		font-size: 1rem;
		position: relative;
		padding-left: .5em;
}	
  
  /* Community - Our Vision */
	img.com-vision {
		margin-bottom: 10px;	
	}
  
  /* Research - ICD */
	.list--three-column a {
		padding: .3em .5em;
		line-height: 150%;
	}
  
  /* Faculty/Provider/Investigator Search */
  .select-container-directory {
	display: inline-block;
	margin: 0 auto;
	width: 75%;
}
 
}

/* sm */
/* Meet Faculty/Featured Providers/Meet Investigators */
@media (min-width: 576px) and (max-width:767px) {
	.evms-profile-slider .prev-next--previous {
		left: 35%;
	}
	
	.evms-profile-slider .prev-next--next {
		right: 35%;
	}
}

/* md */

@media (max-width:768){
       .hero-foreground-curves {
	      display: none;
     }	
}

@media (min-width:768px) and (max-width:799px) {
	/* Profile slider */
	.evms-profile-slider .prev-next--previous {
	left: 40%;
}
	
	.evms-profile-slider .prev-next--next {
	right: 40%;
}
}

@media (min-width:800px) and (max-width:991px) {
	/* Profile slider */
	.evms-profile-slider .prev-next--previous {
	left: 0;
}
	
	.evms-profile-slider .prev-next--next {
	right: 0;
}
}

@media (max-width: 991px) {
	/* Intro paragraph */
  .lede {
		font-size: 1.5rem;
		line-height: 1.2;
	}
    /* Profile Image */
	.profile-highlight__image {
	background-size: cover;
	background-position: 50%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
}

/* lg */
@media (min-width: 992px) {
  /* Intro paragraph */
	.lede {
		line-height: 1.3;
	}
  	.silc-grid.community-image-links {
      margin-left: 65px;
    }
  	.silc-grid.about-image-links {
    	margin-left: -20px;
	}
}

/* xl */
@media (min-width: 1200px) {
  	.silc-grid.community-image-links {
      margin-left: 92px;
    }
}


/* silc overrides */
@media (min-width: 576px) {
/* About - Explore */
	.list--two-column {
		font-size: 1rem;
		position: relative;
		padding-left: .5em;
	}	
	
/* Research - ICD */
	.list--three-column a {
		padding: .25em 1.5em;
		line-height: 130%;
	}
}


@media (max-width: 599px) {
/* All button menus */
  .last-button { 
	 margin-bottom: 0 !important;
  }
}


@media (min-width: 600px) and (max-width: 699px) {
/* Button menu */
	.button-menu .top-button {
		margin-bottom: .75em;
	}	
}

@media (min-width: 700px) and (max-width: 899px) {
/* Button menu */
	.button-menu .top-button {
		margin-bottom: 1em;
	}	
}


@media (min-width: 768px) and (max-width: 1199px) {
/* Heading section */
	.heading--section::after, .heading--section::before {
	content: "";
	display: none; /*was inline-block, turned off for Research ICD*/
	width: 20%;
	height: 1px;
	background: -webkit-gradient(linear, right top, left top, from(#1f7f9b), to(#fff));
	background: linear-gradient(270deg, #1f7f9b, #fff);
	margin: .6rem 1rem;
	}
}

@media (max-width: 799px) {
/* Community - Our Vision */
	img.com-vision {
		margin-bottom: 10px;	
	}
/* Education - Program Explorer Accordion */
.accordion-margin h2{
	margin-bottom: 0;
	}
}

@media (min-width: 900px) and (max-width: 999px) {
/* Button menu */
	.button-menu .top-button {
		margin-bottom: 1.25em;
	}	
}

/* ------ Added 7/09/18 ------------ */
/* -- Begin lg and xl hero adjustments -- */

@media (min-width: 900px) {
	.hero__video-wrapper{
		padding-bottom: 24rem
	}
}

@media (min-width: 1200px) {
	.hero__video-wrapper{
		padding-bottom: 26rem
	}
}

@media (min-width: 1300px) {
	.hero__video-wrapper{
		padding-bottom: 28rem
	}
}

@media (min-width: 1400px) {
	.hero__video-wrapper{
		padding-bottom: 30rem
	}
}

@media (min-width: 1500px) {
	.hero__video-wrapper{
		padding-bottom: 32rem
	}
}

@media (min-width: 1600px) {
	.hero__video-wrapper{
		padding-bottom: 34rem
	}
}

@media (min-width: 1700px) {
	.hero__video-wrapper{
		padding-bottom: 35rem
	}
}

@media (min-width: 1800px) {
	.hero__video-wrapper{
		padding-bottom: 37rem
	}
}

@media (min-width: 1900px) {
	.hero__video-wrapper{
		padding-bottom: 39rem
	}
	
	.hero__video {
		top: -30px;
	}
}

@media (min-width: 2100px) {
	.hero__video-wrapper{
		padding-bottom: 40rem
	}
}

@media (min-width: 2300px) {
	.hero__video-wrapper{
		padding-bottom: 46rem
	}
}

@media (min-width: 2700px) {
	.hero__video-wrapper{
		padding-bottom: 52rem
	}
}

@media (min-width: 3000px) {
	.hero__video-wrapper{
		padding-bottom: 58rem
	}
}

@media (min-width: 3400px) {
	.hero__video-wrapper{
		padding-bottom: 66rem
	}
}

@media (min-width: 3700px) {
	.hero__video-wrapper{
		padding-bottom: 68rem
	}
	
	.hero__video {
		top: -70px;
	}
}

@media (min-width: 4000px) {
	.hero__video-wrapper{
		padding-bottom: 74rem
	}
	
	.hero__video {
		top: -80px;
	}
}

@media (min-width: 9000px) {
	.hero__video-wrapper{
		padding-bottom: 74rem
	}
	
	.hero__video {
		top: -90px;
	}
}
/* End lg and xl hero adjustments */
/* --------------------------- */


