/* Association theme.css */
/* Page Setup */
/*utility*/
.another {
  display: none;
}
#ui-datepicker-div {
  z-index: 80 !important;
}
/*other stuff here*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  zoom: 1;
}
.clearfix {
  display: inline-block;
  zoom: 1;
}
/*  \*/* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
  zoom: 1;
}
/*  */
img.right {
  margin: 0 0 15px 15px;
}
img.left {
  margin: 0 15px 15px 0;
}
.head-spacer {
  height: 10px;
}
/*variables below are derived from theme settings. Use for testing*/
/*********************************************
** Other classes
*********************************************/
div.feedflare {
  display: none;
}
/*********************************************
** MIXINS
*********************************************/
/*********************************************
** TYPEOGRAPHY
*********************************************/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
h1 {
  font-size: 22px;
  line-height: 1.2;
}
h2 {
  font-size: 18px;
  line-height: 1.2;
}
h3 {
  font-size: 16px;
  line-height: 1.35;
}
h4 {
  font-size: 14px;
  line-height: 1.35;
}
p {
  font-size: 12px;
  line-height: 1.35;
}
#interiorContent > h1 {
  font-size: 22px;
  color: #333;
}
#interiorContent article div {
  font-size: 14px;
  line-height: 1.35;
}
#interiorContent article div.alert-box {
  padding-right: 25px;
  text-shadow: 0 0 rgba(0, 0, 0, 0.3);
}
#interiorContent form h4 {
  font-size: 18px;
}
#interiorContent form div {
  font-size: 12px;
  line-height: 1.35;
}
#interiorContent .truncate {
  margin-bottom: 20px;
}
#interiorContent .opt-in {
  margin-top: 10px;
}
form h1 label,
form h2 label,
form h3 label,
form h4 label,
form p label {
  font-size: inherit;
  color: inherit;
}
form h1 .special-instructions,
form h2 .special-instructions,
form h3 .special-instructions,
form h4 .special-instructions,
form p .special-instructions {
  font-weight: normal;
}
body {
  min-width: 320px;
}
hr {
  margin: 7px 0 21px;
}
/* Resolves slider overlapping the menu in responsive mode*/
#main-nav-association {
  height: auto;
}
/* Removes huge white space in #region1 in responsive mode between the slider and main text */
.layout1 #region1 {
  min-height: inherit;
  padding: 0;
}
/*.layout3 #region2 {padding:0;}*/
#interiorContent article.document section.document-spotlight .featured-content {
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
#interiorContent article.document section.document-spotlight .featured-content h2 {
  color: #555;
}
#interiorContent article.document section.document-spotlight .featured-content p {
  color: #777;
}
aside h1 {
  font-size: 16px;
  color: #fff;
}
aside h2 {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.35;
  color: #666;
}
aside p {
  font-size: 12px;
  font-style: normal;
}
article {
  font-size: 14px;
  padding-bottom: 100px;
  color: #666;
}
article h1 {
  font-size: 22px;
  color: #333;
}
article hgroup {
  margin-bottom: 15px;
}
article hgroup h1 {
  margin-bottom: 2px;
}
article hgroup h2 {
  margin: 5px 0 10px;
  font-weight: normal;
}
article p,
article li {
  font-size: 12px;
  line-height: 1.4em;
}
article section {
  margin-bottom: 20px;
  color: #333;
}
article section h1 {
  font-size: 18px;
  color: #666;
  margin: 0 0 5px;
}
article #homeButton {
  display: inline-block;
  margin-top: 10px;
}
article #homeButton + .add-this {
  margin-top: 25px;
}
a {
  color: #e3931c;
}
a:hover {
  color: #0f0f0e;
}
a.phone {
  color: #333;
  text-decoration: none;
  border: 0;
  cursor: default;
}
a.phone:hover {
  color: #333;
}
a.url {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/*********************************************
** HEADER
*********************************************/
#page-header {
  width: 100%;
  max-width: 1050px;
  /*min-height:175px; */

  margin: 0 auto;
  border-top: 3px solid #e3931c;
  background: #fff;
  /* box-shadow:inset? <offset-x> <offset-y> <blur-radius>? <spread-radius>? <color>? --- The ? means it's optional*/

  -moz-box-shadow: 0 0 15px rgba(100, 100, 100, 0.4);
  -webkit-box-shadow: 0 0 15px rgba(100, 100, 100, 0.4);
  box-shadow: 0 0 15px rgba(100, 100, 100, 0.4);
}
#page-header .twelve {
  padding: 0 30px;
}
/*logo*/
#logo {
  float: left;
  max-height: 125px;
  max-width: 400px;
}
#logo a {
  color: #333;
  display: block;
  margin: 0;
  font-size: 32px;
}
#logo a h1 {
  margin: 25px 0 0;
  font-size: 32px;
}
#logo a p {
  display: inline;
  font-size: 22px;
  vertical-align: middle;
}
/*********************************************
** Main Nav
*********************************************/
#main-nav-association h1 {
  display: none;
}
#main-nav-association {
  width: 105%;
  max-width: 1074px;
  height: 50px;
  background: #000;
  margin: 125px -12px 0;
  z-index: 50;
}
.lt-ie9 #main-nav-association {
  margin: 125px -16px 0;
  max-width: 1082px;
}
.ribbon {
  position: relative;
  background: #000;
  color: #fff;
  text-align: center;
  height: 50px;
  margin: 2em -10px 3em -10px;
}
/* uncomment to use ribbon tassled ends
.ribbon:before, .ribbon:after {content: "";position: absolute; display: block; bottom: -1em; border: 1.5em solid #986794; z-index: -1;}*/
.ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}
.ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}
/* ribbon fold back  */
.ribbon .ribbon-content:before,
.ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
  bottom: -13px;
  z-index: -10;
}
.ribbon .ribbon-content:before {
  left: 0;
  border-width: 12px 0 0 12px;
}
.ribbon .ribbon-content:after {
  right: 0;
  border-width: 12px 12px 0 0;
}
/*Nav bar*/
.ribbon-content .nav-bar {
  background: none repeat scroll 0 0 #000;
  height: auto;
  padding-left: 0px;
  /* first menu button position */

  text-align: left;
  /* text alignment in responsive mode, should not affect desktop mode */

  margin-top: 0;
  position: relative;
  z-index: 75;
}
.ribbon-content .nav-bar > li {
  line-height: 50px;
  /* Used to fit the menu button to the height of the menu wrapper */

  border: 0;
  border-bottom: 1px solid #000;
}
.ribbon-content .nav-bar > li:hover {
  line-height: 50px;
  /* Used to fit the menu button to the height of the menu wrapper */

  background: none repeat scroll 0 0 #0f0f0e;
  /* Color: Menu item on hover */

  border-color: #0f0f0e;
}
.ribbon-content .nav-bar > li.active {
  background: none repeat scroll 0 0 #0f0f0e;
  /* Color: Active menu */

  border-color: #0f0f0e;
}
.ribbon-content .nav-bar > li.active:hover {
  background: none repeat scroll 0 0 #1c1c1a;
  /* Color: Hovering a menu */

  cursor: default;
}
.ribbon-content .nav-bar > li.has-flyout > a:first-child:after {
  right: 20px;
  top: 24px!important;
  /* Arrows for menus with .has-flyout */

}
.ribbon-content .nav-bar > li .flyout {
  margin-top: 10px;
  /* drop down menu spacing from main menu */

}
.ribbon-content .nav-bar > li a {
  font-size: 13px;
  /*  */

  font-weight: normal;
}
.ribbon-content ul.flyout li a:hover,
.ribbon-content .nav-bar li ul li a:hover {
  background: #dfdfdf;
}
.ribbon-content .mobile-header {
  display: none;
  height: 50px;
  background: #000;
}
.ribbon-content .mobile-header h2 {
  float: left;
  color: #ccc;
  line-height: 50px;
  margin: 0 0 0 20px;
  font-weight: 600;
  font-size: 15px;
}
.ribbon-content .mobile-header span.hamburger {
  float: right;
  color: #ccc;
  font-weight: 200;
  line-height: 50px;
  margin: 0 20px 0 0;
  text-shadow: none;
  width: 40px;
  height: 50px;
}
.ribbon-content .mobile-header span.hamburger .icon-menu {
  margin: 0;
}
.ribbon-content .mobile-header .icon.icon-menu {
  cursor: pointer;
}
.ribbon-content .mobile-header .icon.icon-up-circled {
  cursor: pointer;
}
/*********************************************
** CONTENT
*********************************************/
#page-content {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 20px;
  /* box-shadow:inset? <offset-x> <offset-y> <blur-radius>? <spread-radius>? <color>? --- The ? means it's optional */

  -moz-box-shadow: 0 0 15px rgba(100, 100, 100, 0.4);
  -webkit-box-shadow: 0 0 15px rgba(100, 100, 100, 0.4);
  box-shadow: 0 0 15px rgba(100, 100, 100, 0.4);
}
.row {
  width: 100%;
  max-width: 100%;
}
body {
  color: #666;
  background: #d8d4cc;
  background-image: url('images/background_texture.png');
  background-repeat: repeat;
}
/*********************************************
** One-Step adjustments
*********************************************/
form.zip-form {
  margin-bottom: 90px;
}
form.zip-form input {
  width: 100%;
  margin-bottom: 5px;
}
form.zip-form a.button {
  float: left;
  margin-left: 0;
}
form.zip-form p.search-instructions {
  font-size: 12px;
}
form.zip-form p.warning {
  color: #ce0000;
  font-weight: bold;
}
hr {
  display: none;
}
input[type="checkbox"] {
  margin-top: 8px;
}
.row form .row.single-checkbox {
  margin: 5px 0 8px 0;
}
.row form .row.single-checkbox .nine.columns {
  padding-left: 4px;
}
/*********************************************
** SVG Instances
*********************************************/
#interiorContent.twelve.columns .endorsed {
  display: block;
  background: url('images/star.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 112px;
  top: -163px;
}
#interiorContent.eight.columns .endorsed {
  display: block;
  background: url('images/star.svg');
  background-repeat: no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 38px;
  top: -150px;
}
.panel .candidate-endorsed {
  display: block;
  background: url('images/star.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 47px;
  top: 16px;
}
.panel .official-endorsed {
  position: absolute;
  right: 42px;
  top: 10px;
  display: block;
  background: url('images/thumbsup.svg');
  background-repeat: no-repeat;
  background-size: 18px 20px;
  width: 18px;
  height: 20px;
  opacity: 0.8;
}
#interiorContent.eight.columns section.endorsement-box .endorsed,
#interiorContent.twelve.columns section.endorsement-box .endorsed {
  position: relative;
  top: 0;
  right: 0;
  display: block;
  float: left;
  background: #e3931c url('for_wht.png') center center no-repeat;
  width: 55px;
  height: 55px;
  margin: 5px 15px 10px 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  color: #fff;
}
#interiorContent.eight.columns section.endorsement-box .endorse-info,
#interiorContent.twelve.columns section.endorsement-box .endorse-info {
  float: left;
  padding: 15px 0 0;
  text-align: left;
  color: #333;
}
#interiorContent.eight.columns section.endorsement-box h3,
#interiorContent.twelve.columns section.endorsement-box h3 {
  font-size: 14px;
  margin: 5px 0;
}
/*********************************************
** PAGINATION
*********************************************/
.paginator-v3 li {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 11px;
  list-style: none;
  margin-right: 5px;
}
.paginator-v3 a {
  border: solid 1px #9aafe5;
  margin-right: 5px;
}
.paginator-v3 span#prevPageLinkf,
.paginator-v3 span#nextPageLink1 {
  border: solid 1px #DEDEDE;
  color: #888888;
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 5px;
  padding: 3px 4px;
}
.paginator-v3 #prevPageLinkf,
.paginator-v3 #nextPageLink1 {
  font-weight: bold;
}
.paginator-v3 .current {
  background: #0f0f0e;
  border: solid 1px #0f0f0e;
  color: #FFFFFF !important;
  font-weight: bold;
  display: block;
  float: left;
  padding: 4px 6px;
}
.paginator-v3 a:link,
.paginator-v3 a:visited,
.paginator-v3 li > span {
  color: #e3931c;
  display: block;
  float: left;
  padding: 3px 6px;
  text-decoration: none;
}
.paginator-v3 a:hover {
  color: #fff;
  background: #0f0f0e;
  border: solid 1px #0f0f0e;
}
/* ============================================== */
/* Paginator UI Component Version 3   */
/* ============================================== */
.paginator-v3 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 3px 0 10px;
  vertical-align: middle;
  line-height: 50px;
}
.paginator-v3 button {
  border: 1px solid #e3931c;
  background: none;
  border-radius: 0;
  padding: 5px 3px 4px;
  margin: 0 3px;
  outline: 0;
  color: #e3931c;
}
.paginator-v3 button .icon.icon-size-four {
  color: #e3931c;
  text-shadow: none;
}
.paginator-v3 button:hover .icon.icon-size-four {
  color: #fff;
  background: none;
}
.paginator-v3 button:hover {
  color: #fff;
  border: 1px solid #0f0f0e;
  background: #0f0f0e;
  cursor: pointer;
  text-shadow: none;
}
.paginator-v3 button:active .icon.icon-size-four {
  color: #fff;
  border: 1px solid #0f0f0e;
  text-shadow: none;
}
.paginator-v3 button .icon.icon-size-four {
  padding: 0;
}
.paginator-v3 button[disabled="disabled"] {
  border: 1px solid rgba(227, 147, 28, 0.15);
}
.paginator-v3 button[disabled="disabled"] .icon.icon-size-four {
  color: rgba(227, 147, 28, 0.15);
  cursor: default;
}
.paginator-v3 button[disabled="disabled"]:hover {
  border: 1px solid rgba(227, 147, 28, 0.15);
  background: none;
  cursor: default;
}
.paginator-v3 .pagination-labels {
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
  font-size: 12px;
}
.paginator-v3 input.current-page {
  display: inline-block;
  min-width: 40px;
  max-width: 52px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  margin: 0 8px;
  box-shadow: none;
}
.paginator-v3 .page-count {
  margin: 0 3px 0 8px;
}
.paginator-v3 .results-per-page {
  line-height: 50px;
  padding: 0 10px 0 0;
}
.paginator-v3 .results-per-page label {
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}
.paginator-v3 .results-per-page select.results-number-select {
  width: 75px;
  height: 30px;
  margin: 0 0 0 10px;
  box-shadow: none;
  vertical-align: middle;
}
/*********************************************
** ARTICLES
*********************************************/
article ul {
  margin-left: 20px;
}
article.bill-detail hgroup h1,
article.vote-detail hgroup h1 {
  color: #999;
}
article.bill-detail hgroup h2,
article.vote-detail hgroup h2 {
  color: #333;
}
article.bill-detail section.vote-count label,
article.vote-detail section.vote-count label {
  cursor: default;
  font-size: 16px;
  color: #4D4D4D;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}
article.bill-detail section.vote-count strong,
article.vote-detail section.vote-count strong {
  font-size: 60px;
  color: #e3931c;
  font-weight: normal;
}
article.bill-detail section.sponsors ul,
article.vote-detail section.sponsors ul {
  list-style: none;
  margin-left: 0;
}
article.bill-detail section.sponsors ul img,
article.vote-detail section.sponsors ul img {
  height: 60px;
  margin-right: 15px;
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
}
article.bill-detail section.cosponsors ul,
article.vote-detail section.cosponsors ul {
  list-style: none;
  margin-left: 0;
}
article.bill-detail section.latest-actions,
article.vote-detail section.latest-actions {
  font: 14px/1.2 'Open Sans', sans-serif !important;
}
article.bill-detail section.latest-actions ul,
article.vote-detail section.latest-actions ul,
article.bill-detail section.latest-actions ul ul,
article.vote-detail section.latest-actions ul ul {
  margin-left: 0;
  list-style: none;
}
article.bill-detail section.latest-actions ul li,
article.vote-detail section.latest-actions ul li,
article.bill-detail section.latest-actions ul ul li,
article.vote-detail section.latest-actions ul ul li {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
article.bill-detail section.latest-actions ul li > div,
article.vote-detail section.latest-actions ul li > div,
article.bill-detail section.latest-actions ul ul li > div,
article.vote-detail section.latest-actions ul ul li > div {
  margin-left: -5px;
  padding: 10px 0 0 0;
  position: relative;
}
article.bill-detail section.latest-actions ul p,
article.vote-detail section.latest-actions ul p,
article.bill-detail section.latest-actions ul ul p,
article.vote-detail section.latest-actions ul ul p {
  margin: 0 120px 5px;
  margin: 0 0 10px 2px;
}
article.bill-detail section.latest-actions ul p br,
article.vote-detail section.latest-actions ul p br,
article.bill-detail section.latest-actions ul ul p br,
article.vote-detail section.latest-actions ul ul p br {
  height: 1px;
}
article.bill-detail section.latest-actions ul span.date,
article.vote-detail section.latest-actions ul span.date,
article.bill-detail section.latest-actions ul ul span.date,
article.vote-detail section.latest-actions ul ul span.date {
  position: relative;
  left: 0;
  width: 110px;
  font-weight: bold;
  margin: 0 10px 20px 0;
}
article.bill-detail section.latest-actions ul table,
article.vote-detail section.latest-actions ul table,
article.bill-detail section.latest-actions ul ul table,
article.vote-detail section.latest-actions ul ul table {
  width: 100%;
  margin: 0;
  border-width: 0;
}
article.bill-detail section.latest-actions ul table td,
article.vote-detail section.latest-actions ul table td,
article.bill-detail section.latest-actions ul ul table td,
article.vote-detail section.latest-actions ul ul table td {
  padding: 0;
  font-size: 12px;
}
article.bill-detail section.latest-actions ul table tbody tr:nth-child(even),
article.vote-detail section.latest-actions ul table tbody tr:nth-child(even),
article.bill-detail section.latest-actions ul ul table tbody tr:nth-child(even),
article.vote-detail section.latest-actions ul ul table tbody tr:nth-child(even) {
  background: #eeedea;
}
article.bill-detail section.latest-actions ul li.hide-actions,
article.vote-detail section.latest-actions ul li.hide-actions {
  display: none;
}
article.bill-detail section.latest-actions #more-less-toggle,
article.vote-detail section.latest-actions #more-less-toggle {
  color: #e3931c;
  -webkit-transition: color 0.05s ease-in;
  -moz-transition: color 0.05s ease-in;
  -o-transition: color 0.05s ease-in;
  -ms-transition: color 0.05s ease-in;
  transition: color 0.05s ease-in;
  cursor: pointer;
  font-size: 12px;
  height: 100%;
  vertical-align: middle;
  margin: 0 0 0 15px;
}
article.bill-detail section.latest-actions #more-less-toggle:hover,
article.vote-detail section.latest-actions #more-less-toggle:hover {
  color: #e69e33;
}
article.bill-detail section.cosponsors li,
article.vote-detail section.cosponsors li {
  display: inline-block;
  margin-right: 5px;
}
article.bill-detail section.cosponsors li a::after,
article.vote-detail section.cosponsors li a::after {
  content: ', ';
}
article.bill-detail section.cosponsors li:last-child a::after,
article.vote-detail section.cosponsors li:last-child a::after {
  content: '';
}
article.bill-detail section.status p,
article.vote-detail section.status p {
  font-weight: bold;
  margin: 0;
}
article.bill-detail section.status p span,
article.vote-detail section.status p span {
  font-weight: normal;
}
article.bill-detail section.vote-breakdown table,
article.vote-detail section.vote-breakdown table {
  width: 100%;
  font-size: 14px;
}
article.bill-detail section.vote-breakdown table tr:nth-child(even),
article.vote-detail section.vote-breakdown table tr:nth-child(even) {
  background: #f1f1f1;
}
article.bill-detail section.vote-breakdown table th,
article.vote-detail section.vote-breakdown table th {
  font-weight: bold;
  font-size: 14px;
}
article.bill-detail section.vote-breakdown table td,
article.vote-detail section.vote-breakdown table td {
  font-size: 14px;
  text-align: center;
}
article.bill-detail section.vote-breakdown table td:first-child,
article.vote-detail section.vote-breakdown table td:first-child {
  text-align: right;
  font-weight: bold;
}
article.bill-detail section.vote-listing ul,
article.vote-detail section.vote-listing ul {
  list-style: none;
  margin-left: 0;
}
article.bill-detail section.vote-listing ul li span:last-child,
article.vote-detail section.vote-listing ul li span:last-child {
  font-weight: bold;
  padding-left: 5px;
}
article.bill-detail section.position,
article.vote-detail section.position {
  background: #333;
  color: #fff;
  padding: 10px 20px 20px 20px;
  margin: 15px 15px 10px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  width: 175px;
  min-height: 140px;
  float: right;
}
article.bill-detail section.position h1,
article.vote-detail section.position h1 {
  color: #fff;
  font-size: 20px;
  border: 0;
  text-align: center;
  margin: 0 0 15px 0;
  padding: 5px 0 0;
  width: 100%;
}
article.bill-detail section.position .stancePanel,
article.vote-detail section.position .stancePanel {
  width: 100%;
  position: relative;
  min-height: 45px;
  margin: 0 0 5px 0;
}
article.bill-detail section.position span.neutral,
article.vote-detail section.position span.neutral,
article.bill-detail section.position span.support,
article.vote-detail section.position span.support,
article.bill-detail section.position span.oppose,
article.vote-detail section.position span.oppose {
  background-position: center top;
  background-repeat: no-repeat;
  height: 75px;
  display: block;
  position: absolute;
  top: -4px;
  line-height: 0;
  width: 100%;
  text-align: center;
  padding-top: 55px;
}
article.bill-detail section.position span.neutral::after,
article.vote-detail section.position span.neutral::after,
article.bill-detail section.position span.support::after,
article.vote-detail section.position span.support::after,
article.bill-detail section.position span.oppose::after,
article.vote-detail section.position span.oppose::after {
  text-align: center;
  color: #fff !important;
  content: " ";
  font-size: 18px;
  display: block;
  width: 100%;
  padding: 0 0 0 0;
  text-indent: 0;
  margin-top: 50px;
  line-height: 1.2;
}
article.bill-detail section.position span.neutral,
article.vote-detail section.position span.neutral {
  background-image: url('neutral_wht.png');
}
article.bill-detail section.position span.support,
article.vote-detail section.position span.support {
  background-image: url('for_wht.png');
}
article.bill-detail section.position span.oppose,
article.vote-detail section.position span.oppose {
  background-image: url('against_wht.png');
}
article.bill-detail section.commentary,
article.vote-detail section.commentary {
  background: #333;
  color: #fff;
  padding: 10px 20px 20px 20px;
  margin: 10px 15px 20px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  width: 175px;
  min-height: 140px;
  float: right;
}
article.bill-detail section.commentary h1,
article.vote-detail section.commentary h1 {
  color: #fff;
  font-size: 20px;
  padding: 0 0 10px;
  margin: 0 0 10px;
  /* border-bottom: 1px solid white; */
}
article.bill-detail section.commentary a,
article.vote-detail section.commentary a {
  color: #fff;
  border-bottom: 1px dashed #fff;
}
article.bill-detail section.commentary a:hover,
article.vote-detail section.commentary a:hover {
  color: #0f0f0e;
  border-color: #0f0f0e;
  background: #fff;
}
article.document section.document-commentary,
article.document section.document-spotlight {
  background: #eee;
  border-top: 3px solid #e3931c;
  float: right;
  margin-left: 20px;
  color: #777;
  padding: 10px 20px 20px 20px;
  margin: 0 0 10px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  width: 250px;
  max-width: 50%;
}
article.document section.document-commentary h1,
article.document section.document-spotlight h1 {
  color: #555;
  font-size: 20px;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid white;
}
article.document section.document-commentary .button,
article.document section.document-spotlight .button {
  background: #fff;
  color: #0f0f0e;
  border: 1px solid #ccc;
}
article.document section.document-commentary .button:hover,
article.document section.document-spotlight .button:hover {
  background: #0f0f0e;
  color: #fff;
}
article.document section.document-commentary a,
article.document section.document-spotlight a {
  color: #fff;
}
article.document section.document-commentary a:hover,
article.document section.document-spotlight a:hover {
  color: #1c1c1a;
  border-color: #0f0f0e;
  background: #fff;
}
article.document section.document-spotlight {
  clear: right;
}
article.candidate-detail-page {
  margin: 15px 0 0 0;
}
article.candidate-detail-page .official-headshot {
  border: 1px solid #ccc;
  padding: 3px;
  margin-bottom: 10px;
}
article.candidate-detail-page hgroup h1 {
  font-size: 22px;
}
article.candidate-detail-page h1 {
  font-size: 18px;
  padding: 0 0 5px 0;
  border-bottom: 2px dotted #ccc;
}
article.candidate-detail-page h1.title {
  border: 0;
}
article.candidate-detail-page h1.candidate-for {
  font-size: 18px;
  color: #666;
  border-bottom: 2px dotted #ccc;
}
article.candidate-detail-page span.meta.website {
  width: 100%;
  overflow: hidden;
}
article.candidate-detail-page .candidate-details {
  margin-bottom: 15px;
}
article.candidate-detail-page section.candidate h1 {
  font-size: 18px;
  padding-left: 0;
  border-bottom: 2px dotted #ccc;
}
article.candidate-detail-page section.candidate ul {
  list-style: none;
  margin-left: 0;
}
article.candidate-detail-page section.candidate ul ul li > a.url {
  padding-left: 10px;
  font-size: 12px;
}
article.candidate-detail-page section.candidate ul .challengers:last-child {
  margin-top: 0;
  margin-bottom: 10px;
}
article.candidate-detail-page section.candidate .candidate-list-label {
  font-weight: bold;
  font-size: 13px;
}
article.candidate-detail-page section.candidate table {
  border: 0;
}
article.candidate-detail-page section.candidate table tr {
  background: transparent;
}
article.candidate-detail-page section.candidate table tr td {
  padding: 5px 0;
  font-size: 12px;
  color: #666;
}
article.candidate-detail-page section.candidate table tr td.candidate-label {
  width: 250px;
}
article.candidate-detail-page section.biography table {
  border: 0;
}
article.candidate-detail-page section.biography table tr {
  background: transparent;
}
article.candidate-detail-page section.biography table tr td {
  padding: 5px 0;
  font-size: 12px;
  color: #666;
}
article.candidate-detail-page section.biography table tr td.bio-label {
  width: 250px;
}
article.candidate-detail-page .bio-list {
  list-style: none;
  margin-left: 0;
}
article.candidate-detail-page .bio-list-label {
  font-weight: bold;
  font-size: 13px;
}
article section.scorecard h1 {
  font-size: 18px;
  padding: 0 0 5px 0;
  border-bottom: 2px dotted #ccc;
  margin: 0 0 10px;
}
article.official-detail {
  margin: 15px 0 0 0;
}
article.official-detail .official-headshot {
  border: 1px solid #ccc;
  padding: 3px;
  margin-bottom: 10px;
}
article.official-detail span.meta.website {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  display: inline-block;
}
article.official-detail section.score-container h1 {
  font-size: 18px;
  padding: 0 0 5px 0;
  border-bottom: 2px dotted #ccc;
  margin: 0 0 10px;
}
article.official-detail section.score-container h2 {
  font-size: 14px;
  margin: 0;
}
article.official-detail section.biography h1 {
  font-size: 18px;
  padding: 0 0 5px 0;
  border-bottom: 2px dotted #ccc;
  margin: 0 0 10px;
}
article.official-detail section.biography h2 {
  font-size: 14px;
  margin: 0;
}
article.official-detail section.biography ul {
  list-style: none;
  margin-left: 0;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
}
article.official-detail section.biography .bio-list-label {
  font-weight: bold;
  font-size: 13px;
}
article.official-detail section.biography .bio-list-value {
  font-size: 12px;
  color: #333;
}
article.official-detail section.biography table {
  border: 0;
}
article.official-detail section.biography table tr {
  background: transparent;
}
article.official-detail section.biography table tr td {
  padding: 0;
  font-size: 14px;
}
article.official-detail section.biography table tr td.bio-label {
  width: 250px;
}
article.official-detail section.biography table tr td.candidate-label {
  width: 250px;
}
article.official-detail section.committees h1 {
  font-size: 18px;
  padding: 0 0 5px 0;
  border-bottom: 2px dotted #ccc;
  margin: 0 0 10px;
}
article.official-detail section.committees h2 {
  font-size: 14px;
  margin: 0;
}
article.official-detail section.committees ul.subcommittee-container {
  list-style: none;
  margin: 2px 0 15px;
}
article.official-detail section.committees h2 + ul {
  margin: 5px 0;
}
article.official-detail section.offices h1 {
  font-size: 18px;
  padding: 0 0 5px 0;
  border-bottom: 2px dotted #ccc;
  margin: 0 0 10px;
}
article.official-detail section.offices h2 {
  font-size: 14px;
  margin: 0;
}
article.official-detail section.offices > div {
  display: block;
  width: 44%;
  padding-right: 3%;
  float: left;
}
article.official-detail section.offices > div:nth-of-type(2) hr {
  display: none;
}
article.official-detail section.offices > div:nth-child(odd) {
  clear: right;
}
article.official-detail section.offices > div:nth-child(even) {
  clear: left;
}
article.official-detail section.endorsement-box .endorsed {
  position: relative;
  top: 0;
  right: 0;
  display: block;
  float: left;
  background: #e3931c url('for_wht.png') center center no-repeat;
  width: 55px;
  height: 55px;
  margin: 5px 15px 10px 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  color: #fff;
}
article.official-detail section.endorsement-box .endorse-info {
  float: left;
  padding: 15px 0 0;
  text-align: left;
  color: #333;
}
article.official-detail section.endorsement-box h3 {
  font-size: 14px;
  margin: 5px 0;
}
article.official-detail section table.bio-info {
  background: transparent;
  border: 0;
}
article.official-detail section table.bio-info tr.bio-row {
  background: transparent;
}
article.official-detail section table.bio-info tr.bio-row td.bio-value {
  padding: 0;
  width: 250px;
}
article.official-detail section table.bio-info tr.bio-row td.bio-label {
  padding: 0;
}
article.official-detail section table.bio-info tr.bio-row td.bio-label .bio-list-label {
  padding: 0;
}
.endorse-info-label {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
  color: #333;
  display: inline-block;
  min-height: 45px;
}
article.document section.document-commentary ul {
  list-style: none;
  margin-left: 0;
}
article.document section.document-spotlight .featured-image {
  display: none;
}
article.document p.meta + div {
  font-size: 14px;
}
article.document div + p.more {
  margin-top: 20px;
}
div.expandingArea pre {
  display: none;
}
article.lookup {
  /* calendar */

}
article.lookup .panel h1 {
  font-size: 16px;
}
article.lookup h1 {
  font-size: 20px;
  color: #444;
  margin: 15px 0 5px;
}
article.lookup h2 {
  font-size: 18px;
  margin: 25px 0 5px;
}
article.lookup h3 {
  font-size: 16px;
  margin: 25px 0 5px;
}
article.lookup span h2 {
  font-size: 14px;
  color: #666;
}
article.lookup span p {
  font-size: 12px;
}
article.lookup .ui-state-highlight,
article.lookup .ui-widget-content .ui-state-highlight,
article.lookup .ui-widget-header .ui-state-highlight {
  border: 1px solid #e3931c;
  background: #e9a949;
  color: #ccc;
}
article.lookup .ui-datepicker td span,
article.lookup .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none;
}
article.lookup .legislators a.no-official-image img {
  width: 105px;
  height: 147px;
  border: 1px solid #ddd;
}
/*********************************************
** ELECTIONS
*********************************************/
.voting-info a {
  font-size: 12px;
}
.voting-info span {
  font-size: 12px;
}
.voting-info h3 {
  margin: 25px 0 5px 0;
  color: #333;
}
.voting-info h4 {
  margin: 25px 0 5px 0;
  color: #333;
}
.voting-info h5 {
  margin: 15px 0 0 0;
  color: #333;
  font-size: 12px;
}
.voting-info hr {
  margin: 5px 0;
}
.election-day h2 {
  font-size: 14px;
  color: #555;
}
iframe.register-to-vote {
  margin: 10px 0;
  border: 2px solid #999;
}
/*********************************************
** MAP
*********************************************/
.module aside.election_map {
  margin: 15px 0;
}
.module aside.election_map h1 {
  color: #0f0f0e;
  display: inline-block;
  padding: 4px 4px 4px 0;
  width: 100%;
  border-bottom: 2px dotted #ccc;
  margin: 10px 0;
}
.map {
  margin-bottom: 15px;
}
#interiorContent article .small-state-tip {
  font-size: 10px;
}
.size-400 .small-states ul li {
  font-size: 12px;
}
.size-400 .small-states-panel {
  display: none;
}
.size-400 .state-selector {
  display: block;
}
.size-400 .map {
  width: 100%;
}
.size-600 .small-states ul li {
  font-size: 12px;
}
.size-600 .small-states-panel {
  display: block;
}
.size-600 .state-selector {
  display: block;
}
.size-600 .map {
  width: 94%;
}
.size-800 .small-states ul li {
  font-size: 14px;
}
.size-800 .small-states-panel {
  display: block;
}
.size-800 .state-selector {
  display: none;
}
.size-800 .map {
  width: 94%;
}
/*********************************************
** SINGLE ENGAGEMENT
*********************************************/
.single-engagement-section {
  background-size: cover;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
.single-engagement {
  border: 1px solid #ddd;
  padding: 10px;
}
.single-engagement .featured-image img {
  width: 50%;
}
.single-engagement .featured-content h1 {
  left: 0;
  margin-top: 0;
  border: none;
}
.single-engagement .featured-content .button {
  float: right;
  margin: 0;
  padding: 11px 8px 8px 11px;
  border: none;
  background-color: #0f0f0e;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
aside.engagement .single-engagement-section {
  /* 'Óùô' */

  /* 'Óùö' */

}
aside.engagement .single-engagement-section a.button:after {
  font-family: '';
  content: '';
  color: #e3931c;
}
aside.engagement .single-engagement-section a.scPrev.button:after {
  content: '';
}
aside.engagement .single-engagement-section a.scPrev.button:before {
  font-family: 'entypo';
  content: '\e870';
  color: #e3931c;
  margin-right: 5px;
}
aside.engagement .single-engagement-section a.scNext.button:after {
  font-family: 'entypo';
  content: '\e871';
  color: #e3931c;
  margin-left: 5px;
}
/*********************************************
** MODULES
*********************************************/
aside.lookup,
aside.wysiwyg,
aside.list_engagements,
aside.registration,
aside.news_by_topic,
aside.list_votes,
aside.list_bills,
aside.engagement,
aside.election_map {
  /* 'Óùô' */

  /* 'Óùö' */

  padding-bottom: 10px;
  margin: 0 30px 20px 0;
}
aside.lookup h1,
aside.wysiwyg h1,
aside.list_engagements h1,
aside.registration h1,
aside.news_by_topic h1,
aside.list_votes h1,
aside.list_bills h1,
aside.engagement h1,
aside.election_map h1 {
  color: #0f0f0e;
  display: inline-block;
  padding: 4px 4px 4px 0;
  width: 100%;
  border-bottom: 2px dotted #ccc;
  margin: 10px 0;
}
aside.lookup form,
aside.wysiwyg form,
aside.list_engagements form,
aside.registration form,
aside.news_by_topic form,
aside.list_votes form,
aside.list_bills form,
aside.engagement form,
aside.election_map form {
  margin: 0;
}
aside.lookup a.button,
aside.wysiwyg a.button,
aside.list_engagements a.button,
aside.registration a.button,
aside.news_by_topic a.button,
aside.list_votes a.button,
aside.list_bills a.button,
aside.engagement a.button,
aside.election_map a.button {
  background: transparent;
  text-transform: uppercase;
  color: #333;
  font-size: 14px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  text-align: left;
}
aside.lookup a.button:after,
aside.wysiwyg a.button:after,
aside.list_engagements a.button:after,
aside.registration a.button:after,
aside.news_by_topic a.button:after,
aside.list_votes a.button:after,
aside.list_bills a.button:after,
aside.engagement a.button:after,
aside.election_map a.button:after {
  font-family: 'entypo';
  content: '\e871';
  color: #e3931c;
  margin-left: 5px;
}
aside.lookup a.scPrev.button:after,
aside.wysiwyg a.scPrev.button:after,
aside.list_engagements a.scPrev.button:after,
aside.registration a.scPrev.button:after,
aside.news_by_topic a.scPrev.button:after,
aside.list_votes a.scPrev.button:after,
aside.list_bills a.scPrev.button:after,
aside.engagement a.scPrev.button:after,
aside.election_map a.scPrev.button:after {
  content: '';
}
aside.lookup a.scPrev.button:before,
aside.wysiwyg a.scPrev.button:before,
aside.list_engagements a.scPrev.button:before,
aside.registration a.scPrev.button:before,
aside.news_by_topic a.scPrev.button:before,
aside.list_votes a.scPrev.button:before,
aside.list_bills a.scPrev.button:before,
aside.engagement a.scPrev.button:before,
aside.election_map a.scPrev.button:before {
  font-family: 'entypo';
  content: '\e870';
  color: #e3931c;
  margin-right: 5px;
}
aside.lookup a.scNext.button:after,
aside.wysiwyg a.scNext.button:after,
aside.list_engagements a.scNext.button:after,
aside.registration a.scNext.button:after,
aside.news_by_topic a.scNext.button:after,
aside.list_votes a.scNext.button:after,
aside.list_bills a.scNext.button:after,
aside.engagement a.scNext.button:after,
aside.election_map a.scNext.button:after {
  font-family: 'entypo';
  content: '\e871';
  color: #e3931c;
  margin-left: 5px;
}
aside.lookup .stancePanel span.neutral,
aside.wysiwyg .stancePanel span.neutral,
aside.list_engagements .stancePanel span.neutral,
aside.registration .stancePanel span.neutral,
aside.news_by_topic .stancePanel span.neutral,
aside.list_votes .stancePanel span.neutral,
aside.list_bills .stancePanel span.neutral,
aside.engagement .stancePanel span.neutral,
aside.election_map .stancePanel span.neutral,
aside.lookup .stancePanel span.support,
aside.wysiwyg .stancePanel span.support,
aside.list_engagements .stancePanel span.support,
aside.registration .stancePanel span.support,
aside.news_by_topic .stancePanel span.support,
aside.list_votes .stancePanel span.support,
aside.list_bills .stancePanel span.support,
aside.engagement .stancePanel span.support,
aside.election_map .stancePanel span.support,
aside.lookup .stancePanel span.oppose,
aside.wysiwyg .stancePanel span.oppose,
aside.list_engagements .stancePanel span.oppose,
aside.registration .stancePanel span.oppose,
aside.news_by_topic .stancePanel span.oppose,
aside.list_votes .stancePanel span.oppose,
aside.list_bills .stancePanel span.oppose,
aside.engagement .stancePanel span.oppose,
aside.election_map .stancePanel span.oppose {
  font-size: 14px;
}
#page-footer aside.lookup,
#page-footer aside.wysiwyg,
#page-footer aside.list_engagements,
#page-footer aside.registration,
#page-footer aside.news_by_topic,
#page-footer aside.list_votes,
#page-footer aside.list_bills {
  margin: 0px!important;
}
aside.div.body {
  font-size: 14px;
}
.wysiwyg p img {
  /* position:relative;left:-15px; */
}
.wysiwyg img.right,
.wysiwyg img.left {
  left: 0;
}
.wysiwyg li {
  margin-left: 15px;
}
.list_votes .listing li {
  min-height: 0;
}
.list_votes .listing li .vote-date {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding-right: 5px;
  line-height: 1;
}
.list_bills .listing li {
  min-height: 0;
}
.list_bills .stance.support:after {
  content: "Our Position: Support";
  font-size: 14px;
  color: #808080;
  font-weight: bold;
}
.list_bills .stance.oppose:after {
  content: "Our Position: Oppose";
  font-size: 14px;
  color: #808080;
  font-weight: bold;
}
.list_votes .stance.support:after {
  content: "Our Position: For";
  font-size: 14px;
  color: #808080;
  font-weight: bold;
}
.list_votes .stance.oppose:after {
  content: "Our Position: Against";
  font-size: 14px;
  color: #808080;
  font-weight: bold;
}
.featured_story {
  position: relative;
}
.featured_story h1 {
  color: #333;
  font-size: 20px;
  margin: 0;
}
.featured_story .meta {
  font-size: 12px;
  color: #999;
}
.featured_story .quote {
  background: #f1f1f1;
  border-radius: 3px;
  margin: 1.5em 10px 1.5em 0;
  padding: .5em 15px;
  quotes: "\201C" "\201D";
  display: block;
}
.featured_story .quote p {
  display: inline;
  font-size: 16px;
}
.featured_story .quote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: .1em;
  margin-right: .25em;
  vertical-align: -0.4em;
}
.featured_story p {
  font-size: 12px;
  color: #666;
}
.featured_story li.item {
  margin: 25px 0;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 30px;
}
form label {
  color: #444;
  font-size: 13px;
}
form .three label {
  margin-top: 10px;
}
form .single-checkbox input {
  margin-top: 10px;
}
.listing {
  list-style: none;
  margin: 0;
  padding: 0;
}
.listing h2 {
  font-weight: bold;
  font-size: 14px;
  color: #e3931c;
  margin: 0;
}
.listing span.meta {
  color: #999999;
  font-size: 12px;
}
.listing a h2 {
  font-weight: bold;
  font-size: 14px;
  color: #e3931c;
  margin: 0;
}
.listing a p {
  font-size: 12px;
  color: #666;
  margin: 0;
}
.listing a p.meta {
  color: #999999;
}
.listing a:hover h2 {
  color: #0f0f0e;
}
.listing li {
  margin-bottom: 15px;
  min-height: 60px;
  position: relative;
}
.listing li .stancePanel {
  margin: 0 0 20px 0;
}
.listing .image-wrap {
  display: none;
  width: 60px;
  height: 60px;
  border: 0 solid #ccc;
  padding: 4px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.listing .image-wrap img {
  display: none;
  border: 4px solid #fff;
  height: 50px;
  width: 50px;
  max-height: 50px;
  max-width: 50px;
}
.listing .content-wrap {
  margin-left: 0;
}
.listing .content-wrap h3 {
  font-weight: bold;
  font-size: 13px;
  margin: 0;
}
.listing.checklist li {
  min-height: 0;
}
.listing.checklist li > a {
  padding: 10px 0;
}
.listing.checklist li.current {
  background: url(sprite.png) right -432px no-repeat;
}
.listing.checklist li.complete {
  background: url(sprite.png) right -572px no-repeat;
}
.listing.checklist li.complete a {
  color: #999999;
}
.listing.checklist li.complete span.name {
  text-decoration: line-through;
}
/*********************************************
** FORMS
*********************************************/
.panel input[type="radio"] {
  margin: 3px 7px 5px 0;
}
.panel .radio-group {
  margin-bottom: 10px;
}
form {
  margin: 0;
}
form button.small.button {
  padding: 10px 10px 9px;
}
h3 span.form-header {
  font-size: 16px;
}
h4 span.form-subheader {
  font-size: 13px;
  font-style: italic;
}
h4 span.form-footer {
  font-size: 13px;
}
.doc-download {
  float: right;
  font-weight: normal;
}
.doc-download:before {
  font-family: 'entypo';
  content: '\e8d0';
  color: #0f0f0e;
  margin-right: 5px;
}
label.required span::before {
  content: '* ';
}
.no-contact h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 35px;
  color: #c60f13;
}
.no-contact ul {
  list-style: disc;
  color: #c60f13;
}
.no-contact ul li {
  font-size: 12px;
  font-weight: bold;
}
/*****IE8 fix for pseudo elements/classes *****/
label.required span:before {
  content: '* ';
}
.opt-in-agree {
  font-size: 12px;
  display: inline-block;
}
.tabs {
  border-bottom: 0;
  margin-bottom: 0;
}
.tabs dd {
  cursor: pointer;
}
.tabs dd.active {
  border-top: 3px solid #0f0f0e;
}
.tabs dd li.active {
  border-top: 3px solid #0f0f0e;
}
.tabs dd a,
.tabs li a {
  font-size: 14px;
}
.message-label {
  display: inline-block;
  margin: 0 0 5px;
  width: 100%;
}
.message-label .icon.icon-size-five.white.label-req {
  margin: 5px 0 0 5px;
  color: #444444;
  display: inline-block;
  float: right;
}
.message-window label {
  font-weight: normal;
}
.message-sidebar .talking-points li:hover {
  cursor: pointer;
  background: #f1f1f1;
  border-radius: 5px;
  color: #e3931c;
}
/* accordion */
ul.accordion {
  margin: 0 0 22px 0;
}
ul.accordion > li.active {
  border-top: 3px solid #0f0f0e;
}
/*button*/
.button {
  text-transform: uppercase;
  color: #fff;
  background-color: #0f0f0e;
  font-size: 12px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: none;
  padding: 10px 8px 8px 8px;
  text-align: center;
  display: inline;
  margin: 0 5px 0 0;
  height: 34px;
}
.button:hover,
.button:active {
  background-color: #1c1c1a;
}
.button:focus,
a.button:focus {
  color: #fff !important;
  background-color: #e3931c !important;
}
.button.disabled,
.button[disabled] {
  background: #e3931c;
  box-shadow: none;
  cursor: default;
  opacity: 0.6;
}
.button + .button {
  margin: 0 5px;
}
.scNext,
.scPrev {
  float: none;
}
.button.next-message {
  background: transparent;
  color: #0f0f0e;
}
.button.next-message:after {
  content: " >";
}
.button.next-message:hover,
.button.next-message:active {
  background: transparent !important;
  color: #e3931c !important;
}
.button.next-message:focus,
a.button.next-message:focus {
  background: transparent !important;
  color: #e3931c !important;
  box-shadow: none !important;
}
/*alert box*/
div.alert-box {
  background: #e9a949;
}
div.alert-box ul {
  margin: 0;
  list-style: none;
}
div.alert-box a:hover {
  border-bottom: 1px dashed #fff;
}
div.alert-box.error a {
  color: #fff;
}
/*********************************************
** PAGINATION
*********************************************/
.paginator li {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 11px;
  list-style: none;
  margin-right: 5px;
}
.paginator a {
  border: solid 1px #9aafe5;
  margin-right: 5px;
}
.paginator span#prevPageLinkf,
.paginator span#nextPageLink1 {
  border: solid 1px #DEDEDE;
  color: #888888;
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 5px;
  padding: 3px 4px;
}
.paginator #prevPageLinkf,
.paginator #nextPageLink1 {
  font-weight: bold;
}
.paginator .current {
  background: #0f0f0e;
  border: solid 1px #0f0f0e;
  color: #FFFFFF !important;
  font-weight: bold;
  display: block;
  float: left;
  padding: 4px 6px;
}
.paginator a:link,
.paginator a:visited,
.paginator li > span {
  color: #e3931c;
  display: block;
  float: left;
  padding: 3px 6px;
  text-decoration: none;
}
.paginator a:hover {
  color: #fff;
  background: #0f0f0e;
  border: solid 1px #0f0f0e;
}
/* ============================================== */
/* Region Specific Styles */
/* ============================================== */
.layout1 #region1 {
  /*min-height:402px; max-height:402px;*/
}
/*********************************************
** ISSUE PAGES
*********************************************/
.issue-label h1 {
  font-size: 30px;
  margin: 32px 0;
}
.issue-label h1 div {
  font-size: 30px;
}
.issue-image {
  margin: 0 0 0 -30px;
}
.issue-image img {
  width: 100%;
}
.issue-description {
  font-size: 12px;
  line-height: 1.35;
}
.layout7 .issue-position,
.layout8 .issue-position {
  width: 50%;
  padding: 20px;
  background: #f0f0f0;
  border-top: 2px solid #e3931c;
  float: right;
  margin: 0 0 0 10px;
  position: relative;
}
.layout7 .issue-position:after,
.layout8 .issue-position:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 16px 16px 0 0;
  border-style: solid;
  border-color: #e6e6e6 #fff;
}
.issue-position-inflow {
  background: #f0f0f0;
  border-top: 2px solid #e3931c;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  margin: 10px 0;
}
.issue-position-inflow:before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 30px;
  border-width: 16px 16px 0 0;
  border-style: solid;
  border-color: #e6e6e6 #fff;
}
.layout7 .issue-stream ul.listing li,
.layout8 .issue-stream ul.listing li,
.layout9 .issue-stream ul.listing li,
.layout7 .issue-stream ol.listing li,
.layout8 .issue-stream ol.listing li,
.layout9 .issue-stream ol.listing li {
  margin: 0;
}
.layout7 .issue-pull-quote {
  background: #f0f0f0;
  border-top: 2px solid #e3931c;
  padding: 15px 25px 15px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #888;
  margin: 10px 0;
  position: relative;
}
.layout7 .issue-pull-quote p {
  font-size: 20px;
}
.layout7 .issue-pull-quote:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 16px 16px 0 0;
  border-style: solid;
  border-color: #e6e6e6 #fff;
}
.layout7,
.layout8,
.layout9 {
  color: #333;
}
.layout7 div,
.layout8 div,
.layout9 div {
  font-size: 12px;
  line-height: 1.35;
}
.layout7 ol,
.layout8 ol,
.layout9 ol {
  margin-left: 0;
}
.layout7 ul li,
.layout8 ul li,
.layout9 ul li {
  font-size: 12px;
  line-height: 1.35;
  margin: 0 0 5px 20px;
}
.layout7 ol li,
.layout8 ol li,
.layout9 ol li {
  font-size: 12px;
  line-height: 1.35;
  margin: 0 0 5px 20px;
}
.layout7 .sidebar ul li,
.layout8 .sidebar ul li,
.layout9 .sidebar ul li {
  font-size: 12px;
  line-height: 1.35;
  margin: 0 0 5px 0;
}
.layout7 .sidebar ol li,
.layout8 .sidebar ol li,
.layout9 .sidebar ol li {
  font-size: 12px;
  line-height: 1.35;
  margin: 0 0 5px 0;
}
.page-tag {
  background: #e3931c;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  width: 185px;
  position: absolute;
  top: 115px;
  left: 0;
  display: none;
}
.layout2 aside.wysiwyg .body,
.layout3 aside.wysiwyg .body,
.layout7 aside.wysiwyg .body,
.layout8 aside.wysiwyg .body,
.layout9 aside.wysiwyg .body {
  margin-top: 10px;
  margin-bottom: 10px;
}
.layout2 aside.wysiwyg .body h1,
.layout3 aside.wysiwyg .body h1,
.layout7 aside.wysiwyg .body h1,
.layout8 aside.wysiwyg .body h1,
.layout9 aside.wysiwyg .body h1 {
  font-size: 30px;
  margin: 32px 0;
}
.layout2 aside.wysiwyg .body li,
.layout3 aside.wysiwyg .body li,
.layout7 aside.wysiwyg .body li,
.layout8 aside.wysiwyg .body li,
.layout9 aside.wysiwyg .body li {
  font-size: 12px;
  line-height: 1.35;
}
/* ============================================== */
/* Sidebar Region */
/* ============================================== */
.sidebar .module p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
.sidebar aside.list_engagements .image-wrap {
  border: 0;
}
.sidebar aside.list_engagements .image-wrap img {
  display: none;
}
.sidebar aside.list_engagements ul li {
  margin-left: 0;
}
.sidebar aside.list_engagements ul li .content-wrap {
  margin-left: 0;
}
/*********************************************
** Interior Sidebar
*********************************************/
#interiorSidebar aside.featured_engagement {
  height: auto;
  min-height: 100px;
  max-height: 400px;
}
#interiorSidebar .module-featured-engagements {
  padding-bottom: 10px;
  margin: 0 0 20px 15px;
  border: 0;
  height: auto;
  min-height: 100px;
  max-height: 400px;
  position: relative;
}
#interiorSidebar .module-featured-engagements .pager-container {
  width: 100%;
  position: relative;
  top: 10px;
  left: 20px;
  max-width: 360px;
  z-index: 1000;
}
#interiorSidebar .module-featured-engagements .featured-image {
  display: none;
}
#interiorSidebar .module-featured-engagements .featured-image img {
  display: none;
}
#interiorSidebar .module-featured-engagements ul.featured-items li {
  height: auto;
}
#interiorSidebar .module-featured-engagements section.large-background-image {
  height: auto;
  margin: 0 30px 0 15px;
}
#interiorSidebar .module-featured-engagements .featured-content {
  width: 100%;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  background: transparent;
}
#interiorSidebar .module-featured-engagements .featured-content hgroup h1 {
  font-size: 16px;
  color: #333;
}
#interiorSidebar .module-featured-engagements .featured-content hgroup h2 {
  font-size: 13px;
  margin: 0 0 5px 0;
  color: #333;
}
#interiorSidebar .module-featured-engagements .featured-content p {
  margin: 0;
}
/*********************************************
** FOOTER
*********************************************/
#page-footer {
  background: #222;
  width: 100%;
  margin: 0 auto;
  min-height: 100px;
  padding: 20px 0 0 0;
  /* box-shadow:inset? <offset-x> <offset-y> <blur-radius>? <spread-radius>? <color>? --- The ? means it's optional */

  -moz-box-shadow: 0 0 15px rgba(100, 100, 100, 0.4);
  -webkit-box-shadow: 0 0 15px rgba(100, 100, 100, 0.4);
  box-shadow: 0 0 15px rgba(100, 100, 100, 0.4);
  /*.row .four{margin:0 -30px;} */

}
#page-footer .row {
  margin: 0 auto;
  max-width: 1050px;
  min-width: 140px;
  padding: 20px 30px;
}
#page-footer .column,
#page-footer .columns {
  padding: 0 30px 0 0;
}
#page-footer aside {
  color: #fff;
}
#page-footer aside h1 {
  color: #fff;
}
#page-footer aside h2 {
  color: #fff;
}
#page-footer aside p {
  color: #fff;
}
#page-footer aside .listing h2 a {
  color: #fff;
}
#page-footer aside .listing h2 a:hover {
  color: #0f0f0e;
}
#page-footer aside .listing a h2 {
  color: #fff;
}
#page-footer aside .listing a p {
  color: #fff;
}
#page-footer aside .listing a:hover h2 {
  color: #0f0f0e;
}
#page-footer .featured_story .quote {
  color: #666;
}
#page-footer .pager-container .pager li {
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.5);
}
#page-footer .pager-container .pager li:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
}
#page-footer .pager-container .pager li.active {
  background-color: #e3931c;
}
/*********************************************
** Spotlight
*********************************************/
.five .columns .spotlight-container {
  padding: 60px 0 0 0!important;
}
.spotlight-container {
  margin: -250px 0px 0 0;
  z-index: 30;
}
.spotlight-container .spotlight {
  background: #e3931c;
  min-height: 400px;
}
.spotlight-container .spotlight div.module {
  margin: 0 -30px;
  padding: 3px;
}
.spotlight-container .spotlight .module aside h1 {
  background: #333;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 0;
  width: 100%;
}
.spotlight-container .spotlight h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.spotlight-container .spotlight p {
  font-size: 14px;
}
.spotlight-container .spotlight aside {
  margin: 0;
  color: #fff;
}
.spotlight-container .spotlight aside iframe {
  width: 100%!important;
}
.spotlight-container .spotlight .body {
  padding: 0 20px 20px;
}
.spotlight-container .under-spotlight {
  background: #f3f3f3;
  /* box-shadow:inset? <offset-x> <offset-y> <blur-radius>? <spread-radius>? <color>? */

  -moz-box-shadow: inset 5px 10px 35px -15px rgba(100, 100, 100, 0.4);
  -webkit-box-shadow: inset 5px 10px 35px -15px rgba(100, 100, 100, 0.4);
  box-shadow: inset 5px 10px 35px -15px rgba(100, 100, 100, 0.4);
  padding: 15px 20px;
  min-height: 400px;
}
.spotlight-container .under-spotlight h1 {
  margin-top: 0;
}
/*********************************************
** Facebook
*********************************************/
.facebook #featured {
  background: transparent;
  height: auto;
}
.facebook aside.lookup a.button,
.facebook aside.wysiwyg a.button,
.facebook aside.list_engagements a.button,
.facebook aside.registration a.button,
.facebook aside.news_by_topic a.button,
.facebook aside.list_votes a.button,
.facebook aside.list_bills a.button {
  text-transform: uppercase;
  color: #fff;
  background-color: #0f0f0e;
  font-size: 12px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: none;
  padding: 8px;
  text-align: center;
  min-width: 200px;
  height: 34px;
  line-height: 1.55;
}
.facebook aside.lookup a.button:hover,
.facebook aside.wysiwyg a.button:hover,
.facebook aside.list_engagements a.button:hover,
.facebook aside.registration a.button:hover,
.facebook aside.news_by_topic a.button:hover,
.facebook aside.list_votes a.button:hover,
.facebook aside.list_bills a.button:hover {
  background-color: #1c1c1a;
}
.facebook aside.lookup a.button:after,
.facebook aside.wysiwyg a.button:after,
.facebook aside.list_engagements a.button:after,
.facebook aside.registration a.button:after,
.facebook aside.news_by_topic a.button:after,
.facebook aside.list_votes a.button:after,
.facebook aside.list_bills a.button:after {
  content: none;
}
.facebook .featured_engagement {
  margin: 0 0 20px;
  position: relative;
  padding: 0;
}
.facebook section.large-background-image {
  width: 100%;
  padding: 15px;
  overflow: hidden;
}
.facebook section .featured-image {
  max-width: 335px;
  float: left;
  margin: 0 15px 0 0;
}
.facebook section .featured-content {
  background: #333;
  background: rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 15px;
  max-width: 425px;
  float: left;
}
.facebook section ul.featured-items {
  height: 100%;
}
#page-content.facebook {
  -moz-box-shadow: 0 0 0 rgba(100, 100, 100, 0);
  -webkit-box-shadow: 0 0 0 rgba(100, 100, 100, 0);
  box-shadow: 0 0 0 rgba(100, 100, 100, 0);
  padding: 15px;
}
#page-content.facebook .button.expand {
  width: 200px;
  float: right;
  background: #0f0f0e;
}
#page-content.facebook #page-header {
  display: none;
}
#page-content.facebook aside.registration a.button {
  width: 200px;
  height: 34px;
  line-height: 1.55;
  float: right;
}
#interiorContent .listing.checklist li {
  margin-right: -10px;
}
#interiorContent .listing.checklist li.current {
  background: none;
  text-shadow: 0 1px 5px #fcdc42;
}
#facebook-menu a#facebook-menu-home {
  font-size: 18px;
}
#facebook-menu a#facebook-menu-home:before {
  content: "< ";
}
#facebook-menu ul {
  list-style: none;
}
/*********************************************
** Facebook engagement adjustments
*********************************************/
.talking-points > li > p {
  font-size: 16px;
}
.headerTalking {
  width: 100%;
  font-size: 16px;
  border-bottom: none;
  margin: 16px 0px !important;
}
.takeFacebookAction {
  font-size: 22px;
}
.recepientTitle {
  font-size: 16px;
  margin-bottom: 0;
}
.facebookcakepanel ul.accordion > li .content {
  margin-left: 10px;
  padding: 0px;
}
.facebookcakepanel ul.accordion li .title:after {
  display: none !important;
}
.facebookcakepanel {
  border: none;
  background: none;
}
#asterisk {
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: black !important;
  right: 10px;
  top: 10px;
  border-radius: 2px;
}
#asterisk:after {
  content: '*';
  color: white;
  position: absolute;
  top: -4px;
  right: 1px;
  font-size: 22px;
}
#mendatoryTextarea {
  padding: 25px;
}
.warnlabel {
  margin: 0 0 0 5px;
  font-size: 12px;
  color: #777;
  font-weight: normal;
}
#interiorContent .nameLabel {
  margin: 0 0 0 20px;
  font-size: 16px;
}
#interiorContent .recepientGroup {
  padding: 0px !important;
}
.checkbox_blue1 {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #DCDCDC;
  background: white;
  transition: background-color 0.5s ease-out 0.5s;
  border-radius: 2px;
  top: 18px;
  margin: 0;
}
.checkbox_blue input[type=checkbox]:checked + label {
  background-color: #4990e2;
  transition: background-color 0.5s ease-out 0.5s;
}
.checkbox_blue label:after {
  position: absolute !important;
  bottom: 6px;
  width: 6px;
  height: 3px;
  opacity: 0;
  content: '';
  background: transparent;
  border: 1px solid white;
  border-top: none;
  border-right: none;
  transform: matrix(1, -0.9, 0.6, 1, 4, 0);
}
.checkbox_blue input[type=checkbox]:checked + label:after {
  opacity: 1;
}
label[data-notclickable="true"] {
  cursor: not-allowed !important;
}
.fbwarning {
  margin: 0 0 0 25px;
  height: 15px;
  position: relative;
  top: 3px;
}
img.fbwarning {
  margin: 0 0 0 25px;
  height: 15px;
  position: relative;
  top: 3px;
}
.talkingPoints {
  position: relative;
  top: 20px;
}
/*********************************************
** Slider
*********************************************/
#featured .orbit {
  height: 300px !important;
}
#featured .orbit img {
  display: none;
}
#featured .orbit {
  background: none;
}
.orbit-slide {
  min-height: 300px;
  min-width: 1050px;
}
.orbit-wrapper {
  overflow: hidden;
  position: relative;
}
.orbit-wrapper .orbit-caption {
  background: none;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 14px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  line-height: 20px;
  top: 0;
}
.orbit-caption .engagement.features .button {
  position: absolute;
  bottom: 10px;
  left: 4px;
}
.orbit-caption .engagement.features .featured-image {
  position: relative;
  max-height: 285px;
  max-width: 100%;
  margin: 0 5px 5px 5px;
  overflow: hidden;
}
.orbit-caption .engagement.features .featured-content {
  position: absolute;
  padding: 10px;
  top: 30px;
  left: 55px;
  height: 235px;
  width: 320px;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
.orbit-caption .engagement.features .featured-content h1 {
  margin: 0;
}
.orbit-caption .issue.features {
  position: relative;
}
.orbit-caption .issue.features .button {
  position: absolute;
  bottom: 10px;
  left: 4px;
}
.orbit-caption .issue.features .featured-image {
  position: absolute;
  top: -6px;
  z-index: 9;
  width: 100%;
  height: auto;
}
.orbit-caption .issue.features .featured-image img {
  width: 100%;
}
.orbit-caption .issue.features .featured-content {
  position: absolute;
  padding: 10px;
  top: 23px;
  left: 55px;
  height: 235px;
  width: 320px;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
.orbit-caption .issue.features .featured-content h1 {
  margin: 0;
}
/* .hide-for-small { display: block !important; }*/
div.orbit-wrapper div.slider-nav {
  bottom: 105px;
  left: 5px;
  position: relative;
}
div.orbit-wrapper div.slider-nav span.left {
  left: 11px;
}
div.orbit-wrapper div.slider-nav span.right {
  left: 370px;
}
#featured .orbit span.right {
  right: 0;
}
#featured .orbit span.left {
  left: 0;
}
#featured .orbit span {
  cursor: pointer;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 39px;
  z-index: 30;
}
ul.orbit-bullets {
  left: 60px;
  margin-left: 0px!important;
  position: relative;
  bottom: 27px;
  width: 200px;
  /* reduce width to have multi line bullet points */

}
ul.orbit-bullets li {
  background: #ccc;
  background: rgba(0, 0, 0, 0.5);
  text-indent: -999em;
  border-radius: 7px;
  border: 2px solid #eee;
  color: #999999;
  height: 14px;
  width: 14px;
  cursor: pointer;
}
ul.orbit-bullets li.active {
  background-color: #0f0f0e;
}
ul.orbit-bullets li.active:hover {
  background-color: #0f0f0e;
}
ul.orbit-bullets li:hover {
  background-color: #0f0f0e;
}
.orbit.with-bullets {
  margin-bottom: 0px;
}
.orbit-caption .issue.features {
  max-height: none;
  overflow: visible;
}
div.orbit-wrapper div.timer {
  top: 15px;
  right: 15px;
}
aside.featured_story .orbit-wrapper {
  position: relative;
  z-index: 35;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}
