<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer .span40 p {
  float: left;
  clear: left;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
#footer .span40 p strong {
  font-weight: normal;
  color: #007eaf;
}
#footer .span40 p.copyright {
  color: #6e767b;
}
#footer .span40 p.copyright a {
  color: #6e767b;
  text-decoration: underline;
}
#footer .span40 img {
  float: right;
}
#footer .span40 ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer .span40 ul li {
  float: right;
  font-size: 0;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background-color: #929292;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: .8;
}
#footer .span40 ul li:hover {
  opacity: 1;
}
#footer .span40 ul li:last-child {
  margin: 0;
}
#footer .span40 ul li.googlePlus a {
  display: block;
  width: 30px;
  height: 30px;
  background: url('/content/site_images/googlePlus.png') no-repeat;
}
#footer .span40 ul li.youtube a {
  display: block;
  width: 30px;
  height: 30px;
  background: url('/content/site_images/youtube.png') no-repeat;
}
#footer .span40 ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background: url('/content/img/icons/icons-social.png') no-repeat;
}
#footer .span40 ul li.twitter {
  background-color: #008dcd;
}
#footer .span40 ul li.facebook {
  background-color: #1868a2;
}
#footer .span40 ul li.facebook a {
  background-position: -39px 0;
}
#footer .span40 ul li.linkedin a {
  background-position: -78px 0;
}


#footer .span40 ul li.vimeo {
  background-color: #008dcd;
}
#footer .span40 ul li.vimeo a {
  background-position: -118px 0;
}

#footer .span40 .btn-news {
  float: left;
  
  
  margin: 0 15px 10px 4px;
  position: relative;
}

#footer .span40 .btn-news:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: -8px;
  top: -8px;
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}

