
html {
	height: 100%;
}
body {
	-webkit-overflow-scrolling: touch;
	padding: 0;
	margin: 0;
	background: #fff;
}
.uncap {
	text-transform: none !important;
}
label.error {
	font-family: 'Karla', sans-serif;
	color: #ff0033;
	font-size: 14px;
	margin: 4px 0 0 4px;
	display: none !important; 
}
input.error {
	background-color: #FF8080 !important;
	color: #fff !important;
}
.preFooter label.error {
	display: none !important;
}
.clear {
	clear: both;
}

.black {
	color: #000;
}
.caps {
	text-transform: uppercase;
}
.bold {
	font-weight: 700;
}

.alignCenter {
	text-align: center !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.alignLeft {
	text-align: left !important;
}

.greenGradientBG {
	background: #8fd557;
	background: -moz-linear-gradient(left, #8fd557 0%, #40a446 100%) !important;
	background: -webkit-linear-gradient(left, #8fd557 0%, #40a446 100%) !important;
	background: linear-gradient(to right, #8fd557 0%, #40a446 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fd557', endColorstr='#137F9E', GradientType=1)!important;
}

.blueGradientBG {
	background: #137F9E;
	background: -moz-linear-gradient(left, #2EC3E9 0%, #137F9E 100%) !important;
	background: -webkit-linear-gradient(left, #2EC3E9 0%, #137F9E 100%) !important;
	background: linear-gradient(to right, #2EC3E9 0%, #137F9E 100%)!important;
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2EC3E9', endColorstr='#137F9E', GradientType=1)!important;
}

.blueGradientBG2 {
	background: #137f9d;
	background: -moz-linear-gradient(left, #137f9d 0%, #0e5068 100%);
	background: -webkit-linear-gradient(left, #137f9d 0%, #0e5068 100%);
	background: linear-gradient(to right, #137f9d 0%, #0e5068 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#137f9d', endColorstr='#0e5068', GradientType=1);
}

.solidGreyBG {
	background-color: #F2F2F2 !important;
}
#partnerLink, #newslink {
	cursor: pointer;
}
p,
.item {
	letter-spacing: -0.02em;
}

ul {
	font-family: 'Karla', sans-serif;
	font-size: 17px;
	margin-top: 0;
	line-height: 1.5em;
	letter-spacing: -0.02em;
}

ul li {
}

a {
	color: #2EC2E8;
}

hr {
	margin: 40px 0 20px 0;
	border: 0;
	height: 1px;
	background: #8FD557;
	width: 100%;
	font-size: 1px; /* IE 6 */
	overflow: hidden;
	opacity: .4;
}

.item {
	font-family: 'Karla', sans-serif;
}

.noBottom {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.specialH1Green {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	font-size: 1.6em;
	text-align: center;
	padding: 20px 0px;
}

.vspace20 {
	min-height: 20px;
}

.vspace30 {
	min-height: 30px;
}

.vspace40 {
	min-height: 40px;
}

/* HEADER */

.hideOnMobile {
	display: none;
}

.header {
	height: 82px;
	position: relative;
	background-color: #ffffff;
}

.logo {
	background-image: url(../img/m-logo.png);
	height: 57px;
	width: 177px;
	background-repeat: no-repeat;
	float: left;
	margin: 14px 0 4px 12px;
	display: block;
}

.login {
	background-image: url(../img/m-login.png);
	float: right;
	height: 30px;
	width: 32px;
	margin: 30px 10px 0 0;
	display: block;
}

.getQuote {
	float: right;
	height: 20px;
	width: 78px;
	margin: 30px 10px 0 0;
	display: block;
	color: #ffffff;
	font-family: 'Karla', sans-serif;
	background-color: #27A54E;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding: 4px 0 0 0;
}

.hamburger, .hamburgerx {
	background-image: url(../img/hamburger-closed.png);
	float: right;
	height: 45px;
	width: 48px;
	margin: 15px 0 0 0;
	display: block;
	background-size: 100%;
}

.desktop-meta {
	display: none;
	font-family: 'Karla', sans-serif;
	font-size: 14px;
}

.desktop-meta a {
	text-decoration: none;
	color: #2EC2E8;
}

.desktop-meta a:hover {
	text-decoration: underline;
}

.highlight {
	color: #2EC2E8;
}

.highlight2 {
	color: #26A44F;
}

.button {
	display: inline-block;
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	padding: 8px 50px 8px 50px;
	text-transform: uppercase;
	margin: auto;
	text-decoration: none;
	cursor: pointer;
}

.buttonStyle1 {
	color: #ffffff;
	background-color: #29A44E;
}
input[type=submit] {
	display: inline-block;
	font-family: 'Karla', sans-serif;
	font-size: 18px;
	padding: 8px 50px 8px 50px;
	text-transform: uppercase;
	margin: auto;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	background-color: #29A44E;
	border: 0;
}
.marquee .button:hover, .buttonStyle1:hover {
	background-color: #066F3A;
}


.buttonStyle2 {
	color: #ffffff;
	background-color: #2EC2E8;
}

/* HEADER */


/* preFooter */

.preFooter {
	background-color: #fff;
	padding: 80px 0 50px 0;
}

.preFooter .prefooterEmail {
	width: 250px;
	float: left;
	height: 38px;
	background-color: #DBDADA;
	color: #66858F;
}

.preFooter .ui-block-a {
	padding: 0 0 0 80px;
}

.preFooter .ui-block-b h3 {
	color: #015068;
	margin-bottom: 6px;
}

.preFooter .ui-block-b p {
	width: 70%;
}

.preFooter .button {
	padding-left: 20px;
	padding-right: 20px;
}

/* BREAK POINT preFooter */

@media (max-width:750px) {

.preFooter {
	padding: 40px 0 50px 0;
}

.preFooter .ui-block-a,
 .preFooter .ui-block-b {
	float: none;
	margin: auto;
	width: 100%;
	padding: 0 30px;
}

.preFooter .ui-block-a {
	text-align: center;
	padding: 0px 0 40px 0;
}

.preFooter .ui-block-a img {
	width: 65%
}

.preFooter .ui-block-b h3 {
	font-size: 19px;
}

.preFooter .ui-block-b p {
	font-size: 14px;
	width: auto;
}

.preFooter .prefooterEmail {
	width: 50%;
}

.preFooter .button {
	padding-left: 12px;
	padding-right: 12px;
}
}

/* preFooter */


/* FOOTER */

.footer {
	text-align: center;
}

.footer .footer-contact {
	padding: 20px 0 16px 0;
	background: #137f9d;
	background: -moz-linear-gradient(left, #137f9d 0%, #0e5068 100%);
	background: -webkit-linear-gradient(left, #137f9d 0%, #0e5068 100%);
	background: linear-gradient(to right, #137f9d 0%, #0e5068 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#137f9d', endColorstr='#0e5068', GradientType=1);
}

.footer .icon {
	height: 50px;
	width: 50px;
	background-image: url(../img/ico-footer-phone.png);
	margin: 0 auto 12px auto;
}

.footer .copy {
	color: #2FC2E8;
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	font-weight: bold;
}

.footer .number {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	font-weight: bold;
}

.footer .footer-meta {
	padding: 20px 0;
	color: #ffffff;
	background: #23292b;
	background: -moz-linear-gradient(left, #23292b 0%, #3b4649 52%, #23292b 100%);
	background: -webkit-linear-gradient(left, #23292b 0%, #3b4649 52%, #23292b 100%);
	background: linear-gradient(to right, #23292b 0%, #3b4649 52%, #23292b 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23292b', endColorstr='#23292b', GradientType=1);
}

.footer .copyright {
	display: inline-block;
	margin: 0 6px;
	font-family: 'Karla', sans-serif;
	font-size: 12px;
}

.footer .links {
	display: inline-block;
	margin: 0 6px;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.footer .links a {
	color: #2FC2E8;
	text-decoration: none;
}

.footer .links a:hover {
	text-decoration: underline;
}

.footer .social {
	margin: 12px 0 0 0;
	text-align: center;
}

.footer .s {
	height: 28px;
	width: 28px;
	background-color: black;
	margin: 0 2px 0 2px;
	display: inline-block;
}

.footer .s1 {
	background-image: url(../img/s_f.png);
}

.footer .s2 {
	background-image: url(../img/s_t.png);
}

.footer .s3 {
	background-image: url(../img/s_in.png);
}

/* FOOTER */

@media (min-width: 1280px) {

/* MOBILE BREAK POINT */
.fullPage {
	/* max-width: 1280px;*/
	margin: auto;
	border-top: 0;
	border-bottom: 0;
}

.maxMargin {
	max-width: 1280px;
	margin: auto;
	border-top: 0;
	border-bottom: 0;
}
}

@media (min-width: 768px) {

/* MOBILE BREAK POINT */
.pagewidth {
	max-width: 1054px;
	margin: auto;
}

.pagewidthWide {
	max-width: 1050px;
	margin: auto;
	position: relative;
}

/* HEADER */
.hideOnMobile {
	display: block;
}

.sm-blue {
	display: block;
}

.header {
	height: 142px;
}

.logo {
	background-image: url(../img/logo.png);
	height: 101px;
	width: 272px;
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	top: 10px;
	display: block;
}

.login {
	display: none;
}

.getQuote {
	display: none;
}

.hamburger, .hamburgerx {
	display: none;
}

.desktop-meta {
	display: block;
	position: absolute;
	top: 40px;
	right: 50px;
	width: 360px;
	text-align: right;
}

.desktop-meta .phone {
	float: left;
	background-image: url(../img/ico-header-phone.png);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

.desktop-meta .lnks {
	float: right;
}

/* HEADER */
    /* FOOTER */
.footer-contact {
	padding: 20px 0 !important;
}

.footer .icon {
	float: left;
}

.footer .copy {
	float: left;
	margin: 16px 20px 0 14px;
	font-size: 22px;
}

.footer .number {
	float: left;
	margin: 16px 0 0 0;
	font-size: 22px;
}

.footer .footer-meta {
	height: 40px;
}

.footer .copyright {
	float: left;
	margin: 4px 14px 0 30px;
}

.footer .links {
	float: left;
	margin: 4px 0 0 0;
}

.footer .social {
	float: right;
	margin: 0;
}
/* FOOTER */
}

@media (max-width: 960px) {

/*  special break point for header based on primary nav width */
.logo {
	background-image: url(../img/m-logo.png) !important;
}
}

@media (max-width: 1070px) and (min-width: 768px) {

/*  special break point for footer */
.footer-contact .icon {
	margin: 0 0 0 30px;
}

.footer .social {
	margin: 0 30px 0 0 !important;
}
}

@media (max-width: 403px) {

/*  special break point for header on phones */
.login {
	/*  display: none;*/
}
}

@media (max-width: 400px) {

/*  special break point for header on phones */
.getQuote {
	display: none;
}
}

/* jQUERY MOBILE OVERRIDES */
.ui-mobile,
.ui-page {
	height: 100%;
}

.ui-loader {
	display: none;
}

.ui-header,
.ui-footer {
	border: 0;
}

.ui-input-text,
.ui-input-search {
	margin: 0;
	border: 0;
}

.ui-input-text input,
.ui-input-search input,
textarea.ui-input-text {
	padding: .8em;
	background-color: #F0F1F1;
	font-family: 'Karla', sans-serif;
}

/* generic section styles */

/* generic-sectionStyle0 */
.generic-sectionStyle0 {
	padding: 60px 0 60px 0;
	text-align: center;
	background-color: #fff;
}

.generic-sectionStyle0 .skinny {
	width: 60%;
	margin: auto;
}

.generic-sectionStyle0 h2 {
	margin-top: 0;
}

.generic-sectionStyle0 h3 {
	color: #004F68;
	font-size: 1.1em;
	text-align: left;
	max-width: 720px;
	margin: auto;
	margin-bottom: 20px;
}

.generic-sectionStyle0 h4 {
}

.generic-sectionStyle0 .item {
	text-align: left;
	width: 60%;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	line-height: 1.3em;
	padding-top: 3px;
	margin-bottom: 20px;
	min-height: 30px;
}

.generic-sectionStyle0 .hr-item {
	text-align: left;
	width: 60%;
	padding-left: 120px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	line-height: 1.3em;
	padding-top: 23px;
	margin-bottom: 10px;
	min-height: 80px;
}

.generic-sectionStyle0 p {
	font-size: 1.1em;
	text-align: left;
	padding: 0 0px 20px 54px;
	min-height: 32px;
	max-width: 720px;
	margin: auto;
}

.generic-sectionStyle0 .item1 {
	background-image: url(../img/payroll-ol-bullet-1.png);
	background-repeat: no-repeat;
}

.generic-sectionStyle0 .item2 {
	background-image: url(../img/payroll-ol-bullet-2.png);
	background-repeat: no-repeat;
}

.generic-sectionStyle0 .item3 {
	background-image: url(../img/payroll-ol-bullet-3.png);
	background-repeat: no-repeat;
}

.generic-sectionStyle0 .item4 {
	background-image: url(../img/payroll-ol-bullet-4.png);
	background-repeat: no-repeat;
}

.generic-sectionStyle0 .item5 {
	background-image: url(../img/payroll-ol-bullet-5.png);
	background-repeat: no-repeat;
}

.generic-sectionStyle0 .hr-item1 {
	background-image: url(../img/hr-support-bullet1.png);
	background-repeat: no-repeat;
}

.generic-sectionStyle0 .hr-item2 {
	background-image: url(../img/hr-support-bullet2.png);
	background-repeat: no-repeat;
}

.generic-sectionStyle0 .hr-item3 {
	background-image: url(../img/hr-support-bullet3.png);
	background-repeat: no-repeat;
}

.generic-sectionStyle0 .hr-item4 {
	background-image: url(../img/hr-support-bullet4.png);
	background-repeat: no-repeat;
}

.generic-sectionStyle0 .hr-item5 {
	background-image: url(../img/hr-support-bullet5.png);
	background-repeat: no-repeat;
}

.generic-sectionStyle0 .hr-item6 {
	background-image: url(../img/hr-support-bullet6.png);
	background-repeat: no-repeat;
}

.generic-sectionStyle0 .hr-item7 {
	background-image: url(../img/hr-support-bullet7.png);
	background-repeat: no-repeat;
}

.generic-sectionStyle0 .hr-item8 {
	background-image: url(../img/hr-support-bullet8.png);
	background-repeat: no-repeat;
}

@media (max-width:820px) {

.generic-sectionStyle0 {
	padding-left: 30px;
	padding-right: 30px;
}

.generic-sectionStyle0 .skinny {
	width: auto;
}

.generic-sectionStyle0 h2 {
	font-size: 1.7em;
}

.generic-sectionStyle0 h3,
p {
	width: auto;
	padding-left: 0;
}

.generic-sectionStyle0 .item {
	width: auto;
}

.generic-sectionStyle0 img {
	width: 100%;
}

.generic-sectionStyle0 .hr-item {
	-webkit-background-size: 60px 60px;
	background-size: 60px 60px;
	padding-left: 90px;
	padding-top: 16px;
}
}

/* /generic-sectionStyle0 */



/* generic-sectionStyle1 */

.generic-sectionStyle1 {
	padding: 60px 30px 60px 30px;
	text-align: center;
	background-image: url(../img/banners/banner-why-us-section1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.generic-sectionStyle1 .videoLink {
	text-align: left;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	margin-top: 30px;
	font-size: 32px;
	display: block;
	background-image: url(../img/button-play.png);
	background-position: right top;
	background-repeat: no-repeat;
	width: 284px;
	min-height: 50px;
	text-decoration: none;
	padding-top: 3px;
}

.generic-sectionStyle1 .floatRight {
	float: right;
	margin: 0 0 0 60px;
}

.generic-sectionStyle1 .floatRight img {
	width: 100%;
}

.generic-sectionStyle1 h3 {
	color: #003546;
}

.generic-sectionStyle1 p {
	color: #fff;
	text-align: left;
	line-height: 1.6em;
	margin-left: auto;
	margin-right: auto;
	font-size: 21px;
}

.generic-sectionStyle1 h4 {
	color: #004F68;
	font-size: 1.2em;
	text-align: left;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 30px;
}

.generic-sectionStyle1 .item {
	font-size: 1.1em;
	text-align: left;
	padding: 12px 0px 20px 60px;
	min-height: 32px;
	max-width: 720px;
	margin: auto;
	color: #fff;
	font-family: 'Karla', sans-serif;
	background-image: url(../img/why-us-bullet.png);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}

.generic-sectionStyle1 .qb-item {
	font-size: 1.1em;
	text-align: left;
	padding: 20px 0px 20px 70px;
	min-height: 32px;
	max-width: 720px;
	margin: auto;
	color: #fff;
	font-family: 'Karla', sans-serif;
	background-repeat: no-repeat;
	background-position: 15px 9px;
}

.generic-sectionStyle1 .item1 {
	background-image: url(../img/qb-ol-bullet1.png);
	background-repeat: no-repeat;
}

.generic-sectionStyle1 .item2 {
	background-image: url(../img/qb-ol-bullet2.png);
	background-repeat: no-repeat;
}

.generic-sectionStyle1 .item3 {
	background-image: url(../img/qb-ol-bullet3.png);
	background-repeat: no-repeat;
}

.generic-sectionStyle1 .item4 {
	background-image: url(../img/qb-ol-bullet4.png);
	background-repeat: no-repeat;
}

.generic-sectionStyle1 .lastItem {
	margin-bottom: 20px;
}

/* BREAK POINT generic-sectionStyle1 */


@media (max-width:1074px) {

.generic-sectionStyle1 {
	padding-left: 50px;
	padding-right: 50px;
}

.generic-sectionStyle1 img {
	width: 100%;
}

.generic-sectionStyle1 .floatRight {
	width: 50%;
	margin: 0 0 20px 40px;
}

.generic-sectionStyle1 p {
	font-size: 20px;
}
}

@media (max-width:620px) {

.generic-sectionStyle1 {
	padding: 60px 30px 60px 30px;
}

.generic-sectionStyle1 .floatRight {
	float: none;
	margin: 0 0 0 0;
	width: auto;
}

.generic-sectionStyle1 .floatRight img {
	width: 100%;
}

.generic-sectionStyle1 h3 {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.generic-sectionStyle1 p {
	font-size: 16px;
}

.generic-sectionStyle1 .item {
	margin-left: auto;
	margin-right: auto;
}
}

/* /generic-sectionStyle1 */


/* generic-sectionStyle2 */

.generic-sectionStyle2 {
	background-color: #fff;
	padding: 60px 30px 60px 30px;
}

.generic-sectionStyle2 .pagewidth {
	max-width: 700px;
	margin: auto;
}

.generic-sectionStyle2 .skinny {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.generic-sectionStyle2 h3 {
	font-size: 1.3em;
	color: #004F68;
	/*padding: 0 0 0 42px;*/
}

.generic-sectionStyle2 p {
	/*padding: 0 0 0 42px;*/
}

.generic-sectionStyle2 .item {
	padding: 2px 0 24px 42px !important;
	background-image: url(../img/why-us-bullet.png);
	background-repeat: no-repeat;
	min-height: 30px;
	font-size: 1.2em;
}

.generic-sectionStyle2 .firstItem {
	margin-top: 50px;
}

.generic-sectionStyle2 .lastItem {
	margin-bottom: 50px;
}

/* BREAK POINT generic-sectionStyle2 */

@media (max-width:730px) {

.generic-sectionStyle2 {
	padding: 60px 30px;
}

.generic-sectionStyle2 h3,
p {
	padding-left: 0 !important;
}
}

/* /generic-sectionStyle2 */

/* generic-sectionStyle3 */

.generic-sectionStyle3 {
	background-color: #fff;
	padding: 60px 0 60px 0;
}

.generic-sectionStyle3 .pagewidth {
	margin: auto;
}

.generic-sectionStyle3 h2 {
	font-size: 1.5em;
	color: #004F68;
	text-align: center;
}

.generic-sectionStyle3 h3 {
	font-size: 1.3em;
	color: #004F68;
	text-align: center;
}

.generic-sectionStyle3 .skinny {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.generic-sectionStyle3 p {
	text-align: center;
}

.generic-sectionStyle3 .item {
	padding: 2px 0 0 42px !important;
	background-image: url(../img/why-us-bullet.png);
	background-repeat: no-repeat;
	min-height: 30px;
	font-size: 1.2em;
	text-align: left;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.generic-sectionStyle3 .firstItem {
	margin-top: 50px;
}

.generic-sectionStyle3 .lastItem {
	margin-bottom: 50px;
}

/* BREAK POINT generic-sectionStyle3 */

@media (max-width:730px) {

.generic-sectionStyle3 {
	padding: 60px 30px;
}

.generic-sectionStyle3 .skinny {
	width: 90%;
}

.generic-sectionStyle3 .item {
	width: 90%;
}
}

/* /generic-sectionStyle3 */
