.alignright { 
	margin: 5px 0 8px 15px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.alignleft { 
	margin: 5px 15 8px 0px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.alignnone {
	border: 1px solid #DEDEDE;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.caption {
	color: #a7a7a7;
	font-size: 11px;
	float: right;
}
h1 { 
	font-family: "droid-serif",serif;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	font-size: 30px;
	color: #606060;
}
h2 {
	padding: 0 0 12px 0;
	margin: 0 0 23px 0;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 26px; 
	color: #444444;
	display: block;
	border-bottom: 1px solid #e7e7e7;
}
#page-title h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    padding: 21px 0;
}
h1.logo a{
	color: #444444;
    font-family: Arial,sans-serif;
    display: block;
    margin-top:15px;
}
#logo-image {
	width: auto;
	height: auto;
	margin-top: 15px;
}
h3 {
	display: block;
	margin-bottom: 4px;
	margin-top: 5px;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px; 
	color: #606060;
	font-size: 16px; 
	line-height: 24px; 
}
h4 { 
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 19px;
	margin-bottom: 5px;
}
h5 { 
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px; 
	color: #606060;
}
h6 { 
	font-size: 12px; 
}
	
sup {
	font-size: 8px;
	vertical-align: top;
}
#pricing sup, .headline sup {
	font-size: 10px;
	vertical-align: top;
}
#content sup {
	line-height: 15px;
}
.sub-menu sup {
	font-size: 9px;
	line-height: 12px;
}
h2 sup, h3 sup {
	font-size: 12px;
	vertical-align: top;
}
hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 20px; height: 0; }
strong { color: inherit; }

img.banner { 
	margin-top: 44px !important;
	margin-bottom: 0px;
}
img.bannerBlog {
	margin-top: 44px;
	margin-bottom: 40px;
}