.btn1 {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn1:hover,
.btn1:active,
.btn1.active,
.btn1.disabled,
.btn1[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn1:active,
.btn1.active {
  background-color: #cccccc \9;
}
.btn1:first-child {
  *margin-left: 0;
}
.btn1:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn1:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn1.active,
.btn1:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}

.btn1-cyan {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0091ca;
  background-image: -moz-linear-gradient(top, #00a1e0, #0079a8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a1e0), to(#0079a8));
  background-image: -webkit-linear-gradient(top, #00a1e0, #0079a8);
  background-image: -o-linear-gradient(top, #00a1e0, #0079a8);
  background-image: linear-gradient(to bottom, #00a1e0, #0079a8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a1e0', endColorstr='#ff0079a8', GradientType=0);
  border-color: #0079a8 #0079a8 #00425c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0079a8;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn1-cyan:hover,
.btn1-cyan:active,
.btn1-cyan.active,
.btn1-cyan.disabled,
.btn1-cyan[disabled] {
  color: #ffffff;
  background-color: #0079a8;
  *background-color: #00678f;
}
.btn1-cyan:active,
.btn1-cyan.active {
  background-color: #005475 \9;
}
.btn1-lime {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #c0c91b;
  background-image: -moz-linear-gradient(top, #d3dd25, #a3ac0b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d3dd25), to(#a3ac0b));
  background-image: -webkit-linear-gradient(top, #d3dd25, #a3ac0b);
  background-image: -o-linear-gradient(top, #d3dd25, #a3ac0b);
  background-image: linear-gradient(to bottom, #d3dd25, #a3ac0b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd3dd25', endColorstr='#ffa3ac0b', GradientType=0);
  border-color: #a3ac0b #a3ac0b #5f6406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #a3ac0b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #2b3943;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}
.btn1-lime:hover,
.btn1-lime:active,
.btn1-lime.active,
.btn1-lime.disabled,
.btn1-lime[disabled] {
  color: #ffffff;
  background-color: #a3ac0b;
  *background-color: #8c9409;
}
.btn1-lime:active,
.btn1-lime.active {
  background-color: #767c08 \9;
}
.btn1-lime:hover {
  color: #2b3943;
}
.btn1-blueDark {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #37434c;
  background-image: -moz-linear-gradient(top, #3b4851, #323c44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b4851), to(#323c44));
  background-image: -webkit-linear-gradient(top, #3b4851, #323c44);
  background-image: -o-linear-gradient(top, #3b4851, #323c44);
  background-image: linear-gradient(to bottom, #3b4851, #323c44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b4851', endColorstr='#ff323c44', GradientType=0);
  border-color: #323c44 #323c44 #121518;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #323c44;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn1-blueDark:hover,
.btn1-blueDark:active,
.btn1-blueDark.active,
.btn1-blueDark.disabled,
.btn1-blueDark[disabled] {
  color: #ffffff;
  background-color: #323c44;
  *background-color: #272f35;
}
.btn1-blueDark:active,
.btn1-blueDark.active {
  background-color: #1c2227 \9;
}
.btn1-brown {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #a4a19c;
  background-image: -moz-linear-gradient(top, #b0ada8, #918e8b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b0ada8), to(#918e8b));
  background-image: -webkit-linear-gradient(top, #b0ada8, #918e8b);
  background-image: -o-linear-gradient(top, #b0ada8, #918e8b);
  background-image: linear-gradient(to bottom, #b0ada8, #918e8b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb0ada8', endColorstr='#ff918e8b', GradientType=0);
  border-color: #918e8b #918e8b #6b6865;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #918e8b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn1-brown:hover,
.btn1-brown:active,
.btn1-brown.active,
.btn1-brown.disabled,
.btn1-brown[disabled] {
  color: #ffffff;
  background-color: #918e8b;
  *background-color: #85817e;
}
.btn1-brown:active,
.btn1-brown.active {
  background-color: #787571 \9;
}
a.btn1
{
	text-decoration:none !important;
}
.clientModal
{
	text-align:center;
	font-family: futura-pt, sans-serif;
	
}
.clientModal img
{
	float:left;
	
}

.clientModal p {
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  text-align:center;
  color:#455560;
}

.clientModal div.profileName
{
	float:left;
	margin-right:10px;
	text-align:center;
	background-color:#fff !important;
	margin:10px 0;
	font-size:22px;
	line-height:40px;
	color:rgb(69, 85, 96) !important;
	
}
.clientModal div.shortBio
{
	
	float:left;
	
}
.modal-footer .btn
{
	text-decoration:none;
}
.clientModal div.shortBio
{
	width:75%;
}

.nav-btn {
  float: right;
  margin-top: 12px;
  margin-right:5px;
}
#column1-btn_Container
{
	display:none;
}
.column1-btn {
  float: right;
  
  margin-right:10px;
  margin-bottom:10px;
}

.sub-btn 
{
	display:none;
  float: left;
  padding-top:2px !important;
  padding-bottom:2px !important;
  margin-right:10px;
  margin-bottom:10px;
}

.icon-context {
	background-image: url(/content/site_images/icons/contextmenu.png);
	background-repeat: no-repeat;
	background-position: 5px;
}
.mobile-nav {
  display: none;
}
.nav-phone {
  display: none !important;
}
div#userInfoContent
{
	padding: 10px 0 0 10px !important;
	margin-bottom: 15px !important;
	overflow: auto;
}

div#userInfoContent div
{
	margin-right: 10px;
}


div#userInfoContent dt
{
	margin-top: 5px;
}

div#userInfoContent dd
{
	font-size: .8em;
}

#fieldset-logon_to_your_account
{
	margin-bottom:0px !important;
}

div#main_realm_options,div#main_billing_options
{
	display:none;
}
span.tableHeader
{
	display:none;
}

img.mobileLogo,a.mobileLogo
{
	display:none;
}

div#createBillingSection
{
	display:none;
}

a#phoneAdvancedOwnershipButton
{
	display:none;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
	display: inherit !important;
  }
  .visible-desktop {
	display: none !important ;
  }
  .visible-tablet {
	display: inherit !important;
  }
  .hidden-tablet {
	display: none !important;
  }
}
@media (max-width: 979px) {
  .nav-hidden {
	display: none !important;
  }
  .nav-phone {
	display: inherit !important;
  }
  .hidden-desktop {
	display: inherit !important;
  }
  .visible-desktop {
	display: none !important ;
  }
  .visible-tablet {
	display: inherit !important;
  }
  .hidden-tablet {
	display: none !important;
  }
  
  #addRestrictionToTract
  {
	  display:inherit !important;
  }
  #addLocation
  {
	  display:inherit !important;
  }
  
  div.container
  {
	  width:300px !important;
  }
  
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2080;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal p {
  line-height: 26px;
}
.modal p em {
  background-color: #2f3b42;
  display: block;
  padding: 8px;
  color: #ffffff;
  font-weight: normal;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-style: normal;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  overflow-y: auto;
  max-height: 450px;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.span12, .span8 {
        width: 100% !important;
    }
    span#whatsnewcount {
        border: 0.5px solid black;
        color: black;
    }
}
/*Phone Styles*/
@media (max-width: 800px) 
{
	  .hidden-desktop {
		display: none !important;
	  }
	  .visible-desktop {
		display: none !important;
	  }
	  .visible-phone {
		display: inherit !important;
	  }
	  .hidden-phone {
		display: none !important;
	  }
 
  .nav-hidden {
	display: none !important;
  }
  .nav-phone {
	display: inherit !important;
  }
  
	div.form-help-message
	{
		display:none !important;
	}
	div#createBillingSection
	{
		display:inherit !important;
	}
	div#dashboard div.blinkContainer
	{
		width:98% !important;
		height:400px;
	}
	div#dashboard div.blinkChart
	{
		width:98% !important;
		height:auto !important;
	}
    div#userActivityContainer,div#companyActivityContainer,div#billingActivityContainer
    {
        width:98% !important;
        height:300px;
        float: left;
    }
	div#dashboard div.blinkChart div.blinkLegend
	{
		padding-top:5px;
		width:98%;
	}
	div#title_extra_phone
	{
		display:inherit !important;
	}
	div#navigation_main
	{
		background:none; 
		
	}
	div#navigation_main div img.mobileLogo
	{
		display:inherit !important;
		width:200px;
		padding-left:7px;
		padding-top:7px;
	}
	#column1-btn_Container
	{
		display:inherit !important;
	}
	a.mobileLogo
	{
		display:inherit !important;
	}
	h1#title
	{
		display:none !important;
	}

	div#two-column1
	{
		width:98% !important;
		
	}
	
	div#two-column2
	{
		padding-top:15px;
		float:left;
		width:98% !important;
		border-left: none;
		margin-left:0px;
		padding-left:0px;
	}
	
	div#two-column2 fieldset
	{
		width:98% !important;
	}
	
	div#stats
	{
		width:98% !important;
	}
	
	div#column1
	{
		float:left;
		width:97% !important;
		display:none;
		max-width:97% !important;
		min-height:0px !important;
		padding-bottom:10px;
	}
	
	div#column1 a
	{
		width:95% !important;
		padding-left:0px;
		padding-right:0px;
	}
	
	div#column2
	{
		width:98% !important;
		margin-left:0px;
		padding-left:0px;
		height:auto !important;
		min-height:0px;
	}
	
	div#column3
	{
		padding-top:15px;
		float:left;
		width:98% !important;
		margin-left:0px;
		padding-left:0px;
	}
	
	div#column3 fieldset
	{
		width:98% !important;
	}
	
	div#column2 fieldset
	{
		width:98% !important;
	}
	
	div.container
	{
		width:99% !important;
	}
	
	.detailsPieChartArea
	{
		float:left;
		width:98% !important;
		height:660px;
		padding-top:10px;
		padding-bottom:20px;
	}
	
	input.ac_input
	{
		width:90% !important;
	}
	table.ownershipTable input
	{
		display:block;
		width:98%;
	}
	fieldset span.viewhelper-label
	{
		width: 98%;
		float: left;
		margin-bottom: 4px;
		
	}
	
	fieldset.form div.viewhelper-content
	{
		width:98% !important;
		padding-left:8px;
	}
	
	.sortingAndPaging
	{
		width:98% !important;
	}

    .manualSortButton {
        display: none !important;
    }
	
	.createContainer
	{
		margin-bottom:15px !important;
	}
	
	fieldset.form select
	{
		width:98%;
	}
	
	div#two-column2 fieldset
	{
		width:98% !important;
	}
	
	td.resultsAmount select
	{
		width:100% !important;
	} 
	.sortingAndPaging select
	{
		width:25% !important;
	}    
	select.resultsPerPage
	{
		width:110% !important;
	}

    span#whatsnewcount {
        border: 0.5px solid black;
        color: black;
    }
	input#search_searchName,input#search_tractName
	{
		width:95% !important;
	}
	
	div.recent
	{
		width:98% !important;
	}
	div#content
	{
		padding-right:4px !important;
		padding-left:5px !important;
	}
	div#column3
	{
		float:left;
	}
	div#main_tab_options
	{
		display:none;
	}
	div#main_realm_options
	{
		display:inherit !important;
		float:left;
		padding:0px 2px 2px 0px;
		width:95%;
	}
	div#main_billing_options
	{
		display:inherit !important;
		float:left;
		padding:0px 2px 2px 0px;
		width:100%;
	}
	ul.billingMenu
	{
		
		clear: both;
		  list-style-type: none !important;
		  margin: 0;
		  padding: 0;
		  margin-top:0px;
		  margin-bottom: 20px;
		  padding-right:10px;
		  padding-left:10px;
	}
	div#main_realm_options a
	{
	
	text-decoration: none;
	padding-top: 9px;
	padding-bottom:9px;
	vertical-align: middle;
	display: inline-block;
	}
	div#main_realm_options ul
	{
	  clear: both;
	  list-style-type: none !important;
	  margin: 0;
	  padding: 0;
	  margin-top:0px;
	  margin-bottom: 20px;
	  padding-right:10px;
	  padding-left:10px;
	}
	div#main_realm_options ul li
	{
		float:left;
		padding:1px 3px 1px 3px;
	}
	
	.ac-input
	{
		width:98% !important;
	}
	
	.entitySearchContainer
	{
		float:left;
		padding:5px 0 5px 0 !important;
		width:98% !important;
	}
	
	form fieldset.form 
	{
		width:98% !important;
	}
	.mobile-nav
	{
		clear:both;
		height:100%;
		padding-right:10px;
		padding-left:10px;
		
	}
	
	div.additionalPermissions
	{
		clear:both;
	}
	
	.mobile-nav ul#mobile {
	  clear: both;
	  list-style-type: none;
	  margin: 0;
	  padding: 0;
	  margin-top:10px;
	  margin-bottom: 20px;
	  padding-right:10px;
	  padding-left:10px;
	}
	.mobile-nav ul#mobile li 
	{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	  background-color: #0091c9;
	  background-image: -moz-linear-gradient(top, #00a0de, #007aaa);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a0de), to(#007aaa));
	  background-image: -webkit-linear-gradient(top, #00a0de, #007aaa);
	  background-image: -o-linear-gradient(top, #00a0de, #007aaa);
	  background-image: linear-gradient(to bottom, #00a0de, #007aaa);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a0de', endColorstr='#ff007aaa', GradientType=0);
	}
	.mobile-nav ul#mobile li a {
	  display: block;
	  color: #ffffff;
	  padding: 10px;
	  font-size: 18px;
	  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}
	
	.mobile-nav ul#mobile li.logoff
	{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	  background-color: #f00 !important;
	  background-image: none !important;
	}
	.mobile-nav ul#mobile li.logoff a {
	  display: block;
	  color: #000;
	  padding: 10px;
	  font-size:1.2em;
	  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}
	
	.mobile-nav ul#mobile li.switchUser
	{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	  background-color: #ff9e01 !important;
	  background-image: none !important;
	}
	.mobile-nav ul#mobile li.switchUser a {
	  display: block;
	  color: #000;
	  padding: 10px;
	  font-size:1.2em;
	  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}
	
	.mobile-nav ul#mobile li.notificationsLink
	{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	  background-color: #e1e4e9 !important;
	  background-image: none !important;
	}
	.mobile-nav ul#mobile li.notificationsLink a {
	  display: block;
	  color: #000;
	  padding: 10px;
	  font-size:1.2em;
	  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}
	
	.mobile-nav ul#mobile li:first-child a 
	{
		 -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	  background-color: #0091c9;
	  background-image: -moz-linear-gradient(top, #00a0de, #007aaa);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a0de), to(#007aaa));
	  background-image: -webkit-linear-gradient(top, #00a0de, #007aaa);
	  background-image: -o-linear-gradient(top, #00a0de, #007aaa);
	  background-image: linear-gradient(to bottom, #00a0de, #007aaa);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a0de', endColorstr='#ff007aaa', GradientType=0);
	}
	.mobile-nav ul#mobile li:last-child a {
	  border: 0;
	}
	.mobile-nav ul#mobile li ul {
	  display: none;
	  padding: 0 0 20px 20px;
	}
	.mobile-nav ul#mobile li ul li {
	  background: transparent;
	}
	.mobile-nav ul#mobile li ul li a {
	  background: transparent;
	  padding: 5px;
	}
	.mobile-nav ul#mobile li ul li:first-child a {
	  background: transparent;
	}

	.mobile-nav ul#mobile li:hover
	{
		background-color: #0397d5;
		cursor: pointer;
	}

	.mobile-nav ul#mobile li:hover a
	{
		text-decoration: underline;
		color:#fff;
	}

	.mobile-nav ul#mobile li a
	{
		color: #000;
		font-weight: bold;
		text-decoration: none;
		font-size:1.2em;
	}

	.mobile-nav ul#mobile li.active
	{
		background-color: #44555f;
		
		border-bottom: solid 1px #44555f;
	}

	.mobile-nav ul#mobile li.active a
	{
		color: #fff;
	}

	.mobile-nav ul#mobile li.admin a
	{
		color: #0397d5;
	}
	.mobile-nav ul#mobile li.admin a
	{
		background-color: #8CBA4A !important;
		color:#000;
	}

	.mobile-nav ul#mobile li.admin:hover a
	{
		text-decoration: underline;
		color:#fff;
	}

	.mobile-nav ul#mobile li.admin.active
	{
		background-color: #8CBA4A;
		
	}

	.mobile-nav ul#mobile li.admin.active a
	{
		color:#fff;
	}

	.mobile-nav ul#mobile li.disable
	{
		background-color: #7c7c7c;
	}

	.mobile-nav ul#mobile li.learnAndSignUp
	{
		background-color: #fbe166;
	}

	.mobile-nav ul#mobile li.learnAndSignUp.active
	{
		background-color: #e2bd16;
	}

	.mobile-nav ul#mobile li.learnAndSignUp a
	{
		color:#666666;
	}

	.mobile-nav ul#mobile li.admin_active
	{
		border-bottom: solid 1px #8CBA4A;
	}
	
	div.projectDetailsContent
	{
		width:98% !important;
	}
	
	div.content_tabset
	{
		width:98% !important;
	}
	
	table.ownershipTable tr td
	{
		border:solid 1px #44555f;
	}
	
	a.icon-map
	{
		display:none !important;
	}
	
	a#phoneAdvancedOwnershipButton
	{
		display:inherit;
	}

    .span12, .span8 {
        width: 100% !important;
    }
        span#whatsnewcount {
        border: 0.5px solid black;
        color: black;
    }
}</pre></body></html>