/*
	Theme Name: Furniture Share House
	Theme URI: http://furnituresharehouse.com
	Description: 
	Version: 1.0,0
	Author URI: http://chopdawg.com
	Tags: Blank, HTML5, CSS3
*/

body {
	margin: 0;
	padding: 0;
	color: white;
	background: white;
	font-family: 'Nunito', sans-serif;
	overflow-x: hidden;
	position: relative;
	padding-top: 78px;
}

/* =Global */

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: inherit;
}

a.link {
	color: #33c1ff;
}



p {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: inherit;
	font-weight: inherit;
}

input[type="text"], input[type="email"], input[type="phone"], input[type="password"], textarea {
	border: none;
	outline: none;
	padding: 0px;
	font-family: inherit;
}

input[type="submit"] {
	font-family: inherit;
	border: none;
	outline: none;
}

input[type="submit"], button {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.overlay-window {
	position: fixed;
	z-index: 99;
	background: rgba(255,255,255,0.71);
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
}

.avatar {
	background-position: center center !important;
	background-size: cover !important;
	background-color: grey;
}

.left {
	float: left;
}

.right {
	float: right;
	width: 50%;
}

/* =Input styling */

.ff-footnote-label {
	color: black;
}

a.ff-alink.ff-add {
	display: inline-block;
    color: #000000;
    background: #DAAC53;
    font-size: 18px;
    line-height: 1;
    padding: 10px 15px;
    font-weight: 600;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}


a.ff-alink.ff-remove {
    display: inline-block;
    color: #ffffff;
    background: #991915;
    font-size: 18px;
    line-height: 1;
    padding: 10px 15px;
    font-weight: 600;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
} 

a.ff-alink.ff-add:hover, a.ff-alink.ff-remove:hover {
	color: #ffffff;
	background: #000000;
}

/* =Header */

header#header {
	width: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	height: 78px;
	background: white;
/* 	overflow: hidden; */
	z-index: 99999;
}

header#header .nav {
	float: left;
}

header#header .nav ul {
	padding: 0px;
	margin: 0px;
}

header#header .nav ul li {
	display: inline-block;
}

header#header .nav ul li a {
	padding: 13px;
	font-weight: 800;
	font-size: 15px;
	color: #000000;
	display: block;
}

header#header .nav ul li a:hover {
	color: #B80803;
}

header#header .nav ul li.current_page_item a {
	background: #4F0200;
	border-bottom: 6px solid #DAAC53;
	color: white;
}


header#header .nav ul.sub-menu {
	position: absolute;
	display: none;
	background: white;
}

header#header .nav li.menu-item-has-children:hover ul.sub-menu {
	display: block !important;
}

header#header .nav ul.sub-menu li {
	display: block;
	border-bottom: 0px;
}

header#header .nav ul.sub-menu li a {
	border-bottom: 0px;
}



header#header .donate {
	float: right;
	border-radius: 0 0 10px 10px;
	/*height: 61px;*/
	line-height: 50px;
	text-align: center;
	background: #B80803;
	width: auto;
	padding: 0 15px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .7px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

header#header .donate:hover {
	color: #000000;
	background: #DAAC53;
}

header#header .logo {
	float: left;
	margin-top: 6px;
	margin-right: 28px;
}

/* =home page */

#slides .wrapper {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 900px;
	padding: 0 20px;
	margin: 0 auto;
}

#home_slider {
	position: relative;
	box-sizing: border-box;
	height: 350px;
}

.slide .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

#slides {
	position: relative;
	width: 100%;
}

#slides h1 {
	font-size: 36px;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.9);
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#slides p {
	color: #ffffff;
	padding: 0 0 20px 0;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
}

#slides a {
	position: relative;
	height: 34px;
    line-height: 34px;
    display: block;
    width: 143px;
    font-weight: 500;
    font-size: 12px;
    background-color: #991915;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#slides a:hover {
	background: #DAAC53;
	color: #000000;
}

.slide {
	height: 350px;
	width: 100%;
	position: relative;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.slide .content {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #ffffff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    z-index: 10;
}




#home-top {
	width: 100%;
	border-top: 6px solid white;
	height: 335px;
	background-color: grey;
	text-align: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

#home-top .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

#home-top h1 {
	height: 60px;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0.61px;
	line-height: 60px;
	text-align: center;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.9);
	margin-top: 130px;
	z-index: 2;
	position: relative;
}

#home-top h2 {
	height: 19px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.24px;
	line-height: 19px;
	text-align: center;
	text-shadow: 0 2px 1px 0 rgba(0,0,0,0.5), 0 2px 2px 0 rgba(0,0,0,0.94);
	margin-bottom: 21px;
	z-index: 2;
	position: relative;
}

#home-top a {
	height: 34px;
	line-height: 34px;
	display: inline-block;
	width: 143px;
	font-weight: 500;
	font-size: 12px;
	background-color: #991915;
	z-index: 2;
	position: relative;
}

.stats-bar {
	width: 100%;
	color: white;
	display: block;
	overflow: hidden;
}

.stats-bar div {
	background: #4F0200;
	padding: 17px 0px 21px;
	text-align: center;
	float: left;
	width: 25%;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,.4);
}

.stats-bar div.odd {
	background: #991915;
	border-left: 1px solid rgba(255,255,255,.4);
}

.stats-bar div h2 {
	height: 27px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.63px;
	line-height: 27px;
	text-align: center;
}

.stats-bar div h3 {
	height: 11px;
	color: #FFFFFF;
	font-size: 9.6px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.46px;
	line-height: 11px;
	text-align: center;
}

/* =home second */

.clear {
	clear: both;
}

#home-second {
	padding: 80px 0px;
	display: block;
	text-align: center;
}

#columns {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

#home-second .column {
	float: left;
	width: 33.3333333333%;
	box-sizing: border-box;
	text-align: center;
	padding: 0 40px 20px 40px;
}

#home-second .column img {
	max-width: 70px;
	height: auto;
	display: block;
	margin: 0 auto 12px auto;
}

#home-second .column h2 {
	height: 17px;
	color: #262626;
	font-size: 14.4px;
	font-weight: 500;
	letter-spacing: 0.38px;
	line-height: 17px;
	margin-bottom: 12px;
}

#home-second .column p {
	width: 100%;
	color: #4A4A4A;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding: 0 0 20px 0;
	margin: 0 auto;
}

