/*
Theme Name: CalPI.US
Theme URI: http://thewebspecialists.org/
Author: M
Description: CalPI.US
Version: 3
*/
/**
 * Reset
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap'); 
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a:focus,
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}
/**
 * Typography
 */
 


body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:300;
	line-height:1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom:15px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	line-height:1.2;
}
h1 { 
	font-size:42px;
	font-size:4.2rem;
}
h2 { 
	font-size:32px;
	font-size:3.2rem;
}
h3 { 
	font-size:24px;
	font-size:2.4rem;
}
h4 { 
	font-size:18px;
	font-size:1.8rem;
}
p {
	margin-bottom:18px;
}
b,
strong {
	font-weight: 700;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}
.hreview blockquote {
	border-left: 0;
}
blockquote p {
	margin-bottom: 1.6667em;
}
blockquote > p:last-child {
	margin-bottom: 0;
}
blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
address {
	font-style: italic;
	margin: 0 0 1.6em;
}
code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}
mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
/**
 * Elements
 */
hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}
section ul,
section ol {
	margin: 0 0 1.6em 1.3333em;
}
section ul {
	list-style: disc;
}
section ol {
	list-style: decimal;
}
section ul li {
	margin-bottom:10px;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
dl {
	margin-bottom: 1.6em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.6em;
}
table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	 /*table-layout: fixed; Prevents HTML tables from becoming too wide */
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {
	border-width: 0 1px 1px 0;
}
th, td {
	padding: 0.4em;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
del {
	opacity: 0.8;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #888;
}
:-moz-placeholder {
	color: #888;
}
::-moz-placeholder {
	color: #888;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: #888;
}
/**
 * Forms
 */
button,
input,
select,
textarea {
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button,
input {
	line-height: normal;
}
input,
textarea,
select {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;
	margin-bottom:5px;
}

input:focus,
textarea:focus,
select:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #000;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	margin-top:10px;
	padding:10px 30px;
	background:#e5c08c;
	color:#fff;
	text-transform:capitalize;
	border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px;
	font-weight:400;
	font-size:18px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background: #ffa424;
}

input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="date"],
textarea, select {
	padding: 16px 20px;
	width: 100%;
}
option[value=''] {
  color: #F00;
}
select option:first-of-type {
  color: #888;
}
textarea {
	overflow: auto;
	vertical-align: top;
	height:120px;
	line-height:1.5;
}
select {
    -webkit-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="rgba(120,125,133,0.5)" x="0px" y="0px" width="10px" height="10px" viewBox="0 0 386.257 386.257" style="enable-background:new 0 0 386.257 386.257;" xml:space="preserve"><polygon points="0,96.879 193.129,289.379 386.257,96.879 "/></svg>');
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    padding-right: 30px;
	
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus, select:focus {
	outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}



.gform_wrapper .gform_footer {
    padding: 0 0 10px 0 !important;
    margin: 8px 0 0 0 !important;
}

.gform-header {
	padding-top: 10px!important;
	padding-bottom: 10px;
	margin-bottom: 20px !important;
	border-bottom: #ccc 1px dashed;
}

.gform-header h3 {
	margin:0;
	font-weight:600;
}

.gform_wrapper li.gfield {
	margin-bottom:10px;
}

.gform_wrapper li.gfield label {
	margin-bottom:5px;
	font-size:16px !important;
}

.gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0 !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 1.5  !important;
    min-height: auto  !important;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="number"],
.gform_wrapper textarea,
.gform_wrapper select {
	font-size:16px !important;
	padding: 12px 16px !important;
	width: 100%  !important;
	margin:0;
}

.gform_wrapper .ginput_complex input {
	margin-bottom:8px !important;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"], .gform_wrapper ul.gfield_radio li input[type="radio"] {
    width: auto !important;
    margin: 0;
}

.sideform .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom:8px !important;
}

.gform_wrapper .ginput_complex .address_city, .gform_wrapper .ginput_complex .address_state, .gform_wrapper .ginput_complex .address_zip, .gform_wrapper .ginput_complex .address_country {
    width: 33.33% !important;
	margin:0 !important;
}

