/*slideshow stuff*/

.homebanner {
  width: 100%;
  height: 560px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #ffffff;
  }

.homebanner-slidetext h2 {
  border-bottom: 0px;
  margin: 15px 0 2px 20px;
  font-size: 20px;
  line-height: 20px;
  color: #E4BC59;
  background-color: transparent;
  text-transform:uppercase;
  font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
  }

.homebanner-slidetext h2.polyslide {
  line-height: 25px;
  font-size: 18px;
  }


.homebanner-slidetext p {
  color: #ffffff;
  font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 10px 20px;
  }

.homebanner-slidetext .date {
  color: #ffffff;
  font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  margin: 0 20px 2px 20px;
  }

.homebanner-readmore {
  width: 87px;
  height: 22px;
  background: #fff url(https://assets2dev.conestogac.on.ca/images/corporate/global/slider/controls/read-more.png);
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  }

.slide {
  height: 560px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  }

.slide * {
  display: none;
  }

.slide-videothumbnail {
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 0px;
  }

.slide-1   {
  background: #000 url(https://assets2dev.conestogac.on.ca/images/corporate/global/slider/slides/holiday-slide-2018.jpg) center no-repeat;
  }

.slide-active-1  {
  position: absolute;
  top: 200px;
  right: 0px;
  }

.slide-2    {
  background: #000 url(https://assets2dev.conestogac.on.ca/images/corporate/global/slider/slides/event-orientation-spring.jpg) center no-repeat;
  }

.slide-active-2  {
  position: absolute;
  top: 200px;
  right: 0px;
  }


.slide-3   {
  background: #000 url(https://assets2dev.conestogac.on.ca/images/corporate/global/slider/slides/financial-awards.jpg) center no-repeat;
  }

.slide-active-3  {
  position: absolute;
  top: 200px;
  right: 0px;
  }

.slide-4   {
  background: #000 url(https://assets2dev.conestogac.on.ca/images/corporate/global/slider/slides/event-premiers-award-2019.jpg) center no-repeat;
  }

.slide-active-4  {
  position: absolute;
  top: 200px;
  right: 0px;
  }

.slide-5   {
  background: #000 url(https://assets2dev.conestogac.on.ca/images/corporate/global/slider/slides/event-ce-reg-winter2020.jpg) center no-repeat;
  }

.slide-active-5  {
  position: absolute;
  top: 200px;
  right: 0px;
  }


.homebanner-controls    {
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 560px;
  }

.homebanner-controls-container    {
  background: url(https://assets2dev.conestogac.on.ca/images/corporate/global/slider/controls/slideshow-text-bkg.png);
  width: 400px;
  height: 173px;
  }

.homebanner-controls-next    {
  width: 17px;
  height: 17px;
  color: #fff;
  background: url(https://assets2dev.conestogac.on.ca/images/corporate/global/slider/controls/next.png);
  display: inline-block;
  text-indent: -9999px;
  margin-left: 10px;
  }

.homebanner-controls-previous    {
  width: 17px;
  height: 17px;
  color: #fff;
  background: url(https://assets2dev.conestogac.on.ca/images/corporate/global/slider/controls/previous.png);
  display: inline-block;
  text-indent: -9999px;
  margin-right: 10px;
  }

.homebanner-controls-stop    {
  width: 12px;
  height: 15px;
  color: #fff;
  background: url(https://assets2dev.conestogac.on.ca/images/corporate/global/slider/controls/pause.png);
  display: inline-block;
  text-indent: -9999px;
  }

.homebanner-controls-play    {
  width: 14px;
  height: 16px;
  color: #fff;
  background: url(https://assets2dev.conestogac.on.ca/images/corporate/global/slider/controls/play.png);
  display: inline-block;
  text-indent: -9999px;
  }

.homebanner-controls-ticks    {
  height: 10px;
  font-size: 1px;
  margin-top:3px;
  float: left;
  }

.homebanner-controls-tick    {
  width: 8px;
  height: 8px;
  display: inline-block;
  text-indent: -9999px;
  margin: 0 3px;
  }

.homebanner-controls-tick-active    {
  color: #fff;
  background: #000 url(https://assets2dev.conestogac.on.ca/images/corporate/global/slider/controls/slide-number.png);
  }

.homebanner-controls-tick-inactive    {
  color: #fff;
  background: #000 url(https://assets2dev.conestogac.on.ca/images/corporate/global/slider/controls/slide-select.png);
  }

.homebanner-controls-container2    {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 197px;
  }

.homebanner-controls-container3    {
  float: right;
  }
