take-action {
  width: 100%;
  float: left;
  height: auto;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  background: #b90000;
  overflow: hidden;
  font-family: "proxima-nova-soft",Arial,Tahoma,Verdana,sans-serif;
  margin-bottom: 20px;
}

take-action take-action-nav {
  background: #444;
  min-height: 40px;
  width: 100%;
  float: left;
}

take-action take-action-nav item {
  float: left;
  width: 33.3333%;
  color: #FFF;
  text-align: center;
  border-right: solid 1px #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  padding-top: 8px;
  padding-bottom: 8px;
}

take-action take-action-nav item:hover {
	background-color: #555;
}

take-action take-action-nav item.active {
  background: #b90000;
  color: #FFF;
  position: relative;
}

take-action take-action-nav item:last-child {
  border-right: none;
}

take-action take-action-content {
  width: 100%;
  float: left;
  height: auto;
  color: #FFF;
  background: #b90000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  display: none;
  font-weight: 500;
	letter-spacing: 0.02rem;
}

take-action take-action-content a {
	color: #FFC;
}

take-action take-action-content span {
  width: 100%;
  float: left;
  height: auto;
  padding: 15px;
}

take-action take-action-content.active {
  display: table;
}

take-action take-action-content take-action-contact {
  width: 100%;
  float: left;
  height: auto;
  border-bottom: solid 1px #555;
  padding: 15px;
}

take-action take-action-content take-action-contact:last-child {
  border-bottom: none;
}

take-action button-group {
  line-height: 38px;
  float: left;
  width: 100%;
  background: #FFF; 
  margin-bottom: 15px;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  overflow:hidden;
}

take-action button-group .button {
  width: 50%;
  float: left;
  padding: 0;
  text-align: center;
  color: #b90000;
  height: 38px;
  line-height: 38px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-weight: 700;
  background-color: #f0f0f0;
	  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
	border:none;
	text-shadow: 1px 1px 1px #FFF;
}

take-action button-group .button:hover {
  background-color: #FFF;
}

take-action button-group .button:first-child {
  border-right: solid 1px #b90000;
		  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
}

take-action #email-content {
  width: 100%;
  float: left;
  height: auto;
  background: #b90000;
  color: #FFF;
  border: none;
}

#emtd {
  height: 1px;
  width: 1px;
  opacity: 0;
  overflow: hidding;
}


/**umb_name:project_non*/
.project_non{}