 
/*** set the content type header ***/
/*header("Content-type: text/css");*/

.su-slides {
  	position: relative;
	background-color:#252525;
}
.su-slides .slides-container {
  display: none;
}
.su-slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.su-slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
  right: 0;
  width: 1em;
  height: 1.9em;
  background-color: #006c39;
  padding: 0.5em 0.3em 0.5em 0.2em;
  font-size: 2em;
  line-height: 1em;
}
.slides-navigation a.prev:after {
  color: #ffffff;
  font-size: 1.5em;
  font-family: 'FontAwesome';
  content: '\f104';
}
.slides-navigation a.next {
  right: 0;
  width: 1em;
  height: 1.9em;
  background-color: #006c39;
  padding: 0.5em 0.7em 0.5em 0.3em;
  font-size: 2em;
  line-height: 1em;
}
.slides-navigation a.next:after {
  color: #ffffff;
  font-size: 1.5em;
  font-family: 'FontAwesome';
  content: '\f105';
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #fff;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 4px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination div {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 3px 4px 4px 4px;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
}
.slides-pagination .pagi_pause,
.slides-pagination .pagi_play {
  margin-top: 5px;
}
.slides-pagination .pagi_prev:after {
  color: #ffffff;
  font-size: 1.5em;
  font-family: 'FontAwesome';
  content: '\f104';
  line-height: 1.5em;
}
.slides-pagination .pagi_next:after {
  color: #ffffff;
  font-size: 1.5em;
  font-family: 'FontAwesome';
  content: '\f105';
  line-height: 1.5em;
}
.slides-pagination .pagi_pause:before,
.slides-pagination .pagi_play:before {
  color: #ffffff;
  font-size: 1em;
  font-family: 'FontAwesome';
  content: '\f04c';
  line-height: 1em; 
  margin:0 0.7em;
}
.slides-pagination .pagi_pause:before {
  content: '\f04b';
}
.slides-pagination a.current {
  background: #fff;
}

.su-slides .slides_text {
  top: 35%;
  position: relative;
  margin: 0 auto;
  /* width: 70%; */ 
  z-index:200;
}

.su-slides .slides_text.static_text h1 {
	width: 100%;
	position: absolute;
}

.su-slides .slides_text .dynamic_text_visual {
	visibility: hidden; 
}
.su-slides .slides_text h1 {
/*
  font-family: 'Anton', sans-serif;
  font-weight: 900;
*/
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;;
	font-style: normal;
	font-weight: 800;

	font-size: 5em;
	text-align: center;
	margin: 0 0 0.5em 0;
	color: #ffffff;
}
.su-slides .slides_text p {
/*
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
*/
 
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
	font-style: normal;
	font-weight: 400;

	color: #ffffff;
	font-size: 1.5em;
	width: 50%;
	margin: auto 25%;
	text-align: center;
}

.su-slides .parallax-overlay {
  background-image: url('../../images/asix/overlay-pattern.png');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-attachment: scroll;
  z-index: 100;
}

.colored_title {
	color : #fff200;
}

/*YM 9/4/18*/
.bg-slide-text.center {
	position: inherit;
}

.container.heading-padding {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateX(-50%) translateY(-40%);
	-webkit-transform: translateX(-50%) translateY(-40%);
	transform: translateX(-50%) translateY(-40%);
	/* right:-89.4833px; */
	display:table;
}

.table-c {
display:table-cell !important;
}

.font-size-25vh {
font-size:2.5vh !important;
}

.font-size-85vh {
font-size:8.5vh !important;
/*font-size:7.8vh !important; /* testing for Apple */
}

.left-h, .left-h h1 {
text-align:left !important; 
font-size:8.5vh !important;
/* font-size:7.8vh !important; /* testing for Apple */
}

.left-p { 
text-align:left !important;  
width:100% !important; 
margin:0 !important; 
font-size:2.5vh !important; 
/* font-size:1.9vh !important; /* testing for Apple */
}

/* Safari 11+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
     /* Add your Safari-specific styles here. */
	  div.slides-control ul.slides-container li.fixed-height img {
 	top: -300px !important;
	}
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none)  {
 
 div.slides-control ul.slides-container li.fixed-height img {
 	top: -300px !important;
	}
}
}

/* Responsive Design */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.su-slides .slides_text.slides_button {
		top: 30%;
	}
	.su-slides .slides_text p {
		width: 90% !important;
		margin: auto;
	}
	.su-slides .slides_text h1 {
		font-size: 3em;
	}
	.su-slides .slides_text {
		top: 40%;
	}
	
}
@media only screen and (max-width: 767px) {
	.su-slides .slides_text.slides_button {
		top: 30%;
	}
	.su-slides .slides_text p {
		width: 90% !important;
		margin: auto;
	}
	.su-slides .slides_text h1 {
		font-size: 2.3em !important;
		margin: -2.75em 0 0.5em 0;
	}
	.su-slides .slides_text {
		top: 40%;
	}
	
}
@media only screen and (max-width: 767px) and (orientation : landscape){
	.su-slides .slides_text.slides_button {
		top: 15%;
	}
	.su-slides .slides_text p {
		width: 90% !important;
		margin: auto;
		font-size: 1em;
	}
	.su-slides .slides_text h1 {
		font-size: 3em;
	}
	.su-slides .slides_text {
		top: 40%;
	}
}
@media only screen and (max-width: 767px) and (orientation : portrait){
	.su-slides .slides_text.slides_button {
		top: 12%;
	}
	.jobs .su-slides .slides_text.slides_button {
        top: 30%;
    }
	.su-slides .slides_text p {
		font-size: 1em;
	}
	.su-slides .slides_text h1 {
		font-size: 2.3em !important;
		margin: -2.75em 0 0.5em 0;
	}
	.su-slides .slides_text {
		top: 40%;
	}
}

/* Special case for 5K Screens */
/* @media only screen and (width: 5120px) and (height: 2880px) { */
/* @media only screen and (min-width: 2500px) { */

@media 
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1921px), 
only screen and (min-resolution: 192dpi) and (min-width: 1921px) { 
    /* Retina-specific stuff here */

	.bg-slides-title {
		font-size:5.5vh !important;
	}
	.su-slides .slides_text.slides_button {
		top: 30%;
	}
	.su-slides .slides_text p {
		font-size:1.6vh !important;
		width: 90% !important;
		margin: auto;
	}
	.su-slides .slides_text h1 {
		font-size: 3em;
	}
	.su-slides .slides_text {
		top: 40%;
	}
	.font-size-25vh {
		font-size:1.6vh !important; /* reduced to fix 5K res */
	}

	.font-size-85vh {
	font-size:5.5vh !important; /* reduced to fix 5K res */
	}
	
}