#content ul { 
	list-style: disc outside; 
	margin-left: 30px;
	margin-bottom: 22px;
}
#content ul li {
	margin-bottom: 5px;
}
#pricing ul, #feature-list ul, .column-pricing ul {
	list-style: none;
	margin: 0 !important;
}
#pricing ul li, #feature-list ul li, .column-pricing ul li {
	margin-bottom: 0px !important;
	color: #666666;
}
#content ol {
	margin-bottom: 22px;
}
#content .large-notice ol {
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 7px;
}
#content .large-notice li {
	margin-bottom: 10px;
}
#content ol li {
	margin-bottom: 5px;
}
.post.page {
    margin-top: 35px;
}
#content {
	margin-top: 35px;
}
.column h3 {
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 5px;
	font-size: 16px;
}
.column h3 a {
	color: #490050;
}
.column h3 a:hover {
	color: #888;
}
.info-box h4 {
	padding-bottom: 3px;
}
#home h4 {
	font-size: 20px;
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 12px 0;
	margin: 0 0 20px 0;
}
#home #quotes h4 {
	border-bottom: none;
	padding-bottom: 8px;
	margin: 0;
}
.endorse {
	margin-left: 10px;
	padding-top: 30px;
	color: #999999;
	margin-bottom: -15px;
}
.video {
	border: solid 1px #dddddd;
	text-align: center;
	padding: 0px;
	width: 300px;
	margin-bottom: 20px;
}
#header {
	background: url('images/bg-header.jpg');
	background-repeat: repeat-x;
	height: 100px;
}
.feature h4 {
	line-height: 23px;
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.feature-circle.gray {background: #444444;}

.info-box {
	background-color: #762d7d;
	background-image: linear-gradient(bottom, #762d7d 0%, #4d195d 100%); background-image: -o-linear-gradient(bottom, #762d7d 0%, #4d195d 100%);
	background-image: -moz-linear-gradient(bottom, #762d7d 0%, #4d195d 100%);
	background-image: -webkit-linear-gradient(bottom, #762d7d 0%, #4d195d 100%);
	background-image: -ms-linear-gradient(bottom, #762d7d 0%, #4d195d 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #4d195d;
	padding: 18px 25px 0px 25px;
	margin: 20px 0 5px 0;
	color: #ffffff;
	height: 174px;
}

.info-box p {margin: 0;}
.info-box h4 {
	color: #ffffff;
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-size: 23px;
}

.info-box2 {
	background: #ffffff;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 25px;
	margin: 10px 0 5px 0;
	font-size: 15px;
	line-height: 24px;
	color: #A0A0A0;
	font-family: "droid-serif",serif;
	font-style: normal;
	font-weight: 400;
}

#filters {
	margin-bottom: 20px;
}



.post {margin: 0; /*overflow: hidden;*/}
.post-meta {
	padding: 15px 0 25px 0;
	border-top: 1px solid #e7e7e7;
}
.post-meta a, .post-meta a:visited {color: #690d72;}
.post-meta a:hover {color: #888 !important;}
.post-title h2 a {
	padding-left: 0px;
	margin: 0;
	font-size: 24px;
}
.post-title h2 {
	margin-bottom: 15px;
}
.post-desc {
	padding: 0;
	border-top: none;
	border-bottom: none;
	padding-bottom: 15px;
}
.post-date {
	color: #888;
	border-top: none;
	padding: 0;
	text-align: left;
	padding-bottom: 25px;
}
.post-author {
	
}
.post-entry {
	margin-bottom: 20px;
	display: inline;
	background: none;
	padding-right: 13px;
}

.post-img {
	padding-bottom: 20px;
}
.wp-post-image {
	border: 1px solid #DEDEDE;
    padding: 3px;
	margin-top: 44px;
}
.post-thumb {
	float: left;
}
.post-thumb .wp-post-image {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.post-meta {
	clear: both;
	line-height: 18px;
}
#dpsp-content-bottom {
  	margin-top: 30px;
	margin-bottom: 15px;
}
h3#reply-title {
	font-size: 18px;
	line-height: 24px;
	color: #444444;
}
.pagination {
	padding-top: 45px;
}
.blog-sidebar, .sidebar {margin: 37px 0 0 0;}

.widget {
	
	line-height: 20px;
}
.widget li.current_page_item a, .widget li.current_page_item a:hover  {
	color: #690d72;
}
/* Search */
.searchbar {
	margin-top: 3px;
	float: right;
	width: 200px;
	height: 11px;
	background-color: #868686;
	margin-bottom: 27px;
	padding: 0px 3px 14px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.searchbar #s {
	margin: 0;
	width: 170px;
	background-color: #868686;
	color: #f1f1f1;
	border: none;
	font-size: 11px;
	margin-bottom: 3px;
	height: 14px;
	float: left;
	margin-top:3px;
}
.searchbar #sb {
	float: right;
    padding-top: 5px;
	padding-right: 5px;
}

.search:focus {border: 1px solid #ddd;}


.widget li.current_page_item {
	background: url(images/link_list_arrow_03.png) no-repeat left 12px;
}
.widget li ul {
	padding-bottom: 7px;
	padding-top: 3px;
}
.widget li ul li {
	border-bottom: none;
	padding: 6px 0px 0px 0px;
	padding-left: 12px;
	background: url(images/link_list_arrow_02.png) no-repeat left 10px;
}
.widget li.current_page_item ul li a {
	color: #888;
}
.widget li.current_page_item ul li a:hover, .widget li.current-cat a, .widget li.current-cat a:hover {
	color: #690d72;
}
#quotes {
	margin-top: 4px;
}
#quotes h4 {
	margin-bottom: 10px;
}
.testimonials {
	margin-left: 1px;
	font-size: 15px;
	line-height: 24px;
	color: #A0A0A0;
	font-family: "droid-serif",serif;
	font-style: normal;
	font-weight: 400;
}

.testimonials_bg {
	width: 200px;
}
.testimonials_author {
	color:#444444;
	float: left;
	display: block;
	margin-top: -10px;
	margin-bottom: 20px;
}
.mr-rotato-next {
	right: 9px;
	top: 63px;
}
.mr-rotato-prev {
	height: 21px;
	width: 21px;
	background: url(images/pagination_prev.png) no-repeat 50% 50%;
	background-color: #606060;
	display: block;
	position: absolute;
	right: 32px;
	top: 63px;
}
/* #Forms
================================================== */
#contact .infusion-form {
	margin-right: 10px;
	background: #fcfcfc;
	border: 1px solid #e4e4e4;
	padding: 20px 35px 30px 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 35px;
	margin-top: 0px;
}
#contact .infusion-field .infusion-field-input-container, .infusion-field textarea {
	border: 1px solid #d8d8d8;
	padding: 10px;
	outline: none;
	font: 12px Arial, sans-serif;
	color: #888;
	margin: 0;
	display: block;
	margin-bottom: 20px;
	background: #fff;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 360px;
	}
.contactOne, .contactTwo {
	float: left;
	width: 280px;
}
.contactOne {
	margin-right: 20px;
}
.contactThree p {
	
}
#request .infusion-form {
	background: #fcfcfc;
	border: 1px solid #e4e4e4;
	padding: 25px 20px 30px 32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 35px;
	margin-right: 0px;
	margin-top: 37px;
}
#request .infusion-field .infusion-field-input-container, .infusion-field textarea {
	border: 1px solid #d8d8d8;
	padding: 10px;
	outline: none;
	font: 12px Arial, sans-serif;
	color: #888;
	margin: 0;
	display: block;
	margin-bottom: 20px;
	background: #fff;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 250px;
}
#request .promo .infusion-form {
	margin-right: 10px;
	background: #fcfcfc;
	border: 1px solid #e4e4e4;
	padding: 20px 35px 30px 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 35px;
	margin-top: 25px;
	width: 550px;
}
#request .promo .infusion-field .infusion-field-input-container, .promo .infusion-field textarea {
	border: 1px solid #d8d8d8;
	padding: 10px;
	outline: none;
	font: 12px Arial, sans-serif;
	color: #888;
	margin: 0;
	display: block;
	margin-bottom: 20px;
	background: #fff;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:230px;
	}

	
