/*
Theme Name: Executive Mosaic
Theme URI: http://wordpress.org/
Description: The Executive Mosaic theme for WordPress is stylish, customizable, simple, and readable.
Author: the WordPress team
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, white, rtl-language-support, editor-style, custom-menu
*/

/* Imports */
@import url("reset.css");
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);

/***** Global *****/
/* Body */

html {
	background: url(images/footerouter_bg.jpg) repeat-x left bottom;	
}


body {
	background: url(images/wrapperouter_bg.jpg) repeat left top;
	color: #000;
	/*8a8c8e*/
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Headings */

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}  

ul {
	margin: 0 0 16px 15px;
	padding: 0;
	list-style: square;
}

a:link, a:visited, a:active {
  color: #36648B;
  text-decoration: none;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;  
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

a:hover {
  text-decoration: underline;
}

blockquote {
  padding: 10px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: Arial, Helvetica, sans-serif;;
  color: #1c262c;
  padding-bottom: 5px;
  font-weight: bold;
  line-height: 16px;	
  margin-bottom: 16px;
}

h1 {
  font-size: 16px;
  color: #3a3638;
  text-transform: uppercase;
}

h2 {
  font-size: 14px;
  color: #1c262c;
  font-weight: bold;
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 10px;
}

h5 {
  font-size: 10px;
}

h6 {
  font-size: 9px;
}

p {
  padding-bottom: 14px;
}

span {
	color: #231f20;
}

#wrapperOuter {
	width: 100%;
	background: url(images/wrapperouter_bg.jpg) repeat left top;
}

#wrapper {
	width: 1023px;
	margin: 0 auto;	
	background: url(images/wrapperouter_bg.jpg) repeat left top;
}

#wrapper.inner {
	width: 852px;
	margin: 0 auto;
}

#header {
	width: 1023px;
	height: 115px;
	position: relative;
}

#header.inner {
	width: 852px;
	height: 95px;
	position: relative;
}

#logo {
	position: absolute;
	top: 13px;
	left: 0;
}

#header .moduletable-searchwrap {
	width: 196px;
	height: 31px;
	background: url(images/search_bg.png) no-repeat left top;
	position: absolute;
	top: 12px;
	right: 0;
}

#header.inner .moduletable-searchwrap {
	width: 164px;
	height: 26px;
	background: url(images/search_bg_inner.png) no-repeat left top;
	position: absolute;
	top: 10px;
	right: 0;
}

#header .moduletable-searchwrap .inputbox {
	padding: 7px 12px;
	width: 146px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #afafaf;
	float: left;
	border: none;
	background: none;
}

#header.inner .moduletable-searchwrap .inputbox {
	width: 117px;
	font-size: 9px;
}

#header .moduletable-searchwrap .button {
	width: 21px;
	height: 31px;
	cursor: pointer;
	border: none;
	background: none;
	float: left;
}

#header.inner .moduletable-searchwrap .button {
	height: 26px;
}

#header .moduletable-phone {
	width: 195px;
	position: absolute;
	top: 58px;
	right: 0;
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #414143;
	font-weight: bold;
	line-height: 20px;
}

#header.inner .moduletable-phone {
	width: 164px;
	top: 50px;
	font-size: 19px;
}

#header .moduletable-phone span {
	font-size: 18px;
	color: #aeaeae;
}

#header.inner .moduletable-phone span {
	font-size: 16px;
}

#menu {
	width: 1023px;
	height: 55px;
	background: url(images/menu_bg.png) no-repeat left top;
}

#menu.inner {
	width: 852px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	background: url(images/menu_li_bg.png) no-repeat right center;
	padding: 0px 30px 0px 30px;
	font-weight: bold;
}

#menu.inner ul li {
	background: url(images/menu_li_bg_inner.png) no-repeat right center;
	color: #fff;
	font-weight: bold;
}

#menu ul li.item1,
#menu ul li.menu-item-19 {
	/*background: none;
	padding-left: 0;*/
}

