/*** Helpers ****/
.mt15 {
	margin-top: 15px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb50{
    margin-bottom: 50px;
}

.mt30{
    margin-top: 30px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.no-paddingRyL {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/************* SEO landing page ************************/

.billboard {
	width: 100%;
}

.billboard > img {
    width: 100%;
}

.billboard .title-box {
	left: 60px;
    position: absolute;
    top: 60px;
}

.billboard h1 {
	color: #172d53;
	line-height: 1.100em;
}

.billboard h1 span {
	display: block;
}

.billboard h4 {
	color: #172d53;
	line-height: 18.27px;
	margin-bottom: 30px;
	font-weight: 400;
}

.billboard h2 {
    color: #172d53;
    line-height: 18.27px;
    margin-bottom: 30px;
    font-weight: 400;
}

.title-box form input[type="email"] {
	width: 250px;
	height: 37px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f9f9f9;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.4);
	border: solid 1px #c6c6c6;
	display: inline;
	margin-bottom: 0;
}

.title-box button.get-form {
	display: inline;
	width: 157px;
	height: 36px;
	margin-bottom: 0;
	vertical-align: top;

	color:#FFFFFF;
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#007cc2), to(#64c5ff));
	background-image: -webkit-linear-gradient(bottom, #007cc2, #64c5ff);
	background-image: -moz-linear-gradient(bottom, #007cc2, #64c5ff);
	background-image: -o-linear-gradient(bottom, #007cc2, #64c5ff);
	background-image: linear-gradient(bottom, #007cc2, #64c5ff);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cc2', endColorstr='#64c5ff',GradientType=0 ); /* IE6-8 */
	background-color: #42ace7; /*
	font-family: "Droid Sans";*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	-webkit-box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
	-moz-box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
	box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
	border: solid 1px #0095e2;
    padding: 5px 12px 6px;
	font-size: 1.2em;
	text-shadow: 1px 1px 1px #3D3D3D;
}

.title-box button.get-form:hover,.title-box button.get-form:active {
	background-color: #42ace7;
	-webkit-box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
	-moz-box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
	box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
	border: solid 1px #0095e2;
	background-image: -webkit-linear-gradient(bottom, #64c5ff,   #007cc2);
	background-image: -moz-linear-gradient(bottom, #64c5ff,   #007cc2);
	background-image: -o-linear-gradient(bottom, #64c5ff,   #007cc2);
	background-image: -ms-linear-gradient(bottom, #64c5ff,   #007cc2);
	background-image: linear-gradient(to top, #64c5ff,   #007cc2);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c5ff', endColorstr='#007cc2',GradientType=0 ); /* IE6-8 */
	width: 157px;
	height: 36px;
	color:#FFFFFF;
}

.error small.error {
    background: none repeat scroll 0 0 transparent;
    color: #FF0000;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: -1.3125em;
    padding: 0.375em 0.25em;
}

/* Section: Questionnaire Survey Software */

section.sec-1 {
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.bg-gray {
	border-top: 3px solid #1A2A55;
	background-color: #f7f7f7;
	-webkit-box-shadow: 0 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px rgba(0,0,0,.2);
	box-shadow: 0 1px rgba(0,0,0,.2);
	background-image: -webkit-linear-gradient(bottom, rgba(105,105,105,.12), rgba(255,255,255,.12));
	background-image: -moz-linear-gradient(bottom, rgba(105,105,105,.12), rgba(255,255,255,.12));
	background-image: -o-linear-gradient(bottom, rgba(105,105,105,.12), rgba(255,255,255,.12));
	background-image: -ms-linear-gradient(bottom, rgba(105,105,105,.12), rgba(255,255,255,.12));
	background-image: linear-gradient(to top, rgba(105,105,105,.12), rgba(255,255,255,.12));
}

h3.h3-title {
    color: #1a2a55;
    line-height: 40.77px;
    text-shadow: 0 1px #fff;
    padding: 3px 20px;
    font-size: 30px;
}

h5.sub-title {
	color: #1a2a55;
	margin-bottom: 5px;
	line-height: 24px;
}

h4.sub-title {
    color: #1a2a55;
    margin-bottom: 5px;
    line-height: 24px;
}

section p {
	color: #464646;
	font-size: 14px;
	line-height: 24px;
}



.sidebar-head {
	text-align: center;
	padding: 15px 0;
	background-color: #9dc143;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.35);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.35);
	background-image: -webkit-linear-gradient(bottom, #97ba43, #b7e147);
	background-image: -moz-linear-gradient(bottom, #97ba43, #b7e147);
	background-image: -o-linear-gradient(bottom, #97ba43, #b7e147);
	background-image: -ms-linear-gradient(bottom, #97ba43, #b7e147);
	background-image: linear-gradient(to top, #97ba43, #b7e147);
}

.sidebar-head h4 {
	color: #fff;
	text-shadow: 0 2px rgba(0,0,0,.2);
	font-size: 20px;
	margin: 0;
}

.sub-header {
	background: #E1E8EE;
	text-align: center;
	padding: 5px 25px;
}

.sub-header h6 {
	font-size: 14px;
	color: #4d4d4d;
	text-shadow: 0 1px #fff;
}

ul.plans {
	background: #F9F9F9;
	padding: 10px 35px;
	margin-bottom: 0;
}

ul.plans li {
	list-style: none;
	color: #4c4c4c;
	font-size: 14px;
	margin: 10px 0;
}

.line {
	height: 1px;
	background-color: #d7d7d7;
	-webkit-box-shadow: 0 1px #fff;
	-moz-box-shadow: 0 1px #fff;
	box-shadow: 0 1px #fff;
}

span.ico-star {
	background: url('/images/qphomev2/star.png');
	display: inline-block;
	width: 12px;
	height: 11px;
	margin-right: 8px;
}

.btn-side-get {
    border-radius: 5px;
	color:#FFFFFF !important;
	background-image: -webkit-linear-gradient(bottom, #007cc2, #64c5ff);
	background-image: -moz-linear-gradient(bottom, #007cc2, #64c5ff);
	background-image: -o-linear-gradient(bottom, #007cc2, #64c5ff);
	background-image: -ms-linear-gradient(bottom, #007cc2, #64c5ff);
	background-image: linear-gradient(to top, #007cc2, #64c5ff);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cc2', endColorstr='#64c5ff',GradientType=0 ); /* IE6-8 */
	background-color: #42ace7; /*
	font-family: "Droid Sans";*/
	font-weight: bold;
	-webkit-box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
	-moz-box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
	box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
	border: solid 1px #0095e2;
	font-size: 1.1em;
	padding: 10px 0;
	margin: 0 auto;
	display: block;
	text-align: center;
	text-shadow: 1px 1px 1px #3D3D3D;
}

.btn-side-get:hover,.btn-side-get:active {
	color:#fff;
	background-color: #42ace7;
	-webkit-box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
	-moz-box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
	box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
	border: solid 1px #0095e2;
	background-image: -webkit-linear-gradient(bottom, #64c5ff,   #007cc2);
	background-image: -moz-linear-gradient(bottom, #64c5ff,   #007cc2);
	background-image: -o-linear-gradient(bottom, #64c5ff,   #007cc2);
	background-image: -ms-linear-gradient(bottom, #64c5ff,   #007cc2);
	background-image: linear-gradient(to top, #64c5ff,   #007cc2);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c5ff', endColorstr='#007cc2',GradientType=0 ); /* IE6-8 */
}

.btn-side {

}

.btn-free {
    width: 50%;
    padding: 6px;
    margin-top: 15px;
}

.shadow {
	background: url('/images/qphomev2/shadow.png');
	display: block;
	width: 332px;
	height: 10px;
}


/* Section QuestionPro’s Most Popular Surveys */

h4.blue-title {
	color: #1a2a55;
	font-size: 24px;
	line-height: 40.77px;
    text-align: left;
}

h6.col-title , h6.col-title a{
	color: #1a2a55;
	font-size: 16px;
	font-weight: 400;
    line-height: 24px;
}

section.sec-gray {
	background: url('/images/qphomev2/texture.jpg') repeat scroll 0 0 transparent;
	padding: 50px 0;
}

section.sec-gray img {
	margin-top: 35px;
}

.pad-col2 {
	padding-top: 29px;
}

.pad-col3 {
	padding-top: 21px;
}

.pad-col4 {
	padding-bottom: 7px;
    padding-top: 16px;
}

ul.blue-list {
	padding-left: 15px;
}

ul.blue-list li {
	color: #0073c9;
}

/* Section Copying and Importing Surveys */
section.sec-2 {
	padding: 50px 0;
}

.centered-cont {
	text-align: center;
}

/*Tabs*/
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: none repeat scroll 0 0 #01305C !important;
}

.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	padding: 2px 25px;
}

.section-container.auto > section > .title a, .section-container.auto > .section > .title a {
	font-size: 16px;
	line-height: 24px;
	padding: 2px 25px;
}

.section-container.auto > section > .content, .section-container.auto > .section > .content {
	border: none;
	border-top: 3px solid #01305C;
	margin-top: 3px;
	padding: 30px;
}

.cont-tab {
	margin-top: 40px;
}

.cont-tab section .content p {
	margin-bottom: 2px !important;
	font-size: 14px;
	line-height: 24px;
}

.section-container.auto > section > .title, .section-container.auto > .section > .title {
	border: none;
	border-radius: 5px 5px 0 0;
	padding: 2px 25px;
	background: #E9E9E9;
}

.line-how-it {
	height: 1px;
	background-color: #d7d7d7;
	-webkit-box-shadow: 0 -2px 5px 0 #BBBBBB;
	-moz-box-shadow: 0 -2px 5px 0 #BBBBBB;
	box-shadow: 0 -2px 5px 0 #BBBBBB;
}


/* Tab for small */
.small-tab-accordion {
	display: none;
}


h3.how-it {
	color: #1a2a55;
	font-size: 28px;
	line-height: 34.27px;
}

a.how-it-links {
	color: #0073c9;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: underline;
}

a.how-it-links:hover ,a.how-it-links:active{
	text-decoration: none;
}

.btn-get-footer {
	text-align: center;
	padding: 3.65em 0.9375em;
}

span.footer-txt {
	color: #b7b7b7;
	font-family: 'Droid serif';
	font-weight: 600;
	font-size: 27px;
	display: block;
	margin: 30px 0 10px 0;
}

/************ Section Social **************/

section.sec-3 {
	background: #EDEDED;
	padding: 20px 0;
}

.ico-social {
	padding-left: 20px;
	display: block;
}

.ico-blog {
	background: url('/images/qphomev2/blog.png') no-repeat scroll 0 0 transparent;
}

.ico-tw {
	background: url('/images/qphomev2/twitter.png') no-repeat scroll 0 0 transparent;
}

.ico-fb {
	background: url('/images/qphomev2/facebook.png') no-repeat scroll 0 0 transparent;
}

.ico-gplus {
	background: url('/images/qphomev2/google+.png') no-repeat scroll 0 0 transparent;
}

.sec-3 a {
	font-size: 13px;
	color: #444;
}

.sec-3 a:hover {
	text-decoration: underline;
}

/****** Section footer-nav ***********/
section.footer-nav {
	background: #DEDEDE;
	padding: 10px 0;
}

nav.foo-menu {

}

nav.foo-menu ul {
	margin: 0;
}

nav.foo-menu ul li a {
	padding: 0 45px;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
}

nav.foo-menu ul li a:hover {
	text-decoration: underline;
}

span.foo-div-line {
	display: inline-block;
	width: 1px;
	height: 25px;
	background-color: #d3d3d3;
	-webkit-box-shadow: 1px 0 rgba(255,255,255,.75);
	-moz-box-shadow: 1px 0 rgba(255,255,255,.75);
	box-shadow: 1px 0 rgba(255,255,255,.75);
	vertical-align: middle;
}



/******** clients carousell ********/

h5.logo-inc500 {
	background: url('/images/qphomev2/logo-inc500.gif') no-repeat scroll 0 0 transparent;
	display: block;
	width: 158px;
	height: 75px;
}

.clients {
	display: inline-block;
    margin: 25px 0;
    width: 100%;
}

.clients_inc500 {
	float: left;
}

.line-clients {
	border-right: 1px solid #CCCCCC;
    box-shadow: 4px 0 5px #EEE;
    -webkit-box-shadow: 4px 0 5px #EEE;
 	-moz-box-shadow: 4px 0 5px #EEE;
    float: left;
    height: 66px;
    position: relative;
    top: 3px;
    width: 5px;
    z-index: 1;
}

.simply-scroll .simply-scroll-clip {
	width: 100% !important;
}

.simply-scroll {
	width: 100% !important;
}

.r4_clients {
    float: left;
    width: 80% !important;
}

.r4_clients p {
	color: #999;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding-left: 50px;
    position: relative;
    bottom: 10px;
}

.slides_clients {
	height: 70px;
}


.ie7-clients {
	display: none;
}

.menu-ico {
	background-color: #0e254f;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05) 64%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05) 64%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05) 64%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.05), rgba(255,255,255,.05) 64%);
	background-image: linear-gradient(to top, rgba(0,0,0,.05), rgba(255,255,255,.05) 64%);
	/*padding: 20px 10px;*/
	font-weight: 600;
	height: 40px;
	color: #fff;
	text-shadow: 0 1px rgba(9,9,9,.5);
}

.menu-ico a {
	border-left: 1px solid #10264D;
    float: right;
    padding: 10px 30px;
}

.menu-ico span {
	float: left;
	padding: 10px;
}

nav.mobile-menu, .mob-nav {
	display: none;
}

.mobile-menu li {
	list-style: none;
}

.mobile-menu li a {
	background: none repeat scroll 0 0 #1A3059;
    border-top: 1px solid #10264D;
    color: #FFFFFF;
    display: block;
    padding: 20px;
    text-align: center;
    text-shadow: 0 1px rgba(9, 9, 9, 0.5);
    width: 100%;
}

/* Menu footer */
.foo-menu-ico {
	background-color: #DEDEDE;
	font-weight: 600;
	height: 40px;
	color: #4d4d4d;
}

.foo-menu-ico a {
	border-left: 1px solid #999;
    float: right;
    margin-top: 8px;
    padding: 4px 30px;
}

.foo-menu-ico span {
	float: left;
	padding: 10px;
	margin-top: 4px;
}

nav.foo-mobile-menu, .foo-mob-nav {
	display: none;
}

.foo-mobile-menu li {
	list-style: none;
}

.foo-mobile-menu li a {
	background: none repeat scroll 0 0 #EDEDED;
    border-top: 1px solid #DEDEDE;
    color: #444444;
    display: block;
    padding: 20px;
    text-align: center;
    width: 100%;
}


/******* Fixed width no responsive *******/

	.features-col {
		width: 160px !important;
		float: left !important;
	}

	.btn-col {
		width: 340px !important;
		float: left !important;
	}



/* IE7-compat style for Clients section */

	.ie8compat .simply-scroll, .ie8compat ul#scroller, .lt-ie9 .simply-scroll, .lt-ie9 ul#scroller {
		display: none;
	}

	.ie8compat .ie7-clients, .lt-ie9 .ie7-clients {
	    display: block;
	    margin-left: 20px;
	}

	.ie8compat .get-started-b-1, .ie8compat .get-started-b-2, .ie8compat .get-started-b-3, .ie8compat .get-started-b-4 {
	    display: block;
	    margin: 10px auto 0;
	}

.media320 {
	display: none;
}

.section-container.auto.tab-web > section > .title:active{
	background-color: #E2E2E2;
}

.lt-ie9 div div .section-container.auto.tab-web .title.title1,
.lt-ie9 div div .section-container.auto.tab-web .title.title2,
.lt-ie9 div div .section-container.auto.tab-web .title.title3 {
	top: -32px !important;
	padding: 2px 25px !important;
}

.lt-ie9 div div .section-container.auto.tab-web .content{
	border: none;
	border-top: 3px solid #01305C;
	margin-top: 3px;

}

.lt-ie9 div div .section-container.auto.tab-web .title.title1 a,
.lt-ie9 div div .section-container.auto.tab-web .title.title2 a,
.lt-ie9 div div .section-container.auto.tab-web .title.title3 a{
	padding: 2px 25px !important;
	font-size: 16px;
    line-height: 24px;
}

.lt-ie9 div div .section-container.auto.tab-web .active .title.title1 a,
.lt-ie9 div div .section-container.auto.tab-web .active .title.title2 a,
.lt-ie9 div div .section-container.auto.tab-web .active .title.title3 a{
	color: #fff !important;

}

div div .section-container.auto.tab-web .title.title1,
div div .section-container.auto.tab-web .title.title2,
div div .section-container.auto.tab-web .title.title3 {
    height: 32px !important;
    position: absolute !important;
	top: -0px !important;
    width: auto !important;
}

div div .section-container.auto.tab-web section .title.title1{
	left: 0 !important;
}

div div .section-container.auto.tab-web section .title.title2{
	left: 161px !important;
}

div div .section-container.auto.tab-web section .title.title3{
	left: 343px !important;
}
/*****************************************/
/* Media 768px iPad */
/*****************************************/

@media only screen and (min-width: 768px) and (max-width: 900px)  {

	.custom-small-4 {
		position: relative;
		width: 44%; }

	.custom-small-6 {
		position: relative;
		width: 50%; }

	.custom-small-8 {
		position: relative;
		width: 56%; }

	.sec-gray >.row > div.custom-small-6 {
		text-align: center;
	}

	.sec-gray >.row > div.custom-small-6 h6, .sec-gray >.row > div.custom-small-6 p {
		text-align: left;
	}

	.section-container.auto > section > .title a, .section-container.auto > .section > .title a {
	    font-size: 13px;
	    line-height: 24px;
	    padding: 2px 0;
	}

	.custom-small-12 {
		position: relative;
		width: 100%; }


	.billboard .title-box {
	    left: 33px;
	    top: 25px;
	}

	.billboard h4 {
		font-size: 19px;
	}

    .billboard h2 {
        font-size: 19px;
    }

	.title-box form input[type="email"] {
		width: 210px;
	}

	.clients {
		width: 100%;
	}

	.r4_clients, .simply-scroll, .simply-scroll-clip {
		width: 550px !important;
	}

	span.footer-txt {
		text-align: center;
	}

	.sec-3 a {
		font-size: 12px;
	}

	nav.foo-menu ul li a {
		padding: 0 40px;
	}

    .btn-free {
        width: 100%;
        margin-top: 0 ;
    }
}

/* Small tab accordion for 768px */
@media only screen and (max-width: 768px)  {
	.tab-web {
		display: none !important;
	}

	.small-tab-accordion {
		display: block;
	}

	.cont-tab {
		margin-top: 10px;
	}

    .btn-free {
        width: 100%;
        margin-top: 0 ;
    }
}

h6.tab-header {
	background: none repeat scroll 0 0 #E9E9E9;
    border-radius: 5px 5px 5px 5px;
    color: #696969;
    padding: 5px 10px;
    margin: 10px 0 0 0;
}

h6.tab-header span.arrow-up {
	background: url("/images/qphomev2/iphone/arrow-down-normal.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 6px;
    margin-right: 5px;
    vertical-align: middle;
    width: 10px;
}

h6.active {
	background: none repeat scroll 0 0 #01305C;
	color: #FFFFFF;
}

h6.active span.arrow-up {
	background: url("/images/qphomev2/iphone/arrow-up-selected.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
    height: 6px;
    margin-right: 5px;
    vertical-align: middle;
    width: 10px;
}

.tab-wrapp {
	background: #FAFAFA;
	padding: 10px 25px;
}

.tab-wrapp p {
	font-size: 14px;
    line-height: 24px;
    margin-bottom: 2px !important;
}

/*[id*="videoModal"] iframe{
    height: 70vh;
    width: 100%;

} */

.flex-video {
    margin-bottom: 0;
}

[id*="videoModal"]{
    margin-top: -5vh;
}

/* 480px - 767px */

@media only screen and (min-width: 479px) and (max-width: 767px)  {
	.header-photo {
		background-image: url('/images/qphomev2/iphone/photo-320.png');
		background-repeat:no-repeat;
		background-size:100%;
		background-position:center;
		height: 260px;
	}

	.billboard .title-box h1 {
	    font-size: 31px;
	}

	.billboard .title-box h4 {
	    font-size: 20px;
	    margin-bottom: 10px;
	    padding: 0 204px 0 0;
	}

	.billboard .title-box {
		top: 30px !important;
		left: 10px;
	}
}

/* 321px - 479px */

@media only screen and (min-width: 321px) and (max-width: 479px)  {
	.header-photo {
		background-image: url('/images/qphomev2/iphone/photo-320b.png');
		background-repeat:no-repeat;
		background-size:100%;
		background-position:center;
		height: 200px;
	}
}


/*****************************************/
/* Media 320px iPhone */
/*****************************************/

@media only screen and (max-width: 320px) {
	.header-photo {
		background: url('/images/qphomev2/iphone/photo-320b.png') no-repeat scroll center center transparent;
		/*width: 305px;
		*/height: 170px;
	}
}


@media only screen and (min-width: 240px) and (max-width: 767px)  {

	body {
		color: #696969 !important;
	}

	.billboard .title-box {
		top: 10px;
		left: 10px;
	}

	.billboard h1 {
		font-size: 20px;
	}

	.billboard h4 {
		padding: 0 105px 0 0;
		font-size: 14px;
		margin-bottom: 10px;
	}

    .billboard h2 {
        padding: 0 105px 0 0;
        font-size: 14px;
        margin-bottom: 10px;
    }

	h3.h3-title {
		line-height: normal;
		padding: 3px 10px;
	}


	.title-box {
		padding-top: 10px;
	}

	.title-box form input[type="email"] {
		width: 175px;
		height: 29px;
	}

	.title-box button.get-form, .title-box button.get-form:hover, .title-box button.get-form:active {
		width: 106px;
		height: 30px;
		font-size: 0.8em;
		padding: 5px;
	}

	.title-box form {
		margin-bottom: 0;
	}

	ul.top-nav {
		text-align: center;
	}

	ul.plans, .sub-header, .sidebar-head {
	    padding: 10px 15px;
	    margin: 0 auto;
	}

	.sec-gray >.row > div.custom-small-6 {
		text-align: center;
	}

	.sec-gray >.row > div.custom-small-6 h6, .sec-gray >.row > div.custom-small-6 p {
		text-align: left;
	}

	h4.blue-title {
	    line-height: normal;
	    text-align: center;
	}

	span.footer-txt {
		text-align: center;
		line-height: 34px;
		margin-top: 0;
	}

	span.ico-social {
		margin: 10px 0;
	}

	.section-container.auto > section > .title, .section-container.auto > .section > .title {
	    border-radius: 5px 5px 5px 5px;
	    margin-bottom: 5px;
	}

	.section-container.auto {
		border: none;
	}

	.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
		background: url("/images/qphomev2/iphone/arrow-up-selected.png") no-repeat scroll 0 10px transparent;
		padding: 2px 20px;
	}

	.section-container.auto > section > .title a, .section-container.auto > .section > .title a {
		background: url("/images/qphomev2/iphone/arrow-down-normal.png") no-repeat scroll 0 10px transparent;
		padding: 2px 20px;
	}

	.graphics img {
		display: block;
    	margin: 0 auto;
	}

    .btn-side-get-new{
        font-size: 0.9em !important;
    }

   /* [id*="videoModal"] iframe{
        height: auto;
        width: 100%;

    } */

   /* [id*="videoModal"]{
        margin-top: 0;
    } */

}


/******* logo retina style ******/
.retina{
 	display: none;
}

.seo-ul {
    padding-left: 50px;
    font-size:14px;
    color:#464646;
}

.seo-li {
    padding-top: 10px;
    padding-left: 10px;
}


.clients2 {
    margin: 30px 0 0;
}

.clients2 .clients2-img-container{
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


.clients2 p {
    color: #8D8E8E;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    width: calc(100% - 9px);
    vertical-align: middle;
}

.clients2 .large-2.column span {
    border-right: 1px solid #CCCCCC;
    box-shadow: 2px 0 4px #DDDDDD;
    display: inline-block;
    height: 50px;
    vertical-align: middle;
    width: 4px;
}

/*START CHAT SECTION*/
.chatBox {
    position:fixed;
    bottom: 0;
    right:5px;
    width:305px;
    border:1px solid #345082;
    border-bottom: none;
    background:#eeeeee;
    z-index:4000;
}

.chatBoxO {
    width:325px;
    border:1px solid #182e55;
    background:#eeeeee;
}


@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){
    .chatBox {
        width:305px;
    }
}

@media only screen and (max-width: 1000px)  {
    #lightboxBodyDiv {
        left:35% !important;
    }
}

@media only screen and (max-width: 800px)  {
    #lightboxBodyDiv {
        left:30% !important;
        top:100px !important;
    }
}

@media only screen and (max-width: 700px)  {
    #lightboxBodyDiv {
        left:27% !important;
        top:60px !important;
    }
}

@media only screen and (max-width: 420px)  {
    #lightboxBodyDiv {
        left:12% !important;
        top:60px !important;
    }
}

@media only screen and (max-width: 360px)  {
    #lightboxBodyDiv {
        left:2% !important;
        top:30px !important;
    }
}

.chatBoxHeader {
    background:#162E52 url(/images/chatbox/downarrow.png) 280px center no-repeat;
    padding:6px 10px;
    cursor:pointer;
    font-size:14px !important;
    text-align: left;
}

.chatBoxHeaderO {
    background:#162E52;
    padding:6px 10px;
    cursor:pointer;
    font-size:14px !important;
    border:1px solid #345082;
    border-bottom: none;
    text-align: left;
}

.chatBoxHeader.expand {
    background:#162E52 url(/images/chatbox/toparrow.png) 280px center no-repeat;
}

.chatBoxTitle {
    color:#ffffff;
    margin: 0;
    display:inline;
    font-size:14px;
}

.chatActive {
    background:#53b338;
    border-radius:50%;
    width:11px;
    height:11px;
    display:inline-block;
    margin-right:5px;
}

.agentSection {
    padding:10px;
    background:#e3e3e3;
    text-align: left;
    display:flex;
}

.agentSectionPop {
    padding:10px;
    background:#e3e3e3;
    text-align: left;
}

.chatAgent {
    width:50px;
    height:50px;
    display:inline-block;
}

.chatAgentInfo {
    display:inline-block;
    position:relative;
    top:9px;
}

.chatAgentName {
    color:#1c2e56;
    font-size:15px;
    padding:2px 0 2px 10px;
    text-transform: capitalize;
}

.bold {
    font-weight:bold;
}

.chatAgentRole {
    color:#676767;
    font-size:13px;
    padding:2px 0 2px 10px;
}

.chatAgentMsgBlock {
    padding:20px 0 30px 0;
    text-align: left;
}

.chatAgentMsgBlockO {
    padding:20px 0;
    height:80px;
}

.chatAgentMsg {
    color:#666;
    padding:3px 10px 0 10px;
    font-size:12px;
    text-align:left;
    line-height:15px;
}

.chatInputContainer {
    background:#f6f6f6;
    border-top:1px solid #d6d6d6;
    padding:10px;
}

.chatInput {
    font-size:12px !important;
    height:50px !important;
    margin: 0 !important;
    width:100%;
    resize: none;
    box-shadow: none;
}

::-webkit-input-placeholder { color:#666; }
::-moz-placeholder { color:#666; } /* firefox 19+ */
:-ms-input-placeholder { color:#666; } /* ie */
input:-moz-placeholder { color:#666; }

#alertMsg, #alertMsgPopup  {
    font-size:12px !important;
    color:#ff0000;
    padding-top: 5px;
    text-align:left;
}

.startChat {
    background-color: #42ace7 !important;
    -webkit-box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
    -moz-box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
    box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
    border: solid 1px #0095e2 !important;
    background-image: -webkit-linear-gradient(bottom, #007cc2, #64c5ff) !important;
    background-image: -moz-linear-gradient(bottom, #007cc2, #64c5ff) !important;
    background-image: -o-linear-gradient(bottom, #007cc2, #64c5ff) !important;
    background-image: -ms-linear-gradient(bottom, #007cc2, #64c5ff) !important;
    background-image: linear-gradient(to top, #007cc2, #64c5ff) !important ;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c5ff', endColorstr='#007cc2',GradientType=0 ); /* IE6-8 */
    cursor:pointer;
    color: #fff !important;
    font-weight: bold !important;
    padding:5px 10px !important;
    text-transform: none !important;
    position: relative;
    top:9px;
    margin: 0 !important;
    text-align: right;
    border-radius:3px !important;
}


.startChat:hover,.startChat:active {
    color: #FFF;
    background-color: #42ace7;
    -webkit-box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
    -moz-box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
    box-shadow: 0 1px rgba(0,69,127,.75), inset 0 1px 1px #fff;
    border: solid 1px #0095e2;
    background-image: -webkit-linear-gradient(bottom, #64c5ff,   #007cc2);
    background-image: -moz-linear-gradient(bottom, #64c5ff,   #007cc2);
    background-image: -o-linear-gradient(bottom, #64c5ff,   #007cc2);
    background-image: -ms-linear-gradient(bottom, #64c5ff,   #007cc2);
    background-image: linear-gradient(to top, #64c5ff,   #007cc2);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cc2', endColorstr='#64c5ff',GradientType=0 ); /* IE6-8 */
}

#seoCluster a {
    color:#464646;
}

/* new seo landing page changes */

.btn-side-get-new {
    background-color: #42ACE7;
    background-image: linear-gradient(to bottom, #64C5FF, #007CC2);
    border: 1px solid #0095E2;
    border-radius: 5px;
    box-shadow: 0 1px rgba(0, 69, 127, 0.75), 0 1px 1px #FFFFFF inset;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 24px;
    text-align: center;
    text-shadow: 1px 1px 1px #3D3D3D;
}

.btn-side-get-new:hover, .btn-side-get-new:active {
    background-color: #42ACE7;
    background-image: linear-gradient(to top, #64C5FF, #007CC2);
    border: 1px solid #0095E2;
    box-shadow: 0 1px rgba(0, 69, 127, 0.75), 0 1px 1px #FFFFFF inset;
    color: #FFFFFF;
}

.clusterUl li{
	list-style: inside;
	padding-left: 0;
	font-size: 12px;
}