select {
	padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #c8c8c8;
	color: #606060; 
	}
textarea {
	min-height: 60px; }
.infusion-field label,
.infusion-field legend {
	display: block;
	font-weight: bold;
	font-size: 12px; 
	font-weight: normal;
	margin-bottom: 5px;}
select {
	width: 274px !important;
	 }
.promo select {
	width: 250px !important;
}
textarea {
	height: 140px !important;
}
input[type="checkbox"] {
	display: block;
	width:20px !important;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 2px;
	margin-right: 5px;
	}
label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444; }
.required {
	color: #790000;
	font-size: 14px;
}
label {
	line-height: 18px;
}
#slider {
	border-bottom: none;
}
.button {

	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	margin: 0 5px 5px 0;
	line-height: 17px;
	*float: left;
	-webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, .3);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .3);
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.button img {
	float: left;
	margin-top: 3px;
	margin-right: 7px;
}

.acc-trigger a {
	color: #888 !important;
}
.acc-trigger a:hover {color: #444; }
.acc-trigger.active {
	background-color: #762d7d;
	background-image: linear-gradient(bottom, #762d7d 0%, #4d195d 100%); 
	background-image: -o-linear-gradient(bottom, #762d7d 0%, #4d195d 100%);
	background-image: -moz-linear-gradient(bottom, #762d7d 0%, #4d195d 100%);
	background-image: -webkit-linear-gradient(bottom, #762d7d 0%, #4d195d 100%);
	background-image: -ms-linear-gradient(bottom, #762d7d 0%, #4d195d 100%);
	border: 1px solid #762d7d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
}
.acc-trigger.active a {
	background: url(images/accordion_minus_ico2.png) no-repeat right;
	color: #ffffff !important;
	cursor: pointer;
}
.arrow_list  li {background: url(images/list_icons/list_arrow.png) no-repeat 0% 50%; padding: 0 0 0 10px;}

.check_list li, .plus_list li, .minus_list li, .star_list li, .arrow_list li, .square_list li, .circle_list li, .cross_list li {list-style: none;margin: 0;}



table{
	width:100%;
	border-radius:3px;
	border-collapse:separate;
	border-spacing:0;
	border:none;
	margin-bottom:25px;
	margin-top: 10px;
}
table.tableShare {
	border-top: 1px solid #dddddd;
}
table.tableShare ul {
	margin-left: 15px !important;
	margin-bottom: 0px !important;
	margin-top: 10px;
}
table th {
	border: 1px solid #dddddd;
	border-right: none;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F7F7F7;
	text-align:left;
	padding:10px 10px;
	color:#444;
	vertical-align:top;
	font-size: 14px;
	font-weight: bold;
}
td.shaded a {
	color: #444444;
}

td.shaded {
	border-right: none;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F7F7F7;
	text-align:left;
	padding:10px 10px;
	color:#444;
	vertical-align:top;
	font-size: 13px;
	font-weight: bold;
}
table.tableShare td {
	line-height: 18px;
	vertical-align: top;
}
.large-notice {
	background: #fcfcfc;
	border: 1px solid #e4e4e4;
	padding: 35px 35px 30px 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 26px;
	margin-bottom: 35px;
}
.medium-notice {
	background: #fcfcfc;
	border: 1px solid #e4e4e4;
	padding: 35px 35px 30px 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 26px;
	margin-bottom: 35px;
}
.medium-notice p {
	font-size: 12px;
}
.medium-notice h3 {
	margin-top: 0px;
	font-size: 22px;
	margin-bottom: 6px;
	margin-bottom: 10px;
}
.medium-notice h3 a:hover, .medium-notice a:hover, #content a:hover {
	color: #888;
}
.medium-notice h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 20px;
	color: #888888;
	font-weight: normal;
	font-family: Arial, Helvetica, sans serif;
	
}
.medium-notice img {
	margin-top: 4px;
}

.small-notice {
	background: #fcfcfc;
	border: 1px solid #e4e4e4;
	padding: 25px 35px 25px 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 26px;
	margin-bottom: 35px;
	line-height: 16px !important;
}
.small-notice a {
	line-height: 18px !important;
}
.small-notice h3 {
	margin-top: 0px;
	font-size: 22px;
	margin-bottom: 6px;
	margin-bottom: 10px;
}
.small-notice h3 a:hover, .small-notice a:hover, #content a:hover {
	color: #888;
}

.small-notice img  {
	margin-top: 4px;
	margin-bottom: 6px;
}


.container .eight.columns { width: 450px; }
.container .offset-by-one { padding-left: 29px;  }
	
.category-sticky{border-top:none;border-bottom:none;}
	
	
#footer {
	padding: 0 0 50px 0;
}
#footer h5 {
	margin: 0 0 10px 0;
}
#footer .widget li a {
	color: #A4A4A4
}