#home-second .column a {
	height: 34px;
	width: 100%;
	background-color: #4F0200;
	display: inline-block;
	margin: 0 auto;
	font-size: 12px;
	font-weight: 500;
	line-height: 34px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#home-second .column a.yellow {
	background: #DAAC53;
}

#home-second .column a.red {
	background: #991915;
}

#home-second .column a:hover {
	background: #000000;
}





/* =home third */

#home-third {
	padding: 80px 0px;
	background: #4F0200;
	overflow: hidden;
}

#home-third .left {
	position: relative;
	box-sizing: border-box;
	width: calc(50% - 40px);
}

#home-third .right {
	width: calc(50% - 40px);
}

#home-third .left h1 {
	height: 20px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.47px;
	line-height: 20px;
	margin-bottom: 21px;
}

#home-third .left p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 0;
	padding: 0 0 20px 0;
	font-weight: 300;
}

#home-third .button-one {
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	font-weight: 500;
	width: 143px;
	background-color: #991915;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#home-third .button-two {
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	font-weight: 500;
	width: 143px;
	background-color: #DAAC53;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#home-third .button-one:hover, #home-third .button-two:hover {
	background: #000000;
}


/* =home fourth */

#home-fourth {
	padding: 70px 0px;
	text-align: center;
}

#home-fourth h1 {
/* 	height: 36px; */
	color: #850B11;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0.51px;
	line-height: 36px;
	text-align: center;
}

.divider {
	box-sizing: border-box;
	height: 3px;
	width: 100%;
	max-width: 337px;
	border: 2.5px solid #E0B86B;
	display: inline-block;
	margin-bottom: 28px;
	margin-top: 16px;
}

#home-fourth .tile {
	display: inline-block;
	width: 130px;
	height: 160px;
	background-color: grey;
	margin: 0px 15px 30px 15px;
	background-size: cover;
	background-position: center center;
}

/* =content */

.container {
	max-width: 1060px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.container.dark {
	color: #4A4A4A;
}



/* =contact */

.contact-top {
	padding: 20px 0px;
	background: #7B110D;
	color: white;
	text-align: center;
}

.contact-top h1 {
	line-height: 20px;
	color: #D09D42;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.24px;
	line-height: normal;
	text-align: center;
}

.contact-top h2 {
	line-height: 20px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: normal;
	text-align: center;
}

.hours {
	position: relative;
	box-sizing: border-box;
	display: block;
	padding: 28px 0px;
}

.hours .left {
	width: calc(100% - 200px);
}

.hours .left .title {
	height: 15px;
	color: #7B110D;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.19px;
	line-height: 15px;
	width: 200px;
	float: left;
}

.hours .left .text {
	height: 32px;
	width: 437px;
	color: #7B110D;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2px;
	float: left;
	margin-bottom: 17px;
}


#hours {
	position: relative;
	box-sizing: border-box;
	padding: 30px 0;
	color: #7B110D;
    font-size: 14px;
    font-weight: 500;
}

#hours p {
	margin: 0;
	padding: 0 0 20px 0;
}

#hours .left {
	position: relative;
	width: 200px;
	text-transform: uppercase;
	font-weight: 700;
}

#hours .right {
	position: relative;
	width: calc(100% - 200px);
}


.contact-us {
	background-color: #7B110D;
	z-index: 0;
	padding: 46px 0px;
	width: 100%;
	position: relative;
}

.contact-us .overlay {
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
	opacity: 0.47;
	width: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0px;
	left: 0px;
}

.contact-us .text {
	max-width: 249px;
	z-index: 2;
	position: relative;
	text-align: left;
}

.contact-us .text h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.61px;
	line-height: 60px;
}

.contact-us .text h2 {
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0.27px;
	line-height: 22px;
	text-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
	margin-bottom: 34px;
}

.contact-us .text div {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.24px;
	line-height: 19px;
}

.contact-us .text p {
	margin-bottom: 22px;
	display: block;
	font-size: 14px;
}

.contact-us .text p img {
	max-width: 19px;
    margin-bottom: -6px;
    margin-right: 6px;
}

.directions {
	padding: 60px 0px 30px 0;
	background: #444444;
	overflow: hidden;
	color: white;
}

.directions .column {
	width: 347px;
	display: block;
	float: left;
	margin-right: 121px;
	margin-bottom: 30px;
}

.directions .column h1 {
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0.37px;
	line-height: 30px;
	margin-bottom: 17px;
}

.directions .column p {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.24px;
	line-height: 19px;
	margin-bottom: 30px;
}

.directions .column a {
	height: 34px;
	width: 173px;
    background-color: #4F0200;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
}

/* =give furniture */

.sub-page-top {
	background-color: #7B110D;
	z-index: 0;
	padding: 46px 0px;
	width: 100%;
	position: relative;
	/*height: 270px;*/
	text-align: center;
}

.sub-page-top .overlay {
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);
	opacity: 0.47;
	width: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0px;
	left: 0px;
}

.sub-page-top .container {
	z-index: 3;
	position: relative;
}

.sub-page-top h1 {
	height: 60px;
	color: #D29E3B;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0.61px;
	line-height: 60px;
	text-align: center;
	margin-top: 54px;
	margin-bottom: 9px;
}

.sub-page-top h1 span {
	color: white;
}

.sub-page-top h2 {
	line-height: 27px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.34px;
	line-height: 27px;
	text-align: center;
	text-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.sub-page-top div.text {
	box-sizing: border-box;
	width: 100%;
	max-width: 662px;
	border: 10px solid #7B110D;
	background-color: #FFFFFF;
	padding: 37px;
	
	color: #4A4A4A;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	position: relative;
	
}



/* =furniture */

#furniture-first, #furniture-second {
	padding: 80px 0;
	display: block;
	width: 100%;
	position: relative;
}

#furniture-second {
	background: #f4f4f4;
}

#furniture-first .container {
	position: relative;
}

#furniture-first .left, #furniture-third .left, #furniture-second .right {
	box-sizing: border-box;
	width: calc(100% - 310px);
}

#furniture-second .right .content {
	float: right;
}

#furniture-first .right, #furniture-third .right, #furniture-second .left {
	width: 310px;
}

#furniture-first .right img, #furniture-third .right img, #furniture-second .left img {
	display: block;
	width: 100%;
	height: auto;
}

#furniture-first h1, #furniture-second h1, #furniture-third h1 {
	/*height: 36px;*/
	line-height: normal;
	color: #7B110D;
	font-size: 30px;
	font-weight: 500;
}

