/* prefix all items in this sheet with .irs-representation */

.irs-representation #main {
	background: url(../img/select-accountant.jpg) no-repeat top center #fff;
	overflow: visible;
	width: auto;
}
.irs-representation #content {
	margin: 0 auto;
	left: -180px;
	height: 672px;
	overflow: visible;
	padding: 0;
	position: relative;
	width: 605px;
}
.irs-representation h1 {
	text-transform: uppercase;
	font-size: 52px;
	position: relative;
	top: 22px;
	width: 800px;
}
/* Mobile */
@media only screen and (max-width: 768px) {
	.irs-representation #main {
		background-size: 420px 221px;
	}
	.irs-representation #content {
		left: 0;
		height: auto;
		width: 300px;
	}
	.irs-representation h1 {
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 28px;
		width: 300px;
	}
}

/*
 * Blue Form area
 */

.irs-representation #find-accountant {
	background-color: rgba(0,95,185,.9);
	background-color: rgb(0,95,185) \9;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	bottom: 230px;
	box-shadow: inset 0 0 8px 3px rgba(0,0,0,.3);
	height: 255px;
	overflow: hidden;
	position: absolute;
	width: inherit;
	z-index: 3;
	behavior: url(pie/PIE.htc);
}
.irs-representation #find-accountant h2 {
	color: #fff;
	font-family: 'arial narrow', 'helvetica neue condensed', arial, sans-serif;
	font-size: 21px;
	*font-size: 18px;
	font-weight: normal;
	height: 25px;
	line-height: 1.2;
	margin: 15px 10px;
	text-align: center;
	text-transform: uppercase;
}
.irs-representation #find-accountant label {
	color: #fff;
	display: block;
	float: left;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	width: 95px;
}
.irs-representation #find-accountant form {
	margin: 35px 0 20px 22px;
}
.irs-representation #find-accountant input[type=text] {
	border: 1px solid #002386;
	width: 170px;
	*width: 150px;
}
.irs-representation #find-accountant p {
	float: left;
	margin-bottom: 12px;
	width: 265px;
}
.irs-representation #find-accountant .email,
.irs-representation #find-accountant .phone {
	margin-left: 50px;
	*margin-left: 30px;
}
.irs-representation #find-accountant .email label,
.irs-representation #find-accountant .phone label {
	width: 75px;
}
.irs-representation #find-accountant .business-type {
	width: 500px;
	left: 67px;
	position: relative;
}
.irs-representation #find-accountant .business-type label {
	display: block;
	float: left;
	width: 100px;
}
.irs-representation #find-accountant .business-type input {
	float: left;
	margin: 5px 12px 5px 0px;
}
.irs-representation #find-accountant .business-type span {
	display: block;
	float: left;
	position: relative;
	width: 150px;
}
.irs-representation #find-accountant .submit {
	position: relative;
	width: 565px;
	*left: 175px;
}
.irs-representation #find-accountant input[type=text]::-webkit-input-placeholder {
    color: #fff;
}
.irs-representation #find-accountant input[type=text]:-moz-placeholder {
    color: #fff;
}
.irs-representation #find-accountant input[type=text]:-ms-input-placeholder {
    color: #fff;
}
.irs-representation #find-accountant input[type=text].placeholder {
	color: #fff;
}
/* Mobile */
@media only screen and (max-width: 768px) {
	.irs-representation #find-accountant {
		left: 0;
		position: relative;
		top: 10px;
		width: 300px;
		height: 250px;
	}
	.irs-representation #find-accountant form {
		margin: 25px 0 20px 20px;
	}
	.irs-representation #find-accountant label {
		display: none;
	}
	.irs-representation #find-accountant h2 {
		font-size: 14px;
		text-align: left;
		margin: 15px 18px 15px 15px;
	}
	.irs-representation #find-accountant p {
		float: left;
		width: 100px;
	}
	.irs-representation #find-accountant input[type=text] {
		width: 118px;
	}
	.irs-representation #find-accountant input[type=text]::-webkit-input-placeholder {
		color: #005eb9; /* GA Blue */
	}
	.irs-representation #find-accountant input[type=text]:-moz-placeholder {
		color: #005eb9; /* GA Blue */
	}
	.irs-representation #find-accountant input[type=text]:-ms-input-placeholder {
		color: #005eb9; /* GA Blue */
	}
	.irs-representation #find-accountant p.business-type {
		width: 262px;
		left: 0px;
	}
	.irs-representation #find-accountant p.business-type input {
		margin: 5px 5px 5px 0px;
		font-size: 12px;
	}
	.irs-representation #find-accountant p.business-type span {
		width: 86px;
		font-size: 10px;
	}
	.irs-representation #find-accountant p.business-type label {
		margin-top: 4px;
		width: 64px;
		line-height: 1.5em;
	}
	.irs-representation #find-accountant p.submit {
		display: block;
		width: 262px;
	}
}

/*
 * Description
 */

.irs-representation #description {
	background: url(../img/index-white-gradient-bg.png) repeat-x bottom center transparent;
	bottom: 0px;
	font-size: 14px;
	height: 350px;
	position: absolute;
	width: inherit;
	z-index: 2;
}
.irs-representation #description .inner {
	line-height: 1.8;
	padding: 142px 35px;
}
.irs-representation #description h2 {
	color: #008e1b; /* GA Green */
	display: inline;
}
.irs-representation #description p {
	display: inline;
	color: #005eb9; /* GA Blue */
}
@media only screen and (max-width: 768px) {
	.irs-representation #description {
/* 		background: none; */
		position: relative;
		margin-top: 25px;
	}
	.irs-representation #description .inner {
		padding: 0;
	}
}

/*
 * Clients Bar
 */

.irs-representation #clients {
	width: 960px;
	position: relative;
	height: 80px;
	margin: 30px auto;
}
.irs-representation #clients p {
	color: #005eb9; /* GA Blue */
	display: block;
	margin-left: 10px;
	width: 200px;
	position: absolute;
	left: 0;
	top: 15px;
}
.irs-representation footer {
	margin-top: 10px;
}
.irs-representation #slider {
	display: none;
}
.irs-representation .anythingSlider {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}
.irs-representation .anythingSlider {
	padding: 0;
}
.irs-representation .anythingSlider .anythingWindow {
	border: none;
}
.irs-representation .anythingSlider .anythingWindow ul li img {
	padding-left: 20px;
	padding-top: 0;
}
.irs-representation #slider-740 {
	width: 740px;
	height: 100px;
}
.irs-representation #slider-300 {
	width: 300px;
	height: 120px;
}
.irs-representation #satisfied-statement {
	background: url(../img/satisfied-user-statement.jpg) no-repeat left top;
	clear: both;
	display: block;
	width: 234px;
	height: 102px;
	position: relative;
}
.irs-representation #satisfied-statement img {
	position: absolute;
	bottom: 0;
	left: 0;
}
/* Mobile */
@media only screen and (max-width: 768px) {
	.irs-representation #clients {
		width: 300px;
		height: 200px;
		margin: 10px auto 20px auto;
	}
	.irs-representation #clients div#satisfied-statement {
		background: url(../img/satisfied-user-statement-mobile.jpg) no-repeat left top;
		padding-top: 0px;
		position: relative;
		left: 56px;
		top: 1px;
	}
	.irs-representation #clients div#satisfied-statement .arrow {
		display: none;
	}
	.irs-representation #clients div {
		padding-top: 85px;
	}
	.irs-representation #clients p {
		font-size: 12px;
		top: -15px;
		width: 100%;
	}
	.irs-representation .anythingSlider .anythingWindow ul li img {
		width: 70px;
	}
}