/*
Theme Name: Home(ful)
Theme URI: 
Author: lennar
Author URI: 
Description: 
Version: 2.0
License: GNU General Public License v2 or later
License URI: 
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: Home(ful)

*/

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

/* start of homful */
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

ol,
ul {
	list-style: none;
}
a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/************************** CSS Document *************************/
.clearfix {
  overflow: auto;
  zoom: 1;
}
body{
	margin: 0;padding: 0px;border:0;
	/*background-color:#c9cacc;*/
}
h1{
	font-family: 'NeutraDisp', sans-serif;
	color:#6a747a;
	font-size:3em;
	padding: 2px 0;
	text-transform:uppercase;
	text-align:center;
	display:block;
}
h2{
	font-family: 'Gotham-Medium', sans-serif;
	letter-spacing:.06em;
	padding: 8px 0;
margin-top: 0px;
margin-bottom: 0px;
	color:#6a747a;
	font-size:1.6em;
	text-transform:uppercase;
	text-align:center;
}

#content{
	width:1024px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	position:relative;
}
#Header{
	display: block;
	align-content:center;
	margin-left:auto;
	margin-right:auto;
	background-color:f7f8f8;
	/*text-align:center;*/
}
.wrapper{
	width:960px;
	display:block;
	/*position:relative;*/
	margin-left: auto;
	margin-right:auto;
	clear:both;
	
}
#logo{
	float:left;
	margin-top:20px;
	margin-left:20px;
	margin-bottom: 10px;
	background-image:url(images/Homeful_logo.png);
	width:245px;
	height:63px;
	text-indent:-9999px;	clear:both;
}
#nav {
	position: absolute;
	top:20px;
	right:30px;
	width:600px;
	text-transform:uppercase;
	
}
#nav ul{
	padding: 7px 0;
	margin:20px 0;
}

#nav li{
	list-style: none;
	font-family:'NeutraDisp', sans-serif;
	font-size:12px;
	font-size:.8em;
	color:#000000;
	float:left;
	padding-right: 25px;
}
#nav li a{
	color:#000000;
	text-decoration:none;
}

#nav li a:hover{
	/*background-color:#F1666A;*/
}


.dropdown:hover .dropdown-content{
	display:block;
}
#portal{
	background-color:#72BF4C;
	height:27px;
	/*width:107px;*/
	-webkit-border-radius:6px;
	border-radius:6px;
	margin-top:-8px;
	text-align:center;
}
ul #portal a{
	position:relative;
	margin-top:5px;
	color:#ffffff;
	top:7px;
	left:12px;
	font-size:.9em;
}

.dropdown-content {
    display: none;
    position: absolute;
	/*top:40px;*/
    background-color: #fff;
    min-width: 160px;

}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}


.bigImage img{
	display:block;
	width:100%;
	padding:4px 0px 4px;
	margin-left:auto;
	margin-right:auto;
}

.homecol{
	height:100px;
	padding:0;
	}


