@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400);
/* =============================================================================
   BROWSER RESET STYLES
   ============================================================================= */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #333;
	font-weight: 300;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	margin: 0;
	padding: 0;
}
label {
	padding: 0;
	margin: 0;
}
ul, li, ol {
	padding: 0;
	margin: 0;
}
.clear, .clearfix {
	clear: both;
}
a, img {
	border: 0;
	outline: none;
	text-decoration: none;
}
input::-moz-focus-inner {
 border: 0;
}
input, select, textarea, button {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	background: #FFF;
}
::-webkit-input-placeholder {
 color:#717171;
}
/* =============================================================================
   TYPOGRAPHY STYLES
   ============================================================================= */
h1, h2, h3, h4, h5 {
	font-family: 'Oswald', sans-serif;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #414141
}
h1 {
	font-size: 45px;
}
h2 {
	font-size: 20px;
	color: #2cadff;
	padding-bottom: 8px;
	font-weight: 400;
	text-transform: uppercase;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 16px;
	color: #333;
}
h5 {
	font-size: 14px;
}
p, li {
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
	color: #555;
	padding-bottom: 4px;
	font-family: 'Roboto', sans-serif;
}
strong {
	font-weight: 400;
	color: #555;
}
li {
	padding: 0;
}
a {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
.wrapper {
	width: 100%;
}
/* =============================================================================
   HEADER STYLES
   ============================================================================= */   
.pageWidth {
	width: 100%;
	max-width: 1004px;
	margin: 0 auto;
}
.homePage header {
	left: 0;
	position: static;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.homePage p {
	font-size: 14px;
	line-height: 21px;
}
header a {
	display: block;
}
.topSection {
	padding: 14px 0;
	position: relative;
	z-index: 99;
	background: url(../images/top-section.png) repeat 0 0;
}
.innerPage .topSection {
	background: #2cadff;
	border-bottom: 1px solid #2cadff;
}
.navBrandLeft {
	float: left;
}
.navBrandRight {
	float: right;
}
.topMenu, .contactLinks {
	overflow: hidden;
	float: right;
}
.contactLinks {
	clear: both;
}
.topMenu li, .contactLinks li {
	float: left;
	list-style: none;
	padding: 6px 8px;
	background: url(../images/divider-small.png) no-repeat 0 center;
}
.topMenu li:first-child, .contactLinks li:first-child {
	background: none;
}
.topMenu li a {
	color: #FFF;
	font-size: 13px;
}
.topMenu li a:hover {
	text-decoration: underline;
}
.contactLinks li span {
	float: left;
	line-height: 18px;
	color: #f5f5f5;
	font-size: 14px;
}
.contactLinks li i {
	padding-right: 8px;
	font-size: 15px;
	float: left;
	line-height: 18px;
	color: #f5f5f5;
}
.contactLinks li i.icon-mobile-phone {
	font-size: 18px;
	line-height: 20px;
}
.contactLinks li:hover span {
	text-decoration: underline;
}
.contactLinks li:first-child:hover span {
	text-decoration: none;
}
.search {
	position: absolute;
	right: 20px;
	top: 12px;
	width: 160px;
	background: #FFF;
	border: 1px solid #42909b;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.search input {
	border: 0;
	background: none;
	width: 65%;
	height: 16px;
	padding: 5px 7%;
	color: #717171;
	position: relative;
}
.search button {
	background: #1680ad;
	border: 0;
	cursor: pointer;
	width: 36px;
	padding-right: 4px;
	height: 26px;
	position: absolute;
	right: -1px;
	text-align: center;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	-o-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}
.search button i {
	color: #FFF;
}
.search button:hover {
	background: #10729b;
}
.btnOrange, .btnBlue {
	background: #fb6c3a;
	color: #FFF !important;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	padding: 10px 20px;
	display: block;
}
.btnBlue {
	background: #2cadff;
}
.btnOrange:hover {
	background: #cc4718;
}
.btnBlue:hover {
	background: #1478a2;
}
h2 strong {
	font-weight: normal;
	color: #fb6c3a;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
/* =============================================================================
   TOP PLUGINS STYLES
   ============================================================================= */
.topPlugins {
	padding: 18px 0;
}
.txtScroller {
	float: left;
	width: 99%;
}
.newsScroller li span {
	float: left;
	width: 84%;
	line-height: 20px;
}
.txtButton {
	float: right;
}
.txtScroller li, .txtScroller li strong {
	color: #777;
	font-size: 14px;
	line-height: 22px;
}
.txtScroller li a {
	color: #fb6c3a;
}
/* =============================================================================
   CONTAINER STYLES
   ============================================================================= */
.homePage .container {
	background: #f3f3f3;
	padding: 30px 0;
}
.sectionContent {
	overflow: hidden;
}
.sectionCont {
	float: left;
	padding-right: 5%;
	width: 47%;
}
.sectionContent dl {
	overflow: hidden;
}
.sectionContent dl dt {
	float: left;
	width: 30%;
	padding-right: 2%;
}
.sectionContent dl dd {
	float: left;
	width: 68%;
}
.sectionCont2 {
	padding-right: 0;
}
.benfits {
	background: #FFF;
	border: 1px solid #cacaca;
	padding: 14px 0;
	margin-top: 20px;
}
.benfits h2 {
	font-size: 27px;
	line-height: 32px;
}
.homeBox {
	float: left;
	width: 15%;
	position: relative;
	margin-left: 1%;
	padding-right: 1%;
	min-height: 60px;
	background: url(../images/divider-benfits.png) no-repeat right center;
}
.homeBox1 {
	background: none;
	width: 12.5%;
	margin: 0;
	padding: 11px 0 0 2%;
}
.homeBox5 {
	background: none;
}
.benfitsNo {
	background: #2cadff;
	border: 1px solid #2e97c4;
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	position: absolute;
	left: 33%;
	margin-top: -26px;
	color: #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
/*-- Bottom Plugins --*/
.bottomPlugins {
	padding: 20px 0;
}
/*.clients img {
	border: 1px solid #eaeaea;
}*/
.bottomPlugins h2 {
	padding-left: 25px;
}
.clientList {
	overflow: hidden;
	text-align: left;
	/*background: #FFF;
	border: 1px solid #ddd;*/
	padding-top: 30px;
	margin-top: 14px;
}
.partnersList {
	text-align: left;
}
.clientList li {
	list-style: none;
	width: 24%;
	text-align: left;
	display: inline-block;
	padding-bottom: 30px;
	min-height: 74px;
}
.clientList li a {
	display: block;
}
/* =============================================================================
   FOOTER STYLES
   ============================================================================= */
footer {
	/*background: #29adde;*/ /* Old browsers */
	/*background: -moz-linear-gradient(top, #29adde 0%, #55a8c6 47%, #8ea2ab 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #29adde), color-stop(47%, #55a8c6), color-stop(100%, #8ea2ab));*/ /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #29adde 0%, #55a8c6 47%, #8ea2ab 100%);*/ /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #29adde 0%, #55a8c6 47%, #8ea2ab 100%);*/ /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #29adde 0%, #55a8c6 47%, #8ea2ab 100%);*/ /* IE10+ */
	/*background: linear-gradient(to bottom, #29adde 0%, #55a8c6 47%, #8ea2ab 100%);*/ /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29adde', endColorstr='#8ea2ab', GradientType=0 ); *//* IE6-9 */

/*background: linear-gradient(to bottom, #fb6c3a 40%, #fb6c3a 17%, #9ea2ab 100%);*/
background: #2cadff; /* Old browsers */
	background: -moz-linear-gradient(top, #2cadff 40%, #2cadff 17%, #094ea2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2cadff), color-stop(17%, #2cadff), color-stop(100%, #094ea2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2cadff 40%, #2cadff 17%, #094ea2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2cadff 40%, #2cadff 17%, #094ea2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2cadff 40%, #2cadff 17%, #094ea2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2cadff 40%, #2cadff 17%, #094ea2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29adde', endColorstr='#8ea2ab', GradientType=0 ); /* IE6-9 */
}
.columns {
	padding: 16px 0;
}
footer .column {
	float: left;
	width: 17.5%;
	padding-right: 3%;
}
footer .column5 {
	padding-right: 0;
}
footer .column h3 {
	color: #FFF;
	border-bottom: 1px solid #fb6c3a;
	padding-bottom: 6px;
	margin-bottom: 8px;
	display: inline-block;
	min-width: 65%;
	position: relative;
}
footer .column h3 span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #52c1ee;
}
footer .column ul {
	overflow: hidden;
}
footer .column li {
	list-style: none;
	display: block;
	background: url(../images/arrow-right.png) no-repeat 0 12px;
	padding-left: 11px;
	padding-top: 2px;
}
footer .column li a {
	color: #FFF;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
footer .column li a:hover {
	padding-left: 8px;
	text-decoration: underline;
}
/*-- copyrights --*/
.copyrights {
	/*-- background: #e15320;;--*/
	border-top: 1px solid #6590a1;
	padding: 17px 0 12px 0;
}
.copy {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #6590a1;
}
.socialMedia {
	float: left;
}
.siri {
	float: right;
	padding-top: 5px;
}
.copyrights p {
	color: #FFF;
	line-height: 22px;
}
ul.media li {
	list-style: none;
	float: left;
	margin-left: 5px;
	position: relative;
}
ul.media li strong {
	font: 500 12px/12px 'Roboto', sans-serif;
	padding: 4px 8px 0 0;
	float: left;
	color: #414141;
}
ul.media li i {
	width: 25px;
	min-height: 20px;
	padding: 3px 0;
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}
a.tooltips.facebook div {
	background: #355fa7;
}
a.tooltips.facebook:hover i {
	color: #355fa7;
}
a.tooltips.linkedin div {
	background: #007bb6;
}
a.tooltips.linkedin:hover i {
	color: #007bb6;
}
a.tooltips.twitter div {
	background: #32ccfe;
}
a.tooltips.twitter:hover i {
	color: #32ccfe;
}
a.tooltips.gplus div {
	background: #dd4224;
}
a.tooltips.gplus:hover i {
	color: #b42a10;
}
.media li a {
	float: left;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	margin-top: 0;
}
.media li a:hover {
	margin-top: -8px;
	color: #a8dc67 !important;
	border-bottom: 2px solid #FFF;
}
.media li a.twitter:hover {
	border-bottom-color: #355fa7;
}
.media li a.facebook:hover {
	border-bottom-color: #32ccfe;
}
.media li a.gplus:hover {
	border-bottom-color: #b42a10;
}
.media li a.linkedin:hover {
	border-bottom-color: #007bb6;
}
.media li i.user {
	background: #7d7d7d;
}
.media li:hover i.user {
	background: #666;
}
a.tooltips {
	position: relative;
	display: inline;
}
a.tooltips div {
	color: #FFFFFF;
	display: none;
	margin-left: -38px;
	padding: 5px;
	position: absolute;
	text-align: center;
	bottom: 30px;
	width: 90px;
	z-index: 9999;
	left: 0;
	border: 2px solid #FFF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
a.tooltips span {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #FFF;
	position: absolute;
	top: 24px;
	left: 44%;
	padding: 0;
}
a.tooltips:hover div {
	display: block;
}
/* =============================================================================
   INNERPAGES STYLES
   ============================================================================= */
   
.fullWidthBg {
	background: #FFF;
	padding: 20px 0;
	margin: 15px 0 18px 0;
	border: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
}
.innerBanner {
	background-attachment: scroll;
	background-position: 0 0 !important;
	background-repeat: no-repeat;
	background-size: cover;
	clear: none;
	display: block;
	height: auto;
	min-height: 320px;
	margin-left: 0;
	width: 100%;
	margin-top: -3px;
	position: relative;
}
.overlay {
	/*background:#000;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity:0.61;
}
.overlay3 {
	opacity:0.50;
}
.innerBanner .pageWidth {
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	z-index: 11;
	
}

.overview {
	background-image: url(../images/inner/banners/worldoverview.jpg);
}
.clients {
	background-image: url(../images/inner/banners/client-fusion.png);
	/*background-image: url(../images/inner/banners/overview.jpg);*/
}
.careers {
	background-image: url(../images/inner/banners/careers.jpg);
}
.technology-consulting {
	background-image: url(../images/inner/banners/technology-consulting.jpg);
}
.testing-compliance-assurance {
	background-image: url(../images/inner/banners/testing-compliance-assurance.jpg);
}
.outsourcing {
	background-image: url(../images/inner/banners/outsourcing-fusion.png);
}
.embeddec-development {
	background-image: url(../images/inner/banners/embeddec-development.jpg);
}
.staffing-services {
	background-image: url(../images/inner/banners/staffing-services.jpg);
}
.applicaton-development {
	background-image: url(../images/inner/banners/applicaton-development.jpg);
}
.training-solutions {
	background-image: url(../images/inner/banners/training-solutions.jpg);
}
.business-intelligence {
	background-image: url(../images/inner/banners/business-intelligence.jpg);
}
.bigdata {
	background-image: url(../images/inner/banners/big-data-fusion.png);
}
.customer-relationship {
	background-image: url(../images/inner/banners/crm.png);
}
.enterprise-resource {
	background-image: url(../images/inner/banners/enterprise-resource.jpg);
}
.internet-things {
	background-image: url(../images/inner/banners/internetofthings-fusion.jpg);
}
.middleware {
	background-image: url(../images/inner/banners/middleware.jpg);
}
.opensource {
	background-image: url(../images/inner/banners/open-source-fusion.png);
}
.mobile-solutions {
	background-image: url(../images/inner/banners/mobilesolutions.jpg);
}
.partners {
	background-image: url(../images/inner/banners/partners.jpg);
}
.product-engineering {
	background-image: url(../images/inner/banners/product-engeering.jpg);
}
.case-studies {
	background-image: url(../images/inner/banners/case-studies.jpg);
}
.news-events {
	background-image: url(../images/inner/banners/news-events.jpg);
}
.white-papers {
	background-image: url(../images/inner/banners/white-papers.jpg);
}
.partners {
	background-image: url(../images/inner/banners/partners.jpg);
}
.contactus {
	background-image: url(../images/inner/banners/contactus-fusionss.jpg);
}
.sitemap {
	background-image: url(../images/inner/banners/sitemap.png);
}
.innerBannerAuto {
	height: auto;
}
.bredCrumb {
	border-bottom: 1px solid #57b8e2;
	margin-bottom: 15px;
}
.bredCrumb ul {
	float: left;
	padding-bottom: 8px;
	width: 100%;
}
.bredCrumb ul li:first-child {
	background: none;
	padding-left: 0;
}
.bredCrumb ul li {
	background: url(../images/bredcrom-arrow.png) no-repeat left 10px;
	float: left;
	padding: 0 9px 0 16px;
	list-style: none;
}
.bredCrumb ul li a {
	color: #222;
}
.bredCrumb ul li a:hover {
	text-decoration: underline;
}
.bredCrumb ul li a.pageSelection, .bredCrumb ul li a.pageSelection:hover {
	color: #666;
	text-decoration: none;
}
.innerBanner h2 {
	/*text-transform: none;
	font-size: 28px;
	color: #fb6c3a;
	padding: 5px 0;
*/
	text-transform: none;
	font-size: 35px;
	/*color: RGBA(248,232,230,1);*/
	color: RGB(250,250,250);
	padding: 5px 0;
	font-family: Calibri;
	font-weight: bold;
}
.innerBanner p {
	font-size: 1.6em;
	line-height: 30px;
	font-family: Calibri;
	font-weight: normal;
	color:#fb6c3a;
	padding: 5px 0;
	padding-right: 1%;
	/*color: #18D39F;
         color: RGBA(55,211,24,1);*/
	/*font-family: monotype corsiva;*/
/*font-size: 19px;
	line-height: 28px;
	color: #FFF;
	padding: 5px 0;
	padding-right: 1%;*/
}
.blackTxt h2, .blackTxt p {
	color: #333;
	display: inline-block;
}
.whiteTxt .bredCrumb ul li a {
	color: #FFF;
}
.whiteTxt .bredCrumb ul li a.pageSelection, .whiteTxt .bredCrumb ul li a.pageSelection:hover {
	color: #ddd;
}
.innerPage .container {
	padding: 25px 0;
	min-height: 280px;
	background: #f7f7f7;
}
.innerPage .container p {
	padding-bottom: 12px;
	text-align: justify;
}
.innerPage .container h2 {
	font-size: 18px;
	padding-bottom: 6px;
}
.innerPage .container h3 {
	padding-bottom: 6px;
	color: #fb6c3a;
}
.innerPage .container a {
	color: #389dc8;
}
.innerPage .container a:hover {
	color: #165c79;
}
.listItems {
	padding-bottom: 10px;
}
.listItems li {
	padding-bottom: 12px;
	margin-left: 24px;
}
ul.listItems li {
	background: url(../images/ok-mark.png) no-repeat 0 9px;
	padding-left: 16px;
	list-style: none;
	margin-left: 12px;
}
.listItemsPad60 {
	padding-top: 65px;
}
.box6 {
	float: left;
	width: 47%;
}
.boxPad6 {
	padding-left: 6%;
}
.imageDesc .image {
	float: left;
	width: 28%;
}
.imageDesc .desc {
	float: left;
	width: 70%;
}
.grid8 {
	float: left;
	width: 64%;
	padding-right: 4%;
}
.grid4 {
	float: left;
	width: 32%;
}
.grayBox {
	background: #FFF;
	padding: 10px;
	border: 1px solid #ddd;
}
.pullRight, .pullLeft {
	margin: 10px 0;
	clear: both;
}
.pullRight ul, .pullLeft ul {
	clear: both;
	overflow: hidden;
}
.pullFirst ul, .pullFirst {
	border: 0;
	padding: 0;
	margin: 0;
}
.pullRight ul li {
	float: left;
	width: 24%;
	padding: 0 0 0 4%;
	list-style: none;
}
.pullRight ul li:first-child {
	width: 71%;
	padding: 2% 0 0;
}
.pullLeft ul li {
	float: left;
	width: 71%;
	padding: 2% 0 0;
	list-style: none;
}
.pullLeft ul li:first-child {
	width: 24%;
	padding: 10px 4% 0 0;
}
.pullRight ul ul, .pullLeft ul ul {
	border-top: 0;
	padding: 5px 0;
}
.pullRight ul li img, .pullLeft ul li:first-child img {
	width: 100%;
}
.pullDiv li.padTop, .pullDiv li.padTop:first-child {
	padding: 4% 0 0;
}
.pullRounded img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	width: 100%;
	height: auto;
	box-shadow: 0 0 5px #666;
	-webkit-box-shadow: 0 0 5px #666;
	-moz-box-shadow: 0 0 5px #666;
	-o-box-shadow: 0 0 5px #666;
	border: 1px solid #FFF;
}
.pullDiv .listItems li, .pullDiv .listItems li:first-child {
	float: none;
	list-style: inherit;
	padding: 0 0 5px;
	width: auto;
}
.pullDivOrder .listItems li, .pullDivOrder .listItems li:first-child {
	list-style: none;
	padding: 0 20px 5px;
}
.pullRounded .pullLeft ul li:first-child {
	padding-left: 5px;
}
.pullRounded .pullRight ul li {
	padding-top: 6px;
}
.pullRounded .pullRight, .pullRounded .pullLeft {
	border-top: 1px dashed #aaa;
	padding: 10px;
}
.approach ol {
	float: left;
	padding: 10px 0 0;
	width: 70%;
}
.approachImg {
	float: left;
	margin: 10px 10px 0 0;
	width: auto;
}
.imgRight img {
	float: right;
	margin: 0 0 12px 12px;
}
.imgLeft img {
	float: left;
	margin: 0 15px 15px 0;
}
.imgCenter {
	text-align: center;
	padding: 10px;
}
.imgCenter img {
	display: inline;
}
/* =============================================================================
   CONTACT US STYLES
   ============================================================================= */

.button {
	background: #2cadff;
	border: 1px solid #2e9bc9;
	color: #fff;
	cursor: pointer;
	font: 400 15px/16px 'Roboto', sans-serif;
	padding: 9px 28px;
}
.button:hover {
	background: #228cba;
}
.ContactForm {
	margin-top:20px;
	margin-bottom: 20px;
}
.ContactForm ul {
	overflow: hidden;
}
.ContactForm ul li {
	float: left;
	width: 49%;
	margin-left: 2%;
	margin-bottom: 10px;
	list-style: none;
}
.ContactForm ul li:first-child {
	margin-left: 0;
}
.ContactForm ul li.full {
	width: 100%;
}
.ContactForm ul li label {
	font: 400 12px/16px 'Roboto', sans-serif;
	color: #555;
}
.ContactForm ul li label sup {
	color: #ff0000;
	position: relative;
	top: 2px;
}
.ContactForm ul li div {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 1px;
}
.ContactForm input, .ContactForm textarea, .ContactForm select {
	padding: 10px 2%;
	width: 94%;
	font: 400 12px/16px 'Roboto', sans-serif;
	color: #444;
	height: 16px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	outline: none;
}
.ContactForm select {
	height: 38px;
	width: 99%;
	padding: 10px 2%;
}
.ContactForm textarea {
	height: auto;
	width: 98%;
	padding: 5px 0 0;
	padding-left: 1%;
	resize: vertical;
	min-height: 80px;
}
.ContactForm input.file {
	height: 24px;
	padding-bottom: 6px;
	padding-top: 6px;
}
.ContactForm input:focus, .ContactForm textarea:focus, .ContactForm select:focus {
	border: 1px solid #82d6fa;
}
.ContactForm .button {
	margin: 4px 0 0;
}
input.error, textarea.error, select.error {
	border: 1px solid #fccece;
	background: #fdf2f2;
	color: #555 !important;
}
.error {
	color: #FF0000 !important;
	font-size: 11px !important;
	font-weight: normal !important;
}
.ContactForm ul li label.error {
	position: absolute;
	top: -15px;
	right: 5px;
}
.address {
	margin-top:20px
	/*margin-bottom: 15px;*/
}
.address h3 { 
	color:rgb(182, 23, 67);
}
.address h4 {
	color: #18D39F;
	padding-bottom: 5px;
	text-transform: none;
}
.innerPage .container .address p {
	padding-bottom: 2px;
}
.innerBanner.contactus a {
	color: #fb6c3a;
	text-decoration: underline;
}
.innerBanner.contactus a:hover {
	color: #000;
}
.sitemapList {
	border: 1px solid #ddd;
}
.sitemapList .even {
	background: #fcfcfc;
	padding: 8px 8px 2px;
}
.sitemapList .odd {
	background: #f0f0f0;
	padding: 8px 8px 2px;
}
.sitemapList a {
	color: #444;
}
.sitemapList li {
	list-style: none;
}

body > div > header > div.sticky-navigation > div > div {
    max-width: 1040px;
}
