/*
Theme Name: Queens Historical Society
Theme URI: http://queenshistoricalsociety.org;
Description: QHS Website v1.8
Author: Rich Prior Design
Author URI: http://richpriordesign.com
Template: 
Version: 1.8
*/

/****
COLORS

PURPLE: #AB4298
BLUE: #2E3092
ORANGE: #F16323

****/

/**** CAROUSEL ****/

html,
body{
	margin:0;
	padding:0;
	background-color:#FFF;
	font-family:'Work Sans', "Helvetica", "Arial";
}

html{
	font-size: 62.5%;
}

body{
	font-size:1.4rem;
}

.purple{
	color: #AB4298;
}

.blue{
	color: #2E3092;
}

.orange{
	color: #F16323;
}

/**** GRID SYSTEM ****/

/*.row{
		width:85% !important;
}
*/

/*.container{
	width:1170px;
}*/

.container-fluid{
	padding:0;
}

.container-card{
	padding-left:15px;
	padding-right:15px;
}

.education-row{
	margin-bottom:25px;
}

.content-txt{
	margin-top:-60px;
	margin-top:-6rem;
	background-color:#FFF;
}


/*.row-sp{
		padding:0px;
}
*/
/*.col-sm-4{
	padding-left:0px;
	padding-right:5px;
}*/

.verti{
	display:none;
	z-index:5000;

}




/**** NAVIGATION ****/

ul{
	margin:0;
	padding:0;
}

.sidebar{
	margin-top:-70px;
	background-color:#FFF;
	border:.5px solid #7D7D7D;
	display:none;
}

.sidebar:first-of-type{
	border-top:0;
}

.sidebar-alt{
	background-color:#FFF;
	border:.5px solid #7D7D7D;
	display:none;
}

.sidebar-alt:first-of-type{
	border-top:0;
}

.sidebar-link li{
	padding:12px 15px;
	border-top:.5px solid #7D7D7D;
	width:100%;
}

a.sidebar-link{
	color:#4B4B4B;
	text-decoration:none;
}

.price{
	padding-top:20px;
	padding-bottom:10px;
	color:#212121;
	font-size:36px;
}

.side-btn{
	width:200px;
	margin-top:0px !important;
	color:#FFF;
	font-weight:bold;
	background-color:#2E3092 !important;
}

.side-btn:hover{
	background-color:#AB4298 !important;
}

.back-btn{
	width:200px;
	margin-top:0px !important;
	color:#FFF;
	font-weight:bold;
	background-color:#AB4298 !important;
}

.back-btn:hover{
	background-color:#2E3092 !important;
}

.navbar{
	width:100%;
	min-height:80px;
	margin-bottom:0px;
	border:0;
	background-color:#FFF;
/*	position:fixed;
*/	z-index:5000;
	border-radius:0;
}

.navbar .navbar-nav li a{
	font-size:30px;
	padding-top:30px;
	padding-bottom:30px;
}

.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:active{
	color:#2E3092;
}

.navbar .navbar-nav li a.nav-btn{
	max-width:130px;
	margin-top:16px;
	margin-left:20px;
	padding:12px 30px;
	background-color:#FFF;
	border:3px solid #2E3092;
	color:#2E3092;
	transition:ease .25s;
}

.navbar .navbar-nav li a.nav-btn:hover,
.navbar .navbar-nav li a.nav-btn:focus,
.navbar .navbar-nav li a.nav-btn:active{
	background-color:#2E3092;
	color:#FFF;

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:0px;
}

a.dropdown-toggle{
	font-size:30px;
	padding-top:10px;
	padding-bottom:10px;
}

ul.dropdown-menu{
	border-radius:0px;
	border:0px;
}

.navbar .navbar-nav .dropdown-menu li a{
	font-size:24px;
	padding-top:10px;
	padding-bottom:10px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	color:#FFF;
	background-color:#AB4298;
}

.purchase-row{
	text-align:center;
	display:block;
}

.navbar-default .navbar-toggle{
	margin-top:20px;
	margin-left:25px;
	border:0px;
}

.navbar-toggle .icon-bar{
	border-radius:0px;
	width:33px;
	background-color:#777 !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active{
	background-color:#EEE;
	border-radius:0px;
}

.navbar .navbar-nav .dropdown-menu li a:hover{
	color:#F16323;

}

.nav-logo{
	width:125px;
}

