/*
	Title:	iPerform
	Date:	March 28, 2013
--------------------------------------------------------------			
*/

	/***** BEGIN COMMON ELEMENTS *****/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video, progress {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, summary, audio, video, details {
	display: block;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#333333;
	background:#333;
	font-family: 'ralewaymedium';
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust:100% /* Stops Mobile Safari from auto-adjusting font-sizes */
}
html, body {
	width:100%;
	height:100%;
}
*:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Selection colours (easy to forget) */
::selection {
background: rgb(255,255,158);
}
::-moz-selection {
background: rgb(255,255,158);
}
img::selection {
background: transparent;
}
img::-moz-selection {
background: transparent;
}
.clear:after, header:after, .header:after, .header-in:after, section:after, nav:after, .top-nav:after, .contents:after, footer:after, aside:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
a img {
	border:0;
	outline:none;
}
a {
	text-decoration:none;
	color:#e05048;
	outline:none
}
a:hover {
	text-decoration:underline;
}
a:active {
	outline:none;
}
a:focus {
	outline:none;
}
input, select, textarea {
	outline:none
}
/***** END COMMON ELEMENTS *****/
	
	/***** BEGIN LOGIN / REGISTER *****/		
.login-register-wrap {
	clear:both;
	width:100%;
}
.login-register-panel {
	clear:both;
	width:100%;
	height:84px;
	display:none;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/login-bg.jpg) no-repeat center bottom;
}
.login-register-in {
	clear:both;
	width:960px;
	padding:20px 0 0;
	margin:0 auto;
	overflow:hidden;
}
.login-register-in form {
	margin:0;
	padding:0;
}
.login-register-in input {
	float:right;
	width:205px;
	height:33px;
	margin:0 0 0 10px;
	padding:0 0 0 13px;
	background:#fff;
	color:#4e4e4e;
	font-size:15px;
	font-family: 'ralewayregular';
	line-height:33px;
	border:1px solid #d0d0d0;
}
.login-register-in .button {
	float:right;
	width:88px;
	height:35px;
	border:0;
	color:#fff;
	font-size:15px;
	cursor:pointer;
	margin:0 0 0 10px;
	padding:0;
	line-height:35px;
	background:#e05048;
	font-family: 'ralewaybold';
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.login-register-in .button:hover{
	background:#0077C1;	
	}
.panel-btn-bar {
	width:960px;
	margin:0 auto;
	height:80px;
	overflow:hidden;
}
.panel-btn {
	float:right;
	width:390px;
	height:50px;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/login-btn-bg.jpg) no-repeat;
}
.call-numb {
	float:left;
	padding:8px 0 0 30px;
	font-size:19px;
	font-family: 'ralewayregular';
}
.panel-btn span {
	float:right;
	display:block;
	width:100px;
	height:36px;
	margin-right:20px;
	position:relative;
	color:#e05048;
	font-size:11px;
	line-height:36px;
	font-family: 'ralewaybold';
	text-align:center;
	cursor:pointer;
	text-transform:uppercase;
}
.panel-btn span:hover {
	color:#0077c1;
}
.panel-btn span#close {
	color:#e05048;
	background-position:155px -88px;
}
.logout-bar .panel-btn {
	float:right;
	width:415px;
	padding-right:25px;
	height:50px;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/logout-btn-bg.jpg) no-repeat;
}
.call-numb {
}
.logout-bar .panel-btn span, .logout-bar .panel-btn a {
	float:right;
	width:auto;
	height:36px;
	margin:0 3px;
	position:relative;
	color:#e05048;
	font-size:11px;
	line-height:36px;
	font-family: 'ralewaybold';
	text-align:center;
	cursor:pointer;
	text-transform:uppercase;
}
.logout-bar .panel-btn a:hover {
	color:#0077c1;
	text-decoration:none;
}
/***** END LOGIN / REGISTER *****/		
	

	/***** BEGIN HEADER *****/
.header {
	clear:both;
	width:100%;
	background:#fff;
}
.header-in1 {
	width:100%;
	background:#f0f0f0;
}
.header-in {
	clear:both;
	width:960px;
	height:50px;
	margin:0 auto;
	position:relative;
	z-index:99
}
.logo {
	width:184px;
	height:154px;
	position:absolute;
	left:-50px;
	bottom:-30px;
}
.logo img {
	float:left;
}
.top-nav {
	clear:both;
	width:100%;
	padding:15px 0 0;
	margin:0;
}
.top-nav ul {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
.top-nav li {
	float:left;
	width:auto;
	padding:0 10px 0 11px;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/topNav-divider.jpg) no-repeat 0 0;
	position:relative;
}
.top-nav li:first-child {
	background:none;
}
.top-nav li a {
	float:left;
	display:block;
	font-size:13px;
	color:#0077c1;
	height:35px;
	line-height:19px;
	position:relative;
	z-index:99;
}
.top-nav li a:hover, .top-nav li.active a, .top-nav li.drpdown a {
	color:#e05048;
	text-decoration:none;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/blank.gif) repeat;
}
.top-nav li div {
	position:absolute;
	right:0px;
	top:35px;
	width:170px;
	padding:10px 0;
	text-align:right;
	background:#f0f0f0 url(//d2w3kw4xhgxxjx.cloudfront.net/images/grey-bgX2.jpg) repeat-x 0 0;
	display:none;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	z-index:99;
}
.top-nav li div:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.top-nav li ul {
	float:none;
}
.top-nav li.drpdown div {
	display:block;
}
.top-nav li.drpdown ul li {
	float:none;
	background:none;
	margin:0;
	padding:0;
}
.top-nav li.drpdown ul li a {
	float:none;
	width:150px;
	padding:4px 12px 3px 8px;
	color:#e05048;
	height:auto;
	text-transform:none;
}
.top-nav li.drpdown ul li a:hover {
	background:#e05048;
	color:#fff;
}
/***** END HEADER *****/

	/***** BEGIN HOME SLIDER *****/
