/* Flexslider Loading */
.home #slider.flexslider.loading {
  background: #fff;
  min-height: 345px;
}

.subsite #slider.flexslider.loading {
  background: #fff;
  min-height: 341px;
}

#slider.flexslider.loading {
  background: #fff;
  min-height: 381px;
}

#carousel.flexslider.loading .slides {
  display: none;
}

/* Flexslider Resets */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Flexslider Base Styles */
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.photo-slider .flexslider .slides > li {
  max-height: 345px;
  overflow: hidden;
}

.flexslider .slides img {
  display: block;
  width: 100%;
}

.flexslider .slides:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* Flexslider Default Theme */
.photo-slider {
  clear: both;
  margin: 0 auto 30px 0;
}

.main-content.span19 .photo-slider {
  margin: 0 auto 15px 0;
}

/* Flexslider Home Theme */
.home .main-content .photo-slider {
  margin: 0 auto 33px auto;
}
 
.flexslider ol,
.flexslider ol li,
.flexslider ul,
.flexslider ul li {
  margin: 0;
  padding: 0;
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 340px;
}

/* Flexslider Directional Nav */
.flex-direction-nav {
  *height: 0;
}

.photo-slider .flex-direction-nav a,
.campus .flex-direction-nav a {
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 35%;
  z-index: 10;
}

.photo-slider .flex-direction-nav .flex-prev,
.photo-slider .flex-direction-nav .flex-next {
  height: 78px;
  width: 60px;
}

.photo-slider .flex-direction-nav .flex-prev,
.campus .flex-direction-nav .flex-prev {
  background: url(../../img/designelements/buttons/slide-left.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.60);
  left: 0;
}

.photo-slider .flex-direction-nav .flex-next,
.campus .flex-direction-nav .flex-next {
  background: url(../../img/designelements/buttons/slide-right.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.60);
  right: 0;
}

.photo-slider .flex-direction-nav .flex-disabled {
  display: none !important;
}

/* Flexslider Image Captions */
.photo-slider .flex-caption,
.campus .flex-caption {
  bottom: 0;
  left: 0;
  position: absolute; 
  width: 100%;
}

.photo-slider .flex-caption > .title,
.photo-slider .flex-caption > .subtitle,
.campus .flex-caption > .title {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  line-height: 1.3;
  text-align: left;
}

/* Flexslider Title */
.photo-slider .flex-caption > .title {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  padding: 8px 30px;
}

/* Flexslider Full Width Title */
.span30 > .page-inner > .photo-slider .flex-caption > .title {
  padding: 8px 15px;
}

/* Flexslider Subtitle */
.photo-slider .flex-caption > .subtitle {
  display: block;
  font-size: 1.071em;
  padding: 17px 30px;
}

/* Flexslider Home Directional Nav */
.home .photo-slider .flex-direction-nav a {
  top: 32%;
}

/* Flexslider Home Title */
.home .photo-slider .flex-caption > .title {
  font-size: 1.7em;
  padding: 8px 25px;
}

/* Flexslider Home Subtitle */
.home .photo-slider .flex-caption > .subtitle {
  font-size: 1em;
  line-height: 1.5;
  padding: 8px 24px 10px 24px;
}

/* Flexslider Full Width Subtitle */
.span30 > .page-inner > .photo-slider .flex-caption > .subtitle {
  padding: 17px 15px;
}

.photo-slider.dot .flex-caption > .subtitle {
  padding-bottom: 0;
}

/* Flexslider Subtitle Link Color */
.photo-slider .flex-caption > .subtitle a {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}

.photo-slider .flex-caption > .subtitle a:hover,
.photo-slider .flex-caption > .subtitle a:focus {
  color: #fff;
}

/* Flexslider Subtitle Alt Link Color */
.photo-slider.gray .flex-caption > .subtitle a,
.photo-slider.gray .flex-caption > .subtitle a:hover, 
.photo-slider.gray .flex-caption > .subtitle a:focus {
  color: #77bbff;
}

.photo-slider .flex-caption > .subtitle a:after {
  content: "\00a0»";
  display: inline-block;
  text-decoration: underline;
}

/* Flexslider Title and Subtitle Colors */
.photo-slider.green .flex-caption > .title {
  background: #6eab3a;
  background: rgba(110, 171, 58, 0.85);
}

.photo-slider.green .flex-caption > .subtitle {
  background: #7ec443;
}

.photo-slider.gray .flex-caption > .title {
  background: #222;
  background: rgba(34, 34, 34, 0.85);
}

.photo-slider.gray .flex-caption > .subtitle {
  background: #3a3a3a;
  color: #fff;
}