.brand{
	position:absolute;
	left:50%;
	margin-left:-75px;
	display:block;
}

.brand-mobile{
	display:block;
}

.brand-desktop{
	display:none;
}

.navbar-brand{
	padding-right:0px;
}

.navbar-brand>img{
	margin-top:-2px;
}

a{
	color: #F16323;
}

a:hover,
a:focus,
a:active{
	color:#F16323;
}



@media only screen and (min-width: 768px){	
	.sidebar{
		display:block;
	}

	.sidebar-alt{
		display:block;
	}
	.verti{
		width:250px;
		margin-top:-75px;
		background-color:#F16323;
		position:fixed;
		top:50%;
		left:0;
		display:inline-block;
	}

	.purchase-row{
		display:none;
	}

	.price{
		padding-top:20px;
		padding-bottom:20px;
		color:#FFF;
		font-size:50px;
		text-align:center;
	}

	.side-btn{
		width:250px;
		margin-top:0px !important;
		color:#FFF;
		font-weight:bold;
		background-color:#2E3092 !important;
	}

	.back-btn{
		width:250px;
		margin-top:0px !important;
		color:#FFF;
		font-weight:bold;
		background-color:#AB4298 !important;
	}
}
/**** CAROUSEL ****/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 500px;*/
}

#carousel-example-generic{
  margin-bottom: 30px;
  margin-top:0px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom:0px;
  display:block;
}

.carousel-indicators{
	display:none;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /*height:auto;*/
  background-color: #777;
}
.carousel-inner > .item > img {
  /*position: absolute;
  top: 0;
  left: 0;*/
/*  min-width: 100%;
*/  /*height: 500px;*/
}

.slide-container{
	margin-top:0px;
}

.slider-arrow{
	font-size:30px !important;
}

/**** CARD DESIGN ****/

.card{
	margin-top:1.5em;
	margin-top:15px;
	max-width:100%;
	height:auto;
	border:0px;
	border-top:1px solid #ccc;

}

.card-feature{
	width:100%;
	height:auto;
	margin-bottom:50px;
	padding-left:15px;
	padding-right:15px;
}

.card-content{
	padding-top:15px;
	padding-left:15px;
	padding-bottom:25px;
}

.card-date{
	padding-top:10px;
	padding-left:15px;
	padding-bottom:25px;
	border-top:1px solid #CCC;
	background-color:#EEE;
}

.card-img{
	min-width:100%;
/*	height:200px;
	background-color:lightgray;*/
}

.card p{
	padding-top:10px;
	padding-left:10px;
}

.content-text{
	height:auto;
	margin-bottom:25px;
	margin-bottom:2.5rem;
}

.content-headline{
	padding-top:24px;
	padding-top:2.4rem;
	padding-right:15px;
	padding-right:1.5rem;
	padding-bottom:20px;
	padding-bottom:2rem;
	font-size:36px;
	font-size:3.6rem;
	line-height:34px;
	line-height:3.4rem;
	font-weight:700;
}

.card-headline{
	padding-right:15px;
	padding-right:1.5rem;
	padding-bottom:24px;
	padding-bottom:2.4rem;
	font-size:24px;
	font-size:2.4rem;
	line-height:28px;
	line-height:2.8rem;
	font-weight:700;
}

.content-des{
/*	margin-top:20px;*/
	padding:10px 20px 10px;
	font-size:16px;
/*	min-height:66px;
*/}

.feature-headline{
	font-size:24px;
	line-height:28px;
	font-weight:700;
	text-transform:uppercase;
	min-height:0px;
}

.feature-des{
	margin-top:10px;
	margin-bottom:20px;
	font-size:16px;
	font-size:1.6rem;
	min-height:0px;
}

.feature-des-primary{
	margin-top:10px;
	margin-bottom:20px;
	font-size:18px;
	font-size:1.8rem;
	min-height:0px;
}

.feature-headline-primary{
	font-size:24px;
	line-height:28px;
	font-weight:700;
	text-transform:uppercase;
	min-height:0px;
}


p.day,
p.date,
p.time{
	padding-top:0px;
	font-size:16px;
	font-weight:bold;
	white-space:nowrap;
}

p .content-txt{
	font-size:19px;
	font-size:1.9rem;
	padding-left:5px;
	padding-left:.5rem;
	padding-right:5px;
	padding-right:.5rem;
}