.homecol li {
	width: 30%;
	text-decoration: none;
	list-style-type: none;
	font-family: 'NeutraText', sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	list-style:none;
	text-align: center;
	background-color: #ffffff;
	float: left;
}
.homecol li img{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.homecol li p {
	font-family: 'NeutraText', sans-serif;
	margin-top: 5px;
	line-height: 1.25em;
}

/* 2 col Pic*/


.twoColPic{
	position: relative;
	width: 100%;	/*color: red;	*/
}

.twoCopy{
	position: absolute;
	float: left;
	padding-top: 90px;
	top: 0px;
	bottom: 5px;
	background-color: #AEB3B9;
	width: 45%;
	
}

.pic-side-copy{
	color: #fff;
	font-size: .9em;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

h3{
	font-family: 'Gotham', sans-serif;
	font-weight:500;
	letter-spacing:.06em;
	margin:0 0;
	padding:0 0;
	text-align:left;
	color:#af8b35;
	font-size: 1.3em;
	text-transform:uppercase;
}

.pic-side-copy ul{
	list-style:none;
	font-size:  1.5em;
	text-align:center;
	margin: 0;
	padding-left: 0px;
	/*text-indent: -30px;*/
	line-height: 2;
}

.pic-side-copy li{
	margin: 0 0;
	list-style-position: inside;
}

.twoPic{
	width: 55%;
	padding: 0 0;
	float: right;
}

.twoPic img{
	padding:0 0;
	margin: 0 0px;
}
/* About page  */

.aboutcol{
	height-min:100px;
	padding:0;
	margin:0;
	
}


.aboutcol li {
	text-decoration: none;
	list-style-type: none;
	font-family: 'NeutraText', sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	padding:0 50px;
	list-style:none;
	text-align: center;
	background-color: #ffffff;
line-height: 1.25em;
}
.aboutcol li img{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.aboutcol li p {
	font-family: 'NeutraText', sans-serif;
	margin-top: 5px;
	line-height: 1.5em;
}
/* END About*/



#quoteIMG{
	border:2px #100BEF solid;
	position:relative;
	width:100%; 
	max-height:445px;
	display: inline-table;
	clear:left;
	
	
}

.quote{
	
	float:left;
	font-size:20px;
	color:#ffffff;
	text-align:center;
	
}
#partners_logo {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align:center;
	background-color:#F7F8F8;
}
/* staff Col */
#sub{
	margin-top:-15px;
	font-family:Archer-Book;
	font-size:.8em;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.staffcol{
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	width: 100%;
	/*padding-right: auto;
	padding-left: 5%;*/
	/*height-min: 100px;*/
	list-style: none;
	/*border: 1px #2CEB7A dotted;*/
	display: table-cell;

	align-content:center;
}

.staffcol li{
	width: 310px;
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-right: -3px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 18px;
	padding-left: 30px;
	padding-bottom: 30px;
	/*border: 1px #0A3CEA dotted;*/
	position: relative;
}

.staffcol li p {
	font-family: 'NeutraText', sans-serif;
	margin-top: 5px;
	text-align:left;
	font-size:.8em;
	line-height: 1.25em;
}	


/* END staff*/

/* Board Col */
h4{
	font-family:Archer, serif;
	text-transform:uppercase;
	padding:0 0;

}
.boardcol{
	margin: 0;
	width: 100%;
	padding: 5px;
	height-min: 100px;
	list-style: none;
	
	display: table-cell;
}

.boardcol li{
	width:240px;
	text-align:center;
	float:left;
	margin:5px;
	padding:30px;
	padding-top:5px;
	
}

.boardcol li p {
	font-family: 'NeutraText', sans-serif;
	margin-top: 5px;
	text-align:left;
	font-size:.8em;
	line-height: 1.15em;
}	

.boardcol2{
	margin: 0;
	width: 100%;
	padding: 5px;
	height-min: 100px;
	list-style: none;
	
	display: table-cell;
}

.boardcol2 li{
	width:40%;
	text-align:center;
	float:left;
	margin:5px;
	padding:30px;
	padding-top:5px;
	
}

.boardcol2 li p {
	font-family: 'NeutraText', sans-serif;
	margin-top: 5px;
	text-align:left;
	font-size:.8em;
	line-height: 1.15em;
}	


/* END Board*/

#footer{
	/* [disabled]display:block; */
	/* [disabled]position: relative; */
}

/* NAV bar code start */

#footer_nav {
	color:#6a747a;
	font-family: Gotham-Thin, Helvetica, Arial, sans-serif;
	font-size:.9em;
	margin:5px 0px 15px 15px;
	width-min: 320px;
	float: left;
}

#footer_nav ul{
	padding: 0 0;
	margin:20px 0;
}

#footer_nav li{
	font-family:'GothamBook', sans-serif;
	list-style:none;
	font-size:12px;
	font-size:.8em;
	color:#6a747a;
	float:left;
	padding-right: 10px;
}
#footer_nav li a{
	color:#6a747a;
	text-decoration:none;
}

#footer_nav li a:hover{
	/*background-color:#F1666A;*/
}


.dropdown:hover .dropdown-content{
	display:block;
}







#social_btn {
	display: block;
	position: relative;
	padding-right: 0px;
	margin-right:80px;
	float: right;
	clear: right;
	width: auto;
	height: auto;
	
}
#social_btn ul{
	margin:0px 0px;
	padding:0px 0px;
}
#social_btn ul li{
	list-style:none;
	float:left;
	padding:10px 15px 10px 0px;
	
}
#social_btn ul li a{
	border:none;
}