#menu ul li a:link,
#menu ul li a:active,
#menu ul li a:visited {
	text-decoration: none;
	/*text-indent: -9999px;*/
	height: 40px;
	display: block;
	color: #fff;
	margin-top: 15px;
}

#menu.inner ul li a:link,
#menu.inner ul li a:active,
#menu.inner ul li a:visited {
	height: 44px;
}

li.widget-container {
	list-style: none;
}

#banner {
	width: 1023px;
	height: 239px;
}

#modulelist {
	width: 1023px;
	background: #fff;
	border: 1px solid #d8dbdb;
	border-radius: 3px;
	border-top: none;
	margin-bottom: 53px;
	padding-bottom: 35px;
}

#boxleft {
	width: 669px;
	float: left;	
}

#boxleft .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 46px;
	padding-left: 24px;
	height: 46px;
	background: url(images/boxleftt_titlebar.png) no-repeat left top;
	margin-bottom: 27px;
	font-weight: normal;
}

#boxleft .moduletable-workforce {
	float: left;
	width: 269px;
	padding-left: 24px;
	margin-right: 39px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 16px;
}

#boxleft .moduletable-workforce h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #414042;
	font-weight: bold;
	margin-bottom: 15px;
	background: none;
	line-height: 17px;
	text-transform: uppercase;
}

#boxleft .moduletable-workforce a:link,
#boxleft .moduletable-workforce a:active,
#boxleft .moduletable-workforce a:visited {
	text-decoration: none;
	display: block;
	width: 208px;
	height: 38px;
	text-align: left;
	padding: 0 16px;
	line-height: 38px;
	margin-top: 14px;
	background: url(images/modulelink_1_bg.jpg) no-repeat left top;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#boxleft .moduletable-workforce.last a:link,
#boxleft .moduletable-workforce.last a:active,
#boxleft .moduletable-workforce.last a:visited {
	background: url(images/modulelink_2_bg.jpg) no-repeat left top;
}

#boxleft .moduletable-workforce a:hover {
	color: #f0fff0;
}

#boxleft .moduletable-workforce.last {
	float: right;
}

#boxright {
	width: 354px;
	float: left;	
}

#boxright .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 46px;
	padding-left: 24px;
	height: 46px;
	background: url(images/boxright_titlebar.png) no-repeat left top;
	margin-bottom: 27px;
	font-weight: normal;
}

#boxright .moduletable-experience {
	float: left;
	width: 269px;
	padding-left: 24px;
	margin-right: 39px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 16px;
	background: url(images/experience_bg.jpg) repeat-y left top;
}

#boxright .moduletable-experience h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #414042;
	font-weight: bold;
	margin-bottom: 15px;
	background: none;
	line-height: 17px;
	text-transform: uppercase;
}

#boxright .moduletable-experience a:link,
#boxright .moduletable-experience a:active,
#boxright .moduletable-experience a:visited {
	text-decoration: none;
	display: block;
	width: 208px;
	height: 38px;
	text-align: left;
	padding: 0 16px;
	line-height: 38px;
	margin-top: 14px;
	background: url(images/modulelink_3_bg.jpg) no-repeat left top;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

#boxright .moduletable-experience a:hover {
	color: #f0fff0;
}

#container {
	width: 1023px;
	margin-top: 19px;
	padding-bottom: 22px;
}

#container.inner {
	width: 852px;
	margin-top: 19px;
	padding-bottom: 22px;
}

#leftCol {
	width: 193px;
	float: left;
}

#contentCol {
	width: 808px;
	float: right;
}

.content {
	
}

#sliderWrap {
	width: 1023px;
	padding-bottom: 64px;
}

#sliderTop {
	background: url(images/slider_top.png) no-repeat left top;
	height: 4px;
	width: 1023px;
}

#sliderRepeat {
	background: url(images/slider_repeat.png) repeat-y left top;
	width: 902px;
	padding: 32px 58px 26px 63px;
	position: relative;
}