.education-headline{
	margin-top:25px;
	font-size:24px;
	line-height:28px;
	font-weight:700;
	text-transform:uppercase;
}

a .education-headline:hover{
	color:#F16323;
	text-decoration:none;
}

@media only screen and (min-width:480px){
	.card-img{
/*		min-width:100%;
*/	}
}

@media only screen and (min-width:768px){
	.content-text{
		height:auto;
		margin-bottom:25px;
	}

	.card-img{
		max-width:100%;
	}

	.card{
	  margin-top:25px;
	  min-width:250px;
	  height:auto;
	  border:#CCC solid 1px;
	}

	.event-card{
		margin-top:25px;
	}

	.card-feature{
		padding-left:0px;
		padding-right:0px;
	}

	.feature-headline{
		min-height:56px;
	}

	.feature-des{
		min-height:110px;
	}

	/**** PAGES ****/
	p .content-txt{
	padding-left:0;
	padding-right:0;
	}

}


@media only screen and (min-width:992px){
	.content-text{
		height:280px;
	}

	.feature-des{
		min-height:88px;
	}
}

/*** TYPOGRAPHY ****/

h1{
	margin:0;
	padding:0;
	font-size:36px;
	font-size:3.6rem;
}

h2{
	font-size:48px;
	font-size:4.8rem;
	margin-top:25px;
	margin-bottom:25px;
	font-weight:800;
}

h2.home-sub{
	margin-top:25px;
	/*margin-left:15px;*/
}

h2.visit-sub{
	margin-top:25px;
}

h3{
	color:#F16323;
}

h3.slider-subhead{
	font-size:20px;
	font-size:2rem;
	font-weight:900;
	color:#FFF;
}

h4{
	margin:0;
	font-size:18px;
	font-size:1.8rem;
	line-height:21px;
	line-height:2.1rem;
	font-weight:700;
}

h4.job{
	font-size:14px;
	font-size:1.4rem;
	line-height:14px;
	line-height:1.4rem;
	padding-bottom:10px;
	padding-top:10px;
}

h4.job-single-line{
	font-size:14px;
	font-size:1.4rem;
	line-height:14px;
	line-height:1.4rem;
	padding-top:10px;
	padding-bottom:10px;
}

h5{
	font-size:12px;
	font-size:1.2rem;
}

h6{
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	margin-top:0px;
	padding-left:10px;
	padding-left:1rem;
	/*display:inline;*/
}

p{
	margin:0px;
	padding:0px;
	font-size:16px;
	font-size:1.6rem;
	color:#212121;
}

.bold{
	font-weight:bold !important;
}

.side-headline{
	margin-top:0px;
}

.tundora{
	color:#4B4B4B
}

.gray{
}

.topic-education{
	margin-top:20px;
	color:#F16323;
	font-size:16px;
	font-size:1.6rem;
	text-transform:uppercase;
}

.align-reset{
	text-align:left;
	padding-bottom:50px;
	padding-left:25px;
}

.location-visit{
	text-align:center;
}

.text-center{
	text-align:center;
}

.post-text{
	padding-top:25px;
}


.press-date{
	font-size:14px;
	margin-bottom:25px;
}

/**** LINKS ****/
a:hover{
	color:#AB4298;
	text-decoration:none;
}

.press-link{
	color:#F16323;
	font-size:24px;	
}

.press-link:hover{
	color:#AB4298;
}

a.head-inherit{
	color:#333 !important;
	font-size:inherit;
	text-decoration:none;
	padding:inherit;
	margin:inherit;
	cursor:pointer;
}

a.head-inherit:hover,
a.head-inherit:focus{
	color:inherit;
	font-size:inherit;
	text-decoration:none;
}


/**** BUTTONS ****/

.btn{
	margin-top:25px;
	padding:10px 40px;
	background-color:#2E3092;
	color:#FFF;
	border-radius:0px;
	font-size:18px;
	font-size:1.8rem;
}

.btn:hover{
	color:#FFF;
	background-color:#AB4298;
}

.btn-prime{
	margin-top:5px;
	padding:10px 40px;
	background-color:#2E3092;
	color:#FFF;
	border-radius:0px;
	font-size:18px;
	font-size:1.8rem;
}

.btn-prime:hover{
	color:#FFF;
	background-color:#AB4298;
}

