body {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
    overflow-x: hidden !important; 
}

h1,
h1.home-page,
h2,
h3,
h4 {
	font-weight: 600;
}

h1 {
	font-size: 36px;
}

h1.home-page {
	font-size: 55px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

.small {
	font-size: 12px;
}

.medium {
	font-size: 14px;
}

.normal {
	font-size: 16px;
}

.large {
	font-size: 18px;
}

.x-large {
	font-size: 22px;
}

.xx-large {
	font-size: 26px;
}

.xxx-large {
	font-size: 36px;
}

.xxxx-large {
	font-size: 38px;
}

.white-text {
	color: #ffffff;
}

.purple-text {
	color: #9d2378;
}

.home-hero-lead-text {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
}

.home-hero-sub-text
{
    font-size: 18px;
}

.home-hero-caption
{
    font-size: 0.875em;
    color: #6c757d;
    margin-left: 38px;
    margin-top: 10px;
}

.lead-text {
	font-size: 36px;
	font-weight: 600;
}

.lead-text-2 {
	font-size: 26px;
	font-weight: 600;
}

.extra-bold {
	font-weight: 800;
}

/* Link Styles */

a {
	text-decoration: none;
}

a.white:link,
a.white:visited {
	color: white !important;
}

a.underline:link,
a.underline:visited
{
	text-decoration: underline;
}

a.underline:hover
{
    text-decoration: none !important;
}

#home-page-content a:link,
#landing-page-content a:link,
#home-page-content a:visited,
#landing-page-content a:visited {
	color: #9d2378;
}

#footer a:link,
#footer a:visited {
	color: #000000;
}

#home-page-content a:hover,
#landing-page-content a:hover,
#footer a:hover {
	text-decoration: underline;
}

.btn.btn-primary a:hover{
	text-decoration: none !important;
}

/* Button Styles */

.btn {
	border-radius: 0px !important;
	padding: 10px 25px 10px 25px !important;
}

.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
	color: #ffffff;
	background-color: #9d2378 !important;
	border-color: #9d2378 !important;
	outline: none !important;
	box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary.email-signup:hover {
	background-color: #871e77 !important;
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.btn.email-signup {
	border-radius: 0px !important;
	padding: 12px 25px 12px 25px !important;
}

.btn-primary.email-signup,
.btn-primary.email-signup:active,
.btn-primary.email-signup:visited {
	color: #ffffff;
	background-color: #9d2378 !important;
	border: 2px solid #ffffff !important;
}


/* Header Styles */

#header {
	/*border-bottom: 1px solid #A0A0A0; */
	margin-bottom: 0px;
}

.header-logo img {
	max-width: 304px !important;
	margin-left: -12px;
}


/* Sticky Header Styles */

#sticky-header-container
{
   background-color: white; 
   z-index: 999;
}

.sticky-header {
	padding: 10px 0px;
	background: #ffffff;
	z-index: 77777777777777;
}

.sticky-header-remove-margin {
	margin: -48px 0px -20px 0px;
	background-color: transparent !important;
}

.sticky-header-border-bottom {
	border-bottom: 1px solid #A0A0A0;
}

.sticky-content {
	padding: 0px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	border-top: 5px solid #000000;
}

.sticky+.sticky-content {
	padding-top: 200px;
}


/* Navigation Styles */

.navbar-light .navbar-nav .nav-link {
	color: #000000 !important;
	font-size: 20px;
	font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
	font-weight: bold;
	
}