.gform_wrapper .ginput_complex .address_zip, .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
	margin: 0 !important;
	padding: 0 !important;
}


.sideform .gform_wrapper .ginput_complex .address_city, .sideform .gform_wrapper .ginput_complex .address_state, .sideform .gform_wrapper .ginput_complex .address_zip, .sideform .gform_wrapper .ginput_complex .address_country {
    width: 100% !important;
	margin:0 !important;
}

.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
	margin: 0 10px 0 0 !important;
	padding: 0 0 0 0 !important;
}

.sideform .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
	margin: 0 0 0 0 !important;
	padding: 0 !important;
}

.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
	margin: 0 0 0 0 !important;
	padding: 0 10px 0 0 !important;
}


.sideform .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}

.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
	margin:0 !important;
	padding:0 !important;
}

.gform_wrapper .ginput_container.ginput_container_date {
	position:relative;
}

.gform_wrapper img.ui-datepicker-trigger {
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 3;
	-webkit-transform: translate(50%,-50%);-ms-transform: translate(50%,-50%);transform: translate(50%,-50%);
}

.gform_wrapper li.hidden_label input, body .gform_wrapper .top_label div.ginput_container, body .gform_wrapper ul li.gfield {
    margin-top:0 !important;
}

.sideform .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}


ul.gfield_radio, ul.gfield_checkbox {
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
}

ul.gfield_radio li, ul.gfield_checkbox li {
	white-space: nowrap;
}

ul.gfield_radio li label, ul.gfield_checkbox li label {
	white-space: nowrap  !important;
	margin-right:15px  !important;
	font-size:14px !important;
}

.dblask > label::after{
    content: " **";
    color: #790000;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    padding: 0 5px 0 0 !important;
	width:auto  !important;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
	margin:0 10px 0 5px;
}

.zform_fields {
	margin:0 !important;
	padding:0;
	font-size:0;
}
.zform_box {
	padding:0 0 30px 0;
	margin:0 0 30px 0;
	border-bottom:#ddd 1px dotted;
}
.zform_box_first {
	padding:30px 0 30px 0;
	margin:10px 0 30px 0;
}
.zform_fields li {
	box-sizing: border-box;
	list-style:none;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 700;
	margin:0 0 8px 0 !important;
}
.zform_fields li input, .zform_fields li select, .z_description_below textarea, .z_description_below {
	width:100%;
}
.zform_fields li input[type="checkbox"] {
	width:20px;
}
.z_left_half {
	width: 50%;
	padding-right: 8px;
}
.z_right_half {
	width: 50%;
	padding-left: 8px;
}
.z_right_third {
	paddingt: 0 16px;
}
.z_left_third, .z_right_third, .z_middle_third {
	width: 33.3%;
}
.z_left_third {
	padding-right: 8px;
}
.z_middle_third {
	padding: 0 8px;
}
.z_right_third {
	padding-left: 8px;
}
.z_col4 {
	width:25%;
}
.z_col4_pad1 {
	padding-left:16px;
	padding-right:8px;
}
.z_col4_pad2 {
	padding-right:16px;
	padding-left:8px;
}
.zform_title {
	margin-bottom:20px;
}
.zformside section {
	padding:25px;
	border: 1px solid rgba(0,0,0,0.12);
	background-color:#f5f5f5;
	margin-bottom:25px;
}
input[type="text"].captchafield {
	width:150px;
}
.paypal {
	background:#f7f7f7;
	width:100%;
	text-align:center;
}
.paypal input {
	border:0;
	padding:10px;	
}
/**
 * Links
 */