.card-btn{
	margin-top:15px;
	margin-left:10px;
	padding:10px 40px;
	background-color:#710C26;
	color:#FFF;
	border-radius:0px;
	font-size:18px;
	font-size:1.8rem;
}

.card-btn:hover{
	color:#FFF;
}

.btn-sm{
	margin-top:15px;
	margin-left:10px;
	padding:10px 20px;
}

.btn-lg{
	margin-top:0px;
	padding:10px 25px;
	font-size:16px;
	font-size:1.6rem;
	letter-spacing:.05rem;
	font-weight:800;
	border:0px;
}

.event-btn{
	margin-top:25px;
	padding:25px 10px;
	width:250px;
}

.event-card-headline{
	padding-bottom:5px !important;
}

.notron-headline{
	margin-top:50px; /*Was 105px*/
	margin-bottom:45px;
	font-weight:bold;
}

@media only screen and (min-width:992px){
	.btn-sm{
		margin-left:0px;
	}
}

/**** LANDING MAP MODULE ****/

.map-row{
	margin-top:50px;
	margin-top:5rem;

}

.hours{
	margin-top:25px;
}

/**** CONTENT PAGES ****/
  /**** SIDE BAR ****/

  ul{
  	list-style:none;
  }

  li.sidebar-link{
  	font-size:16px;
  	font-size:1.6rem;
  	padding:15px;
  	letter-spacing:.5px;
  }

  .sidebar-link:hover li{
  	background-color:#CCC;
  	color:#4B4B4B;
	transition: .35s ease;
  }

  /*.sidebar-link:hover li{
  	color:#710C26;
  	font-weight:bold;
	transition: .35s ease;
  }*/

  .active{
  	background-color:#AB4298;
  	color:#FFF;
  	font-weight:bold;
  }

  li.active:hover{
  	background-color:#AB4298;
  	color:#FFF;
  }


/**** JUMBOTRONS ****/

.about-tron{
	background: url("images/jumbotrons/about-bkg.jpg") no-repeat scroll;
	background-size:cover;
	height:350px;
}

.staff-tron{
	background: url("images/jumbotrons/staff-bkg.jpg") no-repeat scroll 60%;
	background-size:cover; 
	height:350px;
}

.board-tron{
	background: url("images/jumbotrons/board-bkg.jpg") no-repeat scroll 60%;
	background-size:cover; 
	height:350px;
}

.events-tron{
	background: url("images/jumbotrons/events-bkg.jpg") no-repeat scroll 60%;
	background-size:cover; 
	height:350px;
}

.location-tron{
	background: url("images/jumbotrons/location-bkg.jpg") no-repeat scroll 60%;
	background-size:cover; 
	height:350px;
}

.timeline-tron{
	background: url("images/jumbotrons/timeline-bkg.jpg") no-repeat scroll 60%;
	background-size:cover; 
	height:350px;
}

.kingsland-tron{
	background: url("images/jumbotrons/kingsland-bkg.jpg") no-repeat scroll 60%;
	background-size:cover; 
	height:350px;
}


.weepingbeech-tron{
	background: url("images/jumbotrons/weepingbeech-bkg.jpg") no-repeat scroll 60%;
	background-size:cover; 
	height:350px;
}

.moorejackson-tron{
	background: url("images/jumbotrons/moorejackson-bkg.jpg") no-repeat scroll 60%;
	background-size:cover; 
	height:350px;
}

.rental-tron{
	background: url("images/jumbotrons/rental-bkg.jpg") no-repeat scroll 60%;
	background-size:cover; 
	height:350px;
}


.press-tron{
	background: url("images/jumbotrons/press-bkg.jpg") no-repeat scroll 60%;
	background-size:cover; 
	height:350px;
}

.newsletter-tron{
	background: url("images/jumbotrons/newsletter-bkg.jpg") no-repeat scroll 60%;
	background-size:cover; 
	height:350px;
}

.education-tron{
	background: url("images/jumbotrons/education-bkg.jpg") no-repeat scroll 60%;
	background-size:cover;
	height:350px;
}

.library-tron{
	background:url("images/jumbotrons/library-bkg.jpg") no-repeat scroll 60%;
	background-size:cover;
	height:350px;
}

.donors-tron{
	background:url("images/jumbotrons/donors-bkg.jpg") no-repeat scroll 60%;
	background-size:cover;
	height:350px;
}

