.banner {
  width: 100%;
  height: 100%; }

.banner_image {
  position: absolute;
  left: -100%;
  right: -100%;
  height: 100%;
  border-radius: .3em;
  object-fit: cover;
  margin: 0 auto;
  width: 100%; }

.banner_overlay {
  position: absolute;
  /*z-index: 111;*/
  width: 100%;
  height: 100%;
  white-space: nowrap;
  /*
  left: 50%;
  margin-left: -400px;*/ }

.banner_overlay_container {
  /*
  position: absolute;
  top: 0;
  width: 70%;
  */
  padding-left: 10px; }

.banner_overlay_header {
  color: #000;
  padding-left: 0;
  bottom: 5%; }

.banner_overlay_subhead {
  margin-top: 1em;
  color: #555;
  margin-bottom: 1em; }

.banner-slider {
  /*position: absolute;*/
  position: fixed;
  height: 100em;
  max-height: 18em;
  /*overflow: hidden;*/
  width: 100%; }

.banner-slider_nav {
  position: absolute;
  z-index: 111;
  width: 100%;
  bottom: -1em;
  text-align: center;
  /*
  left: 50%;
  margin-left: -400px;
  padding-left: 0;
  */
  padding: 0;
  margin-bottom: 0; }

.banner-slider_nav_item {
  display: inline; }
  .banner-slider_nav_item > a {
    display: inline-block;
    font-size: 6em;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none !important;
    padding: 8px 3px;
    line-height: 12px; }
    .banner-slider_nav_item > a:hover,
		.banner-slider_nav_item > a:focus{
		  color: rgba(0, 0, 0, 0.75); }

.banner-slider_nav_item--is-selected > a {
  color: #000; }

.banner_slide {
  position: absolute;
  width: 100%;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent;
  /*height: 100%;*/
  height: 100vh;
  /*top: 0;*/ }

.banner_button {
  padding: 20px;
  text-decoration: none;
  background-color: #4d4dff;
  color: #fff;
  display: inline-block; }

.cycle_arrow-wrapper {
  position: absolute;
  height: 50px;
  top: 50%;
  /*
  margin-top: -25px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  */
  width: 100%;
  z-index: 1001; }

.cycle_next {
  position: absolute;
  right: 5px;
  background: transparent url("../images/arrow-right.png") no-repeat center center;
  display: block;
  width: 21px;
  height: 30px; }

.cycle_prev {
  position: absolute;
  left: 5px;
  background: transparent url("../images/arrow-left.png") no-repeat center center;
  display: block;
  width: 21px;
  height: 30px; }

@media only screen and (max-width: 1199px) {
	.banner_overlay {
		right: 2em;
	}
}

@media only screen and (max-width: 500px) {
	.banner-slider_nav_item > a {
		font-size: 4em;
		line-height: 0px;
		padding: 0px 2px;
	}
	.banner-slider_nav {
		bottom: -1em;
	}
}

/*# sourceMappingURL=stepcycle.css.map */
