@charset "utf-8";
/* CSS Document */
body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fff;
}
a img {
	border: none 0 transparent;	
}
a.no-underline {
	text-decoration:none;	
}
#clear {
	clear: both;
}
p, p a {
	color: 	#3a3738;
}
.blue {
	color: #1F72B6!important;
}
h1 {
	color: 	#216093;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	font-size: 38px;
	text-transform:uppercase;
}
h3 {
	color: 	#000000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif!important;
	font-weight:normal;
	margin:5px;
	font-size: 22px;
}
h3.script {
	color: #943634;
	font-family: 'Tangerine', cursive!important;
	font-weight: 700;
	font-size: 30px;
	font-style: italic;
	background-image: url(../images/swirl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 44px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	color: #943634;
	font-family: 'Balthazar', serif;
	font-weight: 100;
	margin: 5px;
	font-size: 28px;
	font-variant: small-caps;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif!important;
	font-weight:bold;
	margin-top: 0px;
}
#wrapper {

}
header {
	width: 100%;
	background-image: url(../images/background-header.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}
header.entry-header {
	background: none;	
}
.entry-footer {
	display:none;
}
#header-content {
	max-width: 1000px;
	width: 99%;
	margin: 0 auto;
	height: 101px;
	padding-top: 17px;
}
#header-content #logo {
	float: left;
}
#header-content #phone {
	float:right;
}
.nav {
	width: 100%;
	color: #fff;
	background-color: #216093;
}
#navigation {
	max-width: 1300px;
	width: 99%;
	height: 48px;
	margin: 0 auto;
	background-color: #216093;
    color: #FFFFFF;
}
#navigation ul {
	float: left;
	padding: 0px;
	margin: 0px;
}
#navigation li {
	float: left;
	list-style:none;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}
#navigation li a {
	padding: 15px 15px;
	color: #fff;
	text-decoration: none;
	line-height: 48px;
	text-transform: uppercase;
}
#navigation li.last {
	float: right;
	font-size: 12px;
}
#navigation li.last a {
	text-transform: uppercase;
	padding: 0;
	line-height: 48px;
	background-image: url(../images/client-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#navigation li.last a:hover {
	background-color: transparent;
}
#navigation ul.last {
	float: right;
}
#navigation li a:hover {
	color: #fff;
	background-color: #134770;
}
#separator {
	height: 1px;
	background-color: #afbdc5;
	clear: both;
}
hr {
	background-color: #afbdc5;
	border: none;
	height: 1px;
}
#spacer {
	height: 30px;	
}
#feature {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#feature-inner {
	width: 100%;
	height: 350px;
	margin-top: 40px;
}
#feature-inner img{
	height: 350px;
	width: auto!important;
	min-width: auto!important;
	max-width: auto!important;
}
#feature2 {
	width: 100%;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.10) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.10)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 50%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	border-top: solid 10px #231f20;
	height: 120px;
}

/*---------------Rotator/Slider----------------*/

.midcont {
	height: 450px;
	width: 1300px;
	padding:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

 div.rotator {
	position: relative;

}

      div.navigation {
	position: absolute;
	right: 600px;
	bottom: -30px;
	height: 12px;
	width: 95px;
}
      div.navigation div.current, div.navigation a {
	width: 18px;
	height: 18px;
	float: left;
	overflow: hidden;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/bullets.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none;
}
      div.navigation a:hover {
	text-decoration: none;
	background-image: url(../images/bullets.jpg);
	background-repeat: repeat;
	background-position: right center;
}
      div.navigation div.current {
	background-image: url(../images/bullets.jpg);
	background-repeat: repeat;
	background-position: right center;
	text-decoration:none;
}
      div.navigation a {
	display: block;
	background-color: #ffffff;
}

/*---------------Rotator/Slider - Ends----------------*/

#content {
	max-width: 1000px;
	width: 99%;
	margin: 0 auto;
	min-height: 200px;
	position:relative;
	padding: 30px 0;
}
#content-wide {
	max-width: 1300px;
	width: 99%;
	margin: 0 auto;
	min-height: 200px;
	position:relative;
}
body.wide #content {
	max-width: 1100px;
	width: 99%;
	margin: 0 auto;
	min-height: 200px;
	position:relative;
	padding: 30px 0;
}
body.wide #content #sidebar {
	width: 20%;
	float:left;
	margin-right: 5%;
}
body.wide #content #main {
	width: 75%;
	float:right;	
}
#content h2 {
	font-size: 28px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	color: 	#1f497d;
}
#content h2 a {
	color: #216093;
}
#content h3 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}
#content p {
	font-size: 16px;
	line-height: 22px;
	text-align:left;
	margin-bottom: 20px;
}
#content li {
	font-size: 16px;
	line-height: 22px;
	color: 	#474747;
}
#content #half img.full {
	width: 100%;
	height: auto!important;
	min-height: auto!important;	
	max-height: auto!important;
	padding: 0;
	border: none;
}
#content #one-third img.full {
	width: 100%;
	height: auto!important;
	min-height: auto!important;	
	max-height: auto!important;
	padding: 0;
	border: none;
}
#content #grid-third img.full {
	width: 100%;
	height: auto!important;
	min-height: auto!important;	
	max-height: auto!important;
	padding: 0;
	border: none;
}
#content #grid-fourth img.full {
	width: 100%;
	height: auto!important;
	min-height: auto!important;	
	max-height: auto!important;
	padding: 0;
	border: none;
}
#content #two-third img.full {
	width: 100%;
	height: auto!important;
	min-height: auto!important;	
	max-height: auto!important;
	padding: 0;
	border: none;
}
#content img {
}