.volunteers-tron{
	background:url("images/jumbotrons/volunteers-bkg.jpg") no-repeat scroll 60%;
	background-size:cover;
	height:350px;
}

/**** PAGES ****/

.page-text{
	height:auto;
	margin-bottom:25px;
	margin-bottom:2.5rem;
}

.page-txt p{
	padding-left:10px;
	padding-left:1rem;
	padding-right:10px;
	padding-right:1rem;
}

.page-txt-alt p{
	padding-left:0px;
	padding-left:0rem;
}

.page-headline{
	width:320px;
	margin-top:-70px;
	margin-top:-7rem;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	padding-top:2.5rem;
	padding-bottom:50px;
	padding-bottom:5rem;
	padding-left:0;
	padding-right:0;
	font-size:36px;
	font-size:3.6rem;
	line-height:34px;
	line-height:3.4rem;
	font-weight:700;
	background-color:#FFF;
	text-align:center;
}

.page-headline-alt{
	width:320px;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	padding-top:2.5rem;
	padding-bottom:25px;
	padding-bottom:2.5rem;
	padding-left:0;
	padding-right:0;
	font-size:36px;
	font-size:3.6rem;
	line-height:34px;
	line-height:3.4rem;
	font-weight:700;
	background-color:#FFF;
	text-align:center;
}

.staff-content{
	padding-top:25px;
}

#staff p{
	padding-left:0px;
}

#staff p a{
	display:block;
	margin-bottom:25px;
}

.staff-img-container{
	margin:0 auto 10px;
}

.staff-section{
	text-align:center;
}

/****PAGES - TIMELINE****/
p.timeline-event{
	padding:0px 0px 20px 10px;
}

.timeline-date{
	/*padding-left:5px;*/
	font-weight:bold;
}

.less-pad{
	padding-left:15px;
	padding-right:15px;
}

/**** PAGES - BOARD ****/

.board-text p{
	padding-bottom:10px;
}

/**** PAGES DIRECTIONS ****/

.directions{
	padding-left:1rem;
	padding-right:1rem;
}

.directions h4{
	text-align:left;
	padding-bottom:5px;

}

.directions p{
	text-align:left;
	margin-bottom:25px;
}

.direction-hours{
	padding-left:1rem;
	padding-right:1rem;
	margin-bottom:0px;
}

/**** ICONS ****/
.side-arrow{
	top:3px;
}

/**** JOIN PAGE ****/

#join-section{
	padding-top:60px;
	padding-bottom:60px;
	/* background-color:#F16323; */
	background-color:#AB4298;
	background-image: url(images/join-hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.join-head-hero{
	font-size:34px;
	font-weight:800;
	text-align:center;
	color:#000;
	text-shadow: 0px 0px 90px #000;
}

.join-head{
	font-size:34px;
	font-weight:800;
	text-align:center;
	color:#FFF;
	text-shadow: 0px 0px 90px #000;
}


.join-head:hover{
	color:#F16323;
}

.join-subhead{
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	text-align:center;
	max-width:600px;
	display:block;
	margin:30px auto;
	color:#FFF;
	text-shadow: 0px 0px 90px #000;
}

.join-btn{
	max-width:200px;
	margin-top:18px;
	padding:12px 30px;
	background-color:#FFF;
	background-color:rgba(255,255,255,0);
	border:3px solid #FFF;
	color:#FFF;
	transition:ease .25s;
	text-align:center;
	font-size:18px;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	margin-right:25px;
	cursor:pointer;
}

.join-btn:hover,
.join-btn:focus,
.join-btn:active{
	/* background-color:#F16323;
	border:3px solid #F16323; */
	background-color:#FFF;
	border:3px solid #FFF;
	color:#AB4298;
}

.donate-btn{
	max-width:200px;
	margin-top:18px;
	margin-left:20px;
	padding:12px 30px;
	background-color:#FFF;
	background-color:rgba(255,255,255,0);
	border:3px solid #FFF;
	color:#FFF;
	transition:ease .25s;
	text-align:center;
	font-size:18px;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
}

.donate-btn:hover,
.donate-btn:focus,
.donate-btn:active{
	/* background-color:#AB4298;
	border:3px solid #AB4298; */
	/* background-color:#F16323;
	border:3px solid #F16323; */
	background-color:#FFF;
	border:3px solid #FFF;
	color:#AB4298;
}

.support-donate-btn{
	max-width:200px;
	margin-top:18px;
	margin-left:20px;
	padding:12px 30px;
	background-color:#FFF;
	background-color:rgba(255,255,255,0);
	border:3px solid #FFF;
	color:#FFF;
	transition:ease .25s;
	text-align:center;
	font-size:18px;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
}

.support-donate-btn:hover,
.support-donate-btn:focus,
.support-donate-btn:active{
	/* background-color:#AB4298;
	border:3px solid #AB4298; */
	background-color:#F16323;
	border:3px solid #F16323;
	color:#FFF;
}

.center-btns{
	text-align:center;
}

#memberships{
	padding-top:60px;
	padding-bottom:60px;
}

