#hero-clinics{
	background-image: url("/assets/images/hero/parallax-experiential-clinics.jpg");
}
#hero-field-placements{
	background-image: url("/assets/images/hero/parallax-experiential-clinics.jpg");
}
#hero-immersion{
	background-image: url("/assets/images/hero/parallax-experiential-clinics.jpg");
}
#hero-simulation{
	background-image: url("/assets/images/hero/parallax-experiential-clinics.jpg");
}
#hero-legal-services{
	background-image: url("/assets/images/hero/parallax-experiential-clinics.jpg");
}
#hero-charlotte-01{
	background-image: url("/assets/images/experiential-learning/charlotte/charlotte-skyline-01-1920x1280.jpg");
}
#hero-charlotte-02{
	background-image: url("/assets/images/experiential-learning/charlotte/charlotte-center-01-1920x1280.jpg");
}
#hero-charlotte-03{
	background-image: url("/assets/images/experiential-learning/charlotte/books-1920x1080.png");
}
#hero-dei-03{
	background-image: url("https://static.law.wfu.edu/images/1920x1080/dei-03-1920x1080@72.jpg");
}
#hero-dei-04{
	background-image: url("https://static.law.wfu.edu/images/1920x1080/dei-04-1920x1080@72.jpg");
}
.fa-spacer{
	color: transparent;
}






/*
.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.75s infinite linear;
  -o-animation: bounce 0.75s infinite linear;
  -webkit-animation: bounce 0.75s infinite linear;
  animation: bounce 0.75s infinite linear;
	opacity: .6;
}
@-webkit-keyframes bounce {
    0% { top: 0; }
    25% { top: -0.2em; }
    50% { top: -0.3em; }
    75% { top: -0.2em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    25% { top: -0.2em; }
    50% { top: -0.3em; }
    75% { top: -0.2em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    25% { top: -0.2em; }
    50% { top: -0.3em; }
    75% { top: -0.2em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    25% { top: -0.2em; }
    50% { top: -0.3em; }
    75% { top: -0.2em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    25% { top: -0.2em; }
    50% { top: -0.3em; }
    75% { top: -0.2em; }
    100% { top: 0; }
}
*/