#sliderRepeat .moduletable-slider {
	width: 902px;
}

#sliderRepeat .moduletable-slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sliderRepeat .moduletable-slider ul li {
	float: left;
	margin-right: 35px;
	border: 1px #bcbcbc solid;
}

#sliderRepeat .moduletable-slider ul li.previous {
	margin-top: 18px;
	border: none;
}

#sliderRepeat .moduletable-slider ul li.next {
	margin-right: 0;
	margin-top: 18px;
	border: none;
}

#sliderRepeat .moduletable-slider .firm {
	position: absolute;
	top: -24px;
	left: 278px;
	background: url(images/firm_bg.png) no-repeat left top;
	width: 466px;
	height: 35px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b2b2b2;
	font-weight: bold;
	line-height: 32px;
	text-transform: uppercase;
}

#sliderRepeat .moduletable-slider ul li a:link,
#sliderRepeat .moduletable-slider ul li a:active,
#sliderRepeat .moduletable-slider ul li a:visited {
	text-decoration: none;
	display: block;
}

#sliderBottom {
	background: url(images/slider_bottom.png) no-repeat left bottom;
	height: 4px;
	width: 1023px;
}

#footerOuter {
	background: #373336 url(images/footerouter_bg.jpg) repeat-x left top;
	width: 100%;
	padding: 32px 0 38px 0;
	height: auto !important;
	min-height: 108px;
	height: 108px;
}

#footerOuter.inner {
	background: #373336 url(images/footerouter_bg_inner.jpg) repeat-x left top;
	height: 149px;
	padding: 0;
}

#footer {
	margin: 0 auto;
	width: 1023px;
	position: relative;
	height: auto !important;
	min-height: 108px;
	height: 108px;	
}

#footer.inner {
	width: 852px;
}

#footerlogo {
	position: absolute;
	top: 0;
	left: 0;
}

#footerlogo.inner {
	top: 27px;
}

#footer .moduletable-footermenu {
	position: absolute;
	right: 0;
	top: 0;
	width: 530px;
}

#footer.inner .moduletable-footermenu {
	top: 28px;
	width: 540px;
}

#footer .moduletable-footermenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .moduletable-footermenu ul li {
	float: left;
	background: url(images/footermenu_li_bg.png) no-repeat right center;
	padding: 0 10px 0 7px;
}

#footer.inner .moduletable-footermenu ul li {
	background: url(images/footermenu_li_bg.jpg) no-repeat right center;
}

#footer .moduletable-footermenu ul li.last {
	background: none;
	padding-right: 0;
}

#footer .moduletable-footermenu ul li a:link,
#footer .moduletable-footermenu ul li a:active,
#footer .moduletable-footermenu ul li a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #939598;
}

#footer.inner .moduletable-footermenu ul li a:link,
#footer.inner .moduletable-footermenu ul li a:active,
#footer.inner .moduletable-footermenu ul li a:visited {
	font-size: 10px;
}

#footer .moduletable-footermenu ul li a:hover {
	text-decoration: underline;
}

#footer .moduletable-listlogo {
	width: 829px;
	position: absolute;
	top: 39px;
	right: 0;
	text-align: right;
}

#footer.inner .moduletable-listlogo {
	width: 677px;
	top: 59px;
}

#footer .moduletable-listlogo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .moduletable-listlogo ul li {
	display: inline;
	padding-left: 26px;
}

#footer.inner .moduletable-listlogo ul li {
	padding-left: 17px;
}

#footer .moduletable-listlogo ul li.first {
	padding-left: 0;
}

#footer .moduletable-copyright {
	position: absolute;
	top: 95px;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #939598;
}

#footer.inner .moduletable-copyright {
	top: 105px;
	font-size: 8px;
}

/*----inner page start-----*/

#leftCol .moduletable-leftmenu {
	width: 193px;
	background: #fff;
}

#leftCol .moduletable-leftmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftCol .moduletable-leftmenu ul li {
	padding: 0
}