a, .sideform a {
	color: #e5c08c;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
a:hover,
a:focus, 
.sideform a:hover, 
.sideform a:focus  {
	color: #ffa424;
}
section a {
	color:#c4995e;
}
section a:hover, section a:focus {
	color:#ffa424;
}
a.btn {
	line-height:1;
	-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;
	background:#e5c08c;
	color:#fff;
	text-transform:uppercase;
	padding:15px 30px;
	font-weight:400;
	display:inline-block;
	*display:inline;
	
}
a.btn:hover {
	color:#fff;
	background: #ffa424;
}
a.btn.topmargin {
	margin-top:10px;
}

/**
 * Alignments
 */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
.wp-caption {
	max-width:100%;
}
/**
 * Clear
 */
.clr:before,
.clr:after {
	content: "";
	display: table;
}
.clr:after {
	clear: both;
}
/**
 * Global
 */
body {
	min-width:1280px;
}
.wrapper {
	width:1280px;
	margin:0 auto;
	padding:0 50px;
	
}
.flex {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
}
/**
 *Top
 */

.top {
	padding:40px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+57 */
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 57%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 57%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 57%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.top p {
	margin:0;
	padding:0;
}

.top i {
	font-size:36px;
	line-height:1;
}

.top .icon {
	float:left;
	padding:2px 10px;
}

.top .text {
	float:left;
}

.top .text p {
	line-height:1.2;
}

.mobile {
	display:none;
	visibility:hidden;
}

.desktop {
	display:block;
	visibility:visible;
}	

.logo {
	float:left;
	width:25%;
}

.contacttop {
	float:left;
	width:75%;
	text-align:right;
}

.texttop {
	display:inline-block;
	*display:inline;
	vertical-align:top;
	text-align:left;
	padding:12px 5px 0 0;
	font-size:15px;
}

.phonetop {
	display:inline-block;
	*display:inline;
	vertical-align:top;
	text-align:left;
	padding:0 5px 0 0;
	font-size:15px;
}
 
.freequotebtn {
	display:inline-block;
	*display:inline;
	vertical-align:top;
	padding:0 15px 0 15px;
}

.freequotebtn a.btn {
	padding:15px 20px;
}

/**
 *Nav
 */
nav {
	border-top:  #eee 1px solid;
}
nav ul {
	text-align:center;
}
nav ul li {
	position:relative;
	display:inline-block;
	*display:inline;
	zoom:1;
}
nav ul li a {
	color:#333333;
	display:block;
	padding:18px 10px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:400;
	transition: all 0.5s ease-in-out;
}
nav ul li a:hover {
	background: #ffa424;
	color:#FFFFFF;
}
.topsearch {
	position:relative;
	float:right;
	width:210px;
	margin:6px 0 0 0;
}
nav ul ul {
	background:#eee;
	position:absolute;
	top:100%;
	left:0;
	z-index:100;
	display:none;
}

nav ul ul li {
	text-align:left;
	display:block;
	border-right:0;

}

nav ul ul li a {
	color:#000;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	text-decoration:none;
	padding:12px 20px;
	margin:0;
	width:280px;
	text-transform: inherit;
	background:none;
}

nav ul ul li a:hover {
	color:#fff;
	background:#e5c08c;
}

nav div.navbar-collapse ul li:hover > ul {
	display:block;
}
.menu-item-23 > ul.sub-menu {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	margin:0;
	font-size:0;
	padding:0;
}

/**
 * Header
*/
header {
	background:url(images/headerbg2.jpg) center center no-repeat;
	background-size:cover;
	padding:20px;
	position:relative;
}
header .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #333;
	opacity: 0.2;
	z-index: 1;
}
.tagline {
	position:relative;
	z-index: 2;
	padding:100px 0;
	width:765px;
	margin:0 auto;
	text-align:center;
}
.tagline h1 {
	font-weight: 400;
	font-size: 42px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 30px;
}

header.subheader {
	background:url(images/headerbg2.jpg) center center no-repeat;
	background-size:cover;
	padding:20px;
}
.pagetitle {
	position:relative;
	z-index: 2;
}
.pagetitle h1 {
	color:#f8f8f8;
	margin:0;
	padding:30px 0;
	text-align:center;
}
.single-post .pagetitle h1 {
	color:#f8f8f8;
	margin:0;
	padding:30px 0 10px 0;
	text-align:center;
}
.single-post p.date {
	padding: 0 0  30px 0;
	margin:0;
	color:#fff;
	text-align:center;
	font-size:20px;
}
header.subheader .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #333;
	opacity: 0.7;
	z-index: 1;
}


