@charset "utf-8";
/* CSS Document */

/* Home Page Formatting Styles, Body, Fonts etc.. */
body {
	position: relative
}
		 
.home-page-wrapper {
	max-width: 1650px;
	width: 100%;
	margin: 0 auto;
}

#home-main-content {}

h2 {
	font-size: 30px;
	font-weight: bold;
	color: #003b78;
	text-transform: uppercase;
}


.home-info-title a,
.home-new-paltz-news-title a {
	font-weight: bold;
	font-size: 18px;
	color: #003e7e;
	text-decoration: underline;


}


.home-visit-new-paltz-title a, .upcoming-events-title a{
	font-size: 20px;
	font-weight: bold;
	color: #003e7e;
}


p,
.home-info-description,
.home-search-major-container,
.home-schools-and-programs-description,
.home-new-paltz-news-description,
.home-rankings-description,
.home-visit-new-paltz-description,
.home-visit-program-information-description,
.upcoming-events-description {
	line-height: 24px;
}


/* Video Styles */
		 
#home-page-video {
  width: 100%;
}

video
{
  vertical-align: top !important;
}

.video-container {
    position: relative;
	border-bottom: 10px solid #f58426;
	margin-bottom: 30px;
}

.video-container .video-controls-container
{
	display: none;
}
		 
.video-container:hover .video-controls-container
{
    display: block;
}
		 
.video-controls-container 
{
 
}

#video-controls {
  position: absolute;
  bottom: 30px;
  right: 20px;
}

/* Style the button used to pause/play the video */
#play-btn, #mute-btn, #fullscreen-btn {
  border-radius: 20px;
  
  font-size: 18px; 
  padding: 10px 20px;
  border: none;
  background: rgba(0, 0, 0, 0.7);
  color: #f1f1f1;
  margin-right: 5px;
}
		 	 

#mute-btn
{
  padding: 11px 20px 9px 20px !important;
}
		 
#fullscreen-btn
{
  font-size: 24px !important;
  padding: 7px 20px 7px 20px !important;
}

#play-btn:hover, #mute-btn:hover, #fullscreen-btn:hover {
  background: rgba(d, d, d, 0.9);
  color: white;
}		 

/* Information Section Styles */
.home-info-container {
	border-left: 16px solid #003e7e;

	padding: 0px;
	margin-bottom: 30px;

}

.home-info-container:nth-child(-n + 2) {
	border-right: 20px solid white;
}

.home-info-container-margin-right {
	padding-right: 20px;
}


.home-info-container img {

	width: 100%;
}

.home-info-title {
	margin-bottom: 10px;
}

.home-info-text-container {
	padding: 20px 30px;
	color: #003e7e;
	background-color: #f7f7f7;
	height: 100%;
}




/* Search For Your Major Styles */
.home-search-major-container {
	position: relative;
	height: auto;
	margin: 0px;
	width: 100%;
	background-image: url("/media/home-page/home_search_major_background.gif");
	background-size: cover;
	background-position: center;
	padding: 20px;
	background-color: #003b78;
	color: #fff;
	text-shadow: 2px 2px #002040;

}

.home-search-major-container button.btn.btn-primary
{
    max-width: 340px;
    width: 100%;
}

.home-search-major-container h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 30px 0px;


}

.home-search-major-textbar-container {
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}

.home-search-major-text-container
{
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
}

.form-control {

	height: 51px;


	border: 3px solid #000 !important;
	border-right: 0px !important;


	border-radius: 0px;

}


.btn-search-major {
	color: #fff !important;
	background-color: #f58426 !important;
	border-color: #040404 !important;
	width: 60px !important;
	padding: 11px 12px 11px 12px !important;
	border: 3px solid black !important;
	border-left: 0px !important;
	border-radius: 0px;
}

.btn-search-major:hover {
	border-top: 3px solid black !important;
    border-bottom: 3px solid black !important;
    border-right: 3px solid black !important;
} 


.glyphicon-search {
	font-size: 18px;
}


/* Schools and Programs Styles */
.home-schools-and-programs-image img:hover {
	border-radius: 10px;
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: scale(102%);
	transform: scale(102%);
}