#leftCol .moduletable-leftmenu ul li a:link,
#leftCol .moduletable-leftmenu ul li a:active,
#leftCol .moduletable-leftmenu ul li a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3a3638;
	display: block;
	padding: 15px 33px 15px 12px;
	border-bottom: 1px #bababa solid;
	background: url(images/leftmenu_arrow.png) no-repeat 169px 17px;
}

#leftCol .moduletable-leftmenu ul li.current_page_item a:link,
#leftCol .moduletable-leftmenu ul li.current_page_item a:active,
#leftCol .moduletable-leftmenu ul li.current_page_item a:visited,
#leftCol .moduletable-leftmenu ul li a:hover {
	border-bottom: 1px #5595bd solid;
	background: #cbe5f6 url(images/leftmenu_arrow.png) no-repeat 169px 17px;;
}

#leftCol .moduletable-leftmenu ul li.current-menu-item a:link,
#leftCol .moduletable-leftmenu ul li.current-menu-item a:active,
#leftCol .moduletable-leftmenu ul li.current-menu-item a:visited,
#leftCol .moduletable-leftmenu ul li a:hover {
	border-bottom: 1px #5595bd solid;
	background: #cbe5f6 url(images/leftmenu_arrow.png) no-repeat 169px 17px;;
}

#leftCol .moduletable-leftmenu ul li.current-page-ancestor a:link,
#leftCol .moduletable-leftmenu ul li.current-page-ancestor a:active,
#leftCol .moduletable-leftmenu ul li.current-page-ancestor a:visited,
#leftCol .moduletable-leftmenu ul li a:hover {
	border-bottom: 1px #5595bd solid;
	background: #cbe5f6 url(images/leftmenu_arrow.png) no-repeat 169px 17px;;
}

#contentcolTop {
	background: url(images/contentcol_top.png) no-repeat left top;
	height: 4px;
	width: 808px;
} 

#contentcolrepeat {
	background: url(images/contentcol_repeat.png) repeat-y left top;
	width: 756px;
	padding: 18px 27px 29px 25px;
} 

#contentcolBottom {
	background: url(images/contentcol_bottom.png) no-repeat left bottom;
	height: 3px;
	width: 808px;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	margin-right: 24px;
	margin-top: 4px;
	float: left;
}
.alignright,
img.alignright {
	margin-left: 24px;
	margin-top: 4px;
	float: right;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.entry-title {
	font-size: 18px;
}

.post {
	margin-bottom: 20px;
}

.entry-meta {
	font-size: 11px;
	margin: -10px 0px 10px 0px;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

#contact-area {
	width: 460px;
	margin-top: 5px;
	padding-bottom: 25px;
}

#contact-area h1 {
	padding-top: 25px;
}

#contact-area input, #contact-area textarea, #contact-area select {
	padding: 5px;
	width: 300px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 130px;
	padding-top: 5px;
	font-size: 14px;
}

label.error {
	clear:both;
	position: absolute;
	color: red;
	text-align: left;
	width: 300px;
	margin-left: 10px;
	padding-top: 0px;
}


#contact-area input.error {
   background-color: #ff0000;
   color: #fff;
}

.red_error{
	position: relative;
	zoom: 1;
	border: 1px solid #dc6946;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 0 20px 0;
	padding: 0; 
	}

.red_error div{
		position: relative;
		background: transparent url(/images/error_exclamation.gif) 6px 4px no-repeat;
		padding: 7px 10px 0 38px; 
}

.red_error p{
		position: relative;
		padding: 0 0 8px 0;
		margin: 0;
		font: normal 12px/1.5em "Lucida Grande", "Verdana", sans-serif;
		color: #ab4200; 
		font-weight: bold;		
	}

.ffform {
    width: 300px;
    
}

/* Custom Style */ 
#contentcolrepeat a 
,
#contentcolrepeat a:link
{
	color:#00b0e3!important;
	font-family: 'Roboto', sans-serif!important;
	font-weight:300;
}