.slide-img1 {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/slide-img1.jpg) no-repeat center center
}
.slide-img2 {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/slide-img2.jpg) no-repeat center center
}
.slide-img3 {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/slide-img3.jpg) no-repeat center center
}
.slide-img4 {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/slide-img4.jpg) no-repeat center center
}
.slide-img5 {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/slide-img5.jpg) no-repeat center center
}
.slide-img1, .slide-img2, .slide-img3, .slide-img4, .slide-img5 {
	position:relative;
	width:100%;
	height:400px;
}
#slide-wrap {
	position:relative;
	clear:both;
	width:100%;
	height:400px;
	z-index:3;
	background:#f0f0f0;
}
#slide {
	position:relative;
	clear:both;
	width:100%;
	height:400px;
	overflow:hidden
}
.slide-content {
	position:absolute;
	width:100%;
	height:400px;
	top:0;
}
.slide-caption-wrap {
	width:100%;
	position:absolute;
	top:0;
	height:400px;
	z-index:98;
}
.slide-caption {
	position:relative;
	clear:both;
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
.slide-caption h1 {
	padding:60px 0 20px;
	color: #fff;
	font-family: 'ralewaylight';
	font-weight:normal;
	font-size: 60px;
	line-height: 60px;
	text-shadow:1px 1px 2px #3b3b3c;
	zoom: 1;
}
.slide-btn {
	text-decoration:none;
	width:250px;
	background:#e05048;
	color:#fff;
	display:block;
	cursor:pointer;
	line-height:48px;
	font-size:16px;
	height:48px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'ralewaybold';
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position:relative;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.slide-btn:hover {
	background:#0077c1;
	text-decoration:none;
}
.slide-btn img {
	margin:0 0 0 5px;
	top:2px;
	position:relative;
}
.control-bar {
	position:absolute;
	width:100%;
	height:30px;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/transparent-bg.png) repeat;
	left:0;
	bottom:0;
	z-index:99
}
.control-area {
	position:relative;
	clear:both;
	width:140px;
	margin:0 auto
}
.scroller {
	position:absolute;
	width:85px;
	height:20px;
	left:33px;
	top:12px;
	margin:0;
	padding:0;
	list-style:none;
	z-index:3
}
.scroller li {
	float:left;
	width:11px;
	height:12px;
	margin-right:5px;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/slider-selctor.png) no-repeat 0 0;
	cursor:pointer;
}
.scroller li.active {
	background-position:0 -38px
}
/***** END HOME SLIDER *****/

	/***** BEGIN CONTENTS *****/
.contents:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.contents-wrap {
	clear:both;
	width:100%;
	overflow:hidden;
	background:#fff;
}
.contents {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:50px 0;
}
.banner {
	position:relative;
	clear:both;
	width:100%;
	height:250px;
	z-index:3;
	background-color:#f0f0f0;
}
.contents h1 {
	color:#004a97;
	font-size:36px;
	line-height:38px;
	padding-bottom:12px;
	font-family: 'ralewaylight';
	font-weight:normal;
}
.contents h2 {
	color:#004a97;
	font-size:22px;
	line-height:24px;
	padding-bottom:10px;
	font-family: 'ralewaybold';
	font-weight:normal;
}
.contents h3 {
	font-size:16px;
	line-height:20px;
	font-family: 'ralewaybold';
	font-weight: normal;
	color:#004a97;
	padding-bottom:8px;
}
.contents p {
	padding-bottom:15px;
}
.contents ul {
	list-style:none;
	margin:0;
	padding:0 0 10px;
	font-family: 'ralewaybold';
}
.contents li {
	list-style:disc;
	margin:0 0 7px 20px;
}
h1.page-title {
	clear:both;
	width:100%;
	color:#333;
	padding:0 0 20px;
	font-size:36px;
	line-height:38px;
	text-align:center;
	font-family: 'ralewaylight';
	font-weight:normal;
}
.content-divider {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/content-divider.jpg) no-repeat 725px 40px;
}
.left-contents {
	float:left;
	width:680px;
}
.right-contents {
	float:right;
	width:180px;
	position:relative;
}
.right-box {
	float:left;
	width:148px;
	padding:15px;
	position:relative;
	margin-bottom:40px;
	border:1px solid #c9c9c9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.right-box h3 {
	color:#004a97;
	font-size:18px;
	font-family: 'ralewaybold';
}
.right-box p {
	padding:0;
}
/***** BEGIN CONTENTS *****/
	
	/***** BEGIN HOW WE HELP *****/