h2.img-button {
	color: #fff!important;
	background-color: #216093;
	width: 100%;
	margin: 0!important;
	padding: 6px 0;
	text-align:center;
	font-family: 'Oswald',sans-serif!important;
	font-size: 22px!important;
}

#content #center-col {
    margin: 0 auto;
    max-width: 640px;
    padding: 30px;
    width: 99%;
}

#table-small {
	width: 40%;
	float:left;
	font-size:12px;
}

#table-small #one-third, #table-small #two-third {
	padding: 1%;
	border: solid 1px #CCCCCC;
}

#table-small #two-third {
	width: 70%;
	margin:0px;
	float: left;
}

#table-small #one-third {
	width: 24.5%;
	margin:0px;
	float: right;
	text-align:center;
}

#table-small #two-third.header, #table-small #one-third.header, #table-medium #two-third.header, #table-medium #one-third.header {
	margin-bottom: 15px!important;
	background-color: #E1E1E1;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
#table-medium {
	width: 58%;
	float:right;
	font-size:12px;
}
#table-medium #one-third, #table-medium #two-third {
	padding: 1%;
	border: solid 1px #CCCCCC;
}
#table-medium #two-third {
	width: 65%;
	margin:0px;
	float: left;
}
#table-medium #one-third {
	width: 30%;
	margin:0px;
	float: right;
}
#headline {
	width: 100%;
	padding: 20px 0;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.10) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.10)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 50%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	margin: 20px auto;
}
#headline p {
	line-height: 38px;
	font-size: 22px;
	padding-left: 10px;
}
#headline h1 {
	line-height: 68px;
	text-align:center;
}

#headline-inner {
	padding: 0px;
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    width: 99%;
	height: 120px;
}
#headline-inner p {
	height: 60px;
	font-size: 22px;
	padding-left: 25px;
	float: left;
	margin-top: 22px;
	margin-bottom: 0px;
	text-align:left;
}
#headline-inner h1 {
	line-height: 68px;
	text-align:center;
	float: left;
	margin-right: 25px;
}
#headline-inner img {
	margin-top: 15px;
	float: left;
}
#one-third {
	width: 27%
}
#two-third {
	width: 67%;
}
#half {
	width: 47%;
}
#grid-third {
	width: 31%;
	float: left;
	margin-right: 2.3%;
}
#grid-fourth {
	width: 23%;
	float: left;
	margin: 0 1%;
	text-align:center;
}
#grid-fourth p {
	font-size: 13px;
	text-align:center;
}
.left {
	float: left;
	margin-right: 2.5%;
}
.right {
	float: right;
	margin-left: 2.5%;
}
.center {
	margin: 0 auto;	
}
#contact-form input {
	float: right;
	width: 70%;
	background-color: #E1E1E1;
	border: none 0 transparent!important;
	color:#000;
	padding:6px;
}
#contact-form textarea {
	float: right;
	width: 70%;
	background-color: #E1E1E1;
	border: none 0 transparent!important;
	color:#000;
	overflow: auto!important;
	resize:vertical!important;
	padding:6px;
}
#contact-form label {
	float: left;
	width: 26%;
	font-size: 16px;
}
#contact-form #captcha {
	margin-left: 30%;
}
#contact-form #submit {
	width: 40%;
	margin-left: 27%;
	height: 30px;
	cursor:pointer;
	float:none;
	background-color: #285690;
	color: #fff;
}
#contact-form #submit:hover {
	background-color: #406386;
	color: #fff;
}
#contact-form #clear {
	height: 15px;
}