/**
 * Section
*/
section {
	padding:50px 0;
}
section.sub {
	padding:0 0 50px;
}
.col70left {
	float:left;
	width:70%;
	padding: 0 40px 0 0;
}

.col30right {
	float:right;
	width:30%;
}

.col70right {
	float:right;
	width:70%;
}
.col30left {
	float:left;
	width:30%;
}
.col50left {
	float:left;
	width:50%;
	padding: 0 20px 0 0;
}
.col50right {
	float:right;
	width:50%;
	padding: 0 0 0 20px;
}
.featuredimg {
	text-align:center;
}
.featuredimg img {
	-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;
}
.sideform {
	color:#fff;
	background:#333;
	text-align:center;
	padding:25px;
	-moz-border-radius:6px; -webkir-border-radius:6px; border-radius:6px;
}
.sideform p {
	line-height:1.2;
}
.sideform form {
	text-align:left;
}
.sideform form .sidesubmit {
	text-align:center;
}
.featuredservices {
	background:#f8f8f8;
	text-align:center;
	padding:50px 50px 70px 50px;
}
.featuredservices ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:0;
}
.featuredservices ul li i {
	font-size:80px;
	color: #e5c08c;
	line-height:1;
	margin-bottom:20px;
}
.featuredservices ul li p  {
	font-size:16px;
}
.featuredservices ul li p strong {
	font-size:24px;
}
.featuredservices ul li a {
	color:#333;
}
.featuredservices ul li a:hover {
	color:#ffa424;
}
.featuredservices ul li {
	display:inline-block;
	*display:inline;
	vertical-align:top;
	width:33%;
	padding:20px;
	margin:0;
}
.contactbar {
	background:#333;
	color:#fff;
	text-align:center;
}
.successstories {
	text-align:center;
}
.successstories ul {
	list-style:none;
	margin:0 0 10px 0;
	padding:0;
	font-size:0;
}
.successstories ul li {
	display:inline-block;
	*display:inline;
	vertical-align:top;
	width:48%;
	margin:10px 1%;
	padding:30px;
	text-align:left;
	background:#f8f8f8;
	font-size:16px;
	min-height:380px;
	-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;
}
.textlast {
	text-align:center;
	padding:0 0 50px;
}
.awards {
	background:#f8f8f8;
}
.awardsimg {
	text-align:center;
}
.awardsimg img {
	padding:10px;
}
article {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:#CCC 1px dashed;
}
article p.date {
	margin-bottom:5px;
}
article a {
	color:#333;
}
ul.serviceslist {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.withimg {
	float:left;
	width:50%;
}
.withimg img {
	width:100%;
	min-width:100%;
}
.withimgdesc {
	float:left;
	width:50%;
	padding:0 0 0 20px;
}
/**
 * Footer
*/
footer {
	padding:50px 0;
	background:#000;
	color:#fff;
	font-size:16px;
}
.ftlogo {
	float:left;
	width:33%;
	padding:0 15px;
}
.ftmenu {
	float:left;
	width:33%;
	padding:0 15px;
}
.ftmenu ul {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0;
}
.ftmenu ul li {
	margin-bottom:5px;
}
.ftmenu ul li a {
	color:#fff;
	display:block;
	background:url('images/arrow-sml.png') 0 0 no-repeat;
	padding:0 0 0 25px; 
}
.ftmenu ul li a:hover {
	color:#aa8757;
}
.ftcontactinfo {
	float:left;
	width:33%;
	padding:0 15px;
}
.ftcontactinfo strong {
	color:#aa8757;
}
.copyr {
	font-size:12px;
	padding:20px 10px 0 10px;
}
.disclaimer {
	padding: 20px 0 0 0;
	font-size: 14px;
}

.disclaimer .wrapper {
	border-top: 1px #222 solid;
	padding-top: 20px;
}

.grecaptcha-badge {
	visibility:hidden;
}