/*Home Page Slider*/
.h-treatment{
	position: relative;
}
.h-treatment:after{
	 content: "";	
	 position:absolute;
	 left: 0;
	 right: 0;
	 bottom: -4px;
	 height: 10px;
	 background-color: #9D2235;
}
.play-video{
	font-size: 26px;
	display: block;
}
.slider-wrapper{
   position: relative; 
    overflow: hidden;
}
.hero-slider .slide{
      display: none !important;
    }
.hero-slider .slide:first-child {
      display: block !important;
    }
.hero-slider.slick-initialized .slide {
      display: block !important;
    }
.hero-slider{
    position: relative;
	margin-bottom: 0 !important;
	overflow: hidden;
}
.slick-dots {
    width: auto !important;
    bottom: 27px !important;
    left: 175px !important;
}
.slick-dots li button {
    width: 10px!important;
    height: 10px!important;
}
.slick-dots li button:before{
	font-size: 15px !important;
	content: "" !important;
	background-color: #000;
	border: 2px solid #fff;
	border-radius: 50%;
}
.hero-slider .slide {
    width: 100vw;
    height: 400px;
    display: flex;
    justify-content: flex-end;
    align-items: left;
    position: relative;
    background-color: #000;
}
.hero-slider .slide .slider-img{  
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*Dark Overlay*/
.hero-slider .carousel-caption{
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    z-index: 1;
	font-family: 'HCo Gotham';
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
.hero-slider .carousel-caption strong {
	font-weight: 800;
	display: block;
}
.video-feature .video-caption{
    margin: 0 auto;
    top: 0;
    left: 50px;
    right: 50px;
    bottom: 0;
    text-align: left;
    line-height: 30px;
    z-index: 1;
}
.video-feature .video-caption{
    position: absolute;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}
.video-feature .video-caption img{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider-wrapper .carousel-caption-overlay, .slider-wrapper .video-caption-overlay, .parallax .overlay{
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(50%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.2))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0.7) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
}
.slider-wrapper .carousel-caption-overlay.left, .slider-wrapper .video-caption-overlay.left {
    right: 45%;
}
.slider-wrapper .carousel-caption-overlay.right, .slider-wrapper .video-caption-overlay.right {
    left: 45%;
}
.slider-wrapper .carousel-caption-overlay.blue, .slider-wrapper .video-caption-overlay.blue {
	background: #2E3192;
    background: -moz-linear-gradient(-45deg,  rgba(97,156,202,0.8) 0%, rgba(46,49,146,0.8) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(97,156,202,0.8) 0%,rgba(46,49,146,0.8) 100%);
	background: linear-gradient(135deg,  rgba(97,156,202,0.8) 0%,rgba(46,49,146,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc619cca', endColorstr='#cc2e3192',GradientType=1 );
}
.slider-wrapper .carousel-caption-overlay.yellow, .slider-wrapper .video-caption-overlay.yellow {
	background: #707A33;
    background: -moz-linear-gradient(-45deg,  rgba(112,122,51,0.8) 0%, rgba(219,199,89,0.8) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(112,122,51,0.8) 0%,rgba(219,199,89,0.8) 100%);
	background: linear-gradient(135deg,  rgba(112,122,51,0.8) 0%,rgba(219,199,89,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc707a33', endColorstr='#ccdbc759',GradientType=1 );
}
.slider-wrapper .carousel-caption-overlay.red, .slider-wrapper .video-caption-overlay.red {
	background: #9D2235;
	background: -moz-linear-gradient(-45deg,  rgba(237,23,72,0.8) 0%, rgba(157,34,53,0.8) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(237,23,72,0.8) 0%,rgba(157,34,53,0.8) 100%);
	background: linear-gradient(135deg,  rgba(237,23,72,0.8) 0%,rgba(157,34,53,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cced1748', endColorstr='#cc9d2235',GradientType=1 );
}
.content .hero-slider .carousel-caption a, .hero-slider .carousel-caption a, .video-feature .video-caption a{
    color: #fff;
    text-decoration: none;
	font-weight: 400;
	font-family: 'HCo Gotham';
}
.hero-slider .carousel-caption a.play-video{
	position: absolute;
    top: 0px;
    padding: 80px 0;
    left: 0;
    right: 0;
}
.hero-slider .carousel-caption a:hover, .video-feature .video-caption a:hover{
    text-decoration:none;
    color: #fff;
}
.hero-slider .carousel-caption h1{
	font-size: 65px;
    line-height: 90px;
    margin: 0 auto;
    color: #fff !important;
    font-weight: 500;
    text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
    text-transform: uppercase;
    text-align: left;
    width: 80%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-family: 'HCo Gotham';
}
.video-feature .video-caption h1{
    padding-top: 250px;
    font-size: 62px;
    line-height: 62px;
    margin: 0 0 10px;
    color: #fff !important;
    font-weight: 500;
    text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
	text-transform: uppercase;
}
.slider-wrapper .slick-prev, .slider-wrapper .slick-next{
    z-index: 1;
    color: #fff;
    background-color: rgba(157,34,53,0.85);
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
}
.slider-wrapper .slide-controllers{
    width: 65px;
    height: 30px;
    position: absolute;
    left: 50px;
    bottom: 25px;
}
.slider-wrapper .slide-controllers .pause-play{
    color: #fff;
    background-color: rgba(157,34,53,0.85);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 35px;
    cursor: pointer;
    z-index: 2;
    border: 1px solid #fff;
}
.slider-wrapper .slide-controllers .pause-play:before{
    font-family: "FontAwesome";
    content: "\f04b";
    font-weight: 900;
    display: block;
    font-size: 12px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: 9px;
}
.slider-wrapper .slide-controllers .pause-play.paused:before{
    content: "\f04c";
}
.slider-wrapper .slick-prev:hover, .slider-wrapper .slick-prev:focus, .slider-wrapper .slick-next:hover, .slider-wrapper .slick-next:focus, .slider-wrapper .slide-controllers .pause-play:focus, .slider-wrapper .slide-controllers .pause-play:hover {
    color: #fff !important;
    background-color: rgba(237,24,73,1) !important;
}
.slider-wrapper .slick-prev{
    left: 0;
    bottom: 0;
}
.slider-wrapper .slick-next{
    right: 0;
    bottom: 0;
}
.slider-wrapper .slick-next:before {
    font-family: "FontAwesome" !important;
    content: "\f105" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    font-size: 20px !important;
}
.slider-wrapper .slick-prev:before {
    font-family: "FontAwesome" !important;
    content: "\f104" !important;
    font-weight: 900;
    display: block;
    opacity: 1;
    font-size: 20px !important;
}
.hero {
    position: relative;
    height: 460px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
}
.hero-mobile {
    display: none;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.25) 35%, rgba(0,0,0,.25) 38%, rgba(0,0,0,.25) 61%, rgba(0,0,0,.25) 62%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,.25) 38%,rgba(0,0,0,.25) 61%,rgba(0,0,0,.25) 62%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.25) 35%,rgba(0,0,0,0.25) 38%,rgba(0,0,0,.25) 61%,rgba(0,0,0,.25) 62%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#bf000000',GradientType=0 );
}
.hero-title-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.overlay-box{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(47,19,50,.75);
    color: #fff;
    font-family: 'HCo Gotham';
    font-size: 15px;
    margin: 0 15px;
    padding: 10px;
}
.overlay-box + img{
	width: 100%;
}
.overlay-box .school{
	font-weight: 800;
    margin-bottom: 5px;
}
.overlay-box .name{
	font-size: 12px;
}
.overlay-box.blue{
	background-color: rgba(46,49,146,.75);
}
.overlay-box.red{
	background-color: rgba(157,34,53,.75);
}
.overlay-box.green{
	background-color: rgba(112,122,51,.75);
}
.clear-fix{
	display: block;
    clear: both;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.ozark-hall{
	margin: 0 auto;
	text-align: center;
	display: block;
}
section.module.parallax {
    height: 450px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    transform: none;
}
section.module.parallax-1 {
    background-image: url(/_resources/images/skyline.jpg);
}
.parallax-caption{
   	position: absolute;
    top: 30%;
    left: 0;
    transform: translate(0, -50%);
	width: 100%;
	font-weight: 400;
	z-index: 1;
}
.parallax-caption h3{
	font-size: 65px;
    line-height: 90px;
    margin: 0 auto;
    color: #fff !important;
    font-weight: 400;
    text-shadow: 0px 3px 7px rgba(0,0,0,0.3);
    text-transform: uppercase;
    text-align: left;
    max-width: 50%;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(0, -50%);
    font-family: 'HCo Gotham';
}
.parallax-caption h3 a{
	color: #fff;
	text-decoration: none;
}
.parallax-caption h3.smaller-text {
    font-size: 60px;
    line-height: 80px;
    max-width: 80%;
}
.parallax-caption h3 strong{
	font-weight: 800;
}
.parallax-caption .btn{
	float: right;
    clear: both;
	margin-bottom: 20px;
	min-width: 300px;
	position: relative;
	right: 20%;
}
.honors-programs .col-md-3{
	margin-bottom: 20px;
	padding-right: 5px;
    padding-left: 5px;
}
#main-container .why-honors-quote{
	font-size: 32px;
	margin-top: 10px;
}
.col-md-9 .honors-programs a {
    height: 140px;
	width: 140px;
}
.col-md-9 .honors-programs h3{
	font-size: 15px;
}
.honors-programs a{
	height: 150px;
	width: 150px;
	text-decoration: none;
	display: block;
	margin: 0 auto 15px;
	border-radius: 50%;
}
.honors-programs h3{
	color: #fff;
    font-size: 17px;
    line-height: 20px;
    margin: 0 auto;
    position: absolute;
    width: 167px;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
}
.honors-programs .purple{
	background-color: #2F1332;
}
.honors-programs .red{
	background-color: #9D2235;
}
.honors-programs .blue{
	background-color: #2B5269;
}
.honors-programs .clear-water{
	background-color: #007698;
}
.honors-programs .teal{
	background-color: #68C1BE;
}
.honors-programs .dusk-blue{
	background-color: #3F7F7F;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {

.hero-slider .right .carousel-caption h1 {
    left: 10%;
	transform: translate(0, -40%);
	max-width: 100%;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.parallax-caption .btn{
	right: 10%;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.hero-slider .carousel-caption h1 {
    font-size: 55px;
    width: 80%;
    line-height: 75px;
}
.hero-slider .right .carousel-caption h1 {
    left: 10%;
	transform: translate(0, -40%);
	max-width: 100%;
}
.slider-wrapper .carousel-caption-overlay.right, .slider-wrapper .video-caption-overlay.right {
    left: 35%;
}
.parallax-caption h3 {
    max-width: 60%;
    left: 5%;
}
.parallax-caption .btn{
	right: 5%;
}
#main-container .why-honors-quote {
    font-size: 26px;
}
.honors-programs a{
	height: 220px;
	width: 220px;
}
.parallax-caption h3.smaller-text {
    font-size: 50px;
	line-height: 60px;
}
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-slider .carousel-caption h1 {
    font-size: 40px;
    line-height: 55px;
    width: 80%;
}
.hero-slider .right .carousel-caption h1 {
    left: 10%;
	transform: translate(0, -40%);
	max-width: 100%;
}
.slider-wrapper .carousel-caption-overlay.right, .slider-wrapper .video-caption-overlay.right {
    left: 35%;
}
.parallax-caption h3 {
    max-width: 100%;
    width: 100%;
	left: 5%;
    transform: translate(0, -50%);
}
.anniversary-logo{
	width: 200px;
    right: 5%;
}
.parallax-caption .btn{
	display: none;
}
section.module.parallax {
    background-attachment: scroll;
	overflow: hidden;
}
section.landingPage h1:before, section.landingPage h1:after, section h2:before, section h2:after {
	display: none;
	}
section h2{
	white-space: normal;
    text-align: center;
    display: block;
    font-size: 30px;
}
#main-container .why-honors-quote{
	font-size: 24px;
}
.honors-programs h3 {
    /* width: 60%; */
    left: 50%;
}
.honors-programs a{
	height: 230px;
	width: 230px;
}
.parallax-caption h3.smaller-text {
    font-size: 40px;
    left: 10%;
    line-height: 50px;
    width: 80%;
}
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.hero-slider .carousel-caption {
    top: 58%;
}
 .slider-wrapper .carousel-caption-overlay.left, .slider-wrapper .video-caption-overlay.left {
    right: 0;
}
 .slider-wrapper .carousel-caption-overlay.right, .slider-wrapper .video-caption-overlay.right {
    left: 0;
}
.slider-wrapper .carousel-caption-overlay, .slider-wrapper .video-caption-overlay {
    top: 60%;
}
.hero-slider .carousel-caption h1 {
	font-size: 30px;
	line-height: 40px;
	max-width: 80%;
	top: 0;
	left: 15px;
	transform: translate(0, -50%);
}
.hero-slider .carousel-caption h1 br {
	display: none;
}
.hero-slider .carousel-caption a.play-video {
    padding: 50px 0;
}
.h-treatment:after {
    height: 5px;
}
.parallax-caption h3 {
    font-size: 40px;
    line-height: 60px;
    max-width: 100%;
    width: 100%;
    transform: none;
    position: relative;
    left: 5%;
}
.parallax-caption {
    top: 10%;
    transform: none;
}
.anniversary-logo {
    width: 200px;
    position: absolute;
    left: 5%;
    top: 125%;
    right: unset;
    transform: none;
    vertical-align: top;
}
.parallax-caption .btn{
	display: none;
}
section.module.parallax {
    background-attachment: scroll;
	overflow: hidden;
}
section.landingPage h1:before, section.landingPage h1:after, section h2:before, section h2:after {
	display: none;
	}
section h2{
	white-space: normal;
    text-align: center;
    display: block;
    font-size: 30px;
}
.play-video {
    font-size: 20px;
}
#main-container .why-honors-quote{
	font-size: 18px;
}
.honors-programs h3 {
    font-size: 13px;
}
.honors-programs a{
	height: 160px;
	width: 160px;
}
.parallax-caption h3.smaller-text {
    font-size: 30px;
    left: 10%;
    line-height: 40px;
    width: 80%;
}
#slick-slide00 .slider-img {
    background-position: 0% top !important;
}
#slick-slide01 .slider-img {
    background-position: 40% top !important;
}
	.hero-slider .carousel-caption h1 {
    font-size: 35px;
	}
}
/* Landscape phones and portrait tablets */
@media (max-width: 480px) {
.honors-programs h3 {
	font-size: 12px;
    line-height: 16px;
    top: 45%;
}
.honors-programs a{
	height: 110px;
	width: 110px;
}
.honors-programs .col-md-3 {
    padding: 5px;
}
.hero-slider .carousel-caption h1 {
    font-size: 30px;
}
.parallax-caption h3 {
    font-size: 30px;
    line-height: 40px;
}
}