#furniture-first p, #furniture-second p, #furniture-third p {
	width: 100%;
	max-width: 397px;
	color: #4A4A4A;
	font-family: "Avenir Next";
	font-size: 16px;
	letter-spacing: 0.27px;
	line-height: 22px;
	margin-bottom: 30px;
}

#furniture-first a, #furniture-second a, #furniture-third a {
	height: 34px;
	width: 173px;
    background-color: #4F0200;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
}

#furniture-third {
	padding: 80px 0;
	display: block;
	width: 100%;
	position: relative;
	background: #ffffff;
}

#furniture-third .left img {
	display: block;
	width: 100%;
	height: auto;
}



#furniture-third .container {
	position: relative;
}





/* =faq styling */

#faq {
	background: #F4F4F4;
	padding: 75px 0px;
	overflow: hidden;
	display: block;
}

#faq h1 {
	line-height: normal;
	color: #7B110D;
	font-size: 36px;
	font-weight: 800;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
}

#faq h3 {
	height: 49px;
	line-height: 49px;
	color: #850B11;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.27px;
	line-height: 19px;
/* 	text-align: center; */
	margin-bottom: 19px;
	border-bottom: 2px solid #979797;
	cursor: pointer;
}

#faq p,
#faq div {
	width: 784px;
	color: #4A4A4A;
	font-size: 16px;
	letter-spacing: 0.27px;
	line-height: 22px;
}

#faq .divider {
	margin-bottom: 55px;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
}

/* =forms/pickup */

.form-top {
	width: 100%;
	background-image: url('img/pickup-bg.png');
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

.form-top .container {
	position: relative;
}

.form-top h1 {
	margin-top: 125px;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 800;
	letter-spacing: 0.68px;
	line-height: 51px;
	text-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
	padding-bottom: 40px;
	text-transform: uppercase;
}

.form-top img {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-bottom: -54px;
	max-width: 200px;
}

.form-top.pickup img {
	margin-bottom: -38px;
}

.form-top .bar {
	height: 50px;
	width: 100%;
	background-color: #D8D8D8;
}

#form-holder {
	padding: 40px 0px;
}

#form-holder iframe {
	width: 100%;
	height: 900px;
	border: 0px;
	outline: none;
}

.form-top.drop-off h1 {
	padding-bottom: 0px;
}

.form-top.drop-off .divider {
	margin-bottom: 68px;
}

/* =about page */

#about-top {
	overflow: hidden;
	position: relative;
	display: block;
}

#about-top .overlay {
/* 	height: 262px; */
	width: 100%;
	background-color: rgba(217, 172, 82, 0.9);
	overflow: hidden;
	display: block;
	position: relative;
	background-image: url('img/about-top.png');
	background-size: cover;
	background-position: center center;
}

#about-top .overlay h1 {
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0.61px;
	line-height: 60px;
/* 	text-align: center; */
	margin-top: 180px;
}

#about-top .overlay h2 {
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0.27px;
	line-height: 22px;
/* 	text-align: center; */
	text-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
	padding-bottom: 30px;
}

#mission {
	background: #262626;
	color: white;
	padding: 60px 0px;
}

#mission h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
	margin: 0 0 15px 0;
}

#mission .divider {
	margin-bottom: 10px;
	margin-top: 0px;
	max-width: 140px;
}

#mission p {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 27px;
}

#our-story {
	padding: 40px 0px;
	overflow: hidden;
}

#our-story h1 {
	color: #7B110D;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
}

#our-story .divider {
	border-color: #991915;
	margin-bottom: 0px;
	margin-top: 0px;
}

#our-story p {
	height: 391px;
	color: #2C2C2C;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.17px;
	line-height: 27px;
	padding-top: 27px;
}

#our-story img {
	float: right;
	margin-left: 50px;
	display: block;
	background: grey;
	height: 415px;
/* 	width: 357px; */
	margin-top: -27px;
}

#quote {
	width: 100%;
	padding: 80px 0px;
	overflow: hidden;
	background: #F3F3F3;
}

#quote div.text {
	float: right;
	max-width: 452px;
	color: #4F0200;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0.44px;
	line-height: 31px;
}

#quote div.text div {
	height: 19px;
	width: 246px;
	color: #7B110D;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.53px;
	line-height: 19px;
	margin-top: 32px;
}

#quote div.text span {
/* 	height: 116px; */
/* 	line-height: 116px; */
	color: #7B110D;
	font-size: 40px;
	letter-spacing: 8.33px;
}

#quote img {
	float: left;
	max-width: 267px;
}


#quote.right {
	background: white;
	float: none;
}

#quote.right div.text {
	float: left;
	margin-top: 50px;
	color: #545454;
}

#quote.right div.text div {
	color: #2C2C2C;
}

#quote.right div.text span {
/* 	height: 116px; */
/* 	line-height: 116px; */
	color: #7B110D;
	font-size: 40px;
	letter-spacing: 8.33px;
}

#quote div.text span img {
	float: none;
	max-width: 41px;
}

#quote.right img {
	float: right;
}

/* =about clients */

#clients {
	background: #7B110D;
	width: 100%;
	overflow: hidden;
	padding: 80px 0px;
}

#clients h1 {
	height: 60px;
	line-height: 60px;
	width: 174px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.41px;
}

#clients .divider {
	max-width: 140px;
}

#clients p {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1;
	line-height: 27px;
}

#clients ul {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.17px;
	line-height: 27px;
	list-style: none;
}

#clients ul li::before {
	content: "•"; 
	color: #E0B86B;
	display: inline-block; 
	width: 2em;
	margin-left: -2em
}

/* =organizations */

#organizations {
	padding: 80px 0px;
	background: #979797;
	color: white;
	overflow: hidden;
	display: block;
}

#organizations .divider {
	margin-top: 0px;
	max-width: 140px;
/* 	margin-bottom: 0px; */
}

#organizations h1 {
	margin-left: 0px;
	padding-left: 0px;
	height: 60px;
/* 	width: 284px; */
	text-align: left;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.41px;
	line-height: 60px;
}

#organizations p {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.17px;
	line-height: 27px;
	margin-bottom: 27px;
	display: block;
}

/* =locations */

#locations {
	padding: 80px 0px;
}

#locations h1 {
	height: 36px;
	color: #7B110D;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0.51px;
	line-height: 36px;
	text-transform: uppercase;
}

#locations .divider {
	margin-bottom: 0px;
}

#locations h2 {
	height: 29px;
	width: 100%;
	color: #4A4A4A;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.41px;
	line-height: 29px;
	margin-bottom: 17px;
	margin-top: 40px;
	vertical-align: top;
}