.membership{
	font-size:34px;
	font-weight:800;
	text-align:left;
	line-height: 60px;
}

.membership-wrapper{
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
}

.membership-type{
	font-size:24px;
	font-weight:bold;
}

.donate-type{
	margin-bottom: 20px;
	font-size:24px;
	font-weight:700;
	color:#212121;
	text-align: center;
	/* text-shadow: 0px 0px 90px #000; */
}

.membership-list{
	text-align:left;
/*	padding-left: 30px;
*/}

.benefits{
	font-size:16px;
	padding-top:15px;
}

.highlight1{
	color:#F16323;
	font-weight: 700;
}

.highlight2{
	color:#AB4298;
	font-weight: 700;
}

.highlight3{
	color:#2E3092;
	font-weight: 700;
}


.purchase-btn{
	max-width:300px;
	min-width:250px;
	margin-top:18px;
	padding:12px 30px;
	background-color:#FFF;
	background-color:rgba(255,255,255,0);
	border:3px solid #F16323;
	color:#F16323;
	transition:ease .25s;
	text-align:center;
	font-size:18px;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	margin-right:25px;
	cursor:pointer;
}

.purchase-btn:hover,
.purchase-btn:focus,
.purchase-btn:active{
	background-color:#F16323;
	border:3px solid #F16323;
	color:#FFF;
}

.purchase-family-btn{
	max-width:300px;
	min-width:250px;
	margin-top:18px;
	padding:12px 30px;
	background-color:#FFF;
	background-color:rgba(255,255,255,0);
	border:3px solid #AB4298;
	color:#AB4298;
	transition:ease .25s;
	text-align:center;
	font-size:18px;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	margin-right:25px;
	cursor:pointer;
}

.purchase-family-btn:hover,
.purchase-family-btn:focus,
.purchase-family-btn:active{
	background-color:#AB4298;
	border:3px solid #AB4298;
	color:#FFF;
}

.purchase-benefactor-btn{
	max-width:300px;
	min-width:250px;
	margin-top:18px;
	padding:12px 30px;
	background-color:#FFF;
	background-color:rgba(255,255,255,0);
	border:3px solid #2E3092;
	color:#2E3092;
	transition:ease .25s;
	text-align:center;
	font-size:18px;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	margin-right:25px;
	cursor:pointer;
}

.purchase-benefactor-btn:hover,
.purchase-benefactor-btn:focus,
.purchase-benefactor-btn:active{
	background-color:#2E3092;
	border:3px solid #2E3092;
	color:#FFF;
}


.full-row{
	margin-left:0px !important;
	margin-right:0px !important;
	padding-left:0px !important;
	padding-right:0px !important;
}

#amznCharityBanner iframe{
	margin:0 auto;
}

.membership-info{
	display:inline;
	padding-right:15px;
	font-weight: 700;
}


a.individual-purchase{
	display:inline;
	padding-right:15px;
	font-weight: 700;
	color:#F16323;
}

a.individual-purchase:hover,
a.individual-purchase:focus,
a.individual-purchase:active{
	color:#FFF;
}

a.family-purchase{
	display:inline;
	padding-right:15px;
	font-weight: 700;
	color:#AB4298;
}

a.family-purchase:hover,
a.family-purchase:focus,
a.family-purchase:active{
	color:#FFF;
}

a.benefactor-purchase{
	display:inline;
	padding-right:15px;
	font-weight: 700;
	color:#2E3092;
}

a.benefactor-purchase:hover,
a.benefactor-purchase:focus,
a.benefactor-purchase:active{
	color:#FFF;
}

#download-section{
	padding-top:60px;
	padding-bottom:60px;
	background-color:#2E3092;
	background-color:#2E3092;
	background-image: url(images/join.jpg);
	background-size: cover;
	background-position: 50%;
}

