/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

   
.placeholder
{
  color: #aaa;
}
   
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
  font-family: 'PT Sans Narrow';
    font-size: 1em;
    line-height: 1.4;
	text-align:center;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
font-family: 'PT', sans+narrow;
	font-size: 19px;
	color:rgba(79, 76, 76, 255);
	
}

.wrapper {
    width: 90%;
    margin: 0 5%;
/* background-color:white; */
}


/* ==============
    MOBILE: Main
   ============== */

.main {
/*     padding: 30px 0; */
}

.main article h1 {
    font-size: 48px;
	margin-top:0px;
	margin-bottom:0px;
}

.main article h2 {
    font-size: 30px;
}

.main article h4 {
    font-size: 38px;
}

.main article header p {
    font-size: 19px;
    line-height: 1.4;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
/*     padding-top: 20px; */
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



#next-arrow-link {
 	width:140px;
	height:95px; 
	margin:auto;
	background : url("../img/Help_For_You/Arrow_Prev_Sprite.png") 141px 1px;
	display:block;
	}

#next-arrow-link:hover {
	background-position: 0px, 0px;
}

#prev-arrow-link {
 	width:140px;
	height:95px; 
	margin:auto;
	background : url("../img/Who_We_Help/Arrow_Btn_Sprite.png")  0px, 0px;
	display:block;
	}

#prev-arrow-link:hover {
	background-position : 141px, 1px;
}





@media only screen and (min-width: 1024px) {
	
/* ===============
    Maximal Width
   =============== */

	
	#next-arrow-link-text{
		float:right;
		width:50%;
		margin:0px;
		position:relative;
		left:144px;
	}
	
	#prev-arrow-link-text{
		float:left;
		width:50%;
		margin:0px;
		position:relative;
		right:144px;
	}

}