.help-circle-process:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.help-circle-process {
	width:100%;
	padding:20px 0 40px;
}
.help-circle-wrap {
	float:left;
	width:167px;
	height:167px;
	position:relative;
	margin:0 12px;
}
.help-circle-sky, .help-circle-grey {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	width:167px;
	height:167px;
	left:0;
	top:0;
	z-index:8;
	position:absolute;
	background:#71badd;
}
.help-circle-grey {
	z-index:7;
	background:#333;
	display:none;
}
.help-circle {
	display:block;
	width:137px;
	height:137px;
	margin:0 auto;
	top:15px;
	background:#fff;
	position:relative;
	z-index:50;
	overflow:hidden;
	cursor:pointer;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.canvas {
	position:absolute;
	margin-top:-246px;
	margin-left:-10px;
	z-index:10;
}
.help-circle span {
	display:block;
	width:100%;
	margin:48px 0 0;
	text-align:center;
	font-style:normal;
	font-size:18px;
	line-height:18px;
	font-family: 'ralewaybold';
	padding-bottom:13px;
	color:#71b9dd;
	text-align:center;
	position:relative;
	z-index:9;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
	background-position:center bottom;
}

/*
.help-circle span:hover {
	color:#333;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/down-arrow.jpg) no-repeat center bottom;
}
*/

/*
.box {
	cursor:pointer;
}
*/
.help-circle-hover span {
	color:#333;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/down-arrow.jpg) no-repeat center bottom;
}
.circle-main-bg{
	width:300px;
	height:300px;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
	margin-left:-42%;
	margin-top:-120%;
	overflow:hidden;
}
.help-circle-popup {
	width:300px;
	height:300px;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
	margin:0;
	z-index:100;
	position:relative;
	display:none;
}
.circle-popup-bg1 {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/circle-popup-bg1.png) center;
}
.circle-popup-bg2 {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/circle-popup-bg2.png) no-repeat 0 0;
}
.circle-popup-bg3 {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/circle-popup-bg3.png) no-repeat 0 0;
}
.circle-popup-bg4 {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/circle-popup-bg4.png) no-repeat 0 0;
}
.circle-popup-bg5 {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/circle-popup-bg5.png) no-repeat 0 0;
}
.circle-popup-bg1,
.circle-popup-bg2,
.circle-popup-bg3,
.circle-popup-bg4,
.circle-popup-bg5 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	height:100%;
	position:relative;
}


.help-circle-popup-info {
	display:block;
	width:100%;
	height:100%;
	margin:auto;
	border:15px solid transparent;
	overflow:hidden;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	cursor:text;
}
.help-circle-popup-info p {
	/*padding:40px 30px 0;*/
	margin-top:15%;
	margin-left:12%;
	margin-right:12%;
	font-size:12px;
	color:#fff;
	line-height:18px;
	text-align:center;
	font-family: 'ralewayregular';
}
.help-circle-popup-info a {
	text-transform:uppercase;
	color:#8dd7f8;
	font-size:14px;
	font-family: 'ralewaybold';
}
.help-circle-popup-info a:hover {
	color:#E05048;
	text-decoration:none;
}
.circle-popup-active {
	position:relative;
	z-index:90;
}
.circle-popup-active .help-circle-popup {
	/*display:block;*/
	z-index:99;
}
/*	
.circle-popup-active .help-circle-popup-grey{
	display:block;
	}	
*/	

	/***** END HOW WE HELP *****/
	
	/***** BEGIN HOME TESTIMONIALS *****/