#footer .widget {
	margin:0px;
}
#footer ul {
	margin-top: -5px;
}
#footer .textwidget a {
	color: #a4a4a4;
}


/* Home */
#home .column h3 {
	margin-top: 0px;
}
#home .column {
	margin-bottom: 0px;
}
#home .alignnone {
	margin-top: 20px;
	margin-bottom: -12px;
	}
#home .alignleft {
	margin-top: 4px;
	}
#home p img {
	margin-bottom: 0;
}
#home .feature {
	margin-top: 15px;
	padding-bottom: 10px;
}
#home .feature h4 a {
	color: #444;
} 
#home .feature h4 a:hover {
	color: #888;
}

.slider_description h2 {
	font-family: "droid-serif",serif;
	font-style: normal;
	font-weight: 400;
	font-size: 35px;
	color: #444444;
	line-height: 38px; 
	border-bottom: none;
	margin-bottom: 5px;
	width: 450px;
}
.slider_description {
	font-size: 14px;
	margin-top: 50px;
	width: 400px;
	color: #777777;
}

#featureHomeContainer {
	width: 100%;
	background: url('images/bg-feature.jpg');
	background-repeat: repeat-x;
	height: 159px;
}
#featureHome {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	padding-top: 30px;
}
#feature1, #feature2, #feature3 {
	float: left;
	width: 300px;
}
#feature1, #feature2 {
	margin-right: 30px;
}
#featureHome .featureImg {
	float: left;
	margin-right: 14px;
	width: 41px;
	margin-top: 7px;
}
#featureHome .featureText {
	float: left;
	width: 245px;
}
#featureHome .featureText p {
	line-height: 18px;
}
#featureHome h4 a {
	color: #ffffff;
	line-height: 22px;
}
#featureHome h4 a:hover {
	color: #e1e1e1;
}
#home .info-box {
	background-color: #762d7d;
	background-image: linear-gradient(bottom, #762d7d 0%, #4d195d 100%); background-image: -o-linear-gradient(bottom, #762d7d 0%, #4d195d 100%);
	background-image: -moz-linear-gradient(bottom, #762d7d 0%, #4d195d 100%);
	background-image: -webkit-linear-gradient(bottom, #762d7d 0%, #4d195d 100%);
	background-image: -ms-linear-gradient(bottom, #762d7d 0%, #4d195d 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #4d195d;
	color: #ffffff;
	height: 67px;
	padding: 15px 35px 5px 35px;
	margin: 0;
	margin-top: 20px;
}
#home .info-content {
	width: 740px;
}
#home .info-box .button {
	margin-top: 12px;
}
#home #phone {
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	float: right;
	margin-top: 13px;
}
#home .info-content p {
	font-weight: normal;
	font-size: 16px;
	float: left;
	margin-top: 20px;
	color: #ffffff;
}


/* Sub */
.widget .info-box {
	padding-bottom: 20px;
	margin-top: 45px;
}
.widget .info-box #phone {
	font-weight: bold;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 5px;
	color: #ffffff !important;
}
.widget .info-box #button {
	margin-bottom: 5px;
	display: inline-block;
}
.widget .info-box .button {

}
.widget .info-box .button img {
	float: left;
}
.intro, .blogintro p, .intro p {
	font-size: 15px;
	line-height: 24px;
	padding-top: 3px;
	color: #A0A0A0;
	padding-bottom: 20px;
	font-family: "droid-serif",serif;
	font-style: normal;
	font-weight: 400;
}
.intro strong,  .blogintro p strong {
	color: #949494;
}
.blogintro p {
	margin-top: 35px;
	padding-bottom: 20px;
}
.one-third p {
	line-height: 19px;
}  


