@charset "utf-8";

/* CSS Document */
/* Global Adjustments ---------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
}

p,div,ul,ol,li,dl,dt,dd,td {
    font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
}

img,img a {
    border:0!important
}

h1,h2,h3,ul,li,ol {
    margin:0;
    padding:0
}

strong {
    font-weight:700
}

a:link,a:visited {
    color:#E37222;
    text-decoration:none
}

a:hover {
    text-decoration:underline
}

/* Global Positioning and Exceptions ------------------------------------------------------------------- */

.float-right {
    float:right;
    padding:0 5px 20px 20px
}

.clearfloat {
/* this class should be placed on a div or break element and should be the final element 
	before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size:1px;
    line-height:0;
    overflow:hidden
}

.clearfix:after {
    content:"";
    display:table;
    clear:both
}

br {
	clear: both;
}

.center {
	text-align:center;
}

span.desktop {
    display:block;
}

span.mobile {
    display:none;
}

div.remove {
    display:none
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Common ---------------------------------------------------------------------------------------------- */

.ribbon {
	width: auto;
	overflow: hidden;
}

.content {
	margin: auto;
	width: 960px;
	padding: 4em 1em;
}

h1 {
	font-size: 3.2em;
	font-weight: normal;
	margin: 0 0 .5em 0;
}

p {
	font-size: 1.8em;
	margin: 0 0 1em 0;
	color: #4b4b4b;
}

ul.orange li {
	font-size: 1.7em;
	line-height: 1.5em;
    list-style-image: url("/img/ppc/redesign/bullet-orange.png");
}

li {
	font-size: 1.7em;
	color: #4b4b4b;
}
ol {
	margin-left: 30px; margin-bottom:20px;
	}

/* Header On Scroll ---------------------------------------------------------------------------------------------- */

#header-on-scroll {
	padding-top: 0em !important;
	background-size: cover;
	height: 80px;
    display: none;
    position: fixed;
	left: 0;
	right: 0;
}

#header-on-scroll .logo {
    margin-top: .5em !important;
    margin-bottom: 1em; 
	float: left;
}

#header-on-scroll .content {
	padding: 0px !important;
}

 #header-on-scroll .cta {
/*	background: #F47B27; */
	float: right;
	color: #fff;
	padding:.5em 1.6em;
	margin-top: .6em;
}

#header-on-scroll .content h1 {
	margin: 0px;
	padding; 0px;
}

#header-on-scroll .cta a:hover {
    text-decoration:none;
}

.button-link.orange {
    background-color:#D55C19!important;
    border:0 solid #D55C19!important
}

.button-link.orange:hover {
    background-color:#E37222!important;
    border:0 solid #E37222!important;
    cursor:pointer;
	text-decoration: none;
}

.button-link {
/* IE8 Button fix */
    color:#FFF!important;
    display:inline-block!important;
    font-family:arial;
    font-style:normal;
    font-weight:400;
	font-size: 24px;
    line-height:29px!important;
    padding:.4em .6em!important;
    text-decoration:none
}


/* Banner ---------------------------------------------------------------------------------------------- */

#banner {
	padding-top: 0.8em !important;
}

#banner .logo {
    margin-top: .5em !important;
    margin-bottom: 5em; 
}

#banner .content {
	padding-top: 0px !important;
}

/* Ribbon - Offer Message ---------------------------------------------------------------------------------------------- */

#offer-message .content ul {
	margin: 1em 0 0 2em;
}

#offer-message .content ul.orange li {
	font-size: 1.7em;
	line-height: 1.5em;
    list-style-image: url("/img/ppc/redesign/bullet-orange.png");
}	


/* Ribbon - Offer Form ---------------------------------------------------------------------------------------------- */

#offer-form {
	box-sizing: border-box;
}

#offer-form #form {
	margin-top: 2em;
	margin-bottom: 2em;
}

#offer-form .content p {
	padding: .4em 0 !important;
}

#offer-form .form-thumb {
	float: left;
	width:210px;
}

#offer-form .panel {
	float: left;
	padding-left: 30px;
	box-sizing: border-box;
}

#offer-form .panel label {
	font-size: 1em;
	padding-bottom: 4px;
	display: block;
	color: #fff;
}

#offer-form .panel input[type=text], #offer-form .panel select {
	width: 230px;
	font-size: 1.05em;
    padding: 8px;
	margin-bottom: .6em;
	box-sizing: border-box;
}


#offer-form input[type=submit] {
    display:inline-block!important;
    color:#fff!important;
    font-family:arial;
    font-size:1.6em;
    font-weight:bold;
    font-style:normal;
    padding:10px 0!important;
	margin-top:8px;
	width:230px;
}

#offer-form .button-submit.orange {
    background-color:#D55C19!important;
    border:0 solid #D55C19!important
}

#offer-form .button-submit.orange:hover {
    background-color:#E37222!important;
    border:0 solid #E37222!important;
    cursor:pointer
}




/* Ribbon - Complete HR Administration ------------------------------------------------------------------------- */

#complete-hr-admin .panel {
    width:48%;
    float:left;
    margin:4em 15px 0 0
}

#complete-hr-admin .panel img {
    float:left;
    padding-right:1em;
}

#complete-hr-admin .panel strong {
    font-size:1.2em;
	color: #739600;
}

#complete-hr-admin .panel p {
	font-size: 1.6em;
    overflow:hidden
}

/* Ribbon - complete-three-offer ------------------------------------------------------------------------- */

#complete-three-offer .panel {
    width:30%;
    float:left;
    margin:4em 15px 0 0
}

#complete-three-offer .panel img {
    float: none;
    padding-right:1em;
}

#complete-three-offer.panel strong {
    font-size:1.2em;
	color: #739600;
}

#complete-three-offer .panel p {
	font-size: 1.6em;
    overflow:hidden
}

/* Ribbon - Testimonials (1) --------------------------------------------------------------------------- */
#testimonial-1 h3 {
    font-size:1.6em;
    font-weight:400
}

#testimonial-1 img {
    float:left;
    padding:0em 4em 3em 0em
}

/* Ribbon - Companies Using TriNet ------------------------------------------------------------------------- */

#companies-using-trinet .panel {
    width:30%;
    float:left;
    margin:4em 15px 0 0;
}

#companies-using-trinet .panel img {
	display: block;
	margin: auto;	
}

#companies-using-trinet .pad-logo img{
	margin-top: 1em !important;
}


/* Ribbon - Get Quote ------------------------------------------------------------------------- */

#get-quote h1 {
	text-align:center;
	font-size: 5em;
	margin: 0px;
}

#get-quote a:link,#get-quote a:visited {
    color:#fff;
    text-decoration:none
}

#get-quote a:hover {
    text-decoration:underline
}

.button-link.orange {
    background-color:#D55C19!important;
    border:0 solid #D55C19!important
}

#get-quote:hover {
    background-color:#E37222!important;
    border:0 solid #E37222!important;
    cursor:pointer
}


/* Footer ---------------------------------------------------------------------------------------------- */
#footer {
    background-color:#0d0d0d;
    color:#666;
    text-align:center;
    margin-top:0;
    padding:10px;
}

#footer .content {
	margin:0px;
	padding:0px;
	margin:0 auto;
	overflow:none;
}

#footer a:link,#footer a:visited {
    color:#bfbfbf;
    text-decoration:none
}

#footer a:hover {
    text-decoration:underline
}