#locations h2 span {
	display: inline-block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.2px;
	
	background-color: #DAAC53;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	text-align: center;
	margin-top: -1px;
	margin-right: 3px;
	vertical-align: top;
}

#locations h3 {
	height: 19px;
	color: #7B110D; 
	font-size: 16px;
	font-weight: 800;
	line-height: 19px;
	padding: 0;
	margin: 0 0 5px 0;
}

#locations p {
	color: #4A4A4A;
	font-size: 16px;
	letter-spacing: 0.27px;
	line-height: 22px;
	margin-bottom: 22px;
}

#locations p + h3 {
	padding-top: 10px;
}

#locations a {
	color: #991915;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#locations a:hover {
	color: #4F0200;
}

#locations a.btn {
	height: 34px;
    width: 173px;
    background-color: #4F0200;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    color: #ffffff;
}

#locations a.btn.yellow {
	background: #DCB05D;
}

#locations a.btn:hover {
	background: #000000;
	color: #ffffff;
}



#loc_img img {
	display: block;
	width: 100%;
	height: auto;
}

/* =get furniture */

.get-furniture-header {
	width: 100%;
	height: 391px;
	position: relative;
}

.get-furniture-header .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
/* 	opacity: 0.47; */
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.47) 100%);
}

.get-furniture-header .container {
	position: relative;
	height: 100%;
}

.get-furniture-header .box {
	box-sizing: border-box;
	width: 372px;
	border: 10px solid #7B110D;
	background-color: #FFFFFF;
	margin-bottom: -60px;
	position: absolute;
	bottom: -20px;
	padding: 30px;
}

.get-furniture-header h1 {
	color: #FFFFFF;	
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0.61px;
	line-height: 60px;
	text-shadow: 0 2px 4px 0 rgba(0,0,0,0.18);
	padding-top: 80px;
}

.get-furniture-header .box h2 {
	color: #4A4A4A;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.3px;
	line-height: 25px;
	margin-bottom: 10px;
}

.get-furniture-header .box p {
	color: #4A4A4A;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.24px;
	line-height: 19px;
}

.get-furniture-header img {
	max-width: 68px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 10px;
}

#faq.get-furniture {
	padding-top: 140px !important;
}

#get-furniture p {
	margin-bottom: 30px;
}

#faq.get-furniture h3 + div {
	display: none;
}

#faq.get-furniture h3 {
	margin-bottom: 30px;
}

#faq.get-furniture h3 span {
	font-size: 40px;
	margin-top: 0px;
	float: right;
	color: #D8D8D8;
	font-weight: 900;
}


/* =impact */


#community-top-impact {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#community-top-impact .overlay {
	height: 556px;
	width: 100%;
	background: linear-gradient(180deg, rgba(220, 220, 220, 0.11) 0%, rgba(130, 130, 130, 0.75) 100%);
	overflow: hidden;
}

#community-top-impact h1 {
	margin-top: 120px;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.44px;
	line-height: 60px;
	text-align: center;
	text-shadow: 0 2px 4px 0 rgba(162,162,162,0.5);
}

#community-impact-second {
	background-color: #DCB05D;
	padding: 38px;
}

#community-impact-second h1 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 1.83px;
	line-height: 27px;
	text-align: center;
	margin-bottom: 20px;
}

#community-impact-second h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.33px;
	line-height: 27px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}

#community-impact-second .rows {
	width: 100%;
	background: white;
	padding: 15px;
	overflow: hidden;
}

#community-impact-second .rows div {
	float: left;
	width: calc(25% - 12px);
	margin-right: 15px;
	float: left;
	text-align: center;
	height: 197px;
/* 	height: calc(197px - 33px); */
	padding-bottom: 23px;
	padding-top: 33px;
	padding-top: 0px;
	background: #4F0200;
}

#community-impact-second .rows div img {
	max-width: 100%;
}

#community-impact-second .rows div.odd {
	background: #7B110D;
}

#community-impact-second .rows div.last {
	margin-right: 0px;
}

#community-impact-second .rows div h3 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0.94px;
	line-height: 41px;
	margin-bottom: 5px;
	text-align: center;
}

#community-impact-second .rows div h4 {
	color: #FFFFFF;
	font-size: 11.52px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.55px;
	line-height: 13px;
	text-align: center;
}


/* =donation */

.donate-top {
	background-color: #7B110D;
	color: white;

	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.24px;
	line-height: 16px;
	text-align: center;
	padding: 20px 0px;
	
}

/* =legal */

#legal {
	background: white;
	padding: 45px 30px;
	margin: 40px 0px;
}

#legal h1 {
	height: 19px;
	color: #7B110D;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.27px;
	line-height: 19px;
	border-bottom: 1px solid #979797;
	padding-bottom: 21px;
	margin-bottom: 21px;
}

#legal p {
	color: #39393A;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.2px;
	line-height: 16px;
	margin-bottom: 16px;
}

#legal h2 {
	color: #7B110D;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2px;
	line-height: 16px;
	margin-bottom: 16px;
}

/* =logged in */

.post-password-required {
	padding: 80px 0px 400px;
}

.post-password-required label {
	color: black;
}

.post-password-required input[type="password"] {
	height: 27px;
	width: 200px;
	border-radius: 2px;
	background-color: #EEEEEE;
	margin-bottom: 14px;
	display: block;
}

.post-password-required input[type="submit"] {
	height: 45px;
	width: 198px;
	background-color: #771007;
	text-align: center;
	color: white;
}

/* =logged in */

.logged-in-top {
	width: 100%;
	overflow: hidden;
	background: #7B110D;
	
}

.logged-in-top .overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.47) 100%);
	width: 100%;
	min-height: 323px;
	overflow: hidden;
}

.logged-in-top h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.61px;
	line-height: 51px;
	margin-top: 50px;
}

.logged-in-top p {
	max-width: 642px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.24px;
	line-height: 32px;
}

.link-bar {
	display: block;
	width: 100%;
	margin-top: 30px;
}

.link-bar a {
	color: #4A4A4A;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.41px;
	line-height: 61px;
	text-align: center;
	display: inline-block;
	
	height: 61px;
	width: 338px;
	background-color: #FFFFFF;
}

.link-bar a.active {
	color: #4A4A4A;
	background: #E1E1E1;
}

.links-list {
	width: 100%;
	background: white;
	padding-bottom: 80px;
	margin-bottom: 30px;
	padding-top: 40px;
}