#price-form input {
	float: right;
	width: 70%;
	background-color: #E1E1E1;
	border: none 0 transparent!important;
	color:#000;
	padding:6px;
}
#price-form textarea {
	float: right;
	width: 70%;
	background-color: #E1E1E1;
	border: none 0 transparent!important;
	color:#000;
	overflow: auto!important;
	resize:vertical!important;
	padding:6px;
}
#price-form label {
	float: left;
	width: 26%;
	font-size: 16px;
}
#price-form #captcha {
	margin-left: 30%;
}
#price-form #submit {
	width: 40%;
	margin-left: 27%;
	height: 30px;
	cursor:pointer;
	float:none;
	background-color: #285690;
	color: #fff;
}
#price-form #submit:hover {
	background-color: #406386;
	color: #fff;
}
#price-form #clear {
	height: 15px;
}


footer {
	width: 100%;
	background-color: #231f20;
	border-top: solid 10px #216093;
}
#footer-content {
	max-width: 1000px;
	width: 99%;
	margin: 0 auto;
	color: #a1a1a1;
	text-align:center;
	padding: 25px 0;
}
#footer-content p {
	color: #a1a1a1;
	font-size: 15px;
}
#sharkmatic {
	background-color: #134770;
	height: 50px;
	width:100%;
}
#sharkmatic p {
	text-align:center;
	line-height: 50px;
	margin: 0;
	padding: 0;
}
#sharkmatic p a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
	text-decoration:none;
}
#sharkmatic p a span {
	color: #231f20;
}
#featured #title {
	width: 70%;
	position: absolute;
	bottom: 15px;
	left: 0px;
	text-align: left;
	background-image: url(../images/slider-title-back.png);
	background-repeat: repeat;
}
#featured #title h1{
	color: #1A1615;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 40px;
	text-transform: none;
	margin: 0px;
	line-height: normal;
}
#featured #title h2{
	color: #1A1615;
	padding-bottom: 12px;
	padding-left: 20px;
	margin: 0px;
	line-height: normal;
}
#featured a:hover #title h2 {
	text-decoration: none;
	border: 0px none transparent;
	background-color: #EEF3F7;
}
#featured a #title h1{
	text-decoration: none;
	border: 0px none transparent;
}
#featured a:hover #title h1 {
	text-decoration: none;
	border: 0px none transparent;
	background-color: #EEF3F7;
}
#featured #services {
	width: 30%;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: left;
	background-image: url(../images/background-pattern.png);
	background-repeat: repeat;
	color: #fff;
	height: 100%;
}
#featured #services li {
	font-variant: small-caps;
	text-transform: capitalize;
	font-size: 18.5px;
	line-height: 22px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0;
}
#featured #services li a {
	color: #fff;
	text-decoration:none;
}
#featured #services li a:hover {
	text-decoration:underline;
}
.slide1 {
	background-image: url(../images/slider/slide1.jpg);
	background-repeat: no-repeat;
	height: 450px!important;
	width: 1300px!important;
}
.slide2 {
	background-image: url(../images/slider/slide2.jpg);
	background-repeat: no-repeat;
	height: 450px!important;
	width: 1300px!important;
}
.slide3 {
	background-image: url(../images/slider/slide3.jpg);
	background-repeat: no-repeat;
	height: 450px!important;
	width: 1300px!important;
}
.slide4 {
	background-image: url(../images/slider/slide4.jpg);
	background-repeat: no-repeat;
	height: 450px!important;
	width: 1300px!important;
}
#featured-inner {
    max-width: 1000px;
    overflow: hidden;
    width: 99%;
	margin: 0 auto;
	height: 150px;
}
#services #icons {
	width: 910px;
	margin: 0 auto;	
}
#services #info {
	background-color: #216093;
	margin: 0 auto;
    max-width: 640px;
    width: 99%;
	padding:20px;
	text-align:center;
}
#services #info h2 {
	color: #fff;
	font-size: 30px;
	text-transform:uppercase;
	padding:0;
	margin:0;
}
#services #info p {
	color: #fff;
	font-size: 20px;
	text-align:center;
	line-height: 30px;
}

#icons:hover ~ #info  {
    height: 130px;
    display: block;
}