.testimonial-wrap {
	clear:both;
	width:100%;
	background:#0078c1;
}
.home-testimonial {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:50px 0;
	overflow: hidden;
}
.home-testimonial h1 {
	color:#fff;
}
.testimonial-block-detail {
	float:left;
	width:450px;
	padding-bottom:20px;
}
.testimonial-block-detail strong {
	display:block;
	padding:8px 0 0 20px;
	font-size:15px;
	color:#8dd7f8;
	font-family: 'ralewaybold';
	font-weight:normal;
	text-transform:uppercase;
}
.testimonial-block:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.testimonial-block {
	clear:both;
	width:415px;
	padding:15px 15px 15px 20px;
	background:#f0f0f0;
	margin-bottom:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
.triangle-corner {
	position:absolute;
	left:20px;
	bottom:-20px;
	width: 0;
	height: 0;
	border-top: 20px solid #f0f0f0;
	border-right: 25px solid transparent;
}
.testimonial-block .left {
	float:left;
	width:280px;
}
.testimonial-block .left p {
	font-size:14px;
	line-height:18px;
	padding:0;
}
.testimonial-block .thumb {
	float:right;
	width:90px;
	height:105px;
	background:#fff;
	position:relative;
	border:4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.testimonial-block .thumb img {
	float:left;
}
.read-more {
	display:block;
	width:74px;
	margin:0 auto;
	padding:0 12px 0 0;
	clear:both;
	overflow:hidden;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-family: 'ralewaybold';
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/white-arrow.png) no-repeat right center;
}
/***** BEGIN HOME TESTIMONIALS *****/
	
	/***** BEGIN LATEST ARTICLES *****/
.bottom-conts-wrap {
	clear:both;
	width:100%;
	background:#f0f0f0 url(//d2w3kw4xhgxxjx.cloudfront.net/images/grey-bgX.jpg) repeat-x 0 0;
	overflow:hidden;
}
.bottom-conts {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:50px 0;
	overflow: hidden;
}
.bottom-conts .page-title {
	color:#E05048;
}
.bottom-block {
	float:left;
	width:300px;
	display:inline;
	margin:0 20px 0 0;
}
.article-thumb {
	float:left;
	width:292px;
	height:122px;
	background:#fff;
	border:4px solid #fff;
	margin-bottom:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position:relative;
}
.article-thumb img {
	float:left;
}
.bottom-block h3 {
	font-size:16px;
	line-height:20px;
	font-family: 'ralewaybold';
	font-weight: normal;
	color:#333;
	padding-bottom:8px;
}
.bottom-block p {
	clear:both;
	width:100%;
	padding:0 0 10px 0;
	overflow:hidden;
}
.article-more {
	display:block;
	width:35px;
	padding:0 16px 0 0;
	clear:both;
	overflow:hidden;
	color:#e05048;
	font-size:12px;
	text-transform:uppercase;
	font-family: 'ralewaybold';
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/red-arrow.png) no-repeat right center;
}
.article-more:hover {
	color:#0077C1;
	text-decoration:none;
}
/***** END LATEST ARTICLES *****/		

	/***** BEGIN PARTERS *****/		
.partners {
	clear:both;
	width:960px;
	margin:0 auto;
	padding:30px 0;
	overflow: hidden;
}
.partners img {
	float:left;
	display:inline-block;
	margin-right:25px;
}
/***** END PARTERS *****/
	
	/***** BEGIN ABOUT US *****/
.for-hide {
	clear:both;
	width:680px;
	overflow:hidden;
}
.member-info-wrap {
	float:left;
	width:740px;
	margin:20px 0;
}
.member-info {
	float:left;
	width:200px;
	margin-right:40px;
}
.member-info .thumb {
	float:left;
	width:200px;
	height:200px;
	background:#fff;
	overflow:hidden;
}
.member-title {
	width:100%;
	background:#f0f0f0;
	padding:12px 0;
	overflow:hidden;
	cursor:pointer;
}
.member-title p {
	display:block;
	width:100%;
	margin:0;
	padding:0 0 20px;
	text-align:center;
	font-size:12px;
	color:#666666;
	line-height:14px;
	font-family: 'ralewaybold';
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/blue-arrow.png) no-repeat center bottom;
}
.member-title strong {
	color:#0077c1;
	font-size:18px;
	font-weight:normal;
	line-height:30px;
	font-family: 'ralewayregular';
}
.active-info .member-title {
	background:#e5f5fc;
	margin-bottom:-30px;
}
.active-info .member-title p {
	padding-bottom:50px;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/medium-arrow.png) no-repeat center bottom;
}
.member-info-detail {
	clear:both;
	width:680px;
	padding:30px 0 20px;
	margin-bottom:20px;
	overflow:hidden;
	display:none;
	position:relative;
	background:#e5f5fc;
}
.member-info-detail .close {
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}
.active-info-detail {
	display:block;
}
.member-info-detail .col {
	float:left;
	width:300px;
	padding:0 0 0 30px;
}
.member-info-detail .col-single {
	float:left;
	padding:0 30px 0 30px;
}
.member-info-detail .col p {
	clear:both;
	width:100%;
	overflow:hidden;
}
.member-info-detail .col h3 {
	font-size:14px;
	font-weight:normal;
	color:#0077c1;
	padding-bottom:8px;
	font-family: 'ralewaybold';
}
.contact-btn {
	float:left;
	text-decoration:none;
	background:#0077c1;
	color:#fff;
	display:block;
	cursor:pointer;
	line-height:30px;
	font-size:14px;
	height:30px;
	padding:0 15px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'ralewaybold';
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position:relative;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.contact-btn:hover {
	background:#e05048;
	text-decoration:none;
}
.negotiation-analysis {
	float:left;
	width:180px;
	height:325px;
	position:relative;
	margin-bottom:40px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/negotiation-analysis-bg.jpg) no-repeat 0 0;
}
.negotiation-analysis-info {
	width:150px;
	padding:15px 15px 10px 15px;
	position:absolute;
	right:-10px;
	top:10px;
	background:#004a97;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.negotiation-analysis-info .btm-bg {
	position:absolute;
	left:0;
	bottom:-16px;
	width:180px;
	height:16px;
	line-height:16px;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/blue-bx-btm.png) no-repeat;
}
.negotiation-analysis-info h3 {
	color:#fff;
	font-size:18px;
	line-height:20px;
	padding-bottom:8px;
	font-weight:normal;
	font-family: 'ralewaybold';
}
.negotiation-analysis-info p {
	font-family: 'ralewayregular';
	font-size:12px;
	color:#fff;
	padding:0;
}
.negotiation-analysis-info a {
	color:#fff;
}
.negotiation-analysis .click-here {
	position:absolute;
	left:0;
	bottom:0;
	z-index:9;
	display:block;
	width:180px;
	height:41px;
	line-height:42px;
	overflow:hidden;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	font-size:12px;
	font-family: 'ralewaybold';
	background:#004a97 url(//d2w3kw4xhgxxjx.cloudfront.net/images/blue-shadeX.jpg) repeat-x 0 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.negotiation-analysis .click-here img {
	margin:0 0 0 3px;
}
.negotiation-analysis .click-here:hover {
	text-decoration:none;
	color:#8DD7F8;
}
.right-testimonial {
	float:left;
	width:180px;
	margin-bottom:40px;
}
.right-testimonial .right-box {
	margin-bottom:22px;
	position:relative;
}
.right-testimonial strong {
	padding:0 15px;
	display:block;
	text-transform:uppercase;
	font-weight:normal;
	font-family: 'ralewaybold';
	color:#0077c1;
}
.triangle-arrow {
	width:25px;
	height:20px;
	position:absolute;
	left:20px;
	bottom:-20px;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/tringle-arrow.jpg) no-repeat
}
.right-ads {
	text-align:center;
}
.right-ads h3 {
	padding-bottom:20px;
}
.close_div {
	float:left;
	orphans:inherit;
	width:100%;
	height:120px;
	margin-top:-120px;
	z-index:10;
	display:none;
	position:relative;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/blank.gif) repeat;
}
/***** END ABOUT US *****/
	
	/***** BEGIN MINI SLIDE SHOW *****/