.links-list .row {
	overflow: hidden;
	border-bottom: 1px solid #979797;
	padding: 20px 0px;
}

.links-list .row h1 {
	height: 24px;
	color: #7B110D;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.34px;
	line-height: 24px;
	float: left;
}

.links-list .row a {
	height: 44px;
	line-height: 44px;
	color: white;
	text-align: center;
	width: 160px;
	border: 1.6px solid #7B110D;
	background-color: #7B110D;
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.44px;

}

/* =volunteer  */

.volunteer-header {
	background-image: url(img/pickup-bg.png);
    background-size: cover;
    background-position: center center;
}

.volunteer-header .overlay {
	background-color: rgba(123, 17, 14, 0.6);
	opacity: 1;
}

.volunteer-header h1 {
	height: 60px;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0.61px;
	line-height: 60px;
	margin-top: 240px;
}

.volunteer-header h2 {
	height: 25px;
	width: 489px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 25px;
}

#volunteer {
	padding: 40px 0px;
}

#volunteer h1 {
	color: #4A4A4A;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.24px;
	line-height: 19px;
	margin-bottom: 19px;
}

#volunteer div {
	color: #4A4A4A;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.24px;
	line-height: 19px;
}

#current-volunteers {
	padding: 50px 0px;
	width: 100%;
	background-color: #4F0200;
}

#current-volunteers h1 {
	height: 60px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.41px;
	line-height: 60px;
	text-align: center;
}

#current-volunteers a {
	height: 61px;
	line-height: 61px;
	width: 151px;
	border-radius: 10px;
	background-color: #9A0804;
	text-align: center;
	color: white;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#vol-plans {
	background: #F5F5F5;
	padding: 60px 0px;
	text-align: center;
}

#vol-plans .plan {
	width: 460px;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
}

#vol-plans .plan .image {
	width: 100%;
	height: 266px;
	background-color: grey;
	background-size: cover;
	background-position: center center;
}

#vol-plans .plan .text {
	width: 100%;
	width: calc(100% - 60px);
	padding: 30px;
	color: white;
	background: #4F0200;
	text-align: center;
}

#vol-plans .plan.yellow .text {
	background: #8B572A;
}

#vol-plans .plan .text h2 {
	height: 27px;
	width: 100%;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.24px;
	line-height: 27px;
	text-align: center;
	margin-bottom: 8px;
}

#vol-plans .plan .text p {
	height: 32px;
	width: 100%;
	color: #FFFFFF;
	font-family: "Avenir Next";
	font-size: 12px;
	letter-spacing: 0.14px;
	line-height: 16px;
	text-align: center;
}

#vol-plans .plan .open {
	color: white;
	text-align: center;
	background: #9A0804;
	font-weight: 800;
	font-size: 14px;
	padding: 16px 0px;
	cursor: pointer;
}

#vol-plans .plan.yellow .open {
	background: #DCB05D;
}

.hand-icon-vol {
	max-width: 150px;
	 margin-right: 40px;
}

#vol-plans .plan .button {
	width: 200px;
	margin-top: 20px;
	text-align: center;
	line-height: 45px;
	height: 45px;
	color: white;
	background: #771007;
	display: inline-block;
}

#vol-plans .plan.yellow .button {
	background: #DCB05D;
}

.volunteer-list {
	display: none;
}

#vol-plans .plan .row {
	overflow: hidden;
	display: block;
	padding: 30px 30px 10px 30px;
	background: #4F0200;
	color: white;
	text-align: left;
	border-bottom: 2px solid #7B110D;
}

#vol-plans .plan.yellow .row {
	background: #8B572A;
	border-bottom: 2px solid #DCB05D;
}

#vol-plans .plan .row p {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: 16px;
	margin: 0;
	padding: 0 0 20px 0;
}

#vol-plans .plan .row h3 {
	color: #FFFFFF;
	margin-bottom: 14px;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.19px;
	line-height: 22px;
}

/* =our board */

#board {
	overflow: hidden;
	display: block;
}

#board-top {
	height: 188px;
	width: 100%;
	background-color: #7B110D;
	text-align: left;
	overflow: hidden;
}

#board-top h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.61px;
	line-height: 60px;
	margin-top: 54px;
}

#board-top h2 {
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0.27px;
	line-height: 22px;
	text-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.top-member {
	margin-top: 40px;
	width: 100%;
	overflow: hidden;
	display: block;
}

.top-member .avatar {
	width: 50%;
	height: 280px;
	max-width: calc(50% - 15px);
	float: left;
}

.top-member .right {
	float: right;
	width: calc(50% - 15px);
}

.top-member h1 {
	color: #4A4A4A;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.41px;
	line-height: 30px;
}

.top-member .divider {
	height: 4px;
	width: 121px;
	transform: scaleY(-1);
	background-color: #DCB05D;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: -10px;
	
}

.top-member h2 {
	color: #4A4A4A;
	font-size: 20px;
	letter-spacing: 0.34px;
	line-height: 27px;
	margin-bottom: 9px;
}

.top-member p {
	color: #4A4A4A;
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 16px;
}

#members {
	overflow: hidden;
	display: block;
	margin-bottom: 40px;
}

.member {
	width: calc(50% - 15px);
	float: left;
	overflow: hidden;
	margin-top: 40px;
	height: 350px;
}

.member.right {
	width: calc(50% - 15px);
	float: right;
}

.member .avatar {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: grey;
	width: calc(50% - 10px);
	float: left;
	
	height: 128px;
/* 	width: 100%; */
	background-color: #D8D8D8;
}

.member h1 {
	color: #4A4A4A;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.34px;
}

.member .divider {
	height: 4px;
	width: 121px;
	transform: scaleY(-1);
	background-color: #DCB05D;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: -10px;
	
}

.member h2 {
	color: #4A4A4A;
	font-size: 16px;
	letter-spacing: 0.27px;
	line-height: 22px;
}

.member p {
	color: #4A4A4A;
	font-size: 12px;
	letter-spacing: 0.2px;
	line-height: 16px;
	margin-top: 18px;
	display: block;
	overflow: hidden;
}

/* =donation guidelines */

.guidelines-top {
	height: auto;
	padding: 40px;
	background: linear-gradient(180deg, #8A0500 0%, #520200 100%);
}

.guidelines-top h1 {
	text-align: center;
}

#guideline-first {
	padding: 40px;
	background-color: #F8F8F8;
}

#guideline-first h1 {
	color: #9B9B9B;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.51px;
	line-height: 36px;
	margin-bottom: 12px;
}