/* Contact Page */
h2.contactHeader {
	display: block;
	border-bottom: 0px;
	padding: 0 0 8px 0;
	margin: 0;
	font-size: 22px
}
.address {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding-top: 22px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.address .intro {
	padding-bottom: 25px;

}
.requestLeft {
	float: left;
	width: 50%;
}
.requestRight {
	float: right;
	width: 48%;
}

/* Pagination */
/* ----------------------------------------- */
.paginationShow {
	display: none;
}
.paginationNumBlock {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
}
.paginationNum a {
		font-family: "myriad-pro",sans-serif;
font-style: normal;
font-weight: 600;
	font-size: 17px;
	color: #ffffff !important;
	background-color: #999999;
	padding: 3px 10px 3px 10px;	
	margin-left: 5px;
	 border-radius: 3px 3px 3px 3px;
    transition: all 0.2s ease-in-out 0s;
}
.paginationNum a:hover, .paginationNum .current {
		font-family: "myriad-pro",sans-serif;
font-style: normal;
font-weight: 600;
	font-size: 17px;
	color: #ffffff;
	background-color: #490050;
	padding: 3px 10px 3px 10px;	
	margin-left: 5px;
 border-radius: 3px 3px 3px 3px;
    transition: all 0.2s ease-in-out 0s;
}


/* Main Navigation
==========================*/
.selectnav {display: none; cursor: pointer; width: 100%; padding: 8px; height: 37px; float: left; font-size: 14px;}
#navigation {
	float: right;
	margin-top: 6px;
}
#navigation ul, #navigation li {list-style:none; padding:0; margin:0; display:inline; }
#navigation ul li{float:left; position:relative;}

#navigation ul li a { 
	font-family: "myriad-pro-condensed",sans-serif;
	font-weight: 700;
	display: inline-block;
	color: #888888;
	padding: 0px 10px 18px 10px;
	margin-left: 12px;
	text-decoration: none;
	font-size: 16px;
	border-bottom: 3px solid transparent;
	text-transform: uppercase;
}

#navigation ul li a:hover, #navigation ul li.current_menu_item a, #navigation ul li.current_menu_parent a, #navigation ul li.current_menu_ancestor a {
	border-bottom: 3px solid #702878;
}
#navigation ul li.current_menu_parent a, #navigation ul li.current_menu_ancestor a {
	color: #444;
}
#navigation ul ul {
	opacity: 0; 
	margin: -3px 0 0 5px;
	filter: alpha(opacity=0); 
	position: absolute;
	display:none;
	background: #fff;
	border: 1px solid #dddddd;
	border-top: 3px solid #702878;
	z-index: 999;
}

#navigation ul ul li a:hover, #navigation ul li.current_menu_item ul a, #navigation ul li.current_menu_parent ul a, #navigation ul li.current_menu_ancestor ul a {
	border-bottom: 1px solid #ddd;
}
#navigation ul li.current_menu_item ul a, #navigation ul li.current_menu_parent ul a, #navigation ul li.current_menu_ancestor ul a {
	color: #888;
}
#navigation ul ul li a {
	padding: 8px 0;
	display: block;
	width: 150px;
	margin: 0 16px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid transparent;
	font-family: Arial, helvetica, sans-serif;
	text-transform: none;
	line-height: 16px;
}

#navigation ul ul ul { 
	position:absolute; 
	top:-99999px; 
	left:100%; 
	opacity: 0;
	margin: -3px 0 0 0;
	border: 1px solid #dddddd !important;
	border-top: 3px solid #702878 !important;
	z-index: 999;
}

#navigation ul ul ul li a { 
	border-bottom: 1px solid #dddddd !important;
	border-top: 1px solid transparent;
}

#navigation ul ul li:last-child a, #navigation ul ul li:last-child a:hover {border-bottom: 1px solid transparent}
#navigation ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
#navigation ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:7px;}
#navigation ul li.menu-item-819:hover>ul{ opacity: 1; position:absolute; top:99%; left:5px;}
#navigation ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #fff; border: 0; }
#navigation ul ul li.menu-item-820:hover>ul{ position:absolute; top:0; left:-180px; opacity: 1; z-index:497; background: #fff; border: 0; width: 180px; }
#navigation ul li:hover > a, #navigation ul li.current_page_item > a {color: #444;}
#navigation ul ul li:hover > a {border-top: 1px solid transparent; color: #444;}

/*#navigation > ul > li.current_page_parent > a, */
#navigation  ul > li.current-menu-ancestor > a, 
#navigation > div > ul > li.current-menu-item > a, 
/* #navigation > ul > li.current-menu-item > a,*/
#current {color: #444 !important; border-bottom: 3px solid #702878 !important;}

#navigation  ul > li.current-menu-ancestor li.current-menu-ancestor > a {
 
	font-weight: normal;
}
#navigation ul ul > li.current-menu-ancestor > a, #navigation > div > ul ul > li.current-menu-item > a, #navigation ul ul > li.current-menu-ancestor li.current-menu-ancestor > a {
    font-weight: normal !important;
	border-bottom: 1px solid #dddddd !important;
}
#navigation ul > li.current-menu-ancestor li.current-menu-ancestor > a {
  border-bottom: 1px solid #dddddd !important;
    font-weight: normal;
}


/* Free Consultation Promo */


