html {
	height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	height:100%;
	background-image:url(../graphics/common/bglines.jpg);
	background-repeat:repeat-x;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9fa1a4;
	line-height:1.2;
	overflow-y:scroll;
}
form {
	margin:0px;
	padding:0px;
}
p {
	margin-top:0px;
	margin-bottom:20px;
}
body a {
	color:#6CB22F;
	text-decoration:none;
}
body a:link {
	color:#6CB22F; 
	text-decoration:none;
}
body a:visited {
	color:#6CB22F;
	text-decoration:none;
}
body a:hover {
	color:#9FA1A4; 
	text-decoration:none;
}
body a:active {
	color:#6CB22F; 
	text-decoration:none;
}
 a
{
    -webkit-tap-highlight-color: transparent; 
}

/** new stuff **/
:focus {
	outline:0 !important;
}
img {
	border: none;
	max-width:100%;
	vertical-align:middle;
}
.wrapper {
	width:100%;
	min-height:100%;
}
.inner {
	max-width:938px;
	width:100%;
	padding:0 7px;
	margin:0 auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	z-index:100;
}
.new-topdiv {
	position:relative;
	width:100%;
	border:1px solid #dfdfe0;
	background-color:white;
	padding:21px 21px 21px 21px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.new-topdiv ul {
	list-style:none;
	margin:0;
	padding:0;
}
.topdiv-commonhdr {
	display:table;
	width:100%;
}
   .new-topdiv:before {
	width:80%;
	height:40%;
	position:absolute;
	content:'';
	right:3px;
	bottom:0;
	box-shadow:0px 3px 20px 0px rgba(0,0,0,.3);
	z-index:-1;
	border-radius:0 80% 0 80%;
}
.new-topdiv:after {
	width:80%;
	height:40%;
	position:absolute;
	content:'';
	left:3px;
	bottom:0px;
	box-shadow:0px 3px 20px 0px rgba(0,0,0,.35);
	z-index:-1;
	border-radius: 80% 0 80% 0;
}
.topdiv-commonhdr-right {
	text-align:right;
	display:table-cell;
	vertical-align:bottom;
	padding-left:15px;
}
.mainlogo img {
	width:188px;
	min-width:188px;
}
.topdiv-phone {
	margin-bottom:10px;
}
nav .menu-full {
	margin-right:3px;
}
nav .menu-full a {
	margin-left:25px;
	display:inline-block;
	vertical-align:bottom;
	font-size:16px;
	color:#9fa1a4;
}
nav a:link, nav a:visited {
	color:#9fa1a4;
}
nav a:hover {
	color:#6cb22f;
	text-decoration:none;
}
.sub {
	position:relative;
	display:inline-block;
}
ul.flyout {
	background-color:#ffffff;
	position:absolute;
	z-index:9994;
	text-align:left;
	color:#ffffff;
	text-transform:none;
    top:18px;
	left:22px;
	font-size:16px;
	padding-top:12px;
}
.flyout li {
	white-space:nowrap;
	margin:0;
	padding:0;
	line-height:1.2;
	background-color:#9ea0a3;
}
.flyout  li a {
	display:block;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 30px 5px 12px;
	margin:0;
	color:#ffffff;
}
.flyout li a:hover {
	background-color:#87cb7c;
}
.flyout  li.current a {
	cursor:default;
	background-color:#87cb7c;
}
.menu-expand-wrapper {
	position:absolute;
	background-color:rgba(158,160,163,1);
	z-index:-999;
	max-height:0;
	right:0;
	padding:15px 25px 15px 25px;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
footer {
	margin-top:40px;
	border-top: 1px solid #9FA1A4;
	padding:10px 0 0 20px;
}
.footer-copy {
	color:#9FA1A4;
	font-size:11px;
	margin:0 20px 20px 0;
	display:inline-block;
}
.footer-logos {
	float:right;
}
.homepage-maincontent {
	margin:28px 0px 40px 21px;
}

.internal-maincontent {
	margin:26px 0px 0 0;
	border:1px solid #dfdfe0;
	background-color:white;
	position:relative;
}
 .internal-maincontent:before {
	width:95%;
	height:10%;
	position:absolute;
	content:'';
	right:0px;
	bottom:2px;
	box-shadow:0px 3px 20px 0px rgba(0,0,0,.35);
	z-index:  -1;
	border-radius:0 80% 0 80%;
}

 .internal-maincontent:after {
	width:20%;
	height:45%;
	position:absolute;
	content:'';
	right:4px;
	bottom:0px;
	box-shadow:5px 0px 10px 0px rgba(0,0,0,.3);
	z-index: -1;
	border-radius:0 90% 0 90%;
}

.internal-maincontent-main {
	padding:24px 21px 21px 21px;
}
.internal-rightcol {
	overflow:hidden;
}
.internal-rightcol p {
	line-height:1.4;
}
.internal-rightcol p:last-child {
	margin-bottom:0;
}
p.lh-greater {
	line-height:1.7;
}
h1.internal-h1 {
	float:left;
    color: #6CB22F;
    font-size: 20px;
    padding-bottom: 15px;
    text-align: right;
	margin-right:30px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:16.5%;
}
.homepage-rollover {
	font-size:0;
	line-height:1;
}
.homepage-rollover {
	background-color:transparent;
}
.homepage-rollover > div
 {
	display:inline-block;
	margin-right:18px;
	vertical-align:top;
}
.homepage-rollover > div > a  {
	display:inline-block;
	vertical-align:top;
}
.homepage-quotes-mobile img {
	display:block;
}
.focus-image {
	margin:0 7px 15px 0;
}
.fg-menu-button,.menu-collapse {
	display:none;
}
.fg-menu-button {
	float:right;
}
.menu-collapse {
	margin-right:3px;
	position:relative;
}
.fg-menu-button {
	padding:6px;
	cursor:pointer;
	background-color:transparent;
	border:1px solid rgba(158,160,163,.3);
	border-radius:5px;
}
.fg-menu-button span {
	display:block;
	width:22px;
	height:2px;
	color:#87cb7c;
	background-color:#87cb7c;
	border-radius:2px;
}
.fg-menu-button span:not(:first-child){
	margin-top:5px;
}
.nav-collapse {
	color:white;
/*	background-color:#9ea0a3;*/
	background-color:#9fa1a4;
/*	background-color:#87cb7c;
*/	position:absolute;
	right:0;
	top:40px;
	border: 1px solid rgba(0,0,0,0);
	transition: opacity 0.4s ease-in-out;
	opacity:0;
	z-index:-99999;
	max-width:100%;
	overflow:hidden;
	border-radius:4px;
	padding:5px 0;
	box-shadow:5px 5px 5px 0 rgba(0,0,0,.5);
	
	}
.nav-collapse a:link,.nav-collapse a:visited,.nav-collapse a:active {
	color:white;
	background-color:#9fa1a4;
}
.nav-collapse a:hover {
	color:#87cb7c;
	background-color:#9fa1a4;
}

.nav-collapse li {
	padding:0 10px 0 10px;
}
.nav-collapse a {
	width:100%;
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
	padding:15px 40px 15px 10px;
	border-bottom:1px solid rgba(255,255,255,.1);
	font-size:16px;
	background-color:#9fa1a4;
}
.nav-collapse li:last-child a {
	border-bottom:none;
}
.chg-opacity {
	opacity:1;
	z-index:9995;
}
#kudos-quote {
	float:right;
}
.testimonials {
	max-width:250px;
}
.resources {
	font-size:0;
}
.resources > div {
	display:inline-block;
	vertical-align:top;
	width:33%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:14px;
}
.resources a {
	line-height:1.2;
	display:inline-block;
	vertical-align:top;
	margin-bottom:7px;
}
.resources > div:not(:last-child)
{
	padding-right:10px;
	margin-bottom:15px;
}
.resources p:first-child {
	margin-bottom:5px;
}
.contact-form-left,.contact-form-right {
	display:inline-block;
	vertical-align:top;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.contact-form input:not([type="button"]), .contact-form select {
	height:25px;
	border:1px solid #aaaaaa;
}
.contact-form input, .contact-form select,.contact-form textarea {
	border:1px solid #aaaaaa;
}
.contact-form-left {
	width:55%;
}
.contact-form-right {
	width:45%;
	padding-left:15px;
}
.contact-form {
	font-size:0;
}
.contact-form input[type="button"] {
	margin-top:20px;
	padding:10px 30px;
	font-size:16px;
	cursor:pointer;
}
.contact-form p, .contact-form em,.contact-form span {
	font-size:14px;
}
.contact-form label,.contact-form input,.contact-form select, .contact-form textarea {
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:10px;
	color: #9fa1a4;
	vertical-align:middle;
}
.contact-form-left label {
	padding-right:5px;
	width:30%;
}
.contact-form-left input:not([type="button"]),.contact-form-left  select {
	width:70%;
}
.contact-form-right label {
	width:100%;
	margin-bottom:3px;
}
.contact-form-right input,.contact-form-right textarea {
	width:100%;
}
.verification-code {
	margin-top:35px;
}
.verification-code label {
	width:32%;
	padding-right:5px;
}
.verification-code input {
	width:60%;
}
.verification-code img {
	margin-left:32%;
	margin-bottom:7px;
}
.quote-text-mobile {
	display:none;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.hideme {
	display:none;
}
.quote-number {
	font-size:22px;
	margin-right:10px;
	letter-spacing:.002em;
}

/***************************************************************************************/
.errtext {
	color:#FF0000;
	font-weight:bold;
}
.mytracetext
{
	color:#FFFFFF;
	background-color:#96935f;
}
.redtext {
	color:#FF0000;
}
/***************************************************/
/*************** BEGIN SLIDE SHOW *********************/
/* http://jonraasch.com/blog/a-simple-jquery-slideshow */
#slideshow {
    position:relative;
	/*width:879px;
	height:314px;
	/*max-width:879px;    set to width of images 
    max-height:314px;   set to height of images */ 
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow img.dummy-image {
	position:relative;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}
/*************** END SLIDE SHOW *********************/
/****************** SC ARCHITECTURE ******************/
.mainlogo {
	/*margin-top:23px;     kmnew*/
	padding-left:23px;
	vertical-align:bottom; /*kmnew*/
	display:table-cell;
}
.topnav-phonenumber-div {
	margin-bottom:16px;
}
.topnav-phonenumber-div a img{
	vertical-align:bottom;
}
.social {
	margin:7px 0 3px 20px;
}
.topnav-phonenumber-text {
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#6cb22f;
}
.header-image {
	margin-top:18px;
}
.home-our-focus {
	font-size:20px;
	color:#6cb22f;
	padding-bottom:11px;
	padding-left:5px;
}
/************** background *************/

/******************* projects **********************/
.project-leadin-text {
	padding-top:20px;
}
.project-click-text {
	padding-top:5px;
	font-size:12px;
	color:#6cb33f;
}
.project-click-text a:link, .project-click-text a:visited, .project-click-text a:active {
	color:#6cb33f;
}
.project-click-text a:hover {
	color:#6cb33f;
}
.alternate-projects-link {
    font-size: 20px;
	padding:0 21px;
	background-color:#e7e7e8;
	height:44px;
	line-height:44px;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	border-top:1px solid #dfdfe0;
}
.alternate-projects-link a:link, .alternate-projects-link a:visited, .alternate-projects-link a:active {
	text-decoration:none;
	color: #9fa1a4;
}
.alternate-projects-link a:hover {
	text-decoration:none;
	color: #9fa1a4;
	-webkit-tap-highlight-color: #e7e7e8; 
}

.hideme {
	display:none;
}
.project-type {
	width:100px;
}
.greentext {
	color:#6cb33f; 
}
.box300 {
	width:300px;
}
.box250 {
	width:250px;
}
.testimonials {
/*	width:250px;
	height:170px;
*/}
p.testimonials-text {
	color:#6cb33f;
	line-height:1.3;
}
.resource-table {
	padding-right:7px;
}
#resources-title {
	padding-top:5px;
}
.page-title-spacing {
	width:140px;
}
h1 {
	display:block;
	margin:0px;
	padding:0px;
	font:inherit;
}
h2 {
	width:150px;
	display:block;
	margin:0px;
	padding:0px;
	font:inherit;
}

.nobold {
	font-weight:normal;
}
.tab-tbl {
	display:table;
	width:100%;
}
.services-text,.tab-img  {
	display:table-cell;
	vertical-align:middle;
}
.tab-img {
	min-width:160px;
}
/* begin lightbox css */
.lightbox {
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    /* IE Fallback (Solid Colour) */
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
    background: rgba(0, 0, 0, 0.7);
    -webkit-filter: none !important;
    z-index: 9997;
}

.lightbox img {
    display: block;
    position: absolute;
    border: 3px solid #999999;
    box-shadow: 0 0 20px #000;
    border-radius: 1px;
}

body.blurred > * {
    -webkit-filter: blur(2px);
    -webkit-transform: translate3d(0, 0, 0);
}

.lightbox__loading {
    background: url(/include/responsive-lightbox/loading.gif) center center no-repeat;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.lightbox__caption {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 9998;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

.lightbox__caption p {
    margin: 0 auto;
    max-width: 90%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}

.lightbox__button {
    position: absolute;
    z-index: 9999;
    background: no-repeat center center;
    width: 32px;
    height: 32px;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.lightbox__button:hover,
.lightbox__button:focus {
    opacity: 1;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.lightbox__close {
    right: 10px;
    top: 10px;
    background-image: url("/include/responsive-lightbox/close.png");
}

.lightbox__nav {
    top: 50%;
    margin-top: -16px;
}

.lightbox__nav--next {
    right: 10px;
    background-image: url("/include/responsive-lightbox/next.png");
}

.lightbox__nav--prev {
    left: 10px;
    background-image: url("/include/responsive-lightbox/previous.png");
}
/* end lightbox css */
/* begin bxslider css */
/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
/*  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
*/  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('/include/bxslider/images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('/include/bxslider/images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('/include/bxslider/images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9990;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('/include/bxslider/images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('/include/bxslider/images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  padding: 10px;
}
/* end bxslider css */
@media all and (max-width: 940px)  {
	.menu-full {
		display:none;
	}
	.fg-menu-button,.menu-collapse {
		display:block;
	}
	.mainlogo img {
		margin-top:-25px;
	}
	.topnav-phonenumber-div {
		margin-bottom:0;
	}
	.new-topdiv {
		padding:10px 10px 21px 10px;
	}
	.contact h1.internal-h1 {
		float:none;
		text-align:left;
	}
	}
@media all and (max-width: 800px)  {
	h1.internal-h1 {
		float:none;
		text-align:left;
		width:100%;
	}
	}
@media all and (max-width: 750px)  {
	.contact-form-left,.contact-form-right {
		width:100%;
	}
	.contact-form-right {
		padding:0;
	}
	
}
@media all and (max-width: 720px)  {
	.footer-logos {
		float:none;
	}
	.resources > div:not(:last-child) {
		width:50%;
	}
	.resources > div:last-child {
		width:100%;
	}
	}
@media all and (max-width: 650px)  {
	#kudos-quote {
		float:none;
		max-width:100%;
		margin-bottom:25px;
	}
	h1.internal-h1 {
		float:none;
		text-align:left;
		width:100%;
	}
	.internal-maincontent:after, .internal-maincontent:before {
		display:none;
	}
	body {
		font-size:16px;
	}
	.project-click-text {
		font-size:14px;
	}
	}
@media all and (max-width: 550px)  {
	.topnav-phonenumber-text {
		display:block;
	}
	}
@media all and (max-width: 500px)  {
	
	.mainlogo {
		padding-left:0;
	}
	.inner {
		padding:0 3px;
	}
	.homepage-maincontent {
		margin-top:15px;
	}
	.topdiv-commonhdr {
		margin-top:0px;
	}
	.tab-img,.services-text,.tab-tbl {
		display:block;
		width:100%;
	}
	.resources > div:not(:last-child) {
		width:100%;
	}
	.resources > div {
		margin-right:0;
	}
	.homepage-maincontent {
		margin-left:10px;
		margin-right:10px;
	}
	.homepage-quotes-mobile {
		display:block;
	}
	.focus-image-mobile:not(:first-child) {
		margin-top:20px;
	}
	.focus-image-mobile {
		margin-bottom:7px;
	}
	.homepage-rollover {
		display:none;
	}

}
@media all and (max-width: 400px)  {
	.contact-form label,.contact-form select,.contact-form-left input:not([type="button"]),.contact-form-right input {
		width:100%;
	}
	.contact-form label {
		margin-bottom:1px;
	}
}
@media   all and (max-width: 350px ) {
	.topdiv-commonhdr,.mainlogo,.topdiv-commonhdr-right {
		display:block;
		text-align:left;
		padding-left:0;
	}
	.mainlogo {
		margin-bottom:3px;
	}
	.topnav-phonenumber-text {
		display:inline-block;
	}
	.topnav-phonenumber-div a:nth-child(2) {
		display:inline-block;
		width:10%;
	}
	.topnav-phonenumber-div a:nth-child(3) {
		display:inline-block;
		width:15%;
		padding-left:10px;
	}
	.topnav-phonenumber-text {
		font-size:16px;
	}
	}
@media   all and (max-width: 280px ) {
/*		.topnav-phonenumber-text {
		display:block;
		margin-top:15px;
	}
	.topnav-phonenumber-div a:nth-child(2) img {
		margin-left:0;
	}
*/
)