.navbar-light .navbar-nav .nav-link::before {
	display: block;
	content: attr(data-text);
	font-weight: bold;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.navbar-nav {
	margin-top: 62px;
	margin-right: -50px;
	padding: 22px;
}

.nav-link:focus {
	outline: none !important;
	box-shadow: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
	outline: none !important;
	box-shadow: none !important;
}

.navbar-toggler {
	border: 0px solid transparent !important;
	padding: 0px .75rem !important;
	position: absolute;
	left: 0px;
    top: 40px;
}

.dropdown-menu {
	background-color: #9d2378;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0 !important;
}

.dropdown-item {
    font-size: 18px;
	color: white !important;
	background-color: #9d2378;
}

.dropdown-menu>li>a:hover {
	color: white !important;
	background-image: none;
	background-color: #9d2378;
}


/* Search Bar Styles */

.search-bar-container {
	position: absolute;
	top: 52px;
	right: -10px;
	width: 700px;
	z-index: 77777777777777;
}

.searchbar {
	position: relative;
	min-width: 28px;
	width: 0%;
	height: 28px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.searchbar-input {
	top: 0;
	right: 0;
	border: 1px solid gray;
	outline: 0;
	background: #ffffff;
	width: 100%;
	height: 28px;
	margin: 0;
	padding: 0px 55px 0px 20px;
	font-size: 16px;
	color: gray;
	border-radius: 70px;
}

.searchbar-input::-webkit-input-placeholder {
	color: gray;
}

.searchbar-input:-moz-placeholder {
	color: gray;
}

.searchbar-input::-moz-placeholder {
	color: gray;
}

.searchbar-input:-ms-input-placeholder {
	color: gray;
}

.searchbar-icon,
.searchbar-submit {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: 0px;
	font-family: verdana;
	font-size: 16px;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	color: gray;
	background: #ffffff;
}

.searchbar-icon img
{
	max-width: 20px !important;
}

.searchbar-border-left {
	border-left: 1px solid gray;
}

.searchbar-open {
	width: 580px;
}

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A0A0A0 !important;
  opacity: 1; /* Firefox */
 
}



/* Page Layout Styles */
.container-fluid
{  padding: 0px !important;
   margin: 0px !important; 
}

.vertical-align-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

img
{ 
	max-width: 100% !important;
	height: auto !important;
}

.figure img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.container-fluid {
	margin: 0px !important;
}

.page-wrapper {
	max-width: 1650px;
	margin: 0px auto;
}

hr {
	margin: 50px 0px;
}


.positon-bottom {
	display: block;
	position: absolute;
	bottom: 0;
}

.position-relative {
	position: relative;
}

.align-div-center {
	margin: 0px auto;
}

.mobile-show {
	display: none;
}


.accessibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Home Page Styles */

#mobile-home-hero-caption
{
   display: none; 
}


#desktop-home-hero-caption
{
   display: block; 
}


.home-hero-container {
	position: relative;
	padding: 0px;
	margin: 0px;
	z-index: 0;
}

.home-hero-text-container-1 {
	position: absolute;
	bottom: 74px;
}

.home-hero-text-container-2 {
	position: absolute;
	bottom: 25px;
}

.home-hero-text-container-1, .home-hero-text-container-2
{
	background-color: #FFFFFF;
	padding: 7px 50px 7px 12px;
	margin: 0px 25px 25px 38px;
	display: none;
}

.mobile-home-hero-text-container {
	background-color: black;
	color: white !important;
	padding: 20px 25px 25px 25px;
	margin-top: -1px;
	display: none;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 8px 17px;
}

.home-box-gray {
	background-color: #c2d1d4;
	height: 100%;
	padding: 40px 20px 40px 20px;
}

.home-feature-background {
	position: relative;
	height: 898px;
	margin: 0px;
	width: 100%;
	background-image: url('/media/museum/2021-redesign/home_feature_background.gif');
	background-size: cover;
	background-position: center;
	padding: 25px;
	background-color: #eaeaec;
}

.home-feature-container {
	padding: 0px 40px 0px 40px;
}

.home-feature-header-text-container {
	margin: 38px 0px;
}

.home-content-wrapper {
	max-width: 1200px;
	margin: 0px auto;
}


/* Landing Page Content Styles */

#landing-page h1,
h2,
h2,
h4 {
	margin-bottom: 34px;
}

.landing-page-container {
	max-width: 1488px;
	padding-bottom: 80px;
	word-wrap: break-word;
}

.landing-page-title {
	border-bottom: 1px solid lightgray;
	padding-bottom: 10px;
	margin-top: 70px;
	margin-bottom: 70px;
	text-transform: uppercase;
}

.feature-box-gray img {
	max-width: 400px;
	margin: 20px 0px
}

.feature-box-gray {
	background-color: #d8d9da;
	max-width: 450px;
	width: 100%;
	padding: 40px 16px 40px 16px;
}


/* Social Icons */

ul.social-icons {
	margin-top: 25px;
}

ul.social-icons li {
	display: inline-block;
	list-style-type: none;
	margin-right: 14px;
}

ul.social-icons li img {
	max-width: 40px !important;
	width: 100%;
}


ul.social-icons li:hover {
	
	transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
}


/* Email Signup Box Styles */

.email-signup-container {
	background-color: #9d2378;
	padding: 16px 30px 16px 30px;
	color: white;
	font-weight: 300;
}

.form-control.email-signup {
	padding: 12px;
	margin-bottom: 20px;
	border-radius: 0px;
}


/* Footer Styles */

.footer-container {
	padding: 160px 25px 10px 25px;
	line-height: 28px;
	background-color: #c2d1d4;
}

.footer-links-container
{
    position: absolute; 
    bottom: 0; 
    width:100%;
}

.newpaltz-footer-logo img {
	max-width: 340px !important;
	width: 100% !important;
	float: right;
}

.fpa-footer-logo img {
	max-width: 200px !important;
	width: 100% !important;
}

hr.footer
{
    height: 2px;
	width: 84%;
    background-color: #000000;
	border-color: #000000;
    border: none;
	margin: auto;
}

.hr-footer-container
{
	margin: 10px 0px 25px 0px;
}


@media all and (min-width: 1100px) {
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1.1rem;
	}
	.navbar .dropdown-menu-end {
		right: 0px;
		left: auto;
	}
	.navbar .nav-item .dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		margin-top: 0;
	}
	.navbar .nav-item:hover .nav-link {
		color: #fff;
	}
	.navbar .dropdown-menu.fade-down {
		top: 80%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
	}
	.navbar .dropdown-menu.fade-up {
		top: 180%;
	}
	.navbar .nav-item:hover .dropdown-menu {
		transition: .3s;
		opacity: 1;
		visibility: visible;
		top: 100%;
		transform: rotateX(0deg);
	}
	
	
}