.promo {
	font-size: 13px;
	color: #666666;
	line-height: 19px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	margin-top: 0px;
}
.promo img {
	padding: 0;
	border: 0;
}
#promoLogo {
	 width: 1008px;
	 margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
.promo td {
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
.promo h1 {
	display: none;
}
.promo .subheader {
	line-height: 20px;
	margin-bottom: 40px;
	font-weight: normal;
	border-bottom: 0px;
	font-size: 15px;
	font-family: "droid-serif",serif;
	font-style: normal;
	font-weight: 400;
}
.promo .subheader ul {
	list-style-type: none;
 	padding: 0px;
	margin: 0px;
	margin-left: 0px !important;
}
.promo .subheader li {
	list-style-type: none;
	background-image: url(/wp-content/uploads/checkmark.png);
 	background-repeat: no-repeat;
 	background-position: 0px 2px; 
	padding-left: 25px; 
	margin-bottom: 10px !important;

}
.promo h2 {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.promo .promobutton, .promo #request-consultation-form-modal {
	color: #ffffff !important;
	background-color: #f8a202 !important;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2) !important;
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2) !important;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2) !important;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-khtml-border-radius: 8px !important;
	font-size: 28px !important;
	border: none !important;
	line-height: 14px !important;
	text-decoration: none !important;
	display: inline-block !important;
	text-align: center !important;
	padding: 15px 0px 17px 0px !important;
	text-transform: uppercase !important;
	margin-top: 15px !important;
	margin-bottom: 24px !important;
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
	width: 283px !important;
	font-weight: 300 !important;
}
.promo hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
.promo sup {
	font-size: 11px;
}
.promo h2 sup {
	font-size: 14px;
}
.promo #graybox {
	padding: 20px 20px 10px 20px;
	background-color: #f3efe8;
	margin-bottom: 40px;
	margin-top: 30px;
	font-size: 12px;
}
.promo .gray {
	color: #999999;
	font-size: 11px;
}
.promo .intro {
	font-size: 17px;
	line-height: 24px;
}
.promo .intro li {
	margin-bottom: 20px;
}
.promo #callout {
	float: right;
	width: 283px;
	background-color: #4c4c4e;
	color: #cccccc;
	margin-left: 100px;
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
.promo #callout #callouttext {
	padding: 12px 22px 22px 22px;
}
.promo #callout #callouttext a {
	font-size: 12px;
	color: #ffffff;
}
.promo #callout #callouttext a:hover {
	font-size: 12px;
	color: #cccccc;
}
.promo .button.medium {
	padding: 15px;
	font-size: 18px;
}
.promo #callout #callouttext ul {
	margin-top: 10px;
	margin-bottom: 30px;
}
.promo #callout h3 {
	color: #ffffff;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	border-top: solid 1px #666666;
	padding-top: 30px;
}
.promo p, #promoModal p {
	margin-bottom: 20px;
}
.promo ul, #promoModal ul {
	margin-left: 20px;
	list-style-type: disc;
	padding-left: 5px;
	margin-bottom: 20px;
}

#promoModal {
	padding: 20px 20px 20px 15px;
	font-size: 12px;
	line-height: 16px;
}
#promoModal h1 {
	color: #420048;
	font-size: 33px;
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	margin-bottom: 12px;
	margin-top: 0px;
	font-weight: 300;
}
#promoModal h3 {
	color: #333333;
	font-size: 20px;
	margin-bottom: 25px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 400;
}

#gform_wrapper_12 {
	background-color: #ffffff;
}
.promo .gform_wrapper .gform_footer input {
    margin-left: 0 !important;
}

.promo .ginput_container, .promo .ginput_right, .promo .ginput_left, .promo textarea {
    background: none !important;
}
.promo .ginput_right, .promo .ginput_left {
   float: none !important;
}
.promo .ginput_container input, .promo .ginput_container select {
   border: solid 1px #cccccc !important;
   width: 400px !important;
   height: 30px !important;
   color: #333333 !important;
   margin-left: 0px !important;
   padding: 0px !important;
   padding-left: 5px !important;
	background-color: #f3efe8 !important;
	font-family: Trebuchet, Arial, sans serif !important;
}
.promo .ginput_container select {
   width: 410px !important;
}
.promo .ginput_complex label {
    float:left !important;
}
.promo .ginput_container textarea {
   border: solid 1px #cccccc !important;
   width: 400px !important;
   height: 100px !important;
   color: #333333 !important;
   margin-left: 0px !important;
   padding: 5px !important;
   font-family: Trebuchet, Arial, sans serif !important;
   background-color: #f3efe8 !important;
   margin-top: 5px !important;
   font-size: 12px !important;
}
.promo ul.gform_fields {
    margin-top: 20px !important;
	margin-left: -5px !important;
}
.promo .validation_message, .promo .validation_error {
	color: red;
}