#bt-peo:hover, #bt-risk:hover, #bt-benefits:hover, #bt-payroll:hover, #bt-employment:hover, #bt-online:hover, #bt-assistance:hover, #bt-hr:hover, #bt-employee:hover, #bt-workers:hover, #bt-legal:hover, #bt-employment:hover, #bt-unemployment:hover, #bt-training:hover, #bt-insurance:hover, #bt-cafeteria:hover, #bt-401k:hover, #bt-erisa:hover, #bt-clients:hover, #bt-healthcare:hover, #bt-reporting:hover, #bt-attendance:hover, #bt-advanced-payroll:hover, #bt-pto:hover, #bt-w2:hover, #bt-comprehensive:hover, #bt-coverage:hover, #bt-fraudulent:hover, #bt-claims-management:hover, #bt-osha:hover, #bt-drug:hover, #bt-safety:hover {
	background-color: #D6E1EB;
}
#bt-peo {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-peo.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-peo {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-peo-change {
	height: 860px;
}

#bt-employer {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-employer.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-employer {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-employer-change {
	height: 360px;
}

#bt-aso {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-aso.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-aso {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-aso-change {
	height: 510px;
}

#bt-hr {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-hr.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-hr {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-hr-change {
	height: 1370px;
}

#bt-payroll-admin {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-payroll-admin.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-payroll-admin {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-payroll-admin-change {
	height: 1060px;
}

#bt-benefits {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-benefits.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-benefits {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-benefits-change {
	height: 1070px;
}

#bt-workers {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-workers.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-workers {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-workers-change {
	height: 510px;
}

#bt-legal {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-hr.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-legal {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-legal-change {
	height: 150px;
}

#bt-employment {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-hr.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-employment {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-employment-change {
	height: 250px;
}

#bt-unemployment {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-hr.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-unemployment {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-unemployment-change {
	height: 270px;
}

#bt-training {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-hr.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-training {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-training-change {
	height: 350px;
}

#bt-insurance {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-benefits.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-insurance {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-insurance-change {
	height: 220px;
}

#bt-cafeteria {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-benefits.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-cafeteria {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-cafeteria-change {
	height: 240px;
}

#bt-401k {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-benefits.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-401k {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-401k-change {
	height: 780px;
}

#bt-erisa {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-benefits.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-erisa {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-erisa-change {
	height: 550px;
}

#bt-clients {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-benefits.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-clients {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-clients-change {
	height: 120px;
}

#bt-healthcare {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-benefits.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-healthcare {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-healthcare-change {
	height: 3210px;
}

#bt-reporting {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-payroll-admin.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-reporting {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-reporting-change {
	height: 380px;
}

#bt-attendance {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-payroll-admin.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-attendance {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-attendance-change {
	height: 1630px;
}

#bt-advanced-payroll {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-payroll-admin.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-advanced-payroll {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-advanced-payroll-change {
	height: 530px;
}

#bt-pto {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-payroll-admin.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-pto {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-pto-change {
	height: 160px;
}

#bt-w2 {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-payroll-admin.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-w2 {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-w2-change {
	height: 480px;
}

#bt-comprehensive {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-workers.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-comprehensive {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-comprehensive-change {
	height: 350px;
}

#bt-coverage {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-workers.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-coverage {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-coverage-change {
	height: 290px;
}

#bt-fraudulent {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-workers.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-fraudulent {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-fraudulent-change {
	height: 700px;
}

#bt-claims-management {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-workers.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-claims-management {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-claims-management-change {
	height: 200px;
}

#bt-osha {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-workers.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-osha {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-osha-change {
	height: 180px;
}

#bt-drug {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-workers.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-drug {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-drug-change {
	height: 150px;
}

#bt-safety {
	font-size: 24px;
	color: #216093;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0px;
	background-color: #eef3f7;
	width: 100%;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	cursor: pointer;
	background-image: url(../images/ico-workers.png);
	background-repeat: no-repeat;
	background-position: 98% 20px;
}
.box-safety {
	height: 0px;
	-webkit-transition: height .8s ease;
    -moz-transition: height .8s ease;
    -ms-transition: height .8s ease;
    -o-transition: height .8s ease;
    transition: height .8s ease;
	overflow: hidden;
}

.box-safety-change {
	height: 230px;
}