aside.featured_story .orbit-wrapper .orbit-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  border: 0;
  padding: 10px;
}
aside.featured_story .orbit-wrapper .story {
  width: 100%;
  max-height: 280px;
  overflow: hidden;
}
aside.featured_story .orbit-wrapper .story .flex-video {
  float: right;
  width: 50%;
}
aside.featured_story .orbit-wrapper .story h1 {
  font-size: 22px;
  max-width: 43%;
  margin-left: 40px;
}
aside.featured_story .orbit-wrapper .story span.meta {
  max-width: 40%;
  margin-left: 40px;
  font-size: 12px;
  color: #ddd;
  padding: 0;
  display: inline-block;
}
aside.featured_story .orbit-wrapper .story p {
  max-width: 43%;
  margin: 10px 0 0 40px;
  font-size: 14px;
  padding: 0;
}
aside.featured_story .orbit-wrapper .story span.button-container {
  position: absolute;
  bottom: 55px;
  left: 40px;
}
aside.featured_story .orbit-wrapper ul.orbit-bullets {
  position: absolute;
  bottom: 0;
  left: 40px;
}
aside.featured_story .orbit-wrapper div.slider-nav {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}
aside.featured_story .orbit-wrapper div.slider-nav span.left {
  left: 0;
  right: auto;
}
aside.featured_story .orbit-wrapper div.slider-nav span.right {
  right: 0;
  left: auto;
}
aside.featured_engagement .orbit-wrapper .orbit-caption hgroup h2 {
  color: #fff;
}
/* ============================================== */
/* Tables */
/* ============================================== */
table.smart-table {
  width: 100%;
  border-top: 1px solid #e4e1db;
  padding: 1px 0 0 0;
  margin-top: 25px;
  -webkit-box-shadow: 0 2px 2px #ccc;
  -moz-box-shadow: 0 2px 2px #ccc;
  box-shadow: 0 2px 2px #ccc;
}
table.smart-table thead {
  background: #f5f4f2 url(bg-table-head.png) top left repeat-x;
}
table.smart-table thead tr {
  border-bottom: 3px solid #ccc;
}
table.smart-table tbody tr {
  background: #F8F7F5;
  border: 1px solid #eeedea;
  border-top: 0;
  border-right: 1px solid #e0e0de;
  border-left: 0;
}
table.smart-table th {
  font-size: 12px;
  font-weight: bold;
  color: #747474;
  text-align: left;
  text-shadow: 0 1px 0 #fff;
  border-right: 1px solid #e4e1db;
  border-bottom: 1px solid #e4e1db;
  border-left: 1px solid #fff;
  white-space: nowrap;
}
table.smart-table th:first-child {
  border-color: #e4e1db;
}
table.smart-table th > a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #747474;
}
table.smart-table th > a:hover {
  background: #eeedea;
}
table.smart-table th a.sorted {
  background: url(bg-table-head-sorted.png) 0 0 repeat-x;
}
table.smart-table th span.label {
  display: inline-block;
  padding: 10px;
  margin: 0 20px 0 0;
}
table.smart-table th a span.sort {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  display: block;
  width: 9px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background: url(table-sort.png) 0 0 no-repeat;
}
table.smart-table th a span.asc {
  background: url(sort-asc.png) 0 4px no-repeat;
}
table.smart-table th a span.desc {
  background: url(sort-desc.png) 0 4px no-repeat;
}
table.smart-table td {
  padding: 10px 8px 10px 12px;
  text-align: left;
  font-size: 12px;
  color: #666;
  vertical-align: middle;
}
/* border-bottom:1px solid #e4e1db; */
table.smart-table td > a {
  text-decoration: underline;
  color: #5496be;
}
table.smart-table td > a:hover {
  color: #4f7790;
}
table.smart-table td.publishCell {
  padding: 10px 8px;
  text-align: center;
}
table.smart-table td.publishCell .icon {
  cursor: pointer;
}
table.smart-table td.checkboxCell {
  padding: 10px 8px 10px 9px;
  text-align: center;
}
table.smart-table td.checkboxCell input[type='checkbox'] {
  cursor: pointer;
}
/* Detail */
table.smart-table th.view span.label {
  margin: 0;
}
/* Zebra Rows */
table.smart-table tbody tr:nth-child(4n-1) {
  background: #fff;
}
/* Detail Window */
table.smart-table tr.detail td {
  background: #f8f7f5;
  padding: 0;
  margin: 0;
}
table.smart-table tr.detail td .detail-pane {
  border-color: #f8f7f5;
  min-height: 300px;
  margin: 15px;
}
table.smart-table tr.detail td .detail-pane-header {
  width: 100%;
  padding: 12px 15px 8px;
  border-bottom: 2px solid #eeedea;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -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;
  color: #333;
}
table.smart-table tr.detail td .detail-pane-header .mini-button {
  float: right;
}
table.smart-table tr.detail td .summary-panel {
  padding: 0;
}
table.smart-table tr.detail td .summary-details {
  padding: 0;
}
/* Toggle Icon */
table.smart-table td.details {
  text-align: center;
}
table.smart-table td.details a {
  position: relative;
  width: 26px;
  height: 25px;
  background: #a9a9a9;
  /*Old browsers*/

  /*IE9 SVG, needs conditional override of 'filter' to 'none'*/

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5YTlhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NDc0NzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #a9a9a9 0%, #747474 100%);
  /*FF3.6+*/

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9a9a9), color-stop(100%, #747474));
  /*Chrome,Safari4+*/

  background: -webkit-linear-gradient(top, #a9a9a9 0%, #747474 100%);
  /*Chrome10+,Safari5.1+*/

  background: -o-linear-gradient(top, #a9a9a9 0%, #747474 100%);
  /*Opera 11.10+*/

  background: -ms-linear-gradient(top, #a9a9a9 0%, #747474 100%);
  /*IE10+*/

  background: linear-gradient(to bottom, #a9a9a9 0%, #747474 100%);
  /*W3C*/

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#747474', GradientType=0);
  /*IE6-8*/

  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0.2em;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  margin-left: 0.2em;
  color: #fff;
  cursor: pointer;
}
table.smart-table td.details a.toggleOff .toggle-arrow {
  position: absolute;
  top: 10px;
  left: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: all 0.2s ease-in-out 0.6s;
}
table.smart-table td.details a.toggleOff:hover .toggle-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 9px;
}
table.smart-table td.details a.toggleOn .toggle-arrow {
  position: absolute;
  top: 9px;
  left: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0;
  border-bottom: 6px solid #fff;
  transition: all 0.2s ease-in-out 0.6s;
}
table.smart-table td.details a.toggleOn:hover .toggle-arrow {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 10px;
}
/* ============================================== */
/* Table Column Sizes */
/* ============================================== */
table.smart-table .tcol1 {
  width: 20%;
}
table.smart-table .tcol2 {
  width: 20%;
}
table.smart-table .tcol3 {
  width: 20%;
}
table.smart-table .tcol4 {
  width: 20%;
}
table.smart-table .tcol5 {
  width: 20%;
}
table.smart-table .tcol6 {
  width: 20%;
}
table.smart-table .tcol7 {
  width: 20%;
}
table.smart-table .tcol8 {
  width: 20%;
}
table.smart-table .tcol9 {
  width: 20%;
}
table.smart-table .tcol10 {
  width: 20%;
}
table.smart-table .details {
  width: 50px;
  text-align: center;
}
table.smart-table .view {
  width: 50px;
  text-align: center;
}
table.scorecard-table tr td {
  padding: 5px 10px;
}
/* #Media Queries
================================================== */
/* Fix for nav wrapper with smaller screens, for max-width take width + margins of #main-nav-association  */
@media only screen and (max-width: 1096px) {
  #main-nav-association {
    margin: 125px 0 0;
    width: 100%;
  }
  #main-nav-association .ribbon-content {
    height: auto;
  }
  #main-nav-association .ribbon-content menu-wrapper {
    height: 50px;
  }
  #main-nav-association .ribbon-content .nav-bar > li a {
    font-size: 12px;
    padding: 0 19px;
  }
  #main-nav-association .ribbon-content .nav-bar li ul li a {
    font-size: 12px;
    padding: 15px 20px;
  }
  #main-nav-association .ribbon-content .nav-bar > li.has-flyout > a {
    padding-left: 8px;
  }
  #main-nav-association .ribbon-content .nav-bar > li.has-flyout > a:first-child:after {
    border: solid 3px;
    border-color: #e6e6e6 transparent transparent transparent;
    right: 7%;
    top: 24px!important;
    /* Arrows for menus with .has-flyout */
  
  }
  #logo {
    width: 99%;
    min-height: 80px;
  }
  /* ribbon fold back  */
  .ribbon .ribbon-content:before,
  .ribbon .ribbon-content:after {
    display: none;
  }
  table.scorecard-table th {
    font-size: 12px;
  }
  table.scorecard-table td {
    font-size: 12px;
  }
  .tcol2,
  .tcol3,
  .tcol4 {
    display: table-cell;
    visibility: visible;
  }
}
@media only screen and (max-width: 1050px) {
  /* Navbar --- taken from app.css from max width 767 segment */
  /* This segment is to stack the menu once the width of the viewport is less than the width of the header.
  		/* This allows two things to happen: 1. The menus do not hide nor wrap around to the next line. 2. The menu stacks like it will in a tablet/mobile view port.
  		 */
  #main-nav-association {
    margin: 125px 0 0;
    width: 100%;
  }
  #main-nav-association .ribbon-content {
    height: auto;
  }
  #main-nav-association .ribbon-content menu-wrapper {
    height: 50px;
  }
  #main-nav-association .ribbon-content .nav-bar > li a {
    font-size: 12px;
    padding: 0 18px;
  }
  #main-nav-association .ribbon-content .nav-bar > li.has-flyout > a:first-child:after {
    border: solid 3px;
    border-color: #e6e6e6 transparent transparent transparent;
    right: 7%;
    top: 24px!important;
    /* Arrows for menus with .has-flyout */
  
  }
  .orbit-caption .engagement.features .featured-image {
    max-height: 285px;
  }
  /*div.slider-nav   {display:block!important;} *//* show navigation on smaller screen */
  ul.orbit-bullets {
    display: block!important;
  }
  /* show bullets on smaller screen */
  table.scorecard-table th {
    font-size: 12px;
  }
  table.scorecard-table td {
    font-size: 12px;
  }
  .tcol2,
  .tcol3,
  .tcol4 {
    display: table-cell;
    visibility: visible;
  }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  #main-nav-association {
    margin: 125px 0 0;
    width: 100%;
  }
  #main-nav-association .ribbon-content {
    height: auto;
  }
  #main-nav-association .ribbon-content menu-wrapper {
    height: 50px;
  }
  article.bill-detail section.position,
  article.vote-detail section.position {
    padding: 10px 10px 20px 5px;
    margin: 10px 10px 20px 0;
    float: left;
  }
  article.bill-detail section.position h1,
  article.vote-detail section.position h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    margin: 0 0 8px 0;
    padding: 0;
  }
  span.neutral::after,
  span.support::after,
  span.oppose::after {
    text-align: center;
    color: #fff !important;
    content: " ";
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 0 0 0 0;
    text-indent: 0;
    margin-top: 40px;
    line-height: 1.2;
  }
  article.bill-detail section.commentary,
  article.vote-detail section.commentary {
    margin: 10px 10px 20px 0;
    float: left;
    padding: 10px;
  }
  article.bill-detail section.commentary p,
  article.vote-detail section.commentary p {
    margin-bottom: 5px;
  }
  article.bill-detail section.commentary h1,
  article.vote-detail section.commentary h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    margin: 0 0 8px 0;
    padding: 0;
    text-align: center;
  }
  table.scorecard-table th {
    font-size: 12px;
  }
  table.scorecard-table td {
    font-size: 12px;
  }
  .tcol2,
  .tcol3,
  .tcol4 {
    display: table-cell;
    visibility: visible;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 989px) {
  #main-nav-association {
    margin: 125px 0 0;
    width: 100%;
  }
  #main-nav-association .ribbon-content {
    height: auto;
  }
  #main-nav-association .ribbon-content .menu-wrapper {
    height: 50px;
  }
  #main-nav-association .ribbon-content .nav-bar > li a {
    font-size: 11px;
    padding: 0 12px;
  }
  #main-nav-association .ribbon-content .nav-bar > li.has-flyout > a {
    padding-left: 4px;
  }
  #main-nav-association .ribbon-content .nav-bar > li.has-flyout > a:first-child:after {
    right: 5%;
  }
  article.official-detail section.endorsement-box h1 {
    margin: 0 0 5px;
  }
  article.official-detail section.endorsement-box .endorse-info p {
    margin: 0 0 5px;
  }
  article.official-detail section.endorsement-box span.endoresed {
    margin: 10px 0 0;
  }
  .paginator-v3 .results-per-page {
    padding-right: 5px;
  }
  .paginator-v3 .results-per-page label {
    font-size: 10px;
  }
  .paginator-v3 .results-per-page select.results-number-select {
    width: 65px;
    margin-left: 5px;
    font-size: 10px;
    box-shadow: none;
  }
  .paginator-v3 button {
    padding: 4px 1px 3px;
    margin: 1px;
  }
  .paginator-v3 input.current-page {
    width: 40px;
    margin: 0 4px;
  }
  .paginator-v3 .page-count {
    margin: 0 1px 0 4px;
    font-size: 10px;
  }
  .paginator-v3 .pagination-labels {
    font-size: 10px;
  }
  table.scorecard-table th {
    font-size: 12px;
  }
  table.scorecard-table td {
    font-size: 11px;
  }
  .tcol2,
  .tcol3,
  .tcol4 {
    display: none;
    visibility: hidden;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #main-nav-association {
    margin: 125px 0 0;
    margin-top: 0;
    width: 100%;
  }
  #main-nav-association .ribbon-content {
    height: 50px;
    overflow: hidden;
  }
  #main-nav-association .ribbon-content div.mobile-header {
    display: block;
  }
  #main-nav-association .ribbon-content .nav-bar {
    height: auto;
    max-width: 100%;
    width: 100%;
    margin-top: 1px;
    opacity: 0.87;
  }
  #main-nav-association .ribbon-content .nav-bar li {
    background: #000;
    border-bottom: 1px solid #222;
    float: none;
  }
  #main-nav-association .ribbon-content .nav-bar > li:hover {
    background: #111;
    border-bottom: 1px solid #333;
    cursor: default;
  }
  #main-nav-association .ribbon-content .nav-bar > li.has-flyout > a:first-child:after {
    /* Arrows for menus with .has-flyout */
  
    left: 95%;
    top: 24px!important;
    border-width: 7px;
  }
  #main-nav-association .ribbon-content .nav-bar > li.has-flyout > a.flyout-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 22px;
    z-index: 2;
    display: block;
  }
  #main-nav-association .ribbon-content .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span {
    content: "";
    width: 0;
    height: 0;
    display: block;
  }
  #main-nav-association .ribbon-content .nav-bar > li.has-flyout > a {
    /*padding for list item with flyout items nested below*/
  
    padding-left: 19px;
  }
  #main-nav-association .ribbon-content .nav-bar li ul li a {
    /*padding for nested items in flyout */
  
    padding-left: 30px;
  }
  #main-nav-association .ribbon-content .nav-bar.vertical > li.has-flyout > .flyout {
    left: 0;
  }
  #main-nav-association .ribbon-content .nav-bar > li .flyout {
    margin: 0;
    display: block;
    color: #ddd;
    border: 0;
    border-left: 1px solid #111;
    background: #333;
  }
  #main-nav-association .ribbon-content .nav-bar ul.flyout {
    border: 0;
  }
  #main-nav-association .ribbon-content .nav-bar ul.flyout li {
    color: #fff;
    border: 0;
  }
  #main-nav-association .ribbon-content .nav-bar ul.flyout li a {
    background: #222;
    color: #ddd;
    border: 0;
    font-weight: 700;
    border-top: 1px solid #333;
    box-shadow: none;
  }
  #main-nav-association .ribbon-content .nav-bar ul.flyout li a:hover {
    background: #555;
    color: #ddd;
  }
  #main-nav-association .ribbon-content .nav-bar ul.flyout li ul {
    border: 0;
  }
  #main-nav-association .ribbon-content .nav-bar ul.flyout li ul li {
    border: 0;
  }
  #main-nav-association .ribbon-content .flyout {
    display: block;
  }
  #main-nav-association .ribbon-content .flyout.right {
    float: none;
    right: auto;
    left: -1px;
  }
  #main-nav-association .ribbon-content .flyout.small,
  #main-nav-association .ribbon-content .flyout.large {
    width: 100% !important;
  }
  #main-nav-association .ribbon-content .flyout p:last-child {
    margin-bottom: 18px;
  }
  .nav-bar > li {
    float: none;
    display: block;
    background: #111;
    border-right: none;
  }
  .twelve .featured-content {
    margin: 0 auto!important;
  }
  .spotlight-container {
    margin: 0!important;
    z-index: 30;
  }
  .nav-bar {
    height: auto;
  }
  article {
    padding-bottom: 10px;
  }
  article.official-detail section.endorsement-box {
    background: transparent;
  }
  article.official-detail section.endorsement-box h1 {
    margin: 0 0 5px;
  }
  article.official-detail section.endorsement-box span.endorsed {
    margin: 10px 0 0;
  }
  article.official-detail section.endorsement-box .endorse-info p {
    margin: 0 0 5px 0px;
  }
  article.candidate-detail-page .endorsed {
    left: 20px;
  }
  article.candidate-detail-page .endorse-info-label {
    display: inline-block;
    margin-top: 10px;
  }
  .paginator-v3 .results-per-page {
    padding-right: 5px;
  }
  .paginator-v3 .results-per-page select.results-number-select {
    width: 65px;
    margin-left: 5px;
    font-size: 10px;
    box-shadow: none;
  }
  .paginator-v3 .results-per-page.left {
    float: left;
  }
  .paginator-v3 .right {
    float: right;
  }
  .paginator-v3 button {
    padding: 4px 1px 3px;
    margin: 1px;
  }
  .paginator-v3 input.current-page {
    width: 40px;
    margin: 0 4px;
  }
  .paginator-v3 .page-count {
    margin: 0 1px 0 4px;
  }
  table.scorecard-table th {
    font-size: 12px;
  }
  table.scorecard-table td {
    font-size: 11px;
  }
  .tcol2,
  .tcol3,
  .tcol4 {
    display: none;
    visibility: hidden;
  }
}
/* Remove results per page when it gets too small */
@media only screen and (max-width: 530px) {
  .paginator-v3 .results-per-page {
    display: none;
  }
  .paginator-v3 .right {
    float: none;
    text-align: center;
  }
  table.scorecard-table th {
    font-size: 11px;
  }
  table.scorecard-table td {
    font-size: 10px;
  }
  .tcol2,
  .tcol3,
  .tcol4 {
    display: none;
    visibility: hidden;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .column,
  .columns {
    padding: 0 20px;
  }
  .row .row {
    margin: 0 -20px;
  }
  #main-nav-association {
    margin: 125px 0 0;
    margin-top: 0;
    width: 100%;
  }
  #main-nav-association .ribbon-content {
    height: 50px;
    overflow: hidden;
  }
  .twelve .featured-content {
    margin: 0 auto!important;
  }
  .spotlight {
    margin-top: 60px;
  }
  .spotlight-container {
    margin: 0!important;
    z-index: 30;
  }
  .module-featured-engagements .featured-content a.button {
    margin: 40px auto;
    padding: 20px;
  }
  .layout1 #region1 {
    min-height: inherit;
  }
  #region4.twelve.spotlight {
    width: 92.5%;
  }
  #region5.twelve.under-spotlight {
    width: 92.5%;
  }
  .layout7 .issue-position,
  .layout8 .issue-position {
    float: none;
    width: 100%;
  }
  .orbit-caption img {
    max-width: none;
  }
  article.bill-detail section.position,
  article.vote-detail section.position {
    padding: 10px 10px 20px 5px;
    margin: 0 10px 10px 0;
    float: left;
  }
  article.bill-detail section.position h1,
  article.vote-detail section.position h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    margin: 0 0 8px 0;
    padding: 0;
  }
  article.bill-detail section.commentary,
  article.vote-detail section.commentary {
    margin: 0 10px 10px 0;
    float: left;
    padding: 10px;
  }
  article.bill-detail section.commentary p,
  article.vote-detail section.commentary p {
    margin-bottom: 5px;
  }
  article.bill-detail section.commentary h1,
  article.vote-detail section.commentary h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    margin: 0 0 8px 0;
    padding: 0;
    text-align: center;
  }
  span.neutral::after,
  span.support::after,
  span.oppose::after {
    text-align: center;
    color: #fff !important;
    content: " ";
    font-size: 18px;
    display: block;
    width: 100%;
    padding: 0 0 0 0;
    text-indent: 0;
    margin-top: 40px;
    line-height: 1.2;
  }
  article.official-detail section.offices > div {
    width: 100%;
    float: none;
  }
  article.official-detail section.biography ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    margin-top: 10px;
  }
  .paginator-v3 .results-per-page select.results-number-select {
    width: 65px;
    font-size: 10px;
  }
  .paginator-v3 button {
    padding: 4px 1px 3px;
    margin: 1px;
  }
  .paginator-v3 input.current-page {
    width: 40px;
    margin: 0 4px;
  }
  .paginator-v3 .page-count {
    margin: 0 1px 0 4px;
  }
  table.scorecard-table th {
    font-size: 11px;
  }
  table.scorecard-table td {
    font-size: 10px;
  }
  .tcol2,
  .tcol3,
  .tcol4 {
    display: none;
    visibility: hidden;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .column,
  .columns {
    padding: 0 15px;
  }
  .row .row {
    margin: 0 -15px;
  }
  #main-nav-association {
    margin: 125px 0 0;
    margin-top: 0;
    width: 100%;
  }
  #main-nav-association .ribbon-content {
    height: 50px;
    overflow: hidden;
  }
  .twelve .featured-content {
    margin: 0 auto!important;
    min-width: 200px;
    min-height: 200px;
  }
  .module-featured-engagements .featured-content a.button {
    margin: 40px auto;
    padding: 20px;
  }
  .orbit-caption .engagement.features .featured-content {
    width: 65%;
  }
  .orbit-caption .issue.features .featured-content {
    width: 65%;
  }
  .layout1 #region1 {
    min-height: inherit;
  }
  .engagement .featured-image img {
    display: none;
  }
  .issue .featured-image img {
    min-height: 300px;
    min-width: 450px;
  }
  div.orbit-wrapper div.timer {
    display: none;
  }
  ul.orbit-bullets {
    bottom: 22px;
  }
  #region4.twelve.spotlight {
    width: 92.5%;
  }
  #region5.twelve.under-spotlight {
    width: 92.5%;
  }
  .layout7 .issue-position,
  .layout8 .issue-position {
    float: none;
    width: 100%;
  }
  aside.featured_story .orbit-wrapper .story h1 {
    margin-left: 10px;
  }
  aside.featured_story .orbit-wrapper .story span.meta {
    margin-left: 10px;
  }
  aside.featured_story .orbit-wrapper .story p {
    margin: 10px 0 0 10px;
  }
  aside.featured_story .orbit-wrapper .story span.button-container {
    left: 10px;
  }
  aside.featured_story .orbit-wrapper ul.orbit-bullets {
    left: 10px;
  }
  article.official-detail section.offices > div {
    width: 100%;
    float: none;
  }
  article.official-detail section.biography ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    margin-top: 10px;
  }
  table.scorecard-table th {
    font-size: 11px;
  }
  table.scorecard-table td {
    font-size: 10px;
  }
  .tcol2,
  .tcol3,
  .tcol4,
  .tcol7 {
    display: none;
    visibility: hidden;
  }
}
.icon-calendar::before {
content:" " ;
}

.messageComposer div.eight.columns {
display: block !important;
margin: 0 auto 20px;
width: 100%;
}

.messageComposer .four.columns {
width:100%;
display:block !important;
float:left;
}

.panel div h4 i span {
    font-style: normal !important;
}