#donate-section{
	padding-top:60px;
	padding-bottom:60px;
	/* background-color:#AB4298;
	background-color:#2E3092; */
	background-color:#FFF;
	/* background-image: url(images/donate.jpg); */
	background-size: cover;
	background-position: 50%;
}

.download-subhead{
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	text-align:center;
	max-width:600px;
	display:block;
	margin:30px auto;
	color:#FFF;
	text-shadow: 0px 0px 90px #000;
}

.donate-subhead{
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	text-align:center;
	max-width:600px;
	display:block;
	margin:30px auto;
	color:#212121;
	/* text-shadow: 0px 0px 90px #000; */
}

.donate-card{
	margin-bottom:15px;
	background-color:#F16323;
	min-height:250px;
	position:relative;
}

.donate-card-content{
	width:100%;
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);

}

.thankyou-type{
	font-size:24px;
	font-weight:700;
	text-align:center;
	margin:0 auto;
	display:block;
	color:#FFF;
}

/**** FOOTER ****/
.footer-logo{
	width:100%;
	max-width:200px;
	margin:0px auto 0px;
	display:block;
}

/**** GALLERY ****/

#gallery-1 img{
	width:100% !important;
	height:auto !important;
	padding:0px 4px;
	border:0px !important;
}

#gallery1 .gallery-item{
	width:50%;
}

@media only screen and (min-width:768px){

	/**** CAROUSEL ****/
	.carousel-caption{
  		z-index: 10;
  		bottom:60px;
  		display:block;
	}

	h3.slider-subhead{
		font-size:42px;
		font-size:4.2rem;
		font-weight:900;
		color:#FFF;
	}

	.btn-lg{
		padding:15px 35px;
		font-size:24px;
		font-size:2.4rem;
		letter-spacing:.05rem;
		font-weight:800;
		border:0px;
	}

	.slider-arrow{
		font-size:50px !important;
	}

	/****TYPOGRAPHY ****/
	h2.home-sub{
		margin-top:0px;
	}

	h2.visit-sub{
		margin-top:0px;
	}

	.page-headline{
		width:100%;
		margin-top:-70px;
		margin-top:-7rem;
		margin-left:initial;
		margin-right:initial;
		padding-top:18px;
		padding-top:1.8rem;
		padding-right:15px;
		padding-right:1.5rem;
		padding-bottom:50px;
		padding-bottom:5rem;
		font-size:36px;
		font-size:3.6rem;
		line-height:34px;
		line-height:3.4rem;
		font-weight:700;
		background-color:#FFF;
		padding-left:10px;
		padding-left:1rem;
		text-align:left;
	}

	.page-headline-alt{
		width:100%;
		margin-left:initial;
		margin-right:initial;
		padding-top:18px;
		padding-top:1.8rem;
		padding-right:15px;
		padding-right:1.5rem;
		padding-bottom:18px;
		padding-bottom:1.8rem;
		font-size:36px;
		font-size:3.6rem;
		line-height:34px;
		line-height:3.4rem;
		font-weight:700;
		background-color:#FFF;
		padding-left:10px;
		padding-left:1rem;
		text-align:left;
	}

	.page-txt p{
		padding-right:0px;
		padding-right:0rem;
	}

	.page-txt-alt p{
		padding-right:0px;
		padding-left:0px;
	}

	.location-visit{
	  text-align:left;
	}

	.education-headline{
		margin-top:0px;
	}

	.join-head-hero{
		font-size:60px;
		font-weight:800;
		text-align:center;
		color:#FFF;
		text-shadow: 0px 0px 90px #000;
	}

	.join-head{
		font-size:60px;
		font-weight:800;
		text-align:center;
		color:#FFF;
		text-shadow: 0px 0px 90px #000;
	}


	.join-head:hover{
		color:#F16323;
	}

	.join-subhead{
		font-size:30px;
		line-height:32px;
	}

	.membership{
		font-size:60px;
		font-weight:800;
		text-align:left;
		line-height: 60px;
	}

	.download-subhead{
		font-size:30px;
		line-height:32px;
	}

	.donate-subhead{
		font-size:30px;
		line-height:32px;
	}

	.join-btn{
		font-size:30px;
	}

	.donate-btn{
		font-size:30px;
	}


	/**** CARDS ****/
	.container-card{
		padding-left:0px;
		padding-right:0px;
	}

	/****PAGES - TIMELINE****/
	p.timeline-event{
		padding:0px 0px 20px 0px;
	}

	.timeline-date{
		padding-left:20px;
		font-weight:bold;
	}

	.less-pad{
		padding-left:0px;
		padding-right:0px;
	}

	/**** PAGE - LOCATION ****/
	h4, h2, p .directions{
		padding-left:0px;
	}

	/****NAVBAR****/

.nav>li>a{
	padding:10px 10px;
}

.navbar .navbar-nav li a{
	font-size:16px;
}

.staff-img{
	width:130px;
	height:130px;
	margin-bottom:10px;
}

.brand{
	position:relative;
	left:0px;
	margin-left:0px;
	display:block;
}


.navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

.navbar .navbar-collapse {
    text-align: center;
}

/**** IMAGES - MAY MOVE THIS OUT OF 768 ****/
.staff-img-container{
	margin:0 auto 10px;
	text-align:center;
}

.staff-img{
	width:110px;
	height:110px;
	border-radius:50%;
}

.education-img{
	width:100%;
	max-width:280px;
	margin-bottom:25px;
	margin-left:10px;
}

.post-img{
	width:100%;
	max-width:850px;
	margin-bottom:50px;
}

.event-icon{
	padding-right:10px;
	top:3px;
}

.footer-logo{
	width:100%;
	max-width:200px;
	margin-top:50px;
	margin-left:0px;
	margin-right:0px;
}

/**** BUTTONS ****/
.event-btn{
	margin-top:inherit;
}

}