.home-schools-and-programs-title {
	padding: 20px 0px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 5px solid #f58426;
}


.home-schools-and-programs-title a {
	color: black !important;

}

.home-schools-and-programs-title a:hover {
	text-decoration: none !important;

}

.home-schools-and-programs-description {
	padding: 20px 0px;
	margin-bottom: 20px;

}


/* News Section Styles */
.home-new-paltz-news-background {
	position: relative;
	height: auto;
	margin: 0px;
	width: 100%;
	background-image: url("/media/home-page/home_news_background.gif");
	background-size: cover;
	background-position: center;
	padding: 20px;


}

.home-new-paltz-news-container {
	border: 1px solid lightgrey;
}

.home-new-paltz-news-text-container {
	background-color: #fff;
	height: 100%;
	padding: 0px 30px 30px 30px;
	margin-bottom: 30px;
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.home-new-paltz-news-image {
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);

}

.home-new-paltz-news-title {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0px;
}


/* New Paltz Rankings Styles */
.home-rankings-background {
	position: relative;
	height: auto;
	margin: 0px;
	width: 100%;
	background-image: url("/media/home-page/home_rankings_background.jpg");
	background-size: cover;

	padding: 20px 20px 25% 20px !important;
	background-position: 0px 90px;
	background-repeat: no-repeat;


}

#arrow i {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
#arrow:hover i {
  top: -10px;
}

.home-ranking-container {
	margin: 0 auto;
	border: 3px solid black;
	height: 100%;
	max-width: 320px;
	width: 100%;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 20px;
  background-color: rgb(255 255 255 / 90%);
   
    position: relative;
    transition: top ease 0.5s;
    top: 0;
   
    
}


.home-ranking-container:hover
{  
   top: -23px;
  -webkit-transform: scale(102%);
	transform: scale(102%);
}



.home-rankings-title {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 5px solid #f58426;
    padding-bottom: 10px;
}

.home-rankings-description {
	padding: 20px 0px;
	font-weight: bold;
}

.home-visit-new-paltz-image img {
	margin: 0 auto;
	max-width: 630px;
	width: 100% !important;
    height: auto !important;
	border-bottom: 20px solid #f58426;
	margin-bottom: 20px;
}


/* Visit New Paltz and Program Styles */
.home-visit-new-paltz-image img:hover {
    border-radius: 12px;
    border: 20px solid #f58426; 
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: scale(102%);
	transform: scale(102%);
}




.home-visit-new-paltz-description {
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
}


.home-visit-program-information-background {
	position: relative;
	height: auto;
	margin: 0px;
	width: 100%;
	background-image: url("/media/home-page/home_visit_us_programs_background.gif");
	background-size: cover;
	background-position: center;
	padding: 50px 0px;
	background-repeat: no-repeat;

}



.home-visit-program-information-title
{
   margin-bottom: 10px; 
}

.home-visit-program-information-image img {
	margin: 0 auto;
	max-width: 720px;
	width: 100%;
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}


.home-visit-program-information-text-container-left {
	z-index: 10;
	position: absolute;
	left: 39px;
	top: 30px;
	max-width: 570px;
	width: 100%;
	padding: 20px 60px 20px 20px;
	bottom: 100%;
    height: 390px;
   
}


.home-visit-program-information-text-container-right {
	z-index: 10;
	position: absolute;
	right: 39px;
	top: 30px;
	max-width: 570px;
	width: 100%;
	padding: 20px 20px 20px 60px;
	bottom: 100%;
    height: 390px;
   

}

.home-visit-program-information-title a {
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #003e7e;
}

.home-visit-program-information-description {
	margin-bottom: 30px;
}
		 
		 
.home-visit-program-information-spacer {
	height: 340px;
}


/* Request Information Bar Styles */
.home-request-info-background {
	background-color: #003b78;
	padding: 50px 0px;


	color: #fff;
	font-size: 40px;
	font-weight: bold;
}


.home-request-info-text {
	text-align: right;
}