.mini-slide-area {
	clear:both;
	width:148px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
}
.min-slide {
	clear:both;
	width:148px;
	height:85px;
	overflow:hidden;
	position:relative;
}
/***** END MINI SLIDE SHOW *****/	
	
	/***** BEGIN ARTICLES *****/
.article-news:after, .drop-us .infusion-field:after, .drop-us .infusion-submit:after, .drop-us .infusion-captcha:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.article-news {
	float:left;
	width:100%;
	margin:30px 0;
}
.article-news h3 span {
	color:#333;
	font-size:14px;
}
.article-news p {
	padding-bottom:20px;
}
.thumb-pic {
	float:right;
	width:142px;
	padding:4px;
	margin:0 0 30px 30px;
	background:#f0f0f0;
	position:relative;
}
.thumb-pic span {
	position:absolute;
	left:0;
	bottom:-10px;
	width:150px;
	height:10px;
	display:block;
	line-height:8px;
	font-size:8px;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/thumb-shade.png) no-repeat center bottom;
}
.thumb-pic img {
	float:left;
}


.thumb-pic2 {
	float:right;
	width:292px;
	padding:4px;
	margin: 0px 10px 50px 30px;
	background:#f0f0f0;
	position:relative;
}
.thumb-pic2 span {
	position:absolute;
	left:0;
	bottom:-10px;
	width:150px;
	height:10px;
	display:block;
	line-height:8px;
	font-size:8px;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/thumb-shade.png) no-repeat center bottom;
}
.thumb-pic2 img {
	float:left;
}