/**** GALLERY ****/
#gallery1 .gallery-item{
	width:33%;
}


@media only screen and (min-width:992px){

	.container-card{
			padding-left:15px;
			padding-right:15px;
	}
	.row-sp{
			/*padding-left:15px;
			padding-right:15px;*/
	}

	.col-sm-4{
		padding-left:15px;
		padding-right:15px;
	}
	/**** NAVBAR ****/
	.nav>li>a{
		padding:10px 15px;
	}

	.navbar .navbar-nav li a{
		font-size:24px;
	}

	.brand-mobile{
	display:none;
}

	.brand-desktop{
		display:block;
		margin-right:10px;
	}


	.staff-img{
		width:130px;
		height:130px;
	}

	.home-sub{
		padding-left:0px;
	}
}

@media only screen and (min-width:1150px){
	.navbar .navbar-nav li a{
		font-size:30px;
	}
}

@media only screen and (min-width:1200px){
	.feature-des{
		min-height:66px;
	}
}

/**** GIFT SHOP ****/

.item-details-description{
	color:#6D6E70 !important;
}

.category_name{
	font-size:24px !important;
	margin-bottom:10px !important;
	color:#212121 !important;
}

/**** FOOTER ****/

footer{
}

.footer-container{
	margin-top:100px;
	background-color:#6D6E70;
	color:#FFF;
	padding-top:25px;
	padding-bottom:30px;
} 

/* .container-fluid.footer-container.join-footer{
	margin-top:0px;
} */

.footer-headline{
	margin-top:15px;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}

.footer-text{
	font-size:14px;
	color:#FFF;
}

.footer-link{
	color:#FFF;
	display:block;
	cursor:pointer;
}

.footer-link-icon{
	color:#FFF;
	cursor:pointer;
}

.footer-link:hover,
.footer-link:active,
.footer-link:focus{
	color:#F16323;
}

.footer-copy{
	padding-top:25px;
}


@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?9m7j08');
  src:  url('fonts/icomoon.eot?9m7j08#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?9m7j08') format('truetype'),
    url('fonts/icomoon.woff?9m7j08') format('woff'),
    url('fonts/icomoon.svg?9m7j08#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  background:none !important;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook-square:before {
  content: "\e902";
}
.icon-snapchat-square:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-twitter-square:before {
  content: "\e900";
}
.icon-facebook2:before {
  content: "\1f31c";
}


.footer-icon{
	font-size:36px;
	display:inline;
	margin-right:5px;
}

.snap-icon{
	font-size:36px;
	vertical-align:middle;
	position:relative;
	top:5px;
}

.icon-set{
	display:inline;
}

/*@media only screen and (min-width:1500px){
	.container{
		width:1370px;
	}
}*/