a.button {
	font-size: 20px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:0 5px;
	background-color: #216093;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	text-decoration:none;
}
a.button:hover {
	background-color: #1D537E;
}
a.button-large:hover {
	background-color: #1D537E;
}
div.mask a.button {
	font-size: 16px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	background-color: #216093;
	text-align: left;
	border: none 0 transparent;
	padding: 5px;
	text-decoration: none;
}
li.no-bullet {
	list-style-type: none;
}
li.check {
	list-style-image: url(../images/checkmark.png);		
}
a.button-large {
	font-size: 20px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin:1px 5px;
	background-color: #216093;
	text-align: left;
	border: none 0 transparent;
	padding:15px;
	text-decoration:none;
	width: 100%;
	display:inline-table;
}
#price-form {
	width: 800px;
	margin: 0 auto;	
}
#price-form label.cycle {
	text-align: right;
}
#price-form input.cycle {
	float: left;
	width: 20px;
	margin-left: 30px
}
#price-form table input {
	width: 100%;
	padding: 0;
	height: 25px;
	background-color: #F5F5F5;
}
#price-form table td {
	border: solid 1px #E1E1E1!important;
}
#price-form table {
	border: solid 1px #216093!important;
}
#price-form .Button {
	background-color: #285690;
    color: #FFFFFF;
    cursor: pointer;
    float: none;
    height: 30px;
    margin-left: 27%;
    width: 40%;
}
#price-form .Button:hover {
	background-color: #406386;
	color: #fff;
}

/*------------- Homepage feature imgs ---------------*/
.container{
	position:relative;
}
.clr{
	clear: both;
}

h1 span{
    display:block;
	font-size: 14px;
    font-family: Georgia, serif;
    font-style: italic;
	color:#b2891b;
	padding-top:10px;
}

.more{
	position:relative;
	clear:both;
	font-family:'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 0px 10px;
    width: 540px;
    margin: 0 auto;
}
.more ul{
	display:block;
	text-align:center;
    height: 30px;
}
.more ul li{
	display: block;
    padding: 4px 2px;
    float:left;
}
.more ul li.selected a,
.more ul li.selected a:hover{
	background:#b2891b;
	color:#fff;
	text-shadow:none;
}
.more ul li a{
	color:#555;
    float:left;
	background:#fff;
    width:40px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #aaa;
	-webkit-box-shadow:1px 1px 2px #aaa;
	box-shadow:1px 1px 2px #aaa;
}
.more ul li a:hover{
	background:#000;
	color:#fff;
}
.view {
   width: 22.66%;
   height: 200px;
   margin: 1.16%;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
}
.view .mask,.view .content {
   width: 100%;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
body.boxes .view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px!important;
	position: relative;
	color: #216093!important;
	text-align: center;
	padding-top: 0px!important;
	padding-right: 20px!important;
	padding-bottom: 20px!important;
	padding-left: 20px!important;
	margin:0!important;
	text-align: center!important;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-first img {
	width: 100%!important;
	height: auto!important;
	min-height: auto!important;
	max-height: auto!important;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(255,255,255, 0.9);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
	color: #171213!important;
    font-family: 'Oswald',sans-serif;
    font-size: 20px!important;
    font-weight: normal!important;
    margin: 0!important;
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
body.boxes #grid-fourth {
	background-color: #F7F7F7;
	margin-bottom: 20px;
}
body.boxes #grid-fourth h2 {
	font-size: 18px;
}
@media screen and (max-width: 965px) {
	#navigation li a {
padding: 14px 15px;
color: #fff;
text-decoration: none;
line-height: 48px;
text-transform: uppercase;
font-size: 14px;
}
}
@media screen and (max-width: 888px) {
	#navigation li a {
padding: 14px 10px;
color: #fff;
text-decoration: none;
line-height: 48px;
text-transform: uppercase;
font-size: 12px;
}
}
.home-title {
	font-size: 0px;
	visibility: hidden;
}
.blog-thumb {
	float:left;
	margin-right: 10px;	
}
ul#latest_posts {
	list-style-type:none;	
	padding-left:0px;
}
.blog-snippet-title {
	font-size:24px;
	font-weight:700;
	text-decoration:none;
	color: #216093;
	text-decoration:underline;
}
.alignleft {
float:left;	
}
.aligncenter {
	margin-left:auto; margin-right:auto;
}
.alignright {
float:right;	
}
.post-thumbnail {
display:none;	
}
.recent-blog-posts-home {
	max-width: 1200px;
	padding: 10px;
	background-color: #F2F2F2;
	margin: 0px auto 30px auto !important;
}
#latest_posts li{
	margin-top:10px;
	margin-bottom:10px;
}
.view-first img.clear-logo {
	width:200px !important;
	height:auto !important;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px
}
.first-post-style p {
	font-size:18px;
}
.first-post-style .blog-snippet-title {
	font-size:32px;
}
li#blog-button a {
	background-color: #c70d1f;
}
li#blog-button a:hover {
	background-color: #940A17;
}