/* ======= GLOBAL ======= */

body {
	/*margin-top: 50px;*/
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
}

h1, h2, h3, h4, p {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: normal;
}

h1 {
	font-family: 'Roboto Slab', serif;
    font-size: 2.47em;
    padding-top: 9px;
    color: #016699;
    line-height: 1em;
}

h2 {
	font-family: 'Roboto Slab', serif;
    font-size: 1.77em;
    color: #349946;
    padding-top: 0px;
    line-height: 1.36em;
}

h3 {
	color: #006595;
	font-size: 1.25em;
	font-weight: normal;
}

p {
	font-size: 17px;
	font-weight: normal;
}

p.lead {
	padding-top: 23px;
    font-weight: normal;
    font-size: 1.37rem;
}

ul {
	padding: 0;
	list-style-type: none;
	margin-top: 30px;
}

li{
	margin-top: 20px;
    background: url('../img/dot.png') no-repeat left center;
    padding-left: 20px;
	margin-left: 3px;
}

li:first-child {
	padding-top: 0;
}

section {
	padding-top: 20px;
}

.container {
	padding: 15px;
}

a {
    font-size: 1em;
    color: #006595;
 }

a:hover {
    text-decoration: none;
    color: #4C8C2B;
}



/* ======= HEADER ======= */

header {
	-webkit-box-shadow:  0px 3px 10px rgba(0, 0, 255, .1);
	-moz-box-shadow: 0px 3px 10px rgba(0, 0, 255, .1);
	box-shadow: 0px 3px 10px rgba(0, 0, 255, .1);
}

.header-container {
	padding-top: 21px;
    padding-bottom: 20px;
}

.specialist {
	font-size: 1em;
	color: #333333;
}

.phone {
    margin-right: 5px;
}

.phone-number {
	font-family: 'Roboto Slab', serif;
	display: inline-block;
	font-size: 29px;
	line-height: 1rem;
	color: #006595;
}

.centerer {
	text-align: center;
}



/* ======= HR OURSOURCING ======= */


.list-desc {
    font-weight: 300;
    line-height: 1.3em;
    padding-top: 8px;
    padding-left: 23px;
    font-size: 1.05em;
}

.list-title {
	font-size: 1.1em;
}

.fill-out-form-container {
	padding-top: 30px;
	padding-right: 20px;    
	margin-right: 0;
}

.outsourcing-container {
	padding-right: 10px;
}

.grey-arrow {
    display: block;
    background: url('../img/arrow.png') 100% no-repeat;
    background-size: contain auto;
    padding-right: 171px;
}



/* ======= SIDEBAR ======= */

.sidebar-top-container {
	background-color: #4c8c2b;
	margin-top: -35px;
	text-align: center;
}

.hr-bottom {
	margin-bottom: 15px;
}

.book-image {
	padding-top: 30px;
}

.book-text {	
    font-weight: normal;
    color: #fefefe;
    padding: 10px 30px;
    font-size: 1.25em;
    line-height: 1.1em;
}

.green-arrow {
	background-color: #f0f0f0;
	text-align: center;
}

.green-arrow img {
	vertical-align: top;
	margin-left: -30px;
}

label {
	margin-bottom: 0;
	text-align: left !important;
	font-size: 0.8em;
	padding-left: 3px;
}

input[type="text"] {
	-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 255, .3);
    -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 255, .3);
    box-shadow: inset 1px 1px 5px rgba(0, 0, 255, .3);
}

.sidebar-mid-container {
	background-color: #f0f0f0;
	padding: 0 15px 10px 15px;
	text-align: left;
	margin-top: -16px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.form-control {
    padding: 0.5em 0.75em;
    font-size: 0.75em;
}

.form-group {
    margin-bottom: 0.5em;
}

.downloaded {
	text-align: center;
	padding-top: 10px;
    font-size: 0.75em;
}

#submit {
	border-radius: 3px;
}

.download-btn {
    display: block;
    font-size: 1em;
    background: -moz-linear-gradient(top, #FED600 0%, #ECAF00 100%);
    background: -webkit-linear-gradient(top, #FED600 0%, #ECAF00 100%);
    background: linear-gradient(to bottom, #FED600 0%, #ECAF00 100%);
    background-color: #FED600;
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FED600', endColorstr='#ECAF00',GradientType=0 );*/
    border: 1px solid #D9A102;
    width: 100%;
    padding: 10px 5px;
    margin-top: 25px;
}

.download-btn:hover {
    background: #ECAF00;
    background: -moz-linear-gradient(top, #ECAF00 0%, #FED600 100%);
    background: -webkit-linear-gradient(top, #ECAF00 0%, #FED600 100%);
    background: linear-gradient(to bottom, #ECAF00 0%, #FED600 100%);
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECAF00', endColorstr='#FED600',GradientType=0 );*/
}



/* ======= ABOUT INSPERITY ======= */

.about-image {
	width: 100%;
    background-image: url('../img/about-image.png');
    background-size: cover;
    background-position: 100% 0;
}

.about-insperity {
	background-color: #EEEEEE;
	padding-top: 0;
}

h2.header-blue {
    color: #016699;
}

.about-box {
	color: #333333;
	padding: 50px 75px 40px 30px;
}

.about-list {
    font-weight: 500;
    font-size: 1.05em;    
	margin-bottom: 25px;
}

ul.about-list li {
	margin-top: 10px;
}

.services {
    font-size: 1em;
    padding-top: 10px;
}

.about-spacer {
	margin-right: 0;
}


/* ======= ABOUT INSPERITY ======= */

.marketing-profs {
	padding-top: 10px;
}

.client-image {
	display: block;
	max-width: 100%;
    height: auto;
    margin: auto;
}

.clients {
	text-align: center;
	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
}




/* ======= FOOTER ======= */

footer {
	background-color: #EEEEEE;
	color: #333333;
}

.footer-text {
	padding: 20px 0px 5px 0;
	margin: 0;
	color: #706C6C;
}




/* ======= MEDIA QUERIES ======= */


@media screen and (max-width: 575px) {
	.green-arrow img {
		vertical-align: top;
		margin-left: 0px;
	}
	header {
		text-align: center;
	}
	.specialist {
		padding-top: 5px;
	}
	.grey-arrow {
		padding-left: 15px;
		padding-right: 0;
	}
	.outsourcing-container {
		padding-right: 0;
	}

}

@media screen and (max-width: 768px) {

	.sidebar-top-container {
		margin-top: 0;
	}

	.grey-arrow {
		padding-right: 0;
		margin-right: -15px;
    	background: url(none);
	}

	.about-image {
		min-height: 350px;
	}

	.about-insperity {
		margin-top: 20px;
	}

	.left-client {
		text-align: center;
	}

	.right-client {
		text-align: center;
	}
}