.photo-slider.orange .flex-caption > .title {
  background: #ee7722;
  background: rgba(238, 119, 34, 0.85);
}

.photo-slider.orange .flex-caption > .subtitle {
  background: #ff8833;
}

.photo-slider.magenta .flex-caption > .title {
  background: #dd0077;
  background: rgba(221, 0, 119, 0.85);
}

.photo-slider.magenta .flex-caption > .subtitle {
  background: #ff2288;
  color: #fff;
}

/* Flexslider Control Nav */
.photo-slider ol.flex-control-nav {
  padding: 15px 0 0 0;
  text-align: center;
  width: 100%;
}

.photo-slider.thumb .flex-control-nav {
  display: none;
}

/* Flexslider Control Nav Colors */
.photo-slider.green .flex-control-nav {
  background: #7ec443;
}

.photo-slider.gray .flex-control-nav {
  background: #3a3a3a;
}

.photo-slider.orange .flex-control-nav {
  background: #ff8833;
}

.photo-slider.magenta .flex-control-nav {
  background: #ff2288;
}

/* Flexslider Control Nav Dots */
.photo-slider .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.photo-slider .flex-control-nav a {
  background: #ebebeb;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 13px;
  margin: 0 6px;
  outline: 0;
  position: relative;
  text-indent: -9999px;
  top: -5px;
  width: 13px;
}

.photo-slider .flex-control-nav a:after {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  top: -4px;
  width: 18px;
}

/* Flexslider Control Nav Dots Active */
.photo-slider .flex-control-paging li a.flex-active {
  height: 10px;
  margin: 3px 6px;
  top: -4px;
  width: 10px;
}

.photo-slider .flex-control-paging li a.flex-active:after {
  left: -4px;
}

/* Photo Slider Control Nav Dots Active Color Options */
.photo-slider.green .flex-control-paging li a.flex-active {
  background: #cdf2af;
}

.photo-slider.green .flex-control-paging li a.flex-active:after {
  border: 2px solid #cdf2af;
}

.photo-slider.gray .flex-control-paging li a.flex-active {
  background: #c8c8c8;
}

.photo-slider.gray .flex-control-paging li a.flex-active:after {
  border: 2px solid #c8c8c8;
}

.photo-slider.orange .flex-control-paging li a.flex-active {
  background: #ffeecc;
}

.photo-slider.orange .flex-control-paging li a.flex-active:after {
  border: 2px solid #ffeecc;
}

.photo-slider.magenta .flex-control-paging li a.flex-active {
  background: #ffd1f0;
}

.photo-slider.magenta .flex-control-paging li a.flex-active:after {
  border: 2px solid #ffccee;
}

/* Flexslider Control Nav Dots Hover States */
.photo-slider .flex-control-nav a:hover,
.photo-slider .flex-control-nav a.active,
.photo-slider .flex-control-nav a:focus {
  background: #ebebeb;
  background: rgba(235, 235, 235, 0.85);
}

.span30 > .page-inner > .photo-slider #carousel .flex-viewport {
  max-width: 785px;
}

.span30 > .page-inner > .photo-slider #carousel .slides li {
  margin-right: 4px;
  width: 94px;
}

/* Flexslider Campus Title */
.campus .flex-caption > .title {
  background: #222;
  background: rgba(34, 34, 34, .8);
  color: #fff;
  display: block;
  font-size: 1em;
  font-style: italic;
  padding: 8px 15px;
}

/* Flexslider Carousel */
#carousel {
  background: #f1f1f1;
  max-width: 100% !important;
  padding: 12px 0;
}

#carousel .flex-viewport {
  margin: 0 auto;
  max-width: 495px;
}

/* Flexslider Carousel Active Thumbnail */
#carousel .slides li:before {
  border: 4px solid transparent;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#carousel .slides .flex-active-slide:before {
  border: 4px solid transparent;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Flexslider Carousel Thumbnail */
#carousel .slides li {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  width: 95px;
}

/* Flexslider Campus Feature Images */
.campus .feature {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 184px;
  margin: 0 0 13px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

/* Flexslider Campus Directional Nav */
.campus .flex-direction-nav a {
  top: 28%;
}

.campus .flex-direction-nav .flex-prev,
.campus .flex-direction-nav .flex-next {
  background-size: 10px 16px;
  height: 38px;
  width: 26px;
}

/* Flexslider Campus Carousel Thumbnail */
#campus-carousel .slides li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  display: block;
  margin: 0 !important;
  opacity: 1 !important;
  overflow: hidden;
  padding: 3px 15px;
  position: relative;
  width: 100%;
}