.read-full {
	clear:both;
	width:100%;
	padding:5px;
	background:#f0f0f0;
	overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.read-full .left {
	float:left;
	padding:3px 0 0 5px;
	font-size:12px;
	font-family: 'ralewaybold';
}
.read-full .right {
	float:right;
}
.read-full .right img {
	float:right;
}
.drop-us {
	position:absolute;
	top:360px;
	left:0;
}
.drop-us .infusion-form {
	margin:0;
	padding:0;
}
.drop-us .infusion-field, .drop-us .infusion-submit, .drop-us .infusion-captcha {
	clear:both;
	width:100%;
	padding:0 0 6px;
}
.drop-us .infusion-submit {
	padding:0;
}
.drop-us .infusion-captcha {
	padding:5px 0 10px;
}
.drop-us .infusion-captcha img {
	width:147px
}
.drop-us .infusion-captcha label {
	padding:5px 0
}
.drop-us .infusion-field-input-container, .drop-us .infusion-field textarea {
	float:left;
	width:100%;
	height:30px;
	padding:0 0 0 10px;
	background:#e5f5fc;
	border:0;
	font-size:14px;
	line-height:30px;
	font-family: 'ralewaylight';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
html* .drop-us .infusion-field-input-container{
	width:94%;
}
.drop-us .infusion-field textarea {
	height:90px;
	line-height:18px;
	padding:8px 0 0 10px;
}
html* .drop-us .infusion-field textarea{
	width:93.5%;
}
.drop-us .contact-btn {
	border:0;
	cursor:pointer;
	font-size:12px;
}
html* .drop-us .contact-btn{
	padding:0 7px;
}
.article-detail {
	margin:15px 0 30px;
}
.article-detail .thumb-pic {
	width:292px;
	padding:4px;
	background:#f0f0f0;
}
.article-detail .read-full {
	margin-bottom:25px;
}
.article-detail .right img {
	margin:10px 0 0;
}
.read-full .article-writter {
	padding:0;
}
.article-writter .thumb {
	width:42px;
	height:42px;
	float:left;
	margin-right:10px;
}
.article-writter .thumb img {
	float:left;
}
.article-writter .info {
	float:left;
	width:220px;
}
.article-writter .info strong {
	font-size:14px;
	font-weight:normal;
	font-family: 'ralewaybold';
}
.article-comment {
	clear:both;
	margin:20px 0 0;
	width:100%;
	padding:40px 0 20px;
	overflow:hidden;
	border-top:1px solid #c9c9c9;
}
.article-comment .infusion-field input, .article-comment textarea {
	float:left;
	width:100%;
	height:40px;
	padding:0 0 0 10px;
	background:#e5f5fc;
	margin:0 0 15px;
	border:0;
	font-size:16px;
	line-height:40px;
	font-family: 'ralewaylight';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
.article-comment .infusion-field {
	clear:both;
	width:100%;
	overflow:hidden;
}
.article-comment .infusion-field input {
	width:48.7%;
}
html* .article-comment .infusion-field input {
	width:47%;
}
.article-comment textarea {
	height:170px;
	width:100%;
	line-height:18px;
	padding:10px 0 0 10px;
}
html* .article-comment textarea{
	width:98.5%;
	height:150px;
}
.article-comment .contact-btn {
	border:0;
	cursor:pointer;
	font-size:12px;
}
html* .article-comment .contact-btn{
	width:140px;
	margin-top:15px;
}
/***** END ARTICLES *****/
	
	/***** BEGIN CONTACT US *****/
.drop-us .infusion-captcha:after, .contact-address:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.contact-banner {
	background-color: #f0f0f0;
	background-image: url(/images/contact-banner-new.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.contact-form {
	clear:both;
	margin:20px 0 0;
	width:100%;
	padding:40px 0 20px;
	overflow:hidden;
	border-top:1px solid #c9c9c9;
}
.contact-form h3 {
	color:#333;
	padding-bottom:20px;
}
.contact-form h4 {
	font-size:14px;
	font-weight:normal;
	padding:10px 0;
	font-family: 'ralewaybold';
}
.contact-form .infusion-field input, .contact-form textarea {
	float:left;
	width:100%;
	height:40px;
	padding:0 0 0 10px;
	background:#e5f5fc;
	margin:0 0 15px;
	border:0;
	font-size:16px;
	line-height:40px;
	font-family: 'ralewaylight';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
.contact-form .infusion-field {
	clear:both;
	width:100%;
	overflow:hidden;
}
.contact-form .infusion-field input {
	width:48.7%;
}
html* .contact-form .infusion-field input {
	width:47%;
}
.contact-form textarea {
	height:170px;
	width:100%;
	line-height:18px;
	padding:10px 0 0 10px;
}
html* .contact-form textarea{
	width:98.5%;
}
.contact-form .infusion-radio {
	clear:both;
	width:100%;
	padding:0 0 10px;
	overflow:hidden;
}
.contact-form .infusion-option {
	float:left;
	width:136px;
}
.contact-form .infusion-field .infusion-option input {
	float:left;
	width:auto;
	height:auto;
	padding:0;
	margin:2px 0 0;
	line-height:normal;
	background:none;
}
.contact-form .infusion-option label {
	float:left;
	padding:0 0 0 8px;
}
.contact-form .infusion-field .red-btn {
	float:right;
	width:auto;
	text-decoration:none;
	background:#e05048 url(//d2w3kw4xhgxxjx.cloudfront.net/images/small-arrow.png) no-repeat 105px center;
	color:#fff;
	display:block;
	cursor:pointer;
	line-height:48px;
	font-size:16px;
	height:48px;
	padding:0 50px 0 35px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'ralewaybold';
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position:relative;
	border:0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
html* .contact-form .infusion-field .red-btn{
	width:160px;
	background:#e05048 url(//d2w3kw4xhgxxjx.cloudfront.net/images/small-arrow.png) no-repeat 110px center;
}
.contact-form .infusion-field .red-btn:hover {
	background-color:#0077c1;
	text-decoration:none;
}
.contact-address {
	clear:both;
	width:100%;
	margin:30px 0 50px;
}
.google-map {
	float:right;
	width:290px;
	height:160px;
	padding:5px;
	overflow:hidden;
	background:#f0f0f0;
}
.address-info {
	float:left;
	width:350px;
	color:#0077c1;
	font-size:20px;
	line-height:24px;
}
.address-info .row {
	clear:both;
	width:100%;
	padding-bottom:13px;
	overflow:hidden;
}
.address-info span {
	float:left;
	width:110px;
	display:block;
}
.address-info strong {
	float:left;
	display:block;
	font-weight:normal;
}
.address-info a {
	color:#0077c1;
}
/***** END CONTACT US *****/

	/***** BEGIN PUBLIC COURSES *****/
.course-detail {
	float:left;
	width:640px;
	padding:20px;
	margin:20px 0;
	background:#e5f5fc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
.course-detail .btm-shade {
	position:absolute;
	left:0;
	bottom:-10px;
	width:680px;
	height:10px;
	display:block;
	line-height:8px;
	font-size:8px;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/box-shade.png) no-repeat center bottom;
}
.course-detail .thumb {
	float:right;
	width:142px;
	height:152px;
	padding:4px;
	background:#fff;
	position:relative;
}
.course-detail .thumb img {
	float:left;
}
.course-detail .left {
	float:left;
	width:465px;
}
.course-detail span {
	color:#333;
	font-size:14px;
}
.course-detail .left .contact-btn {
	clear:right;
}
.bottom-form-wrap {
	clear:both;
	width:100%;
	background:#0077c1 url(//d2w3kw4xhgxxjx.cloudfront.net/images/blue-bgX.jpg) repeat-x 0 0;
}
.bottom-form {
	clear:both;
	width:680px;
	margin:0 auto;
	padding:0 280px 0 0;
	overflow:hidden;
	color:#fff;
}
.bottom-form .contact-form {
	border:0;
	margin:0;
	padding:50px 0;
}
.bottom-form p {
	color:#cceefd;
	padding-bottom:15px;
}
.bottom-form h2 {
	color:#fff;
	font-size:22px;
	line-height:24px;
	padding-bottom:10px;
	font-family: 'ralewaybold';
	font-weight:normal;
}
.bottom-form h3 {
	font-size:16px;
	line-height:20px;
	font-family: 'ralewaybold';
	font-weight: normal;
	color:#fff;
	padding-bottom:20px;
}
.bottom-form .infusion-form {
	display:block;
	width:100%;
	clear:both;
	overflow:hidden;
	padding:30px 0 0;
	border-top:1px solid #0163a6;
}
.bottom-form .infusion-field .red-btn:hover {
	background-color:#004a97;
	text-decoration:none;
}
/***** END PUBLIC COURSES *****/	
	
	/***** BEGIN LEADERSHIP GROWTH *****/
.service-banner {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/service-banner.jpg) no-repeat center center;
	background-color:#0077c1;
}

.personal-banner {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/personal-banner.jpg) no-repeat center center;
	background-color:#0077c1;
}

.measuring-banner {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/measuring-banner.jpg) no-repeat center center;
	background-color:#0077c1;
}

.maximising-banner {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/maximising-banner.jpg) no-repeat center center;
	background-color:#0077c1;
}

.leader-banner {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/leader-banner.jpg) no-repeat center center;
	background-color:#0077c1;
}
.leader-banner-caption {
	clear:both;
	width:680px;
	text-align:center;
	margin:0 auto;
	padding:0 280px 0 0;
	overflow:hidden;
	color:#fff;
}
.leader-banner-caption h1 {
	color:#fff;
	padding:70px 100px 0 50px;
	font-size:26px;
	line-height:30px;
	padding-bottom:10px;
	font-family: 'ralewaylight';
	font-weight:normal;
	font-style:italic;
}
.leader-banner-caption h1 span {
	font-family: 'ralewaybold';
	font-size:16px;
	font-style:normal;
}
.leader-growth {
	float:left;
	width:640px;
	padding:20px;
	margin:10px 0;
	background:#e5f5fc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
.leader-growth .btm-shade {
	position:absolute;
	left:0;
	bottom:-10px;
	width:680px;
	height:10px;
	display:block;
	line-height:8px;
	font-size:8px;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/left-shade.png) no-repeat left bottom;
}
.leader-growth .thumb {
	float:right;
	width:91px;
	height:107px;
	padding:4px;
	background:#fff;
	position:relative;
}
.leader-growth .thumb img {
	float:left;
}
.leader-growth .left {
	float:left;
	width:510px;
}
.leader-growth h3 {
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
	font-family: 'ralewaybold';
	font-weight: normal;
	color:#004a97;
	padding-bottom:2px;
}
.leader-growth p {
	padding:0;
}
.right-dir .btm-shade {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/right-shade.png) no-repeat right bottom;
}
.right-dir .thumb {
	float:left;
}
.right-dir .left {
	float:right;
	text-align:right;
}
/***** BEGIN LEADERSHIP GROWTH *****/		

	/***** BEGIN TESTIMONIALS PAGE *****/

.testimonial-list {
	clear:both;
	width:680px;
	overflow:hidden;
	padding:30px 0 40px;
	margin-bottom:20px;
	border-bottom:1px solid #c9c9c9;
}
.testimonial-list .thumb {
	float:left;
	width:160px;
}
.testimonial-list .thumb img {
	float:left;
}
.testimonial-list .right {
	float:left;
	width:507px;
	padding-left:10px;
}
.testimonial-list .right p {
	padding-bottom:8px;
}
.testimonial-list .right span {
	color:#004a97;
	font-family: 'ralewaybold';
}
.testimonial-list .right strong {
	font-weight:normal;
	font-family: 'ralewaybold';
}
.testimonial-video {
	clear:both;
	width:505px;
	height:308px;
	margin-bottom:10px;
	overflow:hidden;
}
.testimonial-video img {
	float:left;
}
/***** BEGIN TESTIMONIALS PAGE *****/		

	/***** BEGIN CLIENT AREA *****/
.client-area {
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/divider-shade.jpg) no-repeat 615px 35px;
}
.client-area h1 {
	color:#e05048;
}
.client-area p strong {
	font-weight:normal;
	font-family: 'ralewaybold';
	font-size:16px;
}
.client-area p span {
	font-family: 'ralewaybold';
	font-size:14px;
}
.client-area .left-contents {
	float:left;
	width:560px;
}
.client-area .right-contents {
	float:right;
	width:290px;
}
.client-info {
	float:left;
	width:530px;
	padding:15px;
	margin:0 0 35px;
	background:#e5f5fc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
.client-info .btm-shade {
	position:absolute;
	left:0;
	bottom:-10px;
	width:560px;
	height:10px;
	display:block;
	line-height:8px;
	font-size:8px;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/btm-shade.png) no-repeat center bottom;
}
.client-info .left {
	float:left;
	width:440px;
	font-size:14px;
	font-family: 'ralewaybold';
}
.client-info .row {
	clear:both;
	width:100%;
	padding:0px 0;
	overflow:hidden;
	border-bottom:1px solid #fff;
}
.client-info .first {
	padding-top:0;
}
.client-info .last {
	padding-bottom:0;
	border-bottom:0;
}
.client-info .contact-btn {
	float:right;
	height:20px;
	line-height:20px;
	font-size:10px;
}
.report-links a {
	color:#0077c1;
	text-decoration:underline;
}
.report-links a:hover {
	text-decoration:none;
}
.report-links strong {
	font-weight:normal;
	font-family: 'ralewaybold';
}
.iperform-network {
	clear:both;
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
}
.logout-bar .login-register-in {
	display:none;
}
/***** END CLIENT AREA *****/		

	/***** BEGIN FOOTER *****/