#guideline-first ul {
	color: #4A4A4A;
	font-size: 16px;
	letter-spacing: 0.27px;
}

#guideline-first ul li {
	line-height: 33px;
}

/* =guideline-second */

#guideline-second {
	padding: 40px;
	background-color: white;
}

#guideline-second h1 {
	color: #9B9B9B;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.51px;
	line-height: 36px;
	margin-bottom: 12px;
}

#guideline-second ul {
	color: #4A4A4A;
	font-size: 16px;
	letter-spacing: 0.27px;
	list-style: none;
/* 	list-style-image: url('img/check.png'); */
	margin-left: 0px;
	padding-left: 0px;
}

#guideline-second ul li {
	line-height: 33px;
}

#guideline-second ul li:before{
   content: '';
   display: inline-block;
   margin-top: 5px;
   vertical-align: top;
   height: 18px;
   width: 18px;
   margin-right: 12px;
   background-position: center 5px center;
   background-image: url('img/check.png');
   background-size: contain;
}

/* =guideline-third */

#guideline-third {
	padding: 40px;
	background-color: white;
}

#guideline-third h1 {
	color: #9B9B9B;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.51px;
	line-height: 36px;
	margin-bottom: 12px;
}

#guideline-third ul {
	color: #4A4A4A;
	font-size: 16px;
	letter-spacing: 0.27px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

#guideline-third ul li {
	line-height: 33px;
}

#guideline-third ul li:before{
   content: '';
   display: inline-block;
   margin-top: 5px;
   vertical-align: top;
   height: 18px;
   width: 18px;
   margin-right: 12px;
   background-position: center 5px center;
   background-image: url('img/x.png');
   background-size: contain;
}

/* =guideline third */

#guideline-fourth {
	padding: 54px;
	color: white;
	background-color: #4F0200;
}

#guideline-fourth h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.34px;
	line-height: 21px;
	margin-bottom: 30px;
}

#guideline-fourth h2 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.41px;
	line-height: 29px;
}

#guideline-fourth ul {
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0.27px;
	line-height: 33px;
}

#guideline-fourth ul li a {
	text-decoration: underline;
}

/* community partners */

#community-top {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#community-top .overlay {
	width: 100%;
	height: 100%;
/* 	background-color: #D8D8D8; */
	padding-top: 100px;	
	padding-bottom: 40px;
}

#community-top h1 {
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0.61px;
	line-height: 60px;
	text-shadow: 0 2px 2px 0 rgba(0,0,0,0.21);
	text-transform: uppercase;
}

#community-top h2 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.37px;
	line-height: 30px;
	margin-top: 9px;
}

#community-top .divider {
	margin-bottom: 0px;
	margin-top: 5px;
}

.community-partners {
	margin-bottom: 40px;
}

.community-partners h1 {
	margin-bottom: 10px;
	color: #7B110D;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 25px;
}

/* =supporters */

#community-top p {
	width: 100%;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.23);
	
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.27px;
	line-height: 22px;
	text-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
	margin-top: 10px;
	box-sizing: border-box;
}

#supporters {
	overflow: hidden;
	padding: 80px;
}

#supporters .column {
	width: calc(50% - 15px);
}

#supporters h1 {
	background-color: #7B110D;
	height: 46px;
	line-height: 46px;
	width: 100%;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	padding-left: 10px;
}

#supporters .column div {
	width: 100%;
	padding: 30px 30px 0 30px;
	color: #4A4A4A;
	font-size: 14px;
	letter-spacing: 0.24px;
	line-height: 19px;
}

/* =news and events */

#news {
	margin-top: 40px;
	margin-bottom: 80px;
}

.news-header {
	width: 100%;
	text-align: center;
	background-image: url();
	background-color: grey;
	background-size: cover;
	background-position: center center;
	height: 300px;
	border-bottom: 5px solid #DCB05D;
	overflow: hidden;
}

.news-header h1 {
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.68px;
	line-height: 48px;
	text-shadow: 0 2px 2px 0 rgba(0,0,0,0.34);
	margin-top: 40px;
}

.news-header h2 {
	
}

#news form {
	position: relative;
	box-sizing: border-box;
	padding: 27px 20px;
	border-bottom: 2px solid #979797;
	overflow: hidden;
}

#news form input {
	height: 33px;
	padding-left: 10px;
	width: 294px;
	border: 2px solid #7B110D;
	border-radius: 5px 0 0 5px;
	float: left;
}

#news form button {
	outline: none;
	border: 0px;
	height: 37px;
	width: 59px;
	text-align: center;
	float: left;
	color: white;
	border-radius: 0 5px 5px 0;
	background-color: #7B110D;
}

#news form span {
	float: right;
	color: #4F0200;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.24px;
	line-height: 19px;

	height: 19px;
	color: #4F0200;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.24px;
	line-height: 19px;
	margin-right: 12px;
	margin-top: 8px;
}

#news form select {
	float: right;
	height: 37px;
	width: 233px;
	border: 2px solid #7B110D;

	color: #7B110D;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.24px;
	
}


/*
.news-item {
	width: 100%;
}

.news-item h1 {
	color: #4F0200;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.34px;
	cursor: pointer;
	padding: 27px;
	width: calc(100% - 27px - 27px);
	border-bottom: 2px solid #979797;
}

.news-item h1 span {
	float: right;
	font-size: 30px;
	margin-top: -8px;
}

.news-item div {
	display: none;
	padding: 27px;
	color: #4F0200;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.27px;
	line-height: 22px;
	border-bottom: 2px solid #979797;
}

.news-item div span.date {
	height: 19px;
	color: #9B9B9B;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.24px;
	line-height: 19px;
}
*/


/* =footer */

.social-footer {
	padding: 16px 0px;
	text-align: center;
	background: #444444;
	color: white;
	overflow: hidden;
	display: block;
}

.social-footer a {
	margin-left: 4px;
	margin-right: 4px;
}

.social-footer h1 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.19px;
	line-height: 15px;
	text-align: center;
	margin-bottom: 14px;
}

footer#footer {
	width: 100%;
	background: #262626;
	color: white;
	text-align: center;
	overflow: hidden;
	padding: 30px 0;
}

footer#footer a {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
	display: inline-block;
}

footer#footer .copyright {
	height: 20px;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 0.19px;
	line-height: 15px;
	text-align: center;
	margin: 14px 0 0 0;
}

footer#footer .copyright span {
	font-weight: 800;
}

.hamburger {
	display: none;
}