#campus-carousel .slides li.sub {
  color: #005599;
  display: list-item !important;
  font-size: 1em;
  list-style: disc;
  list-style-position: inside;
  overflow: visible;
  padding-left: 39px;
  text-indent:-1.15em;
}

#campus-carousel .slides li.sub a {
  margin-left: -3px;
}

/* Flexslider Campus Carousel Active Thumbnail */
#campus-carousel .slides .flex-active-slide {
  background: #e7e7e7;
  font-weight: 600;
}

/* Photo Slider Active Thumbnail Color Options */
.photo-slider.green #carousel .slides .flex-active-slide:before {
  border: 4px solid #7ec443;
}

.photo-slider.gray #carousel .slides .flex-active-slide:before {
  border: 4px solid #3a3a3a;
}

.photo-slider.orange #carousel .slides .flex-active-slide:before {
  border: 4px solid #ff8833;
}

.photo-slider.magenta #carousel .slides .flex-active-slide:before {
  border: 4px solid #ff2288;
}

/* Flexslider Carousel Directional Nav */
#carousel .flex-direction-nav .flex-prev,
#carousel .flex-direction-nav .flex-next {
  background-color: transparent;
  height: 50px;
  top: 15%;
  width: 60px;
}

#carousel .flex-direction-nav .flex-prev {
  background: url(../../img/designelements/buttons/carousel-left.png) no-repeat center center;
  left: 0;
}

#carousel  .flex-direction-nav .flex-next {
  background: url(../../img/designelements/buttons/carousel-right.png) no-repeat center center;
  right: 0;
}

@media only screen and (max-width: 920px) {
  
  /* Flexslider Home */
  .home .photo-slider {
    max-height: none;
  }
  
  /* Flexslider Home Directional Nav */
  .home .photo-slider .flex-direction-nav .flex-prev, 
  .home .photo-slider .flex-direction-nav .flex-next {
    width: 45px;
    top: 31%;
  }

  /* Flexslider Home Slides */
  .home .photo-slider .flexslider .slides > li {
    max-height: none;
  }
  
  .home .photo-slider.green #slider .slides {
    background: #7ec443;
  }
  
  .home .photo-slider.gray #slider .slides {
    background: #3a3a3a;
  }

  .home .photo-slider.orange #slider .slides {
    background: #ff8833;
  }

  .home .photo-slider.magenta #slider .slides {
    background: #ff2288;
  }
  
  /* Flexslider Home Caption */
  .home .photo-slider .flex-caption {
    position: relative;
  }
  
  /* Flexslider Home Title */
  .home .photo-slider .flex-caption > .title {
    display: block;
    padding: 8px 18px;
  }
  
  /* Flexslider Home Subtitle */
  .home .photo-slider.thumb .flex-caption > .subtitle {
    padding: 10px 18px;
  }
  
  /* Flexslider Home Carousel */
  #carousel {
    padding: 6px 0;
  }
  
  .home .photo-slider #carousel {
    padding: 9px 0 10px 0;
  }

  .home .photo-slider #carousel .flex-viewport {
    max-width: 295px;
  }
  
  .home .photo-slider #carousel .flex-direction-nav .flex-prev, 
  .home .photo-slider #carousel .flex-direction-nav .flex-next {
    width: 45px;
  }
  
  /* Flexslider Carousel */
  .span30 > .page-inner > .photo-slider #carousel .flex-viewport {
    max-width: 495px;
  }
  
  /* Flexslider Carousel Thumbnail */
  .span30 > .page-inner > .photo-slider #carousel .slides li {
    margin-right: 5px;
    width: 95px;
  }
  
  /* Flexslider Subsite Directional Nav */
  .main-content.span19.col.content.subsite .photo-slider .flex-direction-nav .flex-prev,
  .main-content.span19.col.content.subsite .photo-slider .flex-direction-nav .flex-next {
    width: 36px;
  }
  
  .home .photo-slider .flex-direction-nav .flex-prev, 
  .home .photo-slider .flex-direction-nav .flex-next,
  .photo-slider .flex-direction-nav a {
    top: 26%;
  }
  
  /* Flexslider Subsite Home Slides */
  .main-content.span19.col.content.subsite .photo-slider .flexslider .slides > li {
    max-height: none;
  }
  
  /* Flexslider Subsite Home Carousel */
  .main-content.span19.col.content.subsite > .photo-slider {
    margin-bottom: 20px;
  }
  
  /* Flexslider Subsite Image Captions */
  .main-content.span19.col.content.subsite .photo-slider .flex-caption {
    height: 100%;
    position: relative;
  }
  
  /* Flexslider Subsite Title */
  .main-content.span19.col.content.subsite .photo-slider .flex-caption > .title {
    display: block;
  }
  
  /* Flexslider Subsite Home Carousel Thumbnail */
  .main-content.span19.col.content.subsite #carousel .flex-viewport {
    max-width: 315px;
  }
  
  .main-content.span19.col.content.subsite #carousel .slides li {
    margin-right: 5px;
    width: 75px !important;
  }

  .main-content.span19.col.content.subsite #carousel .flex-direction-nav .flex-prev {
    background: url(/img/designelements/buttons/carousel-left.png) no-repeat center 5px;
    left: 0;
  }
  
  .main-content.span19.col.content.subsite #carousel .flex-direction-nav .flex-next {
    background: url(/img/designelements/buttons/carousel-right.png) no-repeat center 5px;
    right: 0;
  }
  
  /* Flexslider Campus Feature Images */
  .campus .feature {
    height: 250px;
  }
  
  /* Flexslider Campus Title */
  .campus .flex-caption > .title {
    padding: 8px 20px;
  }
  
  /* Flexslider Campus Directional Nav */
  .campus .flex-direction-nav a {
    top: 28%;
  }

  .campus .flex-direction-nav .flex-prev,
  .campus .flex-direction-nav .flex-next {
    background-size: 16px 28px;
    height: 56px;
    top: 31%;
    width: 48px;
  }

  #campus-carousel ul.slides {
    column-count: 2;
    column-gap: 60px;
    -moz-column-count: 2;
    -moz-column-gap: 60px;
    -webkit-column-count: 2;
    -webkit-column-gap: 60px;
  }
  
  /* Flexslider Campus Carousel Thumbnail */
  #campus-carousel .slides li {
    padding:0 15px 0 25px;
    overflow: visible;
    width: 90% !important;
  }

}