#contentcolrepeat a.btn {
	color:#fff!important;
	padding:15px 55px;
	text-decoration:none;
	background-color:#00b0e3;
	border-radius:0px;
	font-size:15px;
	border: none;
	font-family:'Roboto Condensed', sans-serif;
	text-transform:uppercase;
}

/* About Us */

.about-us {
	font-family:'Roboto', sans-serif;
	font-weight:300;
}

.about-us h1 
, .about-us h2
, .about-us h3
{
	font-family:'Roboto Condensed', sans-serif!important;
	font-size:37px!important;
	color:#005ea0!important;
	text-transform:uppercase!important;
	margin-top:30px!important;
}

.about-us h2 {
	font-size:27px!important;
}

.about-us h3 {
	font-size:23px!important;
}

.about-us #contentcolrepeat > .row > p:first-of-type {
	font-size:21px;
}

.about-us #leftCol 
, .about-us #contentcolTop
, .about-us #contentcolBottom
{
    display: none;
}

.about-us #contentCol
{
    width: 100%;
    background:white;
    border-radius:5px;
    padding:0px;
}

.about-us #contentcolrepeat {
    width: auto;
    padding:0;
    background:none;
    border-radius:5px;
    box-shadow:0 1px 3px rgba(00,0,0,0.15);
    overflow:hidden;
}

.about-us #contentcolrepeat .row {
	padding:30px;
}

.about-us #contentcolrepeat > .row:first-of-type {
	padding:30px 30px 0;
	margin:0;
	background: 550px center no-repeat url(images/meeting9.png);
}

.about-us.page-child .offers.row {
	text-align: left;
}

.about-us.page-child .offers.row p:first-of-type {
	font-size:inherit!important;
}

.about-us.page-child .offers.row p 
, .about-use.page-child .offers.row h2
{
	max-width:600px;
}

.page-child .offers > h2 {
	text-align:center;
}

.page-child .tm .col-md-4 {
	text-align:right;
	overflow: hidden;
} 

.page-child .tm img {
	width:270px;
}

.page-child .tm h2 {
	margin: 20px 0 0!important;
}

.page-child .tm strong {
	margin: 0 0 10px;
	display:block;
}

.offers.row {
	text-align:center;
}

.about-us #contentcolrepeat > .row:nth-of-type(2){
	margin:0;
	padding-top:40px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.069);
}

.offers.row p:first-of-type {
	font-size:17px!important;
	max-width:600px;
	margin:0 auto;
}

.about-us
.careers {
	padding: 50px!important;
}

.about-us
.careers p:nth-of-type(1) {
	font-size:17px!important;
}

.about-us .careers h2 {
	margin:10px 0 20px!important;
}

.service {
	font-size:16px;
	line-height:29px;
}

.service .graphic:before {
	display:none
}

.service h3 {
	padding-bottom:19px;
	border-bottom: 1px solid;
}

.service .col-md-5 {
	text-align:center;
}

.service .graphic {
	width:385px;
	height:300px;
	text-align:center;	
	background: url(images/bg1.png);
}

.service .graphic img {
	margin:55px 30px;
}

.service:nth-of-type(2) .graphic {
	background: url(images/bg2.png);
}

.service ul {
	list-style-position:inside;
	margin:0 0 20px;
	padding:0;
	list-style-type:none;
	column-count:2;
	-webkit-column-count:2;
	-moz-column-count:2;
}

.graphic {
    margin: 30px 30px 0 0;
    position: relative;
}
/*
.graphic:before {
    width:275px;
    height:277px;
    background: url(images/tiles.png);
    content:'';
    top:-125px;
    left:90px;
    position:absolute;
    display:block;
    z-index: 1;
}
*/
.graphic img {
    position: absolute;
    top: 0;
    left: 0;
    display:block;
    z-index:2;
}

.about-us .service.row:nth-child(5) .col-md-7 .btn {
	display:none
}

.about-us .service.row:nth-child(3) .col-md-7 .btn {
	display:none
}