/* Add left and right padding to Header Logo And Navigation On Laptops */
@media only screen and (max-width: 1820px) {
	.header-logo img {
		margin-left: 40px;
	}
	.navbar-nav {
		margin-right: -5px;
	}
	.search-bar-container {
		right: 34px;
	}
}


/* Decrease navigation font size */
@media only screen and (max-width: 1430px) {
    .navbar-light .navbar-nav .nav-link {
	   font-size: 18px;
    }
    .dropdown-item {
       font-size: 16px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (max-width: 1200px) {
   
    .navbar-light .navbar-nav .nav-link {
		font-size: 16px;
	}
    
  
	h1.home-page {
		font-size: 48px !important;
	}
	
	
	.home-hero-lead-text {
		font-size: 28px;
		font-weight: bold;
		letter-spacing: 2px;
	}
	
	.lead-text {
		font-size: 28px;
	}
	.input-group {
		position: relative;
		top: auto;
		right: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 100%;
	}
	.mobile-show {
		display: block;
	}
  
  
}


/* Extra Large devices (laptops/desktops, 1099px) */

@media only screen and (max-width: 1099px) {

	
	h1.home-page {
		font-size: 38px !important;
	}
	.header-logo img {
		margin: 0px auto;
	}
	#sticky-header-container {
		margin-bottom: 25px;
	}
	.sticky+.sticky-content {
		padding-top: 170px;
	}
	.sticky-header-remove-margin {
		margin: -38px 0px -10px 0px !important;
	
	}
    .sticky {
      padding: 20px 0px;
    }
	.home-hero-text-container-1 {
		display: none;
	}
	.home-hero-text-container-2 {
		display: none;
	}
    #mobile-home-hero-caption
    {
       display: block; 
    }
    #desktop-home-hero-caption
    {
       display: none; 
    }
	.navbar-nav {
		margin-top: 0px;
		padding: 22px;
	}
	.navbar-brand {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.navbar-collapse {
		margin-left: -12px;
		margin-right: -12px;
		background-color: #9d2378;
		margin-top: 25px;
		margin-bottom: -8px;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #ffffff !important;
	}
	.search-bar-container {
		margin-top: 25px;
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
	}
	.searchbar {
		width: 100%;
	}
	.searchbar-icon,
	.searchbar-submit {
		border-left: 1px solid #000000;
	}
	.dropdown-menu {
		background-color: #9d2378 !important;
		border: 0px !important;
	}
	.dropdown-item {
		color: #ffffff !important;
		background-color: #9d2378 !important;
	}
	.home-feature-background {
		height: 1290px;
	}
	.home-feature-container {
		padding: 28px;
	}
	.home-feature-header-text-container {
		margin: 34px 8px 0px 0px;
	}
	.newpaltz-footer-logo img {
		float: none;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.tablet-center {
		text-align: center;
	}
}


/* Medium devices (landscape tablets, 768px) */

@media only screen and (max-width: 768px) {
    
   #sticky-header-container
   {
     margin-bottom: 10px
   }
   
  
    .sticky+.sticky-content {
		padding-top: 148px;
	}
	.lead-text {
		font-size: 22px;
	}
	.searchbar {
		min-width: 30px;
		height: 30px;
	}
	.searchbar-input {
		height: 30px;
	}
	.searchbar-icon,
	.searchbar-submit {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.home-feature-header-text-container {
		margin: 34px 0px 0px 0px;
	}
	.footer-container {
		padding: 170px 20px 130px 20px;
	}
    .newpaltz-footer-logo img {
	    margin-bottom: 40px;
	}
    .fpa-footer-logo img {
	    margin-bottom: 40px;
    }
	.btn {
		margin-bottom: 25px;
	}
	.mobile-center {
		text-align: center;
	}
	.pb-5 {
		margin-bottom: 1rem !important;
	}
	.mb-5 {
		margin-bottom: 1rem !important;
	}
}


/* Extra small devices (phones, 578px) */

@media only screen and (max-width: 600px) {
	h1.home-page
    {
      font-size: 30px !important; 
    }
  
    .navbar-toggler
    {
      top: 28px;    
    }
  
   .sticky+.sticky-content {
		padding-top: 130px;
	}
	.header-logo img {
		max-width: 218px !important;
	}
	.home-hero-lead-text {
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 2px;
	}
    .home-hero-sub-text
    {
        font-size: 16px;
    }
  
    .home-hero-caption
    {
      text-align: center;
      margin: 0px 10px;
      font-size: 14px;
    }
   
	.home-feature-container {
		padding: 28px 0px 28px 0px;
	}
	.landing-page-container {
		padding: 0px 8px;
	}
	.newpaltz-footer-logo img {
		max-width: 260px !important;
	}
    
    .fpa-footer-logo img {
        max-width: 160px !important;
    }
  
  
}

@media only screen and (max-width: 480px) {
	 .navbar-toggler
    {
      top: 23px;    
    }
    
	.header-logo img {
		max-width: 188px !important;
	}
}


@media only screen and (max-width: 320px) {
	
   .navbar-toggler
    {
      top: 19px;    
    }
  
	.header-logo img {
		max-width: 148px !important;
        margin-left: 30px;
	}
}


























