@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Cabin:700);
/* SHARED STYLE SHEET - CHANGES MADE HERE AFFECT SEVERAL DOMAINS */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section { display: block; }
audio,
canvas,
video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html,
button,
input,
select,
textarea { font-family: Tahoma, Geneva, sans-serif; }
body { margin: 0; font-size: 1em; line-height: 1.4; color: #fff; }
/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */
#client_categories a,
.clientlinks a { border:none; }
a { color: #C5D7DE; text-decoration: none; /*border-bottom: 1px solid #71AFD5;*/ padding-bottom: 2px; /*font-weight:bold;*/ }
.page a { border-bottom: 1px solid #71AFD5; }
a:visited { color: #B4D5E9; }
a:hover { border-bottom: 1px solid #B4D5E9 !important; }
.slides li a,
.flex-direction-nav a:hover,
.sociallinks a:hover { border-bottom:none !important; }
a:focus { outline: thin dotted; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active { outline: 0; }

/*li a { padding-left:25px; background:url(/shared/graphics/link3.png) left top no-repeat; }*/
#client_categories li a { background:none; padding:0; }
.sociallinks li a { padding-left:0; }
.slides li a { background:none; padding-left:0; float:left; }
.slides li p a { float:none; border-bottom: 1px solid #B4D5E9 !important; }
#mainnav li a { border-bottom: 1px solid #71AFD5; background:none; }
.contentlinks { padding:0; }
.contentlinks li { list-style-type: none; }
.contentlinks a { border:none; }
.logo a:hover { border: none !important; }

/* =============================================================================
   Typography
   ========================================================================== */


abbr[title] { border-bottom: 1px dotted; }
b,
strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before,
q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* =============================================================================
   Lists
   ========================================================================== */
p { margin-top:0px; }
ul,
ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul,
nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }
/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }
/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px;
padding: 0; white-space: normal; }
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button,
input,
select,
textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button,
input { line-height: normal; }
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] { cursor: default; }
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"],
input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px;
*height: 13px;
}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0;
}
.ir br { display: none; }
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img,
object,
embed,
video { max-width: 100%; }
/* IE 6 does not support max-width so default to width 100% */
.ie6 img { width: 100%; }
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		2;
	dw-num-cols-tablet:		4;
	dw-num-cols-desktop:	8;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

h1,
h2,
h3,
h4 { margin: 0; /*margin-bottom: 2%;*/ font-weight: normal; color: #fff; font-family: 'Cabin', sans-serif; }
h1 { font-size: 32px; padding-bottom: 5px; margin-bottom: 10px; border-bottom: 2px solid #76B7E7; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
/*a { color: #4D77D9; }*/
body { /*background: #3598D9;*/ background-color: #2073AA; font-size: 16px; padding: 0; margin: 0; font-family: Tahoma, Geneva, sans-serif; }
.fluid { clear: both; width: 100%; float: left; display: block; }
ul { /*margin: 0; padding: 0; list-style: none;*/ }
ul li { /*float: left; */}

/*.box ul { padding-left:0; }*/
#mainnav ul,
#client_categories ul { margin: 0; padding: 0; list-style: none; }
#client_categories ul li { float: left; }
.clientlinks ul { padding-left:0; }

.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.image { float: left; margin-right: 10px; margin-bottom: 10px; }
.wrapper { max-width: 1220px; min-width: 290px; margin: auto; position: relative; /*padding-left:30px;*/ }
#header .wrapper { padding-left:0; }
/*========================== Mobile Layout: 480px and below ==========================*/

#header { background: #3598DC; }
.header_content,
.secondary_content { width: 98%; float: left; padding: 0 1%; position: relative; }
.secondary_content { min-height: 400px; }
/*========================== header ==========================*/

.header_content { /*min-height: 165px;*/ }
.logo { float: left; text-align: center; width: 100%; margin-top: 25px; }
.header_content p { display: block; width: 100%; color: #fff; font-weight: bold; text-transform: uppercase; margin: 20px 0 0 0; float: right; line-height: 24px; text-align: center; font-size:20px; }
.header_content p span { color: #ccc; font-size: 24px; }
#mainnav { display: block; width: 100%; float: right; margin-top: 5px; }
#mainnav ul li { width: 100%; /*background: url(/shared/slices/bg_transparent.png);*/ margin-bottom: 5px; text-transform: uppercase; margin-left: 0px; font-size: 18px; font-family: 'Cabin', sans-serif; }
#mainnav ul li a { float: left; color: #fff; text-decoration: none; padding: 4px 0; text-align: center; width: 100%; }
#mainnav ul li a:hover { color: #ccc; }
#mainnav ul li:first-child { margin: 0; margin-bottom: 5px; }
#banner,
#secondary { background: #000; background-size: cover; border-bottom: 2px solid #676565; }
#featured { overflow:hidden; }
.slidetext { display:none; max-width:600px; font-size:15px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; -khtml-border-radius: 8px; }

/*========================== middle ==========================*/

#middle { border-top: 2px solid #9ACBEC; background: url(/shared/slices/bg_middle.jpg) repeat-x bottom; padding-bottom: 5px; }
.home.middle_content { min-height: 526px; }
/*.middle_content p a:hover,
.secondary_content p a:hover { text-decoration: underline; }*/
.middle_content h1 { text-transform: uppercase; }
.contact,
#hometext { float: left; width: 98%; padding: 0 1%; }
p.free_estimate { font-size: 30px; line-height: 35px; padding: 5% 0; font-style: italic; color: #3498db; width: 100%; background: #ccc; text-align: center; float: left; }
p.free_estimate span { /*color: #e6f914;*/ color: #000; }
.contact { margin-top: 2%; float: left; width: 96%; padding: 2%; background: #fff; color: #3498db; position: relative; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; -khtml-border-radius: 8px; }
.contact h3,
.contact p { color: #3498db; width: 100%; float: left; }
#secondary .contact h3,
#secondary .contact p { margin-bottom:30px; }
.contact p label { width: 75px; margin-left: 10px; text-align: left; }
.contact p input[type="text"],
.contact p textarea { width: 93%; background: #E8E5E5; float: left; padding: 5px; border: none; margin-left: 10px; }
.contact p textarea { min-height: 115px; }
.contact input[type="submit"] { background: #3598D9 url(/shared/slices/bg_inputsub.jpg) no-repeat right; float: right; border: none; color: #FFFFFF; float: right; height: 34px; line-height: 34px; padding-left: 10px; padding-right: 25px; margin-right: 10px; text-transform: uppercase; margin-bottom: 20px; }
/*#footer { padding-left:25px; width:93%; }*/
#footer { }
.footer_content { width: 98%; padding: 1%; float: left; /*margin-bottom: 1%;*/ }
#footer a { color:#FFF; }
.box { width: 97%; padding: 1.5%; float: left; /*margin-bottom: 2%;*/ background: url(/shared/slices/line.jpg) repeat-x bottom; }
.box > div { float: left; width: 100%; color: #fff; }
.box h3,
.box ul,
.box p { width: 100%; margin: 0 0 16px 0; float: left; }
.box h3 { margin-bottom:10px; }
/*.box p a { color: #24395E; }
.box p a:hover { text-decoration: none; color: #ccc; }*/
.box ul { float: left; padding-left:0; list-style:none; }
.clientlinks ul li,
.contentlinks li,
.box ul li { margin-bottom: 5px; padding-left:25px; background:url(/shared/graphics/link3.png) left top no-repeat; }

.box.lastbox { background: none; }
#bottom { background: url(/shared/slices/line.jpg) repeat-x top; padding-top: 5%; /*margin: 2% 0;*/ text-align: center; font-size: 14px; position:relative; }
#bottom a { text-decoration: none; color: #fff; }
/*#bottom a:hover { color: #ccc; }*/
#bottom ul { list-style: none; width: auto; margin-bottom: 1%; }
#bottom ul li { float: none; display: inline; border-left: 1px solid #fff; font-size: 16px; padding-left: 10px; padding-right: 5px; }
#bottom ul li:first-child { border: 0; }
#bottom p { color: #fff; }
.sociallinks { display:block; text-align:center; }
.sociallinks li { border:0 !important; }
.sociallink01,
.sociallink02 { width: 34px; height: 34px; display:inline-block; margin-right: 5px; background: url(/shared/slices/sprite_sociallinks.png) no-repeat 0 0; }
/*
.sociallink03,
.sociallink04,
.sociallink05,
.sociallink06
*/
.sociallink02 { background: url(/shared/slices/sprite_sociallinks.png) no-repeat -39px 0; }
.sociallink03 { background: url(/shared/slices/sprite_sociallinks.png) no-repeat -78px 0; }
.sociallink04 { background: url(/shared/slices/sprite_sociallinks.png) no-repeat -116px 0; }
.sociallink05 { background: url(/shared/slices/sprite_sociallinks.png) no-repeat -155px 0; }
.sociallink06 { background: url(/shared/slices/sprite_sociallinks.png) no-repeat -195px 0; }
.sociallink01:hover { background: url(/shared/slices/sprite_sociallinks.png) no-repeat 0 -34px; }
.sociallink02:hover { background: url(/shared/slices/sprite_sociallinks.png) no-repeat -39px -34px; }

/*.sociallink03:hover { background: url(/shared/slices/sprite_sociallinks.png) no-repeat -78px -34px; }
.sociallink04:hover { background: url(/shared/slices/sprite_sociallinks.png) no-repeat -116px -34px; }
.sociallink05:hover { background: url(/shared/slices/sprite_sociallinks.png) no-repeat -155px -34px; }
.sociallink06:hover { background: url(/shared/slices/sprite_sociallinks.png) no-repeat -195px -34px; }
*/
.page { width: 97%; padding: 1.5% 1.5% 0 1.5%; margin-top: 2%; background: url(/shared/slices/bg_transparent.png); float: left; }
.bttn_request { background: url(/shared/slices/bg_bttnrequest.jpg) -520px bottom no-repeat; max-width: 521px; width: 100%; float: right; padding-bottom: 85px; margin-top: 78px; }
.bttn_request a { background: #fff; text-decoration: none; padding: 5px 0; font-size: 22px; color: #3498db; width: 100%; text-align: center; float: left; }
.bttn_request:hover { background: url(/shared/slices/bg_bttnrequest.jpg) 0 bottom no-repeat; }
.bttn_request a:hover { color: #9c9c9c; }
.smallcol { margin-top: 0px; padding-top: 0; }
#client_categories { margin-top:20px; }
#client_categories li { margin: 0 5% 17px 0; width: 119px; margin-bottom: 15px; height: 120px; overflow: hidden; font-size:14px; text-align:center; }
#client_categories img { display: block; }
.clientlinks h1 { border:none; font-size:26px; }
.clientlinks h1:first-child { border:none; font-size:32px; padding-bottom: 5px; margin-bottom: 10px; border-bottom: 2px solid #76B7E7; }
.clientlinks h2 { clear: both; margin: 0; }
.clientlinks ul { margin-bottom: 1em; }
.clientlinks li { float: left; width: 90%; /*margin-left: 30px; padding-left:3px;*/ list-style-type:none; line-height:22px; }
.clientlinks p { clear: both; }
.clientlinks a { overflow:hidden; text-overflow: ellipsis; white-space: nowrap; font-size:14px; display:block; border-bottom:1px solid #222222; }
p.free_estimate.second { display:none; }
.staffmember { padding:12px 0; margin-bottom:12px; border-bottom:1px solid #484848; min-height:110px; clear:both; }
.staffmember img { margin-bottom:8px; float:left; margin-right:15px; width:80px; height:auto; }
.staffmember_role { white-space:nowrap; font-size:14px; font-style:italic; }
.twocolcont { width:100%; }
.twocolcont h2 { margin-top:50px; }
.twocolcont h2:first-child { margin-top:10px; }
.twocolwrap .twocolcont:first-child { margin:0; } 
.twocolcont img { max-width:60px; height:auto; }
.demo { position:absolute; top:37px; left:0px; display:none; }
@media only screen and (min-width: 480px) {
.slidecontent { display: block; margin-top: -12%; }
.slidecontent p { display: none; }
}
@media only screen and (min-width: 640px) {
.slidecontent { width: 45%; margin-top: -40%; }
.slidecontent p { display: block; }
.clientlinks li { width: 48%; }
.sitedesc { width: 33%; }
.twocolcont { width:48%; float:left; }
.twocolwrap .twocolcont:first-child { margin-right:4%; }
}
@media only screen and (min-width: 768px) {

#mainnav li a { padding-left:25px; background:url(/shared/graphics/link3.png) left top no-repeat; }
#mainnav ul { text-align: center; margin-bottom:5px; }
#mainnav ul li a { width: auto; float: none; padding: 2px 11px; text-align: left; float: none; }
#mainnav ul li { width: auto; float: none; display: inline; margin-left: 5px; }
.sociallinks { display:inline; float:right; text-align:right; }

/* moved from min-width: 1024 query */
#header { background: url(/shared/slices/bg_header.jpg) repeat-x top; }
.logo { max-width: 334px; /*margin-top: 73px;*/ float: left; }
.header_content p { width: auto; margin-bottom: 0; /*margin-top: 73px;*/ text-align: right; line-height: 28px; font-size: 20px; }
.header_content p span { font-size: 23px; }
#mainnav { width: auto; clear: both; margin-top: -8px; width: auto; margin-bottom:3px; }
#mainnav ul { text-align: right; }
/* moved from min-width: 1024 query */

.slidetext { display:block; position:absolute; right:0; top:25px; width:43%; background-image: url(../slices/bg_transparent_dark.png); padding:10px 10px 0 10px; }
.flexslider .slides img { width: 76% !important; }
}
@media only screen and (min-width: 1024px) {
.demo { display:block; }
/*#mainnav ul li a:hover { background: url(/shared/slices/bg_transparent.png); color: #fff; }*/
.flexslider .slides img { width: 100% !important; }
.slidetext { font-size:16px; margin-top:50px; }
.sitedesc { width: 25%; background-image: url(../slices/bg_transparent_dark.png); }
#hometext { float: left; width: 55%; margin-right: 15px; padding-top: 2%; }
.clientlinks li { width: 30%; }
.smallcol { min-height: 415px; }
p.free_estimate { background: none; padding: 10% 0; margin: 0; text-align: left; }
p.free_estimate.second { display:block; padding: 11% 0; font-size:27px; }
.contact { margin-top: 2%; width: 40%; min-height: 404px; float: left; width: 98%; padding: 1% 1% 86px; background: #fff url(/shared/slices/bg_contact.jpg) no-repeat bottom; color: #3498db; }
.contact p label { width: 60px; float: left; line-height: 30px; text-align: right; }
.contact p input[type="text"],
.contact p textarea { background: #E8E5E5; width: 75%; float: left; padding: 5px; border: none; margin-left: 10px; }
.home .contact { position: absolute; top: 0; right: 0; width:40%; }
.middle_content { float: left; width: 100%; position:relative; min-height:193px; }
#secondary .contact { position: absolute; bottom: -198px; right: 0; width:40%; min-height:484px; z-index:9; }
.box { width: 28%; min-height: 265px; background: url(/shared/slices/bg_box.png) no-repeat right; }
#bottom { padding-top: 2%; }
.page { width: 45%; }
/*WebSuite*/
.mceContentBody { background: none; }
.mceListBoxMenu,
.mceColorSplitMenu,
.mceSplitButtonMenu { position: fixed !important; top: 51px !important; }
.mceListBoxMenu>div.mceListBoxMenu,
.mceSplitButtonMenu>div.mceSplitButtonMenu { position: relative !important; top: 0px !important; }
.mceContentBody a:hover { cursor: pointer; }
.mceToolbar a { color: #000 !important; }
#loc_main_content,
#loc_main_left_content,
#loc_shared_box01_content,
#loc_shared_box02_content,
#loc_shared_box03_content { min-height: 150px; width: 100%; float: left; }
#loc_shared_box01_content { width:90%; }
#loc_main_content { min-height: 345px; }
}
@media only screen and (min-width: 1220px) {
.page { width: 50%; margin-right: 25px; }
#mainnav ul li a { padding: 2px 15px; }
#hometext { width: 54%; }
}
.bcFloat a { border:0; }
.mceContentBody { background: none; }
/* fix image distortion in IE8 
@media \0screen {img { width: auto }}
*/
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
* { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
a,
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
pre,
blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } /* h5bp.com/t */
tr,
img { page-break-inside: avoid; }
@page { margin: 0.5cm; }
p,
h2,
h3 { orphans: 3; widows: 3; }
h2,
h3 { page-break-after: avoid; }
}