#executive {
	position: relative;
	box-sizing: border-box;
	color: #4A4A4A;
	width: 100%;
	max-width: 830px;
	padding: 0 15px;
	margin: 40px auto 0 auto;
}

#executive h2, #director h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    padding: 0;
    margin: 0;
}

#executive h2::after, #director h2::after {
	content: "";
	width: 120px;
	height: 4px;
	display: block;
	background: #DCB05D;
	margin: 10px 0;
}

#executive p, #director p {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 15px 0 0 0;
}

.position {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
}

.eteam {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 30px 0;
}

.eteam .left {
	position: relative;
	box-sizing: border-box;
	width: calc(50% - 15px);
}

.eteam .left img {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
}

.eteam .right {
	position: relative;
	box-sizing: border-box;
	width: calc(50% - 15px);
}

#director {
	position: relative;
	box-sizing: border-box;
	color: #4A4A4A;
	width: 100%;
	max-width: 830px;
	padding: 0 15px;
	margin: 20px auto 40px auto;
}

#director.staff {
	margin: 40px auto;
}

.dteam {
	width: calc(50% - 15px);
	float: left;
	margin: 0 0 30px 0;
}

.dteam.alt  {
	float: right;
}

#director .left {
	width: calc(50% - 10px);
}

#director .left img {
	display: block;
	width: 100%;
	max-width: 400px;
	height: auto;
}

#director .right {
	width: calc(50% - 10px);
}

#partners {
	position: relative;
    box-sizing: border-box;
    color: #4A4A4A;
    width: 100%;
    max-width: 830px;
    padding: 0 15px;
    margin: 40px auto;
}

.partner {
	position: relative;
    box-sizing: border-box;
    margin: 0 0 40px 0;
}

#partners .left {
	position: relative;
	box-sizing: border-box;
	width: calc(50% - 15px);
}

#partners .left img {
	display: block;
	width: 100%;
	height: auto;
}

#partners .right {
	position: relative;
	box-sizing: border-box;
	width: calc(50% - 15px);
}

#partners h2 {
    color: #7B110D;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

#partners p {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 20px 0 0 0;
}

.cta_btn {
	position: relative;
	display: inline-block;
	width: auto;
	color: #ffffff;
	font-size: 17px;
	line-height: 1;
	padding: 10px 15px;
	background: #991915;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.cta_btn:hover {
	background: #000000;
}



#impact_vid {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 60px 0;
}


#gala {
	position: relative;
	box-sizing: border-box;
	margin: 0 0 40px 0;
}

#gala h1 {
	color: #7B110D;
	font-size: 36px;
	line-height: normal;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	margin: 0
}

#gala h1::after {
	content: "";
	width: 80%;
	height: 2px;
	display: block;
	background: #E0B86B;
	margin: 30px auto;
}

.sponsor {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 33.3333333333333%;
	padding: 0 15px;
	margin: 0 0 30px 0;
}

.sponsor img {
	display: block;
	width: 100%;
	height: auto;
}

#news-list {
	position: relative;
	box-sizing: border-box;
}

.news-post {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	border-bottom: 1px dashed #cecece;
	color: #666666;
	font-size: 14px;
	line-height: 19px;
}

.news-post a {
	font-size: 17px;
	font-weight: 800;
	color: #991915;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.news-post a:hover {
	color: #B80803;
}

.news-post .left {
	position: relative;
	box-sizing: border-box;
	width: calc(100% - 130px);
	padding: 0 30px 0 0;
}

.news-post .right {
	position: relative;
	box-sizing: border-box;
	width: 130px;
	text-align: right;
}

#post {
	position: relative;
	box-sizing: border-box;
	padding: 80px 0;
	color: #4A4A4A;
    font-size: 16px;
    line-height: 22px;
}

#post p {
	margin: 0;
	padding: 0 0 20px 0;
}

#post a {
	color: #991915;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#post a.ff-alink.ff-remove {
	color: #ffffff;
}

#post a:hover {
	color: #B80803;
}

#post a.ff-alink.ff-add {
	color: #ffffff;
}

.subtitle {
	position: relative;
	box-sizing: border-box;
	padding: 0 40px;
	font-size: 19px;
	line-height: 24px;
	font-weight: 600;
	color: #000000;
	text-align: center;
}

.subtitle::after {
	content: "";
	width: 80px;
	height: 2px;
	display: block;
	background: #DAAC53;
	margin: 30px auto;
}

#thanks {
    position: relative;
    box-sizing: border-box;
    margin: 40px 0;
}

#thanks h1, #impact_vid h1 {
    color: #7B110D;
    font-size: 36px;
    line-height: normal;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

#thanks h1::after, #impact_vid h1::after {
    content: "";
    width: 80%;
    height: 2px;
    display: block;
    background: #E0B86B;
    margin: 20px auto 30px auto;
}

#thanks .slider {
	position: relative;
	box-sizing: border-box;
	width: calc(100% - 60px);
	margin: 0 auto;
}

#thanks .slick-slide {
	margin: 0px 15px;
}

#thanks .slick-slide img {
	width: 100%;
}

#thanks .slick-prev:before,  #thanks .slick-next:before {
	color: black;
}

.note_thumb {
	position: relative;
	box-sizing: border-box;
	background: #4F0200;
	color: #ffffff;
	font-size: 16px;
	line-height: normal;
	font-weight: 600;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	cursor: pointer;
}

.note_thumb:hover {
	cursor: pointer;
}

.note_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	z-index: 1;
}



.note_thumb .content {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #ffffff;
    text-align: center;
    padding: 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
    z-index: 5;
}

.note_thumb:hover .note_overlay {
	background: rgba(0,0,0,.85);
}

.note_thumb:hover .content {
	top: 0;
	opacity: 1;
}

.note_link {
	position: absolute;
	display: block;
	width: 100%;
    height: 100%;
    z-index: 10;
}

.note_link:hover {
	cursor: pointer;
}

#thanks .slick-slide {
	cursor: pointer;
}




#login {
	position: relative;
	box-sizing: border-box;
	padding: 30px 0;
}

#login input[type=password] {
	font-size: 16px;
    color: #4a4a4a;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none;
    background: #ffffff;
    border: 1px solid #cccccc;
    height: 40px;
    width: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#login input[type=submit] {
	position: relative;
    box-sizing: border-box;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    width: auto;
    background: #7B110D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    outline: none;
    height: 40px;
    padding: 0 20px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#login input[type=submit]:hover {
	background: #000000;
}