@media only screen and (max-width: 580px) {
  
  /* Flexslider Home Slider */
  .home .main-content .photo-slider {
    margin: 0 auto;
    max-height: none;
  }
  
  /* Flexslider Slider */
  .photo-slider {
    margin: 0 auto 15px 0;
  }
  
  .photo-slider,
  .photo-slider .flexslider .slides > li  {
    max-height: none;
  }

  /* Flexslider Directional Nav */
  .photo-slider .flex-direction-nav .flex-prev,
  .photo-slider .flex-direction-nav .flex-next {
    width: 36px;
  }
  
  .home .photo-slider .flex-direction-nav .flex-prev, 
  .home .photo-slider .flex-direction-nav .flex-next,
  .photo-slider .flex-direction-nav a {
    top: 18%;
  }
  
  /* Flexslider Slides */
  .photo-slider .flexslider #slider .slides > li {
    max-height: none;
  }
  
  .photo-slider.green #slider .slides {
    background: #7ec443;
  }
  
  .photo-slider.gray #slider .slides {
    background: #3a3a3a;
  }

  .photo-slider.orange #slider .slides {
    background: #ff8833;
  }

  .photo-slider.magenta #slider .slides {
    background: #ff2288;
  }

  /* Flexslider Image Captions */
  .photo-slider .flex-caption {
    height: 100%;
    position: relative;
  }
  
  /* Flexslider Title */
  .home .photo-slider .flex-caption > .title,
  .photo-slider .flex-caption > .title {
    font-size: 1.4em;
    display: block;
    padding: 9px 25px;
  }
  
  /* Flexslider Subtitle */
  .home .photo-slider .flex-caption > .subtitle,
  .photo-slider .flex-caption > .subtitle {
    font-size: .9em;
    padding: 17px 25px;
  }
  
  .home .photo-slider.thumb .flex-caption > .subtitle {
    padding: 10px 25px;
  }

  /* Flexslider Control Nav */
  .photo-slider.thumb .flex-control-nav {
    display: block;
  }
  
  .photo-slider .flex-control-nav a {
    margin: 0;
  }

  /* Flexslider Carousel */
  #carousel {
    display: none;
  }
  
  /* Flexslider Campus Feature Images */
  .campus .feature {
    height: 184px;
  }
  
  /* Flexslider Campus Directional Nav */
  .campus .flex-direction-nav .flex-prev,
  .campus .flex-direction-nav .flex-next {
    background-size: 10px 16px;
    height: 38px;
    width: 26px;
  }
  
   /* Flexslider Campus Carousel Thumbnail */
  #campus-carousel ul.slides {
    column-count: 1;
    column-gap: 0;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
  }
  
  #campus-carousel .slides li {
    padding: 5px 15px;
    width: 100% !important;
  }

}