/* Upcoming Events Styles */
#upcoming-events
{
	margin: 0 auto;
	max-width: 1650px;
	width: 100%;
	padding: 0px 10px;
    margin-bottom: -50px;
}
		
		
.upcoming-events-container {
	margin: 0 auto;
	border-bottom: 3px solid #f58426;

	width: 39%;
	
	padding: 0px 0px 50px 0px;
	margin-bottom: 50px;
	
}
		
.upcoming-events-content
{
	padding: 0px 10px;
}

.upcoming-events-date {
	font-size: 20px;
	font-weight: bold;
	color: #f58426;
	text-align: center;
	height: 100%;
}

.upcoming-events-description {
	color: #003e7e;
	height: 100%;

}
       
#upcoming-events .upcoming-events-container:nth-child(odd)
{
	margin-right: 90px;
}
		
#upcoming-events .upcoming-events-container:nth-last-of-type(-n+2)
{
	border-bottom: 0px;
}
	

@media only screen and (max-width: 1490px) {


   .home-visit-program-information-text-container-left {
		left: 0;
	}


	.home-visit-program-information-text-container-right {
		right: 0;
	}


}


@media only screen and (max-width: 1290px) {


	.home-request-info-text {
		font-size: 36px;
		margin-bottom: 30px;
	}


	.home-visit-program-information-spacer {
		height: 0px;
        margin-bottom: 50px;
	}


	.home-visit-program-information-background {
		position: relative;
		height: auto;
		margin: 0px;
		width: 100%;
		background-image: url("/media/home-page/home_news_background_mobile.gif");
		background-size: cover;
		background-position: center;
		padding: 50px 0px;
		background-repeat: no-repeat;
	}


	.home-visit-program-information-image img {
		margin-bottom: 0px;
	}


	.home-visit-program-information-text-container-left {

		position: relative;
		top: 0;
		left: 0;
		max-width: 900px;
		width: 100%;
		padding: 20px;
		background-color: white;
		margin-bottom: 30px;
        box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);

	}


	.home-visit-program-information-text-container-right {

		position: relative;
		top: 0;
		right: 0;
		max-width: 900px;
		width: 100%;
		padding: 20px;
		background-color: white;
		margin-bottom: 30px;
       box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);

	}

}


@media only screen and (max-width: 1200px) {


	.home-visit-program-information-title a {
		font-size: 24px;
	}


	.tablet-center {
		text-align: center !important;
	}

  
  #search-cta {
	
	margin-left: 12px;
}

}


@media only screen and (max-width: 991px) {
	h2 {
		font-size: 24px;
	}


	.home-info-container:nth-of-type(2) {
		border-right: 0px;
	}


	.home-info-container:last-child {

		border-right: 20px solid white;


	}

	.home-new-paltz-news-background {

		background-image: url("/media/home-page/home_news_background_mobile.gif");
		background-size: cover;

		padding: 50px 0px 0px 0px;


	}
  
    .video-container:hover .video-controls-container
    {
        display: none;
    }
  
    .video-container
    {
       margin-bottom: 0px; 
    }
   
    .home-visit-program-information-text-container-left, .home-visit-program-information-text-container-right {

		height: 450px;

	}


    
   

}


@media only screen and (max-width: 768px) {
   

	.home-info-container {
		border-right: 0px !important;
	}


	.home-rankings-background {
		padding: 50px 0px 20px 0px !important;
		background-position: center;
	}
  
   .upcoming-events-container {
	
	border-bottom: 3px solid #f58426;

	width: 100%;
	
   }
	
	
#upcoming-events .upcoming-events-container:nth-child(odd)
{
	margin-right: 0px;
}
		
#upcoming-events .upcoming-events-container:nth-last-of-type(-n+2)
{
	border-bottom: 3px solid #f58426;
}

#upcoming-events .upcoming-events-container:last-of-type
{
	border-bottom: 0px;
}
	
.home-visit-program-information-text-container-left, .home-visit-program-information-text-container-right {
		height: auto;
}
  
  .btn-primary
  {
     max-width: 390px;
     width: 100%;
    
  }
  
  
  
  
}


























































