/* HR Help Promo */
.promo .hrtop {
	height: 355px; 
	border-bottom: solid 1px #cccccc;
}
.promo .hrtopText {
	padding-top: 20px;
	font-size: 15px;
	padding-top: 3px;
	color: #A0A0A0;
	padding-bottom: 20px;
	font-family: "droid-serif",serif;
	font-style: normal;
	font-weight: 400;
	line-height: 24px !important;
}
.promo .hrtopText p {
	line-height: 24px !important;
}
.promo .hrtopText .button {
	margin-top: 10px;
}
.promobutton2 {
	color: #ffffff !important;
	background-color: #f8a202 !important;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2) !important;
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2) !important;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2) !important;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-khtml-border-radius: 8px !important;
	font-size: 28px !important;
	border: none !important;
	line-height: 14px !important;
	text-decoration: none !important;
	display: inline-block !important;
	text-align: center !important;
	padding: 13px 0px 15px 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
	width: 180px !important;
}
.promo h3 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}
.promo h4 {
	color: #666666;
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 15px;
	clear: both;
}
h4 a {

}
.promo ul.hrlist {
	padding: 0px !important;
	margin: 0px !important;

}
.promo ul.hrlist li {
	list-style-type: none;
	background-image: url(/wp-content/uploads/checkmark.png);
 	background-repeat: no-repeat;
 	background-position: 0px 2px; 
	padding-left: 25px; 
	margin-bottom: 10px !important;
}
.promo .hr h2, #promoLogo h2 {
	color: #333333;
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	line-height: 29px;
}
#promoLogo h2 {
	color: #333333;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	line-height: 29px;
}
.promo .hr td {
	font-size: 14px;
	color: #666666;
	line-height: 19px;
}
.promo .hr #graybox td {
	font-size: 12px;
	line-height: 16px;
}
.promo .hr #graybox {
	padding: 10px 20px 10px 20px;
	background-color: #f3efe8;
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 12px;
}
.promo .hr #graybox2 {
	padding: 0px;
	background-color: #ffffff;
	margin-bottom: 50px;
	margin-top: 20px;
	font-size: 12px;

}
#graybox2 td {
	font-size: 12px;
}
#graybox2 ul {
	margin-top: 10px;
}
#graybox3 {
	margin-bottom:40px;
}

#promoLogo #headerslider-wrap {
	margin-top: 0px;
	margin-right: 0px;
	border: none;
}
#promoLogo #headerslider-wrap li {
    height:95px;
}

/* Free Consultation Promo 2 */
.promo2 {
	
}
.promo2 .leftCol {
	width: 640px;
	float: left;
}
.promo2 .rightCol {
	width: 280px;
	margin-left: 10px;
	float: right;
}
.promo2 .subheader {
	line-height: 20px;
	margin-bottom: 40px;
	font-weight: normal;
	border-bottom: 0px;
	font-size: 15px;
	font-family: "droid-serif",serif;
	font-style: normal;
	font-weight: 400;
}
.promo2 .subheader ul {
	list-style-type: none;
 	padding: 0px;
	margin: 0px;
	margin-left: 0px !important;
}
.promo2 .subheader li {
	list-style-type: none;
	background-image: url(/wp-content/uploads/checkmark.png);
 	background-repeat: no-repeat;
 	background-position: 0px 2px; 
	padding-left: 25px; 
	margin-bottom: 10px !important;

}
.promoSubhead {
	line-height: 15px !important;
}
.promo2 .info-box {
	height: auto;
	padding-bottom: 5px;
	margin-top: 5px;
	font-size: 15px;
}
.promo2 .info-box p {
	line-height: 25px;
	padding-top: 10px;
}
.promo2 .info-box i {
	padding-right: 4px;
	width: 20px;
	text-align: center;
}
.promo2 .info-box h3 {
	border-bottom: medium none;
    color: #FFFFFF;
    font-size: 23px;
    margin-bottom: 0px;
    padding-bottom: 0;
}
.promo2 .small-notice {
    line-height: 20px !important;
   	padding: 22px 25px;
}

.promo2 .small-notice img {
    margin-bottom: 0px;
}