#login label {
	margin: 0 5px 0 0;
}

#sup_top {
	position: relative;
	box-sizing: border-box;
	padding: 30px 30px 10px 30px;
    background-color: rgba(255, 255, 255, 0.23);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
    margin: 15px 0 0 0;
}

#sup_top p {
	margin: 0;
	padding: 0 0 20px 0;
	background: transparent;
}




#dvFastForms .ff-label#lblContactUnderstandAndAgree__c {
	color: rgba(153,25,21,1);
}

#ffPage5 input[type="checkbox"] {
	display: block;
    border: 2px solid rgba(153,25,21,1);
    -webkit-appearance: none;
    display: block;
    height: 22px;
    width: 22px;
    border-radius: 11px;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background-color: rgba(0,0,0,0);
}

#ffPage5 input[type="checkbox"]:focus {
	outline: none;
}

#ffPage5 input[type="checkbox"]:checked {
	background-color: #000000;
	outline: none;
	content: "X";
}

#ffSection3 input[type="checkbox"] {
    display: block;
    border: 2px solid rgba(153,25,21,1);
    -webkit-appearance: none;
    display: block;
    height: 22px;
    width: 22px;
    border-radius: 11px;
    margin: 5px 0 15px 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-color: rgba(0,0,0,0);
}

#ffSection3 input[type="checkbox"]:focus {
	outline: none;
}

#ffSection3 input[type="checkbox"]:checked {
	background-color: #000000;
	outline: none;
	content: "X";
}

#dvFastForms label#lblFurniture_Offers__cPickupLocationDifferentFromOfferer__c, #dvFastForms label#lblFurniture_Offers__cPickupAddressIsInWestchester__c {
	color: rgba(153,25,21,1);
	font-weight: bold;
	font-size: 16px;
}



@media screen and (max-width: 1060px) {
	
	header#header .nav {
		width: 240px;
		position: fixed;
		right: 0px;
		right: -240px;
		height: 100%;
		top: 0px;
		background: white;
	}
	
	header#header .nav ul li a {
		line-height: 1;
	}
	
	header#header .nav ul li {
		display: block;
		width: 100%;
	}
	
	header#header .nav ul.sub-menu {
		display: block;
		position: relative;
	}
	
	header#header .nav ul.sub-menu li a {
	    padding-left: 30px;
	    color: #666666;
	}
	
	header#header .nav ul.sub-menu li a:hover {
		color: #B80803;
	}
	
	.hamburger {
		display: block;
		float: right;
		height: 60px;
		width: 60px;
		text-align: center;
		color: black;
		font-size: 16px;
		cursor: pointer;
		line-height: 60px;
		margin-right: -15px;
	}
	
	.container {
		margin-left: 15px;
		margin-right: 15px;
		max-width: calc(100% - 30px) !important;
	}
	
	#quote img,
	#quote div.text {
		float: none;
	}
	
	#quote .container {
		width: 100%;
		max-width: 452px !important;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0 15px;
	}
	
	.quoteimg {
		display: block;
		margin: 0 auto 20px auto;
		float: none !important;
	}
	
	#quote.right div.text {
		margin: 0;
	}
	
	#our-story p,
	.volunteer-header h1 {
		height: auto;
	}
	
	#vol-plans .plan {
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	#faq p, #faq div,
	.volunteer-header h2 {
		max-width: 100%;
	}
	
	.volunteer-header h1 {
		margin-top: 140px;
	}
	
	.stats-bar div {
		width: 50%;
	}
	
	#home-top h1 {
		font-size: 21px;
	}
	
	#home-third .left,
	#home-third .right {
		width: calc(50% - 20px);
	}
	
	footer#footer a {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.member,
	.member.right {
		width: calc(100% - 30px);
		float: left;
	}
	
	.top-member .avatar {
		width: 30%;
		height: 220px;
	}
	
	.top-member .right {
		width: calc(70% - 30px);
		float: left;
		margin-left: 10px;
	}
	
	#our-story img {
		height: 200px;
	}
	
	#community-impact-second .rows div {
		width: 100%;
	}
	
	#supporters .column {
		width: 100%;
	}
	
	#supporters {
		padding: 0px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	#community-impact-second .rows div {
		height: auto;
	}
	
}



@media screen and (max-width: 767px) {
	
	#slides h1 {
		font-size: 30px;
	}
	
	#home-second {
	    padding: 60px 0 30px 0;
	}
	
	#home-second .column {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		float: none;
	}
	
	.stats-bar div {
		width: 100%;
	}
	
	.stats-bar div.odd {
	    border-left: none;
	}
	
	#home-third {
	    padding: 60px 0px;
	}
	
	#home-third .left {
	    float: none;
	    width: 100%;
	}
	
	#home-third .right {
	    float: none;
	    width: 100%;
	    margin: 30px 0 0 0;
	}
	
	#home-fourth .tile {
		display: block;
		margin: 0 auto 15px auto;
	    width: 180px;
		height: 222px;
	}
	
	#clients, #organizations {
		padding: 60px 0;
	}
	
	#furniture-first .left, #furniture-second .right, #furniture-third .left {
		float: none;
		width: 100%;
	}
	
	#furniture-second .right .content {
	    float: none;
		width: 100%;
	}
	
	#furniture-first .right, #furniture-second .left, #furniture-third .right {
		float: none;
		width: 100%;
		max-width: 310px;
		margin: 0 auto 30px auto;
	}
	
	
	#furniture-first p, #furniture-second p, #furniture-third p {
		max-width: none;
	}
	
	#faq.get-furniture {
		padding: 60px 0 !important;
	}
	
	.eteam .left {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	
	.eteam .right {
		width: 100%;
		float: none;
	}
	
	.dteam {
		float: none;
		width: 100%;
	}
	
	#director .left {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	
	#director .right {
		float: none;
		width: 100%;
	}
	
	#partners .left {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	
	#partners .right {
		width: 100%;
		float: none;
	}
	
	#hours .left, #hours .right {
		float: none;
		width: 100%;
	}
	
	.directions .column {
		width: 100%;
		float: none;
		margin: 0 0 30px 0;
	}
	
	.sponsor {
		width: 50%;
	}
	
	.news-post .left {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.news-post .right {
		float: none;
		width: 100%;
		text-align: left;
	}
	
	#post {
		padding: 50px 0;
	}

	
}

ul#menu-footer li {
    display: inline-block !important;
    padding: 0 0px;
}

ul#menu-footer {
    list-style: none !important;
    display: inline-block !important;
}