#disclamer {
	font-family: Gotham-Medium, Gotham-Thin;
	color: #000000;
	font-size: 0.7em;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
	display: block;
	clear: both;
}
  @media only screen and (max-width: 959px) {
	 #content{
		 width:100%;
	 }
	 
	  #Header{
		margin:0 0;
	}
	.wrapper{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding:0 0;
	width: 100%;
	}
	h1{
		font-size:1.2em;
	}
	.homecol{
		clear:both;
	}
	.homecol ul{
		align-content:none;
	}
	.homecol li{
		width:32%;
	}
	.homecol li p{
		font-size:.9em;
	}
	.boardcol li{
		width:25%;
	}
}
  

@media (max-width: 600px){
	h2{
		font-size:1.2em;
	}
	#logo{
		float:none;
		margin:10px auto 5px;
		clear:right;
	}
	#nav{
	display: block;
	position: static;
	float: none;
	margin: 20px auto 10px;
	bottom: 0px;
	width: 580px;
	
	}
	#nav ul{
		float:none;
		margin:0 auto;
		padding:7px auto;
		position:static;
	}
	#portal{ display:none;
	}
	#footer_nav{
		margin-right:auto;
		margin-left:15px;
	}
	#social_btn{
		margin:0 auto;
	}
	#logo{
		clear:both;
		display:block;
		float:none;
	}
#nav li {
	right: 0px;
	padding-right: 14px;
	margin-right: auto;
	margin-left: auto;
	position: static;
}

.staffcol li{
	width: 90%;

	padding-left: 0px;
	padding-bottom: 10px;

}

.boardcol2 li{
	width:90%;
	padding:20px;
	padding-top:5px;
	
}
		
}  
  @media only screen and (max-width: 415px) {
	h1{
		font-size:.8em;
	}
	h2{
		font-size:.8em;
	}
	.wrapper{
		width:100%;
		padding:0 0;
		margin-right: 0px;
	margin-left: 0px;
	}
	#nav{
		margin: 15px 0 10px 18px;
		float:none;
		width: 360px;
		align-content:center;
		text-align:center;
		overflow:visible;
	}
	#nav ul{
		padding: 10px 0;
	}
	#nav li{
		font-size: 10px;
	}
	
	h1{
		font-size:.9em;
	}
	.homecol {
		height: 250px;
	}
	
	.homecol li{
	position: inherit;
	display: block;
	float: left;
	/*margin-right: -15px;
	margin-left: -30px;*/
	width: 100%;
	}
	.boardcol li{
		width:80%;
	}
	#footer_nav{
	float:none;
	display: inline-block;
	position: relative;
	z-index:19;
	font-size: .8em;
	left: 15px;
	margin-left: 25px;
	margin-right: 0;
	padding-bottom: 0px;
	}
	#social_btn{
	float:none;
	padding-top: 0px;
	clear:both;
	left:24%;
	
	}
}





/***********FONTS****************/
@font-face {
font-family: NeutraText;
src: url("fonts/NeutraText-Book.otf") format("opentype");
}

@font-face {
font-family: NeutraDisp;
font-weight: bold;
src: url("fonts/NeutraDisp-Bold.otf") format("opentype");
}


@font-face {
font-family: Archer;
font-weight: bold;
src: url("fonts/Archer-Bold.otf") format("opentype");
}
@font-face {
font-family: Archer-Book;
font-weight: book;
src: url("fonts/Archer-Book.otf") format("opentype");
}
@font-face {
font-family: Archer-Medium;
font-weight: medium;
src: url("fonts/Archer-Medium.otf") format("opentype");
}

@font-face {
font-family: Gotham-Thin;
font-weight: thin;
src: url("fonts/Gotham-Thin.otf") format("opentype");
}




@font-face {
	font-family: 'gothambold1';
	src: url('fonts/gothambold1.eot');
	src: local('gothambold1'), url('fonts/gothambold1.woff') format('woff'), url('fonts/gothambold1.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_5903">Text with this font applied</p> */
.fontsforweb_fontid_5903 {
	font-family: 'gothambold1' !important;
}

@font-face {
	font-family: 'GothamBook';
	src: url('fonts/GothamBook.eot');
	src: local('GothamBook'), url('fonts/GothamBook.woff') format('woff'), url('fonts/GothamBook.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_10146">Text with this font applied</p> */
.fontsforweb_fontid_10146 {
	font-family: 'GothamBook' !important;
}

/* Localized */