.footer {
	clear:both;
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding:40px 0;
	color:#b5b5b5;
	font-size:12px;
}
.footer h4 {
	color:#8dd7f8;
	font-size:14px;
	margin:0;
	line-height:20px;
	padding:0 0 10px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: 'ralewaybold';
}
.footer a {
	color:#b5b5b5;
}
.footer a:hover {
	color:#FFF;
	text-decoration:none;
}
.footer-links {
	float:left;
	width:225px;
}
.footer-address {
	float:right;
	width:260px;
	padding:0 0 0 85px;
	background:url(//d2w3kw4xhgxxjx.cloudfront.net/images/footer-logo.jpg) no-repeat 0 0;
}
.footer ul {
	padding:0;
	margin:0;
	list-style:none;
}
.footer-links li {
	margin-bottom:2px;
}
/***** END FOOTER *****/
.FR {
	float:right;
}
.RMargin0 {
	margin-right:0
}
.LPadd_20 {
	padding-left:20px;
}
.TPadd75 {
	padding-top:75px;
}
.BMargin0 {
	margin-bottom:0;
}

/*** Begin social widget ***/
.fb-widget{
	float:left;
	margin-right:20px;
	}
.tweet-widget{
	float:left;
	}
.tweet-widget a{
	color:#F0F0F0;
	}
.article-detail .fb-widget,
.article-detail .tweet-widget{
	margin-top:10px;
}
		
/*** End social widget ***/

.infusion-field .error{
	color:red;
}
.form-group.first,
.form-group.second{
	display: inline-grid;
	width: 48.7%;
}
.form-group:nth-child(odd){
	margin-right: 14px;
}
.contact-form .infusion-field .form-group  input{
	width: auto;
	margin-bottom: 0px;
}
.contact-form .infusion-field .form-group{
	margin-bottom: 20px;
}
.contact-form .infusion-field textarea{
	margin-bottom: 0px;
}
.contact-form h3 span#alertmsg{
	margin-left:35px;
	font-weight: bold;
}
.contact-form .infusion-field .red-btn.move-img{
	background-position: 156px;
}

.contact-form  #response-msg{
	display: block;
	margin-bottom: 10px;
	font-weight:bold;
	font-size: 16px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  	color: #000;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-input-placeholder,
input[type="email"]::-moz-input-placeholder,
input[type="number"]::-moz-input-placeholder,
textarea::-moz-input-placeholder { /* Firefox 19+ */
  	color: #000;
}
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* IE 10+ */
 	color: #000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}

.contact-article{
	display: inline-block;
    max-width: 200px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

