/*
==============================================================================
**
** COMMON ELEMENTS
**
** SCOPE: 		GLOBAL
** REVISION:	0.1
** DATE:		03/23/11
** AUTHORS:		DUNCAN MCALESTER (DUNCAN@LAYER-51.COM)

** USAGE:

** NOTES:		These style directives are used on common elements that can
				appear on any page of the site, but are not required on every
				page.

** TODO:

** REVISION HISTORY
------------------------------------------------------------------------------






==============================================================================
*/
/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* Including lib.less - this template is intentionally left blank and does not need to be included  on the live server */
/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* =========================================================================== */
/*
** COLOR PALETTE
**
** DESCRIPTION:	Class to be applied to any button
** USAGE:
** NOTES:
**
*/
/*
** SPECIFIC COLORS
**
** DESCRIPTION:	Define the shape color and size of the container
** USAGE:
** NOTES:
**
*/
/*
** CONTAINER
**
** DESCRIPTION:	Define the shape color and size of the container
** USAGE:
** NOTES:
**
*/
/*
This is not working, but eventually I think it makes more sense to define border radius
here than have each element need a border radius element that get's set to zero;
.container-radius() {
	.less-radius(10px,10px,10px,10px);
	.ie-pie();
}
*/
/*
** MAIN NAV
**
** DESCRIPTION:	Class to be applied to any button
** USAGE:
** NOTES:
**
*/
/*
** BUTTON
**
** DESCRIPTION:	Variables for standard buttons
** USAGE:
** NOTES:
**
*/
/* Over Button Variables */
/* Pressed Button Variables */
/* Asides Figure Image Shadow */
/* =========================================================================== */
#site-tools {
  display: block;
  float: right;
}
/*
** SEARCH
**
** DESCRIPTION:
** USAGE:
** NOTES:
**
*/
#site-search {
  display: block;
  height: 23px;
  width: 200px;
  overflow: show;
  float: right;
  padding-left: 10px;
}
#site-search legend {
  display: none;
}
#site-search fieldset {
  margin-top: 10px;
  width: 100%;
  padding: 0;
  border-top: 1px solid #000;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid #000;
  border: none;
  background: #f8f4ea;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border-box;
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);
  behavior: url('/styles/pie.htc');
}
#search-field {
  border: none;
  font-size: 13px;
  width: 95%;
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}
.ie7 #site-search {
  margin-top: .9em;
}
/*
** SOCIAL MEDIA
**
** DESCRIPTION:
** USAGE:
** NOTES:
**
*/
#social-media {
  text-align: center;
  width: 120px;
  position: absolute;
  top: 146px;
  right: 84px;
  padding: 0;
}
#social-media li {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 4px;
  text-indent: -999em;
}
#social-media li:hover {
  background-color: transparent !important;
}
#social-media a {
  display: block;
  height: 16px;
  width: 16px;
}
#social-media a:hover {
  background-color: transparent !important;
}
#facebook,
#facebook a:hover {
  background: transparent url(/styles/img/global-sprites.png) -468px -285px no-repeat;
}
#flickr,
#flickr a:hover {
  background: transparent url(/styles/img/global-sprites.png) -485px -285px no-repeat;
}
#youtube,
#youtube a:hover {
  background: transparent url(/styles/img/global-sprites.png) -502px -285px no-repeat;
}
#rss,
#rss a:hover {
  background: transparent url(/styles/img/global-sprites.png) -518px -285px no-repeat;
}
#twitter,
#twitter a:hover {
  background: transparent url(/styles/img/global-sprites.png) -538px -285px no-repeat;
}
.ie7 #social-media {
  width: 140px;
}
.ie7 #social-media li {
  margin-left: 8px;
  float: left;
}
/*
** MORE BUTTON
**
** DESCRIPTION:
** USAGE:
** NOTES:
**
*/
.more {
  position: relative;
  z-index: 1;
  padding: .675em;
  margin: .3em 0 0 0;
  font-family: 'FuturaW01-MediumCondens', "Arial Narrow", sans-serif !important;
  font-size: .7875em;
  text-transform: uppercase;
  line-height: 1.3;
  padding: .3em .3em .3em .6875em;
  color: #fff !important;
  background: #98341c;
  float: left;
  display: block;
}
.more:hover {
  text-decoration: none;
}
.more::after {
  content: '';
  position: absolute;
  background: #98341c;
  right: -0.68em;
  height: .95em;
  width: .95em;
  padding: .2em;
  z-index: -1;
  -webkit-transform: scaleY(-1) rotate(45deg);
  -moz-transform: scaleY(-1) rotate(45deg);
  transform: scaleY(-1) rotate(45deg);
}
.ie .more {
  margin: .4em 0 0 0;
}
.ie7 .more,
.ie8 .more {
  padding: .3em .618em;
}
/*
** BREADCRUMBS
**
** DESCRIPTION:
** USAGE:
** NOTES:
**
*/
#breadcrumbs {
  list-style: none;
  font-size: .825em;
  font-family: Georgia, sans-serif;
  font-style: italic;
  margin: 0 0 1em 0;
  padding: 0;
  display: block;
  border-bottom: 1px solid #ccc;
}
#breadcrumbs li {
  display: inline;
  margin: 0;
}
#breadcrumbs li a {
  margin: 0 .231em;
}
#breadcrumbs li:first-child a {
  margin-left: 0;
}
/*
** LIST
**
** DESCRIPTION:	Table based list element including pagination
** USAGE:		Typically used for "press browser" style navigation
** NOTES:		Many times an unordered or ordered list make more sense
**				but are harder to style than a table. The best way to
**				make a determination of list vs. table is whether it
**				might be conceivable to organize columns by column type.
**				For example in a listing of press releases organizing by
**				date is a reasonable sorting technique
**
*/
#listing {
  display: table;
  width: 100%;
}
#listing td {
  font-size: .925em;
  line-height: 1.4;
  padding: 1em;
  vertical-align: top;
}
#listing td.date {
  width: 2em;
}
#listing tr:nth-child(even) {
  background-color: #f6f3e5;
}
#listing h2 {
  display: block;
  padding: .825em;
  margin-top: 1.618em;
  color: #444;
  background-color: #d0d0d0;
}
#listing .divider {
  background-color: #fff !important;
}
#listing .divider td {
  font-size: 1.4em;
  border-bottom: 1px solid #e5dbb4;
  padding: 1em 1em 0 0 !important;
}
.pagination {
  clear: both;
  position: relative;
  margin: .618em auto 0 auto;
  padding: 1em 1em 2.618em 1em;
  overflow: show;
  font-size: .825em;
  color: #444;
  background-color: #ebe4c7;
}
.ie7 .pagination {
  height: 20px;
  padding: 5px 15px 15px 15px;
}
.pagination select {
  position: relative;
  width: 4em;
  margin: -0.2em -0.3em auto 0.3em;
  padding: .2em .5em;
  font-size: .825em;
}
.ie7 .pagination select {
  width: 40px;
  height: 24px;
  margin-top: 5px;
}
.ie8 .pagination select {
  width: 40px;
  height: 24px;
  margin-top: 0px;
}
.listing-jump {
  position: absolute;
}
.listing-increment {
  position: absolute;
  right: 10px;
  display: block;
}
.listing-increment a {
  padding: 0 5px 0;
  cursor: pointer;
}
.ie7 .listing-increment {
  margin-top: 2px;
}
/*
** INLINE SEARCH
**
** DESCRIPTION:	This is for the search that typically appears in the asides column
** USAGE:
** NOTES:
**
*/
.inline-search {
  padding-top: 0;
  overflow: hidden;
  clear: both;
}
.inline-search fieldset {
  padding: 0;
  background: none;
  margin-bottom: 1em;
}
.inline-search legend {
  padding-bottom: .317em !important;
  display: block !important;
}
.inline-search select {
  font-size: .9em;
  margin-right: 0;
  width: 37% !important;
  height: 30px;
}
.inline-search input[type="text"] {
  font-size: .9em;
  padding: 6px;
  width: 76%;
}
.inline-search .button {
  font-size: .9em;
  float: right;
  width: 20%;
  margin-right: 2px;
  padding: 0 !important;
  height: 29px;
}
.ie7 .inline-search .button {
  height: 28px;
  margin-top: -30px;
}
.ie8 .inline-search .button {
  height: 28px;
}
.ie7 .inline-search input[type="text"] {
  width: 70%;
}
.ie7 .inline-search select {
  font-size: 1.2em !important;
  height: 28px;
  line-height: 2.4;
}
.ie8 .inline-search select {
  font-size: .825em !important;
  height: 28px;
}
/*
** PEOPLE LIST
**
** DESCRIPTION:	Used for a list of people that use the hcard format. Mostly used for Hearings
** USAGE:
** NOTES:
**
*/
.people {
  list-style: none;
  margin: 0;
  padding: 0;
}
.people li {
  margin-bottom: 1.231em;
}
.people .fn,
.people .honorific-prefix {
  color: #444;
  font-weight: bold;
}
.people .title,
.people .org,
.people .adr {
  font-size: .9em;
  line-height: 1.4;
}
/*
** ENTRIES
**
** DESCRIPTION:
** USAGE:
** NOTES:
**
*/
.hnews h1 a {
  color: #000;
}
.hnews h1 a:hover {
  text-decoration: none;
}
/*
** TAGS
**
** DESCRIPTION:
** USAGE:
** NOTES:
**
*/
.tags {
  font-size: .825em;
}
.tags dt {
  display: inline;
  font-weight: bold;
}
.tags dd {
  margin: 0;
  padding: 0;
  display: inline;
}
.tags dd::after {
  content: ", ";
}
.tags dd:last-child::after {
  content: "";
}
/*
** LANDING PAGE LIST
**
** DESCRIPTION:	Used for pages that have a list of all the child pages
				Typically used on pages like the Issues or Services
				landing pages
** USAGE:
** NOTES:
**
*/
#landing-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#landing-page-list h2 {
  margin: 0;
  border: none;
}
#landing-page-list li {
  overflow: auto;
  clear: both;
  padding: 1.333em 0 1.333em 0;
  border-bottom: 1px dotted #c0bcb2;
}
#landing-page-list li:last-child {
  border: none;
}
#landing-page-list img {
  width: 25%;
  margin-right: 5%;
  float: left;
}
#landing-page-list p {
  font-size: .9em;
}
.one-col #landing-page-list {
  width: 60%;
}
/*
** BUTTON
**
** DESCRIPTION:
** USAGE:
** NOTES:
**
*/
.btn,
.button {
  position: relative;
  outline: 0 !important;
  padding: .4em 1.2em .6em 1.2em;
  display: block;
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #002a49;
  background: #98341c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.03, #d84b29), color-stop(0.04, #98341c), color-stop(1, #792427));
  background: -webkit-linear-gradient(top, #d84b29 3% #98341c 4%, #792427 100%);
  background: -moz-linear-gradient(top, #d84b29 3%, #98341c 4%, #792427 100%);
  background: -o-linear-gradient(top, #d84b29 3%, #98341c 4%, #792427 100%);
  background: linear-gradient(top, #d84b29 3%, #98341c 4%, #792427 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #98341c , endColorstr= #792427 );
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border-box;
}
.btn:hover,
.button:hover {
  color: #fff;
}
.btn:active,
.button:active {
  color: #fff;
}
a.btn,
a.btn:hover,
a.button,
a.button:hover {
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  width: 169px;
}
/*
** ASIDES
**
** DESCRIPTION:
** USAGE:
** NOTES:
**
*/
#asides {
  padding-top: 2em;
}
#asides dt {
  font-weight: bold;
}
#asides .press li time {
  display: block;
  margin: 0;
  padding: 0;
}
#asides .news time {
  display: block;
  margin-left: 2em;
  margin-top: -1.5em;
}
#asides .fn {
  font-weight: bold;
}
.facts dl,
.news ul,
.press ul,
.files ul,
.list ul,
.videos ul,
.audios ul,
.galleries ul,
.twitter-feed ul,
.locations ul,
.no-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  line-height: 1.4;
}
/*


#asides .files li,
#asides .videos li,
#asides .audios li,
#asides .galleries li {
	padding-left: 3.157em; }
*/
.news li,
.press li,
.files li,
.videos li,
.audios li,
.galleries li,
.locations li,
.no-list li {
  position: relative;
  padding: 0;
  margin: 0 0 1.618em 0;
}
.ie7 .news a,
.ie7 .press a,
.ie7 .files a,
.ie7 .videos a,
.ie7 .audios a,
.ie7 .galleries a {
  margin-top: -1.6em;
}
.twitter-feed li {
  border-top: 1px dotted #c0bcb2;
  margin-bottom: 1em;
  padding-top: 1em;
}
.twitter-feed li:first-child {
  border: none;
}
.twitter-feed time {
  font-size: .725em;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  display: block;
}
.twitter-feed .hashtag {
  font-weight: bold;
}
.twitter-feed .follow-me {
  display: block;
  padding: 1em 1em 1em 3.5em;
  font-family: sans-serif;
  font-weight: bold;
  color: #307ba9;
  background: #f6f0e1 url(/styles/img/twitter_32.png) 5% 10px no-repeat;
  border: 1px solid #80c1d5;
  border: 1px solid rgba(89, 87, 80, 0.23);
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border-box;
  -webkit-box-shadow: inset 0 0 3em rgba(89, 87, 80, 0.23);
  -moz-box-shadow: inset 0 0 3em rgba(89, 87, 80, 0.23);
  -o-box-shadow: inset 0 0 3em rgba(89, 87, 80, 0.23);
  box-shadow: inset 0 0 3em rgba(89, 87, 80, 0.23);
}
.facts dd dt {
  margin-top: 1em;
}
.facts dd dd {
  margin-left: .5em;
  margin-bottom: .5em;
}
.facts dd {
  font-family: sans-serif;
  font-size: .825rem;
  line-height: 1.2;
  margin: 0 0 1.231em 0;
}
.acrobat a,
.word a,
.excel a,
.powerpoint a,
.document a,
.flash a,
.vid a,
.avi a,
.h264 a,
.aud a,
.mp3 a,
.txt a,
.filesize {
  margin-left: 2em;
  display: block;
}
#asides .filesize {
  margin-top: -1.5em;
  font-size: .675;
}
.ie7 #asides .filesize {
  display: none;
}
#asides .filesize::before {
  content: "(";
}
#asides .filesize::after {
  content: ")";
}
#asides .filetype {
  height: 14px !important;
  width: 14px !important;
  display: block;
  margin: 1px 1em auto auto;
  float: left;
}
.acrobat .filetype {
  background: url("/styles/img/square-icons.png") no-repeat scroll -126px 0 transparent;
}
.word .filetype {
  background: url(/styles/img/square-icons.png) -112px -14px no-repeat;
}
.excel .filetype {
  background: url(/styles/img/square-icons.png) -98px -28px no-repeat;
}
.powerpoint .filetype {
  background: url(/styles/img/square-icons.png) -84px -42px no-repeat;
}
.document .filetype {
  background: url(/styles/img/square-icons.png) -56px -70px no-repeat;
}
.txt .filetype {
  background: url(/styles/img/square-icons.png) -56px -70px no-repeat;
}
.flash .filetype {
  background: url(/styles/img/square-icons.png) -70px -56px no-repeat;
}
.gallery .filetype {
  background: url(/styles/img/square-icons.png) -42px -84px no-repeat;
}
.vid .filetype,
.avi .filetype,
.h264 .filetype {
  background: url(/styles/img/square-icons.png) -14px -112px no-repeat;
}
.aud .filetype,
.mp3 .filetype {
  background: url(/styles/img/square-icons.png) -28px -98px no-repeat;
}
#asides .has-thumbs li {
  overflow: hidden;
  margin-bottom: 15px;
}
#asides .has-thumbs li a {
  display: block;
  float: left;
  width: 60%;
  margin-left: 10px;
}
#asides .has-thumbs li a.pull-left {
  display: block;
  width: auto;
  margin-left: 0;
}
.small_links {
  clear: left;
  list-style: none outside none;
  margin: 1.5em 0 0 !important;
  position: relative;
  top: 1em;
}
#share-buttons {
  list-style: none outside none;
  padding: 0;
  width: 600px;
}
#share-buttons li {
  float: left;
  margin: 0 10px 10px 0;
}
#share-buttons .last {
  width: 180px;
  margin: 0;
}
#share-buttons input[type="text"] {
  font-size: 0.5em;
}
textarea {
  overflow: auto;
}
.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
form {
  font-size: 1em;
}
form label {
  font-weight: bold;
  display: inline;
}
form li {
  margin-bottom: 2em;
}
form li li {
  margin-bottom: .4em;
}
form .col li {
  margin-left: 2%;
  width: 100%;
  float: left;
}
form .col li:first-child {
  margin-left: 0;
}
form .two li {
  width: 49%;
}
form .three li {
  width: 32%;
}
form .four li {
  width: 23.5%;
}
form .five li {
  width: 18.4%;
}
form .six li {
  width: 15%;
}
fieldset {
  padding: 1em;
  margin-bottom: 2em;
  border: none;
  overflow: visible;
}
fieldset ol,
fieldset ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.ie7 fieldset ol,
.ie7 fieldset ul {
  overflow: hidden;
}
legend {
  display: none;
}
fieldset fieldset legend {
  display: block;
  font-weight: bold;
  padding-bottom: .3em;
}
::-moz-focus-inner {
  border: 0;
}
label {
  margin-bottom: .3em;
}
input[type="text"],
input[type="date"],
button,
select,
textarea {
  font-size: 1.2em;
  vertical-align: middle;
  margin: 0;
  border: none;
  border: 1px solid #000;
  padding: .4em .3em;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"],
input[type="date"],
textarea,
select {
  width: 97%;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
select {
  position: relative;
  z-index: 1;
  width: 98.5%;
  height: 2.1em;
  padding: auto .5em !important;
  outline: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: -moz-linear-gradient(top, #ffffff 0, #eeeeee 1);
  background: linear-gradient(top, #ffffff 0, #eeeeee 1);
}
textarea {
  height: 20em;
}
body#scheduling textarea {
height: auto;
}
.ie7 .form-list-item label,
.ie7 label.full_line {
  float: right;
  width: 88%;
}
.form-list-item label {
  font-weight: normal;
  text-indent: -0.1em;
  margin-left: 1.2em;
  margin-right: 1.2em;
}
.two input[type="text"],
.two select,
.two textarea {
  width: 97%;
}
.three input[type="text"],
.three select,
.three textarea {
  width: 96%;
}
.four input[type="text"],
.four select,
.four textarea {
  width: 94%;
}
.five input[type="text"],
.five select,
.five textarea {
  width: 92%;
}
.six input[type="text"],
.six select,
.six textarea {
  width: 90%;
}
input[type="radio"],
input[type="checkbox"] {
  border: none;
  vertical-align: baseline;
  height: 13px;
  width: 13px;
  margin: .15em .5em auto .1em;
}
.ie9 input[type="radio"],
.ie8 input[type="radio"],
.ie7 input[type="radio"],
.ie9 input[type="checkbox"],
.ie8 input[type="checkbox"],
.ie7 input[type="checkbox"] {
  height: 21px !important;
  width: 21px !important;
}
input[required] {
  content: "Required";
}
input[type="text"]:focus {
  outline: none;
  background: #fff;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.errorMessage {
  z-index: 10000;
  display: block;
  padding: 0 10px;
  height: auto;
  color: #fff;
  font-family: sans-serif;
  font-size: 1em;
  background: -moz-linear-gradient(top, #ac210e, #69100e);
}
/*

	Social Media

*/
#sharelinks {
  border: medium none;
  color: #7B7B7B;
  font-family: georgia;
  font-size: 1.4em;
  margin: -4px 0;
  padding: 0;
}
.social_links {
  float: left;
  height: 35px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
}
#issues .social_links {
  float: left;
  height: 35px;
  list-style: none outside none;
  padding: 0;
  position: relative;
}
.social_links li {
  margin: 0 .5em 0 0;
  float: left;
}
#newsletter-signup input {
  width: 97%;
  margin-top: 10px;
}
#newsletter-signup .button {
  width: 100%;
  margin-top: 10px;
}
.amend-form-container .btn {
  margin-top: 20px;
}
.amend-form-container .control-group {
  margin-bottom: 2em;
}
.amend-form-container .signatures-container {
  margin: 1em 0;
  text-align: center;
}
.amend-form-container .signatures-container .num-signatures-container {
  display: inline-block;
  margin: 0 auto;
  padding: .5em;
  height: 30px;
  background: #255176;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #255176), color-stop(1, #1a324c)) !important;
  background: -webkit-linear-gradient(top, #255176 0%, #1a324c 100%) !important;
  background: -moz-linear-gradient(top, #255176 0%, #1a324c 100%) !important;
  background: -o-linear-gradient(top, #255176 0%, #1a324c 100%) !important;
  background: linear-gradient(top, #255176 0%, #1a324c 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #255176 , endColorstr= #1a324c );
  color: #44506a;
  text-decoration: line-through;
}
.amend-form-container .signatures-container .num-signatures-container .num-signatures {
  font-size: 2em;
  color: #fff;
  line-height: 1;
}
.amend-form-container .signatures-container .num-signatures-label {
  margin-top: .5em;
  text-transform: uppercase;
  font-weight: bold;
}
.amend-form-container .signatures-container.firefox .num-signatures-container {
  text-decoration: none;
}
#asides .amend-form-container .btn {
  margin-top: 10px;
}
#asides .amend-form-container .control-group {
  margin-bottom: 1em;
}
#asides .amend-form-container .control-group input[type="text"],
#asides .amend-form-container .control-group textarea,
#asides .amend-form-container .control-group select {
  width: 97%;
  font-size: .9em;
}
#asides .amend-form-container .control-group textarea {
  height: 7em;
}
/* formcheck errors */
.fc-tbx {
  z-index: 10000;
  display: block;
  padding: 0 10px;
  height: auto;
  color: #fff;
  font-family: Tahoma, sans-serif;
  font-size: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border-box;
  background: #113d72;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
  border-top: 1px solid rgba(255, 255, 255, 0.66);
  border-left: 1px solid rgba(255, 255, 255, 0.66);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fc-tbx ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fc-tbx ul li {
  margin: 0;
}
.fc-tbx ul li p {
  padding: .5em;
  margin: 0;
  color: #fff;
  font: normal normal normal 0.8em/1 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