.promo2 #graybox {
  padding: 20px 20px 10px 20px;
	background-color: #f3efe8;
	margin-bottom: 40px;
	margin-top: 30px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/**************************************************************************************/


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.slider_description h2 b {display: none;}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.slider_description {display: none;}
	#navigation{float: none;}
	.js #navigation { display: none; }
	.js .selectnav { display: block; margin-top: 10px; margin-bottom: 10px;}
	#backtotop a {display: none;}
	.social-links {margin: -5px 0 20px 0; float: left;}
	.info-box a {margin: 15px 0 0 0;}
	.info-box p {margin: 10px 0 0 0;}
	.post-content {margin: 0 !important;}
	.post-title h2 a {padding:0;}
	.post-date {text-align: left;}
	.blog-sidebar {display: block;}
	.project .flexslider {margin-bottom: 20px;}
	.mr-rotato-prev, .mr-rotato-next, .mr-rotato-disabled {margin-right: -10px;}
	.searchbar { display: none; }
	#page-title { margin-top: 50px; }
	#slider {margin-top: 50px; }
	#featureHome {
	width: 767px;
}
#feature1, #feature2, #feature3 {
	float: right;
	width: 249px;
}
#feature1, #feature2 {
	margin-right: 10px;
}
#featureHome .featureImg {
	margin-right: 8px;
}
#featureHome .featureText {
	float: left;
	width: 200px;
	line-height: 16px;
}
#featureHome h4 a {
	font-size: 15px;
}
#home .info-box {
	background-color: #762d7d;
	background-image: linear-gradient(bottom, #762d7d 0%, #4d195d 100%); background-image: -o-linear-gradient(bottom, #762d7d 0%, #4d195d 100%);
	background-image: -moz-linear-gradient(bottom, #762d7d 0%, #4d195d 100%);
	background-image: -webkit-linear-gradient(bottom, #762d7d 0%, #4d195d 100%);
	background-image: -ms-linear-gradient(bottom, #762d7d 0%, #4d195d 100%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #4d195d;
	color: #ffffff;
	height: 67px;
	padding: 15px 25px 5px 25px;
	margin: 0;
}
#home .info-content {
	width: 740px;
}
#home .info-box .button {
	margin-top: 12px;
}
#home #phone {
	font-family: "myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	float: right;
	margin-top: 13px;
}
#home .info-content p {
	font-weight: normal;
	font-size: 16px;
	float: left;
	margin-top: 20px;
	color: #ffffff;
}
#featureHomeContainer {
	display: none;
}
#home .info-box {
	position: relative;
	height: 120px;
}
#home .info-content {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 260px;
}
#home .info-content p {
	font-size: 14px;
	margin-top: 0px;
}
#home #phone {
	font-size: 20px;
	position: absolute;
	left: 0px;
	top: 50px;
}
#home .info-box .button {
	position: absolute;
	top: 70px;
	right: 20px;
}
.mr-rotato-next {
	top: 630px;
}

.mr-rotato-prev {
	top: 630px;
}
.requestLeft {
	float: none !important;
	width: 100%;
}
.requestRight {
	float: none !important;
	width: 100%;
}
#request .infusion-field .infusion-field-input-container, .infusion-field textarea {
	width: 200px;
}
#footer-bottom .container .eight.columns { width: 300px; }
}
/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 959px) {
#navigation ul li a { 
	font-size: 14px !important;
	padding: 0px 8px 18px 8px;
	margin-left: 10px;
}
#navigation ul li:hover>ul{ top:100%; left:5px;}
#featureHome {
	padding-top: 20px;
}
#featureHome {
	width: 768px;
}
#feature1, #feature2, #feature3 {
	float: right;
	width: 249px;
}
#feature1, #feature2 {
	margin-right: 10px;
}
#featureHome .featureImg {
	margin-right: 8px;
}
#featureHome .featureText {
	float: left;
	width: 200px;
	line-height: 16px;
}
#featureHome h4 a {
	font-size: 15px;
}
.searchbar #s {
	width: 170px;
}
#home .info-content {
	width: 565px;
}
#home .info-box {
	padding: 15px 25px 5px 25px;
}
#home .info-content p {
	font-size: 12px;
	margin-top: 23px;
}
#home #phone {
	font-size: 19px;
	padding-top: 6px;
}
#home #phone a {
	color: #ffffff !important;
}
.video {
	width: 205px;
}
.slider_description h2 {
	font-size: 25px;
	line-height: 31px; 
	width: 300px;
}
.slider_description {
	font-size: 12px;
	margin-top: 40px;
	width: 300px;
}
.column h3 {
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 5px;
	font-size: 14px;
}
p {
	line-height: 18px;
}
.acc-trigger a {
	padding-right: 30px;
}
#request .infusion-field .infusion-field-input-container, .infusion-field textarea {
	width: 300px;
}
#request select {
	width: 320px;
}
#contact .eight {
	width: 100px;
}
#text-2 {
	display: none;
}
.info-box2 {
	font-size: 13px;
	line-height: 20px;
}
.promo .hrtopText p {
	font-size: 12px !important;
	line-height: 19px !important;
}
.promo h4 {
	font-size: 18px;
}
.info-box h4 {
	
}
.widget .info-box {
	padding: 20px;
}
#request .infusion-field .infusion-field-input-container, .infusion-field textarea {
	width: 190px;
}
#request select {
	width: 210px !important;
}
input[type="checkbox"] {
	margin-bottom: 20px;
}
	}
	
	